* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
/* header section start */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header_first {
  border-bottom: 1px solid rgba(18, 30, 50, 0.5);
  width: 100%;
}
.header_first .first_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  max-width: 1207px;
  margin: 0 auto;
}

.header_first .logo {
  max-width: 181.887px;
  height: 40px;
}
.header_first .search {
  display: flex;
  align-items: center;
  display: inline-flex;
  padding: 4.5px 6px 3.5px 20px;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  border-radius: 28px;
  border: 1px solid rgba(18, 30, 50, 0.5);
  background: #fff;
}
.search input {
  border: none;
  outline: none;
  width: 500px;
  height: 35px;
}
.search .search_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #98f3b7;
  border-radius: 30px;
  padding: 10px 30px;
}
.header_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.header_icons .user_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.user_icon img {
  background: #98f3b7;
  border-radius: 50%;
}
.user_icon a {
  color: #121e32;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.header_second {
  width: 1207px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.header_second .nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header_second .nav a {
  color: #121e32;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.header_second ul > li:first-child {
  border-radius: 34px;
  background: #005503;
  padding: 6px 22.5px 6px 21.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #fff;
}
.header_second ul > li:first-child a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.header_second ul > li:nth-child(2) a {
  color: #ff8b1a;
}
.header_second ul > li:nth-child(3) a {
  color: #098b54;
}
.header_second .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.rating div:first-child {
  display: flex;
  width: 75px;
  padding: 3px 13px 3px 13px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 25px;
  border: 1px solid rgba(9, 139, 84, 0.83);
}
.rating > div:nth-child(2) {
  display: flex;
  width: 194px;
  padding: 3px 24.5px 4px 25px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(9, 139, 84, 0.83);
  border-radius: 25px;
}
.rating > div:nth-child(2) span {
  width: 139px;
  color: #121e32;
  font-family: Raleway;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
/* header section end */
/* hero section start */
main {
  max-width: 1200px;
  margin: 0 auto;
}

.hero {
  width: 1207px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}
.hero :first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
}
.hero h3 {
  max-width: 571px;
  color: #005503;
  font-family: Raleway;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.hero p {
  color: #005503;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  width: 461px;
  height: 96px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.hero input {
  padding: 10.5px 424px 10.5px 30px;
  border-radius: 28px;
  border: 2px solid rgba(9, 139, 84, 0.4);
  color: rgba(0, 27, 67, 0.2);
  background: #fff;
}
.hero #btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: 508px;
}
.hero #btns > a:first-child {
  padding: 13px 41px 13px 42px;
  border-radius: 34px;
  background: #1aa853;
  color: #fff;
}
.hero #btns > a:nth-child(2) {
  padding: 13px 31px;
  border-radius: 34px;
  border: 1px solid rgba(4, 62, 150, 0.7);
}
.hero-slider {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  height: 588px;
}
.slider-up-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.slider-up-container .slider-up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  animation: animate var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}

.slider-up-container .slider-up:nth-child(2) {
  animation: animate2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}
.slider-up-container .slider-up .hero-slider-img {
  border: 5px solid rgba(36, 111, 255, 0.6);
  background: rgba(36, 111, 255, 0.51);
  width: 171px;
  height: 310.285px;
  border-radius: 9999px;
  position: relative;
}
.hero-slider-img img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  border-bottom-right-radius:9999px ;
  border-bottom-left-radius:9999px ;

}
@keyframes animate {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-205%);
  }
}
/* hero section end */
/* single cart start */

.single_cart {
  max-width: 1207px;
  flex-shrink: 0;
  border: 5px solid #5b40ff;
  background: linear-gradient(90deg, #100073 0%, #5b40ff 100%);
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 50px;
}
.single_cart h3 {
  color: #fff;
  font-family: Raleway;
  font-size: 45px;
  font-style: italic;
  font-weight: 800;
  width: auto;
}

/* single cart end */
/* slider section start */
.product_slider {
  margin-top: 50px;
}
.product_slider .slider_title {
  display: flex;
  gap: 5px;
  margin: 15px 0;
}
.slider_title h3 {
  color: #ad0000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.swiper {
  height: 309px;
  padding: 15px 0px 14px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(217, 21, 21, 0.1);
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 280px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 4px 6px 10.9px 0px rgba(0, 0, 0, 0.15);
}

.swiper-slide .swipper-image {
  max-width: 165px;
  height: 178px;
}
.swipper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .swipper-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 90%;
  margin: 0 auto;
}
.swipper-description .title {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.swipper-description .price {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.swipper-description .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}
.swipper-description div {
  display: flex;
  justify-content: space-between;
}
.swipper-description div span {
  color: #000;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.rating img {
  width: 15px;
  height: 15px;
}
.rating span {
  color: rgba(0, 0, 0, 0.7);
  font-family: Raleway;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.rating p {
  color: rgba(0, 0, 0, 0.7);
  font-family: Raleway;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
/* slider section end */
/* single cart two section start */
.single_cart2 {
  width: 1207px;
  height: 203px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 5px solid #f90;
  background: linear-gradient(
    89deg,
    rgba(251, 60, 255, 0.83) -15.81%,
    #f33 47.27%,
    #e58900 109.09%
  );
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
.single_cart2 .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.single_cart2 .title h3,
.single_cart2 .title p {
  color: #fff;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.single_cart2 .description {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.single_cart2 .description p {
  color: #fff;
  font-family: Raleway;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
/* single cart two section end */
/* main product list start */
.main_product_list {
  width: 1208px;
  margin: 0 auto;
  background: rgba(4, 62, 150, 0.05);
  padding: 1px 20px;
}
.main_product_list .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  margin-top: 50px;
}
.main_product_list .title span {
  color: rgba(0, 41, 103, 0.5);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}
.title .active {
  color: #002967;
  border-bottom: 1px solid #002967;
}
.main_product_list .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  margin: 50px 0;
}
.main_product_list .products .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 280px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 4px 6px 10.9px 0px rgba(0, 0, 0, 0.15);
}
#new_products,
#sale_products {
  opacity: 0;
}
.box .product-image {
  max-width: 165px;
  height: 178px;
}
.box .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .product-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 90%;
  margin: 0 auto;
}
.product-description .product-title {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.product-description .price {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product-description .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-description div {
  display: flex;
  justify-content: space-between;
}
.product-description div span {
  color: #000;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.rating img {
  width: 15px;
  height: 15px;
}
.rating span {
  color: rgba(0, 0, 0, 0.7);
  font-family: Raleway;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}
.main_product_list #btns {
  display: flex;
  padding: 8.622px 29.892px 8.622px 32.892px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background: #043e96;
  margin: 0 auto;
}
.main_product_list #btns a {
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
/* main product list end */
/* natural product list start  */
.natural_product_container {
  width: 1209px;
  height: 812px;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(9, 139, 84, 0.05);
  margin: 50px auto;
}
.natural_product_list_title div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.natural_product_list_title div h3 {
  color: #098b54;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.natural_product_list_title div img {
  width: 20px;
  height: 20px;
}
.natural_product_list_title span {
  color: #002a18;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}
.natural_product_container .natural_products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  margin: 50px 0;
}
.natural_product_container .natural_products .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 280px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 4px 6px 10.9px 0px rgba(0, 0, 0, 0.15);
}

.box .product-image {
  max-width: 165px;
  height: 178px;
}
.box .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .product-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 90%;
  margin: 0 auto;
}
.product-description .product-title {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.product-description .price {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product-description .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-description div {
  display: flex;
  justify-content: space-between;
}
.product-description div span {
  color: #000;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.rating img {
  width: 15px;
  height: 15px;
}
.rating span {
  color: rgba(0, 0, 0, 0.7);
  font-family: Raleway;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}
.natural_product_container #btns {
  display: flex;
  padding: 8.622px 29.892px 8.622px 32.892px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background: #098b54;
  margin: 0 auto;
  border: none;
}
.natural_product_container #btns a {
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
/* natural product list end  */
/* why choose us start */
.why_choose_us_container {
  max-width: 1209px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(7, 150, 4, 0.05);
}
.why_choose_us_container .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  padding-left: 38px;
}
.why_choose_us_container .text p {
  max-width: 519px;
  color: rgba(24, 38, 71, 0.8);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.why_choose_us_container .text .title {
  color: #00156b;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}
.questions {
  max-width: 216px;
}
.questions span {
  color: #182647;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.questions ul li {
  color: rgba(24, 38, 71, 0.8);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.why_choose_us_container .img {
  max-width: 573px;
  height: 486px;
}
.why_choose_us_container .img img {
  width: 100%;
  height: auto;
}
/* why choose us end */
/* asked questions section start  */
.asked_questions_container {
  max-width: 1209px;
}
.asked_questions_container h3 {
  color: #00600a;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 55px 0;
}
.asked_questions_container ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.asked_questions_container ul li {
  width: 580px;
  height: 115px;
  border-radius: 20px;
  border-right: 5px solid rgba(7, 150, 4, 0.3);
  border-bottom: 5px solid rgba(7, 150, 4, 0.3);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding-left: 30px;
}
.asked_questions_container ul li span {
  color: #098b54;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.asked_questions_container ul li p {
  max-width: 546px;
  color: #111;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
/* asked questions section end  */
/* blog section start */
.blog_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin: 50px 0;
}
.blog_container .title h3 {
  color: #005503;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
.blog_container .blog_cart_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.blog_container .blog_cart {
  display: flex;
  width: 370px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
}
.blog_cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(
    --Linear,
    linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%)
  );
  pointer-events: none;
  border-radius: 10px;
}
.blog_container .blog_cart img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.blog_text p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  width: 324px;
}
.blog_text span {
  width: 84px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
/* blog section end */
/* frame section start */
.frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.frame .image {
  max-width: 449px;
}
.frame .image img {
  width: 100%;
}
.frame .question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.frame .question span {
  color: #121e32;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.frame .question p {
  color: #121e32;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.frame .question input {
  display: flex;
  width: 542px;
  height: 50px;
  padding: 14px 390px 14px 25px;
  align-items: center;
  flex-shrink: 0;
  border: none;
  border-radius: 28px;
}
.frame .question button {
  display: flex;
  width: 307px;
  height: 50px;
  padding: 17px 0px 16px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: rgba(9, 139, 84, 0.83);
  color: #fff;
  border: none;
}
/* frame section end */
/* footer section start */
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  background: #073218;
  padding: 65px 0 0 0;
}
.footer_service {
  width: 1209px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.footer_logo {
  max-width: 225px;
  height: 50px;
  flex-shrink: 0;
}
.footer_logo img {
  width: 100%;
}
.services_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.services_container ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  margin: 0 55px;
}
.services_container ul li {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.footer_service .social_icons {
  display: flex;
  width: 210px;
  align-items: center;
  gap: 20px;
}
.footer_card {
  background: rgba(4, 62, 150, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 72px 160px 15px 140px;
  gap: 332px;
  margin-top: 25px;
}
.footer_card p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.footer_card ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer_card ul li {
  display: flex;
  width: 83px;
  height: 43px;
  padding: 7px 16px 5.083px 17px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
/* footer section end */
