/**************************************
                General
**************************************/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
    --primary-btn-bg: #074666;
    --secondary-btn-bg: #4295C1;
    --text-white: #fff;
    --text-dark: #1C1C1C;
    --thm-color-text: #0F6492;
    --thm-color-dark:#000000;
    --thm-color-light:#C3C3C3;
    --footer-bg: #1E1E1E;

    /* Font size */
    --body-font: 20px;
    --banner-font: 112px;
    --section-title: 81px;
    --font-size-lg: 70px;
    --sub-dec: 24px;
    --dec: 22px;
    --card-title: 44px;
    --sub-title: 36px;
    --title-sm: 28px;
    --title-md: 34px;
    --testi-font: 31px;
    --faq-font: 26px;
    /* Font-Family */
    --font-family-base: FormaDJRDeck Regular;
    --font-family-bold: FormaDJRDeck Bold;
    --font-family-medium: FormaDJRDeck Medium;
    --font-family-light: FormaDJRDeck Light;
  }

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}
html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: unset;
  }
html::-webkit-scrollbar {
    width: 6px;
    background-color: #0909099d;
}

html::-webkit-scrollbar-thumb {
    background-color: #090909;
    border-radius: 50rem;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

body {
    font-size: var(--body-font);
    font-family: var(--font-family-base);
    font-weight: normal;
    color: var(--thm-color-dark);
}

a,
a:hover,
a:focus {
    color: #ffffff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main {
    overflow: clip;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.w-100 {
    width: 100% !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 0 48px;
}


/* Popup */
.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    opacity: 0;
    transform: translateY(10px);
    z-index: -1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.popup.show {
    opacity: 1;
    transform: translateY(0px);
    z-index: 999999;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
    width: 50%;
    padding: 0px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
}

.popup .popup__content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 50% 10px 50% 50%;
    flex-direction: column;
    gap: 5px;
    background-color: #15222B;
    transition: all .5s;
    z-index: 9;
}

.popup .popup__content .close:hover {
    background-color: #ffffff;
}

.popup .popup__content .close:hover span {
    background-color: #15222B;
}

.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #ffffff;
}

.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}

.left {
    background: url(../img/about-img1.webp) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    &::after{
        content: '';
        position: absolute;
        inset: 0;
        background: #074666d1;
        z-index: -1;
    }
}
.left .logo{
    height: auto;
    position: relative;
    z-index: 1;
    width: 60%;
}
.left .logo::after{
    content: '';
    opacity: 0.8;
    background: #074666;
    filter: blur(35.5px);
    position: absolute;
    inset: -25% -10%;
    z-index: -1;
}
.right {
    padding: 30px;
    text-align: left;
    .primary-btn{
        border: 0;
        cursor: pointer;
        &:hover {
            background: transparent;
            color: var(--thm-color-text);
            outline: 1px solid var(--secondary-btn-bg);
            box-shadow: inset 2px 3px 200px 2px var(--secondary-btn-bg) !important;
        }
    }
}
.contact-form{
    .title{
        color: #000;
    }
}

/* Overlay */
.popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    display: none;
    z-index: 99998;
}

.welcomePopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    display: none;
    z-index: 99999;
    transition: all .35s ease;
}

/* Zoom-in (open) */
.welcomePopup.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Zoom-out (close) */
.welcomePopup.zoom-out {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
}

.popup-content {
    background: #fff;
    position: relative;
    text-align: center;
    animation: fadeIn .4s ease;
    img{
        margin-bottom: -6px;
    }
}

.close-btn {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 25px;
    cursor: pointer;
    background: #15222b;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
}

.close-btn:hover{
    background: #fff;
    color: #15222b;
}

@keyframes fadeIn {
    from {opacity: 0; transform: scale(.9);}
    to {opacity: 1; transform: scale(1);}
}



/**************************************
                Helper Class
**************************************/

.sec-gap {
    padding: 60px 0;
}

.pb-80 {
    padding-bottom: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}
p{
    color: var(--text-dark);
    font-style: normal;
    font-weight: normal;
    line-height: 145%;
}
.title {
color: #FFF;
font-family: var(--font-family-base);
font-size: 35px;
font-style: normal;
font-weight: normal;
line-height: 50px;
}
.section-title {
    color: var(--thm-color-dark);
font-family: var(--font-family-base);
font-size: var(--section-title);
font-style: normal;
font-weight: normal;
line-height: 106.173%;
margin-bottom: 15px;
span{
    color: var(--thm-color-text);
}
}

.small-line {
    width: 92.981px;
    height: 3px;
    background: var(--secondary-btn-bg);
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 14px;
}

.primary-btn {
    border-radius: 10px;
background: var(--primary-btn-bg);
border: 1px solid var(--primary-btn-bg);
padding: 19px 36px;
display: inline-block;
color: var(--text-white);
font-size: var(--body-font);
font-style: normal;
font-weight: normal;
font-family: var(--font-family-medium);
line-height: 22px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.primary-btn:before,
.primary-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--secondary-btn-bg);
    z-index: -1;
    transition: all .35s;
}

.primary-btn:before {
    opacity: .5;
    background: #fff;
}

.primary-btn:after {
    transition-delay: .2s;
}

.primary-btn:hover:before,
.primary-btn:hover:after {
    top: 0;
}

.primary-btn:hover {
    color: #ffffff;
    border-color: var(--secondary-btn-bg);
}

.primary-btn:focus {
    color: currentColor;
}


.secondary-btn {
    background-color: #ffffff;
    border-color: #000;
    width: 190px;
    height: 48px;
    color: #000000;
    display: flex;
    align-items: center;

}

.secondary-btn:hover {
    background: #fff;
    box-shadow: 0px 4px 4px rgb(27 40 56 / 26%);
}

.container {
    max-width: 1530px;
}

.form-control {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #C1C1C1;
    width: 100%;
    border-radius: 4px;
    outline: none;
}

.form-control:focus {
    border-color: var(--secondary-btn-bg);
}

form .btn-group {
    justify-content: center;
}

.form-group {
    margin-bottom: 10px;
}

input,
input:focus {
    outline: none;
    box-shadow: none !important;
}
label {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.form-control::placeholder {
    color: rgba(46, 49, 58, 0.5);
}

.form-group {
    position: relative;
}

.italic {
    font-style: italic;
}

/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animations */
[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}

/* Slide Animations */
.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
    animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

/*******************************
	Menu
*******************************/
header {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    .primary-btn{
        background: transparent;
        border: 1px solid var(--secondary-btn-bg);
        color: var(--text-white);
    }
}

.flex-box {
    display: flex;
    align-items: center;
    gap: 70px;
    height: 100%;
}

header.sticky {
    background: rgb(19, 19, 19);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.call{
    display: flex;
    align-items: center;
    gap: 10px;
    &:hover{
        color: var(--secondary-btn-bg);
    }
}
.btn {
    display: flex;
    align-items: center;
    gap: 40px;
}
nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    z-index: 999;
    transition: ease-in-out .4s;

}
.logo{
    width: 168px;
    text-align: center;
    height: 100%;
    padding-block: 14px;
}
nav ul li{
    display: inline-block;
    padding: 10px 11px;
}
nav ul li a{
color: var(--text-white);
font-family: var(--font-family-base);
font-size: var(--body-font);
font-style: normal;
font-weight: 400;
line-height: 31px;
position: relative;
}
nav ul li.active a,nav ul li a:hover{
    color: var(--secondary-btn-bg);
}
nav ul li.active a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 23.1px;
height: 1px;
background: var(--secondary-btn-bg);
}
.linkedin{
    padding: 0;
 a {
    width: 46.875px;
    height: 43.394px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
}
}
#menu ul{
    display: flex;
    align-items: center;
}
.linkedin:hover a{
    background: #FF722B;
}
.linkedin:hover img{
    filter: none;
}
.linkedin img{
    filter: brightness(0) saturate(100%)
}
.social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 78px;
}
.social a{
    width: 36.429px;
height: 36.429px;
border: 1px solid #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.social a:hover{
    transform: scale(1.2);
    background-color: var(--secondary-btn-bg);
}
.mobile-menu{
    display: none;
}
.hb {
    cursor: pointer;
    stroke: #eee;
    stroke-width: 0.6;
    fill: none;
    stroke-linecap: round;
    width: 100px;
    height: 100px;
    transition: all 0.2s ease;
  }

  .hb .line {
    transition: all 0.2s ease;
  }

  .hb.active .line-1 {
    transform: rotate(45deg) translate(2px, -3px);
  }

  .hb.active .line-2 {
    opacity: 0;
  }

  .hb.active .line-3 {
    transform: rotate(-45deg) translate(-5px, 0px);
  }
@media (max-width: 991.9px) {
    #menu ul{
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgb(19, 19, 19);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: all 1s;
        visibility: hidden;
    }
    #menu ul.show{
        opacity: 1;
        z-index: 8;
        visibility: visible;
    }
    .mobile-menu {
        display: block;
        position: absolute;
        right: 15px;
        z-index: 9;
    }
    .btn {
        position: absolute;
        right: 120px;
    }
    nav ul li a {
        font-size: 45px;
        line-height: 65px;
    }
    nav ul li.active a::after {
        left: 50%;
        transform: translate(-50%);
        bottom: -4px;
        width: 50%;
    }
}
/************************************* Home Page **************************************/

.banner {
    overflow: hidden;
    position: relative;
    border-radius: 0 0 46px 46px;
    background-image: url(../img/banner.webp);
    height: 88dvh;
    &:after{
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 25%, rgba(38, 38, 38, 0.80) 100%);
        position: absolute;
        inset: 0;
    }
    &::before{
        content: '';
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        position: absolute;
        width: 100%;
        height: 180px;
        top: 0;
    }
    .container{
        position: relative;
        display: flex;
        align-items: end;
        z-index: 2;
        padding-bottom: 88px;
        height: 100%;
    }
    h1{
        color: var(--text-white);
        font-family: var(--font-family-base);
        font-size: var(--banner-font);
        font-style: normal;
        font-weight: normal;
        line-height: 103.571%;
        margin-bottom: 22px;
    }
    p{
        color: var(--text-white);
        font-family: var(--font-family-base);
        font-size: var(--sub-dec);
        font-style: normal;
        font-weight: normal;
        line-height: 150%;
        margin: 0;
    }
}
.btn-group {
    display: flex;
    gap: 25px;
}
.about-us{
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 10%;
    h5{
    color: var(--thm-color-dark);
    font-family: var(--font-family-medium);
    font-size: var(--dec);
    font-style: normal;
    font-weight: normal;
    line-height: 131.818%;
    margin-bottom: 8px;
    }
    ul{
        list-style-type: square;
        padding-left: 20px;
        li{
            color: var(--text-dark);
            font-style: normal;
            font-weight: normal;
            line-height: 145%;
            margin-bottom: 14px;
            &::marker{
                color: var(--thm-color-text);
            }
        }
    }
    .btn-group{
        margin-top: 35px;
    }
}
.about-image{
   position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 130px;
    padding-right: 20px;
    img{
        border-radius: 30px;
        &:hover{
            transform: scale(1.051);
        }
    }
}
.about-back {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.about-vector3 {
    position: absolute;
    left: 0;
    top: 27%;
    animation: moveUpDown 4s ease-in-out infinite;
}
.about-vector1 {
    position: absolute;
    top: -28px;
    left: 15px;
    animation: moveUpDown 5s ease-in-out infinite;
}
.about-vector2 {
    position: absolute;
    top: 33%;
    right: 30px;
    animation: moveUpDown 6s ease-in-out infinite;
}
.about-img2 {
    display: flex;
    gap: 20px;
    img{
        width: 50%;
        object-fit: cover;
    }
}

/* ***** Counter ***** */

.counter-item {
    position: relative;
    position: relative;
    border-radius: 28px;
    border: 1px solid #e4e4e400;
    height: 100%;
    padding: 20px;
    z-index: 4;
    transition: all .5s;
    &:hover{
        border: 1px solid #E4E4E4;
    }
}

.counter-item h3 {
color: var(--thm-color-light);
font-size: var(--font-size-lg);
font-style: normal;
font-weight: normal;
line-height: 77%;
margin-bottom: 0;
span:last-child{
   color: var(--thm-color-dark);
}
}

.counter-item p {
color:var(--thm-color-dark);
font-family: var(--font-family-medium);
font-size: var(--dec);
font-style: normal;
font-weight: normal;
line-height: 125%;
margin: 0;
span{
    font-size: var(--body-font);
    color: var(--thm-color-text);
}
}

.counter {
    padding: 80px 0;
    padding-top: 20px;
}

.counter-item:hover .counter-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about-rishi{
    position: relative;
    z-index: 1;
    padding-bottom: 84px;
    .section-title{
        color: #fff;
        margin-bottom: 9px;
    }
    h3{
        color: #D1EDFF;
        font-family: var(--font-family-medium);
        font-size: var(--title-md);
        font-style: italic;
        font-weight: normal;
        line-height: 87.879%;
        margin-bottom: 20px;
    }
    ul{
        li{
            color: #fff;
            font-family: var(--font-family-base);
            font-size: var(--body-font);
            font-style: normal;
            font-weight: normal;
            line-height: 125%;
            margin-bottom: 24px;
            position: relative;
            padding-left: 28px;
            &::before{
                content: '';
                background-image: url(../img/list-right-arrow.webp);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                position: absolute;
                top: 2px;
                left: 0;
            }
        }
    }
    .primary-btn{
        background: var(--secondary-btn-bg);
    }
}
.author-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
}
.author-vector1,
.author-vector2,
.author-vector{
    position: absolute;
}
.author-vector2 {
    right: 0;
    top: -140px;
    animation: moveUpDown 5s ease-in-out infinite;
}
.author-vector1 {
    position: absolute;
    top: -2px;
    right: 295px;
    z-index: -2;
    animation: moveUpDown 5s ease-in-out infinite;
}
.author-vector {
    top: 13%;
    left: 6%;
    animation:balloon1 6s ease-in-out infinite;
}
.rotate{
    animation:balloon1 6s ease-in-out infinite;
}
@keyframes balloon1 {
  0%,100%{ transform:translateY(0) rotate(-10deg);}
  50%{ transform:translateX(0px) rotate(10deg); }
}
.mb-40{
    margin-bottom: 40px;
}
.courses{
    .sub-dec{
        color: var(--text-dark);
        font-family: var(--font-family-medium);
        font-size: var(--sub-dec);
        font-style: normal;
        font-weight: normal;
        line-height: 150%;
        margin: 0;
        margin-bottom: 20px;
    }
    h4{
        color: var(--thm-color-text);
        font-family: var(--font-family-medium);
        font-size: var(--sub-title);
        font-style: normal;
        font-weight: normal;
        line-height: 52.778%;
        text-transform: uppercase;
    }
}
.course-item{
    border-radius: 23px;
    background: #F5F5F5;
    height: 100%;
    transition: all .5s;
    .course-item-content{
        margin-bottom: 0;
    }
    &:hover{
        transform: translateY(-5px);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.26);
        .icon{
            img{
                transform: rotateY(180deg);
            }
        }
    }
    .course-item-img{
        position: relative;
        border-radius: 23px;
        overflow: hidden;
        &:after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 23px;
            opacity: 0.8;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(49, 49, 49, 0.50) 100%);
        }
        img{
            width: 100%;
            margin-bottom: -7px;
        }
    }
    .icon{
        width: 139.014px;
        height: 89.836px;
        border-radius: 9px;
        background: #EDF8FF;
        border: 2.5px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}
.course-item-content{
        padding: 20px;
        margin-top: -70px;
        position: relative;
        margin-bottom: 30px;
    .card-title{
        color: var(--text-dark);
        font-family: var(--font-family-medium);
        font-size:var(--card-title);
        font-style: normal;
        font-weight: normal;
        line-height: 118.182%;
    }
    p{
        color: #3F3F3F;
        font-style: normal;
        font-weight: normal;
        line-height: 150%;
    }
    h5{
        color: #1F1F1F;
        font-family: var(--font-family-medium);
        font-size: var(--font-family-base);
        font-style: normal;
        font-weight: normal;
        line-height: 145%;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 18px;
        span{
            display: flex;
            align-items: center;
            gap: 4px;
        }
    }
    h6{
        color: var(--thm-color-text);
        font-family: var(--font-family-regular);
        font-size: var(--font-family-base);
    }
}
.outline-btn{
    border: 1px solid var(--thm-color-dark);
    color: var(--text-dark);
    background: transparent;
}
.courses{
    position: relative;
}
.courses-vector1,
.courses-vector2{
    position: absolute;
}
.courses-vector1 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.courses-vector2 {
    right: 0;
    top: 50%;
    animation: moveUpDown 5s ease-in-out infinite;
}
.whats-makes-box{
    background-image: url(../img/what-makes-us-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px;
    border-radius: 60px;
    .section-title,p{
        color: #fff;
    }
    .primary-btn{
        background: var(--secondary-btn-bg);
    }

}
.whats-item{
    border-radius: 30px;
    background: rgb(255 255 255 / 88%);
    padding: 18px 28px;
    height: 100%;
    transition: all .5s;
    &:hover{
        transform: translateY(-5px);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.26);
        background: rgb(255 255 255);
        .icon{
            background: #4295c1;
            img{
                transform: rotateY(180deg);
            }
        }
    }
    .icon{
        width: 74.747px;
        height: 71.705px;
        border-radius: 9px;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: all .5s;
    }
    .title-md{
        color: #000;
        font-family: var(--font-family-medium);
        font-size: var(--title-sm);
        font-style: normal;
        font-weight: normal;
        line-height: 103.571%;
        margin-bottom: 10px;
    }
    p{
        color: #3F3F3F;
        font-size: var(--dec);
        font-style: normal;
        font-weight: normal;
        line-height: 131.818%;
    }
}
.branch-item{
    border-radius: 17px;
    border: 1px solid #CECECE;
    transition: all .5s;
    &:hover{
        transform: translateY(-5px);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.26);
    }
    iframe{
        width: 100%;
        height: 292.361px;
        border-radius: 17px;
        border: 0;
    }
    .branch-item-content{
        padding: 30px 20px;
    }
    .card-title{
        color: #000;
        font-family: var(--font-family-medium);
        font-size: 34px;
        font-style: normal;
        font-weight: normal;
        line-height: 29px;
        margin-bottom: 9px;
    }
    p{
        color: #3F3F3F;
    }
}
.free-class{
    .author-vector1,
    .author-vector2,
    .author-vector3,
    .author-vector4{
        position: absolute;
    }
    .about-rishi-img {
    margin-bottom: -75px;
}
.about-rishi-content {
    padding-top: 18%;
    p{
        color: #fff;
    }
}
.author-vector1 {
    right: unset;
    left: 0;
    top: -80px;
}
.author-vector2 {
    right: 8%;
    top: 26%;
    z-index: -1;
}
.author-vector3 {
    top: 16px;
    left: 58%;
    animation:balloon1 6s ease-in-out infinite;
}
.author-vector4 {
    left: 0;
    bottom: 20%;
    animation: moveUpDown 5s ease-in-out infinite;
}
}
.resources{
    padding-top: 0;
    .row .col-lg-4:nth-child(2){
       .resource-item{
            background: #EEF7FC;
       }
    }
}
.resource-item{
    border-radius: 28px;
    background: #F7F7F7;
    padding: 24px;
    height: 100%;
    transition: all .5s;
    &:hover{
        transform: translateY(-5px);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.26);
    }
    .card-title{
        color: var(--text-dark);
        font-family: var(--font-family-medium);
        font-size: var(--title-sm);
        font-style: normal;
        font-weight: normal;
        line-height: 103.571%;
        margin-bottom: 10px;
    }
    p{
        color: #3F3F3F;
    }
    img{
        height: 268px;
        width: auto;
    }
}
.resource-vector{
    position: absolute;
    left: 10px;
    top: 20px;
    animation:balloon1 6s ease-in-out infinite;
}
.gallery-item{
    border-radius: 38px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    &:hover{
        transform: translateY(-5px);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.26);
    }
    a{
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 39px;
        background: linear-gradient(180deg, #4295c1b8 3.93%, #043b57d9 132.02%);
        scale: .8;
        opacity: 0;
    }
    &:hover{
        a{
            scale: 1;
            opacity: 1;
        }
    }
}
.gallery-img{
    width: 100%;
    margin-bottom: -5px;
}
.gallery{
    .resource-vector {
    position: absolute;
    left: auto;
    top: 20px;
    right: 50px;
}
}
.gallery-vector {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -1;
}
.video-box{
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    transition: all .5s;
    &:hover{
       .video-thum{
            transform: scale(1.1);
       }
    }
    .video-thum{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .play-btn{
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 2.44%, #000 100%);
        span{
            width: 69.765px;
            height: 69.765px;
            background-color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }
    }
}
.videos{
    background-image: url(../img/video-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    .section-title,.sub-dec{
        color: #fff;
    }
}
.video-slider{
    .slick-list{
        margin: 0 -20px;
    }
    .slick-slide{
        margin: 0 20px;
    }
}
.slick-dots {
    li{
        width: 15px;
        height: 15px;
        transition: 0.8s;
        background: #FFFFFF;
        border-radius: 50%;
    }
    .slick-active{
        width: 32px;
        height: 15px;
        border-radius: 50px;
        background: #C7E9FF;
    }
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li button {
    opacity: 0;
}
.testimonials{
    position: relative;
    .sub-dec{
        color: var(--text-dark);
        font-family: var(--font-family-medium);
        font-size: var(--sub-dec);
        font-style: normal;
        font-weight: normal;
        line-height: 150%;
        margin: 0;
        margin-bottom: 20px;
    }
    .testi-vector1,
    .testi-vector2{
        position: absolute;
    }
    .testi-vector1 {
        top: 20%;
        right: 20px;
        animation:balloon1 6s ease-in-out infinite;
    }
    .testi-vector2 {
        left: 20px;
        bottom: 50px;
        animation: moveUpDown 5s ease-in-out infinite;
    }
}
.testi-box{
    border-radius: 32px;
    border: 1px solid #EFEFEF;
    background: #F9FBFC;
    padding: 30px;
    position: relative;
    transition: all .5s;
    &:hover{
        background: #043B57;
        h4,p{
            color: #fff;
        }
        .qut{
            filter: invert(1);
        }
    }
}
.user-info{
    position: relative;
    padding-left: 75px;
    margin-top: 20px;
    img{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        left: 0;
    }
    h4{
        color: #043B57;
font-family: var(--font-family-medium);
font-size: var(--sub-dec);
font-style: normal;
font-weight: normal;
line-height: 19px; /* 79.167% */
    }
    .small-line{
        width: 25.989px;
        height: 2px;
        margin-top: 8px;
        margin-bottom: 3px;
    }
    p{
        color: #6C6C6C;
    }
}
.qut {
    position: absolute;
    right: 44px;
    bottom: 26px;
}
.testi-font{
    font-size: var(--testi-font);
}
.testi-slider{
    .slick-dots {
    li{
        background: #ffffff00;
        border-radius: 50%;
        border: 1px solid #043B57;
    }
    .slick-active{
        background: #043B57;
        border-radius: 50px;
    }
}
}
/*******************************
Faq 
*******************************/
.faq{
    .col-lg-10{
        border-radius: 45px;
        background: #F8F8F8;
        padding: 50px;
    }
}
.accordion__item {
    margin: 12px auto;
    padding: 12px;
    transition: .5s;
    backdrop-filter: blur(22px);
    position: relative;
    border-radius: 0px;
    border: 1px solid #043b5700;
    background: #ffffff00;
    border-bottom: 1px solid #043B57;
    transition: all .5s;
    &:hover{
        background: #ffffff;
    }
    &.active{
        border-radius: 18px;
        border: 1px solid #043b57;
        background: #ffffff;
    }
}

.accordion__item:hover {
    transform: translateY(-5px)
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    margin-bottom: 0px;
    color: #000;
    font-family: var(--font-family-medium);
    font-size: var(--faq-font);
    font-style: normal;
    font-weight: normal;
    line-height: 134.615%;
    cursor: pointer;
    margin-bottom: 10px;
}

  
.accordion__title::after {
    content: '+';
    position: absolute;
    width: 19px;
    height: 11px;
    right: 5px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.accordion__title.accordion-active::after{
    content: '-';
}
.accordion__item .accordion-active{
    border-color: #fff;
}



.accordion__item .accordion__content {
    color: #ffffff;
    line-height: 1.667;
    margin-bottom: 0;
    display: none;
    padding-top: 0;
    p{
        margin-bottom: 0;
        color: #3F3F3F;
    }
}

.get-in-touch{
    position: relative;
    .col-lg-6{
        padding-top: 6%;
    }
    form{
        border-radius: 57px;
        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }
    .row{
        padding: 25px;
    }
    .form-control{
        border-radius: 10px;
        border: 1px solid #BCBCBC;
        line-height: 206.25%;
        font-size: 16px;
        padding: 7px 14px;
        height: 48.556px;
        &:focus{
            border-color: var(--secondary-btn-bg);
        }
    }
    textarea.form-control{
        height: auto;
    }
    label{
        color: #000;
        font-family: var(--font-family-medium);
        font-style: normal;
        font-weight: normal;
        line-height: 125%;
    }
    .contact-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.primary-btn{
    cursor: pointer;
    &:hover{
        background-color: var(--secondary-btn-bg);
    }
}
}
.form-header {
    clip-path: polygon(0.767% 16.61%, 0.767% 16.61%, 0.817% 13.915%, 0.962% 11.36%, 1.195% 8.976%, 1.506% 6.8%, 1.889% 4.865%, 2.336% 3.205%, 2.838% 1.854%, 3.388% 0.847%, 3.978% 0.217%, 4.6% 0%, 96.167% 0%, 96.167% 0%, 96.788% 0.217%, 97.378% 0.847%, 97.928% 1.854%, 98.431% 3.205%, 98.877% 4.865%, 99.26% 6.8%, 99.572% 8.976%, 99.805% 11.36%, 99.95% 13.915%, 100% 16.61%, 100% 53.526%, 100% 53.526%, 99.959% 55.948%, 99.841% 58.269%, 99.65% 60.462%, 99.392% 62.5%, 99.073% 64.355%, 98.698% 66.001%, 98.271% 67.41%, 97.799% 68.556%, 97.287% 69.411%, 96.741% 69.948%, 50.958% 100%, 50.958% 100%, 50.843% 100.067%, 50.728% 100.12%, 50.614% 100.157%, 50.498% 100.18%, 50.383% 100.187%, 50.268% 100.18%, 50.153% 100.157%, 50.038% 100.12%, 49.924% 100.067%, 49.809% 100%, 4.026% 69.948%, 4.026% 69.948%, 3.479% 69.411%, 2.967% 68.556%, 2.495% 67.41%, 2.069% 66.001%, 1.694% 64.355%, 1.374% 62.5%, 1.116% 60.462%, 0.926% 58.269%, 0.807% 55.948%, 0.767% 53.526%, 0.767% 16.61%);
    background: #043B57;
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    height: 120.867px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 101%;
    margin-left: -1%;

    .form-title{
        color: #FFF;
        font-family: var(--font-family-bold);
        font-size: 51px;
        font-style: normal;
        font-weight: normal;
        line-height: 168.627%;
    }
}
textarea{
    font-family: var(--font-family-base);
}
.up-down{
  animation: moveUpDown 5s ease-in-out infinite;
}
@keyframes moveUpDown {
  0%, 100% {
      transform: translateY(0); /* Start and end at the original position */
  }
  50% {
      transform: translateY(-10px); /* Move up by 20px */
  }
}
/******************************/

footer {
    background: var(--footer-bg);
    width: 100%;
    padding-block: 80px;
    border-top: 1px solid #3D4D7C;
}

.footer-box {
    padding-right: 14%;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    margin-bottom: 35px;
    &::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 28px;
        height: 1px;
        background: #4295C1;
    }
}
.contact-info p{
    position: relative;
}
footer ul li a,
footer p a,footer p {
    color: #EDEDED;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 155.556%;
}
footer ul li a{
    line-height: 200% ;
}
footer p a:hover,
.contact-info .list-item:hover a,
footer ul li a:hover {
    color: var(--secondary-btn-bg);
}
.contact-info{
    padding-right: 14%;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    a {
    color: #FF722B;
    }
}


.fixed-btn {
    position: fixed;
    right: 10px;
    z-index:99;
    bottom: 40px;
}
.fc,.fw{
    &:hover{
        transform: scale(1.1);
    }
}
.fix-call{
    width: 60px;
    height: 60px;
    background: #074666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 24px 8px rgb(255 255 255 / 40%);
    margin-bottom: 10px;
    img{
        animation: ring 1s infinite ease-in-out;
    }
    &:hover{
        transform: scale(1.1);
        background: var(--secondary-btn-bg);
    }
}
@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
/*******************************
  Responsive
********************************/
/*************************************
    Home Page
*************************************/
@media (max-width: 1920px) {}

@media (max-width: 1600px),
(max-width: 1536px) {
    .container {
    max-width: 1430px;
}
    .about-vector3 {
    width: 5%;
    z-index: -1;
} 
.about-vector1 {
    left: 28px;
}
.about-vector2 {
    top: 35%;
    right: 20px;
}
.about-img2 {
    display: flex;
    gap: 20px;
    justify-content: center;
    img{
        width: 44%;
        object-fit: cover;
        height: auto;
    }
}
.about-rishi {
    padding-bottom: 50px;
}
.about-rishi {
    & ul {
        li {
            margin-bottom: 15px;
        }
    }
}
.author-vector1 {
    position: absolute;
    top: 120px;
    right: 230px;
    z-index: -2;
}
.author-vector2 {
    right: 0;
    top: -80px;
}
.author-vector {
    top: 13%;
    left: 2%;
}
.courses-vector1 {
    z-index: -1;
    width: 8%;
}
:root {
    --title-sm: 22px;
    --dec: 20px;
}
.free-class {
    .about-rishi-content {
        padding-top: 45%;
    }
}
.testimonials {
    .testi-vector1 {
        top: 2%;
        right: 12px;
        width: 3%;
    }
    .testi-vector2 {
        left: 20px;
        bottom: 10px;
        width: 7%;
    }
}
}

@media (max-width: 1536px) {}

@media (max-width: 1440px) {}

@media (max-width: 1440px),
(max-width: 1366px) {
    .container {
        max-width: 1200px;
    }
    :root {
    --banner-font: 80px;
    --body-font: 15.5px;
    --section-title: 60px;
    --title-md: 24px;
    --card-title: 36px;
    --title-sm: 19px;
    --dec: 17px;
    --sub-dec: 20px;
    --testi-font: 25px;
    --faq-font: 20px;
}
.btn {
    gap: 20px;
}
.flex-box {
    gap: 30px;
}
nav ul li {
    display: inline-block;
    padding: 10px 6px;
}

.about-image {
    padding-bottom: 103px;
}
.about-rishi {
    h3 {
        margin-bottom: 12px;
    }
}
    .author-vector1 {
        top: 70px;
        right: 216px;
        z-index: -2;
        width: 27%;
    }
        .author-vector2 {
        right: 0;
        top: -80px;
        width: 20%;
    }
    .whats-item{
    padding: 18px 18px;
}
.branch-item {
    .card-title {
        font-size: 28px;
    }
}
.free-class {
    .author-vector1 {
        width: 21%;
    }
    .about-rishi-content {
        padding-top: 30%;
    }
    .author-vector4 {
        width: 4%;
    }
    .author-vector2 {
        right: 6%;
        top: 26%;
        z-index: -1;
        width: 14%;
    }
}
.form-header {
    .form-title {
        font-size: 41px;
    }
}
.get-in-touch {
    .contact-bg {
        width: 85%;
    }
}
.popup .popup__content {
    width: 70%;
}
.about-img1{
    text-align: center;
    img{
        width: 80%;
        margin-inline: auto;
    }
}
.popup-content {
    width: 500px;
}
}

@media (max-width: 1366px) {}

@media (max-width: 991.98px) {
   nav {
        padding-inline: 10px;
        height: 50px;
    } 
    .container {
        padding-inline: 15px;
    }
    
    footer {
        padding-block: 30px;
        text-align: left;
        padding-bottom: 10px;
    .logo {
        margin-inline: auto;
        margin-bottom: 20px;
    }
    }
    .footer-box{
        text-align: center;
    }
    
.social {
    margin-bottom: 0;
}
.copyright {
    margin-top: 40px;
    flex-wrap: wrap;
        justify-content: center;
}
    .footer-box {
        padding-right: 0%;
    }
    footer p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-info {
        padding-right: 0%;
    }
    .popup .popup__content {
        width: 90%;
    }
    .right {
        padding: 15px;
        text-align: left;
        padding-inline: 10px;
    }
    .form-control{
        font-size: 15px;
    }
    label {
        font-size: 16px;
        margin-bottom: 5px;
    }
        :root {
        --banner-font: 42px;
        --sub-dec: 16px;
        --font-size-lg: 50px;
        --body-font: 14px;
        --dec: 16px;
        --section-title: 32px;
        --sub-title: 20px;
        --card-title: 22px;
        --testi-font: 18px;
        --faq-font: 16px;
    }
.banner {
height: 730px;
        border-radius: 0 0 26px 26px;
        background-image: url(../img/mob-banner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    .row{
        text-align: center;
    }
    .container {
        padding-bottom: 40px;
    }
    h1 {
        text-shadow: 1px 0px 2px #000000;
    }
}
.call {
   display: none;
}
.container-fluid {
    padding: 0 15px;
}
.mobile-menu {
    right: 0px;
    z-index: 9;
    top: 0;
}
.hb {
    width: 50px;
    height: 50px;
}
.logo {
    width: 111px;
    height: auto;
    padding: 0;
    padding-top: 6px;
    text-align: left;
}
header {
    .primary-btn {
        padding: 8px 17px;
    }
}
.btn {
        position: absolute;
        right: 65px;
    }
        nav ul li a {
        font-size: 35px;
        line-height: 40px;
    }

.about-us {
    position: relative;
    padding: 20px;
}
.gallery {
    .resource-vector {
        display: none;
    }
}
.about-image {
        padding-bottom: 50px;
        position: relative;
        width: 90%;
        margin-left: auto;
        padding-right: 10px;
        margin-top: 30px;
        gap: 6px;
    }
    .about-img2 {
        gap: 10px;
        img {
            width: 48%;
        }
    }
.counter-item p {
    line-height: 18px;
}
.counter-item h3 {
    line-height: normal;
    margin-bottom: 0px;
}
.counter-item {
    position: relative;
    background: #c9e2ed61;
    height: 100%;
    padding: 6px;
    border-radius: 10px;
}
.counter-item p {
    span {
        line-height: normal;
    }
}
.about-image {
    img {
        border-radius: 10px;
    }
}
.author-vector {
        top: -3%;
        left: 8%;
        width: 20%;
    }
    .author-bg {
    width: 100%;
    background: linear-gradient(to top, #043b57, #043b57, #043b57, #043b57, transparent);
    height: 80%;
}
.sec-gap {
    padding: 30px 0;
}
.btn-group {
    gap: 15px;
}
.primary-btn{
padding: 11px 22px;
}
.course-item-content {
    margin-bottom: 0;
}
.course-item {
    .course-item-img {
        border-radius: 15px;
                &:after {
            content: '';
            border-radius: 15px;
        }
    }
}
.courses-vector2 {
    display: none;
}
.whats-makes-box {
    padding: 20px;
    border-radius: 20px;
    background-position: 3%;
}
.whats-item {
    border-radius: 15px;
}
.branch-item {
        .card-title {
            font-size: 24px;
        }
    }
    .branch-item {
        position: relative;
        z-index: 1;
    }
        .free-class {
        .author-vector1 {
            width: 21%;
            top: 0;
        }
            .author-bg {
        width: 100%;
        background: linear-gradient(to top, #043b57, #043b57, #043b57, #043b57, transparent);
        height: 98%;
    }
    }
    .resource-vector {
    width: 12%;
}
.resource-item {
    img {
        height: 170px;
        width: auto;
    }
}
.gallery-item {
    border-radius: 20px;
}

.video-box {
    border-radius: 20px;
        & .play-btn {
        span {
            width: 50.765px;
            height: 50.765px;
        }
    }
}
.testi-box {
    border-radius: 22px;
    padding: 20px;
}
.qut {
    position: absolute;
    right: 10px;
    bottom: 11px;
    width: 40px;
}
.faq {
    .col-lg-10 {
        border-radius: 25px;
        padding: 12px;
    }
}
.accordion__title::after {
    right: -14px;
    top: 10px;
}
.get-in-touch {
    .row {
        padding: 0px;
        text-align: center;
    }
    form{
        .row{
            padding: 15px;
            text-align: left;
        }
    }
    .btn-group{
        justify-content: center;
    }
}
.get-in-touch {
    .col-lg-6 {
        padding-top: 0%;
    }
}
.form-header{
    height: 90.867px;
    .form-title {
        font-size: 31px;
    }
}
.fixed-btn {
    position: fixed;
    right: 0px;
    z-index: 99;
    bottom: 40px;
    width: 50px;
}
.fix-call {
    width: 46px;
    height: 46px;
    padding: 12px;
}

.title {
    font-size: 29px;
    margin: 0;
}
    .right {
        padding-top: 0;
    }
    .form-control {
        font-size: 14px;
        padding: 8px 10px;
    }
}



@media (max-width: 575.98px) {
    nav {
        padding-inline: 10px;
        height: 50px;
    } 
    .container {
        padding-inline: 15px;
    }
    
    footer {
        padding-block: 30px;
        text-align: center;
        padding-bottom: 10px;
    .logo {
        margin-inline: auto;
        margin-bottom: 20px;
    }
    }
    .footer-title {
    &::after {

        margin-inline: auto;
        right: 0;
    }
}
.social {
    margin-bottom: 0;
    justify-content: center;
}
.copyright {
    margin-top: 40px;
    flex-wrap: wrap;
        justify-content: center;
}
    .footer-box {
        padding-right: 0%;
    }
    footer p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-info {
        padding-right: 0%;
    }
    .popup .popup__content {
        width: 90%;
    }
    .right {
        padding: 15px;
        text-align: left;
        padding-inline: 10px;
    }
    .form-control{
        font-size: 15px;
    }
    label {
        font-size: 16px;
        margin-bottom: 5px;
    }
        :root {
        --banner-font: 42px;
        --sub-dec: 16px;
        --font-size-lg: 50px;
        --body-font: 14px;
        --dec: 16px;
        --section-title: 32px;
        --sub-title: 20px;
        --card-title: 22px;
        --testi-font: 18px;
        --faq-font: 16px;
    }
.banner {
height: 520px;
        border-radius: 0 0 26px 26px;
        background-image: url(../img/mob-banner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    .row{
        text-align: center;
    }
    .container {
        padding-bottom: 40px;
    }
    h1 {
        text-shadow: 1px 0px 2px #000000;
    }
}
.call {
   display: none;
}
.container-fluid {
    padding: 0 15px;
}
.mobile-menu {
    right: 0px;
    z-index: 9;
    top: 0;
}
.hb {
    width: 50px;
    height: 50px;
}
.logo {
    width: 111px;
    height: auto;
    padding: 0;
    padding-top: 6px;
    text-align: left;
}
header {
    .primary-btn {
        padding: 8px 17px;
    }
}
.btn {
        position: absolute;
        right: 65px;
    }
        nav ul li a {
        font-size: 35px;
        line-height: 40px;
    }

.about-us {
    position: relative;
    padding-top: 31px;
    padding-bottom: 10px;
}
.about-image {
        padding-bottom: 50px;
        position: relative;
        width: 90%;
        margin-left: auto;
        padding-right: 10px;
        margin-top: 30px;
        gap: 6px;
    }
    .about-img2 {
        gap: 10px;
        img {
            width: 48%;
        }
    }
.counter-item p {
    line-height: 18px;
}
.counter-item h3 {
    line-height: normal;
    margin-bottom: 0px;
}
.counter-item {
    position: relative;
    background: #c9e2ed61;
    height: 100%;
    padding: 6px;
    border-radius: 10px;
}
.counter-item p {
    span {
        line-height: normal;
    }
}
.about-image {
    img {
        border-radius: 10px;
    }
}
.author-vector {
        top: -3%;
        left: 8%;
        width: 20%;
    }
    .author-bg {
    width: 100%;
    background: linear-gradient(to top, #043b57, #043b57, #043b57, #043b57, transparent);
    height: 80%;
}
.sec-gap {
    padding: 30px 0;
}
.btn-group {
    gap: 15px;
}
.primary-btn{
padding: 11px 22px;
}
.course-item-content {
    margin-bottom: 0;
}
.course-item {
    .course-item-img {
        border-radius: 15px;
                &:after {
            content: '';
            border-radius: 15px;
        }
    }
}
.courses-vector2 {
    display: none;
}
.whats-makes-box {
    padding: 20px;
    border-radius: 20px;
    background-position: 3%;
}
.whats-item {
    border-radius: 15px;
}
.branch-item {
        .card-title {
            font-size: 24px;
        }
    }
    .branch-item {
        position: relative;
        z-index: 1;
    }
        .free-class {
        .author-vector1 {
            width: 21%;
            top: 0;
        }
            .author-bg {
        width: 100%;
        background: linear-gradient(to top, #043b57, #043b57, #043b57, #043b57, transparent);
        height: 98%;
    }
    }
    .resource-vector {
    width: 12%;
}
.resource-item {
    img {
        height: 170px;
        width: auto;
    }
}
.gallery-item {
    border-radius: 20px;
}

.video-box {
    border-radius: 20px;
        & .play-btn {
        span {
            width: 50.765px;
            height: 50.765px;
        }
    }
}
.testi-box {
    border-radius: 22px;
    padding: 20px;
}
.qut {
    position: absolute;
    right: 10px;
    bottom: 11px;
    width: 40px;
}
.faq {
    .col-lg-10 {
        border-radius: 25px;
        padding: 12px;
    }
}
.accordion__title::after {
    right: -14px;
    top: 10px;
}
.get-in-touch {
    .row {
        padding: 0px;
        text-align: center;
    }
    form{
        .row{
            padding: 15px;
            text-align: left;
        }
    }
    .btn-group{
        justify-content: center;
    }
}
.get-in-touch {
    .col-lg-6 {
        padding-top: 0%;
    }
}
.form-header{
    height: 90.867px;
    .form-title {
        font-size: 31px;
    }
}
.fixed-btn {
    position: fixed;
    right: 0px;
    z-index: 99;
    bottom: 40px;
    width: 50px;
}
.fix-call {
    width: 46px;
    height: 46px;
    padding: 12px;
}
.popup-content {
    width: 300px;
}
.title {
    font-size: 29px;
    margin: 0;
}
    .right {
        padding-top: 0;
    }
    .form-control {
        font-size: 14px;
        padding: 8px 10px;
    }
}
