

@import url('https://fonts.googleapis.com/css2?family=Bigelow+Rules&family=Changa:wght@300;400;500;700;800&display=swap');


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

a{
    text-decoration: none;
    color: black;
}

.container{
    max-width: 1000px;
    margin: auto;
    font-family: 'Changa', sans-serif;
    position: relative;
}

body{
    overflow-x: hidden;
}


section.main{
    height: 100vh;
}

.nav-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
}

.nav-bar .logo{
    width: 150px;
}

nav ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: space-between;
}

nav ul li a{
    text-decoration: none;
    color: black;
    font-size: 30px;
    font-weight: 400;
    position: relative;
} 

nav ul li a:before{
    content: '';
    width: 0px;
    height: 4px;
    background: #295077;
    position: absolute;
    top: 80%;
    left: 0;
    transition: .5s;
}

nav ul li:hover a:before{
    width: 50%;
    transform: translateX(100%);
}


nav ul li a.contact{
    font-weight: 600;
    color: #295077;
}

.main .flex-box{
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.main .header{
    width: 500px;
    margin-top: 150px;
}

.main .header h2{
    font-size: 80px;
    margin-bottom: 0;
}

.main .header h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

.header-doors{
    width: 600px;

}

.doors-box{
    position: relative;
    margin-top: 40px;   
    margin-left: 100px;

}

.doors-box .btn{
    position: absolute;
    bottom: 160px;
    left: 160px;
    width: 123px;
    height: 40px;
    background-color: #295077;
    border-radius: 10px;
    border: none;
    box-shadow: 4px 3px 3px 0 black;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 3px 2px 3px black;

}

.doors-box .btn:hover{
    box-shadow: inset 4px 4px 7px black;
}


.blue{
    color: #295077;
}

.call{
    font-size: 30px;
    top: 0;
    right: 0;
    display: none;

}

/* -------------- A B O U T --------------- */


h2{
    font-size: 60px;
    margin-bottom: 50px;
    color: #295077;
    text-shadow: 3px 2px 3px rgb(0, 0, 0);
}

.about p{
    font-size: 27px;
    line-height: 40px;
    max-width: 800px;
    text-align: justify;
}

/* -------------- O F F E R T --------------- */

section.offert{
    margin-top: 200px;
    
}

.offert .flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-top: 100px;
}

.offert ul{
    text-align: center;
    list-style-type: none;
    position: relative;
    
}

.offert ul li{
    font-size: 130px;
    font-family: 'Bigelow Rules', serif;
    cursor: pointer;
}

.offert ul li:hover{
    color: #295077;
    
}

#doors img{
    position: absolute;
    width: 250px;
}

#windows img{
    position: absolute;
    width: 190px;
    left: -130px;
    top: 190px;
}

#klima img{
    position: absolute;
    width: 200px;
    bottom: -180px;
    left: 50%;
    transform: translate(-50%);
}

.product-menu{
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    transition: 1.5s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 150px;
    z-index: 1;
}

.product-menu i{
    font-size: 40px;
    cursor: pointer;
    transition: 0.5s;
}

.product-menu i:hover{
    font-size: 100px;
    transform: rotate(180deg);
}

.product-menu img{
    width: 200px;
    transition: 0.5s;
}

.product-menu img:hover{
    width: 400px;
}


/* -------------- C O N T A C T --------------- */

section.contact{
    margin-top: 300px;
}

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

.contact-box{
    width: 460px;
    background-color: #295077;
    padding: 20px 30px;
    border: 10px solid black;
    position: relative;
}

.contact-box p{
    font-size: 10px;
    line-height: 12px;
    color: black;
    text-align: justify;
    margin-top: 20px;
}


.input-group{
    margin-bottom: 20px;
    position: relative;
}

input, textarea{
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    outline: 0;
    border: none;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px solid black;
    font-size: 15px; 
                
}

label{
    transition: 0.2s;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    
}

label i{
    margin-right: 10px;
}

button{
    padding: 13px 0;
    color: rgb(0, 0, 0);
    outline: none;
    background-color: rgb(255, 255, 255);
    border: none;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    border: 5px solid black;

}

button span{
    font-size: 15px;
    margin: 0;

}

button:hover {
    color: #295077;
}

button i{
    margin-left: 5px;
}

.hinges{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 70%;
    position: absolute;
    left: -20px;
    top: 90px;
}

.hinge{
    background-color: black;
    width: 15px;
    height: 50px;
}

.handle{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 260px;
    right: 50px;
}

.part1{
    height: 100%;
    position: absolute;
    width: 20px;
    right: 0;
    background-color: black;
}

.part2{
    width: 100%;
    height: 14px;
    top: 7px;
    position: absolute;
    background-color: black;
}

p.data{
    width: 460px;
    text-align: justify;
    font-size: 14px;
    line-height: 15px;
    margin-top: 20px;
}

/* -------------- F O O T E R --------------- */

section.footer{
    margin-top: 200px;
    font-family: 'Changa', sans-serif;
    
}

.footer{
    width: 100%;
    height: 300px;
    border-top: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .flex-box{
    width: 500px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.footer-contact{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: -30px;
}

.footer-contact a{
    font-size: 20px;
    font-weight: 600;
}

.footer-contact img{
    width: 150px;
    margin-left: -10px;
    margin-bottom: 12px;
}

.footer-catalogues h3{
    font-size: 30px;
    color: #295077;
}

.footer-catalogues ul{
    list-style-type: none;
    font-weight: 500;
    font-size: 20px;
}

.footer-catalogues ul li a:hover{
    color: #295077;
}
.footer-contact a:hover{
    color: #295077;
}

/* -------------- M E D I A Q U E R I E S --------------- */


@media screen and (max-width: 1300px){
    .container{
        max-width: 700px;
    }

    .nav-bar{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    
    .nav-bar .logo{
        width: 120px;
    }

    nav ul{
        width: 300px;
    }

    nav ul li a{
        font-size: 25px;
        font-weight: 400;
    } 

    nav ul li a:before{
        height: 3px;
    }

    .main .header{
        width: 400px;
        margin-top: 100px;
    }

    .main .header h2{
        font-size: 70px;
    }

    .main .header h1{
        font-size: 30px;
        line-height: 35px;
    }

    .header-doors{
        width: 450px;
    }
    
    .doors-box{
        position: relative;
        margin-top: 0px;   
        margin-left: 30px;
    }

    .doors-box .btn{
        transform: scale(0.8);
        bottom: 120px;
        left: 105px;
    }

    /* -------------- A B O U T --------------- */

    h2{
        font-size: 55px;
        margin-bottom: 30px;
        color: #295077;
        text-shadow: 3px 2px 3px rgb(0, 0, 0);
    }

    .about p{
        font-size: 23px;
        line-height: 30px;
        max-width: 800px;
        text-align: justify;
    }

     /* -------------- O F F E R T --------------- */
    
     section.offert{
        margin-top: 150px;
        
    }

    .offert .flex-box{
        height: fit-content;
    }
    
    .offert ul{
        text-align: center;
        list-style-type: none;
        position: relative;
        line-height: 120px;
    }
    
    .offert ul li{
        font-size: 110px;
    }
    
    
    #doors img{
        position: absolute;
        width: 200px;
        top: 30px;
        left: 270px;

    }
    
    #windows img{
        position: absolute;
        width: 160px;
        left: -130px;
        top: 190px;
    }
    
    #klima img{
        position: absolute;
        width: 200px;
        bottom: -180px;
        left: 50%;
        transform: translate(-50%);
    }

    .product-menu{
        line-height: 100px;
    }

    .product-menu img{
        width: 150px;
        transition: 0.5s;
    }

    .product-menu img:hover{
        width: 300px;
    }

     /* -------------- C O N T A C T --------------- */

    section.contact{
        margin-top: 250px;
    }

    .contact-box{
        width: 430px;

        padding: 16px 26px;
        border: 10px solid black;
        position: relative;
        scale: 0.9;
    }
    p.data{
        width: 390px;
        text-align: justify;
        font-size: 12px;
        line-height: 15px;
        margin-top: 0px;
    }

    /* -------------- F O O T E R --------------- */

    section.footer{
        margin-top: 100px;

    }

    .footer{
        height: 250px;
    }

    .footer .flex-box{
        width: 500px;
    }

    .footer-contact img{
        width: 100px;
        margin-left: -6px;
        margin-bottom: 20px;
    }

    .footer-contact{
        line-height: 30px;
        margin-top: -30px;
    }

    .footer-contact a{
        font-size: 17px;
        font-weight: 500;
    }

    .footer-catalogues h3{
        font-size: 30px;
        color: #295077;
    }

    .footer-catalogues ul{
        list-style-type: none;
        font-weight: 500;
        font-size: 16px;
    }
        
}

@media screen and (max-width: 1000px){
    .call{
        display: block;

    }

    nav ul{
        display: none;
    }

    .container{
        max-width: 400px;
    }

    .main .flex-box{
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .main .header{
        margin-top: 0px;
    }

    .main .header h2{
        font-size: 50px;
        margin-bottom: 0;
        text-align: center;
    }
    
    .main .header h1{
        font-size: 30px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }
    .doors-box{
        position: relative;
        margin-top: 0px;   
        
    }


    section.about{
        margin-top: 100px;
    }

    h2{
        font-size: 45px;
        margin-bottom: 20px;
        color: #295077;
        text-shadow: 3px 2px 3px rgb(0, 0, 0);
    }

    .about p{
        font-size: 17px;
        line-height: 20px;
        max-width: 800px;
        text-align: justify;
    }

    section.offert{
        margin-top: 70px;
        
    }

    .offert ul{
        text-align: center;
        list-style-type: none;
        position: relative;
        line-height: 90px;
    }
    
    .offert ul li{
        font-size: 90px;
    }

    #doors img{
        width: 150px;
        top: 30px;
        left: 200px;

    }
    
    #windows img{
        width: 120px;
        left: -80px;
        top: 130px;
    }
    
    #klima img{
        width: 160px;
        top: 340px;
       left: 150px;
    }

    .offert .flex-box{
        align-items: center;
        margin-top: 50px;
    }
    
    /* -------------- C O N T A C T --------------- */

    section.contact{
        margin-top: 180px;
    }

    .contact-box{
        scale: 0.8;
    }
    p.data{
        width: 340px;
        text-align: justify;
        font-size: 12px;
        line-height: 15px;
        margin-top: -30px;
    }

    /* -------------- F O O T E R --------------- */

    section.footer{
    margin-top: 100px;

    }

    .footer{
        height: 250px;
    }

    .footer .flex-box{
        width: 400px;
    }

}


@media screen and (max-width: 700px){
    body,html{
        overflow-x: hidden;
        touch-action:auto;
    }

    .call{
        display: block;
        color: #295077;
    }
    .container{
        width: 85vw;
        margin: auto;
    }
    .nav-bar .logo{
        width: 100px;
    }


    nav ul{
        display: none;
    }


    .main .flex-box{
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .main .header{
        margin-top: -20px;
        width: 100%;
    }

    .main .header h2{
        font-size: 50px;
        margin-bottom: 0;
        text-align: center;
    }
    
    .main .header h1{
        font-size: 25px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        width: 100%;
    }
    .doors-box{
        position: relative;
        margin-top: 0px;    
    }

    .header-doors{
        transform: scale(0.9);
    }
    
    .doors-box{
        position: relative;
        margin-top: 0px;   
        margin-left: 30px;
    }

    .doors-box .btn{
        transform: scale(0.8);
        bottom: 130px;
        left: 110px;
    }


    section.about{
        margin-top: 0px;
    }

    h2{
        font-size: 45px;
        margin-bottom: 20px;
        color: #295077;
        text-shadow: 3px 2px 3px rgb(0, 0, 0);
    }

    .about p{
        font-size: 17px;
        line-height: 25px;
    }

    section.offert{
        margin-top: 70px;
        
    }
    .offert ul{
        text-align: center;
        list-style-type: none;
        position: relative;
        line-height: 80px;
    }
    
    .offert ul li{
        font-size: 70px;
    }

    #doors img{
        width: 100px;
        top: 30px;
        left: 150px;

    }
    
    #windows img{
        width: 90px;
        left: -50px;
        top: 110px;
    }
    
    #klima img{
        width: 110px;
        top: 310px;
       left: 100px;
    }

    .offert .flex-box{
        align-items: center;
        margin-top: 50px;
    }
    
    /* -------------- C O N T A C T --------------- */

    section.contact{
        margin-top: 130px;
    }

    .contact-box{
        scale: 0.7;
        margin-top: -70px;
    }
    p.data{
        width: 300px;
        text-align: justify;
        font-size: 10px;
        line-height: 15px;
        margin-top: -70px;
    }

    /* -------------- F O O T E R --------------- */

    section.footer{
        margin-top: 50px;

    }

    .footer{
        height: 200px;
    }

    .footer .flex-box{
        width: 90%;
        margin: auto;
        
    }

    .footer-contact img{
        width: 90px;
        margin-left: -6px;
        margin-bottom: 10px;
    }

    .footer-contact{
        line-height: 30px;
        margin-top: 0px;
    }

    .footer-contact a{
        font-size: 14px;
        font-weight: 500;
    }

    .footer-catalogues h3{
        font-size: 30px;
        color: #295077;
    }

    .footer-catalogues ul{
        list-style-type: none;
        font-weight: 500;
        font-size: 14px;
    }

}













