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

@font-face {
    font-family: 'Muli';
    src: URL('./font/Muli.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-bold';
    src: URL('./font/Muli-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-light';
    src: URL('./font/Muli-Light.ttf') format('truetype');
}

* {
    font-family: 'Muli-light', sans-serif;
}

h1 {
    font-family: 'Muli-bold', sans-serif;
}

h2, h3, h4 {
    font-family: 'Muli', sans-serif;
}

h1 {
    font-size: 46px !important;
}

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

h2  {
    text-align: center;
}

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

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

}

.header-top {
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 95px;
    background-color: white;
}

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

.logo {
    display: inline-block;
}

.toggle {
    position: absolute;
    left: 82%;
    color: #282457;
    padding: 45px 15px;
    font-size: 25px;
    display: none;
    cursor: pointer;
}

.nav {
    float: right;
}

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

.about-pic {
    border-radius: 35px;
}

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

.nav a {
    display: block;
    color: #282358;
    text-align: center;
    padding: 25px 16px;
    letter-spacing: -0.5px;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
}

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

.header {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;    
    background-image: url("img/test-hero.png");
    background-size: cover;
    background-position: bottom;
    color: white;
    padding-top: 95px;
}

.fieldInput {
    display: block;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 35px;
    padding: 10px 230px 10px 30px;
    position: relative;
}

.divider {
    width: 10%;
}

.hero-img {
    height: 100%;
    object-fit: cover;
}
.bg-overlay {
    position: absolute;
    background: #263174;
    opacity: 0.7;
    height: 100%;
    width: 100%;
}

label {
    font-weight: 100;
}

.form-container {
    background-color: white;
    padding: 30px;
    color: black;
    border-radius: 5px;
}

.trust-pilot {
    width: 75%;
}

.bg-blue {
    background-color: #263174 !important;
    background-image: url("img/pattern1.png");
    background-size: cover;
}


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

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

.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;
}

.email-input {
    width: 100%;
    height: 42px;
    font-size: 24px;
    border: 0;
}

.email-btn {
    position: absolute;
    border: none;
    background: #263174 !important;
    text-transform: capitalize;
    color:white !important;
    border: 0 !important;
    width: 220px;
    height: 44px;
    font-size: 18px;
    border-radius: 35px;
}

.btn {
    border: none;
    background: #76ab88 !important;
    text-transform: capitalize;
    color:white !important;
}

img {
    width: 100%;
}

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

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

.main-text {
    z-index: 10000;
}

.about-img img {
    max-width: 150px;
    margin-bottom: 20px;
}

.about-img {
    background-color: white;
    padding: 35px;
    border-radius: 20px;
}

.about-img p {
    margin-bottom: 0 !important;
}

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

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

.logo {
    width: 220px;
}
.color-one {
    background-color: #fafcff;
}

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

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

.process {
    color: black;
    background: white;
    width: 75px;
    height: 75px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process img {
    width: 50px;
}

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

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

@media (max-width: 425px) {
    h1 {
        font-size: 38px !important;
        padding-top: 100px;
    }

    .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) { 
    .form-container {
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .logo {
        max-width: 150px !important;
    }

    .starlight-img-container {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: unset;
    }
    
    .wrapping-img-container {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: unset;
    }

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

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

    .nav {
        width: 100%;
        padding-left: 0 !important;
        background-color: #263174;
        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: #fff !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;
    }

    .about-tutors {
        margin-top: 35px;
    }

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

    .tutor-pic {
        height: 100%;
    }

 }