/* //////////////////////////////////////// */
/* Global  */

body{
    margin: 0;
    padding: 0;
    font-family: HindMadurai;
    background-color: #21110B;
    color: #e6d6bc;    
}
/* make box sizing predictable and images behave */
*{
    box-sizing: border-box;
}
main{
    display: flex;
    flex-direction: column;
    
}
p{
    margin-left: 32px;
    margin-right: 32px;
    color: #e6d6bc;
    font-size: 20;
    font-family:  HindMadurai;
}
h1{
    color: #e6d6bc;
    font-family: PlayfairDisplay;
    font-weight: 100;

}
h2{
    margin: 0;
    margin-left: 32px;
    color: #e6d6bc;
    font-family: PlayfairDisplay;
    font-weight: 100;
    
}
a{
    color: #e6d6bc;
   /*  text-decoration: none; */
    font-family: playfairDisplay;
   /*  text-align: right; */
    margin-right: 32px;
    font-size: 24;
    font-weight: 100;
    cursor: pointer;
}




@font-face {
    font-family: HindMadurai;
    src: url(./Fonts/HindMadurai/HindMadurai-Light.ttf);
    font-weight: light;
}
@font-face {
    font-family: PlayfairDisplay;
    src: url(./Fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf);
}







/* //////////////////////////////////////// */
/* Header  */
.line{
    height: 1px;
    background-color: #e6d6bc;
    margin-top: 6px;
    margin-bottom: 4px;
    margin-left: 16px;
    margin-right: 16px;
}
.header{
    display: flex;
    flex-direction: row;
    margin: 40px;
    justify-content: space-between;
}
.logo {
    height: 80px;
}
.textMenu{
    display: none;
}
.menu{
    height: 80px;
    width: 80px;
    display: flex;
    align-content: space-around;
    flex-direction: column;

}
.menuLine{
    background-color:#e6d6bc ;
    height: 2px;
    margin: 15%;
}
.product a {
    display: flex;
    justify-content: flex-end;
    margin-right: 8%;
}

/* //////////////////////////////////////// */
/* Product  */
.banner{
    margin-bottom:80px ;
    width: 100%;
    overflow: hidden;
}
.bannerImg{
    width: 140%;
}
.bannerImgCont{
    overflow: hidden; 
}
.product{
    margin-bottom: 64px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: #e6d6bc;
    text-decoration: none;
    cursor: pointer;
}
.detail-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
    margin-right: 8%;
    height: 30px;
    font-size: 24px;
    align-items: center;
}
.vyrobkyImg{
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
}
/* ensure images don't create overflow gaps */
.vyrobkyImg, .detailImg, .detailImgII, .bannerImg, .aboutBannerImg, .contactImg{
    display: block;
    max-width: 100%;
    height: auto;
}
.arrow{
    height: 70%;
    margin-left: 4px;
}
/* hover effect for product links */
.product:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.product a{
    margin-top:32px ;
    display: flex;
    justify-content: flex-end;
    justify-self: end;
    margin-right: 8%;
    height: 30px;
    font-size: 24px;
    align-items: center;
}


/* //////////////////////////////////////// */
/* About  */
.aboutBanner{
    margin-bottom:80px ;
}
.about{
    margin-bottom: 36px;
}

.aboutBannerImgCont{
    max-height: 40%;
    overflow: hidden; 
}
.aboutBannerImg{
    position: relative;
    width: 100%;;
}

/* //////////////////////////////////////// */
/* Contact  */
.contact{
    margin-bottom: 64px; 
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    height: auto;
}

form{
    display: flex;
    flex-direction: column;
    margin-left: 32px;
    margin-right: 32px;
    color: #e6d6bc;
}

.contactInput{
    padding: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    border: solid 1px #e6d6bc;
    border-radius: 4px;
    background-color: #21110B;
    width: calc(100% - 18px);
    color: #e6d6bc;
    
}
.secondContactInput{
    min-height: 120px;
}
.contactImg{
    width: 100%;
}
.contactBtn{
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    background-color: #e6d6bc;
    color: #21110B;
    cursor: pointer;
    font-family: HindMadurai;
}
/* //////////////////////////////////////// */
/* Detail  */
.detailCont{
    flex-direction: column;
    display: flex;
    margin: 16px;
}
.zpet{
    margin: 16px;
    text-align: left;
}
.detail{
    display: flex;
    gap: 16px;
     margin-bottom: 24px; 
    /*margin-top: 24px;*/
}
.detailImg{
    width: 100%;
    margin-bottom: 24px;
}
.detailImgII{
    width: calc(50% - 8px);
}
.zpetImg{
    margin-top: 4px;
}
/* .detal{
    margin-top: 6px;
    margin-bottom:24px ;
} */

/* //////////////////////////////////////////// */


@media (min-width:768px ) {
    /* //////////////////////////////////////////// */
    /* Global  */
    html{
        width: 100%;
        justify-content: center;
        display: flex;
        background-color: #21110B;
    }
    body{
        max-width: 1200px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    main{
        max-width: 1200px;
    }
    header{
        max-width: 1200px;
        width: 100%;
    }
    .main{
        display: flex;
        flex-wrap: wrap;
        margin-top: 2%;
       /*  height: 100%; */
        min-height: auto;
        overflow: visible;
        width: 100%;
    }
    h2{
        margin-bottom: 1%;
    }
    .banner p {
        margin-top: 2%;
    }
    .banner{
        margin-bottom:4% ;
        width: 98%;
        margin-left: 1%;
    }
    .bannerImgCont{
        overflow: visible; 
    }
    /* //////////////////////////////////////////// */
    /* Header  */
    .textMenu{
        font-size: 36px;
        flex-direction: row-reverse;
        display: flex;
    }
    .contMenu{
        width: fit-content;
    }
    .logo {
        height: 160px;
        display: flex;
        align-items: center;
    }
    .textMenu a{
        margin: 8%;
        margin-right: 0%;
     
    }
    .textMenu a:hover{
        text-decoration: underline 1px;
    }
    .title{
        display: none;
    }
    .menu{
        display: none;
        width: 0;
        height: 0;
    }

    /* //////////////////////////////////////////// */
    /* About  */
    .aboutBanner{
        width: 100%; 
        overflow: hidden;
        height: 32%;
        margin-bottom: 4%;
    }
    .aboutBanner p{
        margin-top: 2%;
    }
    .aboutContainer{
        flex-direction: row;
        display: flex;
    }
    .aboutBannerImgCont{
        max-height: 80%;
        overflow: hidden; 
    }
    .aboutBannerImg{
        position: relative;
        bottom: 128px;
        width: 98%;
        margin-left: 1%;
    }
    .about{
        flex: 1;
    }
    /* //////////////////////////////////////////// */
    /* Products  */
    .rowPC{
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow: visible;
    }
    .product{
        display: flex;
        flex: 1;
        flex-direction: column;
        height: auto;
        min-height: 0;
        overflow: visible;
    }
    .product a {
        margin-top: auto;
    }

    /* //////////////////////////////////////////// */
    /* Contact  */
    .contactBanner{
        flex: 3;
        overflow: hidden;
        align-items: center;

    }
    .contactImg{
        height: 70%;
        width: auto;
        position: relative;
        right: 40px;
        margin-top: 15%;
    }
    .contact{
        flex:4;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .contactForm{
        margin-right: 1%;
    }
    .secondContactInput{
        min-height: 120px;
    }
    .contactMain{
        overflow: visible;
        height: auto;
    }
    
    /* //////////////////////////////////////// */
    /* Detail  */
    .detailCont{
        flex-direction: row;
        gap:48px
    }
    .detailCont div{
        flex:1;
        
    }
    .detal, .zpet{
        font-size: 24px;
    }






}

/* //////////////////////////////////////// */
/* Menu Animation  */
@keyframes slideIn {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}


