@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}
body{
    text-rendering: optimizeLegibility;
}
.how-we-value-heading {
text-align: center;
margin-bottom: var(--m10);
}


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%;
}
#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(--f12);
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.search-bar form{
       background: #343333a1;
       position: relative;
       margin: auto;
       justify-content: center;
       width: 90%;
       left: 0;
       right: 0;
       bottom: 0px;
       padding: 0 0;
       border-radius: 0px;
       z-index: 2;
       margin-top: var(--m30);
}
.search-bar form .row{
    gap: 3px;
}
.search-bar select{
    font-size: var(--f14);
    color: var(--white-color);
    line-height: 32px;
    font-weight: 400;
    font-family: var(--other-font);
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: transparent;
    text-indent: 0px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    height: 55px;
    width: 100%;
}

.search-bar input{
    font-size: var(--f14);
    color: var(--secondary-color);
    line-height: 32px;
    font-weight: 400;
    font-family: var(--other-font);
    border-radius: 0px;
    padding: 0;
    padding-left:var(--p10);
    background: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    height: 55px;
    border-radius: 0 !important;
}
.search-bar input#end_date {
    padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1; /* Firefox */
  }

  .search-bar i{
    color: var(--white-color);
    position: absolute;
    top: 36px;
    font-size: var(--f16);
    right: 20px;
  }

  .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 .check.right.icns.mb-lg-0.position-relative.datepicker-common-2::before{
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 0px;
    background: transparent;
  }
.search-bar .check:before {
     position: absolute;
    content: '';
    top: 20px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check i{
    top: 18px;
}
.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;
    display: flex;
    align-items: center;
justify-content: center;
}
  .search-bar button.main-btn {
    width: 90%;
    height: 55px;
    letter-spacing: 2px;
    font-weight: 400;
    color: white;
    background-color: var(--primary-color);
    font-family: var(--other-font);
    border-color: var(--primary-color);
}
.check.left.icns.mb-lg-0.position-relative.datepicker-common-2 input{
    border-radius: 100px 0 0 100px;
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2 input{
    border-radius: 0 100px 100px 0;
}
.search-bar button.main-btn:hover{
    border-color: var(--btn-hover);
    box-shadow: inset 0 55px 0 0 var(--btn-hover);
}
.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    width: 100%;
}
.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);
}
.search-bar .main-check .row{
    position:relative;
    gap: 0;
}
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: 55px !important;
                            z-index: 9;
                        }

                        .search-bar input#demo17::placeholder{
    color: var(--white-color);
}


.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;
  }
}
.video-cont .form-control:focus {
    background-color: transparent !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: end;
    align-items: center;
    bottom: 0px;
    background: rgba(0,0,0,0.1);
    padding-top: 0;
    flex-direction: column;
}
.video-cont .container{
    margin-bottom: 50px;
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 0;
      color: #ffffff;
      text-shadow: 0px 0px 2px #000;
      text-transform: capitalize;
      font-size: var(--f60);
      letter-spacing: 2px;
      font-family: var(--secondary-font);
      font-weight: 600;
      text-align: center;
      position:relative;
      margin-top: var(--m50);
}
.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}
.video-cont p{
    max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m10);
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f22);
    text-align: center;
    color: var(--white-color);
    margin-top: var(--m10);
}
.video-cont .features-video{
    display: flex;
    gap: 60px;
    display: none;
}
.video-cont .features-video li{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.video-cont .features-video i{
    font-size: var(--f25);
    color: var(--white-color);
}
.video-cont .features-video span{
    color: var(--white-color);
    font-size: var(--f15);
}
.video-cont .features-video li .active-hotel{
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}



/* new About us*/
section.about-Us{
    padding:var(--p60) 0px;
}

section.about-Us .main-btn{
    display:block;
    width:200px;
    margin-top:var(--m20);
    text-align:center;
}
section.about-Us  .how-we-value-heading{
    margin-bottom: 0;
}
.about-content .head-sec{
    text-align: left;
}
.about-Us .row{
    padding:0;
    margin:0;
}
.about-Us .col-7{
    padding:0;
    margin:0;
    padding-left:0.75rem;
}
.border-img {
    width: 100%;
    height: 540px;
    border: 8px solid var(--heading-color);
    padding: 0;
    width: 95%;
    height: 540px;
}
.border-img .about-img3 img{
    width: 100%;
    height: 540px;
    object-fit:cover;
}
.about-img3 {
    position: relative;
    top: 5%;
    left: 5%;
}

.about1-img {
    width: 550px;
    height: 400px;
    position: relative;
    z-index: 1;
    
}
.about1-img img {
    width: 450px;
    height: 400px;
    object-fit: cover;
    border-right: 4px solid var(--white-color);
    border-top: 4px solid var(--white-color);
    border-bottom: 4px solid var(--white-color);
}

.about2-img {
    width: 600px;
    height: 227px;
    border: 4px white;
    position: relative;
    z-index: 3;
   
}

.about2-img img{
     width: 600px;
    height: 227px;
      object-fit:cover;
       border-right: 4px solid var(--white-color);
    border-top: 4px solid var(--white-color);
    border-bottom: 4px solid var(--white-color);
}
.large-img{
    width:57%;
}
.img-section{
padding-top: 3rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding-left:0px;
    width:43%;
    justify-content: center;
}
.col-5.about-Us-content {
    padding-left: 0;
}
.col-5.about-Us-content h6{
    font-size: var(--f18);
    margin-bottom: var(--m5);
}
.col-5.about-Us-content .head-sec{
    margin-bottom:0;
    text-align:left;
}
.col-5.about-Us-content .shape-image{
    width:34%;
}
.col-5.about-Us-content .shape-image img{
    width:100%;
}
.col-5.about-Us-content .how-we-value-heading{
    text-align:left;
}
.col-5.about-Us-content .abt-para {
    height: 400px;
    overflow: hidden;
}



/*About cta css*/
section.abt-cta {
  height: 400px;
    background: url(../images/abt-cta.jpg);
    /* position: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.abt-cta .video-play-btn{
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    display: none;
}
section.abt-cta .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 53%);
}
section.abt-cta .main-btn{
    width: 200px;
    margin-top: var(--m30);
    background: var(--btn-color);
    color: var(--white-color);
}
section.abt-cta .container{
    position:relative;
}
section.abt-cta .head-sec p{
    color: var(--white-color);
    text-shadow: 0px 1px 8px #000000;
    margin-top: var(--m30);
    letter-spacing: 1px;
    font-weight: 500;
    font-size: var(--f16);
    text-transform: capitalize;
}
section.testimonial span{
    text-align: center;
}
section.abt-cta .head-sec {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section.abt-cta .head-sec h2 {
    margin-bottom: 0;
    font-size: var(--f55);
    color: var(--white-color);
    text-shadow: 0px 0px 9px #000;
    text-transform: capitalize;
}


/* about priticia css */

section.about-priticia .content-banner{
    background: url('../images/agent-accent.jpg');

    padding-left: 0;
    width: 90%;
}

section.about-priticia .content-banner .content-box{
    max-height: 365px;
    overflow: hidden;
}
section.about-priticia .main-btn{
position: relative;
top: 20px;
}
section.about-priticia .content-banner .content{
    padding: var(--p50);
    background: #122a42;
    position: relative;
    left: 75px;
    top: 20px;
    border: 1px solid var(--secondary-color);
    
}
section.about-priticia .content-banner p,h3{
    color: var(--white-color);
}

section.about-priticia .cont-sec{
    z-index: 1;
}
.priticia-img{
    height: 510px;
    position: relative;
    right: 35px;
    z-index: 0;
}
.priticia-img img{
    height: 510px;
    width: 90%;
    object-fit: cover;
}
/*properties section css*/


section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}
section.home-list .btn-area {
    text-align: center;
    margin-top: 30px;
}
section.home-list .btn-area a{
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
}
section.home-list .btn-area a i{
    color: var(--btn-color);
}
section.home-list .btn-area a:hover i{
    color: var(--white-color);
}
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);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view {
    position: absolute;
    bottom: -25px;
    right: 8%;
    
}
section.home-list .view a{
    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;
    border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 0px;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
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: 10px 10px 0 0;
    display: block;
    border-radius: 0px;
}
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: 0px;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
}

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{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 30px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:30px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--heading-color);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
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;
    justify-content: flex-start;
    gap: 10px;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--primary-color);
}
section.home-list .featured i{
    color: var(--white-color);
    margin-right: 0;
    font-size: var(--f24);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--primary-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    border-radius: 30px;
    left: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p6) var(--p15);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}
section.home-list .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.home-list .how-we-value-heading p{
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
section.home-list .how-we-value-heading  h2 {
   padding-top: 15px;
   padding-bottom: 15px;
   color: var(--secondary-color);
   font-weight: 600;
   margin-bottom: 0px;
}
section.home-list .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;}
/* winter cta */

/* cta start */

section.business{
    padding:var(--p80) 0;
    background: url(../images/call1.jpg);
    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: var(--btn-color);
}
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);
    color: var(--white-color);
}

/*Location css start*/
section.location-list {
    background: var(--white-color);
}

section.location-list .how-we-value-heading{
text-align: center;
padding-bottom: var(--p40);
}

section.location-list h2{
    padding-bottom: 15px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list h6{
    line-height: 1.3;
    color: var(--secondary-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(--btn-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);
}



/*Counter css*/
section.counter {
   background: #1E1D85;
}
section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}
section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}
section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}
section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.counter .counter-box:hover{
    background:var(--btn-color);
}
/*Testimonial css*/
section.testimonial {
    position: relative;
    background: var(--lt-bg-color);
}
section.testimonial .review-date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
section.testimonial .review-date p{
    font-weight: bold;
    color: var(--heading-color) !important;
}
section.testimonial h5.pr-name{
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: var(--m20);
    display: none;
}
section.testimonial h5.pr-name a{
    color: var(--heading-color);
    font-family: var(--secondary-font);
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
}
section.testimonial .top-text {
    position: relative;
    height: 80px;
    /* display: none; */
}
section.testimonial .test-pro {
    height: 80px;
    display: none;
    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: 50%;
    top: 50%;
    -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; */
    display: flex;
    justify-content: center;
}
section.testimonial .user-icon img{
    width: 80px;
    height: 80px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}
section.testimonial .container{
    z-index: 1;
    position: relative;
}
section.testimonial .head-sec h2 {
 color: var(--secondary-color);
}
section.testimonial .head-sec h6 {
    color: var(--primary-color);
    font-size: var(--f18);
   }
section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    border: 1px solid var(--btn-color);
    padding: var(--p15);
}
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{
    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(--heading-color);
    margin-bottom: 0;
}
section.testimonial .para p{
   text-align: center;
   width: 90%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--black-color);
   height: 155px;
   max-height: 155px;
   margin-top: var(--m10);
   overflow: hidden;
}
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 img {
    top: 0;
    height:100%;
}

/*About Us css*/
.about-us{
    background:var(--white-color);
}
.about-us .arrow-mask-wrap {
    width: 110px;
    height: 22px;
    position: absolute;
    top: 0px;
    z-index: 0;
    transition: clip-path 0.6s cubic-bezier(0.785,0.135,0.15,0.86);
}
.about-us .own-para {
    max-height: 380px;
    overflow:hidden;
}
.about-us .main-btn{
    display: block;
    width: 200px;
    margin-top: var(--m20);
    text-align: center;
}
.about-us .abt-cnt {
    padding: 0px var(--p12);
    padding-bottom: 0px;
}
.about-us .head-sec {
    margin-bottom: var(--m30);
    position: relative;
}
.about-us .arrow-mask-right {
    left: 0px;
    clip-path: inset(0px 100% 0px 0);
}
.about-us .arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: relative;
}
.about-us .head-sec h2 {
   font-size: var(--f60);
    line-height: 1.3;
    font-weight: 400;
    color: var(--heading-color);
    text-transform: inherit;
    margin-bottom: 0px;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
    text-align: left;
}
.about-us b{
    font-weight:bold;
}
.about-us h3{
    font-size: var(--f44);
    color: var(--secondary-color);
    font-weight: 600;
}
.about-us h6{
   margin-bottom: var(--m15);
    color: var(--secondary-color);
    font-weight: 700;
    font-family: var(--secondary-font);
    font-size: var(--f24);
    margin-top: 0px;
}

.about-us .welcome{
    font-weight: 600;
    font-size: var(--f18);
    margin-bottom: var(--m10);
    color: var(--primary-color);
}
.about-us .abt-pro{
   min-height: 350px;
   object-fit: cover;
   height: 420px;
   object-position: top;
   width: 95%;
   /* border-radius: 64% 36% 27% 73% / 55% 58% 45% 42%; */
   /* animation: blobEffect 5s linear infinite; */
}
.about-us .sign{
   width: 250px;
    height: auto;
    font-family: "sign";
    font-size: var(--f25);
    margin-top: var(--m40);
    letter-spacing: 2px;
    margin-bottom: var(--m10);
}
.about-us p.owner {
    margin-bottom: 0;
}
.about-us .right{
    width:58.34%;
}
.about-us .left{
    width:41.66%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qualities h2{
    font-size:var(--f36);
    color:#282828;
    margin-bottom: var(--m40);
}
.qualities p{
letter-spacing: 1px;
    font-size: var(--f14);
    line-height: 23px;
    font-weight: 400;
    text-align: left;
}
.qualities .fa-solid{
    font-size:var(--f50);
    margin-bottom: var(--m10);
}
.qualities h6{
    margin-bottom:var(--m10);
}
/*Attraction css*/

/*Attraction css*/
section.attraction {
    background: var(--white-color);
    padding-left: 0px;
    padding-right: 0px;
}
section.attraction .container-fluid {
    padding: 0px;
}
section.attraction .head-sec h2 {
    margin-bottom: 0px;
    text-align: left;
}
section.attraction .head-sec p{
    padding-left: var(--p12);
    text-align: left;
}
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-4{
   padding: var(--p8);
    position:relative;
}
section.attraction .col-md-4 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: 400px;
    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;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    transition: all 0.3s;
}
section.attraction .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: 30px;
    overflow: hidden;
     color: var(--white-color);
    text-shadow: 0px 0px 2px #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;
}
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-4:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
section.attraction .col-md-4:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
section.attraction .col-md-4:hover .arrow{
    opacity: 1;
    visibility: visible;
}
/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}
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;
}

/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}
section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}
section.news-letter  input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 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:370px;
}
#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 {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}
#model-form  .form-control:focus {
    background-color: var(--white-color) !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;
}

.mob-btn{
    display:none;
}


/* attractions */


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

.attractions .image-box img{
	position: relative;
	display: block;
	width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.attractions .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 120%;
	left: -10%;
	height: 50px;
	background: #ffffff;
	border-top: 7px solid transparent;
	-ms-transform: rotate(-17deg);
	-webkit-transform: rotate(-17deg);
	transform: rotate(-17deg);
	-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;
	z-index: 1;
}

.attractions .inner-box:hover .image-box:before{
	border-top-color: #d5ae82;
}

.attractions .lower-box{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 40px;
	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.3s 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: 40px;
    overflow: hidden;
}

.attractions .lower-content h4 a{
	color: var(--other-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;
}

.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;
    bottom: 50px;
}


.attractions .head{
    background: url(../images/attr-cta.jpg);
    padding: var(--p60);
    position: relative;
}
.attractions .head::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #122a42;
    opacity: 0.70;
}
.attractions{
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 40px;
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h6{
    color: var(--seconadry-color);
}

/* form css */
section.form{
    background: url('../images/cabin2.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
section.form .col-6{
display: flex;
justify-content: end;
align-items: center;
}

section.form input, textarea,select{
    width: 100%;
padding: var(--p10) var(--p15);
border: none;
margin-bottom: var(--m15);
}
section.form form{
    background: #01559185;
    padding: var(--p40);
    width: 75%;
}
section.form h3{
    margin-bottom: 0;
    color: var(--white-color);
    text-align: center;
}
section.form .row .name{
    padding: 0;
    justify-content: space-between;
}
section.form .row .name .col-6{
    padding: 0;
    width: 48%;
}
section.form .main-btn{
    width: 100%;
    background: var(--btn-color);
    color: var(--white-color);
}
section.form form p{
    text-align: center;
    color: var(--white-color);
    margin-top: var(--m10);
    margin-bottom: 0px;
}
section.form .property-banner-call-box {
    width: 360px;
    height: 360px;
    border-radius: 100%;
    background: #01559185;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}   
section.form .cont{
    justify-content: center;
}
section.form .property-banner-call-box h4{
    color: var(--white-color);
}
section.form .property-banner-call-box p{
    color: var(--white-color);
    font-size: var(--f15
    );
}


@keyframes blobEffect{
	0%, 100%{
		border-radius: 64% 36% 27% 73% / 55% 58% 45% 42%;
	}
	25%{
		border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%;
	}
	50%{
		border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%;
	}
	25%{
		border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
	}
}




.search-bar {
    /* background: #343333a1; */
}



