* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.container {
  display: flex;
  flex-direction: column;
  width: 100vw;
}
header {
  display: flex;
  background-color: rgb(62, 191, 255);
  width: 100%;
  justify-content: space-between;
  padding: 15px 0;
}
.logo {
  padding: 0 15px;
}
.con-tabs {
  display: flex;
  align-items: center;
}
.links {
  display: flex;
}
.tab {
  padding: 0 10px;
  color: white;
}
button {
  background-color: white;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  padding: 7px 17px;
  margin: 0 10px;
}
.hamburger {
  display: none;
}
.hero {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Fraunces', 'san-serif';
  font-size: 50px;
  word-spacing: 10px;
  letter-spacing: 5px;
}
.hero-img {
  width: 100%;
  object-fit: cover;
}
.txt {
  margin-top: 80px;
  position: absolute;
  color: white;
}
.arrow {
  top: 35%;
  position: absolute;
  color: white;
}

.con1 {
  width: 100%;
  display: flex;
}
.text-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.text {
  width: 56ch;
  padding: 10px;
}
.con1_tit {
  font-family: 'Fraunce';
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 25px;
}
.con1_p {
  font-family: 'Barlow';
  line-height: 1.5;
  color: rgb(152, 151, 161);
}
.con1_l {
  font-family: 'Fraunce';
  margin-top: 15px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: hsl(51, 100%, 49%);
}
.egg_cont {
  width: 50%;
}
.egg {
  width: 100%;
  height: 100%;
}
.con2 {
  width: 100%;
  display: flex;
}
.cup_cont {
  width: 50%;
  object-fit: cover;
  margin: 0;
}
.cup {
  width: 100%;
  height: 100%;
}
.text-cont2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.text2 {
  max-width: 56ch;
  padding: 10px;
}
.con2_tit {
  font-family: 'Fraunce';
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 25px;
}
.con2_p {
  font-family: 'Barlow';
  line-height: 1.5;
  color: rgb(152, 151, 161);
}
.con2_l {
  font-family: 'Fraunce';
  margin-top: 15px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: hsl(51, 100%, 49%);
}
.con3 {
  display: flex;
  width: 100%;
}
.cherries_cont {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
}
.cherries {
  width: 100%;
}
.photo_desc {
  max-width: 290px;
  position: absolute;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}
.photo_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bolder;
}
.para {
  text-align: center;
}
.mandarin_cont {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  color: rgb(25, 88, 117);
}
.mandarin {
  width: 100%;
}
.con4 {
  display: flex;
  flex-direction: column;
  padding: 50px;
}
.testamonials_title {
  text-align: center;
  font-family: 'Fraunce';
  font-weight: bold;
  letter-spacing: 5px;
  color: rgb(152, 151, 161);
}
.testamonials {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
.sing_test {
  display: flex;
  flex-direction: column;
  padding: 12px;
  text-align: center;
}
.rad_img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.testamonial_test {
  padding: 20px;
  max-width: 45ch;
  color: hsl(232, 10%, 55%);
}
.testamonial_name {
  margin-top: 20px;
  font-size: 18px;
}
span {
  font-size: 12px;
  color: rgb(152, 151, 161);
}
.con5 {
  width: 100%;
}
.gallery_cont {
  width: 100%;
}
.gallery {
  display: flex;
}
.gal_1 {
  display: flex;
}
.gal_2 {
  display: flex;
}
.gallery_pics {
  max-width: 50%;
}
footer {
  width: 100%;
  background-color: rgb(144, 212, 197);
  display: flex;
  justify-content: center;
}
.footer_details {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.footer_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer_asp {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ab {
  padding: 0 20px;
}
.ser {
  padding: 0 20px;
}
.tit {
  padding: 0 20px;
}
.footer_social {
  display: flex;
  justify-content: space-evenly;
}
@media all and (max-width: 600px) {
  .hamburger {
    display: block;
    margin-right: 20px;
  }

  .con-tabs {
    display: none;
  }
  .hero {
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    object-fit: contain;
  }
  .hero-img {
    width: 100%;
    height: 100%;
  }
  .txt {
    margin-top: 80px;
    position: absolute;
    color: white;
    font-size: 20px;
  }
  .arrow {
    top: 25%;
    position: absolute;
    color: white;
  }
  .con1 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .text-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 315px;
  }
  .text {
    max-width: 45ch;
    padding: 10px;
    text-align: center;
  }
  h2 {
    margin: 20px 0;
  }
  p {
    margin: 20px 0;
  }
  a {
    margin: 20px 0;
  }
  .egg_cont {
    width: 100%;
  }
  .egg {
    width: 100%;
  }
  .con2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cup_cont {
    width: 100%;
  }
  .cup {
    width: 100%;
  }
  .text-cont2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 315px;
  }
  .text2 {
    max-width: 45ch;
    padding: 10px;
    text-align: center;
  }
  .con3 {
    flex-wrap: wrap;
  }
  .cherries_cont {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .cherries {
    width: 100%;
  }
  .photo_desc {
    max-width: 45ch;
    position: absolute;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .photo_title {
    text-align: center;
    margin-bottom: 0;
  }
  .para {
    text-align: center;
  }
  .mandarin_cont {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .mandarin {
    width: 100%;
  }
  .con4 {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    justify-content: center;
    align-items: center;
  }
  .testamonials_title {
    text-align: center;
  }
  .testamonials {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .sing_test {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .rad_img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
  }
  .testamonial_test {
    padding: 0;
    max-width: 100%;
  }
  .testamonial_name {
    margin-top: 9px;
  }
  .con5 {
    width: 100%;
  }
  .gallery_cont {
    width: 100%;
  }
  .gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .gal_1 {
    display: flex;
    flex-wrap: wrap;
  }
  .gal_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery_pics {
    max-width: 50%;
  }
  footer {
    width: 100%;
    background-color: rgb(144, 212, 197);
    display: flex;
    justify-content: center;
  }
  .footer_details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
  }
  .footer_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer_asp {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .ab {
    padding: 0 20px;
  }
  .ser {
    padding: 0 20px;
  }
  .tit {
    padding: 0 20px;
  }
  .footer_social {
    display: flex;
    justify-content: space-evenly;
  }
}
