body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

/*select change color*/
*::selection {
  color: grey;
}

/*link font fammily*/
@font-face {

  font-family: 'showTitle';
  src: url('../fonts/showTitle.otf');

}

@font-face {

  font-family: 'Hybrid';
  src: url('../fonts/happyfont.ttf');


}

.specialF {
  font-family: showTitle;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.custom_heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

/*header section*/
.hero_area {
  height: 98vh;
  background-color: #b5caee;
}



.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}



/*-- another Navbar --*/




a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}



/*end navbar style*/

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




.navbar-brand span {
  font-family: Hybrid;
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  background-color: #b5caee;
  border: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_nav-container .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3e%3cpath fill='none' d='M8 12l10 10 10-10' stroke='rgba(0,0,0,1)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  width: 36px;
  height: 36px;
  background-color: transparent;
}

/*end header section*/

/* Navbar styles for desktop */
.custom_nav-container {
  background-color: transparent;
  border-radius: 10px;
  padding: 15px 30px;
}

#navbarSupportedContent .d-flex .navbar-nav {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0;
  margin: 0;
}

#navbarSupportedContent .d-flex .navbar-nav .nav-item {
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
}

#navbarSupportedContent .d-flex .navbar-nav .nav-item:first-child {
  border-radius: 5px 0 0 5px;
}

#navbarSupportedContent .d-flex .navbar-nav .nav-item:last-child {
  border-radius: 0 5px 5px 0;
}

#navbarSupportedContent .d-flex .navbar-nav .nav-item .anav {
  padding: 8px 16px !important;
  color: #ffffff !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

#navbarSupportedContent .d-flex .navbar-nav .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

#navbarSupportedContent .d-flex .navbar-nav .nav-item.active {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

/* Responsive navbar */
@media (max-width: 991px) {
  .custom_nav-container {
    background-color: #b5caee;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
  }

  .navbar-brand span {
    color: #ffffff;
  }

  .navbar-collapse {
    margin-top: 10px;
  }

  .d-flex.ml-auto.flex-column.flex-lg-row.align-items-center {
    align-items: flex-start !important;
  }

  .navbar-nav {
    width: 100%;
  }

  .nav-item {
    width: 100%;
    text-align: left;
    margin: 5px 0;
  }

  .anav {
    display: block;
    width: 100%;
    padding: 8px 15px !important;
    border-radius: 5px;
    color: #ffffff !important;
  }



  /* 保持边框显示 */
  .showImg {
    border: 5px double black !important;
  }
}

/* slider section */
.slider_section {
  padding-top: 8%;
}

.slider_item-box {
  width: 100%;
  height: 100%;
}

.slider_item-box .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.slider_item-box .row {
  width: 100%;
  align-items: center;
}

.slider_img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.slider_img-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.slider_item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}



.slider_item-detail h1 {
  width: 95%;
  font-size: 68px;
  text-transform: uppercase;
}

.slider_item-detail p {
  margin: 45px 0;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}



/* end slider section */
.bg {
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_detail-box p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.about_detail-box a {
  display: inline-block;
  padding: 7px 25px;
  background-color: #252525;
  border: 1px solid #252525;
  color: #ffffff;
}

.about_detail-box a:hover {
  background-color: transparent;
  color: #252525;
}

.about_img-box img {
  margin-left: 20px;
  width: 90%;
}

.brand_section {
  text-align: center;
  background-color: #c1dcf9;
}

.brand_section h3 {
  color: #fcfcfc;
}

.brand_section .brand_item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand_item-box {
  width: 30vw;
  max-width: 200px;
  min-width: 50px;
  margin: 30px 10px 0 10px;

}

.brand_img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 310px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  border: 2px double black;
}

.brand_img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.brand_img-box a {
  display: none;
  opacity: 0;
  background-color: transparent;
  border: 1px solid #999999;
  color: #f9fafa;
  padding: 12px 35px;
  font-size: 15px;
  z-index: 3;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.brand_img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.9);
  z-index: 1;
  -webkit-transform: translateY(320px);
  transform: translateY(320px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.brand_img-box:hover {
  cursor: pointer;
}

.brand_img-box:hover::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.brand_img-box:hover a {
  display: inline-block;
  opacity: 1;
}

.brand_detail-box {
  margin-top: 20px;
}

.brand_detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #242425;
}

.brand_detail-box h5 span {
  color: #179dfb;
}



.why_section {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.why_section .row {
  padding: 35px 0;
  justify-content: center;
}

.why_section .row .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0;
}

/* 响应式样式：在手机端居中显示 */
@media (max-width: 768px) {
  .why_section .row .col-md-6 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why_section .img_box {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .why_section .detail_box {
    width: 100%;
    max-width: 250px;
  }

  .why_section .detail_box h5 {
    text-align: center;
    margin: 0 auto 10px;
  }

  .why_section .detail_box p {
    text-align: center;
    margin: 0 auto;
  }
}

.why_section .img_box {
  width: 20vw;
  max-width: 125px;
  min-width: 80px;
  height: 20vw;
  max-height: 125px;
  min-height: 80px;
  margin-right: 25px;
  border: 1.5px solid #e3e2e2;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.why_section .img_box img {
  width: 50%;
  max-width: 50px;
  min-width: 30px;
}

.why_section .detail_box h5 {
  text-align: center;
  font-weight: bold;
  color: #4b9df9;
}

.why_section h3 {
  text-align: center;
  margin-bottom: 20px;
}



.info_section {
  background-color: #c1dcf9;
  padding: 5vw 0;
}

.info_items {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_items .item {
  width: 30%;
  min-width: 150px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 15vw;
  max-width: 80px;
  min-width: 60px;
  height: 15vw;
  max-height: 80px;
  min-height: 60px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.info_items .item .detail-box {
  margin-top: 2vw;
  color: #fff;
  font-size: 14px;
}

/* Responsive info section text */
@media (max-width: 768px) {
  .info_items .item .detail-box {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .info_items .item .detail-box {
    font-size: 10px;
  }
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 25%;
  width: 80%;
  max-width: 600px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-blue.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-blue.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-blue.png);
}



/* footer section*/
.footer_section {
  background-color: #273135;
  padding: 20px;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
}

.footer_section p {
  color: #fbfcfd;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fbfcfd;
}

/* end footer section*/

/* Responsive info section */
@media (max-width: 768px) {
  .info_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info_items .item {
    width: 100%;
    max-width: 300px;
  }

  .info_items::before {
    display: none;
  }
}

/* Responsive slider section */
@media (max-width: 768px) {
  .slider_item-detail h1 {
    font-size: 48px;
  }

  .slider_item-detail p {
    font-size: 14px;
  }

  .slider_img-box {
    padding: 0;
  }

  /* 确保水果图片在手机端显示为正方形 */
  .brand_img-box {
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
  }
}