@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+Oriya:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
.container{
    max-width: 95%;
}
a{
    text-decoration: none;
}
h2{
    /*font-family: "Marcellus", serif;*/
    font-family: "Figtree", sans-serif;
}
p {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 28px;
    font-family: "Figtree", sans-serif;
    color: #2b2b2b;
}

.leftactlist span{
    font-family: "Noto Sans Oriya", sans-serif !important;
}
.hdln h2{
    font-size: 50px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.55px;
}
.banner video{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
.banner .swiper-slide::after {
    position: absolute;
    content: "";
    background-color: #0000004a;
    background: linear-gradient(360deg, #00000099, #00000042);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* backdrop-filter: blur(9px); */
}
.left-logo img{
    filter: brightness(0)invert(1);
}
.bannerdata {
    z-index: 99999;
    width: 45%;
    top: 63%;
    left: 4%;
    transform:translateY(-200px);
    opacity:0;
    transition:all 1s;
}
.swiper-slide-active .bannerdata{
     transform:translateY(0);
     opacity:1;
}
.bannerdata h1 {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}
.bannerdata p {
    font-size: 30px;
    width: 86%;
    line-height: 42px;
    margin-top: 1rem;
}
.teath {
    top: -29%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 999999;
    width: 15%;
}
.navbarr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}
.abtdtls h4 {
    margin-bottom: 14px;
}
.toggle{
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
}   

.wwwwwwwww{
    position:relative;
}
.wwwwwwwww::after{
    position:absolute;
    content:"";
    border-top:1px solid lightgray;
    background-size:contain;
    height:1px;
    width:100%;
    top:-16px;
    right:0;
}
.wwwwwwwww{
    width:fit-content;
    margin-left:auto !important;
}
.menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.bookapp-btn a {
    padding: 7px 20px;
    background: linear-gradient(45deg, #843195, #9142a1);
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    align-items: center;
    gap: 10px;
}
.bookapp-btn a img{
    width: 20px;
    height: 20px;
    filter: brightness(0)invert(1);
}
.bookapp-btn1 img{
    transition: all .3s;
}
.bookapp-btn1 p {
    padding: 8px 20px;
    /* background: linear-gradient(45deg, #843195, #9142a1); */
    background-color: #843195;
    border-radius: 30px;
    text-decoration: none;
    color: #fff !important;
    font-size: 17px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    align-items: center;
    gap: 10px;
    border: 1px solid #843195;
    transition: all .3s;
}
.bookapp-btn1 p:hover {
   
    background-color: transparent;
    color: #000000 !important;
    border: 1px solid #000;
}
.bookapp-btn1 p:hover img{
   filter: initial;
}
.bookapp-btn1 p img{
    width: 20px;
    height: 20px;
    filter: brightness(0)invert(1);
}
.doc-dt h4 {
    color: #000000;
}
.doc-dt span{
    color: gray;
}
.topkk .row {
    width: 92%;
}
.navbarr {
    padding: 15px 0;
}


.bannerswiper {
    width: 100%;
    height: 100%;
}

.bannerswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.cir {
    bottom: 10%;
    right: 10%;
    z-index: 9;
    width: 190px;
    filter: brightness(0) invert(1);
    z-index: 1;
}
.cir::after{
    position: absolute;
    content: "";
    border: 1px solid #fff;
    background-size: contain;
    height: 200px;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.cir::before{
    position: absolute;
    content: "";
    border: 1px solid #fff;
    background-size: contain;
    height: 130px;
    width: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.plyy{
    width: 34px;
}
.circleee{
    animation: rotated 5s infinite linear;
}
@keyframes rotated{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

.cir{
    cursor: pointer;
}

.ivv{
    padding: 6rem 0;
}
.abtdtls {
    padding: 2rem;
}
.abtlist {
    border-radius: 10px;
    box-shadow: black 0px 0px 11px -6px;
    overflow: hidden;
    height: 100%;
}
.readmorebtn a{
    font-size: 19px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}
.readmorebtn a img{
    width: 20px;
}
.leftactlist img {
    width: 50px;
    margin-bottom: 10px;
}
.leftactlist21 img{
    filter: brightness(0)invert(1);
}
.innerdepart{
    position: relative;
}
/* .innerdepart::after{
    position: absolute;
    content: "";
    border-right: 1px solid lightgray;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.col-lg-4 .leftactlist {
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    padding: 1rem 0;
}
.col-lg-4:nth-child(3n) .leftactlist {
    border-right: none;
    border-bottom: 1px solid #ababab !important;
}
.col-lg-4:nth-last-child(-n+3) .leftactlist{
    border-bottom: none;
}
.col-lg-4:nth-child(8) .leftactlist{
    border-bottom: 1px solid #ababab;
}
.depart{
    background-image: url(../images/bgg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.depart::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #863397 50%, transparent 0);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /* opacity: 0.2; */
}
.location img{
        width: 19px;
}
.doctorlist {
    padding: 21px;
    box-shadow: black 0px 0px 20px -14px;
    border-radius: 13px;
    background: linear-gradient(90deg, #fcebff, transparent);
}

.docimg img{
    border-radius: 13px;
}
.doc-dt p{
    color: #000;
}





.doctorlist {
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}
.border-ray {
  position: absolute;
  display: inline-block;
  /*padding: 12px 24px;*/
  background: #fff;
  /* overflow: hidden; */
  border-radius: 30px !important; /* square edges */
}

/* SVG covers the box */
.border-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Animated border path */
.border-ray-path {
  fill: none;
  stroke: url(#borderGradient);
  stroke-width: 0.5;
  stroke-linecap: square; /* changed from round for sharp corners */
  stroke-linejoin: miter; /* clean square join */
  stroke-dasharray: 12 88;  /* visible ray vs. gap */
  stroke-dashoffset: 0;
  /* animation: moveRay 2s linear infinite; */
  opacity: 0;
}
.doctorlist:hover .border-ray-path{
    animation: moveRay 1s linear infinite;
    opacity: 1;
}

/* Animation keyframes */
@keyframes moveRay {
  to {
    stroke-dashoffset: -100;
  }
}



.whyicon {
    height: 60px;
    width: 60px;
    background-color: #e0bfe5;
    border-radius: 50%;
    overflow: hidden;
}
.whylist {
    padding: 3rem;
    background-color: #fff8e5;
    border-radius: 20px;
}
.mid-vdo video{
    object-fit: cover;
    border-radius: 15px;
}
.dd{
    background-color: #eafeef;
    padding: 2rem;
    border-radius: 20px;
}
.xde {
    background-color: #863497;
    padding: 2rem;
    border-radius: 20px;
    color: #fff;
}
/* .why{
    background-color: #eef7fe;
} */
.why {
    background-color: #84319521;
}
.innerwhy {
    width: 85%;
    margin: auto;
    background-color: #fff;
    padding: 3rem;
    border-radius: 20px;
}

.favvvdf{
    width: 50px;
}
.leftnews h2{
    color: #d17aac;
    font-size: 23px;
}
.inner-news {
    width: 85%;
    margin: auto;
    background-image: url(../images/der.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem;
    border-radius: 40px;
    overflow: hidden;
    background-color: #f7edf9;
}
.newsl img{
    border-radius: 20px;
}
.leftnews h3{
    font-size: 40px;
    margin-bottom: 1.5rem;
}
.bookapp-btn121 img{
    transition: all .3s;
}
.bookapp-btn121 a {
    padding: 10px 20px;
    /* background: linear-gradient(45deg, #843195, #9142a1); */
    background-color: #843195;
    border-radius: 30px;
    text-decoration: none;
    color: #fff !important;
    font-size: 19px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    align-items: center;
    gap: 10px;
    border: 1px solid #843195;
    transition: all .3s;
}
.bookapp-btn121 a:hover {
   
    background-color: transparent;
    color: #000000 !important;
    border: 1px solid #000;
}
.bookapp-btn121 a:hover img{
   filter: initial;
}
.bookapp-btn121 a img{
    width: 20px;
    height: 20px;
    filter: brightness(0)invert(1);
}

.Newsslider .swiper-button-next:after, .Newsslider .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}
.Newsslider .swiper-button-next, .Newsslider .swiper-button-prev {
    top: 93%;
}
.Newsslider .swiper-button-next::before, .Newsslider .swiper-button-prev::before {
    position: absolute;
    content: "";
    background-color: #843195;
    background-size: contain;
    height: 45px;
    width: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}
.Newsslider .swiper-button-prev{
    left: 1%;
}
.Newsslider .swiper-button-next{
    right: 92%;
}
.Newsslider .swiper-wrapper{
        padding-bottom: 3rem;
}
/* .depart::before{
    position: absolute;
    content: "";
    background-color: #843195;
    background-size: contain;
    height: 100%;
    width: 100px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 50%;
} */
/* .ne::before{
    position: absolute;
    content: "";
    background-color: #ffffff;
    background-size: contain;
    height: 50%;
    width: 100px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 50%;
} */
.testlist {
    background-color: var(--bg-color);
    border-radius: 35px;
}
.xc{
    padding: 4rem;
}
.nameeee {
    padding: 1rem;
    width: 85%;
    background-color: var(--dtl-color);
    border-radius: 0 34px;
}
.foot-logo1 img {
    width: 400px;
    filter: brightness(0) invert(1);
}
.itemsssss li a {
    color: #000;
    font-size: 19px;
    display: flex;
    padding: 4px 0;
}
.topfooter p{
    color:#fff;
}
.footerrr {
    background-color: #863397;
}
.itemsssss ul h3{
    color:#fff;
}
.itemsssss ul li a{
    color:#fff;
    transition:all .3s;
}
.itemsssss ul li a:hover{
    letter-spacing:0.55px;
    color:#ffb4df;
}
.topfooter{
    padding: 2rem 0;
}
.footerrr {
    position: relative;
    padding: 1rem 0 1rem 0;
}
.footerrr::before {
    position: absolute;
    content: "";
    background-image: url(../images/fbg.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    /* opacity: 0.1; */
}
.navbarr {
    transition: all .3s;
    z-index: 999999999999999999;
    box-shadow: black 0px 0px 17px -12px;
}
.scrolled,.brdnv{
    background-color: #fff;
}
.scrolled .left-logo img,.brdnv .left-logo img{
    filter: initial;
}

.menu ul li a {
    transition: all .3s;
    color: #fff;
}
.scrolled .menu ul li a ,.brdnv .menu ul li a {   
    color: #000000;
}

.scrolled hr,.brdnv hr{
    color: gray !important;
}
.bookapp-btn556 a{
    color: #ffffff;
    border: 1px solid #ffffff;
}
.bookapp-btn556 a{
    background: linear-gradient(45deg, #a49e9e00, #a49e9e00) !important;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.scrolled .bookapp-btn556 a{
    background: linear-gradient(45deg, #a49e9e00, #a49e9e00) !important;
    color: #843195;
    border: 1px solid #843195;
}
.scrolled .bookapp-btn556 a img{
   filter: initial !important;
}
.brdnv .bookapp-btn556 a{
    background: linear-gradient(45deg, #a49e9e00, #a49e9e00) !important;
    color: #843195;
    border: 1px solid #843195;
}
.brdnv .bookapp-btn556 a img{
   filter: initial !important;
}

.breadcumb::after {
    position: absolute;
    content: "";
       background: linear-gradient(360deg, #863397 0%, #8336904d 53%);
    /*background: linear-gradient(360deg, #863397 -9%, transparent);*/
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    backdrop-filter: blur(0px);
}
.brdtxt h2{
    font-size: 70px;
    letter-spacing: 0.55px;
}
.brdtxt {
    bottom: 10%;
    left: 5%;
    z-index: 2;
}
.adic img {
    width: 21px;
}
.adic2 img {
    width: 21px;
    height: 21px;
    transform: translateY(4px);
}
.adic p{
        color: #863396;
}
.adic{
    margin-bottom: 10px;
}

.depart{
    position: relative;
}
.depart::before {
    position: absolute;
    content: "";
    background-image: url(../images/qw.png);
    background-size: contain;
    height: 150px;
    width: 150px;
    bottom: -75px;
    left: 50%;
    background-repeat: no-repeat;
    z-index: 1;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
}
.ne::before {
    position: absolute;
    content: "";
    background-image: url(../images/qw.png);
    background-size: contain;
    height: 150px;
    width: 150px;
    top: -75px;
    left: 50%;
    background-repeat: no-repeat;
    z-index: 1;
    transform: translateX(-50%) rotate(180deg);
    filter: brightness(0) invert(1);
}

.frmin input,.frmin select{
    height: 50px;
    border-radius: 0;
    border: 1px solid lightgray;
    padding-left: 10px;
}
.frmin textarea{
    height: 100px;
    border-radius: 0;
    border: 1px solid lightgray;
    padding-left: 10px;
}
.rightform{
    padding: 2rem 3rem;
    box-shadow: black 0px 0px 13px -7px;
    border-radius: 12px;
}

.dropdwn a {
    padding: 0rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}      
.dropdwn a img {
    filter: brightness(0) invert(1);
    width: 13px;
}    
.scrolled .dropdwn a img {
    filter: brightness(0);
} 
.brdnv .dropdwn a img {
    filter: brightness(0);
}
.dropitemss {
    top: 116%;
    left: -58%;
    background-color: #fff;
    width: 241px;
    transform: translateY(100%);
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
}
/* .dropitemss li a{
    color: #000 !important;
} */

.dropitemss li a{
    padding: 10px;
}
.dropitemss a{
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.dropitemss a::after {
    position: absolute;
    content: "";
    background-color: #863497;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.dropdwn:hover .dropitemss{
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}
.dropitemss li a:hover::after{
    width: 100%;
}
.menu ul .dropitemss a{
    color: #000;
}
.dropitemss a:hover{
    color: #fff !important;
}

.gallerylist::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, transparent, #863497);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.gallerylist{
    overflow: hidden;
    border-radius: 15px;
}
.gltxt{
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
    padding: 2rem 1rem;
    width: 100%;
    color: #fff;
}
.gltxt p{
    font-size: 26px;
    letter-spacing: 0.55px;
    color:#fff;
}

.gallerylist::before {
    position: absolute;
    content: "";
    background-image: url(../images/hover_arrowcopy.png);
    background-size: cover;
    height: 100px;
    width: 100px;
    top: -10px;
    right: -8px;
    z-index: 9;
    transition: all .3s;
}
.gallerylist:hover::before{
    top: -13px;
    right: -11px;
}
.gallerylist:hover::after{
   background: linear-gradient(180deg, #8634976b, #863497);
}
.imagenumber{
    top: 50%;
    left: -20%;
    z-index: 99;
    writing-mode: sideways-lr;
    transform: translateY(-50%);
    transition: all .3s;
}
.gallerylist:hover .imagenumber{
    left: 2%;
}

.gallerylist img {
    object-fit: cover;
    height: 350px !important;
}
.glimg img{
    border-radius: 15px;
    cursor: pointer;
}
.view-image {
    z-index: 9999999999999999999999 !important;
}

.bvw {
    position: sticky;
    top: 14rem;
    box-shadow: black 0px 0px 6px -5px;
}
/*.leftabt::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/aboutusgrf.png);*/
/*    background-size: cover;*/
/*    height: 300px;*/
/*    width: 300px;*/
/*    bottom: 0;*/
/*    left: -4px;*/
/*    z-index: 1;*/
/*}*/
.leftabt{
    border-radius: 20px;
    overflow: hidden;
}
.yearr {
    bottom: 10%;
    left: 3%;
    z-index: 9;
    text-align: left;
    display: flex;
    gap: 69px;
    margin-top: 45px;
    padding-left: 20px;
}
.yearr li{
   color: #863497;
}
.yearr h5{
    font-size: 22px;
    letter-spacing: 0.55px;
    margin: 0;
    color: #863396;
}
.yearr h2{
        font-family: ui-serif;
    font-size: 69px;
    margin: 0;
    font-weight: 700;
    color: #863397;
}
.yearr h4{
        font-size: 35px;
    color: #863497;
}
.leftabt img{
    height: 560px;
    object-fit: cover;
}
.condesc12 {
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: black 0px 0px 20px -15px;
            height: 100%;

}

/*.appointment{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100vh;*/
/*    width: 100%;*/
/*    background-image: url(../images/hos3.webp);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: 1;*/
/*}*/
.appointment {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-image: url(../images/hos2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.appointment::after{
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}
.innerappointment {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #fff;
    /*padding: 2rem;*/
    border-radius: 10px;
}
.vlx {
    padding: 2rem;
    height: 86vh;
    overflow: auto;
}

.doctorlist23{
    padding: 8px 8px 8px 20px;
}
.doctorlist23 .doc-dt h4{
        font-size: 21px;
} 
.doctorlist23 .doc-dt p {
    color: #000;
    font-size: 17px;
}
.doctorlist23 .doc-dt span {
    color: gray;
    font-size: 15px;
}
.apphd h2 {
    font-size: 40px;
}
.frmin h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    padding: 10px;
}
.frmin h4 img{
    width: 21px;
    height: 21px;
    transform: translateY(2px);
}
.frmin textarea{
    height: 150px;
}

.closeappoint{
    top: 1rem;
    right: 1rem;
}
.closeappoint img{
        width: 32px;
}


.mis {
    background-image: url(../images/der.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7edfa;
}

.swr {
    height: 50px;
    width: 50px;
    background-color: #853396;
    border-radius: 12px;
    margin-bottom: 1rem;
}
.arrowd {
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    overflow: hidden;
}
.arrowd img{
    animation: move 1s infinite;
    transform: translate(-50%,-50%);
}
@keyframes move{
    0%{
       transform: translate(-50%, -150%);
    }
    50%{
        transform: translate(-50%,-50%);
    }
    100%{
       transform: translate(-50%, 100%);
    }
}
.desc{
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
}
.descnew{
    max-height: 2000px;
    
    transition: all 1s;
}
.arrowd{
    transition: all .3s;
}
.arrowdnew{
    transform: rotate(180deg);
}
.expanddd{
    cursor: pointer;
}
.exp-hd {
    padding: 6px 0;
}

.testslideswiper{
    padding-bottom: 6rem;
}
.testslideswiper .swiper-button-next, .testslideswiper .swiper-button-prev {
    top: 88%;
}
.testslideswiper .swiper-button-prev{
    left: 47%;
}
.testslideswiper .swiper-button-next{
    right: 47%;
}
.testslideswiper .swiper-button-next:after, .testslideswiper .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}
.testslideswiper .swiper-button-next::before, .testslideswiper .swiper-button-prev::before {
    position: absolute;
    content: "";
    background-color: #863397;
    background-size: contain;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.doctor {
    position: relative;
    overflow: hidden;
}
/*.doctor::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/cur1.png);*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 25%;*/
/*    left: -30%;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*    transform-origin: top left;*/
/*    transform: rotate(-13deg);*/
/*    opacity: 0.05;*/
/*}*/
.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    transition: all .3s;
    position: relative;
}
.swiper-pagination-bullet-active {
    /*transform: scale(1.5);*/
    background-color: #863397;
}
.swiper-pagination-bullet::after{
    position:absolute;
    content:"";
    border:1px solid #fff;
    background-size:contain;
    height:20px;
    width:20px;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:1;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 10px;
    bottom: 3% !important;
}

.scccl {
    height: 33px;
    width: 33px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.scccl img{
    filter:brightness(0)invert(1);
}

.scrolled .scccl {
    border: 1px solid #000;
}
.scrolled .scccl img{
    filter:initial;
}
.brdnv .scccl {
    border: 1px solid #000;
}
.brdnv .scccl img{
    filter:initial;
}
.bookapp-btn1111 p {
    color: #843195;
    align-items: center;
    display: flex;
    gap: 6px;
}
.innerabout .hdln{
    width: 70% !important;
}

.abtlist25 {
    position: relative;
    overflow: hidden;
    /* height: 287px; */
    padding-top: 7%;
}
.abtlist25::after {
    position: absolute;
    content: "";
    background-color: #8633961a;
    background-size: contain;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    top: -50px;
    right: -50px;
    z-index: 9;
}


.abtlist img{
    height:50%;
}
.abtlist .abtdtls{
    height:50%;
}

.ler{
    top: 7%;
    right: 3%;
    z-index: 999;
    width: 50px;
    animation:sclaa 1s infinite;
}
@keyframes sclaa{
    0%{
        transform:scale(1);
        filter:brightness(0);
    }
    50%{
        transform:scale(1.2);
        filter:initial;
    }
    100%{
        transform:scale(1);
        filter:brightness(0);
    }
}
.plaayy{
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}



.datapopup {
    height: 100vh;
    width: 100%;
    background-color: #000;
    z-index: 9999999999999999;
    top: 0;
    left: 0;
}
.innerdatapop {
    padding: 0rem;
    border-radius: 10px;
}
.nmandadd21 {
    padding: 2rem;
}
.closeee {
    top: 1rem;
    right: 1rem;
    color: red;
    cursor: pointer;
}
.closeee img {
    width: 19px;
    margin: auto;
}
.testlist{
    cursor:pointer;
}

.leftimmfd{
    height: 100px;
    width: 100%;
    background-color: #863397;
    border-radius: 10px;
    position: relative;
}
.leftimmfd img{
   filter: brightness(0) invert(1);
}
.seclist {
    padding: 0;
    border-radius: 10px;
    box-shadow: black 0px 0px 10px -5px;
    overflow: hidden;
}
.act{
        color: #eb8dff !important;
}

.reffffbtn a {
    animation: colox 1s infinite;
    font-size: 18px;
    font-weight: 500;
}
@keyframes colox{
    0%{
        color:#ffeeb8;
    }
    50%{
        color:#fff;
    }
    100%{
        color:#ffeeb8;
    }
}



















.whattshop {
    position: fixed;
    bottom: 3%;
    right: 2%;
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 99;
    /* border: 1px solid #153462; */
    box-shadow: black 0px 0px 7px -3px;
}

.whattshop img{
    width: 73%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainchat {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
    background-color: #0000008a;
    backdrop-filter: blur(5px);
}
.chatt {
    position: absolute;
    z-index: 999999999999999999;
    bottom: 15%;
    right: 10%;
    width: 25%;
    height: 60vh;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: #000000 0px 0px 16px -7px;
     transform: scale(0); 
    transition: all .3s;
    cursor: pointer;
    background: linear-gradient(47deg, #843195, #390045);
}
.chattnew{
    transform: scale(1);
}
.chatt::after {
    position: absolute;
    content: "";
    background-image: url(../images/chatbg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.01;
}
.chathd {
    padding: 15px;
    /* background-color: white; */
    /* box-shadow: black 0px 1px 23px -15px; */
    border-bottom: 1px solid #80808026;
}
.chatdt {
    padding: 3rem 2rem;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    height: 420px;
    min-height: 420px;
    overflow: scroll;
}
.lif li{
    padding:5px 10px;
    font-size:16px;
    border:1px solid lightgray;
    border-radius:5px;
    margin-bottom:5px;
}

.sender,.reciever{
    max-height:0;
    transition:all .3s;
    overflow:hidden;
    display:none !important;
}
.recievernew,.sendernew{
    max-height:400px;
    display:flex !important;
}
.bipp{
    gap:3px;
}
.bipp div{
    height:5px;
    width:5px;
    background-color:#000;
    border-radius:50%;
    animation:anima 1s infinite;
}
.bipp div:nth-child(1){
    animation-delay:.3s;
}
.bipp div:nth-child(2){
    animation-delay:.6s;
}
.bipp div:nth-child(3){
    animation-delay:.9s;
}
@keyframes anima{
    0%{
        transform:translateY(-2px); 
    }
    50%{
        transform:translateY(2px); 
    }
    100%{
        transform:translateY(-2px); 
    }
}
.nmfrm label {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.55px;
    top: -26%;
    left: 6%;
    background-color: #ffffff;
    padding: 0 10px;
    transition: all .3s;
    font-weight: 500;
    color: gray;
    position: initial !important;
    padding: 0;
}
.nmfrm input {
    height: 50px;
    border: 1px solid lightgray;
    border-radius: 7px;
    padding-left: 10px;
    background-color: #e6ebf200;
    font-size: 16px;
}
.nmfrm:focus-within label {
    top: -59%;
    left: 0%;
    padding: 0 0px
}

.sendbtnnn a {
    padding: 12px 39px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #5e186c;
    color: #fff;
    letter-spacing: 0.55px;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
}

.sendbtnnn a img{
    filter: brightness(0) invert(1);
    width: 18px;
}
.sendbtnnn{
    padding: 1rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #e1e1e1;
}

.whattshop {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 9999;
    cursor: pointer;
}
.profile {
    background-color: #ffffff;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    overflow: hidden;
}


    .profile h2{
        color:#fff;
    }
.cccc211 p {
    /* font-family: 'Orbitron'; */
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.55px;
}

.profileclose{
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: auto;
}
.profileclose img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}












.news-img img {
    border-radius: 15px;
    /*height: 350px;*/
    object-fit: cover;
}
 .prrrrr{
    top: 5%;
    right: 5%;
    background-color: #ffffff99;
    padding: 3px 16px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
 }
 .prrrrr p{
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
 }

 .news-dt h4{
    line-height: 35px;
 }
 .read p{
    font-size: 18px;
    color: #136086;
 }
 .read p img{
        width: 18px;
        animation: slidd 1s infinite linear;
 }
 @keyframes slidd{
  0%{
    transform: translateX(10px);
  }
  50%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(10px);
  }
 }
 .news-dt span{
         color: gray;
 }
 .news-dt h4{
         color: #000;
         transition:all .3s;
 }
 .newslist:hover .news-dt h4{
     color:#ff8f00;
 }
 
 
 .chatfrm p{
     font-size: 16px;
 }
 .txxxxx{
    padding: 10px;
    background-color: #5e186c14;
    border-radius: 20px 20px 20px 0;
 }
 .txxxxx1 {
    border-radius: 20px 20px 0 20px;
        background-color: #5e186c4d;
}
.cirrrr {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: #621b7130;
    border-radius: 50%;
    overflow: hidden;
}
.cirrrr img{
       width: 83%;
}

.leftactlist h5{
        font-size: 22px !important;
}
.leftactlist{
    height:100%;
}

.ff{
    padding: 1rem;
}
.ff h5{
    color: #000;
    font-size: 24px;
    letter-spacing: 0.55px;
}
.ff span {
    color: #00008f;
    letter-spacing: 0.55px;
    font-size: 16px;
}
.rew {
    font-size: 17px;
    line-height: 23px;
}
.seclist{
    height:100%;
    transition:all .3s;
}
.seclist:hover{
    transform:scale(1.02);
}
.innerbrd img {
    height: 575px;
    object-fit: cover;
}


.fsdfaaa a{
    justify-content: center;
    filter: brightness(0) invert(1);
    padding: 2rem 0;
    font-size: 18px;
}
.fsdfaaa a img{
   height:20px;
   width:20px;
}
.dpt{
    animation:animaaaa 1s infinite;
}
@keyframes animaaaa{
    0%{
        color:#fff;
    }
    50%{
        color:#ffeeb8;
        font-weight:500;
    }
    100%{
        color:#fff;
    }
}
.ssssss li a:hover{
    letter-spacing:0 !important;
}
.mid-vdo{
    border-radius: 10px;
    overflow: hidden;
}
.mid-vdo img{
    animation:zooom 20s infinite linear;
}
@keyframes zooom{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.5);
    }
    100%{
        transform:scale(1);
    }
}


.add{
    padding: 2rem;
    background-color: #863397;
    border-radius: 20px;
}
.add p{
   color:#fff;
}
.add img{
   filter:brightness(0)invert(1);
}

.left-cont {
    width: 100%;
}

.footerrr{
    position:relative;
    z-index:1;
}
.footerrr::before {
    position: absolute;
    content: "";
    background-image: url(../images/texture1.png);
    background-size: contain;
    /* background-position: bottom; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.05;
}
.sdfdssdddsfdsffdfsdf{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xde P{
    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;
}
#successa {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnera {
    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;
}
.test-desc p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.actbg{
        background: linear-gradient(360deg, #8b3c9b33, transparent);
}
.glimg img {
    height: 270px !important;
    object-fit:cover;
}
.ullllx li {
    padding: 19px;
    border: 1px solid #e9e9e9;
    font-size: 19px;
    border-radius: 10px;
    letter-spacing: 0.55px;
    transition:all .3s;
    cursor:pointer;
}
.ullllx li:hover{
    
    border: 1px solid #000;
    transform: scale(1.03);
}
.boxvv {
    height: 55px;
    width: 55px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: #0000009c 0px 0px 8px -4px;
}
.text-primary span {
    color: #8c3d9c;
    font-weight: 500;
    font-size: 23px;
}
.text-primary-description {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #2b2b2b;
}
.rounded-3xl{
        padding: 2rem;
    background-color: #fcedff;
    border-radius:15px;
}