*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body{
    overflow-x: hidden;
    font-family: "Nunito", sans-serif;
}

.text-white-light{
 color: #ffffffa6;
}

.font-10{
    font-size: 10px;
}
.font-11{
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-17{
    font-size: 17px;
}
.font-18{
    font-size: 18px;
}
.font-19{
    font-size: 19px;
}
.font-20{
    font-size: 20px;
}
.font-21{
    font-size: 21px;
}
.font-22{
    font-size: 22px;
}
.font-27{
    font-size: 27px;
}
.font-42{
    font-size: 42px;
}
.font-32{
    font-size: 32px;
}
.font-40{
    font-size: 40px;
}
.font-50{
    font-size: 50px;
}
.font-60{
    font-size: 60px;
}
 .fw-500{
    font-weight: 500;
 }
 .fw-600{
    font-weight: 600;
 }
 .fw-700{
    font-weight: 700;
 }

.img-genrated{
    background-image: url(../images/slider-bg.jpg);
    width: 100%;
 /* height: 100vh;  */
    background-size:cover;
    background-position:  center;
    position: relative;
    z-index: 9;
}
.img-genrated:before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: rgba(0, 0, 0, 0.62);  */
  z-index: -1;
} 
/* Base menu overlay style for mobile */
.menu-list {
    position: fixed;
    top: 0;
    left: -100%; 
    width: 75%;
    height: 100vh;
    background-color: #9346B8;
    z-index: 998;
    transition: left 0.3s ease;
    padding-top: 50px;
}
.fa-bars:before, .fa-navicon:before {
    
    color: #fff !important;
}

/* When menu is active */
.menu-list.active {
    left: 0;
}

/* Close icon inside the menu */
.menu-list .fa-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #fff;
}
.section-2
{
    background-image: url(../images/background1.png);
}


/* Menu links styling */
.menu-list ul li a {
    font-size: 18xpx;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.min-header{
    height: 80px;
    /* background-color:#00000017; */
    z-index: 1050; 
}
#backToTop {
  display: none; /* Hidden by default */
  position: fixed;
 right: clamp(10px, 4vw, 30px) !important;
  bottom: clamp(10px, 4vw, 30px)!important;
  z-index: 999;
  font-size: 18px;
   background: linear-gradient(90deg, #E96FA3 0%, #424281 100%);
  /* border: 1px solid #615BA8 !important; */
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
}
.padding-180-0{
    padding: 230px 0px;
}
.padding-230{
    padding-top: 230px;
}
.padding-top-100{
    padding-top: 100px;
}
.padding-top-70{
    padding-top: 70px;
}
.padding-bottom-50{
    padding-bottom: 50px;
}

.btn-style-one {
    font-size: 14px;
    line-height: 28px;
    padding: 15px 50px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
   background: linear-gradient(90deg, #E96FA3 0%, #424281 100%);

    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50px;
}
.abt-1{
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.abt-2{
    height: 140px;
    object-fit: cover;
    border-radius: 20px;
}
.text-black{
    color: #3A3A3A !important;
}
.text-purple{
    color: #615BA8;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.section-3{
     background-image: url(../images/gngg-1.png);
    width: 100%;
 /* height: 100vh;  */
    background-size:cover;
    background-position:  center;
    position: relative;
    z-index: 2;
    position: relative;
    padding: 75px 0px;
}
.section-3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f7ff;
    opacity: 0.9;
    z-index: -1;
}

.section-2{
     /* background-image: url(../images/pattern.jpg); */
    width: 100%;
 /* height: 100vh;  */
    background-size:cover;
    background-position:  center;
    position: relative;
    z-index: 2;
    position: relative;
}
.fun-fact .single-fun-fact {
    text-align: center;
}
 .single-fun-fact p {
    color: #656565;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
 .single-fun-fact span.counter {
    background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
    background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 200;
    font-size: 43px;
}
.wh-32{
    width: 32px!important;
    height: 32px !important;
}
.line-height-28{
    line-height: 28px;
}
:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before {
    width: 30px !important;
    height: 30px !important;
}
 .feature-box {
    position: relative;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
  }

  .feature-box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: linear-gradient(to right, #6366f1, #ec4899);
    transition: width 0.4s ease;
    border-radius: 2px;
  }

  .feature-box:hover::after {
    width: 80px;
  }
  .banner-static .banner-moc-box > img {
    position: relative;
    left: 175px;
}
.float-right {
    float: right !important;
    height: 550px;
}
.section-4{
    padding: 55px 0px;
}

.gradient-icon {
  background: linear-gradient(90deg, #E96FA3 0%, #424281 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
/* contact us */
.contact-form {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}
.form-group button
{
    font-size: 14px;
    line-height: 28px;
    padding: 15px 50px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
   background: linear-gradient(90deg, #E96FA3 0%, #424281 100%);

    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50px;
    border: none;
    height: 45px;
    width:170px;
}

.contact-section label{
    font-size:  1rem;
    font-weight: 500;
    
}
input:focus, 
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ff69b4 !important;  /* pink border */
}
.fotter a
{
text-decoration: none;
}
.privacypolicy-header
{
    background-color: #424281;
     margin-top: 70px;
}
 
.privacypolicy
{
    margin-top: 50px;
}
 
.font-600
{
    font-size: 22px;
    font-weight: 700;
}
 
.PrivacyPolicy p
{
    font-size: 15px;
    color: #2a2a2a;
}
 
.fotter-text
{
    color: rgb(203, 202, 202);
}