@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

* {
    color: white;
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    background: -webkit-linear-gradient(#f6d812, #ed960c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #121212;
}

h2  {
    text-align: center;
}

h1 {
    z-index: 10000 !important;
    font-size: 70px !important;
}

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

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

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

.logo {
    display: inline-block;
    padding: 13px;
}

.toggle {
    position: absolute;
    left: 82%;
    color: white;
    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;
}

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

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

.header {
    width: 100%;
    height: 100vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.color-two {
    background-color: #000;
}

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

div {
    overflow: hidden;
}

.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 {
    line-height: 1.8;
}

.btn {
    background: #ed960c !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-transform: capitalize;
    padding: 15px 40px !important;
}

img {
    width: 100%;
}

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

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

.main-text {
    max-width: 750px;
    text-align: center;
    z-index: 10000;
}

.about-container {
    max-width: 570px;
}

.about-img-1 {
    background-image: url("./img/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;
    width: 100%;
    height: 800px;
}


.about-img-2 {
    background-image: url("./img/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;    
}

.about-img-3 {
    background-image: url("./img/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;    
}

.about-img-4 {
    background-image: url("./img/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;    
}

.about-img-5 {
    background-image: url("./img/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;    
}

.about-img {
    width: 100%;
    height: 389px;
}

.tinting-img-container {
    width: 100%;
    height: 750px;
    background-image: url("./img/tinting.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.starlight-img-container {
    width: 100%;
    height: 750px;
    background-image: url("./img/starlight.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.wrapping-img-container {
    width: 100%;
    height: 750px;
    background-image: url("./img/wrapping.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.wrapping-img-container-left {
    width: 100%;
    height: 750px;
    background-image: url("./img/wrapping-left.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrapping-img-container-right {
    width: 100%;
    height: 750px;
    background-image: url("./img/wrapping-right.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

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

.logo {
    width: 200px;
}

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

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

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

@media (max-width: 425px) {
    h1 {
        font-size: 48px !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;
    }

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

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

 }