@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Dancing+Script:wght@400..700&display=swap');

/* body{
    background-color: #0c1821;
} */

.container{
    max-width: 85% !important;
}
.dsdfsdfssssss{
    width: 60% !important;
    margin: auto;
}
.bannerdata{
    bottom: 5%;
    left: 24%;
    z-index: 9999999;
    font-size: 115px;
}

.bannerdata h2{
       font-size: 100px;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff4f;
    -webkit-text-fill-color: unset;
}
.bannerdata h1{
       font-size: 100px;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff4f;
    -webkit-text-fill-color: unset;
}
.ullll li a {
    text-decoration: none;
    color: #ffe198;
    font-size: 16px;
    letter-spacing: 0.55px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 1.55px;
    text-transform: uppercase;
    position: relative;
}
.ddlokdd{
    width:60%;
    transition:all .3s;
}
.ddlokddnew{
    width:50%;
}
.ullll12 li a::after{
    position:absolute;
    content:"";
    background-color:#ffe198;
    background-size:contain;
    height:1px;
    width:0%;
    bottom:-5px;
    left:0;
    transition:all .3s;
}
.ullll12 li:nth-child(1) a::after{
    position:absolute;
    content:"";
    background-color:#ffe198;
    background-size:contain;
    height:1px;
    width:100%;
    bottom:-5px;
    left:0;
    transition:all .3s;
}
.ullll12 li a:hover::after{
    width:100%;
}

.ullll{
    padding: 1rem 0;
}

.dddd {
    left: -10%;
    box-shadow: #e1ca96 0px 5px 25px -5px;
    position: absolute;
    content: "";
    top: 14%;
    height: 300px;
    width: 300px;
    left: 22%;
    border-radius: 0px;
    background: #e1ca96;
    opacity: 1;
    filter: blur(150px);
    z-index: -1;
}
.bannertext h1 {
    font-size: 90px;
    font-family: "Dancing Script", cursive;
    color: #d8be75;
    font-weight: 900;
}
.bannertext p {
    font-size: 19px;
    font-family: "Nunito Sans", sans-serif;
    color: #d8be75;
    letter-spacing: 0.55px;
    line-height: 35px;
}
.bannertext {
    width: 70%;
    margin: auto;
    text-align: center;
}
.bannerimg{
    z-index: 1;
}
.bannerimg::after {
    position: absolute;
    content: "";
    /* background-image: url(../images/bg.png); */
    background-image: url(../images/bg.png);
    background-size: contain;
    height: 700px;
    width: 700px;
    top: -18%;
    right: 30%;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotate(57deg);
}
.bannerimg::before {
    position: absolute;
    content: "";
    /* background-image: url(../images/bg.png); */
    background-image: url(../images/image-from-rawpixel-id-2449185-png.png);
    background-size: contain;
    height: 500px;
    width: 500px;
    top: 118%;
    right: 82%;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotate(57deg);
    opacity: 0.;
}
.banner {
    height: 103vh;
    /* overflow: hidden; */
    padding: 7rem 0;
}
.navbbb{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.mainbanner {
    height: 100vh;
    /*background-image: url(../images/banner1.jpg);*/
    /*background-attachment: fixed;*/
    /*position: relative;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
/*.mainbanner::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #00000057;*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*}*/
 .sliderswi {
      width: 100%;
      height: 100%;
      overflow:hidden;
    }

  .sliderswi .swiper-slide {
      background-position: center;
      background-size: cover;
      overflow:hidden;
    }

    .sliderswi .swiper-slide img {
      display: block;
      width: 100%;
      height:100vh;
      object-fit:cover;
      transition:all 17s linear;
    }
     .sliderswi .swiper-slide-active img{
        transform:scale(1.3)rotate(3deg);
    }
.sliderswi .swiper-slide::after {
    position: absolute;
    content: "";
    /* background-color: #00000000; */
    background: linear-gradient(180deg, #00000057, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
    
.sliderswi .swiper-button-next:after {
    position: absolute;
    content: url(../images/arr.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    transition: all .3s;
    filter: brightness(0) invert(1);
}
.sliderswi .swiper-button-prev:after {
    position: absolute;
    content: url(../images/arr.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    transition: all .3s;
    filter: brightness(0) invert(1);
}
.sliderswi .swiper-button-next::before {
    position: absolute;
    content: "";
    border: 1px solid #ffffff;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.sliderswi .swiper-button-prev::before {
    position: absolute;
    content: "";
    border: 1px solid #ffffff;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.sliderswi .swiper-button-prev {
    position: absolute;
    top: 88%;
}
.sliderswi .swiper-button-prev {
    left: 9%;
}
.sliderswi .swiper-button-next {
    right: 82%;
}
.sliderswi .swiper-button-next {
    position: absolute;
    top: 88.5%;
}
.sliderswi .swiper-button-next:hover::after {
    right: -43px;
}
.sliderswi .swiper-button-prev:hover::after {
    left: -43px;
}

    
    
    
.headdd h2 {
    font-size: 50px;
    letter-spacing: 0.55px;
    font-family: "Dancing Script", cursive;
    color: #000000;
    margin-top: 1rem;
    width: fit-content;
    margin: 1rem auto;
    padding-bottom: 5rem;
    position: relative;
}
.headdd h2::after {
    position: absolute;
    content: "";
    background-image: url(../images/sec-shape-1.png);
    background-size: contain;
    height: 100%;
    width: 70%;
    bottom: 26%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: translateX(-50%);
}
.headdd span {
    font-size: 17px;
    letter-spacing: 2.55px;
    color: #000000 !important;
    font-family: "Nunito Sans", sans-serif;
}
.serliii img {
    filter: brightness(0);
    width: 60px;
}
.serliii p {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
}

.lk{
    position: relative;
    margin-bottom: 2rem;
}
.lk::after {
    position: absolute;
    content: "";
    border: 2px dotted #d8be75;
    background-size: contain;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: animate 15s infinite linear;
}
@keyframes animate{
    0%{
        transform: translate(-50%,-50%)rotate(0);
    }
    100%{
        transform: translate(-50%,-50%)rotate(360deg);
    }
}
.services{
    position: relative;
}
/* .services::after {
    position: absolute;
    content: "";
    background-image: url(../images/leaf-1-3.png);
    background-size: contain;
    height: 500px;
    width: 500px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.5;
}
.services::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    background-size: contain;
    height: 115%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: right;
    clip-path: polygon(0 22%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
} */


.path{
    /* stroke-dasharray: 1798.853515625;
        stroke-dashoffset: 1000; */
       
}
.path2{
 animation: dash 5s linear forwards;
}
@keyframes dash {
    from{
        stroke-dashoffset: 3000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

 .active .icnlist svg{
    position: relative;
    display: inline-block;
    width: 75px;
    vertical-align: top;
    stroke: #ce9201;
    fill: none;
    pointer-events: none;
    pointer-events: all;
    stroke: #ce9201;
    transition: all .2s ease-out;
    margin-bottom: 1rem;
 }
.xux{
    position: absolute;
    top: 23%;
    right: 2%;
}
.icnlist {
    position: relative;
    text-align: center;
}
.active .icnlist::after {
    position: absolute;
    content: "";
    box-shadow: #d7a732 0px 8px 0px -4px;
    background-size: contain;
    height: 186px;
    width: 186px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotated 3s infinite linear;
}
@keyframes rotated{
    0%{
        transform: translate(-50%, -50%)rotate(0);
    }
    100%{
        transform: translate(-50%, -50%)rotate(360deg);
    }
}

@font-face {
    font-family: 'Edensor';
    src: url(../../Edensor-Free.woff) format('woff2');
    font-weight: normal;
    font-style: normal;
  }
.animatetext h2 {
    font-family: "Alex Brush", cursive;
    font-size: 58px;
    letter-spacing: 2px;
    /* color: #ce9004; */
    margin-top: 1rem;
    background: -webkit-linear-gradient(#cfcfcf, #c58d03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 .innersvvg {
    top: 23%;
    left: 44%;
    opacity: 0.5;
}
.svvvg {
    /* background-image: url(../images/svgbg.jpg); */
    padding: 8rem 0;
    background-color: #fff9f5;
    overflow: hidden;
    position:relative;
    z-index:1;
}
.svvvg::after {
    position: absolute;
    content: "";
    background-image: url(../images/qw.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.more a {
    color: #ce9201;
    margin: auto;
    font-size: 18px;
    letter-spacing: 0.55px;
    padding-bottom: 1px;
    border-bottom: 2px solid;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #ce9201ab;
}
/*.wwe{*/
/*    margin-left: 31%;*/
/*        font-family: 'Edensor', serif;*/
/*    font-size: 40px;*/
/*    letter-spacing: 1px;*/
/*    font-weight: 500;*/
/*}*/
.wwe3{
       transform: translateX(-235%);
        font-family: 'Edensor', serif;
    font-size: 70px;
    letter-spacing: 1px;
    font-weight: 500;
}
.wwe2{
       transform: translateX(235%);
        font-family: 'Edensor', serif;
    font-size: 70px;
    letter-spacing: 1px;
    font-weight: 500;
}
.svvvg p {
    /* text-transform: uppercase; */
    font-size: 20px;
    letter-spacing: 0.55px;
    color: #4d4d4d;
    text-align: center;
    width: 89%;
    margin: auto;
    line-height: 35px;
    margin-top: 1rem;
}
.hhhhhhhh li{
        list-style-type: circle;
}
.xux a {
    text-decoration: none;
    color: #000;
    padding: 12px 28px;
    font-size: 20px;
    text-transform: uppercase;
    background: linear-gradient(65deg, #d49c04, #ffd12d, #cf9401);
    letter-spacing: 1.55px;
    transition: background-size 650ms ease;
    background-size: 100%;
}
.xux a::after{
    position:absolute;
    content:"";
    background-color:#000;
    background-size:contain;
    height:1px;
    width:0%;
    top:-11%;
    left:50%;
    transform:translateX(-50%);
    z-index:9;
    transition:all .3s;
}
.xux a::before{
    position:absolute;
    content:"";
    background-color:#000;
    background-size:contain;
    height:1px;
    width:0%;
    bottom:-11%;
    left:50%;
    transform:translateX(-50%);
    z-index:9;
    transition:all .3s;
}
.xux a:hover::after,.xux a:hover::before{
    width:80%;
}
.xux a:hover{
         background-size: 220%;
}
.socual {
    top: 50%;
    left: 1%;
    z-index: 9;
    display: grid !important;
    transform: translateY(-50%);
}
.fbimg img {
    filter: brightness(0) invert(1);
    width: 20px;
}





.icnlist svg {
    position: relative;
    display: inline-block;
    width: 75px;
    vertical-align: top;
    stroke: #ce9201;
    fill: none;
    pointer-events: none;
    pointer-events: all;
    stroke: #a5a5a5;
    transition: all .2s ease-out;
    margin-bottom: 1rem;
}

.dsdfsdfssssss .icnlist{
    text-align: center;
}
.dsdfsdfssssss .icnlist p {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
}
.dsdfsdfssssss a{
    text-decoration: none;
}

.services{
    padding: 4rem 0;
    position:relative;
}
.services::after {
    position: absolute;
    content: "";
    background-image: url(../images/fav2.png);
    background-size: contain;
    height: 500px;
    width: 500px;
    top: 63%;
    left: 1%;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.05;
}
.leftser h2{
    font-family: 'Edensor', serif;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 500;
}
.leftser p {
    font-family: sans-serif;
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 26px;
    font-weight: 100;
    color: #606060;
    text-align: justify;
}
.leftser {
    padding-left: 77px;
}
.exc {
    top: 7px;
    left: 5%;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    transform: rotate(180deg);
    letter-spacing: 0.55px;
}
.ccfg {
    background-image: url(../images/qw.jpg);
    padding: 10rem 0;
    background-size: cover;
}
.navbbb {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999999;
}
.innernavbbbnew{
    display:none;
}
.navbbbnew {
    animation: movetop 1s linear;
    background-color: #000000;
    padding: 10px 0;
    box-shadow: white 0px 5px 16px -14px;
}
@keyframes movetop{
    0%{
        transform:translateY(-100%);
    }
    100%{
        transform:translateY(0%);
    }
}
.exc span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.55px;
    color: #d9ab3b;
}
.abtimg img {
    width: 117px;
    /*opacity: 0.7;*/
    margin: auto;
}

.services .tab-content{
    padding: 7rem 0;
}
.serimg{
    position: relative;
}
.serimg::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-color: #cd92012b;
    height: 130%;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.serimg::before{
    position: absolute;
    content: "";
    background-size: contain;
    background-color: #ffffff;
    height: 100%;
    width: 0%;
    top: 0%;
    right: 0%;
    z-index: 1;
}

.tab-content .active .serimg::before{
    animation: animate 1.5s linear;
}
@keyframes animate{
    0%{
        width: 100%;
    }
    100%{
        width: 0;
    }
}


.cirs {
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cirs svg{
    width: 215px;
    height: auto;
}

.weelend {
    background-image: url(../images/h2-background-img-1-1.jpg);
    padding: 8rem 0;
    background-attachment: fixed;
    width: 100%;
    margin: auto;
}
.dvg h2 {
    font-family: 'Edensor', serif;
    font-size: 190px;
    letter-spacing: 2px;
    /* color: #d39d1b; */
    background: -webkit-linear-gradient(#e3ae00 53%, #c5c5c5 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    /* filter: drop-shadow(-4px 3px 0px white); */
}
.dvg {
    top: -13.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.dvg1{
       top: -9.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.viewbt a{
    padding: 15px 30px;
    text-transform: uppercase;
    background-color: #fff;
    text-decoration: none;
    color: #3e4939;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
}
.viewbt a::after{
   position: absolute;
   content: "";
   background-color: #3e4939;
   background-size: contain;
   height: 1px;
   width: 0%;
   top: 5px;
   left: 50%;
   transform: translateX(-50%);
   transition:all .3s
}
.viewbt a::before{
   position: absolute;
   content: "";
   background-color: #3e4939;
   background-size: contain;
   height: 1px;
   width: 0%;
   bottom: 5px;
   left: 50%;
   transform: translateX(-50%);
   transition:all .3s
}
.viewbt a:hover::after,.viewbt a:hover::before{
    width: 80%;
}

.ddre {
    height: 200px;
    width: 200px;
    background-color: #3e4939;
    border-radius: 50%;
    bottom: inherit;
    right: inherit;
    border: 4px solid #fff;
    background: linear-gradient(65deg, #d49c04, #ffd12d, #cf9401);
    cursor: pointer;
    z-index: 1;
    transition: background-size 650ms ease;
    margin-left: auto;
}
.ddre:hover{
        background-size: 220%;
}
.yuo a{
    text-decoration: none;
    color: #000 !important;
    padding: 12px 28px;
    font-size: 20px;
    text-transform: uppercase;
    background: linear-gradient(65deg, #d49c04, #ffd12d, #cf9401);
    letter-spacing: 1.55px;
    transition: background-size 650ms ease;
    font-weight: 400 !important;
    position:relative;
}
.yuo a::after{
    position:absolute;
    content:"";
    background-color:#000 !important;
    background-size:contain;
    height:1px;
    width:0%;
    top:10%;
    left:50% !important;
    transform:translateX(-50%) !important;
    z-index:9;
    transition:all .3s;
}
.yuo a::before{
    position:absolute;
    content:"";
    background-color:#000;
    background-size:contain;
    height:1px;
    width:0%;
    bottom:10%;
    left:50%;
    transform:translateX(-50%);
    z-index:9;
    transition:all .3s;
}
.yuo a:hover::after,.yuo a:hover::before{
    width:80% !important;
}
.yuo a:hover{
        background-size: 220%;
}
.innerddre{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.innerddre p {
    color: #000;
    letter-spacing: 0.55px;
    font-size: 19px;
    text-transform: uppercase;
}



.left-hd h2:nth-child(1) {
     font-family: 'Edensor', serif;
    font-size: 70px;
    letter-spacing: 1px;
    font-weight: 500;
}
.left-hd h2:nth-child(2) {
    font-family: 'Edensor', serif;
    font-size: 70px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-left: 10%;
}

.memberlist {
    padding: 6rem 2rem;
    background-color: #fff9f5;
    border-radius: 240px;
}

.memberlist  p{
    font-size: 17px;
    letter-spacing: 1.55px;
    font-weight: 100;
    font-family: sans-serif;

}
.memberlist h2{
    font-size: 60px;
    font-family: 'Edensor';
    letter-spacing: 3px;

}
.memberlist span{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 31px;
    color: #5b5b5b;
}
.w-85{
    width: 85%;
}

.memberlist2 {
    padding: 6rem 2rem;
    background-color: #f2fafd;
        border-radius: 0 !important;
    /* background-image: url(../images/price_list_background_01.jpg); */
}
.memberlist2 h2{
    font-size: 60px;
    font-family: 'Edensor';
    letter-spacing: 3px;
    color: #000;

}
.memberlist2 span{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 31px;
    color: #5b5b5b;
}
.viewbt2 a{
    padding: 15px 30px;
    text-transform: uppercase;
    background-color: #283838;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
}
.viewbt2 a::after{
   position: absolute;
   content: "";
   background-color: #ffffff;
   background-size: contain;
   height: 1px;
   width: 80%;
   top: 5px;
   left: 50%;
   transform: translateX(-50%);
   transition:all .3s
}
.viewbt2 a::before{
   position: absolute;
   content: "";
   background-color: #ffffff;
   background-size: contain;
   height: 1px;
   width: 80%;
   bottom: 5px;
   left: 50%;
   transform: translateX(-50%);
   transition:all .3s
}

.member{
    position: relative;
}
/*.member::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/main-home-img-3.png);*/
/*    background-size: contain;*/
/*    height: 507px;*/
/*    width: 540px;*/
/*    top: 5%;*/
/*    right: 0;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*    opacity: 0.08;*/
/*}*/

.membbb h2 {
    font-size: 70px;
    letter-spacing: 0.55px;
    writing-mode: sideways-lr;
    font-size: 110px;
    font-family: 'Edensor';
    letter-spacing: 3px;
    color: #000;
    letter-spacing: 1px;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0000001c;
    -webkit-text-fill-color: unset;
}
.membbb {
    top: 50%;
    right: -1%;
    transform: translateY(-50%);
}
.member{
    overflow:hidden;
}
.ddre2 {
    height: 200px;
    width: 200px;
    /* background-color: #e3ae00; */
    /* background: linear-gradient(45deg, #dbaf12, #ab7a00); */
    border-radius: 50%;
    background: linear-gradient(65deg, #d49c04, #ffd12d, #cf9401);
    /* border: 4px solid #fff; */
    position: relative;
    z-index: 99999;
    cursor:pointer;
    transition: background-size 650ms ease;
}
.ddre2:hover{
        background-size: 220%;
}
.innerddre2 IMG{
    margin-bottom:5%;
}
.innerddre2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
}
.innerddre2 p {
    color: #000;
    letter-spacing: 0.55px;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
}

.ivv{
    padding: 7rem 0;
}

.rightquote p {
    font-size: 24px;
    letter-spacing: 0.55px;
    line-height: 38px;
    font-weight: 100;
    width: 85%;
    color: #fff;
}
.rightquote h3 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    background: -webkit-linear-gradient(#ffffff, #ffd365);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rightquote span {
    font-size: 17px;
    letter-spacing: 1.55px;
    color: #fff;
}
.testimonial {
    background-color: #000000;
    position: relative;
    overflow: hidden;
}
.curve img{
        filter: brightness(0);
}





.testbanner {
    width: 100%;
    height: 100%;
    padding: 2rem 0;
  }

.testbanner .swiper-slide {
    background-position: center;
    background-size: cover;
  }

.testbanner .swiper-slide img {
    display: block;
    width: 100%;
  }
.testbanner .swiper-slide-prev {
    opacity: 0 !important;
  }
.testbanner .swiper-slide-next {
    opacity: 0 !important;
  }

  .testbanner .swiper-button-next:after {
    position: absolute;
    content: url(../images/arr.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    transition:all .3s;
        filter: brightness(0) invert(1);
}
.testbanner .swiper-button-prev:after{
    position: absolute;
    content: url(../images/arr.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    transition:all .3s;
        filter: brightness(0) invert(1);
}
  .testbanner .swiper-button-next::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.testbanner .swiper-button-prev::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.testbanner .swiper-button-next {
    position: absolute;
    top: 90%;
}
.testbanner .swiper-button-prev {
    position: absolute;
    top: 88%;
}
.testbanner .swiper-button-prev{
    left: 60%;
}
.testbanner .swiper-button-next{
    right: 25%;
}
.testbanner .swiper-button-next:hover::after {
    right: -43px;
}
.testbanner .swiper-button-prev:hover::after {
    left: -43px;
}

.kkll {
    top: -56%;
    right: -15%;
}

.arro {
    /* stroke-dashoffset: 5391 !important; */
    stroke-dashoffset: 2000;
}
.arrow33{
 animation: dashed 5s linear;
 
 opacity: 1;
}
@keyframes dashed {
    from{
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.ttxttt {
    top: 20%;
    left: 30%;
    z-index: -1;
}
.ttxttt h2 {
    font-family: 'Edensor', serif;
    font-size: 70px;
    letter-spacing: 2px;
    color: #3e4939;
    text-transform: uppercase;
}
footer {
    padding: 8rem 0 4rem;
    /* background-image: url(../images/footer1.jpg); */
    background-color: #000000b0;
    position: relative;
}
footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/footer-bg-1.webp);
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    z-index: -1;
}
.linklist h4 {
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.linklist ul li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.55px;
    position:relative;
    width:fit-content;
}

.linklist ul li a::after {
    position: absolute;
    content: "";
    background-color: #ffe198;
    background-size: contain;
    height: 1px;
    width: 0%;
    bottom: 0px;
    left: 0;
    transition: all .3s;
}
.linklist ul li a:hover::after{
    width:100%;
}

.leftfologo h2 {
    font-family: 'Edensor', serif;
    font-size: 155px;
    letter-spacing: 2px;
    color: #aea17e;
    background: -webkit-linear-gradient(#ffffff, #ffd365);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140px;
}
.leftfologo p{
    font-size: 19px;
    color: #fff;
    letter-spacing: 28px;
    text-transform: uppercase;
}

.copy p{
    font-size: 17px;
    letter-spacing: 0.55px;
}
.copy p a{
    text-decoration: none;
    font-weight: 700;
    color: #fff;
}
.copy{
    position: relative;
}
.copy::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 0.5px;
    width: 48%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.leftfooter h3{
    font-size: 23px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 1rem;
}
.infield input{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 89%;
    color: #fff;
    height: 50px;
}
.infield input::placeholder{
    color: #fff;
}

.infield button{
    position: absolute;
    top: 50%;
    right: 10%;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
    filter: brightness(0)invert(1);
}


.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 40px;
    height: 7px;
    margin-left: auto;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transition: top .25s ease-in-out, transform .3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 6px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transition: top .25s ease-in-out, transform .3s ease;
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--1 {
    transform: translateX(3px);
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2 {
    transform: translateX(-3px);
}
.w-34{
    width: 34%;
}

.whatsap {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 9;
    cursor: pointer;
}

.innerwhatsapp img{
    width:50px;
}
.whatsap::after {
    position: absolute;
    content: "";
    background-color: #0080008c;
    background-size: contain;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: -1;
    border-radius: 50%;
    animation:zoom 2s infinite linear;
}

@keyframes zoom{
    0%{
        transform: translate(-50%, -50%) scale(0.5);
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity:0;
    }
}
.whatsap::before {
    position: absolute;
    content: "";
    border:1px solid green;
    background-size: contain;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    border-radius: 50%;
    animation:zoomed 2s infinite linear;
    animation-delay:0.5s;
}

@keyframes zoomed{
    0%{
        transform: translate(-50%, -50%) scale(0.1);
    }
    100%{
        transform: translate(-50%, -50%) scale(1.5);
        opacity:0;
    }
}


 .serswip {
      width: 100%;
      height: 100%;
    }

    .serswip .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

   .serswip .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
.active .icnlist p {
    font-weight: 500;
    color: #ce9201;
}

.testimonial .left-hd h2{
        color: #fff;
    background: -webkit-linear-gradient(#cfcfcf, #c58d03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#ffffff, #ffd365);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.quote img{
    filter: brightness(0) invert(1);
}


.frogennn{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-1;
}

.frogennn svg{
    width:70%;
    height:130%;
}


.appo{
    height:100vh;
    position:relative;
    background-image:url(../images/hero_booking.jpg);
}
.formhd h2 {
    font-family: 'Edensor', serif;
    font-size: 160px;
    letter-spacing: 1px;
    font-weight: 500;
    background: -webkit-linear-gradient(#ffffff, #ffd365);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: uppercase; */
    /* position: absolute; */
    /* bottom: 0; */
    line-height: 168px;
    padding-bottom: 3rem;
}
.formhd p{
        color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 42px;
    font-weight: 100;
}

.frmdata {
    width: 100%;
    left: 10%;
    padding: 62px;
    margin-left: auto;
}
.innerappo{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    z-index:99;
}

.formwrap input, .formwrap select, .formwrap textarea {
    height: 66px;
    background-color: transparent;
    /* border: none; */
    outline: none;
    box-shadow: none;
    border: 1px solid #ffffffd9;
    color: #fff;
    border-radius: 30px;
    padding-left: 20px;
}

.formwrap input::placeholder,.formwrap select::placeholder,.formwrap textarea::placeholder{
    color:#fff;
}

.bookbtn a{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px;
    background-color: #000;
    border-radius: 30px;
    color: #000000;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    background: -webkit-linear-gradient(#ffffff, #ffd365);
}


.sms{
    left:50%;
    top:5%;
}

















/* whaATapp css */
#whatsapp-chat {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: initial;
    right: initial;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: 99999999999;
    -webkit-animation-name: showchat;
    animation-name: showchat;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-transform: scale(1);
    transform: scale(1) translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
    #whatsapp-chat {
        max-width: 340px;
        width: 100%;
        bottom: 172px;
        height: fit-content;
    }
}

#whatsapp-chat .whatsapp-name {
font-size: 16px;
font-weight: 600;
padding-bottom: 0;
margin-bottom: 0;
font-family: var(--regular-font);
line-height: 0.5;
    color: white;
}

#whatsapp-chat .head-home {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#whatsapp-chat .head-home small {
font-size: 12px;
color: #ffffff;
font-family: var(--icon-font);
letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
    background: #023151;
    color: #fff;
    padding: 20px;
    background: linear-gradient(65deg, #d49c04, #ffd12d, #cf9401);
}

#whatsapp-chat .header-chat h3 {
margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
margin: 0;
line-height: 18px;
}

#whatsapp-chat .info-avatar {
    position: relative;
    height: 50px;
    width: 62px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
width: 37px;
height: 52px;
-o-object-fit: contain;
object-fit: contain;
}

#whatsapp-chat a.informasi {
padding: 20px;
display: block;
overflow: hidden;
-webkit-animation-name: showhide;
        animation-name: showhide;
-webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
display: block;
}

#whatsapp-chat #get-label {
font-size: 12px;
color: #888;
color: #fff;
}

#whatsapp-chat span.chat-label {
font-size: 12px;
color: #888;
}

#whatsapp-chat #get-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
color: #fff;
}

#whatsapp-chat span.chat-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
}

#whatsapp-chat span.my-number {
display: none;
}

#whatsapp-chat textarea#chat-input {
border: none;
font-family: "Arial", sans-serif;
width: 100%;
height: 40px;
outline: none;
resize: none;
padding: 10px;
overflow: hidden;
font-size: 14px;
}

#whatsapp-chat a#send-it {
    width: 45px;
    font-weight: 400;
    padding: 10px;
    background: #023151;
    display: flex;
    justify-content: center;
    color: #fff;
    background: linear-gradient(65deg, #d49c04, #ffd12d, #cf9401);
    text-decoration: none;
}

#whatsapp-chat a#send-it svg {
fill: #a6a6a6;
height: 24px;
width: 24px;
margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
background: transparent;
padding: 30px;
text-align: center;
}

#whatsapp-chat .first-msg span {
background: #e2e2e2;
color: #333;
font-size: 14.2px;
line-height: 1.7;
border-radius: 10px;
padding: 15px 20px;
display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display:none;
}

#whatsapp-chat #get-number {
display: none;
}

#whatsapp-chat a.close-chat {
position: absolute;
top: 5px;
right: 15px;
color: #fff;
font-size: 30px;
text-decoration: none;
font-family: var(--regular-font);
}

#whatsapp-chat.hide {
display: none;
-webkit-animation-name: showhide;
        animation-name: showhide;
-webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
-webkit-transform: scale(1);
        transform: scale(1);
opacity: 1;
}

#whatsapp-chat .show {
display: block;
-webkit-animation-name: showhide;
        animation-name: showhide;
-webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
-webkit-transform: scale(1);
        transform: scale(1);
opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 1;
}

#whatsapp-chat .whatsapp-message {
padding: 7px 14px 6px;
background-color: #fff;
border-radius: 0px 8px 8px;
position: relative;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-webkit-transform-origin: center top 0px;
        transform-origin: center top 0px;
z-index: 2;
-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
        box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body::before {
display: block;
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.08;
background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .eJJEeC {
background-color: #fff;
width: 52.5px;
height: 32px;
border-radius: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-left: 10px;
opacity: 0;
-webkit-transition: all 0.1s ease 0s;
transition: all 0.1s ease 0s;
z-index: 1;
-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
        box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

#whatsapp-chat .ixsrax {
height: 5px;
width: 5px;
margin: 0px 2px;
border-radius: 50%;
display: inline-block;
position: relative;
-webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
        animation-timing-function: linear;
top: 0px;
background-color: #9e9da2;
-webkit-animation-name: ZpjSY;
        animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
height: 5px;
width: 5px;
margin: 0px 2px;
background-color: #b6b5ba;
border-radius: 50%;
display: inline-block;
position: relative;
-webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
        animation-timing-function: linear;
top: 0px;
-webkit-animation-name: hPhMsj;
        animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
padding: 11px -22px 12px;
background-color: #fff;
/*border-radius: 0px 8px 8px;*/
position: relative;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-webkit-transform-origin: center top 0px;
transform-origin: center top 0px;
z-index: 2;
-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 1px;
margin-left: -9px;
width: 359px;
}

#whatsapp-chat .bMIBDo {
font-size: 12px;
font-weight: 600;
line-height: 18px;
color: rgba(0, 0, 0, 0.54);
letter-spacing: -0.2px;
font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111;
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111;
}

#whatsapp-chat .cqCDVm {
text-align: right;
margin-top: 6px;
font-size: 10px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
margin-right: -8px;
margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
position: relative;
margin-top: 15px;
padding: 15px;
background: #fff;
margin-left: 10px;
font-size: 14px;
border-radius: 0 10px 10px 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
        box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
position: absolute;
content: '1:41 AM';
text-align: right;
font-size: 10px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
right: 10px;
bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
position: relative;
}

#whatsapp-chat .service_chatList ul li {
position: relative;
line-height: 25px;
margin-bottom: 5px;
color: #141d97;
opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
position: absolute;
content: '';
width: 16px;
height: 16px;
background-image: url(../icons/external_links.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 15px;
top: 4px;
margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
font-size: 14px;
font-weight: 400;
}

@media screen and (max-width: 480px) {
#whatsapp-chat #whatsapp-chat {
  width: auto;
  left: 5%;
  right: 5%;
  font-size: 80%;
}
}

a.blantershow-chat {
/* background: #fff; */
color: #404040;
position: fixed;
z-index: 98;
bottom: 20px;
right: 25px;
border-radius: 50%;
}

a.blantershow-chat img {
width: 45px;
-webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
        box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
border-radius: 50%;
}

.chat_boxBody .form-row .form-control, .chat_boxBody .form-row .form-select {
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
}
.chat_boxBody .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chat_backdrop {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 110;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: var(--trans-sm);
  transition: var(--trans-sm);
  font-family: var(--heading-font)
}

.chat_backdrop.show::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  inset: 0
}

.chat_boxBody {
  padding: 20px 29px;
  /*background-color: #f7f7f7;*/
  position: relative;
  height: 100%;
}
.close-chat img {
    width: 18px;
    filter: brightness(0) invert(1);
}

.mainwp {
    position: relative;
    z-index: 99999999999999999999999999999999999999999;
}
.mainwp::after {
    position: fixed;
    content: "";
    background-color: #00000099;
    background-size: contain;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999999;
    backdrop-filter: blur(6px);
}


/*ruplai */
.close{
    top: -13%;
    right: 1%;
}
.close img{
    filter: invert(1);
    width: 35px;
}
.appo::after {
    position: absolute;
    content: "";
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    /* z-index: -1; */
    background-color: #0000004a;
    backdrop-filter: blur(6px);
}
/*.appo::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    bottom: 0%;*/
/*    left: 0%;*/
/*     z-index: 1; */
/*    background-image:url(../images/smoke2.png);*/
/*}*/



.rewq a{
    display:flex;
    align-items:center;
    gap:10px;
    
}
.rewq a img {
    width: 20px;
}


.circle01 {
    position: absolute;
    top: -1em;
    right: -0.5em;
        opacity: 0;
    transition: all 300ms ease;
    z-index:-11;
}
.circle02 {
    top: 0.5em;
    left: -0.5em;
        opacity: 0;
    transition: all 300ms ease;
    z-index:-11;
}

.ddre:hover svg {
    opacity: 1;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#successf {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerf {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.formwrap select option{
    color:#000;
}

.asaaasas{
    stroke-width: 5px;
}


.dsdfsdfssssss12 {
    background-color: #fff;
    top: 82%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 80%;
    padding: 4rem;
    display: none !important;
    box-shadow: black 0px 0px 8px -6px;
}
.dropdown12 {
    padding: 2rem 0;
}
.xcssd{
        padding: 4rem 0;
}
.dropdown12:hover .dsdfsdfssssss12{
    display:flex !important;
}
.try p{
    transition:all .3s;
}
.try:hover p {
    font-weight: 500;
    color: #ce9201 !important;
}
.try:hover svg {
        stroke: #ce9201;
}

.brdcmb{
    position:relative;
}
.brdcmb::after {
    position: absolute;
    content: "";
    background-color: #0000006e;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.brtxt{
    top:50%;
    left:10%;
    z-index:99;
}
.brtxt {
    color: #fff !important;
    font-size: 45px;
    font-family: 'Edensor', serif;
    letter-spacing: 0.55px;
}
    
    
    .leftser .yuo a{
            font-size: 17px;
    }
    
    
    
    .fiiv{
        position:relative;
    }
.fiiv::after {
    position: absolute;
    content: "";
    background-color: #000000bf;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    backdrop-filter: blur(3px);
}
    .fixdata{
        position: absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        z-index:99;
        width:85%;
    }
.lloggo {
    border-right: 1px solid #ffffff54;
}
    
    
    .rightdfx{
        overflow:hidden;
    }
    .rightdfx h2{
               color: #fff;
            font-size: 65px;
            text-transform: uppercase;
            font-weight: 300;
            line-height: 87px;
    }
     .rightdfx h2 span{
         font-weight:500;
     }
.rightdfx h4 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.55px;
    font-weight: 300;
}
    .rightdfx h3{
       background-color: #ffffff;
        width: fit-content;
        padding: 4px 17px;
        margin: 0;
        /* line-height: 48px; */
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 0.55px;
        margin-top: 2rem;
        margin-left: 50px;
        position:relative;
    }
    .rightdfx h3::after{
        position: absolute;
        content: "";
        background-color: #fff;
        background-size: contain;
        height: 1px;
        width: 45px;
        top: 50%;
        left: -50px;
        z-index: 9;
        transform:translateY(-50%);
    }
    
    
    
    
    
    
    .fiiv{
        overflow:hidden;
    }
    .xv{
        animation:moveee 35s infinite linear;
    }
    @keyframes moveee{
        0%{
            transform:scale(1);
        }
        50%{
            transform:scale(1.5);
        }
        100%{
            transform:scale(1);
        }
    }
    
    .flwimg{
        display:none;
    }
    
    .swiper-pagination-bullet-active {
    background: #e3af12;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
    border-radius:0;
}


.jac2{
    display:none;
        margin-bottom: 1rem;
}
.jac1{
        margin-bottom: 1rem;
}

.active .jac2 {
    display: block !important;
    margin-bottom: 1rem;
    margin: 0 auto 1rem;
}
.active .jac1{
        margin-bottom: 1rem;
    display:none;
}

.qodef-m-button {
    text-decoration: none;
    color: #000 !important;
    padding: 10px 28px;
    font-size: 20px;
    text-transform: uppercase;
    background: linear-gradient(65deg, #d49c04, #ffd12d, #cf9401);
    letter-spacing: 1.55px;
    transition: background-size 650ms ease;
    font-weight: 400 !important;
    position: relative;
    margin-top: 2rem;
    border: navajowhite;
}
.qodef-m-button::before {
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 1px;
    width: 0%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    transition: all .3s;
}
.qodef-m-button::after {
    position: absolute;
    content: "";
    background-color: #000 !important;
    background-size: contain;
    height: 1px;
    width: 0%;
    top: 10%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9;
    transition: all .3s;
}
.qodef-m-button:hover::after, .qodef-m-button:hover::before {
    width: 80% !important;
}
.insta-reel img{
    height: 500px;
    object-fit: cover;
    object-position: bottom;
}
.reelspop {
    height: 100vh;
    width: 100%;
    background-color: #000000b5;
    z-index: 9999999999999999999999;
}
.innerreelspop{
    width:25%;
}
.cloooos {
    top: 4%;
    right: 3%;
    filter: invert(1);
    width: 30px;
}
.cloooos img{width:100%;}
.inslogo img{
    width: 50px;
    height: 50px;
}
.inslogo{
    z-index:9;
}
.inslogo img{
    width: 50px;
    height: 50px;
}
.insta-reel::after {
    position: absolute;
    content: "";
    background-color: #00000042;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.insta-reel{
    border-radius: 5px;
    overflow: hidden;
}

.svvvg h6{
        text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.55px;
}




.swiper-slide .rightquote{
   opacity:0;
   transition:all .3s;
}
.swiper-slide-active .rightquote{
   opacity:1;
}