:root {
    --lightshadow: 0px 4px 7px rgba(0, 0, 0, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Radio Canada", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.scroll-line {
    background-color: #005be8;
    top: 102px;
    left: 0;
    height: 3px;
    position: fixed;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 30;
}

/* PRINCE */
.footer-bg {
    background-image: url(/public/img/Vector.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-with-patten {
    background: url(/public/img/bg-patten.png), #f3f7fa;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: 150% 50%;
    background-position: 0px 100%;
    height: auto;
    overflow-y: hidden;
}

.banner-ele1 {
    position: absolute;
    top: 25%;
    left: 15%;
}

.banner-ele2 {
    position: absolute;
    top: 18%;
    right: 15%;
}

.banner-ele3 {
    position: absolute;
    bottom: 23%;
    left: 15%;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 7s linear infinite;
    -moz-animation: rotating 7s linear infinite;
    -ms-animation: rotating 7s linear infinite;
    -o-animation: rotating 7s linear infinite;
    animation: rotating 7s linear infinite;
}

.model-bg {
    background-image: url(/public/img/student.png);
    background-position: center;
    background-size: cover;
    min-height: 250px;
    background-repeat: no-repeat;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /* padding-top: 100px; */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
    z-index: 31;
}

/* Modal Content */
* .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: auto;
    height: 60vh;
    position: relative;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    font-size: 28px;
    position: absolute;
    right: -20px;
    top: -25px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tabs-top {
    color: red !important;
}

/* PRINCE */

.bg-banner {
    background-image: url(../../public/img/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-bg {
    background-image: url(../../public/img/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-size: 140% 20%;
    background-position: bottom;
}

.coc-shadow {
    box-shadow: var(--lightshadow);
}

.section-gap {
    height: 100px;
}

.section-title {
    font-size: 23px;
    line-height: 38px !important;
}

.owl-theme .owl-nav {
    display: none !important;
}

.owl-dots {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    border: 2px solid #005be8;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0px auto;
    background-color: #a8c8f3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #005be8;
    margin: 0px auto;
}

.nav__logo img {
    width: 60%;
}

.features-icon {
    color: #005be8;
}

.main-box {
    background-color: #E7F1FF;
    min-height: 630px;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    /* padding: 30px; */
    position: relative;
    overflow: hidden;
}

.header-tabs {
    background-color: white;
    position: absolute;
    width: calc(100% - 50px);
    left: 50px;
    /* transform: translateX(-50%); */
    padding: 5px;
    /* border-radius: 200px; */
    align-items: center;
    display: flex;
    justify-content: space-between;
    top: 0px;
    z-index: 1;
    overflow: scroll;
    scrollbar-width: none;
}

.details-box {
    width: 80%;
    /* min-height: 85%; */
    height: 85%;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0%;
    right: 0%;
    top: 80px;
    overflow-y: scroll;
    scrollbar-width: none;
    /* background-color: red; */
    /* transform: translate(-50%); */
}

#first-tab-group {
    width: 50px;
    font-family: sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    background-color: #005be8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: scroll;
    scrollbar-width: none;
}

.tabs li {
    float: left;
    min-width: 130px;
    list-style-type: none;
}

.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #111E21;
    /* padding: 15px 10px; */
    padding: 12px;
    border-radius: 200px;
    font-weight: 600;
}

#first-tab-group svg {
    margin: 0 auto;
}

/* .tabs a:first-of-type {
    margin-left: 0px !important;
} */

.tabs a:hover,
.tabs a.active {
    background: #005be8;
    color: white;
    font-weight: 600;
    /* padding: 18px 0; */
}

.names li {
    list-style-type: none;
    text-align: center;
    text-transform: capitalize;
}

.names a {
    text-decoration: none;
    color: white;
    padding: 13px 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}


.names a:hover,
.names a.active {
    color: white;
    /* font-weight: 600; */
    background-color: #0456D6;
}

.tabb {
    padding-left: 0;
    margin: 0;
}

.module-lebal {
    margin: 5px 0px;
    display: none;
}

.module-contentbox {
    width: 100%;
}

.module-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-title {
    /* margin-top: 8px; */
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
    color: #111E21;
}

.title-underline {
    width: 60px;
    height: 3px;
    margin-bottom: 12px;
    background-color: #005be8;
}

.module-pregraph {
    font-size: 16px;
    line-height: 30px;
    color: #626161;
    margin-bottom: 30px;
}

.module-img {
    width: 100%;
    height: 300px;
    /* margin: 0 auto; */
    /* border-radius: 15px; */
    border-radius: 20px 0 0 20px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-img img {
    width: 90%;
    height: 90%;
    border-radius: 10px;
    object-fit: cover;
}

/* .active {
    color: green;
} */
.sidebar-tabsbox {
    height: 100%;
}

.sidebar-tabsbox ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.featurebox,
.steps-box {
    transition: .3s ease-in-out;
    cursor: pointer;
}

.featurebox:hover .featurebox {
    margin-top: -50px;
}

.featurebox:hover .features-icon,
.featurebox:hover .featurebox-para {
    color: white !important;
    transform: rotate(0deg);
}

.steps-box:hover .stepsbox-para {
    color: #005be8;
}

.featurebox:hover .features-icon {
    animation: rotate 1s linear;
}

@keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@media (min-width: 768px) {
    .section-title {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    .bg-with-patten {
        background-size: 100% auto;
    }

    .nav__logo img {
        width: 40%;
    }

    /* .main-box {
        min-height: 75vh;
    } */

    .module-details {
        display: block;
    }

    /* .details-box{
        width: 65%;
    } */
    /* .header-tabs {
        width: 80%;
        left: 57%;
    } */

    .module-item {
        margin: 0 auto;
    }

    .module-img {
        width: 80%;
        /* height: 45vh; */
        margin: 0;
        border-radius: 20px;
        background: white;
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 15px;
    }

    .module-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .module-pregraph {
        font-size: 22px;
        line-height: 45px;
    }
}

@media (min-width: 960px) {
    .section-gap {
        height: 170px;
    }

    .container {
        max-width: 95% !important;
    }

    .testimonial-bg {
        background-size: 100% 40%;
    }

    .nav__logo img {
        width: 25%;
    }

    #first-tab-group {
        width: 130px;
    }

    .module-lebal {
        display: block;
    }

    .header-tabs {
        width: 65%;
        left: 55%;
        transform: translateX(-50%);
        border-radius: 200px;
        top: 5%;
    }

    .details-box {
        width: 77%;
        top: 90px;
    }

    .bg-with-patten {
        height: 800px;
    }

    .modal-content {
        width: 90vh;
        height: 60vh;
    }
}

@media (min-width: 1118px) {
    .nav__logo img {
        width: 65%;
    }

    .module-details {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .module-item {
        margin: 0;
    }

    .module-img {
        margin: 0px 0px 0px auto;
        border-radius: 20px 0px 0px 20px;
        height: auto;
    }

    .module-img img {
        border-radius: 15px 0px 0px 15px;
    }

    /* .module-contentbox {
        width: 80%;
    } */
    .header-tabs {
        width: 75%;
    }

    .details-box {
        width: 82%;
    }

}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
    }

    .header-tabs {
        width: 65%;
        left: 55%;
    }
}