:root {
    --black: rgb(33, 37, 41);
    --primary-color: #43c6ac;
    --heading-sec-color: #636282;
    --blue: #221f5f;
    --blue-hover: #302d72;
}

html {
    scroll-behavior: smooth;
}

.itsn-ul li,
.itsn-content-list-style ul li {
    list-style: circle;
}

a,
p,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    color: var(--black);
    opacity: 75%;
    font-size: 14px;

    &:hover {
        color: var(--primary-color) !important;
        transition-duration: 0.3s;
    }
}

h1,
h2,
h3,
h4 {
    font-family: "Playfair", serif;
}

li {
    list-style-type: none;
}


.active {
    color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-blue {
    color: var(--blue);
}

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

.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.fs-14 {
    font-size: 14px;
}

.itsn-btn:hover {
    background-color: var(--blue);
    transition-duration: 0.3s;
}

.heading-sec-color {
    color: var(--heading-sec-color);
}

.itsn-dash-center {
    width: 80px;
    border: 3px solid var(--primary-color);
    margin: 20px auto;
}

.itsn-dash-start {
    width: 80px;
    border: 3px solid var(--primary-color);
}

.itsn-dash-thin {
    width: 45px;
    border: 1px solid var(--primary-color);
}

.card {
    box-sizing: border-box;
    height: 100%;
}

/* Gallery Page Start */
.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.gallery-item {
    margin-bottom: 20px;
}

/* Gallery Page End */

/* Teachers page Start */
.itsn-teachers-img {
    object-fit: cover;
    height: 350px;
    width: auto;
}

.itsn-teacher-title p,
.itsn-single-content p {
    margin-bottom: 0;
    opacity: 75%;
    text-align: center;
    text-transform: capitalize;
}

.itsn-single-content p {
    text-align: start;
}

/* Teachers page End */

/* Contact page Start */

.itsn-contact-form iframe {
    height: 450px !important;
    width: 100% !important;
}

/* Contact page End */

/* Hero Section Start */

.itsn-hero-section {
    height: 50vh;
}


.itsn-hero-contents,
.itsn-title-contents {
    height: auto;
    width: 700px;
    background-color: #ffffff;
    z-index: 2;
    left: 160px;
    top: 50px;

    & .itsn-hero-heading {
        font-size: 85px;
    }
}

.itsn-title-contents {
    left: 0;
    top: 45px;
}

/* Hero Section End */

/* Why Choose Start */
.itsn-more {
    cursor: pointer;
    z-index: 2;
}

/* Why Choose End */

/* About Section Start */
.abt-img {
    min-height: 100px;
    min-width: 100px;
    aspect-ratio: 1;
    transition: all 0.3s ease;
    filter: contrast(100%);
    object-fit: cover;

    &:hover {
        filter: contrast(150%);
        transform: scale(1.02);
    }
}

.itsn-about-pg-section {
    & h1 {

        font-family: "Poppins", sans-serif;
        font-size: 60px;
        color: var(--heading-sec-color);
    }

    & p {
        color: var(--heading-sec-color);
    }
}

/* About Section End */

/* Trending Course Start */

.itsn-courses {
    height: 300px;

    & .itsn-courses-price {
        bottom: 48px;
        font-family: "Poppins", sans-serif;
    }

    &:hover {
        background-color: var(--blue-hover);
        transition-duration: 0.3s;
        opacity: 100%;
    }

}

/* Trending Course End */

/* Parallelx Start */
.itsn-courses-container,
.itsn-about-container,
.itsn-why-container,
.itsn-hero-container,
.parallelx,
.itsn-title-container,
.itsn-form-container {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
}

.itsn-title-container {
    min-height: 300px;
}

.itsn-courses-container::before,
.itsn-about-container::before,
.itsn-why-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.itsn-about-container::before,
.itsn-why-container::before,
.itsn-course-bg-block::before {
    background: rgba(0, 0, 0, 0.0);
}

.itsn-course-bg-block {
    z-index: 2;
}

.itsn-courses-container .courses-content,
.itsn-about-container .itsn-about-contents {
    position: relative;
    z-index: 3;
}

/* Parallelx End */

/* Program Page Start */
.table-dark {
    background-color: var(--primary-color) !important;
}

.table>:not(caption)>*>* {

    color: var(--blue);
    background-color: transparent !important;
}

/* Program Page End */

/* Small devices */
@media (max-width:575.98px) {

    .itsn-hero-contents,
    .itsn-title-contents {
        width: 300px;
        left: 0px;
        top: 80px;

        & .itsn-hero-heading {
            font-size: 43px;
        }
    }

    .itsn-title-container {
        left: 0;
        min-height: 300px;
    }

    .itsn-title-contents {
        width: auto;
        left: 0;
        top: 35%;
    }

    .itsn-single-feature-img {
        height: auto;
        width: 100%;
        object-fit: cover;
        max-height: 400px;
        max-width: 450px;
    }
}

/* Medium devices */
@media (min-width:576px) and (max-width:991.98px) {

    .itsn-hero-contents,
    .itsn-title-contents {
        width: 500px;
        left: 110px;

        & .itsn-hero-heading {
            font-size: 60px;
        }
    }

    .itsn-title-container {
        left: 0;
        min-height: 500px;
    }

    .itsn-title-contents {
        width: auto;
        left: 0;
        top: 35%;
    }

    .itsn-teachers-img {
        height: 300px;
    }

    .itsn-single-feature-img {
        height: auto;
        width: 100%;
        object-fit: cover;
        max-height: 500px;
        max-width: 750px;
    }
}

/* Large Devices and up */
@media (min-width:992px) {
    .itsn-hero-section {
        height: 80vh;
    }

    .itsn-courses {
        height: 350px;
    }

    h1 {
        font-size: 60px;
        font-weight: 100;
    }

    .itsn-single-feature-img {
        height: auto;
        width: 100%;
        object-fit: cover;
        max-height: 650px;
        max-width: 1280px;
    }

    .itsn-sm-md-menu li {
        margin-bottom: 0px;
    }
}

/* Wordpress Active menu */
.current-menu-item a {
    color: var(--primary-color) !important;
}

.current_page_item a,
.active a,
.nav-menu .current a {
    color: var(--primary-color) !important;
}

.main-navigation a:hover {
    color: var(--primary-color) !important;
}

.sub-menu .current-menu-item a {
    color: var(--primary-color) !important;
}

.itsn-sm-md-menu>li {
    margin-top: 12px;
}

.grecaptcha-badge {
    visibility: hidden;
}