* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth
}

a {
    text-decoration: none
}

ul li {
    list-style: none
}

p {
    color: #504f4f;
    line-height: 25px;
    letter-spacing: .5px
}

.rounded-top-section{
        margin-top: -52px !important;
}

.custom-padding {
    padding: 5rem 0 !important
}

.navbar {
    padding: 1.1rem 3rem !important
}

.navbar-brand img {
    height: 80px;
    width: auto
}

.nav-link {
    color: #fff !important;
    margin-right: 1rem;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: .5px
}

.nav-item.dropdown {
    position: relative
}

.mega-menu {
    display: none;
    position: absolute;
    top: calc(60% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    z-index: 999;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    opacity: 0;
    visibility: hidden
}

.nav-item.dropdown:hover .mega-menu {
    display: block
}

.mega-menu ul li a {
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize
}

.mega-menu h6,
.mega-menu h6 a {
    color: #2df4a1
}

.mega-menu h6 i {
    font-size: 1rem
}

.nav-icons i {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 1.5rem
}

.nav-item.dropdown:hover .mega-menu,
.mega-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible
}

.mega-menu .row {
    margin: 0
}

.mega-menu .col-md-2 {
    padding-left: .75rem;
    padding-right: .75rem
}

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: opacity 0.3s ease, visibility 0.3s ease
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible
}

@media (min-width:992px) {
    .navbar-nav {
        margin: 0 auto
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: right 0.3s ease;
    padding: 1.5rem;
    overflow-y: auto
}

.mobile-menu.open {
    right: 0
}

.mobile-menu ul {
    list-style: none;
    padding-left: 0
}

.mobile-menu .submenu {
    display: none;
    padding-left: 1rem
}

.mobile-menu .submenu.show {
    display: block
}

.menu-toggle {
    background: none;
    color: #fff;
    border: none;
    font-size: 1.8rem
}

.submenu-toggle {
    float: right;
    border: none;
    background: none;
    text-align: left !important
}

.mobile-link,
.submenu-courses {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6
}

.course-sub-menu-inner {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px dotted #dee2e6
}

.submenu-courses {
    font-size: 17px
}

.mobile-logo {
    width: 150px
}

.header-call{
    font-size: 18px;
}

.banner {
    min-height: 800px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../img/hero-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: 1
}

.banner .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center
}

.banner .row {
    width: 100%;
    align-items: center
}

.form-container {
    background: rgb(0 0 0 / .6);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgb(0 0 0 / .3);
    color: #fff;
    width: 100%;
    max-width: 550px
}

.form-container form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 0
}

.elementor-field {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    background-color: rgb(255 255 255 / .1);
    color: #fff;
    outline: none
}

.elementor-field::placeholder {
    color: #ccc
}

.elementor-field option {
    color: #000
}

select.elementor-field {
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D%22white%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2220%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 16px;
    padding-right: 2.5rem
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%
}

button.elementor-button {
    background-color: #53c43b;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer
}

button.elementor-button:hover {
    background-color: #45a834
}

.parallax-image-wrapper {
    text-align: center;
    width: 500px
}

.parallax-image {
    max-width: 100%;
    height: auto
}

.real-image {
    height: 700px;
    width: 600px
}

.person-image {
    max-width: 100%;
    height: 600px
}

.film-image {
    max-width: 100%;
    height: auto;
    margin-top: 80px
}

.dafm-image {
    height: 700px
}

.advfx-image {
    height: 600px
}

.compost-image{
    height: 600px
}

@media (max-width:768px) {
    .parallax-image-wrapper {
        display: none
    }

    .banner {
        min-height: auto;
        padding: 40px 0
    }

    .form-container {
        padding: 20px
    }

    .elementor-field {
        font-size: 13px;
        padding: 10px 12px
    }

    button.elementor-button {
        padding: 12px
    }
}

@media (max-width:799px) {
    .parallax-image-wrapper {
        display: none
    }

    .form-container {
        margin-bottom: 20px;
        padding: 20px
    }

    .banner {
        min-height: 700px;
        padding: 40px 0
    }

    .elementor-field {
        font-size: 13px;
        padding: 10px 12px
    }
}

@media screen and (min-width:800px) and (max-width:1000px) {
    .banner .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

    .banner .col-lg-5,
    .banner .col-lg-7 {
        width: 50%;
        max-width: 100%
    }

    .parallax-image-wrapper {
        max-width: 550px;
        margin: 0 auto;
        padding-right: 102px
    }

    .form-container {
        margin: 0 auto;
        padding: 20px;
        width: 365px
    }
}

#otp-status,
#otp-verification-status,
#phone-error,
#email-error {
    font-size: 13px;
    color: #ff4d4d;
    margin-bottom: 10px;
    margin-left: 0;
}

.studio {
    padding: 5rem 0 !important
}

.heading {
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800
}

.about-img {
    border-radius: 20px
}

.num-heading {
    font-size: 60px
}

.game-section {
    transform: translate(0, 80px)
}

.rounded-top-section {
    background-color: #fff;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -80px;
    overflow: hidden;
    z-index: 2;
    position: relative
}

.experience {
    background-color: #2df4a1
}

.about-heading {
    font-weight: 800;
    color: #000;
    transition: 0.5s;
    font-size: 17px
}

.about-heading:hover {
    color: #2df4a1
}

.about-character {
    transform: translate(0, 78px)
}

.cap-item {
    cursor: pointer;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc
}

.cap-item.active {
    border-bottom: 3px solid #53c43b
}

.cap-number {
    font-weight: 700;
    font-size: 2rem;
    color: #fff0;
    -webkit-text-stroke: 1px #2df4a1
}

.our-heading,
.text-outline {
    font-size: 100px;
    font-weight: 800;
    margin-left: 0;
    text-transform: uppercase
}

.text-outline {
    color: #fff0;
    -webkit-text-stroke: 1px #000
}

.cap-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    margin-top: 1rem;
    color: #555
}

.cap-item.active .cap-description {
    max-height: 300px;
    opacity: 1
}

.cap-image img {
    position: relative;
    left: -101px;
    overflow: hidden;
    height: 100%
}

.design-para {
    width: 528px;
    margin-left: 0
}

.character-img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: 750px;
    object-fit: contain
}

.game-heading {
    font-size: 30px;
    font-weight: 800
}

@media (max-width:768px) {
    .cap-image {
        text-align: center
    }
}

.btn-talk {
    background-color: #2DF4A1;
    color: #000;
    font-weight: 800;
    padding: 20px;
    font-size: 17px;
    border-radius: 4px 4px 24px 4px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease
}

.btn-talk:hover {
    background-color: #000;
    color: #fff
}

.para-para {
    width: 100%;
    margin-left: 0
}

.career,
.who-for-section {
    padding: 100px 0px !important
}

.vision {
    padding: 80px 0
}

.vision-graphics-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.vision-bg {
    width: 630px;
    height: auto;
    display: block;
    border-radius: 12px
}

.orbit-img {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    animation: orbit 6s linear infinite;
    pointer-events: none;
    z-index: 9
}

.boy-img {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    z-index: 2
}

@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@media (max-width:768px) {
    .orbit-img {
        max-width: 800px;
        top: 183px;
        left: 50%
    }

    .boy-img {
        max-width: 300px;
        top: 183px;
        left: 50%
    }
}

.custom-start-30 {
    left: 30% !important
}

.dragon-img img {
  position: relative;
    left: -235px;
    top: 175px;
    width: 185px;
}

.section-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1
}

.section-subtitle {
    font-size: 4rem;
    font-weight: 700;
    color: #ddd;
    margin-top: -15px
}

.year-heading {
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 50px
}

.view-all-btn {
    background-color: #00d084;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    border-radius: 6px
}

.card {
    border: none
}

.card-hr-line {
    border: none;
    border-top: 6px solid #2df4a1
}

.card-icon,
.card-heading,
.card-para {
    margin-left: 0
}

.card-heading {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 800
}

.card-para {
    width: 100%;
    font-size: 15px
}

.card i {
    color: #2df4a1;
    margin-left: 0;
    font-size: 45px
}

.boy-img-career {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 350px;
    z-index: 2
}

@media (max-width:768px) {
    .boy-img-career {
        max-width: 250px;
        top: 200px;
        left: 55%
    }

    .orbit-img-career {
        top: 200px
    }

    .career,
    .who-for-section {
        padding: 50px 0 400px !important
    }
}

.orbit-img-career {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    animation: orbit 6s linear infinite;
    pointer-events: none
}

.orbit-img-red {
    position: absolute;
    top: 45%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    animation: orbit 6s linear infinite;
    pointer-events: none;
    z-index: 9
}

@media (max-width:768px) {
    .orbit-img-career {
        top: 200px
    }
}

.boy-img-who-for {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 350px;
    z-index: 2
}

@media (max-width:768px) {
    .boy-img-who-for {
        max-width: 250px;
        top: 168px;
        left: 45%
    }
}

.review {
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../img/testimonial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.review .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8;
    z-index: 1
}

.review .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column
}

.review .row {
    width: 100%;
    align-items: center
}

.testimonial-text {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.testimonial-author {
    font-weight: 700;
    color: #fff;
    font-size: 16px
}

.testimonial-company {
    color: #999;
    font-weight: 700;
    font-size: 18px
}

.testimonial-icon {
    display: inline-block;
    width: auto;
    margin-bottom: 30px
}

.testimonial-icon img {
    width: 180px;
    height: auto
}

.testimonial-avatars img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff0;
    cursor: pointer;
    transition: border 0.3s
}

.testimonial-avatars img.active {
    border-color: #00d084
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #000;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2
}

.arrow-left {
    left: 30px
}

.arrow-right {
    right: 30px
}

.img-wrapper {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 400px
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(180deg, #fff0 58%, #ffffff 96%)
}

.team-line {
    margin-left: 0;
    text-transform: uppercase
}

.team-wrap .wrap-body {
    border-radius: 0 0 20px 20px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 55px;
    z-index: 99
}

.team-wrap .wrap-title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase
}

.team-wrap .wrap-subtitle {
    text-transform: uppercase;
    opacity: .7;
    z-index: 99;
    color: #A3A3A3;
    font-weight: 800
}

.team-cont {
    position: relative
}

.btn-position {
    position: absolute;
    bottom: 25px
}

.section-title .line {
    width: 100px;
    height: 3px;
    background-color: #000
}

.award-wrapper {
    width: 210px;
    margin: auto;
    margin-bottom: 15px;
    background-image: url(../img/awards-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    transition: background-image 0.5s
}

.award-wrapper:hover {
    background-image: url(../img/awards-hover.svg)
}

.award-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center
}

.award-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3
}

.award-subtitle {
    font-size: 16px;
    color: #555;
    transition: color 0.3s
}

.award-wrapper:hover .award-subtitle {
    color: #2DF4A1
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.award-line {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    flex-wrap: wrap
}

.award-line::before,
.award-line::after {
    content: "";
    flex: 1;
    border-top: 3px solid #000;
    margin: 0 1rem;
    min-width: 30px
}

.award-heading {
    font-size: 40px;
    font-weight: 800;
    white-space: nowrap
}

.media {
    position: relative;
    background-color: #2DF4A1;
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center
}

.social-banner {
    position: relative;
    width: 100%
}

.background-text {
    font-size: 110px;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    -webkit-text-stroke: 1px #fff;
    color: #fff0;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 1;
    line-height: 1
}

.social-overlay {
    position: relative;
    width: 100%;
    z-index: 2
}

.slide {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 10px
}

.slide i {
    font-size: 40px
}

.slick-track {
    display: flex !important
}

.slick-slide {
    height: auto !important
}

.footer {
    background: #1e1e1e;
    padding: 60px 20px 20px;
    position: relative
}

.footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.footer a {
    color: #aaa;
    text-decoration: none;
    display: block;
    margin-bottom: 10px
}

.footer a:hover {
    color: #2AF8A0
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #666;
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-desc {
    margin: 20px 0;
    color: #aaa;
    max-width: 350px
}

.footer-icon {
    color: #2AF8A0;
    font-size: 35px;
    margin-right: 10px;
    margin-left: 0
}

.footer-add {
    color: #aaa;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 400;
    line-height: 22px
}

.footer-contact a {
    font-weight: 700;
    color: #fff
}

.footer-contact a.chat-link {
    color: #2AF8A0;
    text-decoration: underline;
    font-weight: 600
}

.footer-bottom {
    border-top: 5px solid #fff;
    margin-top: 80px;
    padding-top: 30px;
    text-align: center
}

.footer-bottom img {
    height: auto;
    margin-top: -90px;
    width: 12%
}

.footer-bottom p {
    margin-top: 10px;
    font-size: .9rem
}

.footer-nav a {
    color: #aaa;
    margin: 0 15px
}

.footer-nav a:hover {
    color: #fff
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #2AF8A0;
    color: #111;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgb(0 0 0 / .2);
    z-index: 1000;
    cursor: pointer
}

.fixed-nav {
    background-color: rgb(0 0 0 / .9);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgb(0 0 0 / .2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030
}

.top-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #2df4a1;
    padding: 20px 25px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    color: #fff
}

.top-link i {
    font-size: 25px
}

.top-link.show-link {
    display: block
}

.footer-logo {
    width: 70%;
    margin-left: 0
}

.bottom-links-content {
    display: flex;
    align-items: center
}

.footer-nav {
    display: flex;
    align-items: center;
    margin-right: 0;
    justify-content: center
}

.bottom-para {
    color: #aaa;
    margin-top: 20px
}

.wrapper {
    width: 100%
}

.course-card {
    width: 300px;
    height: 650px;
    border-radius: 2rem;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: width 0.6s cubic-bezier(.28, -.03, 0, .99);
    margin-right: 1rem
}

.course-card:hover {
    width: 1200px
}

.course-card .row {
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0
}

.course-card .icon {
    background: #223;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    font-weight: 700;
    font-size: 1.2rem
}

.course-card .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease 0.3s
}

.course-card:hover .description {
    opacity: 1;
    transform: translateY(0)
}

.description a {
    text-transform: uppercase;
    margin-left: 20px;
    font-weight: 700;
    font-size: 26px;
    color: #fff
}

.banner-part,
.banner-part-vfx,
.banner-part-game,
.banner-part-digital,
.banner-part-motion,
.banner-part-film, .banner-part-placements, .banner-part-events, .banner-part-contact, .banner-part-privacy, .banner-part-terms {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/3d-animation.jpeg);
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    overflow: hidden
}

.banner-part-vfx {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/VFX-banner-main.jpg)
}

.banner-part-game {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/game-banner-main.jpg)
}

.banner-part-digital {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/digital-banner-main.png)
}

.banner-part-motion {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/motion-banner-main.webp)
}

.banner-part-film {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/film-banner-main.webp)
}

.banner-part-placements{
     background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/placements.jpg)
}

.banner-part-events{
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/events-maac.webp)
}

.banner-part-contact{
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/contact-us.jpg)
}

.banner-part-privacy{
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/privacy-policy.png)
}

.banner-part-terms{
     background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / .5)), url(../img/terms-conditions.png)
}

.banner-content h1 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 800
}

.course-heading h1 {
    font-size: 70px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px
}

.course-outline {
    color: #fff0;
    -webkit-text-stroke: 1px #000
}

.course-name {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px
}

.course-para {
    font-size: 17px;
    font-weight: 400
}

.inner-heading {
    font-size: 58px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800
}

.inner-course-heading {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase
}

.inner-course-stroke {
    color: #fff0;
    -webkit-text-stroke: 1px #000
}

.inner-para-width {
    font-size: 14px
}

.inner-overview-stroke {
    color: #fff0;
    -webkit-text-stroke: 1px #000
}

.inner-course-overview-stroke {
    color: #fff0;
    -webkit-text-stroke: 1px #fff
}

.skill-description {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-top: none
}

.course-toggle.active .skill-description {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px
}

.course-toggle {
    cursor: pointer;
    border: 1px solid #000;
    padding: 10px;
    text-align: left
}

.course-toggle h5 {
    font-size: 19px
}

.course-toggle i {
    margin-right: 5px
}

.skill-description ul {
    padding-left: 4px;
    margin-left: 0
}

.skill-description ul li {
    margin-bottom: 5px
}

.career-img-boy {
    width: 355px
}

.courses-software-sec {
    background: linear-gradient(45deg, #1a1a1a, #2d2d2d)
}

.software-card {
    transition: all 0.3s ease;
    border: 1px solid rgb(255 255 255 / .1)
}

.software-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .2);
    border-color: rgb(255 255 255 / .2)
}

.software-icon {
    filter: drop-shadow(0 5px 10px rgb(0 0 0 / .1));
    transition: all 0.3s ease
}

.software-card:hover .software-icon {
    transform: scale(1.1)
}

/*.software-icon {*/
/*  width: 150px !important;*/
/*}*/

.courses-heading {
    font-size: 2.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .3)
}

.course-content {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    background-image: url(../img/course-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.course-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.course-content>.container {
    position: relative;
    z-index: 1
}

.faq-heading {
    font-size: 50px;
    font-weight: 800;
    text-align: left
}

.faq-image {
    max-width: 100%;
    height: auto
}

.faq-left {
    text-align: center
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0;
    background: none;
    margin-bottom: .5rem
}

.faq-line {
    border-bottom: 1px solid #DEDEDE
}

.accordion-button {
    background: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0;
    color: #000;
    box-shadow: none;
    transition: color 0.3s;
    line-height: 22px
}

.accordion-button::after {
    content: '';
    background-repeat: no-repeat;
    background-size: 1rem;
    height: 1rem;
    margin-left: auto;
    display: inline-block;
    transition: transform 0.2s ease-in-out
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg)
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000
}

.accordion-body {
    padding: 0 0 1rem 0;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
        font-weight: 500;
}

.gallery {
    padding: 20px 0 80px
}

.gallery-wrapper {
    border-radius: 20px;
    overflow: hidden
}

.gallery-thumbs img {
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px
}

.gallery-preview img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.gallery-preview {
    text-align: center
}

.thumb-slider-wrapper {
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px
}

.thumb-strip {
    flex-wrap: nowrap !important
}

.thumb-strip img {
    flex: 0 0 auto;
    margin-right: 10px;
    margin-left: 10px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #fff0
}

.thumb-strip img.active {
    border-color: #007bff
}

.gallery-arrow-btn {
    background: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    border: none;
    font-size: 24px;
    z-index: 10
}

.gallery-preview .start-0 {
    left: 30px !important
}

.gallery-preview .end-0 {
    right: 30px !important
}

.who-for {
    padding: 80px 0
}

.who-for-list {
    margin-top: 20px
}

.who-for-list li {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    list-style: disc
}

.who-this-img-boy {
    position: absolute;
    width: 62%;
    right: 191px;
    bottom: -272px
}

/*Placement*/
.place-heading,
.place-outline {
    font-size: 70px;
    font-weight: 800;
    margin-left: 0;
    text-transform: uppercase;
}

.place-outline {
    color: #fff0;
    -webkit-text-stroke: 1px #000
}

.placement-heading,
.placement-outline {
    font-size: 50px;
    font-weight: 800;
    margin-left: 0;
    text-transform: uppercase;
}

.placement-outline {
    color: #fff0;
    -webkit-text-stroke: 1px #000
}

.place-para {
    font-size: 18px;
}

.prof-heading,
.prof-outline {
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
}

.prof-outline {
    color: #fff0;
    -webkit-text-stroke: 1px #fff;
}

.prof-sub-heading {
    font-size: 25px;
    font-weight: 800;
}

.develop-heading,
.develop-outline {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.develop-outline {
    color: #fff0;
    -webkit-text-stroke: 1px #000;
}

.define {
    font-size: 45px;
    color: #00000029;
    font-weight: 800;
}

.develop-para {
    color: #5a5a5a;
    line-height: 38px;
    font-size: 27px;
}

.partner-para {
    font-size: 18px;
    line-height: 30px;
}

.partner img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner img:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/*events*/
.event-para {
    line-height: 27px;
    font-weight: 500;
    font-size: 20px;
}

.event-title {
    font-size: 49px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.event-block {
    margin-bottom: 7.5rem !important;
}

/*about-us*/
.about-us {
    padding-bottom: 7rem !important;
}

.about-us-heading,
.about-us-outline {
    font-size: 70px;
    font-weight: 800;
    margin-left: 0;
    text-transform: uppercase
}

.about-us-outline {
    color: #fff0;
    -webkit-text-stroke: 1px #000
}

/*Contact*/
.contact-para {
    font-size: 24px;
    line-height: 35px;
    color: #000;
    font-weight: 800;
}

.contact-class {
    font-size: 19px;
    color: #000;
}

.sub-contact {
    font-size: 17px;
    color: #000;
}

.map-responsive {
  position: relative;
  width: 100%;
  height: 400px; /* Set a fixed height */
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*privacy*/
.privacy-para p:first-child {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
    color: #5a5a5a;
    font-weight: 500;
}

.heading-ques h4 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 20px;
    text-transform: uppercase;
}

.sub-privacy-para {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.privacy-list li,
.privacy-terms li {
    list-style: decimal;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

/*terms and condition*/
.heading-terms {
    margin-bottom: 10px;
}

.privacy-terms li {
    list-style: none;
    margin-bottom: 0px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
         .call-text {
        display: none !important;
    }
    .header-call {
        margin-right: 0px !important;
          margin-left: 24px !important;
    }
    
    .career-img-boy {
    width: 200px;
}
    
    .navbar-brand {
        margin-left: 0
    }

    .navbar {
        padding: 1.1rem 1rem !important
    }

    .banner-content h1 {
        font-size: 40px
    }

    .banner-part {
        min-height: 300px
    }

    .course-heading h1 {
        font-size: 40px
    }

    .course-name {
        font-size: 25px;
        text-align: center
    }

    .course-para {
        font-size: 16px;
        text-align: center
    }

    .course-btn {
        text-align: center
    }

    .btn-talk {
        padding: 15px;
        font-size: 15px
    }

    footer {
        text-align: center
    }

    .bottom-links-content {
        display: block
    }

    .media {
        height: 0
    }

    .footer-logo {
        display: block;
        margin-left: auto
    }

    .footer-desc {
        max-width: none
    }

    .footer-icon {
        margin-left: auto
    }

    .footer-add {
        font-size: 15px
    }

    .gallery-preview img {
        width: 100%;
        height: 160px;
        max-height: 400px
    }

    .thumb-strip img {
        height: 60px
    }

    .faq-heading {
        font-size: 29px;
        text-align: center
    }

    .faq-image {
        max-width: 70%
    }

    .inner-course-heading {
        font-size: 40px;
        text-align: center;
        margin-top: 20px
    }

    .inner-para {
        text-align: center !important;
        font-size: 16px
    }

    .inner-para-width {
        width: 100%;
        font-size: 16px;
        text-align: center !important
    }

    .inner-heading {
        font-size: 28px
    }

    .course-toggle h5 {
        font-size: 16px
    }
    
    .skill-description ul li {
    font-size: 14px;
}
    
    .home-main-heading{
        font-size: 30px
    }

    .homehead {
        font-size: 40px
    }

    .our-heading,
    .text-outline {
        font-size: 40px
    }

    .rounded-top-section {
        overflow: visible
    }

    .real-content p,
    .para-para {
        width: 100%
    }

    .year-heading {
        font-size: 38px;
        margin-bottom: 0
    }

    .dragon-img img {
        display: none
    }

    .card-para {
        width: 100%;
        font-size: 14px
    }

    .card-icon {
        margin-left: auto !important
    }

    .review {
        min-height: 500px;
        padding: 40px 0
    }

    .testimonial-text {
        font-size: 16px;
        width: 100%;
        padding: 0 15px
    }

    .testimonial-icon img {
        width: 100px
    }

    .arrow-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem
    }

    .arrow-left {
        left: 10px
    }

    .arrow-right {
        right: 10px
    }

    .testimonial-avatars {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        padding: 10px 0
    }

    .testimonial-avatars img {
        width: 45px;
        height: 45px
    }

    .accordion-button {
        font-size: 16px
    }

    .footer-bottom img {
        margin-top: -85px;
        width: 40%
    }

    .top-link.show-link {
        display: none
    }

    .footer-nav a {
        margin: 0 5px
    }

    .bottom-para {
        margin: 15px 0
    }

    .about-character {
        transform: translate(83px, 72px);
        width: 160px
    }

    .about-img {
        width: 160px;
        position: absolute;
        top: 661px;
        left: -2px
    }

    .experience {
        top: 753px;
        right: 105px
    }

    .num-heading {
        font-size: 40px
    }

    .text-start-left {
        text-align: center !important
    }

    .cap-image img,
    .vision-img,
    .img-orbit {
        display: none
    }

    .player {
        padding: 120px 0 0
    }

    .card {
        text-align: center
    }

    .vision {
              padding: 50px 0 424px;
    }

    .who-this-img-boy {
        display: none
    }

    .text-start {
        text-align: center !important
    }

    .who-for-list li {
        font-size: 14px
    }

    .who-for {
        padding: 0 0 80px
    }

    .nav-icons a {
        display: none
    }

    .navbar-brand img {
        height: 45px
    }

    .container.d-flex.flex-nowrap {
        flex-wrap: wrap !important;
        flex-direction: column;
        overflow: visible
    }

    .course-card {
        width: 100% !important;
        height: auto;
        margin-bottom: 1.5rem;
        border-radius: 1rem
    }

    .course-card:hover {
        width: 100%
    }

    .course-card .description {
        width: auto;
        opacity: 1;
        transform: translateY(0);
        padding: 1rem;
        height: 450px
    }

    .studio {
        padding: 0 0 80px !important
    }

    .award-heading {
        font-size: 40px;
        white-space: normal;
        text-align: center
    }

    .award-wrapper {
        margin-bottom: auto
    }

    .award-line {
        flex-direction: column;
        gap: 1rem
    }

    .award-line::before,
    .award-line::after {
        display: none
    }

    .card-heading {
        font-size: 22px;
        margin-left: auto
    }

    .vision-bg {
        display: none
    }
    
    .place-para{
        text-align: center !important;
        font-size: 16px;
    }
    
    .define{
            font-size: 35px;
    }
    
    .develop-para, .partner-para  {
            line-height: 25px;
        font-size: 16px;
}

.place-heading, .place-outline {
    font-size: 40px;
}

.event-para {
           font-size: 16px;
        text-align: center;
        margin-top: 16px;
}

.game-heading {
    font-size: 25px;
}

.design-para {
    width: 100%;
    font-size: 14px;
}

.description a {
    font-size: 30px;
}

.prof-sub-heading {
    font-size: 22px;
}

.event-logo{
    width: 200px;
}

.event-title {
    font-size: 40px;
    text-align: center;
}

.event-block {
    margin-bottom: 4.5rem !important;
}

.contact-para {
    font-size: 25px;
    text-align: center;
}

.contact-class {
    font-size: 20px;
    text-align: center;
}

.sub-contact {
     font-size: 18px; 
    text-align: center;
}

.privacy-para p:first-child {
    font-size: 16px;
}

.heading-ques h4 {
            font-size: 20px;
        text-align: center;
        line-height: 25px;
}

.sub-privacy-para {
    font-size: 16px;
    text-align: center;
        line-height: 25px;
}

.privacy-list li {
    font-size: 14px;
    line-height: 25px;
}

.privacy-terms li {
    font-size: 16px;
    line-height: 25px;
    word-break: break-word; 
  }

  .terms-email {
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    font-size: 15px;
  }
  
  .accordion-body {
    font-size: 14px;
}

.software-card h5{
    font-size: 16px;
}

 /*.software-icon {*/
 /*   width: 120px !important;*/
 /* }*/

.gallery-preview .start-0 {
    left: 20px !important;
}

.gallery-preview .end-0 {
    right: 20px !important;
}

.gallery-arrow-btn {
    padding: 2px 6px;
    font-size: 20px;
    z-index: 10;
}
}

@media only screen and (min-width:450px) and (max-width:750px){
        .gallery-preview img {
        height: 200px !important;
        max-height: 400px;
    }
}

/*@media only screen and (min-width:550px) and (max-width:750px){*/
/*        .gallery-preview img {*/
/*        height: 300px !important;*/
/*        max-height: 400px;*/
/*    }*/
/*}*/

@media only screen and (min-width: 750px) and (max-width: 767px) {
    .gallery-preview img {
        width: 100%;
        height: 250px;
        max-height: 400px;
    }
}


@media only screen and (min-width:767px) and (max-width:1040px) {
            .call-text {
        display: none !important;
    }
    .header-call {
        margin-right: 0px !important;
          margin-left: 24px !important;
    }
    
    .nav-icons{
        display: none !important;
    }
    
    .course-heading h1 {
        font-size: 60px
    }

    .course-name {
        font-size: 25px
    }

    .course-para {
        font-size: 14px;
        margin-bottom: 10px
    }

    .btn-talk {
        padding: 15px;
        font-size: 16px
    }

    .course-img-bg {
        height: 400px
    }

    .testimonial-text {
        font-size: 22px;
        padding: 0 20px
    }

    .testimonial-icon img {
        width: 120px
    }

    .arrow-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem
    }

    .testimonial-avatars img {
        width: 50px;
        height: 50px
    }
}

@media only screen and (min-width:767px) and (max-width:800px) {
    
    .studio {
    padding: 3rem 0 !important;
  }
  .game-section {
    transform: translate(0, 40px); /* Reduce vertical shift for tighter screens */
    padding: 0 10px;
  }

  .num-heading {
    font-size: 44px;
  }

  .count-year small {
    font-size: 12px;
  }

      .about-img {
       width: 250px;
        transform: translate(-10px, -44px);
    }
    
    .count-year{
        transform: translate(-26%, -70%) !important;
    }
    
        .about-character {
            transform: translate(0, 33px);
        width: 250px;
        margin-left: 236px;
}
    
    .year-heading {
        font-size: 55px
    }

        .dragon-img img {
        position: relative;
        left: -167px;
        top: 130px;
        width: 140px;
    }

    .inner-para-width {
        text-align: center !important
    }
    
    .navbar-brand{
            margin-left: 0;
    }
    
    .vision-bg {
    margin-top: 50px;
}

  .boy-img {
              max-width: 350px;
        top: 205px;
        left: 50%
    }
    
    .orbit-img {
    position: absolute;
    top: 50%;
    left: 50%;
    }

.heading {
    font-size: 40px;
}

.our-heading, .text-outline {
    font-size: 70px;
}

 .character-img {
        position: static;
        width: 520px;
        height: auto
    }
    
    .cap-image img {
    left: -161px;
}

.inner-course-heading {
    font-size: 50px;
}

.inner-para-width {
    font-size: 16px;
}

    .career, .who-for-section {
        padding: 50px 0 524px !important;
    }
    
    .arrow-left {
    left: -20px;
}

   .arrow-right {
    right: -20px;
}

.about-us-heading, .about-us-outline {
    font-size: 50px;
    font-weight: 800;
    margin-left: 0;
    text-transform: uppercase;
}

.footer{
    text-align: center;
}

.footer-logo {
    width: 55%;
    margin-left: auto;
}

.footer-desc {
    max-width: 100%;
}

.footer-icon {
      margin-left: auto;
}

.place-heading, .place-outline {
    font-size: 50px;
}

.develop-para {
    line-height: 34px;
    font-size: 24px;
}

.event-logo{
        width: 350px;
}

.event-title {
    font-size: 40px;
    text-align: center;
}

.event-para {
    text-align: center;
}

.event-block {
    margin-bottom: 3.5rem !important;
}
}

@media only screen and (min-width:800px) and (max-width:1000px) {
    .heading {
        font-size: 45px
    }

    .navbar-brand {
        margin-left: 0
    }

    .our-heading,
    .text-outline {
        font-size: 80px
    }

    .character-img {
        max-width: 480px
    }

    .vision .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .vision .col-lg-6 {
        width: 50%;
        max-width: 100%;
        padding: 20px;
        text-align: center
    }

    .vision .col-lg-6.text-lg-start {
        text-align: left
    }

    .vision-graphics-wrapper {
        max-width: 100%;
        padding: 20px
    }

    .vision-bg {
        max-width: 600px
    }

    .orbit-img,
    .boy-img {
        max-width: 100%
    }

    .para-para {
        width: 311px;
        margin-left: 0;
        text-align: left
    }

    .vision .col-lg-6 {
        text-align: left !important
    }

    .year-heading {
        font-size: 55px
    }

    .dragon-img img {
               position: relative;
        left: -198px;
        top: 151px;
        width: 25%;
    }

    .player .row.g-4.justify-content-center {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px
    }

    .player .col-lg-4.col-md-6 {
        flex: 1;
        max-width: 100%
    }

    .card-para {
        width: auto
    }

    .card-heading {
        font-size: 17px
    }

    .career .row,
    .who-for-section .row {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 20px
    }

    .career .col-lg-6,
    .who-for-section .col-lg-6 {
        flex: 0 0 48%;
        max-width: 48%;
        text-align: start !important
    }

    .career .vision-graphics-wrapper,
    .who-for-section .vision-graphics-wrapper {
        margin: 0 auto
    }

    .orbit-img-career {
        width: 450px
    }

    .who-for-list li {
        font-size: 16px;
        margin-bottom: 5px
    }

    .inner-para-width {
        width: 100%
    }

    .footer a {
        font-size: 14px
    }
}

@media only screen and (min-width:1001px) and (max-width:1200px) {
    .character-img {
        max-width: 600px
    }

    .vision .row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        text-align: left;
        gap: 30px
    }

    .vision .col-lg-6 {
        flex: 1;
        max-width: 50%
    }

    .vision-graphics-wrapper {
        max-width: 100%;
        margin: 0
    }

    .vision-bg {
        max-width: 800px;
        height: auto;
        border-radius: 12px
    }

    .orbit-img {
        top: 50%;
        left: 25%;
        max-width: 800px
    }

    .boy-img {
        top: 50%;
        left: 25%;
        max-width: 450px
    }

    .para-para {
        font-size: 16px;
        width: 100%
    }

    .btn-talk {
        font-size: 16px;
        padding: 10px 20px
    }

    .career .row,
    .who-for-section .row {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
        text-align: left
    }

    .career .col-lg-6,
    .who-for-section .col-lg-6 {
        flex: 1;
        max-width: 50%
    }

    .orbit-img-career {
        max-width: 600px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .boy-img-career {
        max-width: 350px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .boy-img-who-for {
        max-width: 375px
    }

    .inner-course-heading {
        font-size: 50px
    }

    .inner-para-width {
        font-size: 16px;
        width: 100%
    }

    .card-para {
        width: 100%
    }

    .card-heading {
        font-size: 22px
    }

    .year-heading {
        font-size: 50px
    }

    .dragon-img img {
               left: -230px;
        top: 167px;
        width: 170px;
    }

    .heading {
        font-size: 47px
    }

    .inner-course-heading {
        font-size: 40px
    }

    .navbar {
        padding: .8rem 1.5rem !important
    }

    .navbar-brand img {
        height: 50px
    }

    .navbar .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .navbar-nav {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap
    }

    .nav-link {
        white-space: nowrap;
        font-size: 16px !important;
        margin-right: .8rem
    }

    .nav-icons {
        display: flex;
        align-items: center
    }

    .nav-icons a {
        display: none
    }

    .nav-icons a[href^="tel:"] {
        display: inline-flex;
        align-items: center;
        margin-left: -1rem;
        font-size: 1.1rem
    }
}

@media only screen and (min-width:1201px) and (max-width:1327px) {
    .nav-link {
        font-size: 16px !important;
        margin-right: .7rem;
        white-space: nowrap
    }

    .nav-icons i {
        font-size: 1.1rem;
        margin-left: 1rem
    }

    .nav-icons a:last-child {
        font-size: 16px;
        margin-left: 1rem;
        white-space: nowrap
    }

    .navbar-brand img {
        height: 50px
    }

    .character-img {
        max-width: 680px
    }

    .heading {
        font-size: 42px
    }

    .num-heading {
        font-size: 40px
    }

    .experience {
        transform: translate(-25%, -35%) !important;
        padding: 1rem 1.2rem !important
    }

    .about-character {
        transform: translate(0, 40px)
    }

    .game-section {
        transform: translate(0, 40px)
    }

    .about-heading {
        font-size: 16px
    }
}

@media only screen and (min-width: 550px) and (max-width: 768px) {
  .awards-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .awards-section .col {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
  }

  .award-wrapper {
    width: 180px;
    padding: 50px 15px;
    margin-bottom: 20px;
  }

  .award-title {
    font-size: 16px;
  }

  .award-subtitle {
    font-size: 14px;
  }

  .award-line {
    justify-content: center; /* Ensure heading stays centered */
    margin-bottom: 30px;
  }

  .award-heading {
    font-size: 28px;
  }

  .section-title .line {
    width: 70px;
    height: 2px;
  }
}

@media only screen and (min-width:400px) and (max-width:450px){
        .about-img {
        top: 575px;
        left: -2px;
    }
}

@media only screen and (min-width:450px) and (max-width:500px){
        .about-img {
               width: 170px;
        position: absolute;
        top: 549px;
        left: -2px;
    }
    
        .experience {
        top: 726px;
        right: 168px;
    }
    
        .about-character {
        transform: translate(83px, 72px);
        width: 170px;
    }
}

@media only screen and (min-width:500px) and (max-width:550px){
        .about-img {
               width: 190px;
        position: absolute;
        top: 557px;
        left: 10px;
    }
    
    .experience {
        top: 762px;
        right: 168px;
    }
    
        .about-character {
               transform: translate(112px, 78px);
        width: 195px;
    }
}

@media only screen and (min-width:550px) and (max-width:767px){
        .about-img {
                  width: 200px;
        position: absolute;
        top: 496px;
        left: 10px;
    }
    
    .experience {
             top: 704px;
        right: 218px;
    }
    
        .about-character {
           transform: translate(127px, 72px);
        width: 215px;
    }
}

@media only screen and (min-width:992px) and (max-width:1000px){
    .count-year{
        transform: translate(-12%, -30%) !important;
    }
}

.whatsapp{
  position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 888;
}

.whatsapp img{
    width: 60px;
    height: auto;
}









