@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Irish+Grover&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");

/* Scroll Up Css  */

#scrollUp {
    bottom: 40px;
    right: 40px;
    background-image: url(../img/scroll-up.png);
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* Loader css is here  */

#loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    z-index: 999;
}

:root {
    --green: #12d66c;
    --light-green: #67e6a7;
    --dark: #191b1a;
    --grey: #f6f6f6;
    --dark-grey: #4c4545;
    --white: #fff;
    --shadow: 5px 6px 10px -5px rgba(0, 0, 0, 0.68);
}

:root {
    --green: #12d66c;
    --light-green: #67e6a7;
    --dark: #191b1a;
    --grey: #fbfbfb;
    --dark-grey: #4c4545;
    --white: #fff;
    --shadow: 5px 6px 10px -5px rgba(0, 0, 0, 0.68);
}

html {
    /* font-size: 62.5%; */
    /* 1rem = 10px  */
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    font-family: "Inter", sans-serif;
    color: var(--dark);
}

h1,
h2 {
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: var(--dark-grey);
    text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-color: var(--green);
    text-decoration-style: solid;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-grey);
}

p {
    /* color: var(--dark-grey); */
    font-weight: normal !important;
}

a {
    text-decoration: none;
}

p,
li,
a,
button,
input {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}

span {
    color: var(--green);
}

input:focus,
textarea:focus {
    outline: none;
}


/* Scrool bar style */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: var(--white);
}

::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--dark);
}


/* custom classes is here  */

.bg-green {
    background-color: var(--green);
}

.bg-light-green {
    background-color: var(--light-green);
}

.dd-flex-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.grd-btn,
.cta-btn-1 {
    padding: 10px 30px;
    font-size: 18px;
    color: var(--dark);
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 4px transparent;
    border-radius: 10px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #78e4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.4s linear;
}

.grd-btn:hover,
.cta-btn-1:hover {
    box-shadow: none;
    color: white;
    transition: all 0.4s linear;
}

.text3d {
    max-width: fit-content;
    padding: 0px 15px;
    background-color: var(--green);
    margin: auto;
    margin-bottom: 15px;
    border-radius: 8px;
    color: var(--white);
    -webkit-box-shadow: 9px 10px 5px 0px rgba(204, 144, 25, 0.81);
    -moz-box-shadow: 9px 10px 5px 0px rgba(204, 144, 25, 0.81);
    box-shadow: 9px 10px 5px 0px green;
    text-decoration-line: none;
}

@supports (-webkit-text-stroke: 1px black) {
    .ntic {
        -webkit-text-stroke: 2px black;
        -webkit-text-fill-color: white;
    }
}


/* -------------------------------- Header style start here  */

.hearder_wrapper {
    background-color: rgb(255 255 0);
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    /* z-index: 10;
      padding: 20px 0; */
}

.nav-link {
    color: var(--dark-grey);
    /* transition: all 0.5s linear; */
}

.nav-link:hover,
.active {
    color: #000;
    font-weight: 700;
    /* transition: all 0.3s ease; */
}

.navbar-toggler {
    box-shadow: none !important;
}

.navbar-toggler i {
    font-size: 20px;
    box-shadow: none;
    color: var(--dark);
}

.navbar-brand img,
.logo a img {
    width: 185px;
}

.navbar-brand-text h1,
.navbar-brand-text p {
    color: var(--dark);
    margin-bottom: -8px;
}

.navbar-brand-text p {
    margin-top: 15px;
    font-weight: 600 !important;
    font-size: 13px;
}

.main-btn {
    margin-left: 10px;
}

.marque-box {
    background-color: #F3253B;
    padding: 10px;
    /* color: white; */
}

.marque-box marquee p {
    font-size: 27px;
    font-weight: 600 !important;
    color: rgb(255, 255, 255);
    margin: 0;
}

.marque-box marquee i {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-right: 10px;
    margin-top: 4px;
}




/* .marque-box marquee p::before{
    content: ' .';
    margin-right: 10px;
    height: 10px;
    width: 10px;
    background-color: #12d66c;
} */


/* -------------------------------- Banner section style start here  */

.banner-sec {
    position: relative;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sec .banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    z-index: 0;
    height: 100%;
}

.banner-slide,
.banner-slide img {
    height: 550px;
    width: 150%;
}

.banner-sec .tran-div {
    left: -100px;
}

.arrows {
    /* position: absolute; */
    /* top: 50%; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--white);
    font-size: 30px;
    margin-left: 50px;
    z-index: 1;
}

.arrows i:hover {
    color: var(--green);
}

.arrows i {
    cursor: pointer;
}


/* -------------------------------- about-sec section style start here  */

.about-sec {
    position: relative;
    height: 455px;
    display: flex;
    align-items: center;
    /* background-color: var(--light-green); */
}

.about-sec img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 0;
    height: 100%;
}

.content-box {
    display: flex;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    padding: 20px 30px;
    background-color: var(--white);
    max-width: 550px;
    position: relative;
}

.about-sec .content-box {
    max-width: 650px;
}

.tran-div {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    height: 100%;
    background-color: var(--green);
    opacity: 0.5;
}

.tran-div-btn {
    position: absolute;
    bottom: -25px;
    right: 50%;
}

.vision i {
    font-size: 30px;
    color: var(--green);
    margin-right: 20px;
}


/* -------------------------------- Notice section style start here  */

.gr-bg {
    background-image: url(../img/bg/gr-bg1.png);
    background-position: cover;
    background-repeat: no-repeat;
    background-size: 100%;
}

.gr-bg2 {
    background-image: url(../img/bg/gr-bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.notice-sec {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    background-color: var(--white);
    /* border-radius: 10px; */
}

.notice {
    transform: rotate(-90deg);
}

.notice-h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 4px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #78e4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.scrollable-content {
    height: 250px;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 0;
    padding: 10px;
    border: 10px solid var(--white);
    border-right: none;
    border-radius: 10px;
}

.scrollable-content ul {
    margin-left: -35px;
    position: relative;
}

.scrollable-content ul li:first-child::after {
    content: "New!";
    position: absolute;
    top: 0;
    right: 0px;
    background-color: red;
    /* clip-path: polygon(100% 26%, 88% 48%, 100% 70%, 21% 70%, 0 45%, 20% 25%); */
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    width: 35px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: var(--white);
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.scrollable-content ul li:first-child a:hover {
    color: var(--green);
}

.scrollable-content li a {
    color: var(--dark);
    font-weight: bold;
    margin-bottom: 5px;
}

.scrollable-content li a:hover {
    color: var(--green);
}


/* students section design is here  */

.ss-students-small-slide img {
    width: 170px;
    height: 170px;
    margin: auto;
    border-radius: 50%;
}


/* -------------------------------- Our Course section style start here  */

.course-slider {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-slide {
    text-align: center;
    margin: 10px;
}

.course-slide h3 {
    font-weight: 900;
}

.course-slide img {
    height: 185px;
    width: 185px;
    border-radius: 50%;
    margin: auto;
}

.slick-prev:before,
.slick-next:before {
    color: var(--green);
    font-size: 25px;
}


/* -------------------------------- Gallery section style start here  */

#gallery {
    position: relative;
}

.g-graphic {
    position: absolute;
    position: absolute;
    top: 10px;
    left: 229px;
    width: 170px;
    z-index: -1;
}

.gallery-slider {
    columns: 3 250px;
    gap: 15px;
}

.gallery-slider img {
    margin-bottom: 15px;
    border-radius: 10px;
    width: 100%;
}

.gl-content {
    position: relative;
    display: flex;
    align-items: end;
}

.cta-btn-group {
    position: absolute;
    width: 400px;
    left: 199px;
    top: 66px;
}

.cta-btn-group a {
    font-size: 40px;
    pointer-events: none;
}

#y-btn {
    margin-top: 10px;
    margin-left: 87px;
}


/* -------------------------------- Video section style start here  */

.video-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-slide {
    background-color: var(--white);
    margin: 10px;
    width: 350px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.video-slide img {
    height: 195px;
    width: 100%;
    margin: auto;
}

.video {
    position: relative;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191b1a;
    opacity: 0.5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-icon {
    position: absolute;
    font-size: 50px;
    color: var(--grey);
}

.video-slide a {
    color: var(--dark);
}


/* -------------------------------- Teachers section style start here  */

.activity-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-slide {
    width: 300px;
    margin: 10px;
}

.activity-slide h3 {
    color: #fffafa;
}

.activity-slide img {
    height: 205px;
    margin: auto;
}


/* -------------------------------- Success Student section style start here  */

.ss-student-slider-track {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    background-color: var(--white);
}

.ss-student-slide {
    margin: 10px 5px;
    text-align: center;
    padding: 0 10px;
}

.ss-student-slide img {
    width: 100px;
    height: 120px;
    /* border-radius: 50%; */
    box-shadow: var(--shadow);
    margin: auto;
    margin-bottom: 8px;
    display: block;
}

.ss-student-slide h3 {
    margin-bottom: 0;
}

.inner-ss-student-slide {
    box-shadow: var(--shadow);
    max-width: 250px;
    /* border: 2px solid red; */
    background-color: var(--white);
    border-radius: 20px;
    padding: 20px 5px;
}

.inner-ss-student-slide img {
    border-radius: 20px;
}


/* -------------------------------- Contact section style start here  */

.contact {
    position: relative;
}

.contact .bg-dark {
    position: absolute;
    width: 80%;
    height: 93%;
    bottom: 0;
    background-color: var(--green) !important;
    z-index: -1;
    border-radius: 0px 10px 10px 0px;
}

.bg-dark h3 {
    position: absolute;
    color: var(--white);
    right: 220px;
    top: -14px;
    font-size: 148px;
    opacity: 0.2;
}

.bg-dark img {
    position: absolute;
    right: -190px;
    top: 130px;
}

.contact-content {
    color: var(--white);
    padding-top: 215px;
}

.from-top-cont {
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background-color: var(--light-green);
    color: var(--white);
    text-align: center;
}

.contact-form {
    /* padding: 20px; */
    /* border-radius: 10px; */
    background-color: var(--grey);
    margin-top: 120px;
    max-width: 400px;
    box-shadow: var(--shadow);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    background-color: var(--white);
    padding: 5px 20px;
    margin-bottom: 10px;
}


/* Login Page css is here  */

.login-bg {
    background-image: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-sec {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
    width: 425px;
}


/* About page style is here  */

.about-page-img img {
    border-radius: 15px;
    box-shadow: var(--shadow);
    margin-bottom: 10px;
}


/* -------------------------------- Footer section style start here  */

.logo {
    width: 120px;
}

footer {
    background: linear-gradient(90deg, rgba(119, 175, 67, 1) 0%, rgb(211 221 56) 0%, rgba(63, 120, 11, 1) 100%);
    color: var(--white);
}

footer h3 {
    color: var(--white);
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer a {
    /* color: #4c4545; */
    color: var(--white);
    transition: all 0.2s ease-in;
}

footer a:hover {
    color: var(--green);
    margin-left: 10px;
    font-weight: bold;
}

footer li {
    margin-bottom: 15px;
}

#mylocation {
    width: 100%;
    height: 215px;
    border: 5px solid var(--white);
    border-radius: 5px;
}

#social-icon {
    display: flex;
    gap: 20px;
    align-items: center;
}

#social-icon a {
    padding: 10px;
    border-radius: 50%;
    border: 2px solid var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

#social-icon a i {
    font-size: 20px;
}

#social-icon a:hover {
    color: var(--green);
    border: 2px solid var(--green);
}