.section {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background-color: #fff;
}

/* SECTION 1 */
.section-1 {
  display: flex;
  height: auto !important;
}
.s1-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 9.375rem;
}
.s1-img img {
  width: 25rem;
  height: 28.125rem;
}
.s1-txt-description {
  margin: 6.25rem 9.375rem 0 3.125rem;
}
.s1-subtext {
  margin-bottom: 1.875rem;
  color: #11999e;
  font-size: 1.25rem;
  font-weight: 600;
}
.s1-title {
  margin: 0.625rem 0 3.125rem 0;
  font-weight: 500;
  font-size: 2.5rem;
  color: #0f4c75;
}
.s1-parag {
  font-weight: 400;
  font-size: 0.95rem;
  color: #a1a1a1;
}
.s1-parag a button {
  background-color: #11999e;
  color: #fff;
  padding: 0.313rem 0.625rem;
  border-radius: 1rem;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
}
.s1-parag a button:hover {
  background-color: #0f4c75;
  font-size: larger;
}
/* SECTION 1 END */

/* SECTION 2 */
.section-2 {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3.125rem 0;
}
.div-flex {
  display: flex;
  padding: 3.125rem 0;
}
.s2-img {
  width: 25rem;
  height: 18.75rem;
  object-fit: cover;
  border-radius: 1.25rem;
}
.img-left {
  margin-left: 12.5rem;
}
.img-right {
  margin-right: 12.5rem;
}
.left-position {
  margin: 1.875rem 12.5rem 0 5rem;
}
.right-position {
  margin: 1.875rem 6.25rem 0 12.5rem;
}
.travel-description-h1 {
  color: #0f4c75;
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
}
.travel-description-p {
  font-weight: 400;
  font-size: 0.95rem;
  color: #a1a1a1;
}
.left-position a button,
.right-position a button {
  background-color: #0f4c75;
  color: #fff;
  padding: 0.313rem 0.625rem;
  border-radius: 1rem;
  border: 0;
  font-size: 0.9rem;
  font-weight: 500;
}
.left-position a button:hover,
.right-position a button:hover {
  background-color: #11999e;
  font-size: 1rem;
}
/* SECTION 2 END */

/* SECTION 3 */
.section-3 {
  height: auto !important;
}
.h1-s3-title {
  font-size: 2.375rem;
  color: #0f4c75;
  text-align: center;
  padding: 6.25rem 18.75rem 0;
}
.card {
  width: 16rem;
  -webkit-box-shadow: 3px 3px 10px 3px #0f4c75;
  -moz-box-shadow: 3px 3px 10px 3px #0f4c75;
  box-shadow: 3px 3px 10px 3px #0f4c75;
  border-radius: 1.25rem;
}
.card:hover {
  -webkit-box-shadow: 3px 3px 10px 3px #11999e;
  -moz-box-shadow: 3px 3px 10px 3px #11999e;
  box-shadow: 3px 3px 10px 3px #11999e;
}
.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 3.125rem 0;
}
.card-container .card {
  margin: 1.25rem;
}
.card img {
  height: 18.75rem;
  object-fit: cover;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.card-body .card-text {
  font-size: 0.75rem;
}
.card-body a {
  background-color: #0f4c75;
  color: #fff;
}
.card-title {
  color: #0f4c75;
}
.card-body a:hover {
  background-color: #11999e;
  color: #fff;
  font-weight: 500;
}
/* SECTION 3 END */

/* SECTION 4  */
.section-4 {
  background-color: #fff;
  height: auto !important;
  margin: 5rem 0;
}
.s4-container {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.s4-card {
  width: 292px;
  padding: 2rem;
  background-color: #0f4c75;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  margin-top: 1rem;
}
.s4-card i {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.s4-card p {
  color: #fff;
  font-weight: 500;
}
.s4-card:hover {
  background-color: #11999e;
}
.h1-s4-title {
  font-size: 2.375rem;
  color: #0f4c75;
  text-align: center;
}
/* SECTION 4 END */

/* SECTION 5  */
.section-5 {
  background-color: #fff;
  height: auto !important;
  margin: 4rem 0;
}
.swiper {
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 1.25rem;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}
/* SECTION 5 END */

/* Top btn */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #11999e;
  color: #fff;
  border-radius: 50%;
  font-size: 1.25rem;
  text-decoration: none;
  z-index: 1000;
}
#back-to-top:hover {
  background-color: #0f4c75;
}
