@import url("https://fonts.googleapis.com/css2?family=Playwrite+CL:wght@100..400&family=Rowdies:wght@300;400;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
  line-height: 1.6;
  font-family: "Rowdies", sans-serif !important;
  font-weight: 300;
  text-transform: capitalize;
}

/* all A tag */
a {
  text-decoration: none;
  color: inherit !important;
}

/* ================= */
/* Header */

.nav {
  min-height: 5rem;
  max-height: 5rem;
  width: 100%;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  z-index: 1000 !important;
  border-bottom: 1px solid gainsboro;
}

nav .right a {
  margin-left: 0.25rem;
  padding: 0.6rem 1rem;
  border: 1px solid rgb(0, 0, 0);
}

.nav .right a:hover {
  background-color: red;
  font-weight: 900;
}

nav * {
  color: rgb(0, 0, 0);
}

nav .left {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.5rem;
}

nav a {
  text-decoration: none;
}

/* Hamburger styles */
.hamburger {
  display: none;
  font-size: 1.25rem;
  cursor: pointer;
}

.hamburger.close {
  content: "Ã—";
  font-size: 2rem !important;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .right {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 5rem;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    height: calc(100vh - 5rem);
    justify-content: start;
    align-items: center;
    z-index: 1000;
    padding: 4%;
  }

  .nav {
    overflow: visible;
  }

  .right.show {
    display: flex;
    opacity: 1;
    background-color: #ffffff;
    z-index: 1000 !important;
  }

  .hamburger.close {
    font-size: 3rem !important;
  }

  .right a {
    margin: 0.5rem 0;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }

  nav .right a {
    margin-left: 0;
  }

  .hamburger {
    display: block;
  }
}

/* ========================= */

.height-adjuster {
  min-height: 4rem;
}

.section-001 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url('../assets/03.jpg') no-repeat 50% 50%;
  background-size: cover;
  flex-direction: column;
  padding: 5rem 40% 5rem 5%;
  min-height: calc(100vh - 4rem);
}

.section-001 h2 {
  font-size: 3rem;
  font-weight: 900;
}

.section-001 h3 {
  margin: 2rem 0;
}

.section-001 a {
  color: white !important;
  background-color: black;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 14px;
}


@media screen and (max-width :1200px) {
  .section-001 {
    padding: 5%;
  }

  .section-001 h2 {
    font-size: 2rem;
  }

  .section-001 h3 {
    font-size: 1rem;
  }

  .section-001 a {
    padding: .75rem 1.5rem;
    font-weight: 400 !important;
  }

}


/* =========================== */
/* Section 02 */

.section-002 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  padding: 3rem 5%;
  min-height: 90vh;
  /* background-color: red; */
  max-width: 100%;
  overflow: hidden;

}

.section-002-A {
  grid-area: 1 / 1 / 3 / 2;
  /* border: 1px solid black; */
  position: relative;
  border-radius: 2rem;
  display: flex;
  align-items: flex-end;
  padding: 5%;
  background: linear-gradient(0deg, rgb(0, 45, 128), rgba(0, 0, 0, .75)), url('https://images.unsplash.com/photo-1551601651-2a8555f1a136?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZG9jdG9yfGVufDB8fDB8fHww') no-repeat 50% 50%;
  background-size: cover;
}

.section-002-A h2 {
  font-size: 5rem;
  line-height: 1 !important;
  color: white;
}


/* B */
.section-002-B {
  /* border: 1px solid black; */
  padding: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 2rem;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://www.thoughtco.com/thmb/dj4nerFEPPv_pE3D-TRLYo_b-a0=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/3-D_DNA-56a09ae45f9b58eba4b20266.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.section-002-B h2 {
  font-size: 2rem;
  color: white;
  line-height: 1;
}

.section-002-B * {
  color: white !important;
}

/* C */
.section-002-C {
  /* border: 1px solid black; */
  border-radius: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 5%;
  background: url('https://media.istockphoto.com/id/1373659740/photo/shot-of-a-young-doctor-sharing-information-from-his-digital-tablet-with-an-older-patient.jpg?s=612x612&w=0&k=20&c=xi-5BceyNKDF919oSK3GheekuIGTJ5Jl3ccWopz47LE=') no-repeat 50% 50%;
  background-size: cover;
}

.section-002-C:hover {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)), url('https://media.istockphoto.com/id/1373659740/photo/shot-of-a-young-doctor-sharing-information-from-his-digital-tablet-with-an-older-patient.jpg?s=612x612&w=0&k=20&c=xi-5BceyNKDF919oSK3GheekuIGTJ5Jl3ccWopz47LE=') no-repeat 50% 50%;
  background-size: cover;
}

.section-002-C a {
  background-color: yellow;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-002-C a .fa-arrow-right {
  margin-left: .5rem !important;
  transition: margin-left 1s ease;
}

.section-002-C a:hover .fa-arrow-right {
  margin-left: 1rem !important;
  transition: margin-left 1s ease;
}

@media screen and (max-width: 1600px) {
  .section-002-A h2 {
    font-size: 3rem;
  }


  .section-002-B h2 {
    font-size: 1.7rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 800px) {
  .section-002 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .section-002-A h2 {
    font-size: 2rem;
  }

  .section-002-A {
    align-items: flex-start;
  }

  .section-002-A,
  .section-002-B,
  .section-002-C {
    min-height: 45vh;
  }
}


/* ========================== */

.swiper01 {
  max-width: 100%;
  overflow: hidden;
  min-height: 100vh;
  background-color: rgb(255, 255, 255);
  /* background-color: tan; */
  padding-bottom: 2.5vh;
}

.swiper01-testy {
  font-size: 3rem;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.swiper01 .swiper-wrapper {
  max-height: 80vh;
  min-height: 80vh;
  margin: 10vh 0 5vh;
}

.swiper01 .swiper-pagination {
  margin-bottom: 2.5vh;
}

.swiper01 .swiper-pagination-bullet {
  opacity: .1;
  transition: width .5s ease;
  background-color: black;
}

.swiper01 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 100px;
  border-radius: 1rem;
  transition: width 1s ease;
}

.swiper01 .swiper-slide {
  max-width: 100%;
  border: 5px solid gainsboro;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 3rem;
  flex-direction: column;
  border-radius: 2rem;
  opacity: .1;
  max-height: 80vh;
  min-height: 80vh;
}

.swiper01 .swiper-slide-active {
  opacity: 1;
}

.swiper01 .swiper-slide h2 {
  font-size: 3rem;
  margin: 0 0 1rem;
  line-height: 1;
  color: white;
}

.swiper01 .swiper-slide p {
  font-size: 1.25rem;
  color: white;
  text-align: end;
  max-width: 600px;
}


#swiper-slide-01 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.1)), url('https://png.pngtree.com/thumb_back/fh260/background/20240506/pngtree-a-business-team-and-its-leader-standing-together-leadership-concept-a-image_15670174.jpg') no-repeat 50% 50%;
  background-size: cover;
}

#swiper-slide-04 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.1)), url('https://images.pexels.com/photos/946727/pexels-photo-946727.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500') no-repeat 50% 50%;
  background-size: cover;
}

#swiper-slide-03 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.1)), url('https://media.istockphoto.com/id/1387247460/photo/a-dispatcher-with-scanner-in-hands-looking-at-boxes-on-shelves-in-warehouse.jpg?s=612x612&w=0&k=20&c=jSpuadxyKxF60C0OO2OBDsPhvdWmkGGlkN4fgfGB1EY=') no-repeat 50% 50%;
  background-size: cover;
}

#swiper-slide-02 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.1)), url('https://media.istockphoto.com/id/669853862/photo/business-people-analyzing-statistics-financial-concept.jpg?s=612x612&w=0&k=20&c=FRwOQxlu-_1COd2i1eR3O8zscscesdhaXvUODzoVmFg=') no-repeat 50% 50%;
  background-size: cover;
}


@media screen and (max-width: 1600px) {
  .swiper01 .swiper-pagination {
    margin-bottom: 0vh;
  }

  .swiper01 .swiper-slide p {
    font-size: 1rem;
  }

  .swiper01 .swiper-slide h2 {
    font-size: 2rem;
  }

  .swiper01-testy {
    font-size: 2.25rem;
  }

}


/* ========================== */
