:root {
    --primary: #098cd1;
    --primary-light: #9dddff;
    --black: #000;
    --white: #fff;
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: var(--white) !important;
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    font-family: "Comfortaa", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: Comfortaa;
    font-weight: 300;
    src: url(../fonts/Comfortaa/Comfortaa-Light.ttf) format("truetype");
}

@font-face {
    font-family: Comfortaa;
    font-weight: 400;
    src: url(../fonts/Comfortaa/Comfortaa-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Comfortaa;
    font-weight: 500;
    src: url(../fonts/Comfortaa/Comfortaa-Medium.ttf) format("truetype");
}

@font-face {
    font-family: Comfortaa;
    font-weight: 600;
    src: url(../fonts/Comfortaa/Comfortaa-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: Comfortaa;
    font-weight: 700;
    src: url(../fonts/Comfortaa/Comfortaa-Bold.ttf) format("truetype");
}

/* @font-face {
  font-family: DM Sans;
  font-weight: 400;
  src: url(../fonts/DM-Sans/DMSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: DM Sans;
  font-weight: 500;
  src: url(../fonts/DM-Sans/DMSans-Medium.ttf) format("truetype");
}

@font-face {
  font-family: DM Sans;
  font-weight: 600;
  src: url(../fonts/DM-Sans/DMSans-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: DM Sans;
  font-weight: 700;
  src: url(../fonts/DM-Sans/DMSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: DM Sans;
  font-weight: 800;
  src: url(../fonts/DM-Sans/DMSans-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: DM Sans;
  font-weight: 900;
  src: url(../fonts/DM-Sans/DMSans-Black.ttf) format("truetype");
}

@font-face {
  font-family: Damn;
  font-weight: 900;
  src: url(../fonts/Damn/damn.ttf) format("truetype");
} */

div {
    overflow: hidden;
}

#web_display {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#web_display .headers {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #252525;
    text-transform: uppercase;
}

/* .navbar-brand .logo {
  width: 16%;
  display: none;
} */
/* .navbar .logo {
  width: 120px;
  height: auto;
  display: none;
} */

.navbar .logo-two {
    display: none;
}

.navbar .navbar-brand img {
    width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.navbar .logo-two span {
    color: var(--black) !important;
}

.navbar .navbar-brand span {
    font-size: 8px;
    padding-top: 5px;
    color: var(--black);
    display: block;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.scrolled {
    /* background-color: var(--black); */
    background: linear-gradient(
        90.36deg,
        #47d8c5 0.03%,
        #c0f758 0.04%,
        #7ae597 53.79%,
        #11caf5 116.98%
    );
    transition: all ease-in-out 0.5s;
}

.scrolled .nav-link {
    color: var(--black);
}

.navbar-brand .logo_title {
    height: 40px;
    width: auto;
}

.navbar-nav .dropdown-menu {
    max-width: 280px;
    min-width: 280px;
    border: none;
    transition: all 0.5s ease;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}

.navbar-nav .dropdown-menu .dropdown-item {
    white-space: pre-wrap;
}

.navbar-nav .dropdown-menu .dropdown-item a::after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--white);
    top: 85%;
    position: absolute;
    left: 30px;
    transform: rotate(45deg);
    z-index: 11;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown .dropdown-toggle i {
    margin-left: 5px;
    font-size: 12px;
    color: #000;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    white-space: pre-wrap;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.sociall {
    position: relative;
}

.sociall a .profile_soc {
    width: 80%;
    margin: 0 auto;
    border-radius: 15px;
}

.sociall a .s_icon {
    position: absolute;
    left: -9px;
    top: -18px;
    background-color: var(--white);
    border-radius: 50px;
    width: 65px;
    height: 65px;
    padding: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sociall a .s_btn {
    position: absolute;
    right: 35px;
    bottom: -5px;
    width: 80px;
    height: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sociall a .yt {
    box-shadow: rgb(207 0 0 / 50%) 0px 2px 22px 10px;
}

.sociall a .fb {
    box-shadow: rgba(48, 116, 161, 0.986) 0px 2px 22px 10px;
}

.sociall a .insta {
    box-shadow: rgba(205, 62, 224, 0.747) 0px 2px 22px 10px;
}

.footer {
    padding-top: 20px;
    background-color: #032f37;
}
/* Make footer container full width */
.footer .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 5-column layout */
.footer_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap; 
    gap: 30px;
}

/* Smaller column width */
.footer_col {
    flex: 0 0 18%;   /* reduce width of all text columns */
}

/* ASPIRE–UOH column width */
.container-aspire-uoh {
    flex: 0 0 20%;   /* slightly wider but still small */
    text-align: center;
}

/* Make the ASPIRE-UOH image smaller */
.container-aspire-uoh img {
    width: 70%;     /* reduce logo size */
    height: auto;
}
.container-aspire-uoh-home {
    flex: 0 0 20%;   /* slightly wider but still small */
    text-align: center;
}

/* Make the ASPIRE-UOH image smaller */
.container-aspire-uoh-home img {
    width: 70%;     /* reduce logo size */
    height: auto;
}

/* Reduce font sizes for better balance */
.footer_col h5 {
    font-size: 14px;
    line-height: 1.4;
}

.footer_col ul li a {
    font-size: 14px;
}

.footer_col p {
    font-size: 13px;
}


.footer .menus h5,
.footer .touch h5,
.footer .cours h5,
.footer .gallery h5,
.footer .address h5 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 24px;
}

.footer .menus ul,
.footer .touch ul,
.footer .cours ul {
    padding: 0;
    margin-top: 10px;
    list-style: none;
}

.footer .menus ul li p {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    text-align: justify;
    word-spacing: 2px;
}

.footer .menus ul li a,
.footer .touch ul li a,
.footer .cours ul li a,
.footer .address p,
.footer .address a {
    font-weight: 400;
    color: white;
    text-decoration: none;
    width: 100%;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.footer .address ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer .address ul li a {
    margin-right: 15px;
}

.footer .address ul li a img {
    width: auto;
    height: 20px;
}

.footer .copyright {
    font-weight: 400;
    font-size: 14px;
}

.getintouch {
    opacity: 0.7;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.getintouch:hover {
    opacity: 1;
    transition: opacity ease 0.8s;
}

.getintouch a {
    background: linear-gradient(
        90.36deg,
        #47d8c5 0.03%,
        #c0f758 0.04%,
        #7ae597 53.79%,
        #11caf5 116.98%
    );
    padding: 10px 15px;
    display: block;
    border-radius: 25px 25px 0 25px;
    color: var(--black);
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

/* .banner img{
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.aboutus h1,.short_services h2{
  color: var(--primary);
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid var(--primary-light);
  width: max-content;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.about_image {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
.about_image img{
  min-width: 170px;
}
.about_image h4{
  font-size: 24px;
  font-weight: 800;
}
.about_image h5,.fellowship h5{
  font-size: 18px;
  font-weight: 700;
  color: #5e5e5e;
  margin-bottom: 10px;
}
.about_image h6{
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.fellowship ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.fellowship ul li{
  text-align: center;
  flex-grow: 1;
  flex-shrink: 0;
  width: 50%;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all ease-in 0.1s;
  position: relative;
  top: 0;
}
.fellowship ul li:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  top: -5px;
  color: var(--primary);
  font-weight: 700;
}
.aboutus .text-justify{
  text-align: justify;
}
.services_box{
display: flex;
position: relative;
overflow: hidden;
align-items: center;
gap: 10px;
padding: 20px;
border: 1px solid #aaa;
margin-bottom: 20px;
}
.services_box span{
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--primary-light);
  border: 10px solid var(--white);
  transition: all ease-in-out 0.3s;
}
.services_box:hover span{
  border: 0px solid var(--white);
  background-color: var(--primary);
}
.services_box p{
  margin: 0;
  font-size: 14px;
} */
/* Home Ends */
/* sanika utekar */
/* homepage */
/* .slideright {
  animation:slidetoright .40s linear;
  -moz-animation:slidetoright .40s linear;
  -webkit-animation:slidetoright .40s linear;
  position: relative;
}
@keyframes slidetoright {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
} */
.home_bg {
    background-image: url(../images/Group\ 130.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
}

.home_logo img {
    text-align: center;
    height: 30%;
    width: 16%;
}

.home_title h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32.99px;
    text-align: center;
    color: rgba(46, 46, 76, 1);
}

.home_content h5 {
    font-size: 96px;
    font-weight: 400px;
    line-height: 98.98px;
    align-items: center;
    color: rgba(46, 46, 76, 1);
}

.home_content {
    margin-bottom: 50px;
}

.home_content p {
    /* width: 55%; */
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(46, 46, 76, 1);
}

.box {
    position: absolute;
    right: 20px;
    top: 530px;
    height: 130px;
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
}

.input_box {
    position: relative;
}

.input_box input {
    border: 1p solid rgb(212, 210, 210);
    height: 30px;
    background-color: rgb(224, 224, 224);
    border: 10px;
}

.input_box button {
    position: absolute;
    top: 0;
    border-radius: 10px;
    right: 0px;
    z-index: 2;
    border: 0;
    width: 85px;
    height: 30px;
    color: snow;
    background-color: rgba(13, 108, 129, 1);
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .box {
        top: 600px;
    }
    .team h4 {
    font-size: 20px!important;
    }
}

@media (min-width: 768px) {
    .team h4 {
    font-size: 20px;
    }
}

@media (min-width: 424px) and (max-width: 768px){
    .footer_row .footer_col .menus {
    min-width: 120px!important;
    max-width: 120px!important;
    }
    .footer .menus ul li p {
    font-size: 10px;
    }
    .footer .touch ul li a {
    font-size: 10px;
    }
    .container-aspire-uoh-footer p {
        font-size: 10px!important;
    }
}

@media (max-width: 480px) {
    .home_content h5 {
        font-size: 75px;
    }

    .box {
        right: 10px;
        top: 1240px;
    }
}

/* main page */
.main {
    margin: 0;
    padding: 0;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: var(--white);
    display: block;
}

.main_imgone,
.main_imgtwo,
.main_imgthree,
.main_imgfour {
    width: 100%;
    height: 100vh;
    color: rgba(0, 0, 0, 1);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.main_imgone {
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.726),
            rgba(0, 0, 0, 0.603)
        ),
        url("../images/2.png");
}

.main_imgtwo {
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.726),
            rgba(0, 0, 0, 0.603)
        ),
        url("../images/3.png");
}

.main_imgthree {
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.726),
            rgba(0, 0, 0, 0.603)
        ),
        url("../images/4.png");
}

.main_imgfour {
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.736),
            rgba(0, 0, 0, 0.603)
        ),
        url("../images/5.png");
}

.row {
    width: 100%;
    margin: auto;
}

.school .container .row {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.main_title h5 {
    width: 100%;
    padding-top: 586px;
    /* line-height: 77.33px; */
    font-size: 40px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    position: absolute;
    bottom: 50px;
    padding: 0 40px;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

#main_div1 {
    padding: 0;
    animation: 0.8s ease-out 0s 1 slideInFromLeft;
}

#main_div2 {
    padding: 0;
    animation: 1.6s ease-out 0s 1 slideInFromLeft;
}

#main_div3 {
    padding: 0;
    animation: 2.4s ease-out 0s 1 slideInFromLeft;
}

#main_div4 {
    padding: 0;
    animation: 3.2s ease-out 0s 1 slideInFromLeft;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main_div1 {
        padding: 0;
    }

    .main_div2 {
        padding: 0;
    }

    .main_img1 {
        width: 195px;
    }

    .main_img2 {
        width: 195px;
    }

    .main_img3 {
        width: 195px;
    }

    .main_img4 {
        width: 195px;
    }

    .main_title h5 {
        width: 90%;
        font-size: 45px;
    }
    .footer_row {
    justify-content: center;
    }
}

@media (max-width: 480px) {
    .main_img1 {
        width: 100%;
    }

    .main_img2 {
        width: 100%;
    }

    .main_img3 {
        width: 100%;
    }

    .main_img4 {
        width: 100%;
    }

    .main_title h5 {
        font-size: 70px;
        text-align: center;
        padding-left: 10px;
    }

    .container-aspire-uoh {
    flex: 1 0 20%;
    }
    .container-aspire-uoh-home {
    flex: 1 0 20%;
    }
    .address{
        margin: 85px;
    }
}

.logo img {
    height: 30%;
    width: 20%;
}

.mainbg_img {
    /* background-image: url(../images/Rectangle\ 24.png); */
    background: linear-gradient(
        90.36deg,
        #47d8c5 0.03%,
        #c0f758 0.04%,
        #7ae597 53.79%,
        #11caf5 116.98%
    );
    height: 550px;
    width: 100%;
    /* background-size: 100% 62%; */
}

/* .mainbg_img .image {
  margin-bottom: 76px;
} */

.image img {
    height: auto;
    width: 100%;
    margin: 40px auto 0;
    display: block;
}

.mainbg_img .container .empowering {
    display: flex;
    flex-wrap: wrap;
}

.mainbg_img .content_one {
    width: 50%;
    /* padding: 20px; */
}

.empowering .empowering_generation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainbg_img .image {
    width: 60%;
    text-align: center;
    /* padding: 20px; */
}

/* .content1 h2{
  margin-top: 150px;
} */
.empowering {
    display: flex;
    align-items: center;
    height: 100%;
}

.content_one h2 {
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    color: var(--black);
    position: relative;
    width: 100%;
    z-index: 0;
}

.content_one p {
    font-size: 16px;
}

/* .content_one .bottmshade::before{
  content: '';
  background-color: var(--primary);
  width: 100%;
  height: 30px;
  z-index: -1;
  position: absolute;
  bottom: 5px;
  transform: skew(-40deg,0deg);
} */

.content_one button {
    height: 40px;
    width: 120px;
    background-color: white;
    border: 0;
    border-radius: 20px;
    font-weight: 700;
}

/* about us */
.about {
    position: relative;
    background-image: url(../images/Group\ 121.png);
    background-size: cover, contain;
    background-repeat: no-repeat;
    opacity: 1;
    padding-bottom: 200px;
}

/* .about::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbfbfbcc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to left, #ffffff 25%, transparent 60%);
  mask-image: linear-gradient(to top, #ffffff 25%, transparent 60%);
} */
.heading h5 {
    font-size: 35px;
    color: #2e2e4c;
    margin-top: 140px;
    font-weight: 700;
}

.content2 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28.2px;
    color: #6d6d83;
    padding-top: 25px;
    text-align: left;
}

.content2 button {
    background-image: linear-gradient(89.53deg, #dcff40 0.36%, #34d3d6 99.6%);
    width: 234px;
    height: 45px;
    border-radius: 20px;
    border: 0;
    margin-top: 50px;
}

.content2 a {
    text-decoration: none;
    color: #000;
}
/* aspire-uoh */
.container-aspire-uoh{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding:10px;
    
}
.container-aspire-uoh-home{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding:10px;
    
}
.aspire-uoh-img {
    height: auto;
    width: 70%;
}
.aspire-uoh-hero-img {
    height: auto;
    width: 40%;
}
.aspire-uoh-img img {
    width: 100%;
}

.container-aspire-uoh p {
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    color: var(--black);
    position: relative;
    margin-top: 25px;
    font-family: "Comfortaa", sans-serif;
}
.container-aspire-uoh-home p {
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    color: var(--black);
    position: relative;
    margin-top: 25px;
    font-family: "Comfortaa", sans-serif;
}
.container-aspire-uoh-footer p {
    font-size: 14px;
    text-align: center;
    font-weight: 900;
    color: var(--black);
    position: relative;
    margin-top: 25px;
    font-family: "Comfortaa", sans-serif;
}


/* service */
.service_bg {
    background-image: url(../images/Group\ 125.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* margin-top: 50px; */
    padding-top: 60px;
}

.service_bg .service_inner {
    width: 80%;
    margin: 0 auto;
}

.service_div {
    margin-top: 25px;
    padding: 40px 60px;
    margin-bottom: 145px;
    background-color: rgba(255, 255, 255, 1);
}

.heading h4 {
    font-size: 35px;
    color: #2e2e4c;
    padding-top: 30px;
    font-weight: 700;
}
.aspire-bg {
    background-color: #ffffff;
}

.title h5 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: rgba(46, 46, 76, 1);
}

.content3 p {
    font-size: 16px;
    line-height: 24.3px;
    margin-bottom: 30px;
    font-weight: 400;
    color: rgba(46, 46, 76, 1);
    
}

.logo-contain {
    margin-top: 40px;
}
.heading {
    padding-bottom:70px !important;
}

@media (max-width: 480px) {
    .service_div {
        margin-bottom: 0;
        margin-top: 0;
    }
}

/* sports */
.hsports_heading h5 {
    font-size: 35px;
    color: #2e2e4c;
    line-height: 70.4px;
    font-weight: 700;
}

.hsports_heading p {
    font-size: 16px;
    line-height: 23.44px;
    font-weight: 700;
    text-align: center;
    color: rgba(109, 109, 131, 1);
    padding-bottom: 5px;
}

.hsports {
    border: 1px solid rgb(180, 180, 180);
    height: 100%;
}

.sports img {
    width: 100%;
}

.sports_title h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    color: rgba(46, 46, 76, 1);
}

.sports_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    color: rgba(109, 109, 131, 1);
}
.sports-tech {
    background: none;
    font-weight: 900;
    color: rgb(35, 35, 57);
}
/* @media (max-width: 480px) {
  .sports {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sports_heading h5 {
    font-size: 55px;
  }
} */

/* universe */
.universe_content {
    padding: 5px;
}

.universe_content h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.universe_content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: rgba(109, 109, 131, 1);
}

.universe_content img {
    width: 100%;
    border-radius: 100%;
}

/* track */

.track {
    background-image: url(../images/Group\ 140.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.track_div {
    background-color: #ffffff;
    margin: 200px auto;
    position: relative;
}

.track_logo img {
    height: 120px;
    width: 120px;
}

.track_title {
    padding-top: 40px;
    width: 95%;
    margin: 0 auto;
}

.track_title h5 {
    color: rgba(46, 46, 76, 1);
    font-size: 35px;
    line-height: 70.4px;
    font-weight: 700;
}

.track_div .row {
    width: 95%;
    margin: 0 15px;
}

.track_image {
    position: relative;
}

.track_image img {
    height: 100%;
    width: 100%;
}

.track_para p {
    color: rgba(109, 109, 131, 1);
    line-height: 29.34px;
    font-size: 17px;
    font-weight: 400;
}

.track_para ul {
    list-style: none;
}

.track_para ul li::before {
    content: "✔";
    color: #ff5733;
    font-size: 14px;
    background: #fdd68f;
    min-width: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    border-radius: 50px;
}

.track_para ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    line-height: 35.04px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(46, 46, 76, 1);
}

.track_logo {
    position: absolute;
    inset: auto 0 -50px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 480px) {
    .track_title h5 {
        font-size: 60px;
    }
}

/* contact */
.homecontact .homecontact_img {
    margin: 40px;
}

.homecontact_img img {
    height: 100%;
    width: 100%;
    border-radius: 263px 263px 0px 0px;
    border: 5px double rgba(214, 254, 71, 1);
}

.homecontact_title h5 {
    width: 97%;
    font-size: 30px;
    font-weight: 700;
    line-height: 39.06px;
    color: rgba(46, 46, 76, 1);
}

.homeContact_content input {
    border: 1px solid rgb(194, 194, 194);
    /* padding: 5px; */
}

#getintouch {
    padding: 4rem 0;
}

.homeContact_content button {
    height: 45px;
    width: 100%;
    color: white;
    font-weight: 500;
    background-color: rgba(3, 47, 55, 1);
    border-radius: 20px;
    margin: 5px;
    border: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .homecontact {
        margin: 0;
    }

    .homecontact_title h5 {
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .homecontact {
        margin: 0;
    }

    .homecontact_title h5 {
        padding-top: 10px;
        font-size: 25px;
    }
}

/* performance */
.performance_div {
    background-color: rgba(250, 250, 250, 1);
    width: 100%;
}

.performance_title h5 {
    line-height: 50.4px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: rgba(46, 46, 76, 1);
}

.performance li {
    list-style: none;
}

.performance_title p {
    line-height: 21.63px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

.prow {
    display: flex;
}

/* .performance{
  width: 100%;
} */
.performance {
    border-right: 1px solid #eee;
    padding-right: 10px;
    height: 100%;
}

.performance h3 {
    color: rgba(55, 212, 213, 1);
    line-height: 31.25px;
    font-size: 32px;
    font-weight: 500px;
}

.performance h4 {
    width: 90%;
    letter-spacing: 0;
    font-weight: 400;
    /* line-height: 52.8px; */
    font-size: 16px;
    color: rgba(46, 46, 76, 1);
}

.performance p {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(109, 109, 131, 1);
    line-height: 24.51px;
}

/* #performance_b {
  margin-top: 55px;
} */

hr.solid {
    width: 106px;
    border: 5px solid #a2b653;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .performance h5 {
        font-size: 55px;
    }
}

@media (max-width: 480px) {
    .performance h5 {
        font-size: 25px;
    }

    .performance p {
        font-size: 16px;
    }
}

/* ABOUT US PAGE */
.about_main {
    background-image: url(../images/Group\ 115.png);
    /* background: linear-gradient(90.36deg, #47D8C5 0.03%, #C0F758 0.04%, #7AE597 53.79%, #11CAF5 116.98%); */
    background-size: cover;
    height: 450px;
    width: 100%;
}

.aboutUs h3 {
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    line-height: 49.98px;
    color: rgba(51, 51, 51, 1);
    margin-top: 95px;
}

.about_title h5 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #2e2e4c;
}

.abt_img {
    background-image: url(../images/Group\ 116.png);
    background-size: cover;
    background-repeat: no-repeat;
}

hr.new {
    border-top: 2px dashed rgb(14, 184, 226);
}

.about_div {
    margin: 20px;
    padding: 5rem 0 10rem;
}

.about_div img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 242px 242px 0px 0px;
}

.about_div p {
    font-size: 14px;
    position: relative;
    margin-top: 28px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

/* team */
.tm {
    background-image: url(../images/Group\ 139.png);
    background-size: cover;
    margin: 3px 0 0;
}

.team_title h3 {
    font-size: 30px;
    font-weight: 700;
    /* line-height: 35px; */
    letter-spacing: 0em;
    text-align: center;
    color: #2e2e4c;
}

.tm .t_one {
    border-bottom: 2px solid var(--primary);
    padding-bottom: 30px;
}

.team > h5,
.team h4 {
    font-size: 25px;
    font-weight: 700;
    /* line-height: 75px; */
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    /* border-bottom: 2px solid rgb(251, 252, 252); */
    margin: 0 auto 20px;
    padding: 0 10px;
    /* background-color: var(--white); */
    width: max-content;
}

.border_right {
    border-right: 2px solid var(--primary);
}

.team_member img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.cofounder img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.team_member .team_name,
.cofounder .team_name {
    text-transform: uppercase;
    /* min-height:60px; */
    /* width: fit-content; */
    min-height: 46px;
    margin: 15px 0;
    padding: 5px;
    background: linear-gradient(
        109.76deg,
        #dfff3c 1.17%,
        #dfff3c 1.19%,
        #11caf5 117.42%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team_member .team_name p,
.cofounder .team_name p {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
}

.cofounder p {
    /* margin: 15px 40px; */
}

.team_member h5,
.cofounder h5 {
    font-size: 24px;
    font-weight: 700;
    /* line-height: 43px; */
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

.team_member ul,
.cofounder ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.team_member ul li,
.cofounder ul li {
    font-size: 23px;
    font-weight: 400;
    text-align: center;
}

.team_member ul li a,
.cofounder ul li a {
    color: var(--black);
}

/* contact */
.con {
    background-color: #f8f9f9;
}

.about_contact {
    margin: 35px;
}

.contact_img img {
    height: 100%;
    width: 100%;
    border-radius: 263px 263px 0px 0px;
    border: 5px solid rgba(214, 254, 71, 1);
}

form input[type="number"] {
    -webkit-appearance: none;
    appearance: none;
}

.aboutContact_title h5 {
    width: 96%;
    padding-top: 50px;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    line-height: 39.06px;
    color: rgba(46, 46, 76, 1);
}

.contact_content input {
    border: 1px solid rgb(194, 194, 194);
    border-radius: 10px;
}

.contact_content button {
    height: 45px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(89.53deg, #dcff40 0.36%, #34d3d6 99.6%);
    border-radius: 20px;
    margin: 5px;
    border: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .about_contact {
        margin: 0;
    }

    .aboutContact_title h5 {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    .about_contact {
        margin: 0;
    }

    .aboutContact_title h5 {
        padding-top: 10px;
        font-size: 25px;
    }
}

/* KIDS PAGE */
.kids {
    background-image: url(../images/Group\ 114.png);
    /* background: linear-gradient(90.36deg, #47D8C5 0.03%, #C0F758 0.04%, #7AE597 53.79%, #11CAF5 116.98%); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

.kids_main h3 {
    font-size: 31px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #2e2e4c;
    padding-top: 15px;
    text-transform: capitalize;
}

.kids_main p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
}

/* */
.bg_img {
    background-image: url(../images/Kids-Sec1-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 44px;
}

.bg_img .bg_image {
    width: 100%;
    height: auto;
}

.bg_img .observ {
    position: absolute;
    inset: 50% 0 auto;
    transform: translateY(-50%);
}

.kids_head h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 55.98px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    text-transform: capitalize;
}

.kids_head p {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

.kids_div img {
    width: 100%;
}

.kids_div {
    margin-top: 100px;
}

.kids_div h3 {
    color: #2e2e4c;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.kids_div p {
    width: 70%;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #6d6d83;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .kids_div {
        margin-top: 20px;
    }

    .kids_div p {
        width: 100%;
    }

    .kids_div h3 {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .kids_div {
        margin-top: 0;
    }
}

.kids_div2 img {
    width: 100%;
}

.kids_div2 h3 {
    color: #2e2e4c;
    font-size: 32px;
    font-weight: 700;
    line-height: 40.4px;
    text-align: left;
    padding-top: 50px;
}

.kids_div2 p {
    padding-top: 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24.04px;
    text-align: left;
    color: #6d6d83;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .kids_div2 h3 {
        padding-top: 0;
    }
}

.bg_img3 {
    background-image: url(../images/Kids-Sec2.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.kids_div3 {
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.kids_div3 img {
    width: 100%;
}

.kids_div3 h3 {
    color: #2e2e4c;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 130px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 24px;
}

.kids_div3 p {
    width: 70%;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #6d6d83;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .kids_div3 h3 {
        padding-top: 0;
    }

    .kids_div3 p {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .kids_div3 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.kids_div4 {
    margin: 40px;
}

.kids_div4 img {
    width: 120%;
}

.kids_div4 h3 {
    color: #2e2e4c;
    font-size: 27px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
}

.kids_div4 p {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #6d6d83;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .kids_div4 {
        margin: 0;
    }

    .kids_div4 h3 {
        font-size: 47px;
    }
}

/* sports */
.kids_sport {
    background-image: url(../images/Kids-Sec1-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sports_heading h5 {
    padding-top: 83px;
    font-size: 32px;
    color: #2e2e4c;
    line-height: 70.4px;
    font-weight: 700;
}

.sports_heading p {
    font-size: 16px;
    line-height: 23.44px;
    font-weight: 700;
    text-align: center;
    color: rgba(109, 109, 131, 1);
    padding-bottom: 30px;
    width: 85%;
    margin: auto;
}

.ksport {
    padding-bottom: 3rem;
}

.sports {
    background-color: #ffffff;
    border: 1px solid rgb(219, 212, 212);
    height: 100%;
}

.sports_img img {
    height: 100%;
    width: 100%;
}

.sports_title,
.sports_content {
    padding: 0 15px;
}

.sports_title h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 15px;
    color: rgba(46, 46, 76, 1);
}

.sports_content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24.51px;
    color: rgba(109, 109, 131, 1);
}

@media (max-width: 480px) {
    .sports {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sports_heading h5 {
        font-size: 55px;
    }
}

/* coaches */
.coach_title h4 {
    font-size: 31px;
    font-weight: 700;
    line-height: 73.4px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}

.coach_div {
    margin: 0;
    padding: 0;
}

.coach_div img {
    width: 100%;
}

/* .coach .col-lg-4 {
  padding: 0;
} */

/* SCHOOLS AND INSITITUTES PAGE*/
.school {
    background-image: url(../images/Mask\ group91.png);
    /* background: linear-gradient(90.36deg, #47D8C5 0.03%, #C0F758 0.04%, #7AE597 53.79%, #11CAF5 116.98%); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

.school_title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 47.98px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

.school_title p {
    font-size: 13px;
    font-weight: 700;
    line-height: 20.68px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

/* school Benefits */
.benefit_title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 62.08px;
    text-align: center;
    color: rgba(46, 46, 76, 1);
}

/* .benefits {
  padding-top: 20px;
} */

.benefits img {
    width: 100%;
}

.border {
    width: 106px;
    height: 8px;
    border: 0;
    background: linear-gradient(90deg, #d9ff44 -3.26%, #37d4d4 100%);
}

.benefits h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 39.06px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
    margin-top: 20px;
}

.benefits p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    color: rgba(109, 109, 131, 1);
    margin-top: 20px;
}

/* believe */
.believe_div {
    margin-bottom: 30px;
}

.believe_title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50.08px;
    text-align: center;
    color: rgba(46, 46, 76, 1);
}

.believe_bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.753)),
        url("../images/Rectangle\ 14.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}

.believe_img img {
    width: 35%;
    align-items: center;
    padding-top: 300px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .believe_img img {
        width: 15%;
    }
}

/* lite */
.lite {
    padding-bottom: 60px;
}

.lite_bg {
    background-image: url(../images/Group\ 167.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.lite_content {
    /* margin: 30px; */
}

.lite_details {
    padding-top: 10rem;
}

.lite_details h4 {
    padding-top: 100px;
    font-size: 32px;
    font-weight: 700;
    line-height: 73.4px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.lite_details p {
    width: 60%;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.44px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.lite_li h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.lite_content img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .lite_details p {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .lite_content {
        margin: 0;
    }

    .lite_details p {
        width: 100%;
    }

    .lite_details {
        padding-top: 0;
    }

    .lite_content img {
        width: 100%;
    }
}

/* Air */
.air_content img {
    width: 100%;
}

.air_details h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 73.4px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.air_details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    margin-top: -10px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.air_li h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.air_li li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

/* fly */
.fly {
    padding-bottom: 105px;
}

.fly_bg {
    background-image: url(../images/Group\ 122.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.fly_content {
    margin: 30px;
}

.fly_details {
    padding-top: 6rem;
}

.fly_details h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 73.4px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.fly_details p {
    width: 60%;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.fly_li h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.fly_content img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fly_details p {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .fly_details p {
        width: 100%;
    }

    .fly_details {
        padding-top: 0;
    }
}

/* CONTACT PAGE */
.contact_nav {
    background: linear-gradient(90deg, #d9ff44 -3.26%, #37d4d4 100%);
}

.contact_div {
    /* position: relative; */
    margin: 0px;
}

.contact_div {
    position: relative;
    /* background-image: url(../images/Rectangle\ 24.png); */
    background: linear-gradient(
        90.36deg,
        #47d8c5 0.03%,
        #c0f758 0.04%,
        #7ae597 53.79%,
        #11caf5 116.98%
    );
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

.career_div {
    position: relative;
    /* background-image: url(../images/Rectangle\ 24.png); */
    background: linear-gradient(
        90.36deg,
        #47d8c5 0.03%,
        #c0f758 0.04%,
        #7ae597 53.79%,
        #11caf5 116.98%
    );
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    /* 450px */
    width: 100%;
}

.contact_title h5 {
    padding-top: 100px;
    font-size: 42px;
    font-weight: 700;
    line-height: 77.33px;
    text-align: center;
}

.contact_title p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 16.99px;
    padding-bottom: 90px;
    text-transform: capitalize;
    color: #2e2e4c;
}

.contact_content2 input,
.form-group select {
    border: 1px solid rgb(194, 194, 194);
    padding: 5px;
    border-radius: 10px;
}

.contact_content2 textarea {
    height: 100px;
    width: 90%;
    border: 1px solid rgb(194, 194, 194);
    padding: 5px;
    border-radius: 10px;
    margin: 5px;
}

.contact_content2 button {
    height: 45px;
    width: 100%;
    color: white;
    font-weight: 500;
    background-color: rgba(3, 47, 55, 1);
    border-radius: 20px;
    border: none;
}

.contact_page h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    color: #2e2e4c;
}

.contact_content_one ul {
    list-style: none;
    padding: 0;
}

.contact_content_one ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact_content_one ul li h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.contact_content_one ul li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(46, 46, 76, 1);
}

.contact_content2 h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #2e2e4c;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.launching {
    margin-bottom: 130px;
}

.launching h4 {
    font-size: 25px;
    text-align: center;
    margin: 20px auto 40px;
}

.launching button {
    height: 45px;
    width: 100%;
    color: white;
    font-weight: 500;
    background-color: rgba(3, 47, 55, 1);
    border-radius: 50px;
    margin: 5px 0;
    border: none;
}

.privacy li::marker,
.agreement li::marker,
.conduct li::marker,
.ipr li::marker {
    font-size: 25px;
}

.agreement_two li {
    list-style-type: lower-roman;
    font-size: 15px;
}

.prohibited li::marker,
.feedback li::marker,
.content li::marker,
.notice li::marker,
.other li::marker,
.use li::marker,
.types li::marker {
    font-size: 15px;
}

.footer_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 20px;
}

.footer_row .footer_col {
    min-width: max-content;
    max-width: max-content;
    width: max-content;
    overflow: hidden;
    display: block;
}

.footer_row .footer_col .menus {
    min-width: 200px;
    max-width: 200px;
}

.team_member ul li a img {
    width: auto;
    height: 20px;
}

.cofounder ul li a img {
    width: auto;
    height: 20px;
}

.ben {
    position: relative;
    margin-top: -75px;
}

.lit {
    position: relative;
    margin-top: -35px;
}

.track1 {
    position: relative;
    margin-top: -90px;
}

.performance1 {
    position: relative;
    margin-top: -105px;
}

/* .kids .container{
  padding-bottom: 3rem;
} */
.kids .container .row {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* .school .container{
  padding-bottom: 3rem;
} */

.about_main .start,
.kids .kids_two,
.school .school_two,
.contact_div .contact_us,
.career_div .container {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 50px;
}

.contact_div .contact_us {
    align-items: end;
}

.start .start_kids,
.kids_two .kids_catch,
.school_two .schools_institutions,
.contact_us .contact_one,
.coach_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_main .content_two,
.kids .content_three,
.school .content_four,
.contact_div .content_five,
.content_six {
    width: 50%;
    color: var(--white);
}

.content_two h2,
.kids .content_three h2,
.school .content_four h2 {
    font-size: 50px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--white);
    /* color: rgba(51, 51, 51, 1); */
}

.contact_div .content_five h2,
.contact_div .content_five p {
    color: var(--black);
}

.form-group {
    overflow: visible;
}

.about_image,
.kids_image,
.school_image {
    width: 30%;
    text-align: center;
}

.school_image {
    width: 45%;
    text-align: center;
}

.contact_image {
    width: 42%;
    text-align: center;
}

.about_image img,
.kids_image img,
.contact_image img {
    height: auto;
    width: 100%;
    margin: 40px auto 0;
    display: block;
}

.school .schools_institutions {
    padding-top: 30px;
}

.school_image img {
    height: auto;
    width: 88%;
    display: block;
}

/* carrer page */
.careerpage div {
    overflow: visible !important;
}

.openings .opensfor {
    overflow: visible !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    border-radius: 5px;
    border-left: 3px solid var(--primary);
    width: 100%;
    cursor: pointer;
}

.openings .opensfor h5 {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0;
    text-align: center;
}

.openings .opensfor span {
    font-size: 13px;
    text-align: right;
    display: block;
    color: gray;
}

.careerform input {
    margin-bottom: 15px;
}

.openings .sendus {
    text-align: center;
    margin-top: 30px;
}

.modal-open {
    padding-right: 0 !important;
}

/* coach css */
.coach_main {
    /* background-image: url(../images/Group\ 114.png); */
    background-color: #ff9500;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

.coach {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 50px;
}

.coach_one .content_six h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

#coachCarousel .carousel-control-next {
    display: none;
    /* Hides the next button */
}

#coachCarousel .carousel-control-prev {
    display: none;
    /* Hides the next button */
}

#coachCarousel2 .carousel-control-next {
    display: none;
    /* Hides the next button */
}

#coachCarousel2 .carousel-control-prev {
    display: none;
    /* Hides the next button */
}

.coach_img {
    width: 40%;
    text-align: center;
}

.coach_title1 h4 {
    font-size: 31px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

.coach_title1 p {
    color: #fff;
    text-align: center;
}

.coach_btn {
    margin-top: 10px;
    border-radius: 10px;
    height: 45px;
    width: fit-content;
    padding: 8px;
    font-weight: 500;
    border: none;
    color: #fff;
    background: #0c2944;
}

.coach_image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.coach_member {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.coach_member h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    padding: 5px;
    background: linear-gradient(
        109.76deg,
        #dfff3c 1.17%,
        #dfff3c 1.19%,
        #11caf5 117.42%
    );
}

.coach_member p {
    margin-top: 10px;
    color: #fff;
}

.coach_member ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.coach_member ul li a img {
    width: auto;
    height: 20px;
}

.benefit_coach {
    margin-bottom: 50px;
}

.benefit_coach h2 {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 8px;
}

.info h5 {
    color: rgb(55 212 213);
    line-height: 31.25px;
    font-size: 24px;
}

.info p {
    margin-top: 10px;
}

.coach_main .coach {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 50px;
}

/*  */
.chose_div {
    height: 600px;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 5px;
    background-color: whitesmoke;
    margin-top: 15px;
}

.chose_div img {
    width: 100%;
    height: 88%;
}
.chose_div p {
    margin-top: 8px;
    padding: 5px;
}

.bg_black {
    background-color: #032f37;
    margin-bottom: 20px;
}

.success_div h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

.success_div p {
    line-height: 24px;
    font-size: 16px;
}
.success img {
    width: 100%;
}

.success_inner {
    text-align: center;
}

.success_inner img {
    width: 50%;
}
.success_inner p {
    margin-top: 15px;
    font-size: 18px;
}

.success_inner .small {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.success_inner h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.counselling_div h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
.counselling_div p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

.book_btn {
    margin-top: 10px;
    border-radius: 5px;
    height: 45px;
    width: fit-content;
    padding: 8px;
    font-weight: 500;
    border: none;
    color: #fff;
    background: #0c2944;
}

#counselling-section {
    padding-top: 30px;
}

/* Mychamp css */
.champ_main {
    /* background-image: url(../images/bg-champ.jpg); */
    background-color: #d147b6;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}
.champ {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 50px;
}

.champ_one .content_six h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

#champCarousel .carousel-control-next {
    display: none;
    /* Hides the next button */
}

#champCarousel .carousel-control-prev {
    display: none;
    /* Hides the next button */
}

#champCarousel2 .carousel-control-next {
    display: none;
    /* Hides the next button */
}

#champCarousel2 .carousel-control-prev {
    display: none;
    /* Hides the next button */
}

.champ_img {
    width: 40%;
    text-align: center;
}

.champ_title1 h4 {
    font-size: 31px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

.champ_title1 p {
    color: #fff;
    text-align: center;
}

.champ_btn {
    margin-top: 10px;
    font-size: 16px;
    border-radius: 10px;
    height: 45px;
    width: fit-content;
    padding: 8px;
    font-weight: 500;
    border: none;
    color: #fff;
    background: #0c2944;
}

.champ_image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.champ_member {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.champ_member h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    padding: 5px;
    background: linear-gradient(
        109.76deg,
        #dfff3c 1.17%,
        #dfff3c 1.19%,
        #11caf5 117.42%
    );
}

.champ_member p {
    margin-top: 10px;
    color: #fff;
}

.champ_member ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.champ_member ul li a img {
    width: auto;
    height: 20px;
}

.benefit_champ {
    margin-bottom: 50px;
}

.benefit_champ h2 {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 8px;
}

.info h5 {
    color: rgb(55 212 213);
    line-height: 31.25px;
    font-size: 24px;
}

.info p {
    margin-top: 10px;
}

.champ_main .champ {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 50px;
}
.champ_div img {
    width: auto;
    height: 450px;
}

.champ_div {
    margin-top: 116px;
}
.champ-center {
    display: flex;
    align-items: center;
}
.champ-center-two {
    display: flex;
    align-items: center;
    justify-content: center;
}
.champ_div h3 {
    color: #2e2e4c;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.champ_div p {
    width: 70%;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #6d6d83;
}
.buttons {
    display: flex;
    gap: 20px;
}
.bg_img_champ {
    background-image: url(../images/Group125.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 44px;
    margin-top: 3%;
}
.form-container {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 20px;
    margin-top: 5%;
    margin-bottom: 2%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}
.form-layout input::placeholder {
    font-size: 10px;
}
.form-layout span {
    color: red;
}
.form-top {
    margin-top: 10px;
}
label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #444;
}
input,
textarea,
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 12px;
    background-color: white;
}
input[type="file"] {
    padding: 5px;
}
.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 15px;
}
.checkbox-container input {
    margin-top: 3px;
    width: 5%;
}
.champ_submit_button {
    width: auto;
    height: fit-content;
    background: #0c2944;
    color: white;
    padding: 10px;
    font-size: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.submit-button {
    display: flex;
    justify-content: flex-end;
}
.side-note {
    margin-top: 15px;
    font-size: 13px;
    color: #555;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 6px;
}
.side-note a {
    color: #555;
}
.participate-section {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    margin-top: 8%;
}
.participate-section h2 {
    font-size: 26px;
    color: #222;
    margin-bottom: 30px;
}
.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.step {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 300px;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #d147b6;
}
.step h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0c2944;
}
.step p {
    font-size: 14px;
    color: #555;
}
.note {
    margin-top: 10px;
    padding: 12px;
    font-size: 14px;
    border-radius: 6px;
    color: #333;
    display: inline-block;
}
.bg_img_steps {
    background-image: url(../images/Kids-Sec1-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 44px;
    margin-top: 3%;
}

.rewards-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 12px;
}
.rewards-header {
    text-align: center;
    font-size: 26px;
    color: #222;
    margin-bottom: 30px;
}
.rewards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.reward-card {
    background: #fefefe;
    border: 2px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
}
.reward-card:hover {
    border-color: #ffb300;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}
.reward-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.reward-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #222;
}
.reward-desc {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
}

.prize-section {
    background-image: url(../images/Group167.svg);
    padding: 50px 20px;
    color: #fff;
    text-align: center;
    margin-top: -7%;
}

.prize-header {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
    margin-top: 10%;
}

.prize-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}

.prize-card {
    background: #fff;
    color: #333;
    border-radius: 14px;
    padding: 25px 20px;
    width: 320px;
    text-align: left;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    transform: rotate(-1deg);
    transition: 0.3s ease;
    position: relative;
}

.prize-card:nth-child(2) {
    transform: rotate(1deg);
}

.prize-card:hover {
    transform: scale(1.03) rotate(0deg);
}

.prize-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.prize-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.prize-desc {
    font-size: 0.95rem;
    line-height: 1.4;
}

.timeline-container {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    margin-top: 5%;
}
.timeline-container h2 {
    font-size: 26px;
    margin-bottom: 50px;
    color: #222;
}

/* Timeline wrapper */
.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* Horizontal line */
.timeline::before {
    content: "";
    position: absolute;
    top: 10px; /* runs through the center of the dots */
    left: 0;
    width: 100%;
    height: 4px;
    background: #0c2944;
    z-index: 1;
}

/* Each item */
.timeline-item {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

/* Dot */
.timeline-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid #0c2944;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 3;
}

/* Card */
.timeline-content {
    background: #fff;
    padding: 12px 18px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    display: inline-block;
}

.timeline-date {
    font-weight: bold;
    font-size: 20px;
    color: #0c2944;
}
.timeline-text {
    font-size: 14px;
    color: #555;
}

.bg_img_join {
    background-image: url(../images/Kids-Sec1-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 44px;
}

.why-join-header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 6%;
}
.why-join-header h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #222;
}

/* Grid Styling */
.why-join-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    padding: 0% 10%;
    text-align: center;
}
.why-join-item {
    background: #fff;
    padding: 25px 15px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}
.why-join-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.why-join-item p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin: 0;
}

.card-head {    
    text-align: center;
    margin-top: 5%;
}
.card-head h4 {
    margin-bottom: 2%;
}
.card-deck {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 3%;
    margin-bottom: 2%;
}
.card-host {
    width: 230px;
    border: 1px solid #bebebe;
    border-radius: 5px;
}
.card-host img {
    width: 250px;
    height: 240px;
}
.card-title {
    padding: 10px;
    font-size: 20px;
}
.terms p {
    font-size: 12px;
    margin: 10px;
    text-align: center;
    color: red;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .champ_div {
        margin-top: 20px;
    }

    .champ_div img {
        width: 100%;
        height: auto;
    }

    .champ_btn {
        font-size: 12px;
    }

    .champ_div p {
        width: 100%;
        font-size: 16px;
    }

    .champ_div h3 {
        padding: 0;
    }
    .participate-section h2 {
        font-size: 22px;
    }
    .champ_one .content_six h1 {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .champ_one .content_six p {
        font-size: 0.95rem;
    }
    .step {
        max-width: 250px;
        padding: 10px;
    }
    .step p {
        font-size: 12px;
    }
    .rewards-section {
        margin: 0%;
    }
    .why-join-grid {
        padding: 0%;
    }
    .why-join-grid p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .bg_img_champ {
        padding: 40px 20px;
    }
    .champ_div {
        margin-top: 0;
    }
    .champ_div p {
        width: 100%;
    }
    .champ_div img {
        width: 100%;
        height: auto;
    }
    .buttons {
        justify-content: center;
        margin-bottom: 20px;
    }
    .champ_btn {
        font-size: 12px;
        margin-top: 5px;
        text-align: center;
        align-items: center;
    }
    .form-container {
        padding: 15px;
    }
    button {
        font-size: 15px;
    }
    .champ_one {
        flex-direction: column-reverse;
    }
    .content_six {
        width: 100%;
        text-align: center;
    }
    .champ_img  {
        width: 70%;
    }
    .champ_one .content_six h1 {
        font-size: 1.3rem;
        font-weight: 600;
        margin-top: 4%;
    }
    .champ_one .content_six p {
        font-size: 0.75rem;
    }
    .step p {
        font-size: 12px;
    }
    .rewards-section {
        margin: 0%;
    }
    .rewards-grid {
        grid-template-columns: 1fr;
    }
    .prize-card {
        width: 250px;
    }
    .prize-title {
        font-size: 1rem;
    }
    .prize-desc {
        font-size: 0.65rem;
    }
    .timeline {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        /* padding-left: 20px; */
        margin-left: 30px;
    }

    /* Vertical line */
    .timeline::before {
        top: 0;
        left: 12px;
        width: 4px;
        height: 100%;
        background: #0c2944;
    }

    /* Each item */
    .timeline-item {
        flex: none;
        width: 100%;
        text-align: left;
        margin-bottom: 30px;
        position: relative;
    }

    /* Dot position for vertical */
    .timeline-dot {
        position: absolute;
        left: 15px;
        top: 10px;
        margin: 0;
        transform: translateX(-50%);
    }

    /* Card alignment for vertical */
    .timeline-content {
        margin-left: 40px;
        margin-top: 0;
        display: block;
    }
    .why-join-item {
        padding: 15px 10px;
    }
    .why-join-grid p {
        font-size: 14px;
    }
    .form-layout {
        flex-direction: column;
    }
    .champ_submit_button {
        width: 100%;
    }
    .card-deck {
        width: 100%;
        display: flex;
        padding: 10px;
        justify-content: flex-start;
        flex-wrap: nowrap; /* keep in one row */
        overflow-x: auto;
        gap: 15px;
        /* scroll-behavior: smooth; */
        scroll-behavior: auto; /* prevent smooth scroll delay */
        -ms-overflow-style: none; /* IE */
        scrollbar-width: none; /* Firefox */
    }

    .card-deck::-webkit-scrollbar {
        display: none; /* Chrome */
    }

    .card-host {
        flex: 0 0 auto; /* prevent shrinking */
        width: 200px;
    }

    .card-title {
        font-size: 14px;
    }

    .card-host img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
}