
:root {
     --white:#ffffff;
     --baseprimary:#630941;
     --basesecondary:#63094120; 
     --texthighlighter:#908786;
     --litebasesecondary:#FFF2E8; 
     --lightbackground:#FCF6F1;
     --footerpatti:#E3D3DD;
 }
 
.texthighlighter{
    color: var(--texthighlighter);
}
 

@font-face {
    font-family: 'MyCustomFont';
    src: url('../fonts/Grift-Regular.ttf') format('truetype'),
    url('../fonts/Grift-Medium.ttf') format('truetype'),
    url('../fonts/Grift-SemiBold.ttf') format('truetype'),
    url('../fonts/Grift-Bold.ttf') format('truetype');
}
 


h1,h2,h3,h4,h5,h6{
    font-family: 'MyCustomFont', sans-serif;
         
}
body{ 
    font-family: "Noto Sans Georgian", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #000000;  
}
 
 
.logo{
        width: 160px;
}
   
   
.whatsapp-button { 
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
} 
.whatsapp {
    width: 75%;
    margin-left: -10px;
}
.visible {
    display:block;
}
 
 
 .relative{
     position:relative;
 }
 .absolute{
     position:absolute;
 }
  
.sticky{
    position:sticky!important;
}
    
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.buttons{
    background: var(--baseprimary);
    color: var(--white);
    font-weight: 500;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 50px; 
    border: none;
}
.buttons2{
    background: var(--basesecondary);
    color: var(--baseprimary);
    font-weight: 500;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 50px; 
    border: none;
}
.fs-10  { font-size: 10px; }
.fs-12  { font-size: 12px; }
.fs-14  { font-size: 14px; }
.fs-16  { font-size: 16px; }
.fs-18  { font-size: 18px; }
.fs-20  { font-size: 20px; }
.fs-22  { font-size: 22px; }
.fs-24  { font-size: 24px; }
.fs-26  { font-size: 26px; }
.fs-28  { font-size: 28px; }
.fs-30  { font-size: 30px; }
.fs-32  { font-size: 32px; }
.fs-34  { font-size: 34px; }
.fs-36  { font-size: 36px; }
.fs-40  { font-size: 40px; }
.fs-45  { font-size: 45px; }
.fs-50  { font-size: 50px; }
.fs-55  { font-size: 55px; }
.fs-60  { font-size: 60px; }
.fs-64  { font-size: 64px; }
.fs-96  { font-size: 96px; }

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-900 { font-weight: 900; }

a{
    text-decoration: none;
}
a:hover{
    color:inherit;
}
      
.jic{
    justify-items:center;
} 
.radius10{
    border-radius: 10px;
}  
.radius12{
    border-radius: 12px;
}
.radius20{
    border-radius:20px;
} 
.radius30{
    border-radius: 30px;
}
.radiusleft{
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
}
.radiusright{
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
}
 .hearticon{
    width: 12px;
 }
 .form-control, .form-select{
    background-color: #FFF;
    color: #000;
 }
 .form-control:focus { 
    background-color: #ffffff;
    border-color: var(--baseprimary);
    box-shadow: 0 0 0 .15rem #ffffff2b;
}
 
.w-40{
    width: 40%;
}
.w-80{
    width: 80%;
}
.w-90{
    width: 90%;
}
.w60{
    width:60px;
}
  
.bghero{
    background: url('../img/herobanner2.webp')no-repeat;
    background-size: 100%  ;
    width: 100%;
    height: 100vh;
    background-position: right bottom;
}      


.modal-content{
     border:none;
 }
    .form-control{
      margin-bottom: 20px;
      border: 1px solid var(--baseprimary);
      
    }
    .btn-clos{
      margin: 5px 5px 0 0;
      position: absolute;
      align-self: end;
      border: none;
      font-size: 24px;
      color: var(--baseprimary);
      background: transparent;
      transition: 0.35s linear;
    }
    .btn-clos:hover{
      transition: 0.35s linear;
      font-size: 26px;
    }
    .form-control:focus {
      color: #11335a;
      background-color: #fff;
      border-color:  var(--baseprimary);
      outline: 0;
      box-shadow: 0 0 0 .15rem #ffffff66;
}
 
.whatsapp-float {
    opacity: 0;
  position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 1000;
    width: 40px;
    height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; 
  transition: transform 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
    width: 50px;
    height: 50px;
}
   
.visible { /* Add a new class for visibility */
    opacity: 1; /* Make the button visible on scroll */
}
 
.bbottom{
    border-bottom: 1px solid #fff5;
}
.bottom-26{
        margin-bottom: -26px;
}
.bottom-20{
        margin-bottom: -20px;
}
.hero{
    background-image: url('../img/hero.webp');
    background-size: cover;
    width: 100vw;
    height: 100vh;
    background-position:right;
}
 
 
.jsc{
        justify-self: center;
}
  


 
.modal-content{
    background-color: #fff0!important;
        border: none!important;
}

  
.btn-close{
    position: absolute;
    right: -218px;
    top: 70px;
    z-index: 1;
}
.modal-header{
    border-bottom:none;
}

 
.colorSecondary{
    color: var(--basesecondary);
}
.basecolor{
    color: var(--baseprimary);
}

.cardColor1{
    background: #F0F1FF;
}
.cardColor2{
    background: #F0FFFA;
}
.cardColor3{
    background: #FDF0FF;
}
.cardColor4{
    background: #FCFFF0;
}

.classroom ul {
    list-style-image: url(../img/cap.svg);
}

.w-fit-content{
    width: fit-content;
}
 
.cardBg{
    background: #F3F6FF;
}
.marg25{
        margin-bottom: -25px;
}
.skillbg{
    background: #630941;
background: linear-gradient(145deg, rgba(99, 9, 65, 0.1) 0%, rgba(53, 0, 33, 0.1) 100%);
}

.posit{
    position:absolute;
    bottom: 10px;
    left: 10px;
}
.oberlay{
    background: #630941;
    background: linear-gradient(180deg, rgba(99, 9, 65, 0) 1%, rgba(99, 9, 65, 0.9) 60%);
    width: 100%;
    height: 30%;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.opcaity-90{
    opacity: 0.9;
}
.highlit{
    color:#FEE871;
}
.over-hid{
    overflow: hidden;
}
.cursorPointer{
    cursor: pointer;
}
.bggrey{
    background: #CFCFD7;
    background: linear-gradient(0deg, rgba(207, 207, 215, 0) 0%, rgba(207, 207, 215, 1) 100%);
}
.topmm{
    margin-top: -32%;
    margin-bottom: -5%;
}
.mleft{
    margin-left: -10%;
}

.abss{
    position: absolute;
    left:0;
    top: 0;
    right: 0;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #F0E7EC;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem; 
  border:0;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  color:var(--baseprimary);
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, var(--baseprimary), transparent) 1;
}


.hidden {
  display: none;
}

.coloor{
    background: #FEFDFE;
    border:1px solid var(--baseprimary);
    color: var(--baseprimary);
}

.ttt::after{
    content: "";
    background-image: url(../img/3t.png);
    background-size: 100%;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.bg-base{
    background: var(--baseprimary);
}
.wcta{
    width: 20px;
}
.footerpatti{
    background: var(--footerpatti);
}

.suraj .owl-next{
    position: absolute;
    right: -10%;
    bottom: 40%;
    background: #6309412e !important;
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
    color: var(--baseprimary) !important;
    font-size: 40px !important;
}

.suraj .owl-next span{
    height: 50px;
    display: block;
    margin-top: -17px;
}

.suraj .owl-prev{
    display: none !important;
}
.redfade::after{
    content: "";
    background-color: var(--baseprimary);
    width: 500px;
    height: 500px;
    position: absolute;
    right: -35%;
    top: 10%;
    filter: blur(450px); 
    z-index: -1;
}

.redfade2::after{
    content: "";
    background-color: var(--baseprimary);
    width: 500px;
    height: 500px;
    position: absolute;
    left: -29%;
    bottom: -30%;
    filter: blur(450px); 
    z-index: -1;
}
.redfade3::after {
    content: "";
    background-color: var(--baseprimary);
    width: 500px;
    height: 500px;
    position: absolute;
    right: -20%;
    top: -40%;
    filter: blur(450px);
    z-index: -1;
}

.howbg{
    background:url(../img/howbg.webp);
    background-size:cover;
    width:100%;
    height:fit-content;
}






















/*media max-width:767.99px*/
@media (max-width: 767.98px) {
    .logo {
    width: 60px;
}

.mf-10{
    font-size: 10px;
}
.mf-12{
    font-size: 12px;
}
.mf-14{
    font-size: 14px;
} 
.mf-15{
    font-size: 15px;
}
.mf-16{
    font-size: 16px;
}
.mf-18{
    font-size: 18px;
}
.mf-20{
    font-size: 20px;
}
.mf-22{
    font-size: 22px;
}
.mf-24{
    font-size: 24px;
}
.mf-26{
    font-size: 26px;
}
.mf-28{
    font-size: 28px;
}
.mf-29{
    font-size: 29px;
}
.mf-30{
    font-size: 30px;
}
.mf-32{
    font-size: 32px;
}
.mf-34{
    font-size: 34px;
}
.mf-45{
    font-size: 45px;
}   

.od2{
    order: 2;
}
.jcc{
    justify-content: center!important;
}
.mjsc{
        justify-self: center;
}
 .w16{
    width: 16px!important;
 }
 .w18{
    width: 18px!important;
 }
  .mw100{
      width:100%!important;
  }

.modal-body{
            width: 100%!important;
    }
    
    #closeBtn {
    position: absolute;
    top: 15%;
    right: 10%!important;
    cursor: pointer;
    font-size: 40px!important;
    color: #fff;
    z-index: 2;
}

.hero{
 background:none;   
 padding:0;
 height: 100%;
}

section, .container-fluid, body{
    overflow-x:hidden !important;
}

.tcent{
    text-align:center !important;
}
.lh1{
    line-height: 1.2;
}


.redfade3::after {
        content: "";
        background-color: var(--baseprimary);
        width: 50px;
        height: 50px;
        position: absolute;
        right: 24%;
        top: -5%;
        filter: blur(33px);
        z-index: -1;
}
 
.ttt::after, .redfade2::after{
    content: none;
    background-image: none;
 }
.radiusright, .radiusleft {
    border-radius: 20px;
}
 .mleft {
    margin-left: auto;
}

.redfade::after {
    content: "";
    background-color: var(--baseprimary);
    width: 155px;
    height: 400px;
    position: absolute;
    right: 30%;
    top: 30%;
    filter: blur(200px);
    z-index: -1;
}

.mfw-500{
    font-weight:500;
}

.accordion{
    width: 100% !important;
 }
}
/*media max-width:767.99px*/