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

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #FFF;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

a {
  text-decoration: none;
  color: #848895;
}

li {
  list-style-type: none;
}

header {
  background: url("../images/HeaderBackGround.png") no-repeat;
  background-size: cover;
  background-position: center;
}
header .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
header .container .header {
  padding: 47px 0px 41.41px;
}
header .container .header .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
header .container .header .header-nav .header-logo {
  display: flex;
  align-items: center;
}
header .container .header .header-nav ul {
  width: 100%;
  max-width: 425px;
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 27.3px;
}
header .container .header .header-nav ul li:hover {
  background: radial-gradient(343.88% 97.53% at 50% 50%, #BF8836 0%, #F2DE8A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .container .header .header-button {
  margin-top: 886.65px;
  display: flex;
  justify-content: center;
}
header .container .header .header-button button {
  width: 297.704px;
  height: 49.378px;
  border: none;
  border-radius: 24px;
  background: #000;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.4s ease-in-out;
}
header .container .header .header-button button:hover {
  transform: scale(1.05);
}

main {
  background-color: #000;
}
main .container {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
}
main .container .coffee-shop {
  padding: 48.42px 0px 48.74px;
}
main .container .coffee-shop .coffee-shop-body {
  border-radius: 12px;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 40.24px;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content {
  opacity: 0;
  transition: all 0.6s ease-out;
  background: rgba(0, 0, 0, 0.65);
  padding: 50.52px 28.35px 28px;
  display: flex;
  flex-direction: column;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content:hover {
  opacity: 1;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content h3 {
  font-size: 23.509px;
  font-weight: 700;
  line-height: 26.741px;
  text-transform: uppercase;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content h4 {
  margin: 10px 0px 15px;
  font-size: 16.652px;
  line-height: 26.741px;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content ul {
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 26.741px;
  color: #FFF;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content ul li {
  margin-bottom: 5px;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content ul li:last-child {
  margin-bottom: 35px;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content button:last-child {
  margin-bottom: 0px;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content .buy-on {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  height: 57.455px;
  border: 1px solid #FFF;
  border-radius: 12px;
  background-color: transparent;
  color: #FFF;
  font-size: 15.672px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content .buy-on svg {
  margin-left: 10px;
}
main .container .coffee-shop .coffee-shop-body .coffee-shop-content .buy-on:hover {
  transform: scale(1.02);
}
main .container .coffee-shop .coffee-shop-body .parrot-image-first {
  background: url("../images/ParrotImageFirst.png") center/cover no-repeat;
}
main .container .coffee-shop .coffee-shop-body .rooster-image-first {
  background: url("../images/RoosterImageFirst.png") center/cover no-repeat;
}
main .container .coffee-shop .coffee-shop-body .flamingo-image-first {
  background: url("../images/FlamingoImageFirst.png") center/cover no-repeat;
}
main .container .coffee-shop .coffee-shop-body .parrot-image-second {
  background: url("../images/ParrotImageSecond.png") center/cover no-repeat;
}
main .container .coffee-shop .coffee-shop-body .rooster-image-second {
  background: url("../images/RoosterImageSecond.png") center/cover no-repeat;
}
main .container .coffee-shop .coffee-shop-body .flamingo-image-second {
  background: url("../images/FlamingpImageSecond.png") center/cover no-repeat;
}
main .container .coffee-shop .coffee-shop-body .parrot-image-third {
  background: url("../images/ParrotImageThird.png") center/cover no-repeat;
}
main .container .coffee-shop .coffee-shop-body .rooster-image-third {
  background: url("../images/RoosterImageThird.png") center/cover no-repeat;
}
main .container .coffee-shop .coffee-shop-body .flamingo-image-third {
  background: url("../images/FlamingpImageSecond.png") center/cover no-repeat;
}
main .container .main-quality {
  background: url("../images/QualityBackGround.png") center/cover no-repeat rgba(211, 211, 211, 0.05);
  background-blend-mode: screen;
  padding: 112.5px 0px 347px;
  border-radius: 12px;
  animation-duration: 2.5s;
}
main .container .main-quality h2 {
  margin: 0px 0px 35px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
main .container .main-quality p {
  margin: 0 auto;
  max-width: 79%;
  font-size: 28px;
}
main .container .main-approach {
  background: url("../images/BackGroundApproach.png") center/cover no-repeat rgba(211, 211, 211, 0.05);
  background-blend-mode: screen;
  padding: 140px 0px 115px;
  border-radius: 12px;
}
main .container .main-approach .main-approach-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin: 0px 0px 0px 150px;
}
main .container .main-approach .main-approach-wrapper h2 {
  margin: 0px 0px 65px;
  font-size: 34px;
  font-weight: 700;
  text-align: start;
  text-transform: uppercase;
  line-height: 29px;
}
main .container .main-approach .main-approach-wrapper p {
  width: 860px;
  margin: 0px 0px 75px;
  font-size: 24px;
  line-height: 29px;
  text-align: start;
}
main .container .main-approach .main-approach-wrapper .contact-btn {
  width: 322px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #FFF;
  background-color: transparent;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
main .container .main-approach .main-approach-wrapper .contact-btn:hover {
  transform: scale(1.05);
}
main .container .main-price {
  background: url("../images/BackGroundPrice.png") center/cover no-repeat rgba(211, 211, 211, 0.05);
  background-blend-mode: screen;
  padding: 150px 0px 170px;
  border-radius: 12px;
}
main .container .main-price .main-price-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin: 0px 90px 0px 0px;
}
main .container .main-price .main-price-wrapper .main-price-content {
  width: 100%;
  max-width: 694px;
}
main .container .main-price .main-price-wrapper .main-price-content h2 {
  margin: 0px 0px 60px;
  font-size: 34px;
  font-weight: 700;
  text-align: start;
  text-transform: uppercase;
  line-height: 29px;
}
main .container .main-price .main-price-wrapper .main-price-content p {
  margin: 0px;
  font-size: 28px;
  text-align: start;
  line-height: 29px;
}
main .container .main-video {
  display: flex;
  justify-content: center;
  padding: 48.42px 0px 48.74px;
}
main .container .main-video iframe {
  width: 1200px;
  height: 640px;
  border-radius: 12px;
}
main .container .main-form {
  background: rgba(25, 22, 28, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 68px 0px 75px;
  position: relative;
}
main .container .main-form h2 {
  margin: 0px 0px 42px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 29px;
  position: relative;
}
main .container .main-form h2::before {
  content: "";
  position: absolute;
  background: url("../images/CoffeeBeansBefore.png") no-repeat;
  background-size: cover;
  width: 240px;
  height: 320px;
  top: -100px;
  left: 140px;
}
main .container .main-form h2 span {
  color: rgba(248, 228, 190, 0.8);
}
main .container .main-form .main-form-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 965px;
  width: 100%;
  position: relative;
}
main .container .main-form .main-form-wrapper .main-form-content {
  max-width: 477px;
  width: 100%;
}
main .container .main-form .main-form-wrapper .main-form-content h3 {
  margin: 30px 0px 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  text-align: start;
}
main .container .main-form .main-form-wrapper .main-form-content p {
  font-size: 28px;
  line-height: 29px;
  text-align: start;
}
main .container .main-form .main-form-wrapper .form {
  display: flex;
  flex-direction: column;
}
main .container .main-form .main-form-wrapper .form input {
  margin: 0px 0px 32px;
  max-width: 488px;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  border: 1.2px solid rgba(255, 255, 255, 0.1);
  background: #19161C;
  outline: none;
}
main .container .main-form .main-form-wrapper .form input:hover, main .container .main-form .main-form-wrapper .form input:focus {
  border: 1px solid #FFF;
}
main .container .main-form .main-form-wrapper .form input[placeholder] {
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  line-height: 16px;
}
main .container .main-form .main-form-wrapper .form button {
  width: 488.923px;
  height: 55.828px;
  border-radius: 12px;
  border: 1.2px solid #FFF;
  background: rgba(25, 22, 28, 0.8);
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: visible;
  transition: transform 0.3s ease-in-out;
}
main .container .main-form .main-form-wrapper .form button:hover {
  transform: scale(1.05);
}
main .container .main-form img {
  width: 186px;
  height: 195px;
  position: absolute;
  right: 260px;
  bottom: -50px;
}

footer {
  padding: 60px 0px 60px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer img {
  width: 350px;
  height: 70px;
}

@media screen and (max-width: 1840px) {
  main .container .coffee-shop {
    padding: 30px 0px 30px;
  }
  main .container .coffee-shop .coffee-shop-body {
    grid-template-columns: 580px 580px;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
  }
  main .container .coffee-shop .coffee-shop-body :nth-child(3) {
    grid-column: 1/3;
    justify-self: center;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content {
    max-width: 580px;
    width: 100%;
  }
  main .container .main-quality {
    padding: 100px 0px 250px;
    margin: 0px 33px;
  }
  main .container .main-approach {
    margin: 0px 33px;
    padding: 90px 0px 80px;
  }
  main .container .main-price {
    margin: 0px 33px;
    padding: 120px 0px 120px;
  }
}
@media screen and (max-width: 1680px) {
  main .container .main-form h2::before {
    width: 240px;
    height: 320px;
    left: 75px;
  }
  main .container .main-form img {
    right: 190px;
  }
}
@media screen and (max-width: 1540px) {
  main .container .main-approach {
    padding: 70px 0px 80px;
    border-radius: 12px;
  }
  main .container .main-approach .main-approach-wrapper {
    margin: 0px 0px 0px 140px;
  }
  main .container .main-approach .main-approach-wrapper h2 {
    margin: 0px 0px 50px;
  }
  main .container .main-approach .main-approach-wrapper p {
    width: 700px;
    margin: 0px 0px 50px;
    font-size: 18px;
  }
  main .container .main-price {
    padding: 120px 0px 90px;
  }
  main .container .main-price .main-price-wrapper {
    margin: 0px 30px 0px 0px;
  }
  main .container .main-price .main-price-wrapper .main-price-content {
    max-width: 600px;
  }
  main .container .main-price .main-price-wrapper .main-price-content h2 {
    margin: 0px 0px 40px;
  }
  main .container .main-price .main-price-wrapper .main-price-content p {
    font-size: 20px;
    line-height: 24px;
  }
  main .container .main-video {
    padding: 30px 0px 30px;
  }
  main .container .main-video iframe {
    width: 800px;
    height: 500px;
  }
  main .container .main-form h2::before {
    left: -100px;
  }
  main .container .main-form img {
    right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  main .container .coffee-shop {
    padding: 30px 0px 30px;
  }
  main .container .coffee-shop .coffee-shop-body {
    grid-template-columns: 380px 380px;
    grid-template-rows: 380px 380px;
  }
  main .container .coffee-shop .coffee-shop-body :nth-child(3) {
    width: 380px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content {
    max-width: 380px;
    width: 100%;
    padding: 20px 33px 17px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content h4 {
    margin: 10px 0px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content ul {
    max-width: 380px;
    width: 100%;
    font-size: 10px;
    line-height: 18px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content ul li {
    margin-bottom: 3px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content ul li:last-child {
    margin-bottom: 15px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content .buy-on {
    margin-bottom: 10px;
    height: 38px;
    border-radius: 8px;
    font-size: 10.268px;
    line-height: 12px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content .buy-on svg {
    width: 40px;
    height: 20px;
  }
  main .container .main-quality {
    padding: 80px 0px 180px;
  }
  main .container .main-approach {
    padding: 60px 0px 70px;
  }
  main .container .main-approach .main-approach-wrapper {
    margin: 0px 0px 0px 100px;
  }
  main .container .main-approach .main-approach-wrapper h2 {
    margin: 0px 0px 40px;
    font-size: 28px;
  }
  main .container .main-approach .main-approach-wrapper p {
    width: 650px;
    margin: 0px 0px 40px;
    font-size: 20px;
    line-height: 24px;
  }
  main .container .main-price {
    padding: 60px 0px 70px;
  }
  main .container .main-price .main-price-wrapper {
    margin: 0px;
  }
  main .container .main-video iframe {
    width: 700px;
    height: 450px;
  }
  main .container .main-form {
    padding: 50px 0px 50px;
  }
  main .container .main-form h2::before {
    width: 160px;
    height: 210px;
    top: -100px;
    left: 0px;
    z-index: -1;
  }
  main .container .main-form img {
    width: 120px;
    height: 130px;
    right: 0px;
    bottom: -35px;
    z-index: -1;
  }
}
@media screen and (max-width: 1070px) {
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content {
    opacity: 1;
  }
  main .container .main-form {
    padding: 33px 0px 33px;
  }
  main .container .main-form h2::before {
    width: 150px;
    height: 230px;
    top: -70px;
    left: -60px;
  }
  main .container .main-form .main-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .container .main-form .main-form-wrapper .main-form-content {
    max-width: 477px;
    width: 100%;
    text-align: center;
  }
  main .container .main-form .main-form-wrapper .main-form-content h3 {
    margin: 0px 0px 20px;
    text-align: center;
  }
  main .container .main-form .main-form-wrapper .main-form-content p {
    margin: 0px 0px 30px;
    text-align: center;
  }
  footer {
    padding: 40px 0px 40px;
  }
}
@media screen and (max-width: 860px) {
  header .container .header .header-nav {
    justify-content: center;
  }
  header .container .header .header-nav ul {
    display: none;
  }
  header .container .header .header-button {
    margin-top: 600px;
  }
  main .container .coffee-shop .coffee-shop-body {
    grid-template-columns: 380px;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 30px;
  }
  main .container .coffee-shop .coffee-shop-body :nth-child(3) {
    grid-column: initial;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content {
    max-width: 380px;
    width: 100%;
  }
  main .container .main-quality {
    padding: 50px 0px 150px;
  }
  main .container .main-quality h2 {
    margin: 0px 0px 30px;
  }
  main .container .main-quality p {
    font-size: 17px;
    line-height: 17px;
  }
  main .container .main-approach {
    padding: 60px 0px 45px;
  }
  main .container .main-approach .main-approach-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .container .main-approach .main-approach-wrapper h2 {
    margin: 0px 0px 45px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
  main .container .main-approach .main-approach-wrapper p {
    max-width: 380px;
    width: 100%;
    font-size: 17px;
    line-height: 17px;
    margin: 0px 0px 22px;
    text-align: center;
  }
  main .container .main-price {
    padding: 70px 0px 70px;
  }
  main .container .main-price .main-price-wrapper {
    display: flex;
    justify-content: center;
    margin: 0px;
  }
  main .container .main-price .main-price-wrapper .main-price-content {
    width: 100%;
    max-width: 300px;
  }
  main .container .main-price .main-price-wrapper .main-price-content h2 {
    margin: 0px 0px 20px;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }
  main .container .main-price .main-price-wrapper .main-price-content p {
    font-size: 17px;
    line-height: 17px;
    text-align: center;
  }
  main .container .main-video iframe {
    width: 380px;
    height: 520px;
  }
  main .container .main-form h2 {
    margin: 0px 0px 20px;
    font-size: 28px;
    line-height: 28px;
  }
  main .container .main-form h2::before {
    display: none;
  }
  main .container .main-form .main-form-wrapper .main-form-content {
    max-width: 477px;
    width: 100%;
    padding: 0 20px;
  }
  main .container .main-form .main-form-wrapper .main-form-content h3 {
    font-size: 17px;
    line-height: 17px;
    margin: 0px 0px 15px;
  }
  main .container .main-form .main-form-wrapper .main-form-content p {
    font-size: 17px;
    line-height: 17px;
    margin: 0px 0px 15px;
  }
  main .container .main-form .main-form-wrapper .form input {
    max-width: 340px;
  }
  main .container .main-form .main-form-wrapper .form button {
    width: 340px;
  }
  main .container .main-form img {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  header .container .header {
    background: url("../images/BackGroundHeader.png") center/cover no-repeat;
  }
  header .container .header .header-button {
    margin-top: 350px;
  }
  main .container .coffee-shop {
    padding: 20px 0px 20px;
  }
  main .container .coffee-shop .coffee-shop-body .coffee-shop-content {
    padding: 20px 10px 17px;
  }
  main .container .main-quality {
    margin: 0px 20px;
  }
  main .container .main-approach {
    margin: 0px 20px;
    padding: 30px 0px 20px;
  }
  main .container .main-approach .main-approach-wrapper p {
    padding: 0px 10px;
  }
  main .container .main-approach .main-approach-wrapper .contact-btn {
    width: 280px;
  }
  main .container .main-price {
    margin: 0px 20px;
  }
  main .container .main-form h2 {
    padding: 0 10px;
  }
}/*# sourceMappingURL=style.css.map */