@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=Dancing+Script:wght@400..700&display=swap');
/* body{
    background-color: #0c1821;
} */

    .bansection {
    height: 100vh;
    background: linear-gradient(360deg, #fffae3, #fffdf0, transparent);
    overflow: hidden;
}
.container{
    max-width: 85% !important;
}
a{
    text-decoration: none;
}
@font-face {
    font-family: 'Edensor';
    src: url(../../Edensor-Free.woff) format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  h2{
    font-family: 'Edensor', serif;
  }
  .navwrapper li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.55px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 1.55px;
    text-transform: uppercase;
    padding: 49px 0;
    display: flex;
}

.ullll{
    padding: 1rem 0;
}

.navbars {
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 9999999;
}
.navlogo h2 {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #dbc554;
    padding: 1rem 0;
}
.w-80{
    width:90%;
}

.aaaa li a {
    color: #000000;
    font-size: 21px;
    letter-spacing: 0.55px;
    font-weight: 300;
}

.bannerswiper {
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

  .bannerswiper .swiper-slide {
    background-position: center;
    background-size: cover;
  }

.bannerswiper .swiper-slide img {
    display: block;
    width: 100%;
    /* transform: translateY(-100%); */
    transform: scale(1);
    transition: all 15s;
    height: 100%;
    object-fit: cover;
}


  .bannerswiper .swiper-slide{
    position: relative;
  }
/*  .bannerswiper .swiper-slide::after {*/
/*    position: absolute;*/
/*    content: "";*/
    /* background-color: #00000030; */
/*    background: linear-gradient(180deg, #0000008a, #00000024);*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: 9;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.bannertxt {
    top: 49%;
    left: 33%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 40%;
}
.bannertxt h2 {
    font-size: 85px;
    letter-spacing: 5px;
    text-align: left;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 500;
    line-height: 91px;
}
.bannertxt p {
        font-size: 22px;
    color: #fff;
    letter-spacing: 0.55px;
    font-weight: 300;
    margin-top: 1rem !important;
}

.terbtn {
    bottom: 5%;
    left: 4%;
    z-index: 999;
    background-color: #00000096;
    padding: 12px 20px 12px 12px;
    border-radius: 50px;
}
.terimg img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.trdata h5{
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
.trdata span{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 300;
}


.bt1 {
    bottom: -9%;
    left: -3%;
    z-index: 999;
    width: 200px;
    /* filter: brightness(0) invert(1); */
}
@keyframes rotated{
    0%{
        transform: translate(-50%, -50%)rotate(0);
    }
    100%{
        transform: translate(-50%, -50%)rotate(360deg);
    }
}
.bt1 img {
    width: 70%;
}
.bt1 {
    border: 1px solid #0000008a;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #fff;
}
.bt1::after {
    position: absolute;
    content: "";
    background-image: url(../images/BT.png);
    background-size: contain;
    height: 200px;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    animation: rotated 10s infinite linear;
}
.n {
    top: 53%;
    left: 64%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
}
.ivv{
    margin-top: 5rem;
}

.about{
    padding: 7rem 0;
}
.innerabout {
    width: 100%;
}
.innerabout h2 {
    font-size: 70px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 95px;
}
.innerabout p {
    font-size: 24px;
    letter-spacing: 0.55px;
    line-height: 41px;
    color: #000000;
    font-weight: 100;
}
.about{
    position: relative;
}
.navbaras {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
    /* background: linear-gradient(180deg, #ffffff 57%, transparent); */
    box-shadow: white 0px 17px 31px 20px;
}
.leftfrm input,.leftfrm select{
    height: 50px;
    border: 1px solid lightgray;
    outline:none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    background-color: transparent;
}
.formdt25 .leftfrm input, .formdt25 .leftfrm select {
    color: #000;
    border: 1px solid #515151;
}
.formdt25 .leftfrm input::placeholder, .formdt25 .leftfrm select::placeholder {
    color: #515151;
}
.formdt25  .leftfrm select option{
    color:#000;
}
.innerform {
    width: 100%;
    margin: auto;
    padding: 3rem 5rem 5rem;
    background-color: #fffcee;
}
/*.ddre2 {*/
/*    height: 200px;*/
/*    width: 200px;*/
/*    border-radius: 50%;*/
/*    background: linear-gradient(65deg, #d49c04, #ffd12d, #cf9401);*/
/*    position: relative;*/
/*    z-index: 99999;*/
/*    cursor: pointer;*/
/*    transition: background-size 650ms ease;*/
/*}*/
.ddre2 {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
    z-index: 99999;
    cursor: pointer;
    transition: background-size 650ms ease;
    background: linear-gradient(120deg, #0000 33%, hsla(0, 0%, 100%, .65) 50%, #0000 66%), linear-gradient(270deg, #ff5757, #ff9800);
    /* font-weight: 600; */
    /* border-radius: 5px; */
    font-size: 18px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    border: none;
    /* position: unset; */
    background-size: 250% 250%, 100% 100%;
    animation: topSection_shine__cvFJ3 2s infinite;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.innerddre2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
}
.innerddre2 IMG {
    margin-bottom: 5%;
}
.innerddre2 p {
    color: #000;
    letter-spacing: 0.55px;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
}



.formhd h2{
    font-family: sans-serif;
    font-weight: 500;
    font-size: 31px;
    text-transform: uppercase;
}
.formhd p{
        font-size: 19px;
    /* width: 63%; */
    margin: auto;
    color: #595959;
}
.leftfrm textarea{  
    border: 1px solid lightgray;
    outline:none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    background-color: transparent;
    height: 100px;
}
.bbt a{
    padding: 12px 20px;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}
.bbt a:hover{
    background-color:#000;
    color:#fff;
}

.flow{
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.5;
}
.flow1{
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: rotate(180deg);
    opacity: 0.1;
}
.yt{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.yt::after{
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.yt img{
        width: 70px;
}
.leftabx img{
    border-radius: 15px;
}
.rightabx h2{
    font-size: 37px;
    letter-spacing: 0.55px;
    font-family: sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.rightabx p{
    font-size: 20px;
    letter-spacing: 0.55px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
}
/* .rightabx1{
    position: relative;
}
.rightabx1::after{
    position: absolute;
    content: "";
    background-image: url(../images/as.png);
    background-size: contain;
    height: 100%;
    width: 400px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0.2;
    background-position: top;
} */
.testimg img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: black 0px 0px 13px -8px;
}
 .testdara h5{
    font-size: 23px;
    letter-spacing: 0.55px;
    margin-bottom: 5px;
 }
 .testdara p{
    font-size: 18px;
    letter-spacing: 0.55px;
 }
.testswiper .swiper-wrapper {
    padding: 3rem 0;
}
.testlist {
    box-shadow: black 0px 0px 13px -8px;
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
 .test{
    padding: 5rem 0;
    background-color: #fffcee96;
 }
.testlist::after {
    position: absolute;
    content: "";
    background-color: #ffee97;
    background-size: contain;
    height: 200px;
    width: 400px;
    border-radius: 100px;
    bottom: -30%;
    left: -55%;
    z-index: -1;
    opacity: 0.3;
}





.footer_footerDesktop__pBhFn {
    display: flex
;
    flex-direction: column;
    padding: 30px 0;
}
.footer_footerSection__N9Ai_ {
    bottom: 0;
    left: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px 100px;
    display: grid
;
    grid-template-columns: 1.3fr .5fr .5fr .9fr .7fr;
    grid-gap: 20px;
    gap: 20px;
}
.footer_RFmandal__4GX8V {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}
.css-1959gz4 {
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-bottom-width: thin;
    margin-bottom: 8px;
}

.footer{
    padding: 4rem 0;
}







footer {
    padding: 7rem 0 2rem;
    background-color: #211d27;
    position: relative;
    z-index: 1;
}
.linklist p {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}
.linklist h4 {
    text-transform: uppercase;
    font-size: 21px;
    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;
}
.navbaras{
    transition: all .3s;
}
.navbarasnew {
    background-color: #000;
    z-index: 999999;
}

.fixx {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000b5;
    z-index: 999999999999;
    position: fixed;
}
.innerfxx{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    width: 50%;
}
.cll{
    top: 5%;
    right: 5%;
    cursor: pointer;
}
.cll img{
    width: 30px;
}

.sw img{
        width: 168px;
    padding: 1px 30px;
    border-radius: 30px;
    transition:all .3s;
    cursor:pointer;
    background-color:transparent;
    border:1px solid #fb801a;
}
.sw img:hover {
    background-color: #ffe2dd;
    border: 1px solid #fb801a;
}
.wer a{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 20px;
    color: #fc791a;
    padding: 10px;
    border: 1px solid #fc791a;
    border-radius: 30px;
    transition:all .3s;
}
.wer a:hover{
    background-color:#fc791a;
    color:#fff;
}
.wer a:hover img{
    filter:brightness(0)invert(1);
}
.wer img{
        width: 22px;
}
.wer1 a{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    border: 1px solid #fc791a;
    border-radius: 30px;
    background-color:#fc791a;
    transition:all .3s;
}
.wer1 img {
    width: 22px;
    filter: brightness(0) invert(1);
    transition:all .3s;
}
.wer1 a:hover{
    background-color:transparent;
    color:#fc791a;
}
.wer1 a:hover img{
    filter:initial;
}

.topSection_bookBtn__fwz6r {
    width: 100%;
    color: #fff;
    background: linear-gradient(120deg, #0000 33%, hsla(0, 0%, 100%, .65) 50%, #0000 66%), linear-gradient(270deg, #ff5757, #ff9800);
    font-weight: 600;
    border-radius: 5px;
    font-size: 18px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    border: none;
    position: unset;
    background-size: 250% 250%, 100% 100%;
    animation: topSection_shine__cvFJ3 2s infinite;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 30px;
}
@keyframes topSection_shine__cvFJ3{

0% {
    background-position: 100%;
}

100% {
    background-position: 0;
}

}

.topSection_bannerBtn__W5oNe{
    width: 75%;
}
.topSection_bookBtn__fwz6r {
    display: flex;
    justify-content: center;
    gap: 13px;
    align-items: center;
    width: fit-content;
    padding: 13px 20px;
}
.topSection_bookBtn__fwz6r img {
    width: 30px;
}

.asdfasaaaa2222 img{
        width: 35px;
}
.asdfasaaaa2222 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 2rem;
    color: #000000;
}
.leftabx{
    cursor:pointer;
}







/* 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;
  }
}

#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: #ff9800;
    color: #fff;
    padding: 20px;
}

#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: 700;
    padding: 10px;
    background: #ff9800;
    display: flex;
    justify-content: center;
    color: #fff;
}

#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);
}



.sfsfsdf h2 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 31px;
    text-transform: uppercase;
}
.lkkkkkkkk {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
    width: 65%;
}
.lkkkkkkkk img{
        width: 80px;
}













#class_clients {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-blend-mode: overlay;
  background-color: #ffffff;
  z-index: 10;
}

.class_clients {
  position: relative;
  padding: 5rem 0;
}

@media only screen and (max-width: 480px) {
.class_clients {
    padding: 3rem 0;
  }
}

.client-img {
  max-width: 100%;
  height: 120px;
  width: 100%;
  background-color: #ffffff;
  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;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 10px rgba(195, 233, 247, 0.3);
          box-shadow: 5px 10px 10px rgba(195, 233, 247, 0.3);
  margin-bottom: 20px;
  padding: 10px;
}

.img-fluid {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}

.client_float {
  gap: 20px;
  overflow: hidden;
  padding: 0 10px;
}

/*.infiniteslide_wrap {*/
/*  height: 633px !important;*/
/*  overflow: hidden;*/
/*}*/

.infiniteslide_wrap {
    height: 100vh !important;
    overflow: hidden;
    width:50%;
}
.infiniteslide_wrap .infiniteslide_wrap{
    width:100%;
}
/*.infiniteslide1 ul li,*/
/*.infiniteslide2 ul li {*/
/*  margin: 0 5px 10px;*/
/*}*/
.infiniteslide1 ul li img, .infiniteslide2 ul li img {
    opacity: 1 !important;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    -webkit-filter: unset;
    filter: unset;
    margin-bottom: 10px;
    /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    padding: 0;
}
.client_float {
  display: flex;
}

.infiniteslide_wrap {
  overflow: hidden;
  height: 2160px; /* You can adjust this based on actual container height */
}
.infiniteslide1, .infiniteslide2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}

.infiniteslide1 {
  animation: infiniteslide1 54s linear infinite;
}

.infiniteslide2 {
  animation: infiniteslide2 39.2727s linear infinite reverse;
}
.infiniteslide1 ul, .infiniteslide2 ul {
    flex: 0 0 auto;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.infiniteslide1 li, .infiniteslide2 li {
    margin-bottom: 15px;
    width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Add your keyframes */
@keyframes infiniteslide1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes infiniteslide2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}


/*.banneeeleft{*/
/*    padding: 23rem 0;*/
/*}*/
.pad p {
    padding: 5px 20px;
    background-color: #fffade;
    width: fit-content;
    color: #000000;
    font-size: 20px;
    border-radius: 30px;
    letter-spacing: 0.55px;
}
.banneeeleft h2{
    font-family: sans-serif;
    font-weight: 500;
    font-size: 55px;
    margin: 1rem 0;
    line-height: 75px;
}
.banneeeleft p{
        font-size: 20px;
    letter-spacing: 0.55px;
}

.sfsfsdf {
    height: 100%;
    background-color: #efaf76;
    position: relative;
    box-shadow: black 0px 5px 25px -18px;
}
.sfsfsdf::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 223px;
    width: 75%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    border-radius: 0 0 200px 200px;
}
.ewwrwerwer {
    height: 80px;
    width: 80px;
    background-color: #efaf76;
    border-radius: 50%;
    margin: auto;
    position: relative;
}
.ewwrwerwer img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
}
.ewwrwerwer img {
    width: 49px;
}
.formdt25 {
    bottom: 13%;
    left: 0;
    z-index: 9999;
    width: 90%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.formdt25 input {
    height: 46px;
    border: 1px solid #f5f5f5;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    background-color: transparent;
    color: #fff;
}
.formdt25 input::placeholder{
    color:#fff;
}
.sdfsdfbtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
}
.sdfsdfbtn a {
    padding: 9px 25px;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    display: flex
;
    justify-content: center;
    color: #000000;
    font-size: 19px;
    text-transform: uppercase;
    /* box-shadow: black 0px 5px 25px -18px; */
    /* font-weight: 500; */
    padding: 12px 20px;
    /* border: 1px solid #000; */
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    transition: all .3s;
}
.sdfsdfbtn a:hover{
    padding: 9px 25px;
    background-color: #ffecda;
}
.navbarasnew ul li a{
    color:#fff;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    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;
}

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;
}