body,
html {
    width: 100%;
    height: 100vh;

}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    /* overflow: hidden; */
    /* Overflow-x hidden (comment if something wrong) */
}

/* Header */

/* Header */

/* ------Index Page------ */

.logo:hover {
    cursor: pointer;
}

/* index Page Sign In Modal */
.sign-in-modal {
    box-shadow: 6px 8px 6px 0px #24242482;
}

/* Index Page WT Text */
.h1-text {
    color: hsl(0, 0%, 28%);
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 5px;
    cursor: pointer;
}


.index-bg-header1 {
    position: relative;
    width: 100%;
    height: 60vh;
    background-image: url('../resources/index-bg-banner1.jpg');
    background-size: 130%;
    transition: 4s;
    z-index: -1;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* ------Index Page------ */

@media (min-width:550px) {
    .index-bg-header1 {
        background-position: 67%;
        background-attachment: fixed;
    }
}

@media (max-width:550px) {
    /* .index-bg-container {
        border: 10px solid black;
    } */

    .index-bg-header1 {
        height: 35vh;
        background-position: center;
    }
}


.image-slider-c {
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 6px 8px 0px #24242482;
}

.slider-titles {
    font-family: 'Roboto Slab', serif;
    text-shadow: 4px 2px #1c1c1c;
}

.title-text1 {
    font-family: 'Roboto Slab', serif;
    font-size: 70px;
}

.title-text2 {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
}

.title-text3 {
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
}

.p-text1 {
    text-align: justify;
    text-justify: inter-word;
}

.detailed-texts-section1 {
    padding: 10%;
    color: #111;
}

.youtube-div {
    height: 100vh;
}

/* Banner Video */

.hero {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3));
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-logo {
    width: 120px;
    position: absolute;
    top: 4%;
    left: 10%;
}

.video-content {
    text-align: center;
}

.video-content h1 {
    font-size: 160px;
    color: #fff;
    font-weight: 600;
}

.video-content a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 14px 70px;
    border-radius: 50px;
    margin-top: 20px;
}

.video-content a:hover {
    background-color: white;
    color: black;
}

.back-video {
    position: relative;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
    .back-video {
        width: 107vw;
        height: auto;
    }
}

@media (min-aspect-ratio: 16/9) {
    .back-video {
        width: auto;
        height: 106vh;
    }
}

/* Banner Video */

/* Sign In Page */
.signin-bg {
    background-image: linear-gradient(to bottom, rgba(95, 95, 95, 0.242), rgba(0, 0, 0, 0.532)), url('../resources/5758339.jpg');
    background-position: center;
    background-size: 150%;
}

.signin-div-box {
    box-shadow: 15px 20px 30px 10px #0a0a0ab1;
}

.signin-box-bg {
    background: url('../resources/Slider/11.jpg');
    background-position: 62%;
    background-size: cover;
}

.singin-box-text-bg {
    background-color: rgba(0, 0, 0, 0.363);
}

.supib-shadow {
    box-shadow: 6px 10px 3px 0px #24242482;
}

/* Sign In Page */

/* Sign Up Page */

.signup-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../resources/5767014.jpg');
    background-position: center;
    background-size: 150%;
}

.signupin-box {
    box-shadow: 15px 15px 30px 10px #24242482;
}

/* Sign Up Page */

/* Footer */
.footer-box-1 {
    overflow: hidden;
}

/* Footer */

/* Footer */
.footer-box-1 {
    overflow: hidden;
}

/* Footer */

/* Admin */
.bg-admin-login {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../resources/admin/login-bg.jpg');
    background-size: 100%;
}

.admin-login-box {
    box-shadow: 20px 20px 30px 0px #000000;
}

/* Admin */

/* Instructor */
.bg-instructor-login {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../resources/admin/instructor-login-bg.jpg');
    background-size: 100%;
}
/* Instructor */