*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Dejavu Serif Bold';
}
.html{
    font-size: 62.5%;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
    color: #fff;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    box-shadow: 0px 0px 2px 2px #aaa;
    padding: 0px;
    width: 100%;
    background: #000;
    color: #fff;
  
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
    margin-bottom: 0px;
}
.logo{
    order: 1;
    font-size: 2.3rem;
    font-weight: 600;
    padding-bottom: 0px ;
    margin-bottom: 0px;
}
.logo a{
    font-weight: bold;
}
.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.2rem;
}

.navbar a{
    color: #fff;
    text-decoration: none;
    
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
 
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }
    .logo{
        position: absolute;
        left: 37%;
        top: 15%;
        font-size: 2.5rem;
    }
    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #000;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        padding-right: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  0px 0px 2px 2px #aaa;
        overflow: scroll;   
      
        
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

 

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@font-face {
    font-family: 'Dejavu Serif Bold';
    src: url('http://labrador.is/media/media/DejaVuSerif-Bold.ttf');
}
.icon-footer i{
    margin-left: 20px;
    font-size: 22px;
    
}
.icon-footer{
    margin-top: 7px;
}
.contact{
    display: flex;
    justify-content: space-between;
}
.title-footer{
    font-size: 1.5rem;
}
#footer{
    padding-top: 10px;
    
    padding-bottom: 10px;
    background: #000;
    color: #fff;
}
.banner{
    position: relative;
    padding-bottom: 10px;
}
.video{
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
}
.title-banner{
    text-align: center;
    position: absolute;
    bottom: 35%;
    left: 50%;
transform: translate(-50%, -50%);
    color: #fff;
  
}
.title-banner h1{
    font-weight: bold;
    font-size: 50px;
}
.title-banner h3{
    font-size: 30px;
}
.list-product{
    margin: 0px;
    padding-bottom: 10px;
}
.box-item-product{
    position: relative;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
}
.title-product{
    font-size: 35px;
    position: absolute;
    bottom: 7%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    font-weight: bold;
    
    text-align: center;
}
.form-data{
    padding-bottom: 10px;
}
.form-data h2{
    display: flex;
    justify-content: center;
}
.form-data form{
    display: flex;
    justify-content: center;
}
.btn-submit{
    margin-left: 10px;
    border: none;
    padding: 12px;
    background-color: #1677be;
    color: #fff;
    border-radius: 5px;
}
.input-data{
    
    width: 50%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    font-size: 18px;
}
.input-data:focus{
    outline: none;
}
.main-fashion{
    padding-top: 20px;
    padding-bottom: 20px;
}
.productShooting{
    margin: 0px;
}
.title-fashion{
    text-align: center;
}
.paragrap{
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
.paragrap p{
    margin: 0px;
    font-size: 18px;
}
.main-product{
    padding-top: 20px;
    margin: 0px;
}
.item-product{
    padding-bottom: 10px;
}
.img-main{
    padding-top: 20px;
    padding-bottom: 20px;
}
.item-project{
    padding-bottom: 10px;
    position: relative;
}
.fashion{
    padding-left: 100px;
    padding-right: 100px;
}
.item-product{
    position: relative;
}
.main-fashion h1{
    font-weight: bold;
}
.title-item h1{
    position: absolute;
    font-weight: bold;
    bottom: 10%;
    color: #fff;
    left: 50%;
      transform: translate(-50%, -50%);
    text-align: center;
}
.main-first{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}
.title-shooting{
    padding-top: 10px;
   
    text-align: center;
}
.title-shooting h1{
    font-size: 45px;
}
.img-shooting{
    padding-bottom: 10px;
}
.title-dance{
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.title-dance p{
   
    margin: 0px;
    font-size: 18px;
}
.mainDance{
    margin: 0px;
    padding-bottom: 20px;
}
.title-project{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;

}
.title-project h1 ,.title-dance h1{
    font-weight: bold;
}
.itemDance img {
    border-radius:10%;
}
.product-project{
    margin: 0px;
    padding-bottom: 20px;
    
}

.title-product-project{
    position: absolute;
    bottom: 5%;
    text-align: center;
    color: #fff;
    background: #000;
    left:50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
.title-product-project h1{
    font-size: 32px;
    margin-bottom: 0px;
}
.name-project{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.name-project p{
    margin: 0px;
    font-size: 18px;
}
.project-main{
    margin: 0px;
    padding-bottom: 20px;
}
.project-item{
    padding-bottom: 10px;
}
.bold{
    font-weight: bold;
}
.para p{
    text-align: center;
    font-size: 18px;
    margin: 0px;
}
@media(max-width:1300px){
    .title-product-project h1{
        font-size: 28px;
    }

}
@media(max-width:800px){
    .title-product-project h1{
        font-size: 17px;
    }
}
@media(max-width:600px){
    .title-product-project h1{
        font-size: 17px;
        
    }
    .title-shooting h1{
        font-size: 35px;
    }
    .title-item h1{
        font-size: 45px;
    }
    .fashion{
        padding-left: 0px;
        padding-right: 0px;
    }
    .paragrap{
    padding-left: 0px;
    padding-right: 0px;
   
}
    .title-banner{
        bottom: 5%;
       
    }
    .title-banner h1{
        font-size: 22px;
    }
    .title-banner h3{
        font-size: 15px;
    }
    .title-product{
       
        font-size: 25px;
    }
    .shooting{
        left: 15%;
    }
    .icon-footer i{
        font-size: 16px;
    }
    .icon-footer{
       
    }
}
@media(max-width:360px){
   
    .title-footer{
        font-size: 1.4rem;
    }
  
    
}
@media(max-width:768px){
    .title-banner{
        bottom: -5%;
    }
}