*{
    margin: 0;
    border: 0;
}



nav{
    height: 10vh;
    /* background: linear-gradient(black,brown); */
    /* https://grabient.com/HQBgrAzANKAsAcMT0cAjLAnDNYDsOsATDEUSKWicGWlBMHmtA3kS8AGyYRA?style=linearSwatches */
/* https://grabient.com/HQVgnADANMAsBsAOGsDsYYgEwdARlxAGZ4ZVYsZ5VUyw8oBaCYPLW4JZUIopliIlhQ8wCOJFj4fCEA */
    background: linear-gradient(rgb(83, 0, 0),rgb(49, 11, 11),black,rgb(62, 55, 55));
/* background: linear-gradient(90deg, #df3000 0.000%, #ff9125 16.667%, #dad99a 33.333%, #72e0e8 50.000%, #14a3d6 66.667%, #004373 83.333%, #3a0005 100.000%); */
/* background: linear-gradient( #05050a 0.000%, #05050a 7.692%, #090a0e calc(7.692% + 1px), #090a0e 15.385%, #0d0e12 calc(15.385% + 1px), #0d0e12 23.077%, #121316 calc(23.077% + 1px), #121316 30.769%, #16171a calc(30.769% + 1px), #16171a 38.462%, #1a1b1e calc(38.462% + 1px), #1a1b1e 46.154%, #1e1f22 calc(46.154% + 1px), #1e1f22 53.846%, #222326 calc(53.846% + 1px), #222326 61.538%, #26272a calc(61.538% + 1px), #26272a 69.231%, #292a2d calc(69.231% + 1px), #292a2d 76.923%, #2c2d30 calc(76.923% + 1px), #2c2d30 84.615%, #2e2f33 calc(84.615% + 1px), #2e2f33 92.308%, #303135 calc(92.308% + 1px) 100.000%); */
    /* background-color: black; */
    color: whitesmoke;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
nav h1{
    display: flex;
    flex-direction: row;
    position: relative;
    left: 150px;
    top: 15px;
    display: inline-block;
}
nav img{
    position: relative;
    left: 180px;
    font-size: 50px;
    top: 20px;
}
nav ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 40px;
    position: absolute;
    left: 750px;
    top: 30px;
    font-size: 18px;
}
nav ul li a{
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}
nav ul li a:hover{
    opacity: 0.5;
}

nav a{
    text-decoration: none;
    color: whitesmoke;
    list-style: none;
}






main{
    height: 90vh;
    /* background: linear-gradient( #ffffd1 0.000%, #ffe07e 16.667%, #ff531e 33.333%, #730000 50.000%, #000000 66.667%, #002d2f 83.333%, #0bbc91 100.000%); */
    color: rgb(224, 217, 217);
    /* background-image: url(./images/bg-img-coffee-shop.jpg); */
    background-image: url(../assets/images/bg-img-coffee-shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: contrast(85%);
    /* background-attachment: fixed; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

main section h1{
    font-size: 40px;
    color: whitesmoke;
}
main section p{
    font-size: 18px;
    /* color: rgb(255, 212, 159); */
    color: rgb(255, 255, 255);
}
main section button{
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    border-color: white;
    background-color: rgb(223, 192, 151);
    color: whitesmoke;
    cursor: pointer;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
main section button:hover{
    background-color: transparent;
    border-color: whitesmoke;
}
article{
    height: 100vh;
    /* background: linear-gradient( #ffffd1 0.000%, #ffe07e 16.667%, #ff531e 33.333%, #730000 50.000%, #000000 66.667%, #002d2f 83.333%, #0bbc91 100.000%); */
    color: rgba(241, 229, 229, 0.922);
    /* background-image: url(./images/bg-img-2-Coffee-Shop.jpg); */
    background-image: url(../assets/images/bg-img-2-Coffee-Shop.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: top;
    filter: contrast(100%);
    /* background-attachment: fixed; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
article section{
    position: relative;
    left: 250px;
}

article p{
    font-size: 15px;
    line-height: 2;
    /* font-family: cursive; */
    font-family: 'Playfair Display', serif;
    word-spacing: 5px;
    position: relative;
    left: 100px;
    font-weight: 100;
}

article button{
    padding: 10px;
    background-color: rgba(234, 215, 105, 0.5);
    color: white;
    border-radius: 3px;
    border: 1px solid goldenrod;
    opacity: 0.8;
    position: relative;
    left: 100px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
article button:hover{
    background-color: transparent;
}
.para{
    font-size: 13px;
    /* font-family: serif; */
    font-family: 'Playfair Display', serif;
    color: rgb(228, 217, 217);
}





aside{
    height: 90vh;
    /* background: linear-gradient( #ffffd1 0.000%, #ffe07e 16.667%, #ff531e 33.333%, #730000 50.000%, #000000 66.667%, #002d2f 83.333%, #0bbc91 100.000%); */
    color: rgba(239, 237, 237, 0.865);
    /* background-image: url(./images/new_bg-img-Coffee-Shop.jpg); */
    background-image: url(../assets/images/new_bg-img-Coffee-Shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: contrast(150%);
    /* background-attachment: fixed; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
}
aside section{
    position: relative;
    top: 100px;
    left: 50px;
    line-height: 1;
    word-spacing: 4px;
}
aside section button{
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(rgb(35, 34, 34),rgb(222, 195, 40));
    /* background-color: rgba(233, 167, 110, 0.792); */
    color: whitesmoke;
    opacity: 1.5;
    cursor: pointer;
    border: 1px solid rgba(233, 167, 110, 0.792);
    transition: all;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
aside section button:hover{
    opacity: 0.5;
}



.product-layout{
    height: 140vh;
    /* background: linear-gradient( #ffffd1 0.000%, #ffe07e 16.667%, #ff531e 33.333%, #730000 50.000%, #000000 66.667%, #002d2f 83.333%, #0bbc91 100.000%); */
    color: rgba(239, 237, 237, 0.865);
    /* background-image: url(https://images.unsplash.com/photo-1497935586351-b67a49e012bf?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NzB8fGNhZmV8ZW58MHx8MHx8fDA%3D); */
    /* background-image: url(./images/new_bg-2.jpg); */
    background-image: url(../assets/images/new_bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: contrast(130%);
    /* filter: brightness(130%); */
    /* background-attachment: fixed; */
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center; */
}
.section-1{
    height: 20vh;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section-2{
    height: 70vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

.section-2 .main-div{
    height: 400px;
    width: 240px;
    border: 2px solid rgba(197, 169, 98, 0.897);
    background-color: black;
    border-radius: 10px;
}
.section-2 .sub-div{
    display: flex;
    justify-content: center;
    align-items: center;
    /* https://grabient.com/HQdhAYBpgNgZgEzQKwwCzQIwE5vQetInsMnMtDJjCtiNOCJg3HAyDEA?angle=270 */

    background: linear-gradient( #f2e3da 0.000%, #dfcdb6 16.667%, #c5a683 33.333%, #aa7d55 50.000%, #97623d 66.667%, #926145 83.333%, #9c7969 100.000%);
}

.section-2 .sub-div-2{
    /* line-height: 20px; */
    word-spacing: 3px;
    color: wheat;
}

.section-2 .sub-div-2 p{
    font-size: 13px;
}

.section-2 .sub-div-2 button{
    background: linear-gradient(rgb(229, 194, 104));
    border-radius: 2px;
    transition: all;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.section-2 .sub-div-2 span{
    position: relative;
    left: 80px;
    font-size: 20px;
    color: goldenrod;
}

.section-2 .sub-div-2 li{
    list-style: none;
    position: relative;
    right: 20px;
}

.section-2 .sub-div-2 button:hover{
    opacity: 0.5;
}

.section-3{
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #e7ac68;
    font-size: 16px;
}

footer{
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
footer p{
    color: goldenrod;
}
.footer-div{
    font-size: 25vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-div div{
    height: 150px;
    width: 300px;
    /* border: 2px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-right: 70px;
    
}
.footer-div div h1{
    font-size: 30px;
}
.footer-div div p{
    font-size: 14px;
    margin-top: 20px;
}



@media (max-width: 1024px) {

  nav h1 {
    left: 50px;
  }

  nav img {
    left: 70px;
  }

  nav ul {
    left: auto;
    right: 40px;
    gap: 25px;
    font-size: 16px;
  }

  main section h1 {
    font-size: 34px;
  }

  article section {
    left: 0;
  }

  article p,
  article button {
    left: 0;
  }

  aside section {
    left: 30px;
    top: 80px;
  }

  .section-2 {
    flex-wrap: wrap;
    gap: 30px;
    height: auto;
    padding-bottom: 40px;
  }

  .product-layout {
    height: auto;
  }

  .footer-div {
    gap: 40px;
  }

  .footer-div div {
    margin-right: 0;
  }
}


@media (max-width: 768px) {

  nav {
    flex-direction: column;
    height: auto;
    padding: 15px 0;
    text-align: center;
  }

  nav h1,
  nav img {
    position: static;
    margin: 5px auto;
  }

  nav ul {
    position: static;
    justify-content: center;
    margin-top: 10px;
    gap: 20px;
  }

  main {
    padding: 20px;
  }

  main section h1 {
    font-size: 30px;
  }

  article {
    height: auto;
    padding: 40px 20px;
  }

  article p {
    font-size: 14px;
    line-height: 1.8;
  }

  aside {
    height: auto;
    padding: 40px 20px;
  }

  aside section {
    position: static;
    text-align: left;
  }

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

  .footer-div {
    flex-direction: column;
    gap: 30px;
  }

  footer {
    height: auto;
    padding-bottom: 30px;
  }
}


@media (max-width: 480px) {

  nav ul {
    flex-direction: column;
    gap: 10px;
  }

  main section h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  main section p {
    font-size: 14px;
  }

  main section button {
    width: 100%;
    max-width: 250px;
  }

  article p {
    font-size: 13px;
    word-spacing: 2px;
  }

  .para {
    font-size: 11px;
  }

  aside section h1 {
    font-size: 26px;
  }

  .section-1 {
    font-size: 24px;
  }

  .section-2 .main-div {
    width: 90%;
    max-width: 280px;
  }

  .section-2 .sub-div-2 span {
    left: 0;
    display: block;
    margin-top: 10px;
  }

  footer p {
    font-size: 12px;
    text-align: center;
  }

  .footer-div div h1 {
    font-size: 20px;
  }

  .footer-div div p {
    font-size: 13px;
  }
}
