@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Newake";
  src: url("../../fonts/Newake-Font-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "Newake", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(25px, 4vw, 60px) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 23px;
  max-width: 80%;
  text-align: center;
  font-size: 16px;
}

.banner {
  position: relative;
  width: 100%;
}
.banner .banner_img {
  width: 100%;
}
.banner .banner_title {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  gap: 5px;
  z-index: 2;
  padding: 20px;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.banner .banner_title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 23px;
  max-width: 80%;
  text-align: center;
  font-size: 16px;
}

.banner_btm_curved {
  position: relative;
  margin-top: -145px;
  width: 100%;
  display: block;
  z-index: 1;
}

.intro_section {
  background-color: #fcfaed;
  position: relative;
  z-index: 0;
  width: 100%;
}
.intro_section .intro_cotent {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
}
.intro_section .intro_cotent .intro_text {
  display: flex;
  flex-direction: column;
  max-width: 35%;
  gap: 20px;
}
.intro_section .intro_cotent .intro_text h2 {
  text-transform: uppercase;
  color: #231f20;
  font-family: "Newake", sans-serif;
  font-weight: 500;
  font-size: clamp(25px, 4vw, 60px);
}
.intro_section .intro_cotent .intro_text h2 .red_text {
  color: #9e0e0e;
}
.intro_section .intro_cotent .intro_text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  font-size: 16px;
}
.intro_section .intro_cotent .image_box {
  position: relative;
}
.intro_section .intro_cotent .image_box .team_img {
  max-width: 450px;
}
.intro_section .intro_cotent .image_box .egg_1 {
  position: absolute;
  bottom: -50px;
  width: 250px;
  right: 0;
}
.intro_section .mission {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15%;
  padding: 20px;
}
.intro_section .mission .top_title {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
}
.intro_section .mission .top_title .egg2 {
  position: absolute;
  top: -80px;
  left: 140px;
  max-width: 200px;
}
.intro_section .mission h2 {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #231f20;
  font-family: "Newake", sans-serif;
  font-weight: 500;
  font-size: clamp(25px, 4vw, 60px);
}
.intro_section .mission h4 {
  font-family: "Newake", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 4vw, 35px);
  color: #9e0e0e;
  text-align: center;
  max-width: 70%;
  margin-top: 30px;
}
.intro_section .mission .chicken_box {
  margin-top: 20px;
}
.intro_section .mission .chicken_box .chicken_img {
  width: 400px;
}

.bg_red {
  position: relative;
  width: 100%;
  margin-top: -160px;
  font-family: "Montserrat", sans-serif;
}
.bg_red .red_bg {
  width: 100%;
}
.bg_red .content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  gap: 5px;
  z-index: 2;
  padding: 20px;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  gap: 25px;
}
.bg_red .content img {
  width: 40%;
}
.bg_red .content .text {
  align-items: flex-start;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px;
}
.bg_red .content .text .yellow {
  color: #f9d146;
  text-align: left;
  width: 80%;
}
.bg_red .content .text p {
  text-align: left;
}
.bg_red .content .text .discover_more_btn {
  background-color: #f9d146;
  color: #231f20;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section_4 {
  background-color: #f7b686;
  margin-top: -80px;
  padding-top: 50px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.section_4 .full_img {
  width: 100%;
}
.section_4 .content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 70%;
  translate: -50% -50%;
  width: 100%;
  gap: 5px;
  z-index: 2;
  padding: 20px;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  gap: 25px;
}
.section_4 .content .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_4 .content .text h1 {
  width: 65%;
}
.section_4 .content .text .yellow {
  color: #f9d146;
}
.section_4 .content .text p {
  margin-top: 40px;
}
.section_4 .content .text .discover_more_btn {
  background-color: #f9d146;
  color: #231f20;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.section_4_home {
  background-color: #fcfaed;
  margin-top: 0px;
  padding-top: 50px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.section_4_home .full_img {
  width: 100%;
}
.section_4_home .content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 65%;
  translate: -50% -50%;
  width: 100%;
  gap: 5px;
  z-index: 2;
  padding: 20px;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  gap: 25px;
}
.section_4_home .content .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_4_home .content .text h1 {
  width: 65%;
}
.section_4_home .content .text .yellow {
  color: #f9d146;
}
.section_4_home .content .text p {
  margin-top: 40px;
}
.section_4_home .content .text .discover_more_btn {
  background-color: #f9d146;
  color: #231f20;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.section_5 {
  margin-top: -200px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.section_5 .full_img {
  width: 100%;
}
.section_5 .content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  translate: -50% -50%;
  width: 100%;
  gap: 5px;
  z-index: 2;
  padding: 20px;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section_5 .content .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_5 .content .text h1 {
  color: #9e0e0e;
}
.section_5 .content .text .yellow {
  color: #f9d146;
}
.section_5 .content .text p {
  margin-top: 10px;
  font-weight: 800;
  color: #231f20;
}
.section_5 .content .text .discover_more_btn {
  background-color: #f9d146;
  color: #231f20;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.section_5_new {
  font-family: "Montserrat", sans-serif;
  position: relative;
  background-color: #fcfaed;
  margin-top: -350px;
}
.section_5_new .content {
  color: #fff;
  width: 100%;
  gap: 5px;
  z-index: 2;
  padding: 20px;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section_5_new .content .social_media {
  margin-top: 60px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section_5_new .content .social_media p {
  color: #231f20 !important;
  font-weight: 400 !important;
}
.section_5_new .content .social_media .platforms {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-around;
}
.section_5_new .content .social_media .platforms img {
  width: 45px;
}
.section_5_new .content .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_5_new .content .text h1 {
  color: #9e0e0e;
}
.section_5_new .content .text .yellow {
  color: #f9d146;
}
.section_5_new .content .text p {
  margin-top: 10px;
  font-weight: 800;
  color: #231f20;
}
.section_5_new .content .text .discover_more_btn {
  background-color: #f9d146;
  color: #231f20;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.section_5_new .content .swiper {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.section_5_new .content .swiper .slider_box {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 180px;
  transform: none;
  transition: 0.3s ease-out;
}
.section_5_new .content .swiper .slider_box:hover {
  transition: all 0.2s;
  transform: translateY(-8px);
  cursor: pointer;
}
.section_5_new .content .swiper .slider_box .slider_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_5_new .content .swiper .slider_box .slider_content .click_icon {
  width: 70px;
}
.section_5_new .content .swiper .slider_box .slider_content .slider_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  max-width: 160px;
  color: #231f20;
  text-align: left;
}
.section_5_new .content .swiper .slider_box .slider_img {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  align-items: center;
}
.section_5_new .content .swiper .nav_buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 99;
}
.section_5_new .content .swiper .navigation {
  font-size: 30px;
  padding: 5px;
  border: 2px solid #fd521b;
  color: #fd521b;
  border-radius: 100px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_5_new .content .swiper .swiper-prev,
.section_5_new .content .swiper .swiper-next {
  cursor: pointer;
}
.section_5_new .content .section_three_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  text-align: justify;
}
.section_5_new .content .section_three_content .section_three_title {
  color: #fd521b;
}
.section_5_new .content .section_three_content .section_three_subtitle {
  color: #231f20;
  font-weight: 400 !important;
}
.section_5_new .content .section_three_content .review_part {
  display: flex;
  gap: 25px;
  margin: 40px 0;
}
.section_5_new .content .section_three_content .review {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.section_5_new .content .section_three_content .review_box {
  max-width: 350px;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
}
.section_5_new .content .section_three_content .orange {
  background-color: #f75800;
}
.section_5_new .content .section_three_content .light_orange {
  background-color: #fd9500;
}
.section_5_new .content .section_three_content .yellow_bg {
  background-color: #ffce00;
}
.section_5_new .content .section_three_content .review_title {
  color: #808080;
  font-weight: 800;
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.section_5_new .content .section_three_content .review_username {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_5_new .content .section_three_content .avatar {
  border-radius: 100px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_5_new .content .section_three_content .red_bg {
  background-color: #9e0e0e;
  color: #fff;
}
.section_5_new .content .section_three_content .white_bg {
  color: #9e0e0e;
  background-color: #fff;
}
.section_5_new .content .section_three_content .red {
  background-color: #9e0e0e;
}
.section_5_new .content .section_three_content .white {
  color: #fff;
}
.section_5_new .content .section_three_content .black {
  color: #231f20;
}
.section_5_new .content .section_three_content .username {
  font-weight: 600;
  font-size: clamp(14px, 3vw, 17px);
}
.section_5_new .content .section_three_content .comment {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  margin-top: 5px;
  line-height: 20px;
}
.section_5_new .content .section_three_content .first_col,
.section_5_new .content .section_three_content .third_col {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .banner .banner_img {
    min-height: 500px;
    object-fit: cover;
  }
  .banner_btm_curved {
    margin-top: -95px;
  }
  .bg_red .red_bg {
    min-height: 500px;
    object-fit: cover;
  }
  .intro_section .intro_cotent {
    flex-direction: column;
    align-items: center;
  }
  .intro_section .intro_cotent .intro_text {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .intro_section .intro_cotent .image_box {
    margin-top: 30px;
  }
  .intro_section .intro_cotent .image_box .team_img {
    max-width: 250px;
  }
  .intro_section .intro_cotent .image_box .egg_1 {
    width: 150px;
  }
  .intro_section .mission .top_title .egg2 {
    position: absolute;
    left: 110px;
    max-width: 150px;
  }
  .section_4 .full_img {
    min-height: 1200px;
    object-fit: cover;
  }
  .section_5_new {
    margin-top: -300px;
  }
}
@media (max-width: 800px) {
  .intro_section .mission .top_title .egg2 {
    display: none;
  }
  .section_5_new {
    margin-top: -250px;
  }
  .section_5_new .content .section_three_content .first_col,
  .section_5_new .content .section_three_content .third_col {
    margin-top: 10px;
  }
  .section_5_new .content .section_three_content .review_part {
    flex-direction: column;
    margin: 0;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .section_5 .content {
    top: 50%;
  }
  .section_5_new {
    margin-top: -150px;
  }
  .section_5_new .content .swiper .swiper-next, .section_5_new .content .swiper .swiper-prev {
    display: none;
  }
  .bg_red .content .text {
    width: 100%;
    align-items: center;
  }
  .bg_red .content .text .yellow {
    text-align: center;
  }
  .bg_red .content img {
    display: none;
  }
  .banner_btm_curved {
    margin-top: -60px;
  }
  .banner .banner_img {
    min-height: 450px;
    object-fit: cover;
  }
  .banner .banner_title p {
    font-size: 12px;
    line-height: 15px;
  }
}

/*# sourceMappingURL=aboutus.min.css.map */
