html{
    overflow-x: hidden;
}
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    width: 100%;
    height: 100%;
}
.video-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#play, #pause{
    display:none;
}
.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}
.head-sec h2{
    margin-bottom: 0px;
}
.head-sec p {
    font-size: var(--f14);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 97%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: 0 0;
    /* border-radius: 0px; */
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
    /* margin-top: var(--m20); */
    /* border-radius: 40px; */
}

.search-bar select{
 font-size: var(--f16);
 color: var(--secondary-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p15) 0 var(--p10);
 background: var(--white-color);
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 32px;
 width: 100%;
}

.search-bar input{
 font-size: var(--f16) !important;
 color: var(--secondary-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left:var(--p10);
 background: var(--white-color);
 border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
 padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--secondary-color);
 opacity: 1; /* Firefox */
}
.search-bar {
  background:white;
  padding: 20px 0px;
  display:block;
  margin:auto;
  width: 80%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  margin-top: 80px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.search-bar i{
 color: var(--secondary-color);
 position: absolute;
 top: 1.5rem;
 font-size: var(--f16);
 right: 20px;
}
#datepicker-demo17.datepicker{
    left:0;
}
.search-bar .col-3{position: relative;width: 20%;/* padding-left: var(--p10); */padding-right: 0;padding-top: var(--p17);padding-bottom: var(--p17);}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check:before {
  position: absolute;
 content: '';
 top: 9px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check i{
 top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left:0px;
}
.search-bar button.main-btn {
 width: 100%;
 height: 66px;
 letter-spacing: 2px;
 /* border-radius: 0 40px 40px 0; */
 border: 1px solid var(--white-color);
}
.search-bar button.main-btn.close111 {
 height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: 1px solid var(--btn-color);
    border-radius: 20px;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
 width: 40%;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: space-around  ;
}
div#guestsss {
 width: 100%;
 min-width: 250px;
 background: var(--white-color);
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 0;
 border-radius: 10px;
 display: none;
 box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0.3rem;
 font-size: var(--f18);
 color: var(--secondary-color);
 cursor: pointer;
}

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m20);
}

#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--black-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f14);
 text-align: left;
 margin: 0px;
}

#guestsss button.button1 {
background: transparent;
 height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 50%;
 font-size: var(--f19);
 line-height: 30px;
 margin-left: 0;
 border: 1px solid var(--black-color);
 color: var(--black-color);
 transition: all .3s;
 cursor: pointer;
}
#guestsss button.button11.button1 {
 margin-left: var(--m14);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 32px !important;
                         z-index: 9;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: var(--white-color) !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    bottom: 0px;
    background: rgba(0,0,0,0.3);
    padding-top: 0;
    flex-direction: column;
}

.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 0;
      color: var(--white-color);
      text-transform: capitalize;
      font-size: var(--f55);
      letter-spacing: 2px;
      font-family: var(--secondary-font);
      font-weight: 500;
      text-align: center;
      position: relative;
      margin-bottom: 0px;
      text-shadow: 1px 1px 1px #000;
      margin-top: 80px;
}
.video-cont h1 span{
    color: var(--white-color);
}
.video-cont p{
    margin-bottom: var(--m40);
    margin-top: var(--m20);
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f22);
    text-align: center;
}
.video-cont .play{
    color: var(--black-color);
    font-size: var(--f15);
}
.video-cont .play-video{
    display: none;
    gap: 20px;
    align-items: center;
    margin-bottom: 70px;
}
.video-cont .play-video .line{
    height: 1px;
    width: 50px;
    right: 3px;
    background: var(--black-color);
}

/* cloud video */

section.cloud-video{
    padding: 0;
    position: absolute;
    bottom: -235px;
    display: none;
}
section.cloud-video img{
    width: 100%;
}

/* about us */

section.abt-home .abt-cont p{
    color: var(--secondary-color);
    font-size: var(--f20);
    margin-bottom: var(--m10);
    font-weight: 500;
}
section.abt-home .abt-cont h2{
    color: var(--black-color);
}
section.abt-home  .desc p{
color: #555;
font-size: var(--f17);
font-weight: 400;
}
section.abt-home  .col-6{
padding: 0 10px !important;
}
section.abt-home .img-sec img{
    width: 90%;
    height: 540px;
    border-radius: 15px;
}
section.abt-home .img-sec{
    position: relative;
}
section.abt-home .img-sec::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -70px;
    width: 70%;
    height: 115%;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 50px;
}
section.abt-home .amenity i{
    font-size: var(--f48);
    color: var(--secondary-color);
}
section.abt-home .amenity p{
    color: #555;
    font-size: var(--f17);
    font-weight: 400;  
}
section.abt-home .amenity h4{
    margin-bottom: 0;
    color: var(--secondary-color);
}
section.cta .content .main-btn:hover{
    color: var(--black-color);
}
section.abt-home .amenity i.fa-solid.fa-wifi{
    transform: rotate(45deg);
}
section.abt-home .main-btn{
    display: block;
    width: 150px;
    text-align: center;
}

/*About company css*/
/* About css ==========================*/
.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-section .image-section .img-box {
      position: relative; }
      .about-section .image-section .img-box + .img-box {
        margin-left: 60px; }
      .about-section .image-section .img-box img {
        -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15); }
      .about-section .image-section .img-box .no-class {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #ef3f3e;
        padding: 5px;
        left: -15px;
        -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
                box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4); }
        .about-section .image-section .img-box .no-class h3 {
          font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
          color: white;
          margin-bottom: 0;
          font-weight: 700; }
  
  .about-section .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-left: 60px; }
    .about-section .about-text h5 {
      font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
      font-style: italic;
      color: #adadad;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 15px;
      margin-top: -2px; }
      .about-section .about-text h5 span {
        color: #ef3f3e; }
    .about-section .about-text h3 {
      font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      font-weight: 800;
      letter-spacing: 0.001em;
      margin-bottom: 35px; }
    .about-section .about-text h2 {
      font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
      color: #ef3f3e;
      font-weight: 800;
      margin-bottom: 35px; }
    .about-section .about-text p {
      font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
      line-height: 1.5;
      font-weight: 600;
      margin-bottom: 25px; }
  
  .about-section.three-image .image-section .img-box + .img-box {
    margin-left: 45px; }
  
  .about-section.three-image .about-text {
    padding-left: 20px; }
    .about-section.three-image .about-text h5 {
      font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
      margin-bottom: 30px; }
    .about-section.three-image .about-text h2 {
      color: black;
      font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
      margin-bottom: 10px; }
      .about-section.three-image .about-text h2 span {
        font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
        text-transform: lowercase;
        margin-bottom: 0;
        display: block;
        margin-top: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.6); }
    .about-section.three-image .about-text p {
      font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))); }
  
  .about-section.about_page .image-section .img-box:nth-child(odd) {
    margin-bottom: 40px; }
    .about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
      bottom: -40px; }
  
  .about-section.about_page .image-section .img-box:nth-child(even) {
    margin-top: 40px; }
    .about-section.about_page .image-section .img-box:nth-child(even) .title-box {
      top: -40px; }
  
  .about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
            box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
    min-width: 162px; }
    .about-section.about_page .image-section .img-box .title-box h3 {
      font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      color: black;
      margin-top: -4px;
      font-weight: 800;
      margin-bottom: 7px; }
    .about-section.about_page .image-section .img-box .title-box h6 {
      font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
      text-transform: uppercase;
      margin-bottom: -4px;
      word-break: break-word;
      color: gray; }
  
  .about-section.about_page .about-text {
    padding-left: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .about-section.about_page .about-text .title-3 {
      text-align: left;
      margin-bottom: 35px; }
      .about-section.about_page .about-text .title-3 .title-label {
        text-transform: uppercase;
        -webkit-box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
                box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22); }
    .about-section.about_page .about-text h2 {
      font-weight: 700; }
      .about-section.about_page .about-text h2 span {
        font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
        text-transform: capitalize;
        margin-top: 20px; }
    .about-section.about_page .about-text .buttons-about {
      margin-top: 45px; }
      .about-section.about_page .about-text .buttons-about .btn + .btn {
        margin-left: 20px; }
  
  .about_section .about_img {
    position: relative;
    margin: 0px 0;
    height: 450px;
}
    .about_section .about_img img {
      border-radius: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      height: 450px;
      width: 100%;
      object-fit: cover;
      object-position: top;
    }
    .about_section .about_img .side-effect:after {
      content: "";
      position: absolute;
      top: -12px;
      height: calc(100% - 18px);
      background: url(../images/about.webp);
      border-radius: 25px;
      width: calc(100% - 65px);
      left: 76px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.3;
      }
    .about_section .about_img .side-effect:before {
      content: "";
      position: absolute;
      top: -20px;
      height: calc(100% - 44px);
      background: url('../images/about.jpg');
      border-radius: 25px;
      width: calc(100% - 97px);
      left: 120px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.1;
      }
    .about_section .about_img .side-effect span:after {
      content: "";
      position: absolute;
      bottom: -12px;
      height: calc(100% - 18px);
      background: url('../images/about.jpg');
      border-radius: 25px;
      width: calc(100% - 65px);
      right: 76px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.3;
      }
    .about_section .about_img .side-effect span:before {
      content: "";
      position: absolute;
      bottom: -20px;
      height: calc(100% - 44px);
      background: url('../images/about.jpg');
      border-radius: 25px;
      width: calc(100% - 97px);
      right: 120px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.1;
      }
    .about_section .about_img:hover img {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .about_section .about_img:hover .side-effect:before, .about_section .about_img:hover .side-effect:after {
      top: 0;
      left: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .about_section .about_img:hover .side-effect span:after, .about_section .about_img:hover .side-effect span:before {
      bottom: 0;
      right: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  
  .about_section .about_content {
    margin-left: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    }
    .about_section .about_content h5 {
      font-size: var(--f28);
      color: var(--black-color);
      text-transform: capitalize;
      font-weight: 800;
      margin-bottom: 25px;
      position: relative;
  }
  .about_section .about_content h5:before{
  position: absolute;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: var(--secondary-color);
  }
  
      .about_section .about_content h5 span {
        color: var(--other-color); }
    .about_section .about_content h2 {
      color: black;
      font-weight: 800;
      text-transform: capitalize;
   }
    .about_section .about_content p {
      color: #464646;
      line-height: 1.9;
      font-weight: 300;
      font-size: var(--f16);
    }
    .about_section .about_content .about_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .about_section .about_content .about_bottom h6 {
        margin-left: 25px;
        background-color: #f7f7f7;
        color: #acacac;
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 0;
        padding: 8px 12px;
        border-radius: 20px;
        font-weight: 600; }
  
  .about_section .about_content .about_bottom a.main-btn{
      display: block;
  }
  

/* cta start */

section.business{
    padding:var(--p80) 0;
    background: url(../images/call1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: filter 400ms, -webkit-filter 400ms;
}
section.business:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    z-index: -1;
}
section.business .box {
    padding: 60px 60px;
    background-color: #52b0b9;
}
section.business  h5{
    color: var(--white-color);
    font-style: italic;
    font-weight: 500;
    margin-bottom: var(--m10);
}

section.business h2{
    font-size: var(--f40);
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}
section.business p{
    color: rgba(255, 255, 255, 0.68);
}
section.business a{
    display: block;
    width: 195px;
    text-align: center;
    border-color: var(--white-color);
}
/*Attractions section start*/

/* Attractions*/

.single-box {
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--m20);
    box-shadow: 0 0 1px #4c4c4c;
}

.single-box:hover img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}

.single-box img {
    height: 464px;
    object-fit: cover;
}

.single-box img {
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}

.single-box:hover .content {
    opacity: 0;
    visibility: hidden;
}

.single-box .content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 100% 100% 5px 5px;
}

.single-box .content h3 {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07;
    font-size: 24px;
    font-weight: 600;
    height: 36px;
    overflow: hidden;
}

.single-box .content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #321c07;
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .content h3 a {
    display: inline-block;
    color: #321c07;
}

.single-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.single-box .hover-content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    left: 0;
    max-height: 290px;
    width: 100%;
    bottom: -138px;
    border-radius: 100% 100% 5px 5px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.single-box .hover-content h3 {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07;
    font-size: 24px;
    font-weight: 600;
    height:36px;
    overflow:hidden;
}

.single-box .hover-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #321c07;
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .hover-content h3 a {
    display: inline-block;
    color: #321c07;
}

.single-box .hover-content p {
    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    height: 120px;
    overflow:hidden;
}
.single-box .hover-content .attaction-view{
    text-decoration: underline!important;
    color: var(--heading-color);
}
.single-box .hover-content p a{
    color:var(--primary-color);
}
.single-box .hover-content .read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #321c07;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.single-box .hover-content .read-more-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0e416b;
}

a {
    text-decoration: none!important;
}

.how-we-value-heading {
    text-align: center;
    margin-bottom: 40px;
}
.how-we-value-heading h6{
     line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;}

.how-we-value-wrapp {
   /* padding: var(--p60) 0; */
   background: var(--white-color);
   /* padding-top: var(--p95); */
}
.how-we-value-wrapp .container-fluid{
    padding: 0px;
}
.how-we-value-wrapp .main-btn1{
    font-size: var(--f16);
    font-weight: 400;
    border-radius: 20px;
    font-family: var(--primary-font);
    transition: all 0.3s ease-out 0s;
    color: var(--white-color);
    letter-spacing: 2.4px;
    background: url(../images/view.png);
    background-repeat: no-repeat;
    padding: 30px;
    background-size: contain;
    width: 250px;
    border: none;
}
.how-we-value-wrapp .attr-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-we-value-heading h4 {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
}

.how-we-value-heading h3 {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0px;
}

.how-we-value-bottom p {
    text-align: center;
    width: 80%;
    margin: 30px auto 0;
    font-size: 15px;
    color: #000;
}
.attraction-btn{
    display:flex;
    justify-content:center;
    align-items:center;
}
.attraction-btn .main-btn{
    margin-top:var(--m20);
    text-align:center;
   
}

/* about owner css */

/*About owner css*/
section.about-owner {
    /* background: var(--lt-bg-color); */
    /* padding-top: 0; */
}
section.about-owner h2{
    /* color:var(--white-color); */
}
section.about-owner p{
     /* color:var(--white-color); */
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner p{
    /* color: var(--black-color); */
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #000;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: var(--white-color); */
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
    /* color: var(--white-color); */
}
section.about-owner .call-area a{
    display: block;
    /* color: var(--white-color); */
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

/*Testimonial css*/

section.testimonial .bg-img{
    background: url('../images/testy.webp');
    height: 600px;
padding: 0;
    background-size: cover ;
position: relative;
z-index: 1;
}
 section.testimonial .attr-bnt {
   position: absolute;
   bottom: 7.7%;
   right: 45%;
   z-index: 1;
}
section.testimonial .para {
max-height: 115px;
overflow: hidden;
}

section.testimonial {
   background: #fffbf2;
   position: relative;
   padding: 0;
   padding-bottom: 60px;
}


section.testimonial .col-6.cont-head{
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(../images/testi-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: none;
}
section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
}
section.testimonial .head-sec{
    position: relative;
    text-align: center;
    width: 70%;
    margin: auto;
    padding-left: var(--p30);
    padding-top: var(--p50);
    margin-bottom: var(--m20);
}

section.testimonial .icon{
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        z-index: 1;
        top: -5px;
}
section.testimonial .icon img{
    height: 50px;
}
section.testimonial .testy {
  
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
}
section.testimonial .top-text {
    position: relative;
    /* height: 100px; */
}
section.testimonial .overlay{
   background-color: #fff;
   width: 100%;
   margin: auto;
   padding: 0;
   padding-bottom: 0;
   border-radius: 0px;
   position: relative;
   right: 0px;
   padding: 20px 30px;
}
section.testimonial .owl-nav {
    display: none;
    gap: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    justify-content: center;
    width: 80%;
}
.owl-carousel .owl-stage-outer{
   padding-left: 0;
   padding-right: 0px;
}
section.testimonial .owl-prev{
    font-size: 16px !important;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}
section.testimonial .owl-next{
    font-size: 16px !important;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}
section.testimonial .owl-prev:hover, section.testimonial .owl-next:hover{
    background: var(--btn-hover) !important;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    position: absolute;
    z-index: 1;
    left: 17%;
    top: 20%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.testimonial .user-icon img{
    width: 70px;
    height: 70px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}


section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
   box-shadow: 0 2px 13px 0 rgba(0,0,0,.07);
   padding: var(--p25);
   height: 280px;
   width: 100%;
}
section.testimonial .test-card p{
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}
section.testimonial .cont-sec{
    margin-top: var(--m70);
    text-align: center;
}
section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}
section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}
section.testimonial h3 {
  padding-left: 0;
  font-size: var(--f20);
  font-weight: 700;
  text-align: center;
  color: var(--territiary-color);
  margin-bottom: 0;
}
section.testimonial .container-fluid{
    padding: 0;
}

section.testimonial .owl-item.active:first-child .item{
    border-right: 2px solid var(--white-color);
}
section.testimonial .para p{
   text-align: center;
   width: 90%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--black-color);
   height: auto;
   max-height: 141px;
   margin-top: var(--m10);
   font-size: var(--f16);
   overflow: hidden;
   margin-bottom: var(--m20);
}
section.testimonial .para i{
    font-size:var(--f30);
}
section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}
section.testimonial p.clt-name{
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}
section.testimonial .test-card:hover .test-pro {
    height: 180px;
}
section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height:100%;
}
section.testimonial a.main-bttn{
   display: inline-block;
   padding: 0px;
}

/*booking area*/

section.booking-area .how-we-value-heading h4{
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
}

section.booking-area .how-we-value-heading h3 {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 28px;
}

section.booking-area .box {
    background: var(--other-color);
    width: 300px;
    height: 150px;
    position: absolute;
    left: 0px;
    top: -20px;
}
section.booking-area .col-6.md-12.sm-12.img{
    position: relative;
    padding-left: var(--p60);
    padding-right: var(--p60);
}

section.booking-area .col-6.md-12.sm-12.img img{
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

section.booking-area .box-area {
   background: var(--white-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    padding: var(--p15) var(--p15);
    margin-bottom: var(--m20);
    display: flex;
    align-items: center;
    gap: 15px;
}
section.booking-area .box-area img{
    width:45px;
}
section.booking-area .box-area h3{
    font-size: var(--f22);
    margin-bottom: 0px;
    color: var(--territiary-color);
}


.number-head {
    font-weight: 700;
    font-family: var(--secondary-font);
    font-size: var(--f18);
    letter-spacing: 0.1765px;
}
.number-head:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 5px;
    background: var(--secondary-color);
    margin-left: var(--m11);
    margin-top: -1px;
}
.head-sec h2{
    font-size: var(--f36);
    line-height: 1.3;
    font-weight: 600;
    color: var(--heading-color);
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
}

.head-sec span{
    font-size: var(--f45);
    font-weight: 400;
    line-height: 1;
    margin-top: -10px;
    color: var(--secondary-color);
    font-family: var(--other-font);
    text-align: right;
}

section.home-list{
    padding: var(--p60) var(--p12);
    background: #fffbf2;
    padding-bottom: 0;
    padding-bottom: 80px;
}
section.home-list .row{
    gap: 30px 2%;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m10);
}
section.home-list .view .forward{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
   border-radius: 15px 15px 0 0;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img img{
    height: 320px;
    object-fit: cover;
    transition: .5s ease-in-out;
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px 15px 0 0;
    display: block;
 
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    /* border-radius: 0 0 25px 25px; */
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
}
section.home-list .pro-cont p{
    font-size: var(--f15);
    border-bottom: 1px solid #E6E8EC;
    overflow: hidden;
    max-height: 100px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating span{
    color: var(--black-color);
    font-weight: 600;
    font-size: var(--f13);
}
section.home-list h3.title {
    font-size: var(--f18);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 22px;
    max-height: 46px;
    overflow: hidden;
    width: 100%;
}
section.home-list h3.title a{
    color: var(--black-color);
}
section.home-list p.adr {
    font-size: var(--f16);
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    border-bottom: none;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}
section.home-list i {
    color: var(--btn-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: #777E90;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: #8CC63F;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    border-radius: 30px;
    right: 0;
    z-index: 1;
    font-family: var(--primary-font);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: #8CC63F;
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f18);
    color: #5383fe;
    background-color: var(--white-color);
    padding: var(--p4) var(--p10);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
section.home-list .featured{
    position: absolute;
 top: 18px;
    right: 20px;
    z-index: 1;
    display: none;
}

section.home-list .how-we-value-heading  h2 {
   padding-top: var(--p10);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: var(--m10);
    font-size: var(--f48);
}
section.home-list .how-we-value-heading p{
    font-size: var(--f19);
    color: var(--btn-color);
}
section.home-list .how-we-value-heading h6{
line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f22);
    font-weight: 600;
    margin-bottom: 0px;
}
section.home-list .filter{
    display: none;
    justify-content: center;
    align-items: center;
}
section.home-list .filter .filter-c{
    display: flex;
    gap: 20px;
    width: 60%;
    justify-content: center;
    padding: var(--p40) 0;
} 
section.home-list .filter .filter-c li{
    cursor: pointer;
}
section.home-list .filter .filter-c .active{
    background: rgb(53, 57, 69);
    border-radius: 15px;
    padding: var(--p5) var(--p15);
    color: var(--white-color);
    font-weight: 400;
}
/*Cta css start*/

/* cta css */

section.cta{
    background: url('../images/cta.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.cta .head-sec{
    margin-bottom:30px;
}
section.cta .shape img{
    width: 350px;
object-fit: cover;
}
section.cta .head-sec h2 span{
    color: var(--secondary-color);
}
section.cta .shape{
    position: absolute;
    top: -365px;
    z-index: 2;
}
section.cta .container{
    display: flex;
    justify-content: center;
    position: relative;
}
section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 50%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.cta .head-sec h2{
    text-align: center;
    color: var(--white-color);
}
section.cta .content p{
    color: var(--white-color);
    text-align:center;
}
section.cta .content .main-btn{
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
section.cta  .man-img {
    position: relative;
}
section.cta .man-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}



/*Agent css*/
section.agent {
    background-image: url(../images/dog.png), url(../images/do.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center;
}

section.agent .overlay{
width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.agent .container{
    position: relative;
}
section.agent .col-8{
    width: 100%;
}
section.agent .col-4{
    width: 100%;
}

section.agent .row{
    flex-direction: column;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: var(--m20);
}
section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

/*Gallery css start*/
section.gallery-section .inner-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.gallery-section {
    padding: 0 0;
    display: none;
}
section.gallery-section .container-fluid {
    padding: 0px;
}
section.gallery-section img{
    height: 200px;
    object-fit: cover;
}

/*Location css start*/
section.location-list {
    background: #f2f2f2;
    /* display: none; */
}
section.location-list h2{
    padding-bottom: 15px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list .row {
    gap: 30px 2%;
}
section.location-list .col-4 {
    width: 32%;
}
section.location-list img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.location-list .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(231, 56, 39, 0) 100%);
}
section.location-list .image-sec {
    position: relative;
    overflow: hidden;
     border-radius: 25px;
}
section.location-list .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--p20) var(--p30);
    position: absolute;
   bottom: 20px;
    padding-bottom: 0px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a:hover .content-area{
    bottom: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a{
    position: relative;
}
section.location-list h4 {
    margin-bottom: 0px;
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}
section.location-list .btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
section.location-list  i.fa-solid.fa-arrow-right {
    font-size: var(--f20);
}
section.location-list a:hover img {
    transform: scale(1.14);
}

/*Attraction css start*/
/* attractions */


.attractions .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}

.attractions .image-box img{
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover; 
    transition: all 0.6s;
}

.attractions .inner-box:hover .image-box:before{
    border-top-color: #d5ae82;
}
.attractions .col-4:hover .lower-box{
    bottom: 50px;
}
.attractions .col-4:hover .image-box img{
transform: scale(1.14);
}
.attractions .lower-box{
    position: absolute;
    left: 50px;
    bottom: -50px;
    right: 50px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.7s ease;
    z-index: 3;
}

.attractions .inner-box:hover .lower-box{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.attractions .lower-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: var(--p20);
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.attractions .lower-content .icon-box{
    position: absolute;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box{
    background: #d5ae82;
    color: #ffffff;
}

.attractions .lower-content .cat{
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.attractions .lower-content h4{
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 36px;
    overflow: hidden;
}

.attractions .lower-content h4 a{
    color: var(--secondary-color);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-family: var(--secondary-font);
}

.attractions .lower-content h4 a:hover{
    color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a{
    color: var(--secondary-color);
}
.attractions .col-4{
    position: relative;
    padding-right: 0;
    width: 32%;
margin-bottom: var(--m20);
}
.attractions .row{
    justify-content: space-between;
    position: relative;
}
.attractions .head{
    position: relative;
    text-align: center;
}
.attractions .head p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.attractions{
background: var(--white-color);
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2,h6{
    color: var(--secondary-color);
}
 

/*faq css*/

section.faq{
    background: var(--white-color);
}
.how-we-value-heading {
    text-align: center;
    margin-bottom: var(--m40);
}
.how-we-value-heading p{
    color: #777E90;
}
section.faq h2{
    color: var(--black-color);
}

section.faq .list-faq{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding-left: 18px;
    font-size: 25px;
    line-height: 58px;
    color: var(--white-color);
    background-color: var(--secondary-color);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

section.faq .accordion-flush .accordion-item{
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border: none;
}
section.faq .accordion-flush .accordion-item .accordion-button, section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    position: relative;
    width: 100%;
    padding: 22px 65px;
    font-size: 18px;
    font-weight: 500;
    color: #555555;
    border: none;
    background-color: transparent;
    background-color: #f4f4f4;
    text-align: left;
}
section.faq .accordion-button::after{
    position: relative;
    left: 25px;
}
section.faq .accordion-button:not(.collapsed){
    background: var(--white-color);
}
section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
    box-shadow: 2px 3px 4px 0px #00000052;
}
.accordion-flush .accordion-collapse{
    background:var(--white-color);
}
.accordion-button::after{
    background-image: ur
}


/* blogs css */

/*===============================blog page section css start================================*/
/*.blog-content a.blog-read:hover{background-color: var(--secondary-color);color: var(--text-white);border-color: var(--secondary-color);}*/
.blog-headings p{padding: 0% 27%;}
.blog-content{padding: var(--p15);}
.blog-headings{text-align: center; padding-bottom: var(--p40);}
.blog-headings h5{color: #00E5CC;font-size: var(--f18);font-weight: 500;text-transform: uppercase;margin-bottom: var(--m13);}
.blog-headings h2{color: #000E44;font-size: var(--f42);font-weight: 700; margin-bottom: var(--m14);}
.blog-headings p{color: #848E9F; font-size: var(--f16); font-weight: 400;}
.home-blog-image img{width: 100%;border-radius: 0px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;
    height: 230px;
    object-fit: cover;
}
.blog-category{color: #848E9F;font-size: var(--f16);font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #731a17;padding: var(--p5) var(--p23);border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-category a{color: #fff;}
.home-blog-image{position: relative; margin-bottom: 0px;}
.blog-date {color: #000;font-size: var(--f14);font-weight: 500;margin-left: var(--m20);
    letter-spacing:0px;
}
.blog-feat{margin-top: var(--m10);margin-bottom: var(--m9);}
.blog-date:first-child{margin-left: 0px;
    letter-spacing: 0px;}
.blog-date i{color: var(--secondary-color);
    font-size: var(--f15);}
.blog-content h4 a{font-weight: 700;
    font-size: var(--f26);
    text-decoration: none;
    line-height: 15px;
    color: var(--secondary-color);}
.blog-content p{color: #212529;
    font-size: var(--f16);
    font-weight: 400;
    height: 104px;}
.blog-content a.blog-read{color: #fff;font-size: var(--f16);background-color: var(--ocean-color);padding: var(--p8) var(--p30);display: inline-block;margin-top: var(--m7);border-radius: 0;text-decoration: none;margin-bottom: 0px;}
.blog-content a.blog-read i{margin-left: var(--m5);font-size: var(--f14);}
.blog-wrapper{padding: var(--p60) var(--p12) var(--p60);
background: var(--lt-bg-color);
}
.blog-page{margin-bottom: var(--m30);background-color: #fff; border-radius: 0px;box-shadow: 0 2px 20px rgb(0 0 0 / 15%);}
.blog-content h4{line-height: 1.1;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    color: #000;
    height: 27px;
    overflow: hidden;
    text-transform: capitalize;
}
.blog-wrapper a.main-btn{
    width:166px;
    display:block;
}

.blog-wrapper .col-lg-4{
    padding-left: var(--p8);
    padding-right: var(--p8);
}
/*=================================blog page section css end==============================*/


/*=================================Blog detail section css start==================================*/
.blog-detail-page-title h3{font-size: 24px; text-align: center; margin-bottom: 30px; color: #000E44; font-weight: 600; }
.blog-detail-image img{width: 100%;height: 370px;max-height: 370px;object-fit: cover;}
.blog-detail-image{position: relative;}
.blog-detail-title h1{color: #000E44;text-decoration: none;font-size: 33px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h2{color: #000E44;text-decoration: none;font-size: 29px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h3{    color: var(--secondary-color);
    text-decoration: none;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.blog-detail-title h4{color: #000E44;text-decoration: none;font-size: 24px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h5{color: #000E44;text-decoration: none;font-size: 22px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h6{color: #000E44;text-decoration: none;font-size: 20px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title{margin-top: 20px;}
.blod-detail-description p{text-align: justify;font-size: 15px;font-weight: 400;color: #212529;}
.blod-detail-description{margin-top: 13px;}
.blog-detail-wrapper .widget {padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;}
h2.widget-title, h2.widgettitle {font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--secondary-font);}
.blog-detail-wrapper .widget-title:after{position: absolute;content: '';width: 63px;height: 2px;background-color: var(--secondary-color);bottom: 6px;left: 0;}
#secondary .widget ul {margin: 0; padding-left: 0; list-style-type: none; }
.blog-detail-wrapper .widget ol li, .blog-detail-wrapper .widget ul li {padding: .72rem 0; border-bottom: 1px solid #e8ecef; border-top: 1px solid #e8ecef; list-style-type: none; padding-left: 0; display: flex; justify-content: space-between; }
.blog-detail-wrapper .widget_categories ul{padding-left: 0;}
.blog-detail-wrapper .widget ol li:first-child, .blog-detail-wrapper .widget ul li:first-child {border-top: none; padding-top: 0; }
#secondary .widget ul li {position: relative; }
.blog-detail-wrapper .widget_categories li a {display: flex; color: #000!important; font-size: 15px; text-decoration: none; }
.blog-detail-wrapper .widget_categories li a i {display: flex; color: #000!important; padding-left: 20px; font-size: 19px; padding-right: 14px; padding-top: 7px; }
.blog-detail-wrapper .widget_recent_entries img {margin-right: 17px; height: 74px; max-width: 75px; display: block; object-fit: cover; border-radius: 10px; }
.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {display: flex; flex-direction: column; width: 76%;}
.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.3;max-height: 2.6em;margin-bottom: .5em;font-size: 17px;color: #000;text-decoration: none;font-weight: 600;}
.blog-detail-wrapper .widget_recent_entries .post-date {display: block;font-size: 14px!important;font-size: .6875rem;color: var(--secondary-color);text-transform: uppercase;}
.blog-detail-wrapper .widget_recent_entries ul{padding-left: 0px;}
.feat_blog_con p span {color: var(--text-black);font-size: 15px;margin-right: 17px;font-weight: 400;}
.feat_blog_con p span a {color: var(--secondary-color);font-size: 15px;margin-right: 17px;font-weight: 400; text-decoration: none;}
.blog-detail-image{position: relative;}
.blog-detail-image img{border-radius: 10px;}
.blog-detail-image .blog-detail-cat{font-size: 16px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #721915;padding: 5px 23px;border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-detail-image .blog-detail-cat a{color: #fff; text-decoration: none;}
.blog-detail-wrapper  .blod-detail-description img{width:100%;}

section.blog-detail-wrapper.mt-5 {
    margin-top: 0px !important;
    padding-top: 70px;
    padding-bottom: 70px;
}

.blod-detail-description span{
    font-family: var(--primary-font);
    font-size:16px;
}

.blod-detail-description a span, .blod-detail-description a{
    color:var(--secondary-color) !important;
    text-decoration-color: var(--secondary-color) !important;
}

.feat_blog_con i{
     color:var(--secondary-color);
}

.blog-content .btn-25 span{
    font-size: 14px;
}

.blog-content .blog-feat a {
    color: var(--text-black);
    text-decoration: none;
}


.blog-wrapper .pro{
    display: flex;
    justify-content: center;
}
.blog-wrapper h2{
    color: var(--black-color);
}
/*=================================Blog detail section css end==================================*/



#model-form .modal-content {
    background-color: var(--lt-bg-color);
    border: 0px;
    border-radius: 0px;
}
#model-form img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#model-form .col-6.cont-left {
    padding: var(--p30) var(--p20);
    background: #fff;
}
#model-form .col-6.cont-left #mc_embed_signup{
    background: transparent !important;
    width:100% !important;
}
#model-form .indicates-required {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 11px;
}
#model-form input {
    display: block !important;
    width: 100% !important;
    padding: 8px !important;
    text-indent: 2% !important;
    border: 0px solid !important;
    border-bottom: 1px solid var(--heading-color) !important;
    border-radius: 0px !important;
}
img.refferal_badge{
    object-fit:contain !important;
}
#model-form .button{
    background-color: var(--heading-color) !important;
    border-radius:0px !important;
}
#model-form .button:hover{
    background-color: var(--other-color) !important;
}
#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form .col-6{
    padding:0px;
}
#model-form h2 {
   margin-bottom: var(--m10);
    padding-bottom: 10px;
    color: var(--black-color);
    font-weight: 600;
    font-size: var(--f28);
}
#model-form label {
    display: inline-block;
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0px;
    padding: 0px;
}
#model-form .captcha img{
    width: 150px;
    height: 39px;
}
#model-form .modal-header i{
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#model-form p.call-us, p.call-us a{
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form .modal-dialog{
    max-width: 820px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p{
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}
#model-form .form-group {
    padding: 0px;
}
#model-form .form-control {
    margin-bottom: var(--m15);
    padding: 8px 10px;
    border: 0px solid;
    border-bottom: 2px solid var(--btn-color);
    border-radius: 0px;
    font-family: var(--primary-font);
    font-size: var(--f14);
    background: transparent;
}
#model-form form {
    margin-top: 0;
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 160px;
}
#model-form  .form-control:focus {
    background-color: transparent !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}
#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}
#model-form .captcha {
    display: flex;
}

section.attraction {
    background: var(--lt-bg-color);
    padding: var(--p60) var(--p12);
}
section.attraction .container-fluid {
    padding: 0px;
}
section.attraction .head-sec h2 {
    margin-bottom: 0px;
    text-align: center;
    color: var(--black-color);
}
section.attraction .head-sec p{
    margin-bottom: 0;
    text-align: center;
    color: var(--white-color);
}
section.attraction .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.attraction .col-6.right .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .col-6.left {
    display: flex;
    align-items: center;
}
section.attraction .col-md-6{
   padding: var(--p8);
    position:relative;
    width: 25%;
}
section.attraction .col-md-6 a{
    position:relative;
}
section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 486px;
    object-fit: cover;
}
section.attraction .row{
    gap: 0px 0;
}
section.attraction .img-card {
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}
section.attraction .img-card:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}
section.attraction .atr-cont{
   background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
   text-align: center;
    align-items: center;
    justify-content: space-between;
    bottom: 40%;
    width: 100%;
    transition: all 0.3s;
}
section.attraction .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f30);
    max-height: 34px;
    overflow: hidden;
     color: var(--white-color);
    text-shadow: 0px 0px 5px #000;
}

section.attraction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.attraction .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--btn-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
section.attraction .arrow:hover{
    background: var(--white-color);
    color: var(--btn-color);
}
section.attraction a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
}
section.attraction .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
section.attraction .col-md-6:hover .atr-cont{
   
}
section.attraction .col-md-6:hover .atr-cont h4{
    color: var(--white-color);
    text-shadow: 0px 0px 0px #000;
}
section.attraction .col-md-6:hover .arrow{
    opacity: 1;
    visibility: hidden;
}
.catg{
    width: 50% !important;
}

.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-section .image-section .img-box+.img-box {
    margin-left: 60px
}

.about-section .image-section .img-box img {
    -webkit-box-shadow: 5px 8.66px 20px 0 rgba(0,0,0,.15);
    box-shadow: 5px 8.66px 20px 0 rgba(0,0,0,.15)
}

.about-section .image-section .img-box .no-class {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ef3f3e;
    padding: 5px;
    left: -15px;
    -webkit-box-shadow: 2.5px 4.33px 25px 0 rgba(239,63,62,.4);
    box-shadow: 2.5px 4.33px 25px 0 rgba(239,63,62,.4)
}

.about-section .image-section .img-box .no-class h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    margin-bottom: 0;
    font-weight: 700
}

.about-section .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 60px
}

.about-section .about-text h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-style: italic;
    color: #adadad;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -2px
}

.about-section .about-text h5 span {
    color: #ef3f3e
}

.about-section .about-text h3 {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: .001em;
    margin-bottom: 35px
}

.about-section .about-text h2 {
    font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #ef3f3e;
    font-weight: 800;
    margin-bottom: 35px
}

.about-section .about-text p {
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 25px
}

.about-section.three-image .image-section .img-box+.img-box {
    margin-left: 45px
}

.about-section.three-image .about-text {
    padding-left: 20px
}

.about-section.three-image .about-text h5 {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 30px
}

.about-section.three-image .about-text h2 {
    color: #000;
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px
}

.about-section.three-image .about-text h2 span {
    font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: lowercase;
    margin-bottom: 0;
    display: block;
    margin-top: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.6)
}

.about-section.three-image .about-text p {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.about-section.about_page .image-section .img-box:nth-child(odd) {
    margin-bottom: 40px
}

.about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
    bottom: -40px
}

.about-section.about_page .image-section .img-box:nth-child(2n) {
    margin-top: 40px
}

.about-section.about_page .image-section .img-box:nth-child(2n) .title-box {
    top: -40px
}

.about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: -2px 0 20px 0 rgba(0,0,0,.08);
    box-shadow: -2px 0 20px 0 rgba(0,0,0,.08);
    min-width: 162px
}

.about-section.about_page .image-section .img-box .title-box h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    color: #000;
    margin-top: -4px;
    font-weight: 800;
    margin-bottom: 7px
}

.about-section.about_page .image-section .img-box .title-box h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    margin-bottom: -4px;
    word-break: break-word;
    color: gray
}

.about-section.about_page .about-text {
    padding-left: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-section.about_page .about-text .title-3 {
    text-align: left;
    margin-bottom: 35px
}

.about-section.about_page .about-text .title-3 .title-label {
    text-transform: uppercase;
    -webkit-box-shadow: 5px 8.66px 20px 0 rgba(239,63,62,.22);
    box-shadow: 5px 8.66px 20px 0 rgba(239,63,62,.22)
}

.about-section.about_page .about-text h2 {
    font-weight: 700
}

.about-section.about_page .about-text h2 span {
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    margin-top: 20px
}

.about-section.about_page .about-text .buttons-about {
    margin-top: 45px
}

.about-section.about_page .about-text .buttons-about .btn+.btn {
    margin-left: 20px
}

.about_section .about_img {
    position: relative;
    margin: 20px 0;
}

.about_section .about_img img {
    border-radius: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_img .side-effect::after {
    content: "";
    position: absolute;
    top: -12px;
    height: calc(100% - 18px);
    background: url("../images/about.webp");
    border-radius: 25px;
    width: calc(100% - 65px);
    left: 76px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .3
}

.about_section .about_img .side-effect span::after, .about_section .about_img .side-effect::before {
    background:url("../images/about.webp");
    content: "";
    position: absolute;
    border-radius: 25px;
    z-index: -1
}

.about_section .about_img .side-effect::before {
    top: -20px;
    height: calc(100% - 44px);
    width: calc(100% - 97px);
    left: 120px;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .1
}

.about_section .about_img .side-effect span::after {
    bottom: -12px;
    height: calc(100% - 18px);
    width: calc(100% - 65px);
    right: 76px;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .3
}

.about_section .about_img .side-effect span::before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: calc(100% - 44px);
    background: url("../images/about.webp");
    border-radius: 25px;
    width: calc(100% - 97px);
    right: 120px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .1
}

.about_section .about_img:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_img:hover .side-effect::after,.about_section .about_img:hover .side-effect::before {
    top: 0;
    left: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_img:hover .side-effect span::after,.about_section .about_img:hover .side-effect span::before {
    bottom: 0;
    right: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_content {
    margin-left: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.about_section .about_content h5 {
    font-size: var(--f28);
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative
}

.about_section .about_content h5::before {
    position: absolute;
    bottom: -20px;
    width: 100px;
    height: 2px;
    background: var(--secondary-color)
}

.about_section .about_content h5 span,section.about-owner .call-area a:hover,section.home-list ul.last li {
    color: var(--white-color);
}

section.home-list h3.title a,section.home-list ul li {
    color: var(--secondary-color)
}

.about_section .about_content h2 {
    color: #000;
    font-weight: 800;
    text-transform: capitalize
}

.about_section .about_content p {
    color: #464646;
    line-height: 1.9;
    font-weight: 300;
    font-size: var(--f16)
}

.about_section .about_content .about_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about_section .about_content .about_bottom h6 {
    margin-left: 25px;
    background-color: #f7f7f7;
    color: #acacac;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 600
}

.cta-banner {
    width: 100%;
    height: 200px;
    background: url(../images/trees.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.cta-banner {
    width: 100%;
    height: 140px;
    background: url(../images/trees.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.button {
    border-radius: 0;
    /* background-color: var(--white-color); */
    border: none;
    color: var(--btn-color);
    text-align: center;
    font-size: 16px;
    /* font-weight: 500; */
    /* text-transform: uppercase; */
    padding: 10px;
    width: 120px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
    letter-spacing: 1px;
    display: block;
    border: 1px solid var(--lt-bg-color);
}

.button:hover{/* color: white; */}

/* attr */
.how-we-value-wrapp .atrr a {
    position: relative;
    text-align: center;
}
.how-we-value-wrapp .img-card {
    /* border-radius: 10px; */
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .atrr {
    padding: 8px;
    position: relative;
}
.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 10px;
}
.how-we-value-wrapp .img-card:hover {
    transform: translateY(-30px);
}

.how-we-value-wrapp.atr .head-sec {
    /* padding-top: 170px; */
}

section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 500px;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}
section.about-owner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}

section.about-eliza .heads img{
width: auto;
height: 60px;
}
section.about-eliza .heads h2{
    margin-top: var(--m20);
    font-weight: 900;
    font-family: var(--secondary-font);
    color: var(--white-color);
    text-transform: uppercase;
}
section.about-eliza .heads h2 span{
    color: var(--btn-hover);
}
section.about-eliza .heads h4{
    color: var(--black-color);
    font-size: var(--f17);
    font-family: var(--primary-font);
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: var(--m15);
}
section.about-eliza .heads .abt-dash{
    width: 140px;
    height: 2px;
    background: var(--white-color);
    border-radius: 2px;
    margin-top: var(--m10);
    margin-bottom: var(--m10);
}
section.about-eliza .cont {
    max-height: 225px;
    overflow: hidden;
    margin-bottom: 40px;
}
section.about-eliza .cont p{
    color:var(--white-color);
}
section.about-eliza .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-eliza .img-sec{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
width: 100%;
}
section.about-eliza .img img{
    width: 90%;
    height: 550px;
    border-radius: 15px;
    object-fit: cover;
}
section.about-eliza{
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
    background: var(--lt-bg-color);
}
section.about-eliza a.main-bttn{
position: relative;
top: 20px;
}
.main-bttn {
    border: 1px solid #fff;
    padding: var(--p15) 0;
}
.main-bttn span.inner {
    padding: var(--p15) var(--p45);
    background: var(--white-color);
    color: var(--btn-color);
    position: relative;
    top: 5px;
    left: 10px;
}
.main-bttn:hover span.inner {
    background: var(--white-color);
}


section.gallery .col-9.md-12.sm-12{
    width:70%;
}
.gallery .rev{
justify-content: space-between;
}
.gallery #second{
    padding-top:var(--p20);
}
.gallery .rev .col-7{
    border: 1px solid #080816;
    width:57%;
    margin-bottom: 10px;
    padding:5px;
}
.gallery .rev .col-5{
    border: 1px solid #080816;
     width:40%;
     margin-bottom: 10px;
     padding:5px;
}
.gallery .rev .col-7 .img {
    padding: 0px 0px;
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    overflow: hidden;
}
.gallery .rev .col-7 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
    transform: scale(1);
    transition: 0.5s;
}
.gallery .rev .col-7 .img img:hover{
      transform: scale(1.2);
}
.gallery .rev .col-5 .img {
    padding: 0px 0px;
    position: relative;
    left: 0%;
    top: 0%;
    height: 300px;
    cursor:pointer;
     overflow:hidden;
}
.gallery .rev .col-5 .img img:hover{
      transform: scale(1.2);
}
.gallery .rev .col-5 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
     transform: scale(1);
    transition: 0.5s;
    cursor:pointer;
}

.gallery .rev .col-6{
    border: 1px solid #080816;
    width:49%;
}

.gallery .rev .col-6 .img {
    padding: 0px 0px;
    position: relative;
    left: 2%;
    top: 2%;
    height: 300px
}
.gallery .rev .col-6 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
}

section.home-gallery {
    padding: 0 var(--p12);
    padding-bottom: var(--p60);
}

a.gallery-btn{
    font-size:var(--f18);
    margin-top:var(--m30);
}
a.gallery-btn .fa-solid, .fas{
    
}


section.home-gallery span {
    text-align: right;
    display: block;
}

section.home-gallery .col-5 {
    padding-left: var(--p40);
    padding-right: var(--p40);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.home-gallery p{
    font-weight: 300;
}
section.home-gallery a.main-btn {
    display: block;
    width: 200px;
    text-align: center;
}

section.home-gallery .slick-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    padding: 0 var(--p2);
}
section.home-gallery .slick-prev:before, section.home-gallery .slick-next:before {
    font-size: 40px;
    opacity: 1;
    color: var(--black-color);
}
section.home-gallery .slick-prev, section.home-gallery .slick-next{
    z-index: 1;
}
section.home-gallery .slick-prev {
    left: 10px;
}
section.home-gallery .slick-next {
    right: 28px;
}
section.home-gallery .content {
    height: 225px;
    overflow: hidden;
}
section.gallery .head-sec h2{
    font-size: 38px;
    text-align: left;
}
section.gallery .col-3.md-12.sm-12 {
    width: 30%;
}
section.gallery .col-3.md-12.sm-12 {
    width: 30%;
}
.arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: absolute;
}
.arrow-mask-right {
    left: 190px;
    clip-path: inset(0px 100% 0px 0);
}
.arrow-mask-wrap {
    width: 110px;
    height: 22px;
    position: absolute;
    top: 30px;
    z-index: 0;
    transition: clip-path 0.6s cubic-bezier(0.785,0.135,0.15,0.86);
}
.arrow-mask-wrap svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
}
section.gallery .head-sec h2 {
    font-size: 36px;
    text-align: left;
    /* margin-right: 140px; */
}
section.gallery .head-sec{
    position: relative;
    text-align: left;
}
.arrow-mask-wrap svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 11px;
    width: 100px;
    height: auto;
} 
svg:not(:root) {
    overflow: hidden;
}
.arrow-mask-wrap {
    width: 110px;
    height: 22px;
    position: absolute;
    top: 30px;
    z-index: 0;
    transition: clip-path 0.6s cubic-bezier(0.785,0.135,0.15,0.86);
}
.arrow-mask-right {
    left: 190px;
    clip-path: inset(0px 100% 0px 0);
}
.arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: absolute;
}

/*Attraction css*/

section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.how-we-value-wrapp h2{
    color: var(--white-color);
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}
.how-we-value-wrapp p{
    color: var(--white-color);
}
.attr-btn{
    display: flex;
    justify-content: center;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: 8px;
   position:relative;
   width: 50%;
}
.how-we-value-wrapp .atr-btn {
    text-align: center;
}
.how-we-value-wrapp .atrr a{
    position:relative;
}
.how-we-value-wrapp img.img-fluid {
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
}
.how-we-value-wrapp .img-card {
    /* border-radius: 10px; */
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    transform: translateY(-30px)
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 24px;
    color: var(--white-color);
    font-family: var(--primary-font);
    padding: 15px 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0);
    display: none;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.how-we-value-wrapp .arrow:hover{
    background: #fff;
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    background: var(--white-color);
    color: var(--secondary-color);
    display: flex;
    text-align: center;
    justify-content: center;
}
.how-we-value-wrapp a.main-btn:hover{
    box-shadow: inset 0 50px 0 0 var(--white-color);
    border-color:var(--white-color);
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: 30px;
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: #fff;
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--white-color);
    /* text-shadow: 0px 0px 0px #000; */
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: 30px;
}
section.how-we-value-wrapp.atr {
    background: var(--lt-bg-color);
}

/*Review css*/
section.reviews-section{
    background-image: url("../images/review-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 75px 3px 125px 2px; */
}
section.reviews-section .head-sec h6{
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: var(--f20);
}
section.reviews-section .head-sec h2{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
section.reviews-section .head-sec img{margin-bottom: 80px;display: none;}
section.reviews-section .reviews-list {
        background-color: #FFFFFF;
        /* margin: 50px 15px 40px 15px; */
        border-radius: 10px;
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
        padding: 40px 20px;
        text-align: center;
        padding-bottom: 30px;
        height: 100%;
}
section.reviews-section .item {
    padding: 10px 5px 40px;
    height: 100%;
}
section.reviews-section .reviews-list img{
    width: 80px;
    border-radius: 10px;
    height: 80px;
    margin: auto;
    margin-bottom: 10px;
    object-fit: cover;
}
section.reviews-section .reviews-list p.name {
    font-size: var(--f20);
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: capitalize;
}
section.reviews-section .reviews-list p.addr {
    margin-top: -5px;
    margin-bottom: 15px;
    height: 24px;
}
section.reviews-section .review-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8px;
    margin-bottom: 10px;
}
section.reviews-section .review-star i{
    color: #FCAF3D;
}
section.reviews-section p.desc {
    width: 302px;
    margin: auto;
    padding-bottom: 0;
    
    /* margin-bottom: 30px; */
}
section.reviews-section .less-text{
    max-height: 96px;
    height: auto;
    overflow: hidden;
}
section.reviews-section  .dessc-info{
    height:96px;
     overflow: hidden;
}
section.reviews-section .more-text{
    height: 100%;
    overflow: hidden;
}
section.reviews-section a.moreless-button {
    display: block;
}
section.reviews-section .rvv-btn {
    margin-top: 20px;
    height:24px;
}
section.reviews-section a.moreless-button:hover{
    text-decoration:underline;
}
section.reviews-section button.owl-dot span{
width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    background: #999999;
    border-radius: 100%;
}
section.reviews-section button.owl-dot.active span{
    background: var(--secondary-color);
}
section.reviews-section .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/*Featured cabins css*/
section.featured-cabins {
    /* padding: 110px 0; */
    padding-top: 110px;
}
section.featured-cabins .container{
    max-width: 1140px;
}
section.featured-cabins .head-sec h6{
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    font-size: var(--f20);
}
section.featured-cabins .head-sec h2{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
section.featured-cabins .head-sec img{margin-bottom: 80px;display: none;}
section.featured-cabins .cabin-images img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.featured-cabins .cabin-images {
    height: 300px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}
section.featured-cabins .image-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.featured-cabins .cabin-images:hover .image-overlay{
    background: #FFC3894F;
    opacity: 0.5;
}
section.featured-cabins .cabin-content{
    border-radius: 0px 0px 10px 10px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0;
    background: var(--white-color);
}
section.featured-cabins .cabin-content .cabin-upper {
    padding: 0px 20px 14px 20px;
    display: flex;
    justify-content: space-between;
}
section.featured-cabins .item {
    padding-left: 5px;
    padding-right: 5px;
}
section.featured-cabins .cabin-name h4{
   font-size: var(--f24);
   font-weight: 700;
   line-height: 1.2;
   margin-bottom: 28px;
   height: 56px;
   overflow: hidden;
}
section.featured-cabins .cabin-name h4 a{
    color: var(--black-color);
    font-family: var(--secondary-font);
}
section.featured-cabins .cabin-name h4 a:hover{
    color: var(--secondary-color);
}
section.featured-cabins .cabin-price {
    width: 28.5%;
    min-width: 64px;
    text-align: right;
}
section.featured-cabins p.addr {
    /* font-size: 13px; */
    margin-bottom: 0px;
    color: #888888;
}
section.featured-cabins span.from, section.featured-cabins span.per-night {
    color: #000842;
    font-size: 18px;
    /* font-weight: bold; */
    text-align: right;
}
section.featured-cabins .cabin-price p{
    font-size: var(--f26);
    font-weight: bold;
    color: var(--secondary-color);
    text-align: right;
    margin-bottom: 20px;
}
section.featured-cabins .cabin-bottom {
    border-top: 1px solid #EAEAEA;
}
section.featured-cabins .cabin-bottom li {
    border-right: 1px solid #EAEAEA;
    padding: 25px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 33.33%;
}
section.featured-cabins .cabin-bottom li img{
    width: 45px;
    height: 42px;
}
section.featured-cabins .cabin-bottom li p{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 3px;
}
section.featured-cabins .cabin-bottom li span{
    font-size: 14px;
    color: var(--black-color);
}
section.featured-cabins .cabin-bottom ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
section.featured-cabins .cabin-bottom li:last-child{
    border-right: 0px solid;
}
section.featured-cabins .owl-nav button.owl-prev, section.featured-cabins .owl-nav button.owl-next{
    width: 51px;
    height: 51px;
    color: var(--white-color);
    background: var(--btn-color);
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.featured-cabins .owl-nav{
    width: 100%;
}
section.featured-cabins .owl-nav button.owl-prev{
    left: -56px;
}
section.featured-cabins .owl-nav button.owl-next{
    right: -56px;
    left: auto;
    }


.list-amenity{
  display: flex;
  /* justify-content: space-around; */
  gap: 15px;
    padding-left: 20px;
}


.rating-count i{
  color:#fcaf3d;
}

.rating {
    padding-left: 20px;
    padding-top: 10px;
}




.cabin-price-inline {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
    font-size: 14px;
    color: #444;
}

.cabin-price-inline .price {
    font-weight: bold;
    color: #222;
}

.cabin-price-inline .from,
.cabin-price-inline .per-night {
    color: #777;
    font-size: 13px;
}

.addr-price-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.addr-price-wrap .addr {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.cabin-price-inline {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #444;
    padding-left: 20px;
}

.cabin-price-inline .price {
    font-weight: bold;
    color: #222;
    font-size: 20px;
}

.cabin-price-inline .from,
.cabin-price-inline .per-night {
    color: #777;
}

section.about-owner .call-area a:hover {
color: var(--lt-bg-color);
}






