/* BIO */
/* carusel*/
body {
  background-color: #000;
}
.bio-container {
  position: relative;
  background: url("../img/bio_main.jpg") center/cover;
  background-position: center 45%;
  height: 105vh;
  overflow: hidden;
  width: 94%;
  margin-bottom: 80px;
}
.bio-container h2 {
  font: 400 64px/100% "Krona One", sans-serif;
  letter-spacing: 0;
  color: #fff;
}
.bio-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.bio-title {
  position: absolute;
  top: 21.5%;
  left: 5%;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  z-index: 10;
  font-family: "Inter", sans-serif;
}
.bio-carousel {
  position: absolute;
  bottom: 2%;
  width: 100%;
  overflow: hidden;
  z-index: 20;
}
.carousel-wrapper {
  width: max-content;
  display: flex;
}
.carousel-track {
  display: flex;
  gap: 25px !important;
}
.carousel-track img {
  width: 372px;
  height: 211px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

/* About */

/* about-section-1 */
.about-section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90vh;
  background-color: #000;
}
.about-setion-container {
  display: flex;
  width: 94%;
  height: 90vh;
}
.about-section-1-leftbox {
  width: 50%;
  height: 90vh;
}
.about-section-1-rightbox {
  width: 50%;
  height: 90vh;
}
.about-section-1-rightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section-1-leftbox-top {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  width: 100%;
  height: 30%;
  background-color: #000;
  padding: 0 60px 13px;
}
.about-section-1-leftbox-top h2 {
  font: 400 93px/100% "Judson", serif;
  letter-spacing: 0.25em;
  color: #ffffff;
}
.about-section-1-leftbox-bottom {
  width: 100%;
  height: 70%;
  background-color: #686868;
  padding: 60px 30px 60px 50px;
}
.about-section-1-leftbox-bottom h3 {
  font: 700 36px/100% "Quicksand", sans-serif;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding-bottom: 40px;
}
.about-section-1-leftbox-bottom p {
  font: 100 24px/34px "Overpass", sans-serif;
  letter-spacing: -0.02em;
  color: #ffffff;
}

/* about-section-2 */
.about-section-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90vh;
  background-color: #000;
}
.about-section-2-leftbox {
  width: 50%;
  height: 90vh;
  background: url("../img/about2.jpg") center/cover;
  object-fit: cover;
  background-position: center 5%;
}

.about-section-2-rightbox {
  width: 50%;
  height: 90vh;
  padding: 60px 20px 60px 20px;
  color: #fff;
}
.about-section-2-rightbox p {
  font: 200 24px/115% "Overpass", sans-serif;
  letter-spacing: 0.04em;
  margin: 20px 0;
}

.about-section-2-rightbox h3 {
  font: 700 36px/100% "Quicksand", sans-serif;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
}

/* about-section-3 */
.about-section-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90vh;
  background-color: #000;
}
.about-section-3-leftbox {
  width: 50%;
  height: 90vh;
  padding: 60px 30px 60px 50px;
  color: #fff;
  background-color: #686868;
}
.about-section-3-rightbox {
  width: 50%;
  height: 90vh;
  background: url("../img/about3.jpg") center/cover;
  object-fit: cover;
  background-position: center 55%;
}
.about-section-3-leftbox p {
  font: 200 24px/125% "Overpass", sans-serif;
  letter-spacing: 0.06em;
  margin: 20px 0;
}
.about-section-3-leftbox h3 {
  font: 700 36px/100% "Quicksand", sans-serif;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
.about-section-3-leftbox .text2 {
  margin: 40px 0;
}

/* about-section-4 */
.about-section-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90vh;
  background-color: #000;
}
.about-section-4-leftbox {
  width: 50%;
  height: 90vh;
  background: url("../img/about4.jpg") center/cover;
  object-fit: cover;
  background-position: center 5%;
}

.about-section-4-rightbox {
  width: 50%;
  height: 90vh;
  padding: 60px 20px 60px 20px;
  color: #fff;
}
.about-section-4-rightbox p {
  font: 200 24px/146% "Overpass", sans-serif;
  letter-spacing: 0.04em;
  margin: 20px 0;
}

.about-section-4-rightbox h3 {
  font: 700 36px/100% "Quicksand", sans-serif;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
}

/* BIO_SECTION */
@media (max-width: 1200px) {
  .bio-container {
    margin-bottom: 40px;
  }
  .bio-title {
    font-size: 48px;
    top: 20%;
  }

  .carousel-track img {
    width: 300px;
    height: 170px;
  }

  .carousel-track {
    gap: 20px !important;
  }
}
@media (max-width: 991px) {
  .bio-container {
    height: 90vh;
  }
  .bio-container h2 {
    font-size: 45px;
  }
  .bio-title {
    top: 24%;
    left: 4%;
  }

  .carousel-track img {
    width: 260px;
    height: 150px;
  }

  .carousel-track {
    gap: 18px !important;
  }
}
@media (max-width: 768px) {
  .bio-container {
    height: 85vh;
    background-position: center 50%;
  }
  .bio-container h2 {
    font-size: 35px;
  }
  .bio-title {
    top: 25%;
    left: 5%;
  }
  .carousel-track img {
    width: 220px;
    height: 130px;
  }
  .carousel-track {
    gap: 15px !important;
  }
}
@media (max-width: 576px) {
  .bio-container {
    height: 80vh;
    background-position: center 55%;
  }
  .bio-container h2 {
    font-size: 28px;
  }
  .bio-title {
    top: 30%;
    left: 5%;
  }

  .carousel-track img {
    width: 180px;
    height: 110px;
  }

  .carousel-track {
    gap: 12px !important;
  }
}

/* about-section-1*/

@media (max-width: 1500px) {
  .about-section-1-leftbox-bottom {
    padding: 40px 50px;
  }
  .about-section-1-leftbox-top h2 {
    font-size: 72px;
    letter-spacing: 0.15em;
  }
  .about-section-1-leftbox-bottom h3 {
    font-size: 35px;
    padding-bottom: 15px;
  }

  .about-section-1-leftbox-bottom p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .about-section-1-leftbox-bottom {
    padding: 30px 40px;
  }
  .about-section-1-leftbox-bottom h3 {
    font-size: 25px;
  }
  .about-section-1-leftbox-bottom p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .about-setion-container {
    height: auto;
  }
  .about-section-1-leftbox-top h2 {
    font-size: 70px;
    letter-spacing: 0.15em;
  }

  .about-section-1-leftbox-bottom h3 {
    font-size: 30px;
  }

  .about-section-1-leftbox-bottom p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-section-1-leftbox-top {
    padding: 0 40px 10px;
  }

  .about-section-1-leftbox-bottom {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .about-section-1-leftbox-top h2 {
    font-size: 60px;
    letter-spacing: 0.15em;
  }
  .about-section-1-leftbox-bottom p {
    font-size: 13px;
    line-height: 27px;
  }
  .about-section-1-leftbox-bottom h3 {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .about-section-1 {
    height: auto;
    /* padding-top: 100px; */
  }

  .about-setion-container {
    height: auto;
  }

  .about-section-1-leftbox-top h2 {
    font-size: 45px;
    letter-spacing: 0.1em;
  }

  .about-section-1-leftbox-bottom h3 {
    font-size: 26px;
  }

  .about-section-1-leftbox-bottom p {
    font-size: 13px;
    line-height: 20px;
  }

  .about-section-1-leftbox-bottom {
    padding: 23px 25px;
  }
}
@media (max-width: 620px) {
  .about-section-1-leftbox-top h2 {
    font-size: 43px;
    letter-spacing: 0.1em;
  }

  .about-section-1-leftbox-bottom h3 {
    font-size: 22px;
  }

  .about-section-1-leftbox-bottom p {
    font-size: 13px;
    line-height: 19px;
  }

  .about-section-1-leftbox-bottom {
    padding: 21px 22px;
  }
}
@media (max-width: 565px) {
  .about-section-1-leftbox-top h2 {
    font-size: 37px;
    letter-spacing: 0.1em;
  }
  .about-section-1-leftbox-bottom p {
    font-size: 10px;
    line-height: 20px;
  }
  .about-section-1-leftbox-bottom {
    padding: 25px 15px;
  }
}
@media (max-width: 480px) {
  .about-section-1-leftbox-top h2 {
    font-size: 35px;
    letter-spacing: 0.07em;
  }

  .about-section-1-leftbox-bottom h3 {
    font-size: 22px;
  }

  .about-section-1-leftbox-bottom p {
    font-size: 10px;
    line-height: 18px;
  }

  .about-section-1-leftbox-top {
    padding: 0 20px 8px;
  }

  .about-section-1-leftbox-bottom {
    padding: 20px 15px;
  }
}

/* about-section-2*/
@media (max-width: 1500px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }
  .about-section-2-rightbox h3 {
    padding-bottom: 10px;
  }
  .about-section-2-rightbox p {
    font-size: 20px;
    margin: 10px 0;
  }
  .about-section-2-rightbox {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }
  .about-section-2-rightbox p {
    font-size: 19px;
    margin: 10px 0;
  }
  .about-section-2-rightbox {
    padding: 25px 20px;
  }
}
@media (max-width: 1080px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }
  .about-section-2-rightbox p {
    font-size: 17px;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }
  .about-section-2-rightbox {
    padding: 30px 20px;
  }

  .about-section-2-rightbox h3 {
    font-size: 32px;
    padding-bottom: 15px;
  }

  .about-section-2-rightbox p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 977px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }
  .about-section-2-rightbox {
    padding: 23px 17px;
  }

  .about-section-2-rightbox h3 {
    font-size: 30px;
    padding-bottom: 13px;
  }

  .about-section-2-rightbox p {
    font-size: 16px;
    line-height: 21px;
    margin: 7px 0;
  }
}
@media (max-width: 910px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }
  .about-section-2-rightbox {
    padding: 17px 17px;
  }

  .about-section-2-rightbox h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .about-section-2-rightbox p {
    font-size: 14px;
    line-height: 21px;
    margin: 7px 0;
  }
}
@media (max-width: 807px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }
  .about-section-2-rightbox {
    padding: 13px 17px;
  }

  .about-section-2-rightbox h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .about-section-2-rightbox p {
    font-size: 12px;
    line-height: 19px;
    margin: 7px 0;
  }
}
@media (max-width: 768px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }

  .about-section-2-rightbox {
    padding: 13px 17px;
  }

  .about-section-2-rightbox h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .about-section-2-rightbox p {
    font-size: 12px;
    line-height: 19px;
    margin: 7px 0;
  }
}
@media (max-width: 602px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }

  .about-section-2-rightbox {
    padding: 10px 14px;
  }

  .about-section-2-rightbox h3 {
    font-size: 22px;
    padding-bottom: 8px;
  }

  .about-section-2-rightbox p {
    font-size: 10px;
    line-height: 15px;
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  .about-section-2 .about-setion-container {
    width: 94%;
  }

  .about-section-2-rightbox {
    padding: 10px 15px;
  }

  .about-section-2-rightbox h3 {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .about-section-2-rightbox p {
    font-size: 9px;
    line-height: 12px;
    margin: 7px 0;
  }
}

/* about-section-3*/
@media (max-width: 1500px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }
  .about-section-3-leftbox h3 {
    padding-bottom: 10px;
  }
  .about-section-3-leftbox p {
    font-size: 20px;
    margin: 10px 0;
  }
  .about-section-3-leftbox {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }
  .about-section-3-leftbox p {
    font-size: 17px;
    margin: 10px 0;
  }
  .about-section-3-leftbox {
    padding: 25px 20px;
  }
  .about-section-3-leftbox .text2 {
    margin: 30px 0;
  }
}
@media (max-width: 1080px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }
  .about-section-3-leftbox p {
    font-size: 17px;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }
  .about-section-3-leftbox {
    padding: 30px 20px;
  }
  .about-section-3-leftbox .text2 {
    margin: 20px 0;
  }
  .about-section-3-leftbox h3 {
    font-size: 32px;
    padding-bottom: 15px;
  }

  .about-section-3-leftbox p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 977px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }
  .about-section-3-leftbox {
    padding: 23px 17px;
  }

  .about-section-3-leftbox h3 {
    font-size: 30px;
    padding-bottom: 13px;
  }

  .about-section-3-leftbox p {
    font-size: 16px;
    line-height: 21px;
    margin: 7px 0;
  }
}
@media (max-width: 935px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }
  .about-section-3-leftbox {
    padding: 17px 17px;
  }
  .about-section-3-leftbox .text2 {
    margin: 18px 0;
  }
  .about-section-3-leftbox h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .about-section-3-leftbox p {
    font-size: 14px;
    line-height: 21px;
    margin: 7px 0;
  }
}
@media (max-width: 834px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }
  .about-section-3-leftbox {
    padding: 13px 17px;
  }

  .about-section-3-leftbox h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .about-section-3-leftbox p {
    font-size: 12px;
    line-height: 19px;
    margin: 7px 0;
  }
}
@media (max-width: 768px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }

  .about-section-3-leftbox {
    padding: 13px 17px;
  }

  .about-section-3-leftbox h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .about-section-3-leftbox p {
    font-size: 12px;
    line-height: 19px;
    margin: 7px 0;
  }
}
@media (max-width: 711px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }

  .about-section-3-leftbox {
    padding: 13px 17px;
  }

  .about-section-3-leftbox h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .about-section-3-leftbox p {
    font-size: 10px;
    line-height: 19px;
    margin: 7px 0;
  }
  .about-section-3-leftbox .text2 {
    margin: 15px 0;
  }
}
@media (max-width: 617px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }

  .about-section-3-leftbox {
    padding: 20px 14px;
  }

  .about-section-3-leftbox h3 {
    font-size: 22px;
    padding-bottom: 8px;
  }

  .about-section-3-leftbox p {
    font-size: 8px;
    line-height: 15px;
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  .about-section-3 .about-setion-container {
    width: 94%;
  }

  .about-section-3-leftbox {
    padding: 10px 15px;
  }

  .about-section-3-leftbox h3 {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .about-section-3-leftbox p {
    font-size: 10px;
    line-height: 12px;
    margin: 7px 0;
  }
}

/* about-section-4*/
@media (max-width: 1500px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }
  .about-section-4-rightbox h3 {
    padding-bottom: 10px;
  }
  .about-section-4-rightbox p {
    font-size: 20px;
    margin: 10px 0;
  }
  .about-section-4-rightbox {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }
  .about-section-4-rightbox p {
    font-size: 19px;
    margin: 10px 0;
  }
  .about-section-4-rightbox {
    padding: 25px 20px;
  }
}
@media (max-width: 1080px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }
  .about-section-4-rightbox p {
    font-size: 17px;
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }
  .about-section-4-rightbox {
    padding: 30px 20px;
  }

  .about-section-4-rightbox h3 {
    font-size: 32px;
    padding-bottom: 15px;
  }

  .about-section-4-rightbox p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 977px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }
  .about-section-4-rightbox {
    padding: 23px 17px;
  }

  .about-section-4-rightbox h3 {
    font-size: 30px;
    padding-bottom: 13px;
  }

  .about-section-4-rightbox p {
    font-size: 16px;
    line-height: 21px;
    margin: 7px 0;
  }
}
@media (max-width: 910px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }
  .about-section-4-rightbox {
    padding: 17px 17px;
  }

  .about-section-4-rightbox h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .about-section-4-rightbox p {
    font-size: 14px;
    line-height: 21px;
    margin: 7px 0;
  }
}
@media (max-width: 807px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }
  .about-section-4-rightbox {
    padding: 13px 17px;
  }

  .about-section-4-rightbox h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .about-section-4-rightbox p {
    font-size: 12px;
    line-height: 19px;
    margin: 7px 0;
  }
}
@media (max-width: 768px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }

  .about-section-4-rightbox {
    padding: 13px 17px;
  }

  .about-section-4-rightbox h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .about-section-4-rightbox p {
    font-size: 12px;
    line-height: 19px;
    margin: 7px 0;
  }
}
@media (max-width: 602px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }

  .about-section-4-rightbox {
    padding: 10px 14px;
  }

  .about-section-4-rightbox h3 {
    font-size: 22px;
    padding-bottom: 8px;
  }

  .about-section-4-rightbox p {
    font-size: 10px;
    line-height: 15px;
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  .about-section-4 .about-setion-container {
    width: 94%;
  }

  .about-section-4-rightbox {
    padding: 10px 15px;
  }

  .about-section-4-rightbox h3 {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .about-section-4-rightbox p {
    font-size: 9px;
    line-height: 12px;
    margin: 7px 0;
  }
}
