@font-face {
    font-family: 'Champignon';
    src: url('../../Champignon.otf') format('opentype'),
         url('../../champignonaltswash.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.water h2{
      font-family: 'Champignon', cursive;
}

a{
    text-decoration: none;
}

/* Thin */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* UltraLight */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Heavy */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body{
     font-family: 'Helvetica Neue', sans-serif;
}

.ivv{
    padding: 6rem 0;
}
p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #2d2d2d;
    line-height: 26px;
    font-weight: 300;
}
.container {
    max-width: 83%;
}
.left-logo img {
    /* filter: brightness(0) invert(1); */
    width: 60%;
}
.banner video{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.bannerdata {
    z-index: 99999;
    width: 69%;
    text-align: center;
    top: 63% !important;
}
.bannerdata h2{
    font-size: 120px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}
.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: 9999999999999;
    width: 100%;
} */
.mnnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
}
 .mnnavnew{
    animation: move 1s;
    background-color: #000;
 }
 @keyframes move{
    0%{
        top: -150%;
    }
    100%{
        top: 0;
    }
 }
 .mnnavnew .topnav{
    display: none;
 }
.toggle{
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
}

.menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.44px;
}
.menu {
    padding: 2rem 0;
}
.lefttop-nav h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 300;
}

.bookapp-btn a {
    padding: 13px 45px;
    background: linear-gradient(45deg, #00dbfc, #0093b1);
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: flex;
    width: fit-content;
    margin-left: auto;
}
.dropdwn svg{
    font-size: 15px;
}
.drpitems {
    width: 200px;
    background-color: #fff;
    top: 450%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.dropdwn:hover .drpitems{
    visibility: visible;
    opacity: 1;
    top: 200%;
}
.drpitems li{
    /* padding: 1rem; */
    color: #000 !important;
}
.menu{
    position: relative;
}
.banner{
    position: relative;
    overflow: hidden;
}
.circle {
    position: absolute;
    height: 300px;
    width: 260px;
    background: linear-gradient(360deg, transparent 50%, #fff 0);
    left: 50%;
    bottom: -199px;
    transform: translateX(-50%);
    z-index: 9;
    border-radius: 50%;
}
.circle::before {
    position: absolute;
    content: "";
    background-image: url(../images/696b2137a4ece1d9ba76aac7_67d1647b130ea57f3717389c6e7a0873_left.svg);
    background-size: cover;
    height: 51px;
    width: 100px;
    top: 52px;
    left: -68px;
    z-index: 1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transform: rotate(0deg);
}
.circle::after {
    position: absolute;
    content: "";
    background-image: url(../images/696b2137ad6f015230fe2d60_d49f910f57a28c28e8f8da2af0aecd2d_right.svg);
    background-size: cover;
    height: 51px;
    width: 100px;
    top: 52px;
    right: -69px;
    z-index: 1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transform: rotate(-1deg);
}

.drpitems a{
    color: #000 !important;
}
.dropdwn a{
    padding: 2.5rem 0;
}
.banner img{
    height: 100vh;
    object-fit: cover;
}
.banner{
    position: relative;
    z-index: 1;
}
.swiper-slide1{
    position: relative;
}
.swiper-slide1::after {
    position: absolute;
    content: "";
    background-color: #0000006e;
    background-size: contain;
    height: 99.3%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.topnav {
    padding: 12px 0;
    background-color: #000;
}
/* .menu ul{
    gap: 4rem;
} */




 .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;
}
.swiper-pagination{
    display: flex;
    left: 5% !important;
    bottom: 5% !important;
    width: fit-content;
}
.swiper-pagination-bullet{
    height: 5px;
    width: 15px;
    background-color: #fff;
    border-radius: 30px;
    transition: all .3s;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    height: 5px;
    width: 50px;
    background-color: #ff0000;
}
.bantxt {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: start;
    width: 40%;
    z-index: 9999;
}
.sptxt{
    position: relative;
    width: fit-content;
    margin-bottom: 1rem;
}
/* .sptxt::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 3px;
    width: 150px;
    top: 50%;
    right: -164px;
    transform: translateY(-50%);
    z-index: 99;
} */
.sptxt span {
    font-size: 20px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
.bantxt h2 {
    /* text-transform: uppercase; */
    font-size: 45px;
    font-weight: 400;
    line-height: 60px;
}
.bantxt p {
    margin-top: 1.5rem;
    font-weight: 300;
}
.flxbtnlist a {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.55px;
    border: 1px solid #fff;
    transition: all .3s;
}
.flxbtnlist a:hover {
    background-color: #ffffff00;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.55px;
}
.flxbtnlist1 a {
    padding: 10px 20px;
    background-color: #ffffff00;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.55px;
    border: 1px solid #fff;
    transition: all .3s;
}
.flxbtnlist1 a:hover {
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.55px;
}
.serlisting{
    border-radius: 12px;
    overflow: hidden;
}
.serlisting::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #00000057, #00000057);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.serlisting:hover::after{
    background: linear-gradient(180deg, #000000a3, #00000057);
} 
.serlistdata {
    top: 7%;
    left: 7%;
    width: 67%;
    z-index: 9;
}
.knowbtn p {
    color: #ff0000;
    font-size: 18px;
    letter-spacing: 0.55px;
    transform: translateY(100px);
    opacity: 0;
    transition: all .3s;
}
.serlisting:hover .knowbtn p{
     transform: translateY(0);
     opacity: 1;
}
.keyfunction-hd {
    padding: 2rem;
    background: linear-gradient(45deg, black, #490000);
    border-radius: 15px 15px 0 0;
}
.keylogo img{
        filter: brightness(0) invert(1);
}
.key {
    font-weight: 400;
    /* color: #000 !important; */
}

.keyicon {
    height: 50px;
    min-width: 50px;
    background-color: #fff;
    border-radius: 50%;
}
.keyicon::after {
    position: absolute;
    content: "";
    background-color: #dddddd;
    background-size: contain;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.keyicon::before {
    position: absolute;
    content: "";
    background-color: #ebeef3;
    background-size: contain;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.keylist ul li {
    padding: 1rem;
    box-shadow: black 0px 0px 15px -9px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
    background-color: #fff;
    cursor: pointer;
}
.keylist ul li:hover{
    transform: scale(1.2);
}
.w-60{
    width: 60%;
}
.keylist ul{
    padding: 1rem !important;
}

.rightabt {
    border-radius: 15px;
    box-shadow: black 0px 0px 15px -10px;
    background-color: #fff;
}

.about{
    background-image: url(../images/abbg.jpg);
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-size: cover;
}
.about::after {
    position: absolute;
    content: "";
    background-color: #0000008a;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.prdlst{
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.prdlst::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #00000085, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.prdlst img {
    height: 450px !important;
    object-fit: cover;
}
.prdtxt {
    bottom: 6%;
    left: 0;
    z-index: 99;
    width: 100%;
}
.prdtxt h4{
    letter-spacing: 0.55px;
}
.prdlst:hover::after{
    opacity: 0;
}

.knowmr a{
    color: #000;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all .3s;
}
.knowmr a:hover{
    color: red;
}
.readmore a {
    width: fit-content;
    padding: 12px 20px;
    background-color: #ff0000;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 0;
    gap: 15px;
    border: 1px solid red;
    transition: all .3s;
}
.readmore a:hover{
    background-color: transparent;
    color: red;
}
.innerport{
        background-color: #212529;
        border-radius: 15px;
        overflow: hidden;
}
.leftport {
    padding: 0 2rem;
}

.prdlist .swiper-button-next{
    right: -20px;
}
.prdlist .swiper-button-prev{
    left: -20px;
}
.prdlist .swiper-button-next::after,.prdlist .swiper-button-prev::after{
    font-size: 20px;
    color: #fff;
}
.prdlist .swiper-button-next::before, .prdlist .swiper-button-prev::before {
    position: absolute;
    content: "";
    background-color: #ff0000;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    border: 3px solid #fff;
}

.water h2 {
    font-size: 210px !important;
    /* text-transform: uppercase; */
}
.water {
    top: 20%;
    left: 45%;
    transform: translateX(-50%);
    opacity: 0.1;
    width: 100%;
}




.expertise-img, .news-img, .gl-img {
    position: relative;
    overflow: hidden;
}
.expertise-img,.news-img,.gl-img{
     position:relative;
     overflow:hidden;
 }
 .foc-img li::after,.foc-img1 li::after,.expertise-img::before,.news-img::after,.gl-img::after{
    position: absolute;
    content: "";
    width: 300%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.411);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
    /* pointer-events: none;
    opacity: 0.5; */
 }
 .foc-img li:hover::after,.foc-img1 li:hover::after,.expertise-img:hover::before,.newslist:hover .news-img::after,.gl-img:hover::after{
      /* animation: shine 0.9s ease-in-out; */
          height: 250%;
    transition: 0.6s linear;
    background-color: #fff0;
  }

  @keyframes shine{
      0%{
          left: -150%;
      }
      50%{
          left: 150%;
      }
      100%{
          left: -150%;
      }
  }
.prrrrr {
    top: 5%;
    right: 5%;
    background-color: #ffffffe3;
    padding: 3px 16px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
}
.news-dt h4 {
    color: #000;
    transition: all .3s;
}
.news-dt h4 {
    line-height: 34px;
    font-weight: 400;
}
.prrrrr p {
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}
.news-dt span {
    color: gray;
}
.news-img img{
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
}
.newslist:hover .news-dt h4 {
    color: #ff0000;
}
.foc-img li:hover::after, .foc-img1 li:hover::after, .expertise-img:hover::before, .newslist:hover .news-img::after, .gl-img:hover::after {
    /* animation: shine 0.9s ease-in-out; */
    height: 250%;
    transition: 0.6s linear;
    background-color: #fff0;
}



footer{
    background-color: #000;
    padding: 2rem 0 !important;
}
.scl{
    color: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s;
}
.scl:hover{
    background-color: #fff;
    color: var(--sclcolor) !important;
}
.dssd{
    padding: 4rem 0;
}

.brdcmb::after {
    position: absolute;
    content: "";
    /* background: linear-gradient(180deg, #000, transparent); */
    background-color: #00000061;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.innerdata{
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.innerdata h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0.55px;
}
.se {
    background-color: #fafaf7;
}
.rightimmmg img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.saa svg {
    transform: translateY(4px);
    font-size: 20px;
}
.frm input{
    border: 1px solid lightgray;
    border-radius: 0;
    height: 45px;
    padding-left: 15px;
}
.frm textarea{
    border: 1px solid lightgray;
    border-radius: 0;
    height: 100px;
    padding-left: 15px;
}

.rigtcon{
    margin-bottom: 35px;
}
.rightcon{
        padding: 3rem;
    box-shadow: black 0px 0px 25px -20px;
}
.show{
    animation: colr 1s infinite;
}
@keyframes colr{
    0%{
        color: red;
    }
    50%{
        color: rgb(0, 0, 0);
    }
    100%{
        color: red;
    }
}

.drpitems li{
    position: relative;
    z-index: 1;
}
.drpitems li::after{
    position: absolute;
    content: "";
    background-color: red;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    transition: all .3s;
    z-index: -1;
}
.drpitems li:nth-child(1),.drpitems li:nth-child(2){
    border-bottom: 5px solid #fff;
}
.drpitems li:hover::after{
    width: 100%;
}
.drpitems li a {
    transition: all .3s;
    display: flex;
    height: 100%;
    padding: 1rem !important;
}
.drpitems li:hover a{
    color: #fff !important;
}
.glli img{
    height: 400px;
    object-fit: cover;
}
.glli::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent);
    background-size: contain;
    height: 30%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all .3s;
}
.glli:hover::after{
    height: 100%;
}
.glimgnum {
    top: -100%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    padding: 7px 20px;
    color: #fff;
    background-color: red;
    border-radius: 0 0 30px 30px;
    transition: all .3s;
}
.glli:hover .glimgnum{
    top: 0;
}
.glimgnum span{
        font-size: 18px;
}
.glimg img{
    border-radius: 12px;
    height: 200px !important;
    object-fit: cover;
}
.gllidata{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    width: 95%;
}
.gllidata p{
    font-size: 22px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
.glli {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.view-image {
    z-index: 9999999999 !important;
}

.rightimgport img{
    height: 600px;
    object-fit: cover;
}
.prdlst1 img {
    height: 280px !important;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.prdtxt1 {
    padding: 0 1rem;
    border-left: 3px solid #ff0000;
}

.dsfsdfwewwww {
    padding: 3rem 3rem;
    background-color: #f7f6f7;
    border-radius: 10px;
}

.forlist input, .forlist select {
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    height: 50px;
    padding-left: 15px;
}
.forlist textarea{
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    height: 100px;
    padding-left: 15px;
}

.water1{
    top: 10%;
}
.fgrlist h2{
    font-size: 60px;
    letter-spacing: 0.55px;
}
.fgrlist p{
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #777;
}
.innersubstr{
    text-align: center;
}
.innersubstr h2{
    font-size: 60px;
    line-height: 81px;
    margin-top: 2rem;
}

.innersubstr .readmore a{
        margin: 2rem auto 0;
}
.substr {
    padding: 10rem 0;
    background-image: url(../images/erbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.substr{
    z-index: 1;
}
.substr::after {
    position: absolute;
    content: "";
    background-color: #0000008c;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.brdcmb img {
    height: 485px;
    object-fit: cover;
}
.brdcmb  p{
   display: none;
}

.vdttl {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 21px;
    font-weight: 400;
}
.prdlst1 {
    box-shadow: black 0px 0px 11px -9px;
    padding-bottom: 1.5rem;
    height: 100%;
}
.prdtxt1 h4{
    font-size: 23px;
}
.prdtxt1 p{
    color: #4c4c4c;
}



.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: 55vh;
    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, #fc0101, #2b0000);
}
.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;
}
.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: #e6ebf2;
    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: #bb0000;
    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;
}

.serlist .knowbtn p {
    color: #ffffff;
}

/* .whattshop {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 9;
    cursor: pointer;
} */
.profile {
    background-color: #000000;
    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%);
}

.bantxt55 {
    top: 66%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 9;
    width: 50%;
}
.bantxt66 {
    bottom: 3%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 9;
    width: 49px;
    border-radius: 50%;
    cursor: pointer;
}
@keyframes moved{
    0%{
        transform:translate(-50%, -50%)rotate(0);
    }
    100%{
        transform:translate(-50%, -50%)rotate(360deg);
    }
}
.bantxt66::after {
    position: absolute;
    content: "";
    background-image: url(../images/chatcir.png);
    background-size: contain;
    height: 174%;
    width: 174%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: moved 7s infinite;
    filter: brightness(0) invert(1);
}
.bantxt66 p{
    font-size: 1.3vw !important;
    line-height: 40px;
    letter-spacing: 1px;
}




.bantxt55 .readmore a {
    width: fit-content;
    padding: 12px 20px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 0;
    gap: 15px;
    border: 1px solid rgb(255, 255, 255);
    transition: all .3s;
}
.bantxt55 .readmore a:hover{
    background-color: transparent;
    color: rgb(255, 255, 255);
}
.bantxt55 h2{
    text-transform: uppercase;
    /*font-size: 60px;*/
    font-size: 3.5vw !important;
    
    margin-bottom: 0rem !important;
    line-height: 5vw !important;
}


.involved{
        padding-top: 11rem;
}

.djj img {
    width: 60px;
    margin-bottom: 2rem;
    filter: brightness(0);
    opacity: 0.7;
}
.clxd{
    display:none;
}


.involved::after {
    position: absolute;
    content: "";
    background-image: url(../images/ftbg.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.05;
}
.footfixedbt{
    display:none;
}
.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;
}


.prdlst1dsf .knowmr{
    overflow:hidden;
}
.prdlst1dsf .knowmr a{
   margin-top:0;
   transform: translateX(-43px);
}

.prdlst1dsf .knowmr a:hover{
    transform: translateX(0);
}