*{
    margin: 0;
    padding: 0;
}

header{
    width: 100vw;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid gray;
    position: fixed;
    overflow: hidden;
    z-index: 99;
}
header .logo{
    width: 20%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

header .btn{
    width:220px ;
    height: 150px;
    border: gray 1px solid;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;

}
header .btn h1{
    font-size: 24px;
    color: white;
}
header .close{
    width: 150px;
    height: 150px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
header .close .line{
    width: 80px;
    height: 8px;
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
    transition: all 0.3s;
}
.cross{
    opacity: 0;
    transition: all 0.3s;
}
.rotate1{
    transform: rotate(45deg);
    margin-bottom: -34px;
}
.rotate2{
    transform: rotate(-45deg);
    margin-bottom: 20px;
}

.slicks{
	width:100%;
	height: 100vh;
    cursor: pointer;
}
.slicks .drag1{
    width: 100%;
    height: 100vh;
    background-image: url(img/images/header-logo-min-aspect-ratio-1920-1068.96.jpg);
    background-size: cover;
}
.slicks .content{
    width: 600px;
    height: 300px;
    margin-top: 250px;
    margin-left: 150px;
}
.slicks  .content h1{
    font-size: 80px;
    color: white;
}
.slicks  .content p{
    font-size: 32px;
    color: white;
}
.slicks .drag2{
    width: 100%;
    height: 100vh;
    background-image: url(img/images/imgonline-com-ua-CompressToSize-ItVtwLf8yaE0CBJW-scaled-aspect-ratio-1920-1068.96-1920x1068.jpg);
    background-size: cover;
}
.slicks .drag3{
    width: 100%;
    height: 100vh;
    background-image: url(img/images/imgonline-com-ua-CompressToSize-VE3zh12aNs3h4H-scaled-aspect-ratio-1920-1068.96-2-1920x1068.jpg);
    background-size: cover;
}
.slicks .drag4{
    width: 100%;
    height: 100vh;
    background-image: url(img/images/JOKI1617-min-scaled-aspect-ratio-1920-1068.96-1920x1069.jpg);
    background-size: cover;
}
.slicks .drag5{
    width: 100%;
    height: 100vh;
    background-image: url(img/images/JOKI9848-min-scaled-aspect-ratio-1920-1068.96-1920x1069.jpg);
    background-size: cover;
}
.slicks .drag6{
    width: 100%;
    height: 100vh;
    background-image: url(img/images/JOKI1617-min-scaled-aspect-ratio-1920-1068.96-1920x1069.jpg);
    background-size: cover;
}
.gap{
    width: 100%;
    height: 200px;
    background-color: #000000;
    color: white;

}
.gap h1{
    font-size: 62px;
}
.gallery{
    width: 100%;
    height: 600px;
    background-image: url(img/images/about-bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}
.gallery img{
    width: 146px;
    height: 360px;
    margin-top: 100px;
    margin-left: -px;
    transition: all 0.7s;
    float: left;
}
.gallery img:hover{
    transform: scale(1.1);
}
.gallery .avtar1{
    margin-top: 100px;
    float: left;
}
.gallery .avtar3{
    margin-top: 100px;
}
.gallery .avtar5{
    margin-top: 100px;
}
.gallery .gallery-content{
    width: 400px;
    height: 400px ;
    float: left;
    margin-top: 100px;
    color: white;
    display: flex;
    text-align: start;
    justify-content: start;
    flex-direction: column;
    margin-left: 40px;
}
.gallery .gallery-content h2{
    font-size: 28px;
}
.gallery .gallery-content h1{
    font-size: 62px;
}
article{
    width: 97vw;
    height: 600px;
    background-image: url(img/images/imgonline-com-ua-CompressToSize-VE3zh12aNs3h4H-scaled-aspect-ratio-1920-1068.96-2-1920x1068.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;

}
article img{
    width: 100%;
    height: 500px;
    border-radius: 20px;
} 
article .card-content{
    width: 100%;
    height: 100px;
    background-color: gray;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -150px;

}
article .img:hover .card-content{
    display:block ;
}
article h1{
    color: white;
}
article  p{
    color: white;
}

.footor{
    width: 100%;
    height: 450px;
    background-image: url(img/images/Footer-Background-Image.png);
}
.footor h1{
    font-size: 26px;
    color: white;
}
.footor li{
    list-style-type: none;
    margin-top: 20px;
}
.footor input{
    padding: 10px 40px;
    margin-top: 40px;
    float: left;
    border: none;
    outline: none;
    color: white;
    background-color: #000000;
    border-bottom: 1px solid white;


}
.footor button{
    float: left;
    padding: 20px  45px;
    margin-top: 20px;
    transition: all 0.3s;
    border: none;
    border-radius: 10px;
}
.footor button:hover{
    background-color: rgb(20, 19, 18);
    color: white;
}
.footor li a{
    text-decoration: none;
    font-size: 22px;
    color: rgb(180, 178, 178);
    transition: all 0.3s;
}
.footor li a:hover{
    color: blue;
}
@media (max-width:760px) {
    .gap h1{
        font-size: 7vw;
    }
    .gallery img{
        width: 100px;
        height: 250px;
        float: left;
    }
    .gallery .gallery-content {
        width: 90vw;
        height: 250px;
        text-align: center;
        justify-content: start;
    }
    .gallery {
       height: 700px;
    }
    .gallery .gallery-content h2{
        font-size: 22px;
    }
    .gallery .gallery-content h1{
        font-size: 42px;
    }

    article img{
       
        height: 250px;
        
    } 
    article .card-content h1{
       font-size: 24px;
    
    }
    
}