*{
    margin: 0;
    padding: 0;
}
/* common css */
.container{
    width: 1120px;
    margin: auto;
    
}
/* common css */


.main{
    height: auto;
    width: 100%;
    background:linear-gradient(#4B2C24, #2B1712);
}

a{
    text-decoration: none;
    color: white;
    font-family: "Pacifico", cursive; 
    font-size: 16px;
    font-weight: 500;
    transition: .2s linear;
}

li{
    list-style: none;
}
.logo-section{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 25px 0px;
}
.menubar ul{
    display: flex;
    align-items: center;
    gap: 72px;
}

.menubar{
    display: flex;
    align-items: center;
}
#navbar{
    display: flex;
    justify-content: space-between;

}

span{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Pacifico", cursive;
}

.active{
    color: #DDB66F; 
}
.menubar ul :hover{
    color: #DDB66F;
}
nav{
    border-bottom: 2px dashed #847571;
}

#main-2{
    display: flex;
    align-items: center;
    padding-top: 64px;
}

h3{
    color: #DDB66F;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

h1{
    color: white;
    font-family: "Pacifico", cursive;
    font-size: 72px;
    font-weight: 500;
    line-height: 120%;
}

p{
    color: white;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0px;
    width: 100%;
}

.main-2-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}

button{
    height: 56px;
    width: 182px;
    background-color: #DDB66F;
    border: none;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    transition: .3s linear;
    box-shadow: 0 8px 16px 0 rgba(214, 168, 41, 0.295), 0 6px 20px 0 rgba(0,0,0,0.19);
}

button:hover{
    background-color: white;
    color: #2B1712;
}

.tittleimg{
    position: absolute;
}

.section-2{
    width: 100%;
    height: 480px;
    background-color: #492D26;
    border-radius: 80px 80px 0px 0px ;
    position: relative;
    top: -90px;
    left: 0;
}

.section-2-content{
    display: flex;
    flex-direction: column;
}

.section-2-images{
    display: flex;
    gap: 88px;
    
}

.coffee-1{
    display: flex;
    flex-direction: column;
    width: 120px;
}
.coffee-2{
    display: flex;
    flex-direction: column;
    width: 120px;
}
.coffee-3{
    display: flex;
    flex-direction: column;
    width: 120px;
}

.button-2{
    background-color: #2B1712;
    color: #fff;
    transition: .5s linear;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#section-2{
    display: flex;
    justify-content: space-between;
    padding-top: 64px;
    
}

.section-3{
    height: 540px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
    top: -190px;
    left: 0;
    border-radius: 80px 80px 0px 0px ;
    
}

.section-3-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#section-3{
    display: flex;
    justify-content: space-between;
    gap: 107px;
    padding-top: 40px;
}

h2{
    font-family: "Pacifico", cursive;
    color: #2E2624;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

.dark-p{
    color: #5B4C48;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.section-4{
    height: 892px;
    width: 100%;
    background-image: url("../images/section-4-background-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 80px 80px 0px 0px ;
    position: relative;
    top: -265px;
    left: 0;
}


.h2-light{
    color: rgb(255, 255, 255);
    padding: 60px 0px;
    display: flex;
    justify-content: center;
    
}

#section-4{
    display: flex;
    justify-content: center;
} 

.section-4-content{
    display: flex;
    justify-content: space-between;
    gap: 104px;
    position: relative;
    z-index: 1;
}

.section-4-content-1{
    width: 272px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-4-content-2{
    width: 272px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
}
.section-4-content-3{
    width: 272px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dashed-line{
    position: absolute;
    top: 230px;
    left: 200px;
}

.section-5{
    height: 540px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
    top: -335px;
    left: 0;
    border-radius: 80px 80px 0px 0px ;
    
}

.section-5-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 538px;
}

#section-5{
    display: flex;
    justify-content: space-between;
    gap: 107px;
    padding-top: 64px;
}

.section-6{
    height: 545px;
    width: 100%;
    background-image: url("../images/Footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 80px 80px 0px 0px ;
    position: relative;
    margin-top: -265px;
    left: 0;
}

.section-6-logo{
    display: flex;
    flex-direction: column;
    
}

.section-6-logo img{
    width: 107px;
}

.section-6-button{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-6-content{
    display: flex;
    justify-content: space-between;
    padding-top: 96px;
}

h3{
    color:#fff ;
    font-family: "Pacifico", cursive;
    font-size:36px ;
    font-weight: 400;
}

.mail{
    background-color: transparent;
    border: 3px solid #847571;
    color: #847571;
    width: 340px;
    /* height: 64px; */
    border-radius: 32px;
    padding: 19px 0px 19px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #847571;
}

.subscribe{
    width: 360px;
    
}

.privacy{
    color: #DDB66F;
    font-family: "poppins", sans-serif;
    font-size: 16px;
}

.footer{
    display: flex;
    justify-content: center;
    gap: 48px;
    padding-top: 60px;
}

.copyright{
    font-family: "poppins", sans-serif;
    color: #847571;
    font-size: 17px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    padding-top: 64px;
}

#main-2 img{
    transition: .3s linear;
}

#main-2 img:hover{
    scale: 1.1;
    rotate: 5deg;
}

.coffee-1,.coffee-2,.coffee-3{
    transition: .3s linear;
} 
.coffee-1:hover{
    scale: 1.1;
}
.coffee-2:hover{
    scale: 1.1;
}
.coffee-3:hover{
    scale: 1.1;
}

#section-3 img{
    transition: .3s linear;
}
#section-3 img:hover{
    scale: 1.05;
}

.section-4-content-1 img{
    transition: .3s linear;
}
.section-4-content-1 img:hover{
    scale: 1.05;
}
.section-4-content-2 img{
    transition: .3s linear;
}
.section-4-content-2 img:hover{
    scale: 1.05;
}
.section-4-content-3 img{
    transition: .3s linear;
}
.section-4-content-3 img:hover{
    scale: 1.05;
}

#section-5 img{
    transition: .3s linear;
}
#section-5 img:hover{
    scale: 1.05;
}

.ham-menu{
    display: none;
}








@media screen and (max-width: 768px) {
    .container{
        width: 90%;
    }
    .menubar ul{
        display: none;
    }
    .ham-menu{
        display: block;
        cursor: pointer;
    }
    #navbar{
        position: relative;
    }
    .menubar ul{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #2B1712;
        padding: 20px 0;
        gap: 20px;
        transform: translateY(-250%);
        transition: .5s linear;
        z-index: 1;
    }
    .menubar ul.active{
        transform: translateY(0);
    }
    #main-2{
        flex-direction: column;
        gap: 30px;
    }
    h1{
        font-size: 50px;
    }
    .main-2-content{
        text-align: center;
    }
    .main-2-content button{
        margin: auto;
    }
    #section-2{
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .section-2-images{
        flex-direction: column;
        gap: 30px;
    }
    .section-3{
        height: auto;
        padding-bottom: 40px;
    }
    #section-3{
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .section-4{
        height: auto;
        padding-bottom: 40px;
    }
    .section-4-content{
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .section-4-content-2{
        padding-top: 0;
    }
    .dashed-line{
        display: none;
    }
    .section-5{
        height: auto;
        padding-bottom: 40px;
    }
    #section-5{
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .section-6{
        height: auto;
        padding-bottom: 40px;
    }
    .section-6-content{
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .mail{
        width: 100%;
    }
    .subscribe{
        width: 100%;
    }
    .footer{
        padding-top: 30px;
    }
    .copyright{
        padding-top: 30px;
    }
}

@media screen and (max-width: 390px) {
    .ham-menu{
        display: block;
    }
    .menubar ul{
        display: none;
    }
}





@media (max-width: 576px) {
  .container {
    width: 90%;
    padding: 0 15px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 14px;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  #main-2 {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .section-2-images,
  #section-3,
  .section-4-content,
  #section-5,
  .section-6-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .section-2 {
    height: auto;
    padding: 40px 0;
  }

  .coffee-1,
  .coffee-2,
  .coffee-3 {
    width: 80%;
  }

  .section-4-content-2 {
    padding-top: 0;
  }

  .section-5-content {
    width: 100%;
  }

  .mail,
  .subscribe {
    width: 100%;
  }

  .dashed-line {
    display: none;
  }
}


@media (max-width: 768px) {
  .container {
    width: 90%;
  }

  #main-2 {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  h1 {
    font-size: 50px;
  }

  .main-2-content button {
    margin: auto;
  }

  #section-2 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .section-2-images {
    flex-direction: column;
    gap: 24px;
  }

  #section-3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-4-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  #section-5 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-6-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}


@media (max-width: 992px) {
  .container {
    width: 95%;
  }

  h1 {
    font-size: 56px;
  }

  .section-4-content {
    gap: 60px;
  }
}


@media (max-width: 1280px) {
  .container {
    width: 90%;
  }

  header,
  footer {
    padding: 40px 60px;
  }
}




