:root {
    --red-orange-color-wheel: #003D96;
    --ultramarine-blue: #0391FF;
    --lavender-blue: #d2dafe;
    --oxford-blue: #050e38;
    --light-gray: #cccccc;
    --sonic-silver: #787878;
    --blue-crayola: #0d6dfd;
    --cultured: #f2f3f7;
    --white: #ffffff;

    --fs-1: 3.8rem;
    --fs-2: 3.5rem;
    /* --fs-3: ; */
    --fs-4: 2.2rem;
    --fs-5: 2rem;
    --fs-6: 1.5rem;

    --fw-5: 500;
    --fw-6: 600;
    --fw-7: 700;
    --fw-8: 800;
    --fw-9: 900;

    --px: 0.8rem;
    --py: 5rem;
    --first-color: #00dae966;
    --second-color: #c40041;
    --third-color: #003D96;
    --accent-color: #0391FF;
    --dark-color: #161616;
    --default-transition: 0.25s ease;
}


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
    /* background: #000; */
    color: #fff;
}

/* =========== HOME =========== */
/* =========== ANIMATION =========== */

.drop-anim {
    animation: drop 2.5s infinite;
}

.card__img img {
    min-height: 170px;
    max-height: 170px;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
}

.owl-nav button {
    color: #0391FF;
    font-size: 30px;
}

.btn {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: var(--smallPara);
    font-weight: var(--fw-5);
    border-radius: 8px;
    color: var(--white);
    padding: 20px 45px;
    text-transform: uppercase;
    overflow: hidden;
}

.btn .btn-text {
    position: relative;
    z-index: 5;
}

.btn-primary,
.btn-secondary .square {
    background: var(--red-orange-color-wheel);
}

.btn .square {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: var(--default-transition);
}

.btn:hover .square {
    right: -2px;
    width: 102%;
    height: 102%;
}

.btn-primary .square,
.btn-secondary {
    background: var(--oxford-blue);
}

@keyframes drop {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }

}

.smooth-zigzag-anim-1 {
    animation: smooth-zigzag-1 5s linear infinite;
}

/* BELLOW SLIDER | STUENT SERVICE, INSTRUCTOR  */
.respslider-container,
.respslider-containerr {
    overflow: hidden;
    position: relative;
}


.respslider-track,
.respslider-trackk {
    display: flex;
    transition: transform 0.5s ease;
}

.respslider-slide,
.respslider-slideotherSlide {
    flex: 0 0 auto;
    padding: 0 10px;
    box-sizing: border-box;

}

.respslider-image,
.respslider-image2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
    transition: transform 0.2s ease;
    object-position: top;
}

.respslider-image:hover {
    transform: scale(1.02);
}

.bgOfMultiSlider {
    background: var(--AMDAsecondary-color);
    font-size: var(--veryFirstPara);
    color: white;
}


/* BELLOW SLIDER | STUENT SERVICE, INSTRUCTOR END */
@keyframes smooth-zigzag-1 {

    0%,
    100% {
        transform: translate(0);
    }

    25% {
        transform: translate(10px, 10px);
    }

    50% {
        transform: translate(5px, 5px);
    }

    75% {
        transform: translate(10px, -5px);
    }

}

.smooth-zigzag-anim-2 {
    animation: smooth-zigzag-2 5s linear infinite;
}

@keyframes smooth-zigzag-2 {

    0%,
    100% {
        transform: translate(0);
    }

    25% {
        transform: translate(-10px, -10px);
    }

    50% {
        transform: translate(-5px, -5px);
    }

    75% {
        transform: translate(-10px, 5px);
    }

}

.smooth-zigzag-anim-3 {
    animation: smooth-zigzag-3 5s linear infinite;
}

@keyframes smooth-zigzag-3 {

    0%,
    100% {
        transform: translate(0);
    }

    25% {
        transform: translate(-7px, -7px);
    }

    50% {
        transform: translate(-14px, -14px);
    }

    75% {
        transform: translate(-7px, -7px);
    }

}

.pulse-anim {
    animation: pulse 3s linear infinite;
}

@keyframes pulse {

    0%,
    70% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 1);
    }

    100% {
        box-shadow: 0 0 0 15px transparent;
    }

}

/* =========== HOME =========== */

.home {
    position: relative;
    padding: var(--py) var(--px);
    overflow: hidden;
    padding-bottom: 0;
}

.home::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, hsla(217, 100%, 50%, 0.3), transparent 70%);
}

.section-text {
    color: var(--sonic-silver);
    font-family: 'Montserrat', sans-serif;
    font-size: var(--smallPara);
    line-height: 1.6;
}

.section-subtitle {
    color: var(--ultramarine-blue);
    font-weight: var(--fw-7);
    font-size: var(--verySecHeading);
}

.home::after {
    content: '';
    position: absolute;
    top: 100px;
    right: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, hsla(15, 100%, 55%, 0.3), transparent 70%);
}

.home .deco-shape {
    position: absolute;
}

.home .shape-1 {
    top: 14%;
    left: 8%;
}

.home .shape-2 {
    top: 600px;
    left: 30px;
}

.home .shape-3 {
    top: 25%;
    right: 0;
}

.home .shape-4 {
    top: 570px;
    right: 110px;
}

.home-left {
    margin-bottom: 60px;
}

.home-left,
.home-right {
    position: relative;
    z-index: 10;
}

.home .section-subtitle {
    text-align: center;
    margin-bottom: 25px;
}

.main-heading {
    color: var(--oxford-blue);
    font-size: var(--veryFirstHeading);
    font-weight: var(--fw-9);
    line-height: 1.2;
    margin-bottom: 48px;
    text-align: center;
}

.underline-img {
    display: inline-block;
    position: relative;
}

.underline-img img {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}

.home .section-text {
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.home-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.home-right .img-box {
    position: relative;
}

.home-right .img-box img {
    position: absolute;
}

.home-right .img-box .banner-img {
    position: relative;
    width: auto;
    max-width: 100%;

    margin: auto;
}

.home-right .background-shape {
    width: auto;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* z-index: 1; */
}

.home-right .icon-1 {
    top: 200px;
    left: 20px;
}

.home-right .icon-2,
.home-right .icon-3 {
    display: none;
}

.home-right .icon-4 {
    top: 60px;
    right: 20px;
    filter: drop-shadow(0 8px 30px hsla(350, 100%, 68%, 0.5));
}

.icon-1,
.icon-2,
.icon-3,
.icon-4 {
    filter: drop-shadow(0 10px 20px hsla(0, 0%, 0%, 0.2));
    z-index: 5;
}


/* ----------------home end  */
/* =========== ABOUT =========== */

.about {
    padding: var(--py) var(--px);
    background: var(--cultured);
    overflow: hidden;
}

.about-left .img-box {
    position: relative;
}

.about-left img {
    position: absolute;
}

.about-bg,
.about-img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

.about-left .about-img {
    position: relative;
    z-index: 2;
}

.about-left .icon-1 {
    top: 130px;
    right: 0;
    z-index: 5;
}

.about-left .icon-2 {
    display: none;
}

.about-right {
    padding-top: 50px;
}

.about-right .section-subtitle {
    margin-bottom: 10px;
}

.about-right .section-titlexskmx {
    margin-bottom: 30px;
}

.about-right .section-text {
    margin-bottom: 20px;
}

.about-ul {
    margin-bottom: 40px;
}

.about-ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-ul ion-icon {
    font-size: 30px;
    color: var(--red-orange-color-wheel);
}

.about-ul p {
    color: var(--oxford-blue);
    font-family: 'Montserrat', sans-serif;
    font-size: var(--smallPara);
    font-weight: var(--fw-5);
    line-height: 1.6;
    text-align: left;
}

.about-ul li:not(:last-child) {
    margin-bottom: 30px;
}

/* about end  */
/* =========== FEATURES =========== */
.features {
    background: var(--oxford-blue);
}

.features-left {
    /* padding: var(--py) var(--px); */
    padding: 22px 0 0 37px;
}

.features .section-subtitle {
    margin-bottom: 15px;
}

.features .section-titlexskmx {
    color: var(--white);
    margin-bottom: 30px;
}

.features-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.features-item:not(:last-child) {
    margin-bottom: 30px;
}

.features-item .item-icon-box {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 2px 15px;
}

.features-item .blue {
    background: hsl(222, 87%, 56%);
}

.features-item .pink {
    background: hsl(336, 73%, 50%);
}

.features-item .purple {
    background: hsl(265, 83%, 44%);
}

.features-item .wrapper {
    max-width: calc(100% - 85px);
}

.features-item .item-title {
    color: var(--white);
    font-size: var(--verySecHeading);
    font-weight: var(--fw-7);
    margin-bottom: 10px;
}

.features-item .item-text {
    font-family: 'Montserrat', sans-serif;
    color: hsl(231, 100%, 94%);
    font-size: var(--smallPara);
    line-height: 1.6;
}

.features-right {
    height: 500px;
}

.features-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -------------------------- */
/* instructor  */
/* =========== INSTRUCTOR =========== */
/*.instructor {*/
/*    padding: 22px 6rem;*/
/*}*/

@media(max-width:550px) {
    /*.instructor {*/
    /*    padding: 22px 3rem;*/
    /*}*/
}

.instructor .section-subtitle {
    text-align: center;
    margin-bottom: 15px;
}

.instructor .section-titlexskmx {
    text-align: center;
    margin-bottom: 20px;
}

.instructor-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
}

.instructor-card {
    background: hsl(220, 33%, 97%);
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 8px;
    text-align: center;
    transition: var(--default-transition);
}

.instructor-card:hover {
    background: var(--white);
    box-shadow: 0 10px 30px hsla(0, 0%, 0%, 0.1);
}

.instructor-img-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.instructor-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--default-transition);
}

.instructor-card:hover .instructor-img-box img {
    transform: scale(1.1);
}

.instructor-card .social-link {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: var(--default-transition);
}

.instructor-card .social-link a {
    background: var(--ultramarine-blue);
    color: var(--white);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: var(--default-transition);
}

.instructor-card .social-link a:hover {
    background: var(--red-orange-color-wheel);
}

.instructor-card:hover .social-link {
    bottom: 20px;
}

.section-titlexskmx {
    font-size: var(--veryFirstHeading);
    font-weight: var(--fw-8);
    color: var(--oxford-blue);
    line-height: 1.3;
}


.instructor-name {
    color: var(--oxford-blue);
    font-size: var(--verySecHeading);
    font-weight: var(--fw-7);
    margin-bottom: 10px;
    transition: var(--default-transition);
}

.instructor-card:hover .instructor-name {
    color: var(--red-orange-color-wheel);
}

.instructor-title {
    color: var(--ultramarine-blue);
    font-family: 'Montserrat', sans-serif;
    font-size: var(--smallPara);
}

*/

/* instructor end */
.amdaACDslideshow-container {
    position: relative !important;
    max-width: 100%;
    overflow: hidden;
}
.bgOfMultiSlider h3{
padding:0 !important;
} 
.amdaACDslide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.amdaACDslide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amdaACDslide.amdaACDactive {
    opacity: 1;
    z-index: 1;
}

.amdaACDprev,
.amdaACDnext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    margin-top: -22px;
    color: #06f;
    font-weight: bold;
    font-size: 22px;
    transition: 0.3s;
    user-select: none;
    z-index: 2;
    transition: .2s ease-in-out;
}



.amdaACDnext {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.amdaACDprev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.amdaACDprev:hover,
.amdaACDnext:hover {
    background-color: rgba(0, 4, 88, 0.359);
}

.amdaACDpagination {

    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
    opacity: 0 !important;
}

.dakdna-container button {
    transition: .2s ease-in-out;
    opacity: 75%;
}

.dakdna-container button:hover {
    opacity: 100%;
}

.amdaACDdot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.amdaACDdot.amdaACDactive,
.amdaACDdot:hover {
    background-color: #fff;
}

/* multi slider  */
.amdaAcadamicxyz-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}

.amdaAcadamicxyz-slider-container {
    display: flex;
    transition: transform 0.5s ease;
}

.amdaAcadamicxyz-card-title2xcd {
    background: #0391FF;
    width: -webkit-fill-available;
    text-align: center;
}

.dakdna-content-wrapper {
    color: black;
    font-size: var(--smallPara);
}


.amdaAcadamicxyz-card {
    min-width: 25vw;
    flex-shrink: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 12px;
}

.amdaAcadamicxyz-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.amdaAcadamicxyz-card-title {
    width: 100%;
    text-align: center;
    color: white;
    font-size: var(--verySecHeading);
    font-weight: bold;
    padding: 2px;
}

.amdaAcadamicxyz-red {
    background-color: #ff3000;
}

.amdaAcadamicxyz-orange {
    background-color: #ff6c00;
}

.amdaAcadamicxyz-darkred {
    background-color: #c80000;
}

.amdaAcadamicxyz-blue {
    background-color: #0095ff;
}

.amdaAcadamicxyz-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: black;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
}

.amdaAcadamicxyz-arrow.amdaAcadamicxyz-left {
    left: 10px;
}

.amdaAcadamicxyz-arrow.amdaAcadamicxyz-right {
    right: 10px;
}

/* multi slider  end*/

/* fooer ininite scrooling  */
.clients-section {
    background-color: #050e38;
    color: white;
    padding: 2rem 1rem;
    text-align: center;
}

.clients-heading {
    font-size: var(--verySecHeading);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.clients-subheading {
    font-size: var(--miniFont11);
    font-weight: 200;
    margin-bottom: 2rem;
}

.logos-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    mask-image: linear-gradient(to right, transparent 0, white 128px, white calc(100% - 128px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, white 128px, white calc(100% - 128px), transparent 100%);
    height: 100px;
}

.logos-track {
    display: inline-block;
    white-space: nowrap;
    animation: scrollLeft 15s linear infinite;
}

.logos-wrapper:hover .logos-track {
    animation-play-state: paused;
}

.logos-track img {
    display: inline-block;
    height: 64px;
    margin: 0 1rem;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* fooer ininite scrooling end */
/* =========== MEDIA QUERIES =========== */

@media (min-width: 375px) {
    /* =========== VARIABLE =========== */

    :root {
        --fs-1: 5rem;
        --fs-2: 4.5rem;
        --fs-7: 1.8rem;

        --px: 30px;
    }

    /* =========== HOME =========== */

    .home-right .icon-1 {
        top: 25rem;
    }

    .home-right .icon-2 {
        display: block;
        top: 37rem;
        right: 5rem;
    }

    .home-right .icon-3 {
        display: block;
        top: 45rem;
        left: 0;
    }

    .home-right .icon-4 {
        width: 6rem;
        top: 15rem;
        right: 5rem;
    }

    /* =========== ABOUT =========== */
    .about-left .icon-1 {
        top: 15rem;
    }

    .about-left .icon-2 {
        display: block;
        top: 27rem;
        right: 0;
    }
}

@media (min-width: 575px) {

    /* =========== VARIABLE =========== */
    :root {
        --px: 4rem;
    }

    /* =========== HOME =========== */
    .home .shap-1 img {
        width: 10rem;
    }

    .home .shap-3 img {
        width: 25rem;
    }

    /* =========== ABOUT =========== */
    .about-left .icon-1 {
        top: 20rem;
    }

    .about-left .icon-2 {
        top: 350px;
    }

    /* =========== EVENT =========== */
    .event .play {
        right: -20px;
    }

    .event-card {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .event-card .content-left {
        width: 100px;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 15px;
        margin-right: 25px;
        box-shadow: 1px 0 0 0 var(--light-gray);
    }

    .event .schedule {
        justify-content: start;
        margin-bottom: 5px;
    }

    .event-card .event-name {
        text-align: left;
    }

    /* =========== CONTACT =========== */

    .contact h2 {
        font-size: var(--veryFirstHeading);
    }
}

@media (min-width: 767px) {

    /* =========== VARIABLE =========== */

    :root {

        --fs-1: 6rem;
        --fs-2: 5rem;
        --fs-7: 2rem;

        --px: 6rem;

    }

    .owl-nav button {
        font-size: 50px;
    }

    /* =========== CATEGORY, COURSE, INSTRUCTOR, BLOG, FOOTER =========== */

    .category .course-item-group,
    .course-grid,
    .instructor-grid,
    .blog-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }



    /* =========== EVENT =========== */

    .event .play {
        right: -100px;
    }



    /* =========== CONTACT =========== */

    .contact-card {
        padding: 40px 60px;
    }

}

@media (min-width: 850px) {

    /* =========== VARIABLE =========== */
    :root {
        --px: 14rem;
    }
}


@media (min-width: 992px) {

    /* =========== VARIABLE =========== */

    :root {

        --fs-5: 1.6rem;

        --px: 3rem;
        --py: 12rem;

    }



    /* =========== HOME =========== */

    .home {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .home::before {
        top: -10rem;
        left: -30rem;
    }

    .home::after {
        top: 0;
    }

    .home-left {
        margin-bottom: 0;
    }

    .home .section-subtitle,
    .main-heading,
    .home .section-text {
        text-align: left;
    }

    .home .section-text {
        margin: 0 0 3rem;
    }

    .home-btn-group {
        justify-content: start;
    }



    /* =========== ABOUT =========== */

    .about {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: end;
        gap: 4rem;
    }

    .about-left {
        margin-left: -7rem;
    }

    .about-left img {
        max-width: unset;
    }

    .about-right {
        padding-top: 0;
    }



    /* =========== COURSE =========== */

    .course {
        position: relative;
    }

    .course .section-subtitle,
    .course .section-titlexskmx {
        max-width: 600px;
    }

    .course-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 0;
    }

    .course .btn-primary {
        position: absolute;
        top: 130px;
        right: var(--px);
    }



    /* =========== EVENT =========== */

    .event {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 50px;
        align-items: center;
    }

    .event-left {
        margin-bottom: 0;
    }

    .event .play {
        right: -10px;
    }



    /* =========== FEATURE =========== */

    .features {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .features-right {
        height: auto;
    }



    /* =========== TESTIMONIALS =========== */

    .testimonials {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
    }



    /* =========== BLOG =========== */

    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }



    /* =========== CONTACT =========== */

    .contact-card {
        grid-template-columns: 1fr 1fr;
    }

    .contact-card h2 {
        text-align: left;
    }

    .contact .btn-primary {
        justify-self: end;
        align-self: center;
    }



    /* =========== FOOTER =========== */

    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 2fr;
    }

}

@media (min-width: 1200px) {

    /* =========== VARIABLE =========== */

    :root {

        --fs-1: 7rem;
        --fs-2: 5.5rem;
        --fs-3: 4rem;
        --fs-4: 2.5rem;
        --fs-7: 2.2rem;

        --px: 12rem;

    }



    /* =========== HOME =========== */

    .home-left {
        padding-bottom: var(--py);
    }

    .home .section-text {
        font-size: var(--thirdHeadingFontSize);
    }



    /* =========== CATEGORY =========== */

    .category .course-item-group {
        grid-template-columns: repeat(3, 1fr);
    }



    /* =========== EVENT =========== */

    .event {
        grid-template-columns: 1fr 1fr;
    }



    /* =========== INSTRUCTOR =========== */

    .instructor-grid {
        grid-template-columns: repeat(4, 1fr);
    }



    /* =========== CONTACT =========== */

    .contact-card h2 {
        font-size: 30px;
    }

}

@media (max-width: 1150px) {

    .logos-wrapper {

        height: 40px !important;
    }

    .logos-track img {
        width: 40px !important;
        height: 30px !important;
    }
}