.cam-home-bg {
    width: 100%;
    background-color: #e0e0e0;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cam-h-title {
    width: 280px;
    height: 50px;
    border-radius: 20px;
    margin-bottom: 30px;
    
}

.camtt:hover {
    background-color: #030000;

}
.camtt {
    width: 140px;
    height: 50px;
    background-color: #6a0000;
    border-radius: 0px 20px 0px 20px ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: aliceblue;
    font-size: 18px;
    font-weight: 600;
    float: left;
    cursor: pointer;
    transition: linear 0.3s;
}

.revttt:hover {
    background-color: rgb(11, 0, 58);

}
.revttt {
    width: 140px;
    height: 50px;
    background-color: rgb(36, 0, 196);
    border-radius: 0px 20px 0px 20px ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: aliceblue;
    font-size: 18px;
    font-weight: 600;
    float: left;
    cursor: pointer;
    transition: linear 0.3s;
}

.cam-see-more {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.see-more:hover {
    background-color: rgb(12, 0, 68);

}
.see-more {
    width: 130px;
    height: 40px;
    background-color: rgb(36, 0, 196);
    border-radius: 0px 20px 0 20px ;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: rgb(235, 235, 235);
    transition: linear 0.3s;
    
}


/* Slider css */
/* Slider css */
/* Slider css */
/* Slider css */
/* Slider css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #6a0000;
  border-radius: 25px 25px 0 25px;
}
.overlay1 {

  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay2 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay3 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay4 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay5 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay6 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #6a0000;
}
.nfff {
  color: rgb(255, 166, 0);
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #ffffff;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #c7c7c7;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #6a0000;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 15px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #6a0000;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #6a0000;
}

.swiper-navBtn{
  color: #6a0000;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #6a0000;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6a0000;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #6a0000;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}


/* icon color */

.nnnnaa {
  color: green;
  font-size: 16px;
}


/* Slider css */
/* Slider css */
/* Slider css */
/* Slider css */



/*  Real Services css Start */
/*  Real Services css Start */

.realservices-bg {
  width: 100%;
  background-color: #e0e0e0;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.video-bg2 {
  width: 100%;
  height: 300px;
  background-position: bottom;
  font-size: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  
 }

 .video-fade2 {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;

 }

 .videopalye2 {
  color: #67ff02;
  cursor: pointer;
 }

 .close-btn2 {
  position: fixed;
  top: 20px;
  right: 30px;
 }

 .main-video2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .videocss2 {
  height: 90%;
 }

 .realtxtdes {
  margin-top: 30px;
  font-size: 18px;
 }


 @media screen and (max-width: 960px) {
  .video-bg2{
    height: 200px;
  }
}


/*  Real Services css End */
/*  Real Services css End */



/*  Guest House Home css Start */
/*  Guest House Home css Start */
 

.gustbg {
  width: 100%;
  background-color: #e0e0e0;
  margin-top: 20px;
  padding-top: 30px;
}

.sllliii {
  border-radius: 25px;
}


.guest-text {
  margin-top: 30px;
  font-size: 18px;
  padding-bottom: 20px;
}


/*  Guest House Home css End */
/*  Guest House Home css End */