@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;

}

:root {
    --color: rgb(194, 17, 129);
    --black: black;
    --white: white;
    --red: rgb(213, 24, 24);
    --blue: rgb(30, 97, 192);
    --gray: rgb(166, 166, 166);
    --green: rgb(113, 193, 105);
}

.header-1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    align-items: center;
}

.header-1 .first-header {
    display: flex;
    justify-content: space-between;
    width: 45%;
    font-family: 'Poppins', sans-serif;
}

.header-1 .first-header .header-contact {
    width: 32%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.header-1 .first-header .header-contact i {
    margin-right: 10px;
    font-size: 20px;
}

.header-1 .first-header .header-contact a {
    font-size: 15px;
    text-decoration: none;
    color: var(--gray);
    transition: 1s;

}

.header-1 .first-header .header-contact a:hover {
    color: var(--color);
}

.header-1 .first-header .header-contact :nth-child(1) {
    color: var(--color);
}

.header-1 .social-header {
    display: flex;
    justify-content: space-around;
    width: 10%;
}


.header-1 .social-header a i {
    color: var(--blue);
    transition: 0.8s;
    margin: 1%;
    font-size: 15px;
}

.header-1 .social-header a i:hover {
    color: var(--color);
}

/* -------------------------HEADER section ------------------------------------------------------------------ */
header {
    width: 100%;
    height: 90vh;
    position: relative;
    background-image: url(../Images/BANNER/NEW/banner.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 5%;
}

.navbar {
    align-items: center;
    justify-content: center;
    width: 100%;
    position: sticky !important;
    top: 0 !important;
    z-index: 5;
}

header .header-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 50%;
    background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
       
}

.header-content {
    position: absolute;
    width: 60%;
    left: 35%;
    top: 40%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.header-content h4 {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
}

.header-content h1 {
    color: var(--white);
    font-weight: 700;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;


}

.header-content h1 span {
    font-size: 20px;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;

}

.navbar .navbar-nav {
    justify-content: space-between !important;
}


.navbar .navbar-nav .nav-item .nav-link {
    color: var(--black);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}


.navbar ul li {
    color: var(--black);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;

    background-color: #fff;
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: var(--color);
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: var(--color);
}

.logo-section {
    width: 18%;
    height: 50px;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

.sign-up {
    width: 100px;
    padding: 5% 2%;
    font-size: 13px;
    margin-left: 3%;
    background: var(--color);
    border-radius: 5px;
    box-shadow: 0 0 10px var(--red);
    animation: animate 1s linear infinite;
    transition: 0.8s;
    text-align: center;

}

.collapse .navbar-nav .sign-up a {
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.collapse .navbar-nav .sign-up:hover {
    background-color: var(--black);
}


@keyframes animate {
    0% {
        box-shadow: 0 0 5px var(--color);

    }

    50% {
        box-shadow: 0 0 15px var(--red);

    }

    100% {
        box-shadow: 0 0 5px var(--color);

    }
}

header .mem {
    width: 150px;
    padding: 10px 15px;
    font-size: 13px;
    background: var(--color);
    border-radius: 5px;
    margin-top: 2%;
    animation: banner 4s linear infinite;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

header .mem:hover {
    color: var(--white);
    background-color: var(--black);
}


@keyframes banner {
    0% {
        box-shadow: 0 0 10px var(--white);

    }

    50% {
        box-shadow: 0 0 30px var(--white);

    }

    100% {
        box-shadow: 0 0 10px var(--white);

    }
}

.mem {
    width: 150px;
    padding: 10px 15px;
    font-size: 16px;
    background: var(--color);
    border-radius: 5px;
    margin-top: 2%;
    animation: mem 4s linear infinite;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;

    font-family: 'Poppins', sans-serif;
}

.mem:hover {
    color: var(--white);
    background-color: var(--black);
}

.intro-section .mem {
    width: 250px;
    padding: 10px 15px;
    font-size: 13px;
    background: var(--color);
    border-radius: 5px;
    margin-top: 2%;
    animation: mem 4s linear infinite;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    margin-left: 50%;
    transform: translate(-50%);
    font-family: 'Poppins', sans-serif;
}

@keyframes mem {
    0% {
        box-shadow: 0 0 10px var(--white);

    }

    50% {
        box-shadow: 0 0 30px var(--white);

    }

    100% {
        box-shadow: 0 0 10px var(--white);

    }
}

.line {
    width: 200px;
    height: 2px;
    background-color: var(--white);
    animation: line 5s ease-in-out infinite;
}

@keyframes line {
    0% {
        width: 50px;
    }

    50% {
        width: 200px;
        transform: translateX(50%);
    }

    100% {
        width: 50px;
    }

}

/*------------------------ HOME ABOUT CONTENT ------------------------------ */

.home-about {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5%;
    padding: 1%;
    position: relative;

}

.home-about .col {
    width: 47%;
    height: 400px;
    z-index: 1;
}

.home-about .col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.home-about .col h4 {
    color: var(--color);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.home-about .col h1 {
    color: var(--black);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.home-about-title {
    display: flex;
    flex-direction: column;
}

.home-about-title ul li {
    color: var(--color);
    font-weight: 500;
}

/* --------------------------introduction section -------------------- */

.intro-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 5%;
    height: auto;
}

.intro-section .intro-title {
    margin-bottom: 3%;
}

.intro-section .intro-title h3 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: var(--color);
}

.intro-section .intro-title p {
    font-family: 'Poppins', sans-serif;
    color: var(--gray);
}

.intro-section .intro-videos {
    display: flex;
    justify-content: space-between;
}

.intro-section .intro-videos iframe {
    width: 30%;
    height: 200px;
    border-radius: 15px;
}

/* review section  */

.review-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
    margin-bottom: 5%;
}

.review-sec .review-title {
    margin-bottom: 3%;
}

.review-sec .review-title h3 {
    color: var(--color);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.review-sec .review-title p {
    color: var(--gray);
}

.review-content {
    position: relative;
    padding: 1%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.review-content .reviewers-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../Images/BACKGROUND/BG-2.png);
    opacity: 100%;
}

.review-sec .review-content .owl-carousel .content-area .content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.review-sec .review-content .owl-carousel .content-area .content .reviewers-details {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 3%;
}

.review-sec .review-content .owl-carousel .content-area .content .reviewers-details .reviewers-name h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--red);
}

.review-sec .review-content .owl-carousel .content-area .content .reviewers-details .reviewers-name h6 {
    color: var(--gray);
    font-weight: 900;
}

.review-sec .review-content .owl-carousel .content-area .content .reviewers-details .star-rating i {
    color: var(--color);
    text-shadow: yellow,
        0 0 15px yellow,
        0 0 20px var(--black),
        0 0 25px var(--black),
        0 0 30px var(--black);
    animation: star 4s linear infinite;
}


@keyframes star {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}


/* want section  */

.want {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 5%;

}

.want h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;

}

.want h1 span {
    color: var(--color);
}

.want p {
    color: var(--gray);
}

.want .mem {
    margin-left: 50%;
    transform: translate(-50%);

    animation: animate 1s linear infinite;
}


/*-------------------------------------- learn section -------------------- */

.learn-section {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
}

.learn-section .learn-title h3 {
    color: var(--color);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.learn-section .learn-title p {
    color: var(--gray);
}

.learn-section .learn-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;

}

.learn-section .learn-content .learn-details {
    width: 30%;
    height: 100px;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

.learn-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../Images/BACKGROUND/BG-2.png);
    z-index: 0;
    opacity: 90%;
}

.learn-section .learn-content .learn-details p {
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* --------------------------Social links ------------------------------------------------------ */

.social-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    text-align: center;
}


.social-link .link-title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--color);
}

.social-link .link-title p {
    color: var(--gray);
}

.social-link .social-contents {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 3%;
}

.social-link .social-contents .socials {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    border-radius: 15%;
    border: 0.1px solid var(--black);
    animation: animate 1s linear infinite;
    position: relative;
    z-index: 1;

}


.social-link .social-contents .socials a {
    text-decoration: none;
}

.social-link .social-contents .socials a i {
    font-size: 50px;
    color: var(--white);
    transition: 1s;
}

.social-link .social-contents .socials:hover a i {
    color: var(--color);
}


/* --------------------------------------footer section -------------------------------------- */

footer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    height: auto;
    background-image: radial-gradient(circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgb(23, 23, 23) 100.2%);
    padding: 2%;
}

footer .footer-communicate {
    display: flex;
    flex-direction: column;
    width: 23%;
    justify-content: flex-start;
    text-align: justify;
}

footer .footer-communicate h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--color);
}

footer .footer-communicate a {
    text-decoration: none;
    color: var(--white);
    transition: 0.5s;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

footer .footer-communicate p {
    color: var(--white);
    font-size: 12px;

}

footer .footer-communicate a:hover {
    color: var(--blue);
}

footer .footer-communicate .footer-logo {
    width: 100%;
}


footer .footer-communicate .footer-logo img {
    width: 100%;
}

.f-address .footer-add {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;


}

.f-address .footer-add i {
    margin-right: 5%;
    font-size: 15px;
    color: var(--color);
}

.f-address .footer-add a {
    font-size: 13px;
}

footer .footer-communicate li::marker {
    color: var(--white);
}

/*--------------------- after footer --------------------------------------------------------- */

.after-footer {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-around;
}

.after-footer .copyright {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.after-footer .copyright h6 {
    color: var(--black);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;

}

.after-footer .copyright h6 a {
    text-decoration: none;
    color: var(--color);
    transition: 0.5s;
}

.after-footer .copyright h6 a:hover {
    color: var(--blue);
}


/* tESSELS CONTENT  */


.tassels-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    text-align: justify;
}

.tassels-container .carousel-content {
    width: 47%;
    height: 400px;
}

.tassels-content p {
    color: var(--gray);
}

.tassels-container .carousel-content img {
    height: 400px;
    object-fit: cover;
}

.tassels-container .tassels-content {
    width: 47%;
    height: auto;
    position: relative;
    padding-bottom: 3%;
}

.tassels-container .tassels-content h4 {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    color: var(--color);
    text-shadow: yellow,
        0 0 15px yellow,
        0 0 20px var(--black),
        0 0 25px var(--black),
        0 0 30px var(--black);
    animation: star 4s linear infinite;
}


.tassels-container .tassels-content .first-img-container h5 {
    font-family: 'Poppins', sans-serif;
    color: var(--red);
    font-weight: 900;
}

.tassels-container .tassels-content a {
    animation: animate 1s linear infinite;
    position: absolute;
    bottom: 3%;
    left: 0;
}

.tassels-content .first-img-container .first-content-list {
    margin-bottom: 4%;
}


.tassels-content .first-img-container .first-content-list .tassels-list {
    display: flex;
    justify-content: space-between;
}

.tassels-content .first-img-container .first-content-list ul li {
    font-family: 'Stylish', sans-serif;
    color: var(--black);
    font-weight: 700;
}

.tassels-content .first-img-container .first-content-list ul li::marker {
    color: var(--gray);

}


/* blinking  */

.blinking {
    position: fixed;
    bottom: 40px;
    left: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
    z-index: 12;
}

.blick {
    width: 50px;
    height: 50px;
}

.blinking .blick img {
    width: 100%;
    animation: blink 3s linear infinite;
    border-radius: 50%;
    opacity: 100%;
}

@keyframes blink {
    0% {
        border: 0px solid var(--gray);
        transform: rotate(0deg);

    }

    50% {
        border: 10px solid var(--green);
        transform: rotate(360deg);

    }

    100% {
        border: 0 nm px solid var(--gray);
        transform: rotate(0deg);


    }
}


.blinking-2 {
    position: fixed;
    bottom: 40px;
    right: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
    z-index: 12;
}

.blick-2 {
    width: 50px;
    height: 50px;

}

.blinking-2 .blick-2 img {
    width: 100%;
    border-radius: 50%;
    animation: blink-1 3s linear infinite;
    opacity: 100%;
}

@keyframes blink-1 {
    0% {
        border: 1px solid var(--gray);
        transform: rotate(0deg);
    }

    50% {
        border: 10px solid var(--blue);
        transform: rotate(360deg);


    }

    100% {
        border: 1px solid var(--gray);
        transform: rotate(0deg);


    }
}




















































@media screen and (max-width:320px) {


    .logo-section {
        width: 50%;
        height: 35px;
    }

    .logo-section img {
        width: 100%;
        height: 100%;
    }

    /* ------------------header section ----------- */
    .header-1 {
        display: none;

    }

    .navbar .navbar-bar-1 {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .navbar .navbar-bar-1 li {
        margin-right: 15px !important;
    }


    .header-content {
        position: absolute;
        width: 70%;
        left: 40%;
        top: 35%;
        transform: translate(-50%);
        display: flex;
        flex-direction: column;
    }

    .header-content h4 {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
    }

    .header-content h1 {
        font-weight: 700;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;


    }


    @keyframes line {
        0% {
            width: 50px;
        }

        50% {
            width: 200px;
            transform: translateX(10%);
        }

        100% {
            width: 50px;
        }

    }


    /* -------------------------HEADER section ------------------------------------------------------------------ */
    header {
        width: 100%;
        height: 90vh;
        position: relative;
        background-image: url(../Images/BANNER/NEW/banner-0.1.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        margin-bottom: 5%;
    }

    .header-overlay {
        background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
        z-index: 0 !important;
    }

    .header-content {
        z-index: 2;
    }

    .sign-up {
        width: 100px;
        padding: 5% 2%;
        font-size: 13px;
        margin-left: 0%;
        margin-bottom: 5%;
        background: var(--color);
        border-radius: 5px;
        box-shadow: 0 0 10px var(--red);
        animation: animate 1s linear infinite;
        transition: 0.8s;
        text-align: center;

    }

    /*------------------------ HOME ABOUT CONTENT ------------------------------ */

    .home-about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-bottom: 5%;
    }

    .home-about .col {
        width: 100%;
        height: 400px;
        margin-bottom: 5%;
    }

    /* intro section  */

    .intro-section .intro-videos {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .intro-section .intro-videos iframe {
        width: 100%;
        height: 200px;
        margin-bottom: 5%;
        border-radius: 15px;
    }

    .review-sec .review-content .owl-carousel .content-area .content .reviewers-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 3%;
    }


    .learn-section .learn-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        position: relative;

    }

    .learn-section .learn-content .learn-details {
        width: 100%;
        height: 100px;
        text-align: justify;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 1;
    }

    /* social */
    .social-link .social-contents {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        padding: 3%;
    }

    .social-link .social-contents .socials {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--black);
        border: 0.1px solid var(--black);
        animation: animate 1s linear infinite;
        position: relative;
        z-index: 1;

    }



    .social-link .social-contents .socials a {
        text-decoration: none;
    }

    .social-link .social-contents .socials a i {
        font-size: 20px;
        color: var(--white);
        transition: 1s;
    }

    .social-link .social-contents .socials:hover a i {
        color: var(--color);
    }



    /* --------------------------------------footer section -------------------------------------- */

    footer {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        height: auto;
        background-image: radial-gradient(circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgba(0, 0, 0, 1) 100.2%);
        padding: 2%;
    }

    footer .footer-communicate {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        text-align: justify;
        margin-bottom: 5%;
    }

    /* after footer */

    .after-footer .copyright {
        width: 47%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .after-footer .copyright h6 {
        color: var(--black);
        font-weight: 700;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;

    }

    /* tESSELS CONTENT  */


    .tassels-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        display: flex;
        justify-content: space-around;
    }

    .tassels-container .carousel-content {
        width: 100%;
        height: 400px;
        margin-bottom: 5%;
    }

    .tassels-content p {
        color: var(--gray);
    }

    .tassels-container .carousel-content img {
        height: 400px;
        object-fit: cover;
    }

    .tassels-container .tassels-content {
        width: 100%;
        height: 470px;
        position: relative;
        padding-bottom: 3%;
    }



}

@media screen and (min-width:321px) and (max-width:425px) {


    .logo-section {
        width: 50%;
        height: 35px;
    }

    .logo-section img {
        width: 100%;
        height: 100%;
    }

    .navbar .navbar-bar-1 {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .navbar .navbar-bar-1 li {
        margin-right: 15px !important;
    }

    /* -------------------------HEADER section ------------------------------------------------------------------ */
    /* -------------------------HEADER section ------------------------------------------------------------------ */
    header {
        width: 100%;
        height: 90vh;
        position: relative;
        background-image: url(../Images/BANNER/NEW/banner-0.1.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        margin-bottom: 5%;
    }

    .header-overlay {
        background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
        z-index: 0 !important;
    }

    .header-content {
        z-index: 2;
    }




    .sign-up {
        width: 100px;
        padding: 5% 2%;
        font-size: 13px;
        margin-left: 0%;
        margin-bottom: 5%;
        background: var(--color);
        border-radius: 5px;
        box-shadow: 0 0 10px var(--red);
        animation: animate 1s linear infinite;
        transition: 0.8s;
        text-align: center;

    }

    /* ------------------header section ----------- */
    .header-1 {
        display: none;

    }

    .header-content {
        position: absolute;
        width: 70%;
        left: 40%;
        top: 45%;
        transform: translate(-50%);
        display: flex;
        flex-direction: column;
    }

    .header-content h4 {
        font-family: 'Poppins', sans-serif;
        color: var(--white);
        font-size: 15px;
    }

    .header-content h1 {
        font-weight: 700;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;


    }


    @keyframes line {
        0% {
            width: 50px;
        }

        50% {
            width: 200px;
            transform: translateX(10%);
        }

        100% {
            width: 50px;
        }

    }



    /*------------------------ HOME ABOUT CONTENT ------------------------------ */

    .home-about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-bottom: 5%;
    }

    .home-about .col {
        width: 100%;
        height: 400px;
        margin-bottom: 5%;
    }


    /* intro section  */

    .intro-section .intro-videos {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .intro-section .intro-videos iframe {
        width: 100%;
        height: 200px;
        margin-bottom: 5%;
        border-radius: 15px;
    }

    .review-sec .review-content .owl-carousel .content-area .content .reviewers-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .learn-section .learn-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        position: relative;

    }

    .learn-section .learn-content .learn-details {
        width: 100%;
        height: 100px;
        text-align: justify;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 1;
    }

    /* social */
    .social-link .social-contents {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        padding: 3%;
    }

    .social-link .social-contents .socials {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--black);
        border: 0.1px solid var(--black);
        animation: animate 1s linear infinite;
        position: relative;
        z-index: 1;

    }



    .social-link .social-contents .socials a {
        text-decoration: none;
    }

    .social-link .social-contents .socials a i {
        font-size: 20px;
        color: var(--white);
        transition: 1s;
    }

    .social-link .social-contents .socials:hover a i {
        color: var(--color);
    }


    /* --------------------------------------footer section -------------------------------------- */

    footer {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        height: auto;
        background-image: radial-gradient(circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgba(0, 0, 0, 1) 100.2%);
        padding: 2%;
    }

    footer .footer-communicate {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        text-align: justify;
        margin-bottom: 5%;
    }


    /* after footer */

    .after-footer .copyright {
        width: 47%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: end;
    }

    .after-footer .copyright h6 {
        color: var(--black);
        font-weight: 700;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;

    }


    /* tESSELS CONTENT  */


    .tassels-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        display: flex;
        justify-content: space-around;
    }

    .tassels-container .carousel-content {
        width: 100%;
        height: 400px;
        margin-bottom: 5%;
    }

    .tassels-content p {
        color: var(--gray);
    }

    .tassels-container .carousel-content img {
        height: 400px;
        object-fit: cover;
    }

    .tassels-container .tassels-content {
        width: 100%;
        height: 420px;
        position: relative;
        padding-bottom: 3%;
    }





}

@media screen and (min-width:426px) and (max-width:600px) {


    .logo-section {
        width: 30%;
        height: 35px;
    }

    .logo-section img {
        width: 100%;
        height: 100%;
    }

    .navbar .navbar-bar-1 {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .navbar .navbar-bar-1 li {
        margin-right: 15px !important;
    }

    /* -------------------------HEADER section ------------------------------------------------------------------ */
    header {
        width: 100%;
        height: 90vh;
        position: relative;
        background-image: url(../Images/BANNER/NEW/banner-0.1.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        margin-bottom: 5%;
    }

    .header-overlay {
        background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
        z-index: 0 !important;
    }

    .header-content {
        z-index: 2;
    }

    .sign-up {
        width: 100px;
        padding: 3% 2%;
        font-size: 13px;
        margin-left: 0%;
        margin-bottom: 5%;
        background: var(--color);
        border-radius: 5px;
        box-shadow: 0 0 10px var(--red);
        animation: animate 1s linear infinite;
        transition: 0.8s;
        text-align: center;

    }


    /* ------------------header section ----------- */
    .header-1 {
        display: none;

    }

    .header-content {
        position: absolute;
        width: 70%;
        left: 40%;
        top: 45%;
        transform: translate(-50%);
        display: flex;
        flex-direction: column;
    }

    .header-content h4 {
        font-family: 'Poppins', sans-serif;
        color: var(--white);
        font-size: 15px;
    }

    .header-content h1 {
        font-weight: 700;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;


    }

    .header-content h1 span {
        font-size: 25px;
    }

    @keyframes line {
        0% {
            width: 50px;
        }

        50% {
            width: 200px;
            transform: translateX(10%);
        }

        100% {
            width: 50px;
        }

    }



    /*------------------------ HOME ABOUT CONTENT ------------------------------ */

    .home-about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-bottom: 5%;
    }

    .home-about .col {
        width: 100%;
        height: 400px;
        margin-bottom: 5%;
    }


    /* intro section  */

    .intro-section .intro-videos {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .intro-section .intro-videos iframe {
        width: 100%;
        height: 200px;
        margin-bottom: 5%;
        border-radius: 15px;
    }

    .learn-section .learn-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        position: relative;

    }

    .learn-section .learn-content .learn-details {
        width: 100%;
        height: 100px;
        text-align: justify;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 1;
    }

    /* social */
    .social-link .social-contents {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        padding: 3%;
    }

    .social-link .social-contents .socials {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--black);
        border: 0.1px solid var(--black);
        animation: animate 1s linear infinite;
        position: relative;
        z-index: 1;

    }



    .social-link .social-contents .socials a {
        text-decoration: none;
    }

    .social-link .social-contents .socials a i {
        font-size: 25px;
        color: var(--white);
        transition: 1s;
    }

    .social-link .social-contents .socials:hover a i {
        color: var(--color);
    }

    /* --------------------------------------footer section -------------------------------------- */

    footer {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        height: auto;
        background-image: radial-gradient(circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgba(0, 0, 0, 1) 100.2%);
        padding: 2%;
    }

    footer .footer-communicate {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        text-align: justify;
        margin-bottom: 5%;
    }


    /* after footer */

    .after-footer .copyright {
        width: 47%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .after-footer .copyright h6 {
        color: var(--black);
        font-weight: 700;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;

    }


    /* tESSELS CONTENT  */


    .tassels-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        display: flex;
        justify-content: space-around;
    }

    .tassels-container .carousel-content {
        width: 100%;
        height: 400px;
        margin-bottom: 5%;
    }

    .tassels-content p {
        color: var(--gray);
    }

    .tassels-container .carousel-content img {
        height: 400px;
        object-fit: cover;
    }

    .tassels-container .tassels-content {
        width: 100%;
        height: 420px;
        position: relative;
        padding-bottom: 3%;
    }


}

@media screen and (min-width:601px) and (max-width:768px) {


    .logo-section {
        width: 25%;
        height: 35px;
    }

    .logo-section img {
        width: 100%;
        height: 100%;
    }

    .navbar .navbar-bar-1 {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .navbar .navbar-bar-1 li {
        margin-right: 15px !important;
    }

    /* -------------------------HEADER section ------------------------------------------------------------------ */
    header {
        width: 100%;
        height: 90vh;
        position: relative;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        margin-bottom: 5%;
    }


    .header-overlay {
        background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
        z-index: 0 !important;
    }

    .header-content {
        z-index: 2;
    }


    .sign-up {
        width: 100px;
        padding: 2% 2%;
        font-size: 13px;
        margin-left: 0%;
        margin-bottom: 2%;
        background: var(--color);
        border-radius: 5px;
        box-shadow: 0 0 10px var(--red);
        animation: animate 1s linear infinite;
        transition: 0.8s;
        text-align: center;

    }

    /* ------------------header section ----------- */
    .header-1 {
        display: none;

    }



    /*------------------------ HOME ABOUT CONTENT ------------------------------ */

    .home-about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-bottom: 5%;
    }

    .home-about .col {
        width: 100%;
        height: 400px;
        margin-bottom: 5%;
    }

    .learn-section .learn-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        position: relative;

    }

    .learn-section .learn-content .learn-details {
        width: 30%;
        height: 150px;
        text-align: justify;
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        justify-content: flex-start;
        z-index: 1;
    }

    .social-link .social-contents .socials {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--black);
        border: 0.1px solid var(--black);
        animation: animate 1s linear infinite;
        position: relative;
        z-index: 1;

    }



    .social-link .social-contents .socials a {
        text-decoration: none;
    }

    .social-link .social-contents .socials a i {
        font-size: 25px;
        color: var(--white);
        transition: 1s;
    }

    .social-link .social-contents .socials:hover a i {
        color: var(--color);
    }

    /* --------------------------------------footer section -------------------------------------- */

    footer {
        width: 100%;
        display: flex;
        justify-content: space-around;
        height: auto;
        background-image: radial-gradient(circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgba(0, 0, 0, 1) 100.2%);
        padding: 2%;
    }

    footer .footer-communicate {
        display: flex;
        flex-direction: column;
        width: 20%;
        justify-content: flex-start;
        text-align: justify;
        margin-bottom: 5%;
    }


    footer .footer-communicate h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: var(--color);
    }

    footer .footer-communicate a {
        text-decoration: none;
        color: var(--white);
        transition: 0.5s;
        font-size: 10px;

        font-family: 'Poppins', sans-serif;
    }

    footer .footer-communicate p {
        color: var(--gray);
        font-size: 10px;
    }


    /* after footer */

    .after-footer .copyright {
        width: 47%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .after-footer .copyright h6 {
        color: var(--black);
        font-weight: 700;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;

    }


    /* tESSELS CONTENT  */


    .tassels-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        display: flex;
        justify-content: space-around;
    }

    .tassels-container .carousel-content {
        width: 100%;
        height: 400px;
        margin-bottom: 5%;
    }

    .tassels-content p {
        color: var(--gray);
    }

    .tassels-container .carousel-content img {
        height: 400px;
        object-fit: cover;
    }

    .tassels-container .tassels-content {
        width: 100%;
        height: 420px;
        position: relative;
        padding-bottom: 3%;
    }

    .social-link .social-contents .socials {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--black);
        border: 0.1px solid var(--black);
        animation: animate 1s linear infinite;
        position: relative;
        z-index: 1;

    }



    .social-link .social-contents .socials a {
        text-decoration: none;
    }

    .social-link .social-contents .socials a i {
        font-size: 25px;
        color: var(--white);
        transition: 1s;
    }

    .social-link .social-contents .socials:hover a i {
        color: var(--color);
    }
}

@media screen and (min-width:769px) and (max-width:900px) {


    .logo-section {
        width: 25%;
        height: 35px;
    }

    .logo-section img {
        width: 100%;
        height: 100%;
    }

    .navbar .navbar-bar-1 {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .navbar .navbar-bar-1 li {
        margin-right: 15px !important;
    }

    .header-overlay {
        background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
        z-index: 0 !important;
    }

    .header-content {
        z-index: 2;
    }

    .sign-up {
        width: 100px;
        padding: 2% 2%;
        font-size: 13px;
        margin-left: 0%;
        margin-bottom: 2%;
        background: var(--color);
        border-radius: 5px;
        box-shadow: 0 0 10px var(--red);
        animation: animate 1s linear infinite;
        transition: 0.8s;
        text-align: center;

    }

    .header-1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        align-items: center;
    }

    .header-1 .first-header {
        display: flex;
        justify-content: space-between;
        width: 45%;
        font-family: 'Poppins', sans-serif;
    }

    .header-1 .first-header .header-contact {
        width: 32%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: 'Poppins', sans-serif;
    }

    .header-1 .first-header .header-contact i {
        margin-right: 0px;
        font-size: 20px;
    }

    .header-1 .first-header .header-contact a {
        font-size: 10px;
        text-decoration: none;
        color: var(--gray);
        transition: 1s;

    }

    .header-1 .first-header .header-contact a:hover {
        color: var(--color);
    }

    .header-1 .first-header .header-contact :nth-child(1) {
        color: var(--color);
    }

    .header-1 .social-header {
        display: flex;
        justify-content: space-around;
        width: 10%;

    }


    /*------------------------ HOME ABOUT CONTENT ------------------------------ */

    .home-about {
        display: flex;

        width: 100%;
        margin-bottom: 5%;
    }

    .home-about .col {
        width: 100%;
        height: 500px;
        margin-bottom: 5%;
    }

    .learn-section .learn-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        position: relative;

    }

    .learn-section .learn-content .learn-details {
        width: 30%;
        height: 150px;
        text-align: justify;
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        justify-content: flex-start;
        z-index: 1;
    }

    .social-link .social-contents .socials {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--black);
        border: 0.1px solid var(--black);
        animation: animate 1s linear infinite;
        position: relative;
        z-index: 1;

    }



    .social-link .social-contents .socials a {
        text-decoration: none;
    }

    .social-link .social-contents .socials a i {
        font-size: 25px;
        color: var(--white);
        transition: 1s;
    }

    .social-link .social-contents .socials:hover a i {
        color: var(--color);
    }


    /* --------------------------------------footer section -------------------------------------- */

    footer {
        width: 100%;
        display: flex;
        justify-content: space-around;
        height: auto;
        background-image: radial-gradient(circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgba(0, 0, 0, 1) 100.2%);
        padding: 2%;
    }

    footer .footer-communicate {
        display: flex;
        flex-direction: column;
        width: 20%;
        justify-content: flex-start;
        text-align: justify;
        margin-bottom: 5%;
    }


    footer .footer-communicate h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: var(--color);
    }

    footer .footer-communicate a {
        text-decoration: none;
        color: var(--white);
        transition: 0.5s;
        font-size: 10px;

        font-family: 'Poppins', sans-serif;
    }

    footer .footer-communicate p {
        color: var(--gray);
        font-size: 10px;
    }

    /* after footer */

    .after-footer .copyright {
        width: 47%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .after-footer .copyright h6 {
        color: var(--black);
        font-weight: 700;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;

    }

    .tassels-container .carousel-content {

        height: 450px;
        margin-bottom: 5%;
    }

    .tassels-content p {
        color: var(--gray);
    }

    .tassels-container .carousel-content img {
        height: 450px;
        object-fit: cover;
    }

    .tassels-container .tassels-content {

        height: 450px;
        position: relative;
        padding-bottom: 3%;
    }

}

@media screen and (min-width:901px) and (max-width:992px) {

    .navbar .navbar-bar-1 {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .navbar .navbar-bar-1 li {
        margin-right: 15px !important;
    }

    .header-overlay {
        background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
        z-index: 0 !important;
    }

    .header-content {
        z-index: 2;
    }

    .sign-up {
        width: 100px;
        padding: 1% 2%;
        font-size: 13px;
        margin-left: 0%;
        margin-bottom: 2%;
        background: var(--color);
        border-radius: 5px;
        box-shadow: 0 0 10px var(--red);
        animation: animate 1s linear infinite;
        transition: 0.8s;
        text-align: center;

    }

    .header-1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        align-items: center;
    }

    .header-1 .first-header {
        display: flex;
        justify-content: space-between;
        width: 45%;
        font-family: 'Poppins', sans-serif;
    }

    .header-1 .first-header .header-contact {
        width: 32%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: 'Poppins', sans-serif;
    }

    .header-1 .first-header .header-contact i {
        margin-right: 0px;
        font-size: 20px;
    }

    .header-1 .first-header .header-contact a {
        font-size: 10px;
        text-decoration: none;
        color: var(--gray);
        transition: 1s;

    }

    .header-1 .first-header .header-contact a:hover {
        color: var(--color);
    }

    .header-1 .first-header .header-contact :nth-child(1) {
        color: var(--color);
    }

    .header-1 .social-header {
        display: flex;
        justify-content: space-around;
        width: 10%;

    }

    /*------------------------ HOME ABOUT CONTENT ------------------------------ */

    .home-about {
        display: flex;

        width: 100%;
        margin-bottom: 5%;
    }

    .home-about .col {
        width: 100%;
        height: 500px;
        margin-bottom: 5%;
    }

    /* after footer */

    .after-footer .copyright {
        width: 47%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .after-footer .copyright h6 {
        color: var(--black);
        font-weight: 700;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;

    }



    .tassels-container .carousel-content {

        height: 450px;
        margin-bottom: 5%;
    }

    .tassels-content p {
        color: var(--gray);
    }

    .tassels-container .carousel-content img {
        height: 450px;
        object-fit: cover;
    }

    .tassels-container .tassels-content {

        height: 450px;
        position: relative;
        padding-bottom: 3%;
    }
}

@media screen and (min-width:993px) and (max-width:1024px) {
    .header-1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        align-items: center;
    }

    .header-overlay {
        background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
        z-index: 0 !important;
    }

    .header-content {
        z-index: 2;
    }

    .header-1 .first-header {
        display: flex;
        justify-content: space-between;
        width: 45%;
        font-family: 'Poppins', sans-serif;
    }

    .header-1 .first-header .header-contact {
        width: 32%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: 'Poppins', sans-serif;
    }

    .header-1 .first-header .header-contact i {
        margin-right: 0px;
        font-size: 20px;
    }

    .header-1 .first-header .header-contact a {
        font-size: 10px;
        text-decoration: none;
        color: var(--gray);
        transition: 1s;

    }

    .header-1 .first-header .header-contact a:hover {
        color: var(--color);
    }

    .header-1 .first-header .header-contact :nth-child(1) {
        color: var(--color);
    }

    .header-1 .social-header {
        display: flex;
        justify-content: space-around;
        width: 10%;

    }

    .navbar .navbar-nav .nav-item .nav-link {
        color: var(--black);
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
    }

    /* after footer */

    .after-footer .copyright {
        width: 47%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .after-footer .copyright h6 {
        color: var(--black);
        font-weight: 700;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;

    }
}

@media screen and (min-width:1025px) and (max-width:1140px) {
    .header-overlay {
        background: rgb(198, 17, 129);
        background: linear-gradient(100deg, rgba(198, 17, 129, 0.49343487394957986) 100%, rgba(0, 0, 0, 0) 100%) !important;
        z-index: 0 !important;
    }

    .header-content {
        z-index: 2;
    }
}

























/* 


@media screen and (max-width:320px) {
    
}

@media screen and (min-width:321px) and (max-width:425px) {
    
}

@media screen and (min-width:426px) and (max-width:600px) {
    
}

@media screen and (min-width:601px) and (max-width:768px) {
    
}

@media screen and (min-width:769px) and (max-width:900px) {
    
}

@media screen and (min-width:901px) and (max-width:992px) {
    
}

@media screen and (min-width:993px) and (max-width:1024px) {
    
}

@media screen and (min-width:1025px) and (max-width:1140px) {
    
}


 */