html{
    scroll-behavior: smooth;
}
body{
    background-color: #0B0B0B;
    font-family: 'Josefin Sans', sans-serif;
    overflow-x: hidden;
    margin: 0;
}
#about-us, #services, #contact-us{
    padding: 30px 10px;
}
.hero-section{
    background-image: url("/assets/mobile-bg.jpeg");
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding: 0;
}
header{
    display: flex;
    justify-content: space-between;
}
nav{
    display: flex;
    list-style: inside;
    justify-content: space-between;
    width: 100%;
}
.navigation-list{
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.navigation-list li{
    padding: 0 30px 0 0;
}
.nav-link, .mobile-nav-link {
    position: relative; 
    text-decoration: none;
    font-size: 1.25rem;
    color: #ffffff;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: -8px; 
    left: 0;
    width: 0%;
    height: 1px; 
    background-color: #05E9A4; 
    transition: width .7s ease;
}
.nav-link:hover::after, .mobile-nav-link:hover::after {
    width: 100%;
}
.logo{
    width: 80px;
    height: 80px;
}
.logo img{
    width: 100%;
    height: auto;
}
.hamburger{
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: all .25s ;
    position: relative;
    background-color: transparent;
    border: none;
    margin-left: 10px;
    margin-top: 30px;
    z-index: 4;
}
.hamburger-top,
.hamburger-middle,
.hamburger-bottom{
    position: absolute;
    width: 24px;
    height: 2px;
    top:0;
    left: 0;
    background-color: white;
    transform: rotate(0);
    transition: all .5s;
}
.hamburger-middle{
    transform: translateY(7px);
}
.hamburger-bottom{
    transform: translateY(14px);
}
.open{
    transform: rotate(90deg);
}
.open .hamburger-top{
    transform: rotate(45deg) translateY(6px) translateX(6px);
}
.open .hamburger-middle{
    display: none;
}
.open .hamburger-bottom{
    transform: rotate(-45deg) translateY(6px) translateX(-6px);
}

#mobile-menu {
    position: fixed;
    top: -100%; 
    left: 0;
    width: 70%;
    color: white;
    min-height: 100vh;
    transition: all .5s ease; 
    padding: 100px 10px;
    background: rgba(0, 0, 0, 0.26);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(0, 0, 0, 0.49);
    z-index: 2;
    opacity: 0; 
}

#mobile-menu.active {
    top: 0; 
    opacity: 1; 
}

.mobile-nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    padding: 30px;
}
.mobile-nav-link:hover{
    color: #05E9A4;
}
.mobile-btn{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
    font-size: 20px;
    margin-top: 10%;
}
.desktop{
    display: none;
}
.hamburger, .mobile{
    display: block;
}
.hero-content{
    padding: 10px;
    max-width: 500px;
    margin-top: 100px;
}
.hero-heading{
    font-size: 2rem;
    color: #ffffff;
    line-height: 140%;
    letter-spacing: 0.8px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.text, .why-us-list{
    font-size: 1rem;
    color: #E5E4E4;
    line-height: 160%;
    letter-spacing: 0.8px;
}
.why-us-list li{
    margin-bottom: 20px;
}
.btn-cta{
    background-color: #0EA577;
    padding: 13px 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    align-self: flex-start;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
}
.btn-cta:before{
    content: '';
    position: absolute;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255,255,255, 0) 30%,
        rgba(255,255,255, .8),
        rgba(255,255,255, 0) 70%
    );
    top: 0;
    left: -100px;
    animation: shine 3s infinite linear;
}
@keyframes shine {
    0% {left: -150px;}
    100% {left: 100%;}
}
.cta{
    text-decoration: none;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
}
.heading{
    font-size: 1.75rem;
    color: #ffffff;
    line-height: 140%;
    letter-spacing: 0.8px;
}
.why-us, .footer{
    display: flex;
    flex-direction: column;
}
.quality-img{
    height: 100%;
    width: 100%;
}
.service-heading{
    font-size: 1.6rem;
    color: #ffffff;
}
#window-tint{
    padding: 40px 0;
}
.full-img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.window-tint-examples-img{
    display: block;
    max-width: 100%;
    height: auto;
    padding: 5px 0;
}
.scale-tint-section{
    padding: 40px 0;
}
.reverse{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.cta-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#headlights-restoration{
    padding: 40px 0;
}
.headlights-img, .contact-img{
    width: 100%;
    height: auto;
}
#form{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.input-field, textarea{
    font-family: 'Josefin Sans', sans-serif;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #05E9A4;
    background-color: transparent;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #ffffff;
    outline: none;
}
.btn-submit-container{
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0;
}
.contact-link{
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.contact-link:hover .contact-icon svg path,
.contact-link:hover .link {
    fill: #05E9A4; 
    color: #05E9A4;  
}
svg path {
    transition: all .5s linear;
}
.link{
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    margin-left: 10px;
    transition: all .5s linear;
}
.hours-list-container{
    display: flex;
    flex-wrap: nowrap;
}
.hours-list{
    color: #ffffff;
    font-weight: 500;
    list-style: none;
    line-height: 200%; 
    padding-left: 0;
    padding-right: 10px;
    margin: 0 10px ;
}
.map{
    width: 100%;
    height: 100%;
}
.contact-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.business-hours-container{
    padding: 10px 30px;
}
.no-wrap {
    white-space: nowrap;
}
.middle{
    margin-right: 20px;
}
.rights{
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}
.rights a{
    color: #ffffff;
}
.slider-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}
.slider-container {
    display: flex;
    overflow: hidden;
    width: 350px;
    transition: transform 1s ease;
}
.slider-prev, .prev,
.slider-next, .next {
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 10;
}
.slider-button{
    width: 25px;
}
.slider-next:hover .slider-button path,
.slider-prev:hover .slider-button path {
    fill: #05E9A4;
}
.slider-prev, .prev {
    left: 10px;
}
.slider-next, .next {
    right: 10px;
}
.wrapper {
    flex: 0;
    width: 100%;
    min-width: 100%;
    height: 280px;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.content-image {
    height: 100%;
}
.after {
    width: 133px;
}
.scroller {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50px;
    top: 50%;
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}
.scroller:hover {
    opacity: 1;
}
.scrolling {
    pointer-events: none;
    opacity: 1;
    margin-left: -12.5px;
}
.scroller__thumb {
    width: 100%;
    height: 100%;
}
.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 5px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    z-index: 30;
    transition: 0.1s;
}
.scroller:before {
    top: 100%;
}
.scroller:after {
    bottom: 100%;
}
.scroller {
    border: 3px solid #fff;
    margin-left: 7.5px;
}
.scroller:before,
.scroller:after {
    background: #fff;
}
.container-form{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center; 
    justify-content: center;
}
.modal-content {
    display: block;
    width:  80%;
    max-width: 100%;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.equale{
    cursor: pointer;
}
#btn-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 5;
}
.error-page{
    background-image: url("assets/404.jpeg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-container{
    background: rgba(0, 0, 0, 0.26);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    margin: 10px;
    z-index: -1;
}

.text::-moz-selection, 
.heading::-moz-selection, 
.hero-heading::-moz-selection, 
.service-heading::-moz-selection,
li::-moz-selection,
strong::-moz-selection,
.rights::-moz-selection,
a::-moz-selection,
button::-moz-selection,
.btn-cta::-moz-selection,
.nav-link::-moz-selection{
    background-color: #05E9A4;
    color: #000000;
}
.text::selection, 
.heading::selection, 
.hero-heading::selection, 
.nav-link::selection, 
li::selection, 
strong::selection, 
.rights::selection, 
a::selection, 
button::selection, 
.btn-cta::selection, 
.service-heading::selection{
    background-color: #05E9A4;
    color: #000000;
}

@media all and (min-width:820px){
    #about-us, #services, #contact-us, .error-page{
        padding: 30px 80px;
    }
    .hero-section{
        background-repeat: no-repeat;
        padding: 30px 80px;
    }
    .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .equale{
        flex: 1;
    }
    .window-tint-examples-img{
        max-width: auto;
        height: 180px;
    }
    .headlights-restoration-container-text{
        margin-right: 30px;
    }
    .contact-container{
        flex-wrap: wrap;
    }
    .desktop{
        display: none;
    }
    .reverse{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 40px 0;
    }
    .scale-container-text{
        padding-right: 20px;
    }
    .scale-container-text-reverse{
        padding-left: 20px;
    }
    .headlights-img{
        width: 350px;
        margin-right: -90px;
    }
    .slider-container {
        width: 800px;
    }
    .wrapper {
        width: 800px;
        min-width: 800px;
        height: 600px;
    }
    .scroller {
        width: 50px;
        height: 50px;
        left: 100px;
        margin-left: -2.5px;
    }
    .after {
        width: 125px; 
    }
    .slider-button{
        width: 40px;
    }
    .logo{
        width: 150px;
        height: 150px;
    }
    .bg-container{
        background: transparent;
        backdrop-filter: blur(0);
    }
}

@media all and (min-width:915px){
    .hamburger, .mobile, .hidden {
        display: none;
    }
    .desktop{
        display: flex;
    }
    .why-us{
        flex-direction: row;
        align-items: center;
    }
    .quality-img{
        height: 450px;
        width: auto;
        margin-left: -250px;
        margin-right: 20px;
    }
    .scale-container-text{
        padding-right: 60px;
    }
    .scale-container-text-reverse{
        padding-left: 60px;
    }
    .img-entrance{
        height: 230px;
    }
    .contact-container{
        align-items: center;
    }
    .headlights-img{
        width: 550px;
        margin-right: -90px;
    }
    .container-form{
        flex-direction: row;
    }
    .contact-img{
        height: 480px;
        width: auto;
        margin-right: -80px;
        margin-left: 20px;
    }
    .modal-content {
        height: 80%;
        width: auto;
        max-height: 100%;
    }
    #btn-top{
        bottom: 30px;
        right: 30px;
    }
    .up{
        width: 3.3rem;
        height: 3.3rem;
    }
}
@media all and (min-width:1100px){
    #about-us, #services, #contact-us, .error-page{
        padding: 40px 120px;
    }
    .hero-section{
        padding: 30px 120px;
        background-image: url("assets/auto-comfort.jpg");
        background-position: center;
        background-repeat: no-repeat;
    }
    .hero-heading{
        margin-top: 120px;
        margin-bottom: 20px;
        font-size: 2.5rem;
    }
    .hero-content{
        padding: 0;
        margin: 0;
    }
    .text, .why-us-list{
        font-size: 1.25rem;
    }
    .btn-cta-hero{
        margin-top: 30px;
    }
    .heading{
        font-size: 1.875rem;
    }
    .window-tint-examples-img{
        max-width: auto;
        height: 200px;
    }
    .submit{
        font-size: 1.25rem;
        font-weight: 500;
    }
    .link{
        font-size: 1.25rem;
    }
    .contact-link{
        padding: 20px 0;
    }
    .map{
        width: auto;
        height: 325px;
        padding-left: 20px;
    }
    .img-entrance{
        width: auto;
        height: 325px;
    }
    .map{
        height: 280px;
    }
    .img-entrance{
        height: 280px;
    }
    .rights{
        font-size: 1rem;
        padding: 10px;
    }
    .headlights-img{
        width: 650px;
        margin-right: -130px;
    }
    .contact-img{
        height: 530px;
        margin-right: -120px;
    }
}

@media all and (min-width:1400px){
    .quality-img{
        height: 650px;
        margin-left: -350px;
    }
    .window-tint-examples-img{
        height: 300px;
    }
    .map{
        height: 400px;
    }
    .img-entrance{
        height: 400px;
    }
    .headlights-img{
        width: 700px;
    }
}