@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
body {
  /*background-color: #fef9ec9e;*/
}
h2 , h1{
  font-family: "Marcellus", serif;
}
a{
  text-decoration: none;
  color: #000;
}
.w-60{
  width: 60%;
}
.para {
  font-size: 19px;
  letter-spacing: 0.55px;
  line-height: 30px;
}
.ivv{
  margin-top: 7rem;
}

.hd h2{
  font-size: 40px;
    letter-spacing: 0.55px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.left-da1 ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  justify-content: center;
}
.left-da1 ul li a {
  letter-spacing: 0.55px;
  color: #000000;
  font-size: 20px;
}
.innernavanew .left-da1 ul li a {
  color: #000000;
}
.nava {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  padding: 7px 0;
  /*transition: all .3s;*/
}
.navanew {
  background-color: #fff !important;
  box-shadow: black 0px 0px 13px -11px;
}
.leftlogo img{
  /*transition: all .3s;*/
}
.innernavanew .leftlogo img{
  filter: initial;
}



.bannerswiper {
  width: 100%;
  height: 100%;
}

.bannerswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bannerswiper .swiper-button-next::after, .bannerswiper .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
}
.bannerswiper .swiper-button-next::before, .bannerswiper .swiper-button-prev::before {
    position: absolute;
    content: "";
    background-color: #00000000;
    background-size: contain;
    border: 1px solid #ffffff;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
    top: 87%;
    left: 55%;
}
.bannerswiper .swiper-button-next {
  right: 88%;
}
.scli p {
  color: #00000085;
}
.para {
  font-size: 19px;
  letter-spacing: 0.55px;
  line-height: 30px;
}
.scsc {
  position: absolute;
  width: 50%;
  right: -22%;
  top: 28%;
  transform: rotate(90deg) translateY(-50%);
  z-index: 999;
}
.bannerswiper .swiper-button-prev {
    left: 50%;
}
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.swiperdata {
  z-index: 99999;
  text-align: left;
  width: 100%;
  color: #000000;
}
.bannerswiper .swiper-slide::after {
    position: absolute;
    content: "";
    /*background: linear-gradient(180deg, rgb(255 255 255), #47022117 20%, transparent 65%, #4701224a);*/
    /*background: linear-gradient(180deg, rgb(255 255 255), #47022117 20%, transparent 65%, #4701224a), linear-gradient(90deg, #00000073, transparent);*/
    background: linear-gradient(180deg, rgb(255 255 255), #47022100 23%, transparent 87%, #4701224a), linear-gradient(90deg, #00000073, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 7;
}
.swiperdata h2 {
  font-size: 78px;
  line-height: 65px;
  letter-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
  line-height: 95px;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  color: rgb(68 1 32);
}

.swiper-slide-active .swiperdata h2 {
  position: relative;
  animation: aniiim 2s linear;
  animation-delay: .3s;
}
@keyframes aniiim{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}
.swiperdata span {
  letter-spacing: 0.55px;
  color: #dc2c1d;
  font-size: 25px;
  font-weight: 500;
}

.bbht a {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  border: 1px solid #fff;
  transition: all .3s;
}
.bbht a:hover{
  background-color: transparent;
  color: #fff;
}
.mainbanner {
  height: 100vh;
  width: 100%;
  background: linear-gradient(90deg, #fffcf0, #edfffd);
  position: relative;
}
/* .bannerswiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
} */

.rightbanimg img{
  object-fit: contain !important;
}
.gir {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
}

.w-35 {
  width: 45%;
}

.cuu{
  bottom: 10%;
  left: 10%;
  z-index: 99;
  animation: move 3s infinite linear;
}
.cuu2{
  top: 15%;
  right: 10%;
  z-index: 99;
  animation: move 3s infinite linear;
}
@keyframes move{
  0%{
    transform: translateY(-50px);
  }
  50%{
    transform: translateY(0px);
  }
  100%{
    transform: translateY(-50px);
  }
}

.butterfly {
  top: 33%;
  left: 0%;
  z-index: 99;
  opacity: 0.1;
}
.butterfly img {
  width: 280px !important;
  height: auto !important;
}

.swiper-slide-active .butterfly{
  animation: animate 13s  linear;
}
@keyframes animate{
  0%{
    top: 33%;
    left: 0%;
  }
  25%{
    top: 23%;
    left: 20%;
  }
  50%{
    top: 33%;
    left: 30%;

  }
  75%{
    top: 23%;
    left: 40%;
  }
  100%{
    top: 10%;
    
    left: 50%;
  }
}

.adb a {
    padding: 10px 20px;
    background-color:rgb(70 0 34);
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.55px;
    border: 1px solid rgb(68 1 32);
    transition:all .3s;
}
.adb a:hover{
    background-color:transparent;
    color:rgb(68 1 32);
}
.fas a:hover{
    background-color: #fff;
    color: rgb(68 1 32);
    border:1px solid #fff;
}
.hamburger-btn {
  margin-inline-start: 25px;
  width: 36px;
  height: 36px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
}
.hamburger-btn span:nth-child(1) {
  inset-inline-start: 0;
}
.hamburger-btn span {
  display: inline-block;
  width: 100%;
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 3px solidrgb(70 0 34);
  border-radius: 5px;
  opacity: 1;
  top: 0;
  inset-inline-start: 0;
  z-index: 1;
  transition: 0.3sease-in-out;
}
.hamburger-btn span:nth-child(2) {
  inset-inline-start: 19px;
}
.hamburger-btn span {
  display: inline-block;
  width: 100%;
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 3px solidrgb(70 0 34);
  border-radius: 5px;
  opacity: 1;
  top: 0;
  inset-inline-start: 0;
  z-index: 1;
  transition: 0.3sease-in-out;
}
.hamburger-btn span:nth-child(3) {
  inset-inline-start: 0px;
  top: 19px;
}
.hamburger-btn span {
  display: inline-block;
  width: 100%;
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 3px solidrgb(70 0 34);
  border-radius: 5px;
  opacity: 1;
  top: 0;
  inset-inline-start: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.hamburger-btn span:nth-child(4) {
  inset-inline-start: 19px;
  top: 19px;
}
.hamburger-btn span {
  display: inline-block;
  width: 100%;
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 3px solid rgb(70 0 34);
  border-radius: 5px;
  opacity: 1;
  top: 0;
  inset-inline-start: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.adb{
  text-align: right;
}
.rightbanimg{
  position: relative;
  animation: animate2 5s infinite linear;
}
@keyframes animate2{
  0%{
    transform: translateX(0%);
  }
  50%{
    transform: translateX(-10%);
  }
  100%{
    transform: translateX(0%);
  }
}

.bantext {
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 9;
  width: 45%;
}
.bantext h2 {
    font-size: 55px;
    text-align: left;
    line-height: 74px;
    color: #fff;
}

.color{
  transform: scale(1.1);
}

.innerabout{
  width: 60%;
  margin: auto;
}
.innerabout h3 {
  font-size: 24px;
  line-height: 39px;
  font-weight: 400;
}

.adbxx {
 background-image: linear-gradient(180deg, #fae1c600 0%, #bb005426 100%);
}
.leftadbx span {
    font-size: 20px;
    color: rgb(68 1 32);
    letter-spacing: 0.55px;
    font-weight: 600;
}
.adbxx {
    position: relative;
    padding: 4rem 0 8rem;
    z-index: 1;
}


.adbxx::after {
  position: absolute;
  content: "";
  background-color: #ffedf5;
  background-size: contain;
  height: 100%;
  width: 40%;
  top: 0;
  right: 0;
  border-radius: 54% 0 0 0;
  z-index: -1;
}
.left-fg img{
  border-radius: 10px 200px 10px 200px;
}
.right-fg img{
  border-radius: 200px 10px 200px 10px;
}
.left-fg{
  margin-bottom: -38%;
}
.right-fg {
    margin-bottom: 3%;
}
.leftadbx  li p{
  display: flex;
  align-items: center;
  gap: 10px;
}
.leftadbx li p img{
  width: 19px;
}


/* .fggf{
  position: fixed;
  top: 50%;
  left: 10%;
  transform: translate(-50%,-50%);
  height: 400px;
  width: 400px;
  background-color: red;
  border-radius: 50%;
  z-index: 999;
} */
.serli {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #fae1c6;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
}
.newsimg img{
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.serdata{
  padding: 10px;
}
 .serimg{
  margin-bottom: 10px;
 }
 .testdata {
  width: 55%;
  margin: auto;
}
.testimg img{
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.testdatadassad p {
  font-size: 25px;
  letter-spacing: 0.55px;
  list-style: 30px;
  line-height: 39px;
  font-weight: 300;
}
 .testbf h5{
  margin-bottom: 6px;
  font-size: 23px;
  letter-spacing: 0.55px;
 }
 .test{
  padding: 5rem 0;
  background-image: url(../images/testbg.jpg);
  position: relative;
  z-index: 1;
 }
 .test::after {
  position: absolute;
  content: "";
  background-color: #000000b5;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.testswiper .swiper-button-next:after, .testswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
}


.foott {
  /* background-image: url(../images/footerbg.png); */
  background-size: cover;
  padding: 7rem 0 3rem;
  background-repeat: no-repeat;
  /*background-color: #fae1c6;*/
  background-color: #2a0314;
}
.cs_footer_widget_nav_list li a{
  font-size: 19px;
  letter-spacing: 0.55px;
  padding: 5px 0;
  color: #fff;
  transition:all .2s;
}
.cs_footer_widget_nav_list li a:hover{
    color:#cb789d;
    letter-spacing: 1.2px;
}

.cs_footer_widget_nav_list li{
  padding: 5px 0;
}

.hdtxt {
  top: 45%;
  width: 50%;
  color: #000 !important;
  left: 6%;
}
.hdtxt p{
  font-size: 28px;
  margin-bottom: 1rem !important;
  color: rgb(68 1 32);
}
.hdtxt h2{
  line-height: 45px;
}
.decor-wrpr .col-lg-3 li {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.decor-wrpr .col-lg-3:nth-child(odd) li img{
  height: 350px;
  object-fit: cover;
}
.decor-wrpr .col-lg-3:nth-child(even) li img{
  height:533px;
  object-fit: cover;
}
.decor-wrpr .col-lg-3 li img{
  position: relative;
}
.decor-wrpr .col-lg-3 li img::after {
  position: absolute;
  content: "";
  background-color: #00000040;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.ddd {
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #000000b8;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px;
  transition: all .3s;
}
.ddd p{
  font-size: 18px;
  letter-spacing: 0.55px;
}
.imno {
  width: fit-content;
  padding: 5px 18px;
  background-color: rgb(68 1 32);
  border-radius: 30px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all .3s;
}
.imno p{
  margin: 0;
  color: #fff;
}

.decor-wrpr .col-lg-3 li:hover .imno{
  top: 50%;
}
.decor-wrpr .col-lg-3 li:hover .ddd{
  bottom: -50%;
}


.page-header{
  position: relative;
}
.page-header::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgb(255 255 255), transparent 20%, transparent 65%, #fefbf300);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 7;
}

.asse_list h5{
  font-size: 25px;
  letter-spacing: 0.55px;
}

.loimg img{
  width: 30px;
}
.bt-frm {
  background-color: rgb(68 1 32);
  border-radius: 15px;
  padding: 5rem;
}
.frm-l input{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid lightgray;
  width: 100%;
  height: 45px;
  color: #fff;
}
.frm-l input:focus{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid lightgray;
  width: 100%;
  height: 45px;
  outline: none;
  box-shadow: none;
}

.newslist{
  transition: all .3s;
  cursor: pointer;
}
.newslist:hover{
  text-decoration: underline;
}















.appo {
  background-image: url(../images/app.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.appo::after {
  position: absolute;
  content: "";
  background-color: #000000d4;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.innerappo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 20px;
}



.formhd h2 {
  color: rgb(68 1 32);
  font-size: 38px;
  letter-spacing: 0.55px;
}
.formwrap input, .formwrap select {
  height: 50px;
}

.serdt h5{
  font-size: 23px;
}

.formwrap input, .formwrap select, .formwrap textarea {
  border: none;
  border-bottom: 1px solid #070d59;
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
}
.formwrap input, .formwrap select {
  height: 50px;
}
.formwrap input, .formwrap select, .formwrap textarea {
  border: none;
  border-bottom: 1px solid rgb(198 160 113);
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
}
.close {
  top: 4%;
  right: 3%;
  z-index: 99;
  cursor: pointer;
}

.bookbtn a {
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid rgb(68 1 32);
  border-radius: 0;
  display: flex;
  justify-content: center;
  background-color: rgb(68 1 32);
  color: #fff;
  transition: all .3s;
}
.bookbtn a:hover {
  background-color: transparent;
  color: rgb(68 1 32);
}




.services{
  position: relative;
}
.services::after {
  position: absolute;
  content: "";
  background-image: url(../images/dfg.png);
  background-size: contain;
  height: 600px;
  width: 600px;
  bottom: 0%;
  left: 0%;
  z-index: -1;
  opacity: 0.05;
}
.bbk a{
  text-decoration: underline;
    color: rgb(78 20 46);
    font-size: 18px;
    letter-spacing: 0.55px;
    transition: all .3s;
}
.bbk a:hover{
  color: red;
}
.bbk{
  margin-top: 10px;
}
.foott{
  position: relative;
  z-index: 1;
}
.foott::after {
  position: absolute;
  content: "";
  background-image: url(../images/cou.png);
  background-size: contain;
  height: 500px;
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.09;
  background-repeat: no-repeat;
}
.scli img{
  width: 20px;
  /*filter: brightness(0) invert(1);*/
}


.navitem {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    z-index: 99;
    /*background: linear-gradient(45deg, rgb(237 206 220), rgb(255 198 224));*/
    background:linear-gradient(175deg, rgb(188 158 172), rgb(70 1 32) 140%);
    transition: all .3s;
    /* background-color: lightgray; */
}
.navitemnew{
  left: 0;
}
.innernavitems{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}
.lenavli ul li a {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 2px;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: unset;
}
.leftnavii{
  border-right: 1px solid #fff;
}

.serli1{
  text-align: center;
  padding: 1.5rem 6px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.serli1 img{
    filter:invert(1);
}
.serli1 h5 {
    color:#fff;
}

.closs{
  top: 5%;
  right: 5%;
  z-index: 9;
  filter: brightness(0) invert(1);
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.closs img{
  width: 35px;
}
.avtt{
    position:relative;
}
.avtt .cc {
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 4px;
}
.avtt .cc span {
    height: 5px;
    width: 5px;
    border: 1px solid rgb(68 1 32);
    border-radius: 40px;
    transition:all .3s;
}
.avtt .cc .vv1{
    width:23px;
    background-color:rgb(68 1 32);
}












/* 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: 90px;
    right: 30px;
    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);
}

@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: rgb(70 0 34);
    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: 30px;
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: rgb(70 0 34);
    display: flex;
    justify-content: center;
    color: #fff;
}
.head-home h5{
    font-size:18px;
}

#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;
}
.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);
}
.view-image {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 3%;
  display: flex;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999999999999999 !important;
}

/*rupaliii*/
.serimg img{
width: 54px;
}
.leftlogo img{
width: 80%;
}
.cs_footer_row{
    color:#fff !important;
}
.cs_footer_widget_title{
   font-size: 29px;
    color: #fff;
    letter-spacing: 0.55px;
   }
   .gds img{
    width: 91%;
    filter: brightness(0) invert(1);
}
.hdsdf h2{
    font-size: 34px;
    letter-spacing: 0.55px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.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;
}
#successf {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerf {
    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;
}

.serdata p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

