@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');


/* hero main section */

section.hero-section{
    padding: 0;
}
section.hero-section img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}
section.hero-section .owl-nav {
    display: flex;
    width: 100%;
    justify-content: end;
    position: absolute;
    bottom: 0;
    right: 0;
}
section.hero-section .owl-nav button{
    background: transparent;
    color: white;
    font-size: 24px;
    border: 1px solid #ffffff4d;
    /* border-radius: 50%; */
    width: 70px;
    height: 70px;
    background: transparent;
    transition: .5s ease-in-out;
}
section.hero-section .owl-nav button:hover{
    background: var(--btn-color);
}
section.hero-section .main-sec{
    position: relative;
}
section.hero-section .cont{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 0;
    left: 0;
    flex-direction: column;
}
section.hero-section .cont a{
    color: #fff;
    background: #ea5c02;
    padding: 15px 30px;
}

section.hero-section .cont h1{
    font-size: 150px;
    text-shadow: 0 0 4px #000000;
}
section.hero-section .cont h1 span{
    -webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
    text-shadow: none;
}
img.shape {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100%;
}
img.shape1{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
}

  /* client slide */
  section.clients {
    background: var(--main-bg);
    border-bottom: 1px dashed #9b7c5b57;
}
section.clients img{
    width: 220px !important;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
}
section.clients a{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
section.clients .container{
    padding: 0;
}
section.clients .item{
    text-align: center;
}
section.clients .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* offer section */

section.soup{
    background: var(--main-bg);
    padding: 60px 0;
}

section.soup .offer img{
    width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 80px;
    object-position: top;
}
section.soup .product img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 20px;
}
section.soup .btn_4.learn-more .circle{
    /* background: #0a7706; */
    background: var(--btn-color);
}
section.soup .btn_4.learn-more .button-text{
    font-size: 16px;
    color: #fff;
}
.main-blog .desc{
    display: block;
    max-height: 60px !important;
    overflow: hidden;
}
.main-blog span p{
    font-size: 14px;
    line-height: 27px;
}
.rating i{
    color: rgb(220, 140, 0);
}
.main-blog {
    padding: 20px;
    border: 1px solid var(--heading-color);
}
.blog-cont span{
    color: var(--heading-color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-cont h4{
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.blog-cont p{
    color: #fff;
    opacity: 1;
    font-size: 18px;
    margin-bottom: 5px;
}
.blog-cont h6{
    color: var(--heading-color);
}
.blog-cont{
    padding: 10px;
}

/* about mr prabhu */

section.about-prabhu{
    background: var(--main-bg);
    padding: 0;
}
section.about-prabhu .container-fluid{
    padding: 0;
}
section.about-prabhu .ab2{
    width: 80%;
    height: 480px;
    border-radius: 180px;
    object-fit: cover;
}
section.about-prabhu .ab1{
    width: 80%;
    height: 480px;
    border-radius: 180px 180px 0 0;
    object-fit: cover
}
section.about-prabhu .dot{
    width: auto;
}
section.about-prabhu .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
section.about-prabhu .cont p{
    width: 400px;
}
section.about-prabhu .cont h2{
    margin-bottom: 0;
}
section.about-prabhu .ab3{
    width: 80%;
    border-radius: 180px 0 180px 0;
    height: 580px;
    object-fit: cover
}
section.about-prabhu .col-4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    /* border-right: 1px solid #ffffff70; */
    padding: 60px 0;
    position: relative;
}
section.about-prabhu .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
  }
  
  section.about-prabhu .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    -webkit-animation: run 7s 0s infinite;
            animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  }

  /* video css */

  section.video-banner{
    padding: 0;
    height: 80vh;
  }
  section.offer {
    background: url(https://assets.winni.in/groot/2024/10/09/desktop/dektop-amazing-discount.png) #172c21;
    height: 262px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* section testimonials */


/* testimonials sections */

section.testimonial {
    position: relative;
    background: url(https://fidalgo.qodeinteractive.com/wp-content/uploads/2023/11/h1-testtimonials-bc-img.jpg);
    /* background: #01041e; */
    background-attachment: fixed;
    background-size: cover;
}
section.testimonial .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #03071F;
}
section.testimonial .icon{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10%;
        z-index: 1;
        top: 75%;
}
section.testimonial .owl-carousel .owl-item img {
margin-top: var(--m20);
border-radius: 50%;
}
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(--p15);
    background: transparent;
    height: auto;
    overflow: hidden;
}
section.testimonial .top-text {
    position: relative;
}
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: 50%;
    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;
    display: none;
}
section.testimonial .user-icon img{
    width: 140px;
    height: 140px;
    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);
 margin-bottom: var(--m30);
}
section.testimonial .head-sec p{
    color: var(--white-color);
    margin-bottom: var(--m15);
}
section.testimonial .test-card {
    text-align: left;
    background: transparent;
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    /* max-width: 1100px;  */
    margin: auto;
    overflow: hidden;
    width: 100%;
}
section.testimonial .test-card p{
    color: var(--white-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{
    padding: var(--p20);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: 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: left;
    color: var(--btn-color);
    margin: 20px 0;
}
section.testimonial .para p{
   width: 78%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--white-color);
   /* height: 128px; */
   max-height: 128px;
   margin-top: var(--m30);
   font-size: var(--f16);
   overflow: hidden;
   text-align: center;
   margin-bottom: 0;
}
section.testimonial .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
}

section.testimonial .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}
section.testimonial .owl-dots button.owl-dot{
    border-radius: px 0 5px 0;
    background: var(--white-color);
    width: 11px;
    height: 11px;
    border: none;
    transform: rotate(128deg);
}
section.testimonial .owl-dots button.owl-dot.active{
    background: var(--btn-color);
    transform: scale(1.14);
    transform: rotate(128deg);
}
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 .test-card:hover .user-icon {
    -webkit-transform: translate3d(-50%, -20px, 0);
    -moz-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
}


/* section let */

section.let{
    background: var(--main-bg);
    padding: 0 12px;
}
section.let img{
    width: 45%;
}
section.let .cont{
    position: relative;
}
section.let .cont a i{
    color: var(--heading-color);
    transform: rotate(-45deg);
}
section.let .cont a{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 175px;
    font-weight: 700;
    font-family: var(--secondary-font);
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    padding: 15px;
    height: 100%;
}


 /* video */
 section.video{
    padding: 0;
}
  #play_button{position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background:transparent;
    border:none;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#play_button > img{ width:100%; height:auto;}
#video_container{position:relative;width: 100%;height: 100%;display: flex;}
#video{
    width:100%;
    height: 90vh;
    object-fit: cover;
    object-position: center;
}
#play_button.hide{
  display: none;
}


/* reserve a table */
section.ammeniteies-car{
    background: url(../images/reserve.jpg);
     padding: var(--p120) var(--p12);
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
     position: relative;
     background-position: bottom;
 }
 section.ammeniteies-car .overlay{
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background: rgba(0, 0, 0, 0.8);
 }
 section.ammeniteies-car .container{
     position:relative;
 }
 section.ammeniteies-car label{
     font-family: var(--secondary-font);
     font-weight: 100;
     color: #fff;
     font-size: var(--f22);
     margin-bottom: 5px;
 }
 section.ammeniteies-car input, section.ammeniteies-car select {
   width: 100%;
     padding: 10px 15px;
     background: transparent;
     border: 0px solid;
     border-bottom: 2px solid var(--lt-bg-color);
     border-radius: 0px;
     font-size: var(--f12);
     font-weight: 100;
     color: var(--lt-bg-color);
     line-height: 20px;
     font-family: var(--secondary-font);
 }
 
 section.ammeniteies-car input::placeholder{
     color: #fff;
     opacity:1;
 }
 section.ammeniteies-car select{
     padding-left: 10px;
     text-indent: 2px;
 }
 section.ammeniteies-car select option{
     color:var(--dark-color);
 }
 section.ammeniteies-car select {
     -webkit-appearance: none;
     -moz-appearance: none;
     background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
     background-repeat: no-repeat;
     background-position-x: 97%;
     background-position-y: 5px;
     color: var(--lt-bg-color);
 }
 
 section.ammeniteies-car .btn-area {
     margin-top: var(--m30);
     text-align: center;
 }
 section.ammeniteies-car button{
    background: var(--btn-color);
     color: var(--white-color);
     /* text-shadow: 0px 0px 0px #000; */
     padding: 14px 35px;
     border-radius: 8px;
     border: 0px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: var(--f14);
     margin: auto;
 }
 section.ammeniteies-car .row{
     padding-top: 40px;
     justify-content:space-between;
 }
 
 section.ammeniteies-car .row .col-5 img{
 width:100%;
 height: 500px;
 object-fit:cover;
 border-radius:10px;
 }
 section.ammeniteies-car .col-4{
    margin-bottom: 45px;
 }
 
 section.ammeniteies-car .row .col-7{
     width: 53%;
 }
 
 section.ammeniteies-car .row .col-7 h4{
     color:var(--white-color);
     font-size:var(--f36);
 }
 section.ammeniteies-car .row .col-7 h4 span{
     color:var(--heading-color);
 }
 
 section.ammeniteies-car .row.main-amenity i{
     font-size:var(--f38);
     color:var(--heading-color);
 }
 section.ammeniteies-car .row.main-amenity i:hover{
    
 }
 section.ammeniteies-car .row.main-amenity p{
      color:var(--white-color); 
       font-size:var(--f15);
       margin-top: var(--m10);
 }
 section.ammeniteies-car .main-amenity{
     padding-top:0;
 }
 section.ammeniteies-car .main-amenity .dash1{
     border-right: 1px dashed var(--white-color) ;
 }
 section.ammeniteies-car .main-amenity .col-4{
     margin-top: var(--m40);
     width:30%; 
 }



/* blogs sections */
section.blogs{
    background: var(--main-bg);
    position: relative;
}
section.blogs .overlay{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/body-bg.png);
    background-position: 50% 19%;
    top: 0;
    left: 0;
}
section.blogs .main-blog{
    padding: 13px;
}
section.blogs .blog-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
section.blogs .blog-img:hover .blogs-img{
    transform: scale(1.14);
}
section.blogs .blog-img img{
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    transition: .4s ease-in-out;
}
section.blogs .blog-img span{
    position: absolute;
    background: var(--main-bg);
    padding: 10px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    top: 10px;
    left: 0px;
    font-size: 10px;
    letter-spacing: 1px;
}
section.blogs .heading h2{
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}



/* fade-in and fade-out animation */
.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}
.fade-out {
    animation: fadeOut ease 5s;
    -webkit-animation: fadeOut ease 5s;
    -moz-animation: fadeOut ease 5s;
    -o-animation: fadeOut ease 5s;
    -ms-animation: fadeOut ease 5s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-moz-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-webkit-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-o-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

.video-cont p {
 margin: auto;
 color: var(--lt-color);
 text-transform: capitalize;
 font-size: var(--f36);
 font-family: "Dancing Script", cursive;
 font-weight: 700;
 text-shadow: 0 0 5px var(--black-color);
 /* margin-bottom: 160px; */
}

.letterDrop {
    position: relative;
    top: 0;  
    display: inline-block;
    text-transform: uppercase; 
    letter-spacing: 0.5em;
    opacity: 1;
    transform: rotateX(-90deg);
    animation: letterDrop 3.2s ease 1 normal forwards;
  }
section.video-banner .video-cont .container{
    position: relative;
    z-index: 2;
}
section.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn{
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.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 .scroll{
            position: absolute;
            bottom: 10px;
            /* display: none; */
            width: 100%;
            display: flex;
            justify-content: center;
           }        
  

           
/* on load pop modal */

.instructions {
    text-align:center;
    font-size:20px;
    margin: 15vh;
  }  
  
   /* //////////////////////////////////////////////////////////////////////////////////////////////
      //   Default Modal Styles   //
  ////////////////////////////////////////////////////////////////////////////////////////////// */
  /*   This is the background overlay   */
  .backgroundOverlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      background: #000000;
      opacity: .45;
      filter: alpha(opacity=85);
      -moz-opacity: .85;
      z-index: 101;
      display: none;
  }
  /*   This is the Popup Window   */
  .delayedPopupWindow {
      display: none;
      position: fixed;
      width: auto;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: transparent;
      z-index: 102;
  }
  .delayedPopupWindow .signup-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    
  }
  .delayedPopupWindow .signup-box .main-box{
    /* display: flex; */
    background: var(--white-color);
    position: relative;
    z-index: 104;
    max-height: 520px;
  }
  .delayedPopupWindow .signup-box .main-box h6{
    margin-bottom: 0;
    font-family: var(--primary-font);
  }
  .delayedPopupWindow img{
    max-height: 520px;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .delayedPopupWindow .signup-box .signup-form {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.delayedPopupWindow .signup-box .signup-form h2{
    font-size: 60px;
    background-image: var(--main-bg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--primary-font);
    font-weight: 100;
}
.delayedPopupWindow .signup-box .signup-form p{
    font-size: var(--f16);
    color: var(--black-color);
}
.delayedPopupWindow .signup-box .signup-form p{
    margin-top: var(--m25);
}
.delayedPopupWindow .signup-box .signup-form span{
    font-size: var(--f14);
    color: #4a4a4a;
}
.delayedPopupWindow .signup-box .signup-form span a{
    color: var(--btn-color);
    font-family: 'Poppins';
}
.delayedPopupWindow .signup-box .signup-form form{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.delayedPopupWindow .signup-box .signup-form form input{
    width: 100%;
    padding: var(--p15);
}
.delayedPopupWindow .signup-box .signup-form form button{
    width: 100%;
    background: var(--main-bg);
    border: none;
    padding: var(--p15);
    color: var(--white-color);
}
  /*   This is the closing button  */
  #btnClose {
      /* width:100%; */
      display: block;
      text-align: right;
      text-decoration: none;
      color: #fff;
      position: absolute;
      top: 0px;
      right: 0px;
      height: 30px;
      width: 30px;
      background-image: var(--main-bg);
      display: flex;
      justify-content: center;
      align-items: center;
      background: #e00000;
      border-radius: 0;
  }
  /*   This is the closing button hover state  */
  #btnClose:hover {
      /* color: #c90c12; */
  }
  /*   This is the description headline and paragraph for the form   */
  #delayedPopup > div.formDescription {
      float: left;
      display: flex;
      width: 44%;
      padding: 1% 3%;
      font-size: 18px;
      color: #666;
      clear: left;
  }
  /*   This is the styling for the form's headline   */
  #delayedPopup > div.formDescription h2 {
      color: #444444;
      font-size: 36px;
      line-height: 40px;
  }
  
  /* 
  ////////// MailChimp Signup Form //////////////////////////////
  */
  
  /*   This is the signup form body  */
  #delayedPopup #mc_embed_signup {
      float: left;
      width: 47%;
      padding: 1%;
      display: flex;
      font-size: 16px;
      color: #666;
      margin-left: 1%;
  }
  /*   This is the styling for the signup form inputs  */
  #delayedPopup #mc-embedded-subscribe-form input {
      width: 95%;
      height: 30px;
      font-size: 18px;
      padding: 3px;
    margin-bottom: 5px;
  }
  /*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
  #delayedPopup #mc-embedded-subscribe-form input:hover {
      border:solid 2px #40c348;
      box-shadow: 0 1px 3px #AAAAAA;
  }
  /*   This is the styling for the signup form inputs when they are focused  */
  #delayedPopup #mc-embedded-subscribe-form input:focus {
      border:solid 2px #40c348;
      box-shadow: none;
  }
  /*   This is the styling for the signup form submit button  */
  #delayedPopup #mc-embedded-subscribe {
      width: 100%!important;
      height: 40px!important;
      margin: 10px auto 0 auto;
      background: #5D9E62;
      border: none;
      color: #fff;
  }
  /*   This is the styling for the signup form submit button hover state  */
  #delayedPopup #mc-embedded-subscribe:hover {
      background: #40c348;
      color: #fff;
      box-shadow:none!important;
      cursor: pointer;
  }

  /* best selling categories */


  /* Portfolio css start */
section.portfolio {background-image: var(--main-bg);padding: var(--p90) var(--p12);padding-top: 50px;position: relative;background: #000;}
section.portfolio .container{
    position: relative;
}

section.portfolio .content-area {
    width: 80%;
    position: sticky;
    top: 150px;
}
section.portfolio .col-6.portfolio-content {
   position: sticky;
    top: 150px;
    /* width: 50%; */
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 35%;
}
section.portfolio .col-6.portfolio-content h2{
    color: var(--heading-color);
    margin-bottom: var(--m20);
}
section.portfolio .col-6.portfolio-content p{
    color: var(--white-color);
    margin-bottom: var(--m50);
    /* font-size: var(--f20); */
}
section.portfolio a.main-btn {
    display: block;
    width: 200px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}
section.portfolio .col-6.portfolio-img svg {
    /* z-index: -1; */
    position: absolute;
    top: 0;
    left: 0;
    width: 181px;
    height: auto;
    display: none;
}
section.portfolio .col-6.portfolio-img .tag {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    flex-direction: column;
    transition: .3s ease-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 55px;
    left: 55px;
    z-index: 1;
    color: #dedddd;
    overflow: hidden;
    padding: 10px 15px;
    opacity: 1;
}
section.portfolio .col-6.portfolio-img {
    position: relative;
    width: 65%;
}
section.portfolio .col-6.portfolio-img .tag a.main-bttn {
    height: 50px;
    width: 235px;
}
section.portfolio .col-6.portfolio-img .tag h3{
    margin-bottom: 0;
    font-size: 32px;
    z-index: 1;
    position: relative;
    text-align: left;
    margin-bottom: var(--m50);
    font-weight: 700;
    /* opacity: .68; */
    display: none;
}
section.portfolio .col-6.portfolio-img .img-area {
    position: relative;
   border-radius: 50px;
    margin-top: 60px;
    display: block;
    width: 100%;
    position: sticky;
    transition: 1.2s ease-out;
    top: 60px;
}
section.portfolio .col-6.portfolio-img .img-area img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}
section.portfolio .col-6.portfolio-img button.main-btn {
    position: absolute;
    right: 30px;
    bottom: 40px;
}

/* blogs section */
/* attractions */
.attractions{
    background: var(--main-bg);
    }
    .attractions .attr-bnt {
        text-align: center;
        margin-top: 70px;
    }
    .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;
        opacity: 0.6;
    }
    .attractions .image-box .date{
        position: absolute;
        top: 20px;
        left: 0;
        color: var(--white-color);
        background: var(--btn-color);
        padding: 10px 20px;
        font-size: 13px;
        font-family: var(--secondary-font);
    }
    
    .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);
    opacity: 1;
    }
    .attractions .lower-box{
        position: absolute;
        left: 50px;
        bottom: -50px;
        right: 50px;
        background: transparent;
        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; */
        background-color: rgb(0 0 0 / 40%);
        backdrop-filter: blur(5px);
        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;
        font-size: var(--f15);
    }
    .attractions .lower-content .btn_4.learn-more .button-text {
        margin-left: 45px;
    }
    .attractions .lower-content h4 a{
        color: var(--white-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 a{
        color: var(--white-color);
    }
    .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;
        padding-left: 0;
        width: 32%;
        margin-bottom: var(--m20);
    }
    .attractions .row{
        justify-content: space-between;
        position: relative;
        gap: 60px 0;
    }
    .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 .how-we-value-heading{
        position: relative;
        margin-bottom: var(--m40);
    }
    .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;
    }
    .attractions .btn_4.learn-more .button-text{
        margin-left: 45px;
    }


.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    margin: auto;
    width: 99.9%;
  }
  .lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
  }
  
  .lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    -webkit-animation: run 7s 0s infinite;
            animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  }
  
  .lines .line:nth-child(1) {
    margin-left: -33%;
  }
  .lines .line:nth-child(2) {
    margin-left: 0%;
  }
  .lines .line:nth-child(3) {
    margin-left: 33%;
  }

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* Falling animation */


@-webkit-keyframes run {
    0% {
      top: -50%;
    }
    100% {
      top: 110%;
    }
  }
  
  @keyframes run {
    0% {
      top: -50%;
    }
    100% {
      top: 110%;
    }
  }
  