*{
    padding: 0;
    margin: 0;
}
.burger-menu{
    display: none;
}
.container{
    max-width: 1391px;
    margin:  auto;
    width: 100%;
}

header{
    background: #EEDDC8;
    position: relative;
    width: 100%;
    z-index: 10000;
    transition: 0.3s;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}
.menu-desketop{
    max-width: 962px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.menu-desketop>ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;

}
.menu-desketop>ul>li{
    font-family: 'poppins', sans-serif;
    font-weight:400;
    color: rgba(56, 31, 28, 0.71);
    cursor: pointer;
}
.go-section:hover{
    cursor: pointer;
}
.menu-desketop>.menu{
    max-width: 730px;
    width: 100%;
}
.language{
    max-width: 132px;
    width: 100%;
    margin: auto;
}
.go-section:hover{
    transition: 0.3s;
    color: #381F1C!important;
}
.getLang:hover{
    transition: 0.3s;
    color: #381F1C!important;
}
.menu-active{
    color: #381F1C!important;
    font-weight: 500!important;
}
.menu-active-mobile{
    color: black!important;
    font-weight: 500!important;
}
.lang-active{
    color: #381F1C!important;
    font-weight: 500!important;
}
.menu-mobile{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 79px;
    background: #eeddc8;
    width: 100%;
    left: 0;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
}
.menu-mobile>ul{
    list-style: none;
    display: flex;
    flex-direction: column;
}
.menu-mobile>ul>li{
    font-family: 'poppins', sans-serif;
    font-weight:400;
    color: rgba(56, 31, 28, 0.71);
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #654e46;
}
.hidden{
    display: none;
}
.coffe{
    position: relative;
}
/*Section Main*/
.coff-img-a{
    position: absolute;
    left: 0;
    top: 251px;
}
.main-container{
   display: flex;
    position: relative;
    margin-top: 250px;
}
.main-info{
    display: flex;
    flex-direction: column;
    max-width:956px;
    align-items: baseline;
}
.main-info>h1{
    font-family: 'poppins', sans-serif;
    font-weight:400;
    color: rgba(56, 31, 28, 0.71);
    margin-bottom: 32px;
    max-width: 775px;
    font-size: 64px;
}
.main-info>h1>span{
    font-weight: 500;
}

.main-info>p{
    font-family: 'poppins', sans-serif;
    font-weight:400;
    color: rgba(56, 31, 28, 0.71);
    font-size: 24px;
    line-height: 44px;
}
.button-info{
    background: #0E492D;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
    display: block;
    margin-top: 30px;
    font-family: 'poppins', sans-serif;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: normal;
    transition: 0.3s;

}
.coffe-img {
    position: absolute;
    right: 47px;
    top: -216px;
    z-index: -1;
}
.button-info:hover{
    transition: 0.3s;
    background: transparent;
    border: 1px solid #0E492D;
    color: #381F1C;
}
.category-container{
    background: rgba(238, 221, 200, 0.49);
    padding: 135px ;
    position: relative;
    border-radius: 40px;
    max-width: 1332px;
    margin:332px auto auto auto;
    width: 100%;
    box-sizing: border-box;
}
.category-info{
    max-width: 1070px;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: -61%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.category-info-item{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-info-item>img{
    width: 193px;
    height: 193px;
    border-radius: 50%;
}
.category-info-item>h2{
    margin-top: 9px;
    font-size: 24px;
    color: #41231E;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}
.category-info-item>a{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #41231E;
    font-size: 20px;

}
/*About*/
.about{
    display: flex;
    flex-direction: column;
    margin: 101px  auto auto auto;
    max-width: 1438px;
}
.about>h2{
    color: #41231E;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    font-size: 64px;
    margin-bottom: 18px;
}
.about-content>p{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #41231E;
    max-width: 647px;
}
.about-content{
    display: flex;
    justify-content: space-between;
}
.about-img{
    max-width: 759px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.about-img-right{
    display: flex;
    flex-direction: column;
}
.about-img>img{
    max-width: 352px;
    width: 100%;
    height: 440px;
}
.about-img-right>img{
    max-width: 399px;
    width: 100%;
    height: 221px;
    margin: 0 0 8px 0;
}
.Croissants{
    background: url("../images/bg-image.png");
    margin-top: 161px;
    padding: 70px 0 60px 0;
}
.text-croissant{
    max-width: 573px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.text-croissant>h2{
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #321C1A;
    font-size: 40px;
    margin-bottom: 30px;
}
.text-croissant>p{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 24px;
    margin-bottom: 14px;
}
.text-croissant>span {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #7E7D7A;
    font-size: 18px;
    margin-bottom: 39px;
}
.text-croissant>a{
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    padding: 10px 50px;
    background: #0E492D;
    border-radius: 32px;

}
.croissants-content{
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
}
.product-item-main{
    position: relative;
    height: 490px;
    padding-top: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider{
    margin: 158px auto 134px    auto ;
}
.product-item>img{
    width: 115px !important;
    height: 221px;
    position: absolute;
    top: -77px;
    transition: 0.3s;
    object-fit: contain;
}

.product-item{
    display: flex;
    flex-direction: column;
    max-width: 270px;
    overflow: unset!important;
    /*height:366px ;*/
    padding: 18px;
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFF5E7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
    transition: 0.3s;

}
.product-item:hover{
    background: #0E492D;
    transition: 0.3s;
    scale: 1.2;
}
.product-item:hover .slider-img{
    scale: 1.2;
    transition: 0.3s;

}
.product-item:hover .slider-h2{
    color: #D9D9D9!important;
    transition: 0.3s;
   font-size: 29px;
}
.product-item:hover .slider-span{
    color: #ECD0B3!important;
    transition: 0.3s;
}
.product-item:hover .slider-size{
    color: #ECD0B3!important;
    transition: 0.3s;
}
.product-item:hover .slider-price{
    color: #fff!important;
    transition: 0.3s;
}
.product-item>h2{
    transition: 0.3s;
    color: #65594C;
    text-align: left;
    font-family: 'poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 142px 0 16px 0;
    width: 100%;
}
.product-item>span{
    color: #1E1E1E;
    font-family: 'poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.price-size{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
}
.price-size>p{
    font-family: 'poppins', sans-serif;
    color: #ECD0B3;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.price-size>p:nth-child(1){
    color: #6D5F4F;
    font-family: 'poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.price-size>p:nth-child(2){
    color: #000;
 font-family: 'poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 31px;
}
.image-croissant{
    max-width: 447px;
    width: 100%;
    position: relative;
}
.crusana1,.crusana2{
    padding: 4px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
}
.crusana2{
   top: -172px;
}
.crusana1{
    left: 155px;
    top: 112px;
}
.right-block{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
}
.text-right-block{
    color: #65594C;
    font-family: "Just Another Hand", cursive;
    max-width: 467px;
    font-size: 64px;
    text-align: center;
    position: absolute;
    top: 11px;
}
/*gallery*/
.gallery{
    display: flex;
    flex-direction: column;
}
.gallery>h2{
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #41231E;
    font-size: 64px;
    margin-bottom: 30px;
}
.gallery>h2>span{
    border-bottom: 4px solid #073C07;
}
.gallery-container-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 109px;
}
.gallery-container-top>p{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #41231E;
    font-size: 36px;
    margin-bottom: 13px;
}
.gallerys{
    width: 100%;
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.gallerys>a>img{
    width: 295px;
    height: 366px;
}
.gallerys>a{
    padding: 9px;
    border-radius: 20px;
    box-sizing: border-box;
    background:#fff;
    -webkit-box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}
/*dubai shocolate*/
.dubaichocolate{
    display: flex;
    grid-gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dubaichocolate>img{
    width: 100%;
    max-width: 563px;
}
.dubaicholate-info{
    display: flex;
    flex-direction: column;
    max-width: 575px;
    width: 100%;
    position: relative;
    align-items: baseline;
}
.dubaicholate-info>img{
    position: absolute;
    bottom: 115px;
    right: 162px;
}
.dubaicholate-info>h2{
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #41231E;
    font-size: 64px;
    margin-bottom: 41px;
}
.dubaicholate-info>p{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #8D685E;
    font-size: 40px;
    margin-bottom: 91px;
}
.footer-top{
    width: 100%;
    background: rgba(238, 221, 200, 0.25);

}
.footer-top-content{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.footer-top-text{
    display: flex;
    flex-direction: column;
}
.footer-text-row{
    display: flex;
    align-items: center;
    margin-bottom: 51px;
    flex-wrap: wrap;
}
.footer-text-row>p{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #41231E;
    font-size: 32px;
}
.footer-text-row>p>img{
    margin: 0 14px 0 0;
}
.footer-text-row>img{
    margin: 0 13px 0 13px;
    max-width: 198px;
    width: 100%;
    height: 67px;
}
.footer-text-row>a{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #8D685E;
    font-size: 36px;
}
.footer-between{
    background: url('../images/footer-between.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 98px 0 236px 0;
}
.social{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 224px;
    list-style: none;
}
.footer-between-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 734px;
    width: 100%;
}
.footer-between-content>p{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    margin: 26px 0 47px 0 ;

}
.footer-bottom{
    padding: 35px 0 50px 0;
    position: relative;
}
.footer-bottom>img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.menu-footer{
    max-width: 690px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    grid-gap: 10px;
    margin: auto;
    margin-bottom: 87px ;
}
.menu-footer>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
}
.menu-footer>ul>li{
    margin-bottom: 10px;
}
.footer-bottom-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-footer>ul>li{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #472620;
    font-size: 24px;
    text-decoration: none;
}
.footer-bottom-content>span{
    text-align: center;
    border-bottom: 1px solid #472620;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #472620;
    font-size: 24px;
    margin: auto;
}