/* Start Global */

* , *::after , *::before
{
    box-sizing: border-box;
}
html
{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
:root 
{
    --maincolor: #00B8FF;
}
body
{
    font-family: 'inter';
}

@font-face {
    font-family: 'inter';
    src: url(../fonts/Inter_18pt-Regular.ttf);  
}
@font-face {
    font-family: 'Ralewat';
    src: url(../fonts/Raleway-Regular.ttf);
}
/* End Global */

/* Start Navbar */

.navbar
{
    --bs-navbar-toggler-border-color: transparent !important;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid #E2E8F0 ;
    height: 100px;
    width: 100%;
}
.bg-body-tertiary
{
    --bs-bg-opacity: none !important; 
    background-color: none !important;
}
@media (max-width: 576px) {
    .navbar {
    /* Styles for small screens (sm) */
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: none ;
    }
}
@media (max-width: 768px) {
    .navbar {
    /* Styles for medium screens (md) */
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: none ;
    }
}
@media (min-width: 992px) {
    .navbar {
    /* Styles for large screens (lg) */
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid #E2E8F0 ;
    height: 100px;
    width: 100%;
    }
}
@media (min-width: 1200px) {
    /* Styles for Extra large screens (xl) */
    .navbar {
        border-bottom: 2px solid #E2E8F0;
    }
}

.nav-link
{
    color: #0E1F51 !important;
    font-size: 17px !important;
    font-family: 'inter' !important;
}

.navbar-toggler
{
    padding: 0px !important;
}
.btn-org button
{
    font-family: 'inter';
    font-weight: 500;
    line-height: 26px;
    background-color: #FD6F00;
    color: #FFFFFF;
    padding: 8px 15px;
    border: 1px solid #FD6F00;
    border-radius: 5px;
    transition: 0.5s;
}
.btn-org button:hover
{
    background-color: #f49145;
    transition: 0.5s;
}
/* End Navbar */

/* Start Header */

@media (max-width: 576px) {
    .header {
    /* Styles for small screens (sm) */
    padding-left: 20px;
    }
}


.inner-txt h1
{
    font-family: 'inter';   
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 1.5px;
}
@media (max-width: 576px) {
    .inner-txt h1 {
    /* Styles for small screens (sm) */
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    letter-spacing: 1.5px;
    }
}
@media (max-width: 576px) {
    .inner-txt h1 {
   /* Styles for small screens (sm) */
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    letter-spacing: 1.5px;    
    }
}

@media (max-width: 768px) {
    .inner-txt h1 {
    /* Styles for medium screens (md) */
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    letter-spacing: 1.5px;
    }
}
@media (max-width: 992px) {
    .inner-txt h1 {
    /* Styles for large screens (lg) */
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.5px;
    }
}
@media (max-width: 1200px) {
    .inner-txt h1 {
    /* Styles for large screens (lg) */
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.5px;
    }
}
.inner-txt .txt-blue
{
    color:var(--maincolor);
}
.inner-txt .dott
{
    width: 7px;
    height: 7px;
    background-color: #20B486;
    border: 1px solid #20B486;
    border-radius: 50%;
    transform: translate(44px, 10px);
}

@media (max-width: 576px) {
    .inner-txt .dott {
   /* Styles for small screens (sm) */
    display: none;
    }
}

@media (max-width: 768px) {
    .inner-txt .dott {
    /* Styles for medium screens (md) */
    display: none;
    }
}
@media (max-width: 992px) {
    .inner-txt .dott {
    /* Styles for large screens (lg) */
    display: none;
    }
}

.inner-txt p 
{
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 576px) {
    .inner-txt p  {
   /* Styles for small screens (sm) */
    font-size: 16px;
    line-height: 24px;
    }
}
@media (max-width: 768px) {
    .inner-txt p {
    /* Styles for medium screens (md) */
    font-size: 16px;
    line-height: 24px;
    }
}
@media (max-width: 992px) {
    .inner-txt p {
    /* Styles for large screens (lg) */
    font-size: 16px;
    line-height: 24px;
    }
}
.btn-blue
{
    font-family: 'inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background-color: var(--maincolor);
    color: #FFFFFF;
    padding: 10px 20px;
    border: 1px solid var(--maincolor);
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 50px;
    
}

/* Start toggle */
.color-switcher {
    padding-top: 5rem;
}

@media (max-width: 576px) {
    .color-switcher {
        /* Styles for small screens (sm) */
        display: block;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .color-switcher {
        /* Styles for medium screens (md) */
        display: block;
        justify-content: center;
    }
}
.theme-buttons {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}
.theme-buttons.blue {
    background-color: #00B8FF; 
    outline: 1px solid #00B8FF;
    outline-offset: 3px;
}

.theme-buttons.green {
    background-color: #A6D732; 
    outline: 1px solid #A6D732;
    outline-offset: 3px;
}

.theme-buttons.orange {
    background-color: #FE8E1D; 
    outline: 1px solid #FE8E1D;
    outline-offset: 3px;
}



/* End toggle */

@media (max-width: 576px) {
    .btn-blue {
    /* Styles for small screens (sm) */
    margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .btn-blue {
    /* Styles for medium screens (md) */
    margin-top: 10px;
    }
}
.btn-blue:hover
{
    background-color: var(--maincolor);
    transition: 0.5s;
}

.bg-circle-0
{
    transform: translate( -160px, 120px);
}
@media (max-width: 576px) {
    .bg-circle-0 {
   /* Styles for small screens (sm) */
    display: none;
    }
}

@media (max-width: 768px) {
    .bg-circle-0 {
    /* Styles for medium screens (md) */
    display: none;
    }
}
@media (max-width: 992px) {
    .bg-circle-0 {
    /* Styles for large screens (lg) */
    display: none;
    }
}

/* Image */

.bg-color
{
    background-color: var(--maincolor);
    color: #D9D9D9;
    border-radius: 50%;
}
@media (max-width: 576px) {
    .bg-color {
   /* Styles for small screens (sm) */
    width: 60%;
    }
}

.bg-circle
{
    width: 370px;
    height: 370px;
    z-index: -999;
    border: 1px solid var(--maincolor);
    border-radius: 50%;
    transform: translate(-4% , -5%);
}
@media (max-width: 576px) {
    .bg-circle {
   /* Styles for small screens (sm) */
    width: 270px;
    height: 270px;
    z-index: -999;
    border: 1px solid #00B8FF;
    border-radius: 50%;
    transform: translate(-4% , -5%);
    }
}
.bg-circle-1
{
    width: 360px;
    height: 360px;
    z-index: -999;
    border: 1px solid var(--maincolor);
    border-radius: 50%;
    transform: translate(155px , -160px);
    opacity: 0.4;
}
@media (max-width: 576px) {
    .bg-circle-1 {
   /* Styles for small screens (sm) */
    width: 250px;
    height: 250px;
    z-index: -999;
    border: 1px solid #00B8FF;
    border-radius: 50%;
    transform: translate( 60% , -70%);
    }
}
.bg-circle-2
{
    width: 290px;
    height: 290px;
    z-index: -999;
    border: 1px solid var(--maincolor);
    border-radius: 50%;
    transform: translate(190px , -120px);
    opacity: 0.4;
}
@media (max-width: 576px) {
    .bg-circle-2 {
   /* Styles for small screens (sm) */
    width: 210px;
    height: 210px;
    z-index: -999;
    border: 1px solid #00B8FF;
    border-radius: 50%;
    transform: translate( 82% , -73%);
    }
}
.bg-circle-3
{
    width: 220px;
    height: 220px;
    z-index: -999;
    border: 1px solid var(--maincolor);
    border-radius: 50%;
    transform: translate(225px , -80px);
    opacity: 0.4;
}
@media (max-width: 576px) {
    .bg-circle-3 {
   /* Styles for small screens (sm) */
    width: 180px;
    height: 180px;
    z-index: -999;
    border: 1px solid #00B8FF;
    border-radius: 50%;
    transform: translate( 188px , -76%);
    }
}
.bg-circle-4
{
    width: 150px;
    height: 150px;
    z-index: -999;
    border: 1px solid var(--maincolor);
    border-radius: 50%;
    transform: translate(260px , -40px);
    opacity: 0.4;
}
@media (max-width: 576px) {
    .bg-circle-4 {
   /* Styles for small screens (sm) */
    width: 140px;
    height: 140px;
    z-index: -999;
    border: 1px solid #00B8FF;
    border-radius: 50%;
    transform: translate( 210px , -115px);
    }
}
.inner
{
    margin-bottom: 120px;
}
.inner .tutors
{
    transform: translate(-10% , 30%);

}


.inner .online
{
    transform: translate(-55% , -10%);
}

.inner .video
{
    background-color: #F5F5F4;
    border: 1px solid var(--maincolor);
    border-radius: 18px;
    padding-left: 40px;
    transform: translate( -80px, -250px );
}
.inner .com
{
    transform: translate( -150px, -265px );
}
@media (max-width: 576px) {
    .inner .tutors ,.inner .online ,.inner .video , .com {
   /* Styles for Dmall screens (sm) */
    display: none;
    }
}
@media (max-width: 768px) {
    .inner .tutors ,.inner .online ,.inner .video , .com {
    /* Styles for Medium screens (md) */
    display: none;
    }
}
@media (max-width: 992px) {
    .inner .tutors ,.inner .online ,.inner .video , .com  {
    /* Styles for Large screens (lg) */
    display: none;
    }
}
@media (max-width: 1200px) {
    .inner .tutors ,.inner .online ,.inner .video , .com  {
    /* Styles for Extra-large screens (xl) */
    display: none;
    }
}
.circle-sm
{
    width: 40px;
    height: 40px;
    background-color: var(--maincolor);
    border-radius: 50%;
    transform: translate( 10% , -150%);
}
@media (max-width: 576px) {
    .circle-sm {
        /* Styles for small screens (sm) */
        transform: translate( 90px , 20px);
    }
}

@media (max-width: 768px) {
    .circle-sm {
        /* Styles for medium screens (md) */
        transform: translate( 90px , 20px);
    }
}


.circle-xsm
{
    width: 20px;
    height: 20px;
    background-color: var(--maincolor);
    border-radius: 50%;
    opacity: 0.6;
    z-index: -99;
    transform: translate(-70px , 20px);
}

@media (max-width: 576px) {
    .circle-xsm {
        /* Styles for small screens (sm) */
        transform: translate( 30px , 90px);
    }
}
@media (max-width: 768px) {
    .circle-xsm {
        /* Styles for medium screens (md) */
        transform: translate( 30px , 90px);
    }
}

/* End Header */


/* Start Footer */

.footer
{
    background-color: #0E1F51;
}
@media (max-width: 576px) {
    .footer {
        /* Styles for small screens (sm) */
        padding-left: 20px;
    }
}
@media (min-width: 768px) {
    .footer {
        /* Styles for medium screens (md) */
        padding-left: 20px;
    }
}
.inner-para p
{
    font-family: 'Ralewat';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 576px) {
    .inner-para p {
        /* Styles for small screens (sm) */
        display: none;
    }
}
@media (max-width: 768px) {
    .inner-para p {
        /* Styles for medium screens (md) */
        display: none;
    }
}
.inner-links 
{
    font-family: 'Ralewat';
}
.inner-links h2
{
    font-family: 'Ralewat';
    font-size: 24px;
}

@media (max-width: 576px) {
    .inner-links h2 {
        /* Styles for small screens (sm) */
        font-size: 13px;
        text-transform: uppercase;
    }
}
@media (max-width: 768px) {
    .inner-links h2 {
        /* Styles for medium screens (md) */
        font-size: 13px;  
        text-transform: uppercase;  
    }
}

@media (max-width: 576px) {
    .inner-links .career {
        /* Styles for small screens (sm) */
        display: none;
    }
}
@media (max-width: 768px) {
    .inner-links .career {
        /* Styles for medium screens (md) */
        display: none; 
    }
}
.line-org
{
    background-color: #FD6F00;
    width: 47.22px;
    height: 5px;
    border-radius: 5px;
}
@media (max-width: 576px) {
    .line-org {
        /* Styles for small screens (sm) */
        display: none;
        
    }
}
@media (max-width: 768px) {
    .line-org {
        /* Styles for medium screens (md) */
        display: none;    
    }
}
.services
{
    font-weight: 500;
}
.services h3 
{
    color: #FD6F00;
    font-weight: 700;
    line-height: 25px;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width: 576px) {
    .line-white {
        /* Styles for small screens (sm) */
        border-bottom: 2px solid #E6E8EC ;
        height: 1px;
        width: 100%;
        opacity: 0.8;
    }
}
@media (max-width: 768px) {
    .line-white {
        /* Styles for medium screens (md) */
        border-bottom: 2px solid #E6E8EC ;
        height: 1px;
        width: 100%;
        opacity: 0.8;

    }
}
.react
{
    background-color: #FFFFFF;
    width: 65px;
    height: 68px;
    border-radius: 10px;

}
.word
{
    background-color: #FFFFFF;
    width: 69px;
    height: 68px;
    border-radius: 10px;
}
.copyright p
{
    color: #777E90;
    display: none;
}
@media (max-width: 576px) {
    .copyright p {
        /* Styles for small screens (sm) */
        display: block;
        color: #777E90;
    }
}
@media (max-width: 768px) {
    .copyright p {
        /* Styles for medium screens (md) */
        display: block;
        color: #777E90;
    }
}


/* End Footer */