.hero-section .hero-slider.hidden {
  max-height: 0;
  overflow: hidden;
}
.hero-section .item {
  height: 930px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .hero-section .item {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .hero-section .item {
    height: 720px;
  }
}
@media (max-width: 576px) {
  .hero-section .item {
    height: 70vh;
  }
}
.hero-section .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.hero-section .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  display: block;
}
.hero-section .item .cover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.hero-section .item .cover .title {
  font-family: "second";
  color: var(--white-color);
  font-size: 56px;
  line-height: 68px;
  margin: 0 auto 20px;
  text-transform: capitalize;
  letter-spacing: 0;
  max-width: 670px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-section .item .cover .title {
    font-size: 60px;
    line-height: 75px;
  }
}
@media (max-width: 991px) {
  .hero-section .item .cover .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .hero-section .item .cover .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .hero-section .item .cover .title {
    font-size: 30px;
  }
}
.hero-section .item .cover .description {
  font-size: 16px;
  line-height: 1.7em;
  color: var(--white-color);
  margin: 0 auto 15px;
  font-family: "main-r";
  max-width: 670px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-section .item .cover .description {
    margin: 0 auto 35px;
  }
}
.hero-section .active .item .bg {
  transform: scale(1.15);
  transition: all 7s linear;
}

.news-second-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--brown-color);
  width: 100%;
  height: 350px;
}
@media (max-width: 576px) {
  .news-second-section:before {
    height: 230px;
  }
}
.news-second-section .wrap .head {
  margin-bottom: 60px;
}
.news-second-section .wrap .boxes-wrapp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.news-second-section .wrap .boxes-wrapp .box {
  position: relative;
  width: 100%;
  max-width: calc(25% - 15px);
  overflow: hidden;
}
@media (max-width: 576px) {
  .news-second-section .wrap .boxes-wrapp .box {
    max-width: calc(50% - 15px);
  }
}
.news-second-section .wrap .boxes-wrapp .box .box-image {
  position: relative;
  display: flex;
}
.news-second-section .wrap .boxes-wrapp .box .box-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.news-second-section .wrap .boxes-wrapp .box .box-image img {
  width: 100%;
}
.news-second-section .wrap .boxes-wrapp .box .box-title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  font-size: 25px;
  color: var(--white-color);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1200px) {
  .news-second-section .wrap .boxes-wrapp .box .box-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news-second-section .wrap .boxes-wrapp .box .box-title {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .news-second-section .wrap .boxes-wrapp .box .box-title {
    font-size: 15px;
    line-height: 18px;
  }
}
.news-second-section .wrap .boxes-wrapp .box:hover img {
  transform: scale(1.1);
}

.articles-section .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.articles-section .head .title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .articles-section .head {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
.articles-section .wrap {
  position: relative;
  z-index: 2;
}

.gallery-section {
  text-align: center;
  background: var(--gray-300);
}
.gallery-section .gallery-sub {
  font-size: 20px;
  font-family: "main-r";
  color: var(--main-light);
  font-style: italic;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .gallery-section .gallery-sub {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.gallery-section .gallery-title {
  font-size: 45px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .gallery-section .gallery-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.gallery-section .gallery-wrapp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery-section .gallery-wrapp .gallery-item {
  width: 100%;
  max-width: calc(33.3333333333% - 16px);
  padding: 10px;
}
@media (max-width: 575px) {
  .gallery-section .gallery-wrapp .gallery-item {
    max-width: 50%;
    padding: 6px;
  }
}

.banner-section {
  background: var(--main-light);
}
.banner-section .banner-content {
  padding: 40px;
}
@media (max-width: 1200px) {
  .banner-section .banner-content {
    padding: 30px 50px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content {
    padding: 30px;
  }
}
.banner-section .banner-content .banner-title {
  color: var(--white-color);
  font-size: 38px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "main-r";
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .banner-section .banner-content .banner-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content .banner-title {
    font-size: 23px;
  }
}
.banner-section .banner-content .banner-description {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "second";
  color: var(--gray-800);
}
@media (max-width: 1200px) {
  .banner-section .banner-content .banner-description {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content .banner-description {
    line-height: 20px;
    font-size: 14px;
  }
}

.partners-section {
  border-top: 2px solid var(--main-light);
}
@media (min-width: 1200px) {
  .partners-section .partners-slide {
    padding: 0 60px;
  }
}
.partners-section .partners-slide .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
@media (max-width: 1200px) {
  .partners-section .partners-slide .item a {
    height: 130px;
  }
}
