@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 89vh;
    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(--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: 85%;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    margin-top: var(--m30);
}
.search-bar form .col-5 {
    position: relative;
}
.search-bar form .row{
    gap: 0px;
    justify-content: center;
}
.search-bar select{
    font-size: var(--f14);
    color: var(--white-color);
    line-height: 32px;
    font-weight: 400;
    font-family: var(--other-font);
    border-radius: 5px;
    padding: 0 var(--p15) 0 var(--p10);
    background: transparent;
    text-indent: 0px;
    border: none;
    border: 1px solid #e0e0e0;
    height: 55px;
    width: 100%;
}
.search-bar select option{
    color: #000;
}
.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: 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: 20px;
    font-size: var(--f16);
    right: 35px;
  }

  .search-bar .col-3{
   position: relative;
   width: 20%;
   padding-left: 0px;
   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: 0px;
    height: 15px;
    background: #999;
}
.search-bar .check i{
    top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .srch-btn:before{
    display:none;
}
.search-bar .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: 100%;
    height: 55px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: var(--other-font);
}
.check.left.icns.mb-lg-0.position-relative.datepicker-common-2 input{
    border-radius: 100px 0 0 100px;
    border-right: 0px solid;
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2 input{
    border-radius: 0 100px 100px 0;
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}
.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;
    
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}
div#guestsss .main-btn{
    width: 100%;
}

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

#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 .datepicker-common-2 i{
                            top: 20px;
                        }
.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;
  }
}
.search-bar .form-control:focus {
    background-color: transparent !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0,0,0,0.2);
    padding-top: 0;
    flex-direction: column;
}
.video-cont .container{
    margin-top: 50px;
}
.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-shadow: 0px 0px 2px #000;
    
    font-size: 70px;
    letter-spacing: 2px;
    font-family: 'Italianno', cursive;
    font-weight: 500;
    text-align: center;
    position:relative;
text-align: center;
}
.video-cont p{
   color: var(--white-color);
    text-transform: uppercase;
    font-size: var(--f16);
    letter-spacing: .2em;
    font-family: var(--other-font);
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 30px;
}


/*About company css*/
section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0px;
    top: 0;
    text-align: left;
}

section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 10px;
}
section.about-us-home .abt-co-img-left img{
    width: 80%;
    height: 550px;
    object-fit: cover;
    border-radius: 130px 0 0 0;
}
section.about-us-home .btn_4.learn-more .button-text{
    color: var(--secondary-color);
    font-size: var(--f13);
}
section.about-us-home .btn_4.learn-more{
    margin-top: var(--m25);
}
section.about-us-home .btn_4.learn-more .button-text:hover{
color: var(--white-color);
}
section.about-us-home .btn_4.learn-more .circle{
    background: var(--secondary-color);
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: var(--p40);
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
    font-size: var(--f16);
    padding: 0;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}
section.about-us-home .head-sec p {
    color: var(--secondary-color);
}
section.about-us-home p {
    max-height: 390px;
    overflow: hidden;
    color: var(--black-color);

}
section.about-us-home h2{
    color: var(--white-color);
    font-size: var(--f48);
    margin-bottom: var(--m20);
}
section.about-us-home span{
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: 1px;
    font-size: var(--f13);
    margin-bottom: var(--m20);
}
section.about-us-home .abt-co-img-right img{
   height: 400px;
   object-fit: cover;
    border: 4px solid #fff;
    width: 400px;
    border-radius: 85px 0;
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
}
section.about-us-home .abt-co-img-right{
    text-align: right;
    z-index: 1;
    transform: translateY(-10%) translateX(70%);
    position: absolute;
    top: 45%;
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
section.about-us-home .row{
    justify-content: space-between;
}
section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
section.about-us-home .col-5.abt-left h5{
    font-size: var(--f28);
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
}
section.about-us-home .col-5.abt-left span{
    color: var(--secondary-color);
    font-size: var(--f28);
}
section.about-us-home {
    background: var(--white-color);
  padding-top: 60px;
}

section.about-us-home .col-7{
    padding-left: 0;
    width: 50%;
}
section.about-us-home .abt-cont {
    max-height: 470px;
    overflow:hidden;
}


/*About cta css*/
/*Cta css start*/
section.cta {
    padding: 9.5% 0% 8%;
    background: url(../images/land-cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
section.cta h3{
color: #ffffff5e;
    font-size: 150px;
    text-align: center;
    margin-bottom: 0px;
    line-height: .95em;
    letter-spacing: .05em;
    font-weight: 500;
}
/*Properties css*/

section.featured-pro {
    background: var(--lt-bg-color);
}

section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.featured-pro .head-sec h2{
  color: var(--btn-color);
}
section.featured-pro .head-sec p{
   color: var(--black-color);
}
section.featured-pro .row{
    gap:20px 0;
    justify-content: center;
}
section.featured-pro .main-prop {position: relative;overflow: hidden;}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .main-prop:hover img{
    transform: scale(1.14);
}
section.featured-pro .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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .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;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.8), rgba(0,0,0,.9));
    position: absolute;
    bottom: -95px;
    width: 100%;
    z-index: 1;
    transition: all 0.7s;
}
section.featured-pro .prop-detail {
    position: relative;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}
section.featured-pro .pro-cont span i{
    color: var(--white-color);
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}


section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
display: none;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
    color: #fff !important;
}
section.featured-pro .single .pro-cont{
    width: 95%;
}
section.featured-pro .single .pro-cont h4{
    color: var(--btn-color);
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f22);
    line-height: 1.2;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m11);
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: none;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 450px;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}
section.featured-pro .featured{
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
    display: none;
}
/*About owner css*/

/*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 .bg-img{
    background: url('../images/testy.jpg');
    height: 600px;
padding: 0;
    background-size: cover ;
position: relative;
z-index: 1;
}
/*Testimonial css*/

section.testimonial .bg-img{
    background: url('../images/testy.jpg');
    height: 600px;
padding: 0;
    background-size: cover ;
position: relative;
z-index: 1;
}

section.testimonial .para {
max-height: 140px;
overflow: hidden;
}

section.testimonial {
 /*background: url(../images/testimonials-bg.jpg); */
    background-color: #F0F0E8;
    position: relative;
   padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section.testimonial .row{
    justify-content: flex-end;
}

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: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

section.testimonial .icon{
        border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 0;
    z-index: 1;
}
section.testimonial .icon img{
    height: 50px;
    width: auto;
}
section.testimonial .testy {
  
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
}
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: transparent;
    width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    position: relative;
    right: 0;
    padding: 0px 0px;
}
section.testimonial .owl-nav {
 display: flex;
    gap: 40px;
    position: relative;
    left: 0px;
    top: 30px;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
}
section.testimonial button.owl-prev{
    font-size: 16px;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}
section.testimonial button.owl-next{
    font-size: 16px;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}
section.testimonial button.owl-prev:hover, section.testimonial button.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 0px 0px 0 rgba(0,0,0,.07);
    padding: var(--p70) var(--p50);
    height: auto;
}
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(--m20);
    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(--f22);
    font-weight: 700;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 0;
    margin-top: 20px;
}
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: 100%;
    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%;
}
/* About us*/
.about-owner{
    padding-top: 100px;
}
.about-owner .main-about{
    position:relative;
    right: 3%;
}
.about-owner .main-btn{
    width:200px;
    display:block;
    margin-top:var(--m20);
    text-align:center;
}

.about-owner .shape-image{
    width:34%;
}

.about-owner .shape-image img{
    width:100%;
}
.about-owner .how-we-value-heading{
    text-align:left;
     margin-bottom:0;
}
.about-owner .about-owner-content .head-sec{
    text-align:left;
    margin-bottom:0;
}

.about-owner .about-owner-content{
   border: 4px solid var(--primary-color);
}
.about-owner .about-content{
padding: var(--p20) var(--p20) var(--p20) 90px;
}
.about-owner .about-owner-img {
    position: relative;
    right: -10%;
    bottom: 6%;
}
.about-owner .about-owner-img img{
    min-height:450px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width:100%;
    border-radius: 20px;
}
.about-owner .owner-para {
    height: 200px;
    overflow: hidden;
}

/*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;
}
/*Attraction css*/
section.attraction {
    background: var(--white-color);
}
section.attraction .how-we-value-heading{
    text-align: center;
}
section.attraction .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);
}
section.attraction .head-sec {
    margin-bottom: 0px;
    position: relative;
}
section.attraction .arrow-mask-right {
    left: 350px;
    clip-path: inset(0px 100% 0px 0);
}
section.attraction .arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: absolute;
}
section.attraction .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: 100%;
    display: inline-block;
    text-align: left;
}
section.attraction .dash-top{
width: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
}

    .dash {
        height: 2px;
        width: 100%;
        background: var(--btn-hover);
        display: flex;
        justify-content: center;
        align-items: center;
    }
     .attraction .col-6{
         display: flex;
    align-items: center;
     }
    .attraction h2{
        margin-top: 0px;
    margin-bottom: 0;
    }
    .attraction h6{
        font-size: var(--f18);
    }
    .attraction .img img{
        width:100%;
        height: 450px;
        object-fit: cover;
    }

    .attraction-card{
        position: relative;
        padding-top: 30px;
    }
    .attr-content {
        width: 90%;
        justify-content: center;
        align-items: center;
        background: var(--white-color);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0%);
        padding: 0px 20px;
        padding-bottom:10px;
    }
    .attr-content p{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .attr-content h2{
        font-size: var(--f24);
    margin-bottom: 10px;
    margin-top: 10px;
    height: 37px;
    overflow: hidden;
    }
    .attr-content h2 a{
        font-family: var(--secondary-font);
    }
    .attr-btn{
        display: flex;
        justify-content: flex-end;
    }
     .attr-bttn{
        display: flex;
        justify-content: space-between;
        gap:10px;
        align-items: center;
    }
    .attr-btn a{
        line-height: 55px;
    padding: 0 var(--p48);
    }
    .attr-bttn a.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(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--secondary-color);
    }
    .attr-bttn a:hover{
        background:transparent;
        color: var(--secondary-color);
    }
    .attr-btn .btn-20{
        text-transform: capitalize;
        margin-top: 0px;
    }

    .attraction-card .img img{
        transition: all 0.8s ease;
    transform: scale(1);
    }
    .attraction-card .img img:hover{
        transform: scale(1.3);
    }
    .attraction-card .img{
        overflow: hidden;
    }
    .attr-btn.mob {
    justify-content: center;
    position: relative;
    top: 30px;
}
/*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;
}



:root{
    --text-light: rgba(255,255,255,0.6);
    --text-lighter: rgba(255,255,255,0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
  }
.hero-section{
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    background: var(--white-color);
  }
  
  .hero-section .card-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
  }
  
  @media(min-width: 540px){
    .hero-section .card-grid{
      grid-template-columns: repeat(2, 1fr); 
    }
  }
  
  @media(min-width: 960px){
    .hero-section   .card-grid{
      grid-template-columns: repeat(4, 1fr); 
    }
  }
  
  .hero-section .card{
    list-style: none;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .hero-section .card:before{
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
  }
  
  .hero-section .card__background{
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: 
      filter 200ms linear,
      transform 200ms linear;
  }
  
  .hero-section .card:hover .card__background{
    transform: scale(1.05) translateZ(0);
  }
  
  .hero-section .card-grid:hover > .card:not(:hover) .card__background{
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  .hero-section  .card__content{
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
  }
  
  .hero-section .card__category{
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
  }
  
  .hero-section .card__heading{
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    line-height: 1.4;
    word-spacing: 0vw;
  }
  .hero-section .hero-btn a.main-btn{
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
  }
  .hero-btn {
    text-align: center;
    margin-top: 30px;
}
  
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: #f5f5f5;
    position: relative;
    left: 75px;
    color: #f5f5f5;
    top: 20px;
    border: #f5f5f5;
    border-radius: 10%;
}
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%;
    border-radius: 10%;
    object-fit: cover;
}


.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: 32px;
    overflow: hidden;
    font-size: var(--f25);
}

.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);margin-bottom: 60px;}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2,h6{
    color: var(--secondary-color);
}
.attractions h6.blog-feat {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.attractions span.blog-date, .attractions span.blog-date a {
    color: var(--black-color);
    font-family: var(--secondary-font);
}
.attractions span.blog-date i{
    color: var(--secondary-color);
}
.attractions .btn-area {
    margin-top: 70px;
}
.attractions a.main-btn{
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
}
iframe{
    width: 100% !important;
}
.owl-carousel .owl-stage-outer{
    padding-left: 0px !important;
    padding-right: 0px !important;
}