@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap');

@font-face {
    font-family: "MainFont";
    src: url("./font/hemi-head-bd-it-webfont.woff");
}

* {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h1,h2,h3,h4,h5 {
    font-family: 'MainFont', sans-serif;
}

section {
    padding-top: 130px;
    padding-bottom: 130px;
}

h2  {
    text-align: center;
}

.container {
    z-index: 2 !important;
    overflow: hidden !important;
}

header {
    position: sticky;
    top: 0;
    z-index: 30000;
}

.header-top {
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 70px;
}

.header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: white;
}

.logo {
    display: inline-block;
}

.toggle {
    position: absolute;
    left: 82%;
    color: white;
    font-size: 25px;
    display: none;
    cursor: pointer;
}

.nav {
    float: right;
}

.nav>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav>ul>li {
    float: left;
}

.nav a {
    font-family: 'MainFont';
    display: block;
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 25px 16px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

.tutor-pic {
    height: 500px;
    object-fit: cover;
}

.header {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url("./img/iStock-1166427209.webp");
    background-size: cover;
    background-repeat: no-repeat;  
    color: white;  
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

  .process img {
    max-width: 54px;
    margin-bottom: 20px;
  }

.overlay {
    background: rgb(0 0 0 / 50%);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.video-container {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 0;
}


.mb-100 {
    margin-bottom: 100px !important;
}

.wrapping-container {
    text-align: center;
}

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

.testimonial {
    background-image: url("./img/contact-us.jpg");
    background-size: cover;
    background-position: center;
}

.contact-us {
    background: black;
    background-image: url("./img/contact-us.jpg");
    background-repeat: no-repeat;
    background-position: right;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

p {
    font-weight: 300;
    line-height: 1.8;
}

.btn {
    border: none;
    background: #ff2b32 !important;
    text-transform: capitalize;
    color:white !important;
    padding: 15px 50px !important;
}

.why-us {
    background: black !important;
    color: white;
    position: relative;
    top: -50px;
    z-index: 10000;
    padding: 30px 0;
}

.why-us img {
    max-width: 35px;
    margin-right: 20px;
}

span {
    font-weight: 100;
    font-size: 14px;
}

.dark-nav {
    background: linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 76%);
}

img {
    width: 100%;
}

.img-container {    
    max-height: 800px;
    overflow: hidden;
}

.img-container-services {    
    max-height: 550px;
    overflow: hidden;
}

.main-text {
    z-index: 10000;
    max-width: 750px;
    color: #ff2a32;
}

.about-img-1 {
    background-color: #93cce4;
}

.about-img-2 {
    background-color: #76ab88;
}


.about-img {
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    padding: 15px;
    height: 300px;
}

.about-img img {
    max-width: 52px;
    margin-bottom: 15px;
}

.tutors-info li {
    font-weight: 100;
}

.second-service {
    position: relative;
    top: -100px;
}

.logo {
    width: 180px;
    position: relative;
    top: 30px;
}

a:hover {
    color: #ff2b32 !important;
}

.testimonial-container {
    background: #121212;
    padding: 30px;
    border-radius: 10px;
}

.phone-number {
    text-decoration: none;
    color: white;
}

.customer-name {
    color: #7C18E5;
    font-size: 16px;
}

.text-right {
    text-align: right !important;
}

@media (max-width: 425px) {
    h1 {
        font-size: 42px !important;
    }

    .btn {
        margin-bottom: 50px;
    }

    .tinting-img-container, .starlight-img-container {
        margin-top: 50px;
        height: 400px;
    }

    .wrapping-img-container {
        height: 400px;
    }
    
    .second-service {
        top: 0;
    }

    .testimonial-container {
        margin-bottom: 30px;
    }

    .wrapping-container {
        text-align: left;
        margin-top: 50px !important;
    }
}

@media (max-width: 768px) { 
    .logo {
        max-width: 150px !important;
    }

    .contact-us {
        background: black;
        background-color: black;
    }

    .toggle {
        display: inline-block;
        position: absolute;
    }

    .nav {
        width: 100%;
        padding-left: 0 !important;
        background-color: black;
        position: absolute;
        top: 95px;
        left: 0;
    }

    .nav ul {
        max-height: 0;
    }

    .nav>ul>li {
        width: 100%;
        box-sizing: border-box;
    }

    .nav a {
        display: block;
        color: #ff2b32 !important;
        text-align: center;
        padding: 10px;
        border-top: 1px solid #fff;
    }

    .menu-open {
        width: 100%;
        max-height: 200px !important;
        transition: all 0.1s ease-in-out;
    }

    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contact-form-container {
        margin-top: 40px;
    }

    .mb-order-2 {
        order: 2;
    }  

 }