:root {
  --font-Secondary: "Clicker Script", cursive;
  --font-Primary: "Playfair Display", serif;
  --color-Secondary: #f9c06a;
  --color-Primary: #603809;
  --color-main: #ffffff;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body{
  padding: 0;
  margin: 0;
  overflow-x: clip;
}

header {
  height: 100vh;
  background-image: url(../assets/header-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 21px 93px;
  position: relative;
  z-index: 99;
  max-width: 100vw;
  display: flex;
  gap: 50px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

header::before {
  content: "";
  height: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(
    89.82deg,
    #1e1e1e -6.88%,
    rgba(0, 0, 0, 0) 87.45%
  );
}

.menu-icon{
  display: none;
}
.Xmenu-icon{
  display: none;
}
nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  z-index: 999;
  backdrop-filter: brightness(0.5);
  top: 0;
  left: 0;
  padding: 21px 93px;
  position: fixed;
}

nav span {
  font-family: var(--font-Secondary);
  color: var(--color-main);
  font-size: 35px;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 30%;
}

nav li {
  font-family: var(--font-Primary);
  font-size: 14px;
  color: var(--color-main);
  text-decoration: none;
  text-transform: capitalize;
}

nav li a {
  color: inherit;
  text-decoration: inherit;
}

nav li a:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

nav p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 15%;
}

nav .active{
  text-underline-offset: 5px;
  text-decoration: underline;
}

nav p :first-child {
  font-family: var(--font-Primary);
  font-size: 14px;
  color: var(--color-main);
  text-decoration: none;
  text-transform: capitalize;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

nav p :first-child:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

nav p :last-child {
  font-family: var(--font-Primary);
  font-size: 15px;
  background-color: var(--color-Secondary);
  border-radius: 24px;
  width: 100px;
  height: 48px;
  border-radius: 24px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

nav p :last-child:hover {
  border: 2px solid var(--color-Secondary);
  background: transparent;
  color: var(--color-main);
}

.spotLight {
  width: 38.53vw;
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 2;
  position: relative;
}

.spotLight p :nth-child(1) {
  font-weight: 500;
  font-family: var(--font-Primary);
  font-size: clamp(9px, 3vh, 35px);
  display: block;
}

.spotLight p :nth-child(2) {
  font-family: var(--font-Secondary);
  font-size: clamp(120px, 20vh, 350px);
  display: block;
}

.spotLight p :nth-child(3) {
  font-family: var(--font-Primary);
  font-size: clamp(8.5px, 2.3vh, 33px);
  display: block;
}

.spotLight button {
  background-color: var(--color-Secondary);
  font-family: var(--font-Primary);
  font-size: 1rem;
  width: 8.375rem;
  height: 3rem;
  border-radius: 24px;
  border: 0;
  outline: 0;
  transition: all .5s ease-out;
  cursor: pointer;
}

.spotLight button:hover{
  background-color: transparent;
  color: white;
  border: solid var(--color-Secondary) 1px;
}

section {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 82%;
  justify-self: center;
}

.hero-section {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero-text {
  width: 585px;
  height: 384px;
}

.hero-text h2 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 54px;
  font-style: bold;
  color: #603809;
}

.hero-text p {
  font-family: var(--font-Primary);
  font-size: 20px;
  font-weight: 400;
  font-style: regular;
  color: #707070;
  margin-top: 29px;
  line-height: 34px;
}

.hero-text button {
  background-color: var(--color-Secondary);
  font-family: var(--font-Primary);
  font-size: 16px;
  width: 134px;
  height: 48px;
  border-radius: 24px;
  border: none;
  outline: none;
  margin-top: 29px;
}

.coffe-blast {
  position: relative;
  left: 0;
  bottom: 150px;
  width: fit-content;
  height: fit-content;
}

.coffee-style {
  margin-top: -12rem;
}

.coffee-style-text h2 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 54px;
  font-style: bold;
  color: var(--color-Primary);
  text-align: center;
}

.coffee-style-text p {
  font-family: var(--font-Primary);
  text-align: center;
  font-size: 20px;
  color: #707070;
  margin: 16px 0;
  line-height: 34px;
}

.coffee-style-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.coffee-style-items div {
  background-color: #fff9f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.coffee-style-items div:hover {
  background-color: #ffeed8;
}

.coffee-style-items img {
  width: 280px;
  height: 222px;
}

.coffee-style-items h4 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 22px;
  color: #603809;
  text-align: center;
}

.coffee-style-items p {
  font-family: var(--font-Primary);
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 6px;
}

.span {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 16px;
  color: #603809;
  text-align: center;
}

.coffee-style-items button {
  background-color: var(--color-Secondary);
  font-family: var(--font-Primary);
  font-size: 16px;
  width: 134px;
  height: 48px;
  border-radius: 24px;
  border: none;
  position: relative;
  outline: none;
  margin-top: 18px;
  top: 20px;
}

.coffee-style-items button:hover {
  background-color: transparent;
  border: solid 2px var(--color-Primary);
  cursor: pointer;
  transition: all .5s ease-out;
}

.coffee-style-text-2 {
  margin-top: 4rem;
}

.coffee-style-text-2 p {
  font-family: var(--font-Primary);
  text-align: center;
  font-size: 20px;
  color: #707070;
  margin: 16px 0;
  line-height: 34px;
}

.coffee-style-text-2 h2 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 54px;
  font-style: bold;
  color: var(--color-Primary);
  text-align: center;
}

.coffee-style-items-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.coffe-blast-2 {
  position: absolute;
  right: 0;
  width: fit-content;
  height: fit-content;
  transform: rotate(180deg);
}

.coffe-blast-2 img {
  width: 400px;
  height: 205px;
  position: relative;

}

.coffee-style-2 {
  margin-top: 6rem;
}

.coffee-style-items-2 h4 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 22px;
  color: #603809;
  text-align: center;
}

.second img {
  width: 88px;
  height: 88px;
}

.second p {
  font-family: var(--font-Primary);
  text-align: center;
  font-size: 20px;
  color: #707070;
  margin: 0;
  width: 176px;
  height: 54px;
}

.second:hover {
  background: #ffeed8;
}

.second {
  padding: 60px 0;
  gap: 1rem;
  width: 280px;
  height: 284px;
  background: #fff9f1;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.text h4 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 22px;
  color: #603809;
}

.text button {
  background-color: var(--color-Secondary);
  font-family: var(--font-Primary);
  font-size: 16px;
  width: 134px;
  height: 48px;
  border-radius: 24px;
  border: none;
  outline: none;
  margin-top: 24px;
  transition: all .5s ease-out;
  cursor: pointer;
}

.text button:hover {
  background-color: transparent;
  border: solid 3px var(--color-Secondary);
}

.text p {
  font-family: var(--font-Primary);
  font-size: 20px;
  font-weight: 400;
  font-style: regular;
  color: #707070;
  line-height: 34px;
  margin-top: 30px;
}

.chance-section {
  padding: 82px 93px;
  height: 65vh;
  width: 100%;
  background-image: url(../assets/ExperienceWithCofee.png);
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.chance-section::before {
  content: "";
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--color-Primary);
  opacity: 0.8;
}

.chance-image {
  position: absolute;
  right: 160px;
  bottom: 25px;
  z-index: 2;
}

.chance-image img {
  width: 255px;
  height: 55vh;
}

.chance-image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.chance-text {
  width: 575px;
  height: 304px;
  z-index: 1;
}

.chance-text h2 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 54px;
  font-style: bold;
  color: #fff;
}

.chance-text p {
  font-family: var(--font-Primary);
  font-size: 20px;
  font-weight: 400;
  font-style: regular;
  color: #ffffff;
  margin-top: 29px;
  line-height: 34px;
}

.chance-text button {
  background-color: var(--color-Secondary);
  font-family: var(--font-Primary);
  font-size: 16px;
  width: 134px;
  height: 48px;
  border-radius: 24px;
  border: none;
  outline: none;
  margin-top: 29px;
}

.feedback {
  text-align: center;
  width: 84%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 8rem;
  align-items: center;
}

.feedback h2 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 45px;
  font-style: bold;
  color: #603809;
}

.feedback p {
  font-family: var(--font-Primary);
  font-size: 20px;
  font-weight: 400;
  font-style: regular;
  color: #707070;
  margin-top: 16px;
  line-height: 34px;
}

.feedback h5 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 22px;
  color: #603809;
  margin-top: 25px;
  margin-bottom: -16px;
}

.feedback-items {
  position: relative;
  width: 980px;
  height: 524px;
  padding: 130px;
  margin-top: 45px;
  border: solid 1px #F9C06A6B;
  background: #fff9f1;
}
.quote {
  position: absolute;
  top: 54px;
  left: 29px;
}

.arrow-left {
  width: 80px;
  height: 80px;
  background: #f9c06a;
  position: absolute;
  top: 221px;
  left: -41px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 15px;
}

.arrow-right {
  width: 80px;
  height: 80px;
  background: #f9c06a;
  position: absolute;
  top: 221px;
  right: -41px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 15px;
}

.feedback-coffe-blast {
  position: relative;
  left: 0;
  bottom: 150px;
  width: fit-content;
  height: fit-content;
}

.feedback-coffe-blast-2 {
  position: absolute;
  right: -80px;
  width: fit-content;
  height: fit-content;
  transform: rotate(180deg);
}

.feedback-coffe-blast-2 img {
  width: 478px;
  height: 261px;
}

footer {
  max-width: 100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer-top {
  height: 50vh;
  width: 100%;
  background-image: url(../assets/ExperienceWithCofee.png);
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.footer-top::before{
  content: "";
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--color-Primary);
  opacity: 0.8;
}

.footer-top h2 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: 54px;
  font-style: bold;
  color: #fff;
  z-index: 2;
}

.footer-top p {
  font-family: var(--font-Primary);
  font-size: 20px;
  font-weight: 400;
  font-style: regular;
  color: #ffffff;
  margin-top: 16px;
  line-height: 34px;
  z-index: 2;
}

input[type="email"] {
  width: 642px;
  height: 66px;
  border-radius: 4px 0 0 4px;
  border: none;
  outline: none;
  padding-left: 20px;
  z-index: 2;
}

input::placeholder {
  font-family: var(--font-Primary);
  font-size: 20px;
  color: #00000057;
}

.footer-top button {
  background-color: var(--color-Secondary);
  font-family: var(--font-Primary);
  font-size: 22px;
  width: 135px;
  height: 66px;
  border-radius: 0 4px 4px 0px;
  border: none;
  outline: none;
  z-index: 2;
  font-weight: 700;
  color: var(--color-Primary);
}

span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wing-left img, .wing-right img {
  width: 18vw;
  height: 33vh;
}

.wing-left {
  position: absolute;
  left: 0;
  z-index: 5;
  margin-top: -25vh;
}

.wing-right {
  position: absolute;
  right: 0;
  z-index: 5;
  margin-top: -25vh;
}

.footer-bottom {
  width: 100%;
  height: 70vh;
  background-image: url(../assets/fotter_image.png);
  background-color: #603809;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  z-index: 0;
  position: relative;
}

.footer-bottom::before {
  content: "";
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(68, 40, 8, 0.8);
}
.footer-bottom-wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  z-index: 2;
  align-items: center;
}

.footer-logo {
  width: 380px;
  height: 258px;
}

.footer-logo h3 {
  font-family: var(--font-Secondary);
  font-size: clamp(20px, 3vw, 60px);
  color: var(--color-main);
  font-weight: 400;
}

.footer-logo p {
  font-family: var(--font-Primary);
  font-size: clamp(5px, 1.2vw, 18px);
  color: var(--color-main);
  margin-top: 16px;
  line-height: 25px;
  font-weight: 400;
}

.footer-icons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.footer-links-about {
  width: 136px;
  height: 258px;
  margin-top: 4vh;
}

.footer-links-about h3 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: clamp(9px, 1.7vw, 29px);
  color: #fff;
}

.footer-links-about ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-links-about li {
  font-family: var(--font-Primary);
  font-size: clamp(8px, 1.2vw, 20px);
  color: #fff;
  margin-top: 2cqmin;
}

.footer-links-about li a {
  color: inherit;
  text-decoration: none;
}

.footer-links-about li a:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}


.footer-links-company {
  width: 136px;
  height: 258px;
  margin-top: 4vh;
}

.footer-links-company h3 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: clamp(9px, 1.7vw, 29px);
  color: #fff;
}

.footer-links-company ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-links-company li {
  font-family: var(--font-Primary);
  font-size: clamp(8px, 1.2vw, 20px);
  color: #fff;
  margin-top: 2cqmin;
}

.footer-links-company li a {
  color: inherit;
  text-decoration: none;
}

.footer-links-company li a:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.footer-links-contact {
  width: 250px;
  height: 258px;
  margin-top: 4vh;
}

.footer-links-contact h3 {
  font-family: var(--font-Primary);
  font-weight: 700;
  font-size: clamp(9px, 1.7vw, 29px);
  color: #fff;
}

.footer-links-contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-links-contact li {
  font-family: var(--font-Primary);
  font-size: clamp(8px, 1.2vw, 20px);
  color: #fff;
  margin-top: 2cqmin;
}

.footer-links-contact li a {
  color: inherit;
  text-decoration: none;
}

.footer-links-contact li a:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}


@media screen and (max-width: 1340px) {
  nav p {
    width: 18%;
}
  .coffee-style-items img {
    width: 14.5rem;
    height: 11.875rem;
    object-fit: contain;
  }

  .coffee-style-items img {
    width: 245px;
  }

  .coffe-blast-2 img {
    width: 345px;
    height: 185px;
  }

  .second {
    width: 250px;
  }

  .feedback {
    margin-top: 10rem;
  }

  .coffe-blast {
    bottom: 130px;
  }

  .footer-logo p {
    line-height: 30px;
  }

  .footer-icons {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1160px) {
  header {
    padding: 21px 70px;
  }
  nav {
    padding: 21px 70px;
  }

  nav p :last-child {
    width: 90px;
    height: 43px;
  }

  .hero-text {
    width: 515px;
  }

  .hero-section {
    column-gap: 20px;
  }
  
  .hero-text h2 {
    font-size: 45px;
  }
  .hero-text p {
    font-size: 18px;
  }

  .hero-image img {
    width: 450px;
    height: 420px;
  }

  .coffe-blast {
    bottom: 160px;
  }

  .coffe-blast img{
    height: 15rem;
    width: 15rem;
  }

  .coffee-style-items img {
    width: 215px;
  }

  .coffee-style-text h2 {
    font-size: 50px;
  }

  .coffee-style-text p {
    font-size: 18px;
  }

  .coffee-style-items div {
    gap: 0.5rem;
  }

  .coffee-style-items button {
    font-size: 15px;
    width: 128px;
    height: 45px;
  }

  .coffe-blast-2 img {
    width: 17rem;
    height: 11rem;
  }

  .coffee-style-text-2 h2 {
    font-size: 50px;
  }

  .coffee-style-text-2 p {
    font-size: 18px;
  } 

  .second {
    width: 220px;
  }

  .chance-section {
    padding: 55px 45px;
  }

  .chance-text {
    width: 515px;
  }

  .chance-text h2 {
    font-size: 45px;
  }

  .chance-text p {
    font-size: 18px;
  }

  .chance-image img{
    width: 5rem;
    height: 5rem;
  }


  .chance-image {
    right: 179px;
    bottom: 10px;
  }

  .chance-image img {
    width: 255px;
    height: 25rem;
  }

  .chance-image-2 img{
    height: 20rem;
    width: 20rem;
  }

  .chance-image-2 img {
    height: 29rem;
    width: 29rem;
  }

  .feedback-items {
    width: 920px;
  }

  .footer-top {
    gap: 1rem;
    height: 55vh;
  }


  .footer-top h2 {
    font-size: 50px;
  }
  .wing-left img, .wing-right img {
    height: 16rem;
    width: 15rem;
    position: relative;
  }

  .footer-icons {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1051px) {
  header {
    padding: 10px 40px;
  }

  nav {
    padding: 18px 40px;
  }

  nav span {
    font-size: 33px;
  }

  nav li {
    font-size: 12px;
  }

  nav p :first-child {
    font-size: 12px;
  }

  nav p :last-child {
    width: 80px;
    height: 35px;
    font-size: 13px;
  }

  .spotLight button {
    font-size: 15px;
    width: 110px;
    height: 40px;
  }
  .hero-text {
    width: 440px;
  }

  .hero-text h2 {
    font-size: 40px;
  }

  .hero-text p {
    font-size: 17px;
  }

  .hero-text button {
    font-size: 14px;
    width: 120px;
    height: 40px;
  }

.hero-image img {
  width: 430px;
  height: 420px;
  margin-bottom: 3rem;
  }

  .coffee-style-text h2 {
    font-size: 45px;
  }

  .coffee-style-text p {
    font-size: 16px;
  }

  .coffee-style-items img {
    width: 190px;
  }

  .coffee-style-items img {
    width: 190px;
    position: relative;
    bottom: 18px;
  }

  .coffee-style-items div {
    gap: 0rem;
  }

  .coffee-style-items h4 {
    font-size: 20px;
  }

  .coffee-style-text p {
    font-size: 14px;
  }

  .coffee-style-items button {
    font-size: 13px;
    width: 110px;
    height: 40px;
  }

  .coffe-blast-2 img {
    width: 14rem;
    height: 9rem;
  }

  .coffee-style-text-2 h2 {
    font-size: 45px;
  }

  .coffee-style-text-2 p {
    font-size: 16px;
  }

  .second {
    width: 190px;
  }

  .second img {
    width: 85px;
    height: 85px;
  }

  .second {
    gap: 0.5rem;
    width: 190px;
    height: 265px;
    padding: 50px 0;
  }

  .coffee-style-text-2 p {
    font-size: 14px;
    line-height: 25px;
  } 

  .chance-section {
    padding: 55px 45px;
    height: 68.78vh;
  }
  .chance-text {
    width: 490px;
  }
  .chance-text h2 {
    font-size: 40px;
  }

  .chance-text p {
    font-size: 16px;
  }

  .chance-text button {
    font-size: 13px;
    width: 120px;
    height: 40px;
  }

  .chance-image img {
    width: 225px;
    height: 20rem;
  }

  .chance-image {
    right: 185px;
    bottom: 40px;
  }

  .chance-image-2 img {
    height: 26rem;
    width: 27rem;
  }

  .feedback h2 {
    font-size: 40px;
  }

  .feedback p {
    font-size: 18px;
  }
  
  .quote {
    height: 50px;
    width: 50px;
    top: 40px;
  }

  .arrow-left {
    width: 70px;
    height: 70px;
  }

  .arrow-right {
    width: 70px;
    height: 70px;
  }

  .feedback p {
    font-size: 16px;
  }

  .feedback-items {
    width: 790px;
    height: 490px;
  }

  .feedback p {
    font-size: 16px;
    margin-top: -10px;
  }

  .feedback h5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer-top h2 {
    font-size: 45px;
  }

  .footer-top p {
    font-size: 18px;  
  }

  input[type="email"] {
    width: 500px;
    height: 60px;
  }

  .footer-top button {
    font-size: 22px;
    width: 130px;
    height: 60px;
  }

  .wing-left img, .wing-right img {
    height: 14rem;
  }

  .footer-icons {
    margin-top: 43px;
  }

  .footer-bottom-wrapper {
    gap: 2rem;
  }
  .footer-logo p {
    line-height: 30px;
  }
  .footer-icons {
    margin-top: 15px;
  }

  .footer-bottom-wrapper {
    margin-top: 2rem;
  }

  .footer-logo {
    width: 300px;
  }

  .footer-links-about {
    width: 105px;
    margin-top: 7vh;
  }

  .footer-links-company {
    width: 105px;
    margin-top: 7vh;
  }

  .footer-links-contact {
    width: 220px;
    margin-top: 7vh;
  }

} 

@media screen and (max-width: 896px) {

  nav p :last-child {
    width: 75px;
    height: 32px;
    font-size: 13px;
  }

  .hero-text {
    width: 385px;
  }

  .hero-text h2 {
    font-size: 33px;
  }

  .hero-text p {
    font-size: 13px;
  }

  .hero-image img {
    width: 326px;
    margin-bottom: 6rem;
  }

  .coffe-blast {
    bottom: 16rem;
  }

  .coffee-style{
    margin-top: -20rem;
  }

  .coffee-style-text h2 {
    font-size: 40px;
  }

  .coffee-style-items img {
    width: 165px;
    bottom: 0;
    height: fit-content;
  }

  .coffee-style-items h4 {
    font-size: 18px;
    margin-top: 1rem;
  }

  .coffee-style-items button {
    font-size: 11px;
    width: 100px;
    height: 35px;
  }

  .coffe-blast-2 {
    margin-top: -15px;
  }
  
  .coffee-style-2 {
    margin-top: 1rem;
  }

  .coffee-style-text-2 h2 {
    font-size: 40px;
  }

  .coffee-style-text-2 p {
    font-size: 12px;
  }

  .second {
    width: 165px;
    padding: 30px 0;
  }

  .second img {
    width: 80px;
    height: 80px;
  }

  .coffee-style-items-2 h4 {
    font-size: 18px;
  }

  .second p{
    font-size: 12px;
    line-height: 25px;
    width: 92%;
  }

  .text p {
    font-size: 18px;
  }

  .text h4 {
    font-size: 20px;
  } 

  .text button {
    font-size: 13px;
    width: 120px;
    height: 40px;
  }

  .text {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .chance-section {
    padding: 45px 65px;
    height: 68.78vh;
  }

  .chance-text {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

  .chance-text h2 {
    font-size: 30px;
  }

  .chance-text p {
    font-size: 14px;
    line-height: 25px;
  }

  .chance-text button {
    margin-top: 15px;
}

  .chance-image {
    right: 150px;
    bottom: 32px;
  } 

  .chance-image img {
    width: 215px;
    height: 18rem;
  }

  .chance-image-2 img {
    height: 24rem;
    width: 25rem;
  }

  .feedback {
    margin-top: 7rem;
  }

  .feedback-items {
    width: 675px;
    height: 435px;
    padding: 80px;
  }

  .arrow-left, .arrow-right {
    top: 165px;
  }

  .footer-top p {
    font-size: 16px;
    margin: 0;
  }
  .footer-top h2 {
    font-size: 40px;
  }

  input[type="email"] {
    width: 450px;
    height: 55px;
  }

  .footer-top button {
    font-size: 20px;
    width: 120px;
    height: 55px;
  }

  .wing-left img, .wing-right img {
    height: 12rem;
    width: 12rem;
  }

  .footer-bottom-wrapper {
    width: 90%;
  }
  .footer-logo h3 {
    font-size: 35px;
  }

  .footer-logo p {
  line-height: 25px;
  font-size: 10px;
  width: 285px;
  }

  .footer-icons {
    margin-top: 25px;
  }
  .footer-links {
    margin-top: 1rem;
  }

  .footer-links li {
    font-size: 10px;
  }
}
@media screen and (max-width: 770px) {
  header {
    padding: 20px 30px;
  }
  nav {
    padding: 8px 30px;
  }
  nav span {
    font-size: 28px;
  }
  nav li {
    font-size: 10px;
  }
  nav p :first-child {
    font-size: 10px;
  }

  nav p :last-child {
    width: 65px;
    height: 28px;
    font-size: 12px;
  }

  .spotLight {
    gap: 1rem;
  }

  .spotLight button {
    font-size: 11.5px;
    width: 90px;
    height: 30px;
  }
  .hero-text {
    width: 340px;
  } 
  .hero-text h2 {
    font-size: 30px;
  }
  .hero-text p {
    font-size: 11px;
    line-height: 30px;
  }
  .hero-text button {
    font-size: 12px;
    width: 100px;
    height: 35px;
    margin-top: 1rem;
  }

  .hero-image img {
    width: 280px;
    height: 380px;
  }

  .coffe-blast {
    bottom: 18rem;
  }

  .coffee-style-text h2 {
    font-size: 35px;
  }

  .coffee-style-text p {
    font-size: 12px;
    margin-top: 2px;
  }

  .coffee-style-items img {
    width: 140px;
  }

  .coffee-style-items h4 {
    font-size: 15px;
    margin-top: 0.5rem;
    margin-bottom: 0.9rem;
  }

  .coffee-style-text p {
    font-size: 10px;
    margin-top: 0px;
  }

  .span {
    font-size: 11px;
  }

  .coffee-style-items button {
    font-size: 10px;
    width: 90px;
    height: 30px;
    margin-top: 0.5rem;
    z-index: 4;
    top: 15px;
  }

  .coffee-style-text-2 {
    margin-top: 3rem;
  }

  .coffe-blast-2 {
    margin-top: -50px;
  }

  .coffee-style-text-2 h2 {
    font-size: 35px;
  }

  .coffee-style-text-2 p {
    font-size: 11px;
    margin-top: 6px;
  }

  .second {
    width: 140px;
    padding: 30px 0;
    height: 200px;
  }

  .coffee-style-items-2 h4 {
    font-size: 16px;
  }

  .text {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .text p {font-size: 16px;} .text h4 {font-size: 18px;} 
  .text button { font-size: 11px; width: 100px; height: 35px; margin-top: 10px;}

  .chance-image {
    right: 110px;
    bottom: 0px;
  }

  .chance-image img {
    width: 180px;
    height: 17rem;
  } 

  .chance-image-2 {
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: 1;
  }
  .feedback h2 {
    font-size: 35px;
  }

  .feedback-items p {
    font-size: 12px;
    margin-top: -20px;
}

  .feedback-items {
    width: 600px;
    height: 350px;
    padding: 70px;
  }

  body > section.feedback-section > div > div > div > img:nth-child(7){
    width: 110px;
    height: 110px;
  }

  body > div:nth-child(10) > img{
    position: relative;
    top: 100px;
  }

  .coffe-blast-2 {
    margin-top: -20px;
  }

  .quote {
    height: 40px;
    width: 40px;
    top: 20px;
  }

  .feedback h5 {
    font-size: 20px;
    margin-top: 0px;
  }

  .arrow-right {
    width: 60px;
    height: 60px;
    right: -30px;
  }
  .arrow-left {
    width: 60px;
    height: 60px;
    left: -30px;
  }

  footer{
    margin-top: -8rem;
  }

  .footer-top{
    gap: 0.7rem;
  }

  .footer-top h2 {
    font-size: 35px;
  }

  input[type="email"] {
    width: 400px;
    height: 50px;
  }

  .footer-top button {
    font-size: 15px;
    width: 100px;
    height: 50px;
  }

  #placeholder{
    font-size: 10px;
  }

  .wing-left img, .wing-right img {
    height: 10rem;
    width: 8rem;
  }
  .footer-bottom-wrapper {
    margin-top: 5rem;
  }
  .footer-logo p {
    line-height: 20px;
  }

  .footer-icons {
    margin-top: 15px;
  }

  .footer-icons img{
    height: 15px;
    width: 15px;
  }

  .footer-links-about {
    width: 85px;
    margin-top: 11vh;
  }

  .footer-links-company {
    width: 85px;
    margin-top: 11vh;
  }

  .footer-links-contact {
    width: 100px;
    margin-top: 11vh;
  }
}

@media screen and (max-width: 500px) {
  header{
    height: 60dvh;
  }
  nav ul {
    display: flex;
    position: absolute;
    right: -100%;
    padding: 0 5px 0 5px;
    align-items: start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100dvh;
    width: 40vw;
    background: var(--color-Primary);
    gap: 1rem;
    top: 0;
    transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  .Xmenu-icon{
    display: block;
    cursor: pointer;
  }

  .overlay{
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    height: 100dvh;
    position: fixed;
  }

  body > nav > ul > li:nth-child(1){
    align-self: flex-end;
    box-shadow: none;
    width: fit-content;
    padding: 0;
    border-radius: 0;
  }

  nav li {
    box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.55);
    width: 100%;
    padding: 7px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-family: 'Playfair Display';
  }

  nav li a {
    width: 100%;
    display: block;
  }

  nav li a:hover {
    text-underline-offset: 0px;
    text-decoration: none;
  }

  nav .active {
    text-underline-offset: 0px;
    text-decoration: none;
  }

  nav .preset{
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.55);
  }

  nav p {
    display: flex;
    position: absolute;
    right: 20px;
    width: max-content;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 85vh;
    opacity: 0;
    transition: opacity .5s ease-in;
    justify-content: center;
  }

  .menu-icon{
    display: flex;
    cursor: pointer;
    height: 20px;
    width: 20px;
  }
  
  nav{
    max-width: 100vw;
  }
  nav span {
    font-size: 20px;
  }

  .spotLight p :nth-child(1) {
    font-size: 9px;
  }

  .spotLight p :nth-child(2) {
    font-size: 90px;
  }

  .spotLight p :nth-child(3) {
    font-size: 6px;
  }
  .spotLight button {
    font-size: 9px;
    width: 70px;
    height: 25px;
  }
  .hero-section {
    grid-template-columns: 1fr;
    width: 95%;
  }

  section {
    width: 100%;
  }

  .hero-text {
    height: fit-content;
    width: fit-content;
  }

  .hero-text p {
    line-height: 25px;
  }

  .hero-text button {
    font-size: 10px;
    width: 85px;
    height: 30px;
  }

  .hero-image img {
    width: 280px;
    height: 350px;
    margin-bottom: 0rem;
  }

  .coffe-blast {
    bottom: 5.5rem;
}

  .coffe-blast img {
    height: 8rem;
    width: 9rem;
  }

  .coffee-style {
    margin-top: -7rem;
  }

  .coffee-style-text h2 {
    font-size: 25px;
  }

  .coffee-style-text p {
    font-size: 8px;
  }

  .coffee-style-items {
    column-gap: 20px;
    row-gap: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .coffe-blast-2 img {
    width: 7rem;
    height: 6rem;
  }

  .coffee-style-text-2 h2 {
    font-size: 30px;
  }

  .coffee-style-text-2 p {
    font-size: 10px;
    margin-top: 2px;
  }

  .coffee-style-items-2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }

  .second p {
    font-size: 12px;
    line-height: 20px;
    width: 92%;
  }

  .text p {
    font-size: 13px;
    margin-top: 12px;
  }

  .text h4 {
    font-size: 16px;
  }

  .text button {
    font-size: 9px;
    width: 80px;
    height: 30px;
  }

  .chance-section {
    padding: 12px 10px;
    height: 250px;
  }

.chance-image {
  right: 30px;
  bottom: 0px;
  }

  .chance-image img {
    width: 110px;
    height: 12rem;
  }

  .chance-image-2 img {
    height: 13rem;
    width: 11rem;
  }
  .chance-text {
    width: 300px;
  }

  .chance-text h2 {
    font-size: 23px;
  }

  .chance-text p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .chance-text button {
    font-size: 8px;
    width: 75px;
    height: 25px;
  }

  .feedback-items {
    width: 80vw;
    height: 300px;
    padding: 20px;
    margin-top: 20px;
  }

  body > section.feedback-section > div > div > div > p:nth-child(6){
    font-size: 9px;
    margin-top: 0;
  }

  .feedback {
    margin-top: 4rem;
  }
  .feedback h2 {
    font-size: 22px;
  }

  .feedback p {
    font-size: 10px;
    margin-top: 3px;
  }

  .quote {
    height: 30px;
    width: 30px;
    top: 20px;
    left: 20px;
  }

  .arrow-left {
    width: 45px;
    height: 45px;
    left: -30px;
  }

  .arrow-right {
    width: 45px;
    height: 45px;
    right: -30px;
  }

  .arrow-left, .arrow-right {
    top: 130px;
    border-radius: 10px;
  }

  .feedback-items p {
    font-size: 11px;
    margin-top: 30px;
    line-height: 20px;
  }

  .feedback h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
  }


  body > section.feedback-section > div > div > div > div.arrow-right > img{
    height: 15px;
    width: 15px;
  }

  body > section.feedback-section > div > div > div > div.arrow-left > img{
    height: 15px;
    width: 15px;
  }

  body > section.feedback-section > div > div > div > img:nth-child(7) {
    width: 70px;
    height: 70px;
  }
  footer{
    margin-top: -5rem;
  }
  .footer-top {
    gap: 0.4rem;
    height: 230px;
  }
  .footer-top h2 {
    font-size: 25px;
  }

  .footer-top p {
    font-size: 12px;
  }

  input[type=email] {
    width: 250px;
    height: 40px;
  }

  input::placeholder{
    font-size: 15px;
  }

  .footer-top button {
    font-size: 11px;
    width: 70px;
    height: 40px;
  }

  .wing-right {
    margin-top: -115px;
  }

  .wing-left {
    margin-top: -115px;
}

  .wing-left img, .wing-right img {
    height: 6rem;
    width: 6rem;
    margin-top: 3.2rem;
  }
  .footer-bottom {
    height: 350px;
}
  .footer-bottom-wrapper {
      flex-wrap: wrap;
      width: 95%;
      margin-top: 3rem;
  }

  .footer-logo {
    width: 100%;
    height: max-content;
  }

  .footer-logo h3 {
    font-size: 25px;
  }

  .footer-logo p {
    font-size: 10px;
    width: 100%;
    margin-top: 5px;
  }

  .footer-icons {
    margin-top: 10px;
  }

  .footer-links-about {
    width: 15%;
    margin-top: 0;
    height: max-content;
  }

  .footer-links-company {
    width: 15%;
    margin-top: 0;
    height: max-content;
  }

  .footer-links-contact {
    width: 30%;
    margin-top: 1vh;
    height: max-content;
  }

  .footer-links-about h3 {
    font-size: 11px;
  }

  .footer-links-company h3 {
    font-size: 11px;
  }

  .footer-links-contact h3 {
    font-size: 11px;
  }

}

@media screen and (max-width: 400px) {
  nav p {
    right: 14px;
  }

  .spotLight p :nth-child(1) {
    font-size: 7.5px;
  }

  .spotLight p :nth-child(2) {
    font-size: 80px;
  }

  .spotLight p :nth-child(3) {
    font-size: 6px;
    width: 150px;
  }

  .spotLight button {
    font-size: 8px;
    width: 65px;
    height: 24px;
  }

  .hero-text h2 {
    font-size: 28px;
  }

  .hero-text p {
    line-height: 20px;
    font-size: 10px;
  }

  .hero-text button {
    font-size: 8px;
    width: 75px;
    height: 25px;
  }

  .hero-image img {
    width: 260px;
    height: 320px;
    margin-bottom: 0rem;
  }

  .coffe-blast {
    bottom: 7.5rem;
  }

  .coffee-style-text h2 {
    font-size: 20px;
  }

  .coffee-style-text p {
    font-size: 7px;
    margin-top: -5px;
  }

  .coffee-style-items img {
    width: 130px;
  }

  .coffee-style-items h4 {
    font-size: 13px;
  }

  .coffee-style-items p{
    font-size: 8px;
  }

  .span {
    font-size: 10px;
    margin-top: 0px;
  }

  .coffee-style-items button {
    font-size: 8px;
    width: 75px;
    height: 25px;
  }

  .coffee-style-text-2 h2 {
    font-size: 25px;
  }

  .coffee-style-text-2 p {
    font-size: 8px;
    margin-top: 0px;
  }

  .second {
    width: 130px;
    padding: 22px 0;
    height: 185px;
  }

  .second img {
    width: 70px;
    height: 70px;
  }

  .coffee-style-items-2 h4 {
    font-size: 11px;
  }

  .coffee-style {
    margin-top: -6rem;
  }
  .text p {
    font-size: 11px;
    margin-top: 12px;
  }
  .chance-section {
    padding: 12px 10px;
    height: 200px;
  }
  .second p {
    font-size: 9px;
    line-height: 15px;
    width: 92%;
  }

  .text h4 {
    font-size: 13px;
    margin-top: -5px;
  }

  .text button {
    font-size: 7px;
    width: 65px;
    height: 25px;
  }

  .chance-text {
    width: 220px;
    gap: .2rem;
  }

  .chance-text h2 {
    font-size: 20px;
  }

  .chance-text p {
    font-size: 10px;
    line-height: 15px;
    margin-top: 10px;
  }

  .chance-text button {
    font-size: 7px;
    width: 65px;
    height: 20px;
  }

  .chance-image img {
    width: 100px;
    height: 10rem;
  }

  .feedback {
    margin-top: 4.5rem;
  }

  .feedback h2 {
    font-size: 20px;
  }

  .feedback p {
    font-size: 10px;
    margin-top: -3px;
  }

  .feedback-items {
    width: 80vw;
    height: 230px;
    padding: 0px 20px;
    margin-top: 20px;
  }

  .quote {
    height: 25px;
    width: 25px;
    top: 10px;
    left: 10px;
  }

  body > section.feedback-section > div > div > div > div.arrow-left > img {
    height: 10px;
    width: 10px;
  }

  .arrow-left, .arrow-right {
    top: 90px;
    border-radius: 10px;
  }

  .arrow-right {
    width: 40px;
    height: 40px;
    right: -25px;
  }

  .arrow-left {
    width: 40px;
    height: 40px;
    left: -25px;
  }

  body > section.feedback-section > div > div > div > div.arrow-right > img {
    height: 10px;
    width: 10px;
  }

  .feedback-items p {
    font-size: 8px;
    margin-top: 40px;
    line-height: 15px;
  }

  .feedback h5 {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
  }

  body > section.feedback-section > div > div > div > p:nth-child(6) {
    font-size: 8px;
    margin-top: 0;
  }

  body > section.feedback-section > div > div > div > img:nth-child(7) {
    width: 65px;
    height: 65px;
  }

  .coffe-blast {
    bottom: 4.5rem;
  }

  .coffe-blast {
    bottom: 4.5rem;
  }
  footer {
    margin-top: -5rem;
  }
  .footer-top {
    gap: 1.3rem;
    height: 210px;
  }

  .footer-bottom {
    height: 300px;
  }
  .footer-top h2 {
    font-size: 20px;
  }
  .footer-top p {
    font-size: 9px;
    margin-top: -20px;
  }

  input[type=email] {
    width: 220px;
    height: 35px;
  }

  .footer-top button {
    font-size: 10px;
    width: 65px;
    height: 35px;
  }

  .wing-left img, .wing-right img {
    height: 5rem;
    width: 4.5rem;
    margin-top: 4.2rem;
  }
  .footer-bottom-wrapper {
    margin-top: 3rem;
    row-gap: 10px;
  }
  .footer-logo h3 {
    font-size: 20px;
  }
  .footer-logo p {
    font-size: 8px;
    line-height: 15px;
  }

  .footer-icons img {
    height: 12px;
    width: 12px;
  }
  .footer-links-about h3 {
    font-size: 10px;
  }

  .footer-links-contact h3 {
    font-size: 10px;
  }

  .footer-links-company h3 {
    font-size: 10px;
  }

  .footer-links-about li {
    font-size: 7px;
  }

  .footer-links-company li {
    font-size: 7px;
  }

  .footer-links-contact li {
    font-size: 7px;
  }
}