html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:root {
  --whiteColor: #fff;
  --blackColor: #000;
}

@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSans-CondBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSans-CondLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSans-CondLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-CondLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-CondLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* Fallback Regular (not uploaded) */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.6rem;
  color: var(--blackColor);
  position: relative;
  font-weight: 400;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

header .top_menu {
  display: flex;
  align-items: center;
  padding: 3.5rem 0rem;
}
header .top_menu .logo {
  flex-grow: 1;
}
header .top_menu .logo img {
  max-width: 18rem;
}
header .top_menu .right_social_icons {
  text-align: end;
}
header .top_menu .right_social_icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
  justify-content: flex-end;
}
header .top_menu .right_social_icons ul li img {
  width: 4rem;
  height: 4rem;
}
header .top_menu .right_social_icons .tagline a {
  color: #e4032e;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Open Sans";
}

section.banner {
  background: #e4032e;
  color: var(--whiteColor);
  padding: 7.5rem 5.5rem;
  position: relative;
  overflow: hidden;
}
section.banner .text_part span {
  display: block;
}
section.banner .right_img_part img {
  margin-top: 5.5rem;
  max-width: 100%;
  position: absolute;
  max-width: 65rem;
  bottom: 0;
  right: 8rem;
}

h1 {
  font-size: 8rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 7rem;
  margin-top: 0;
}

section.about_us {
  padding: 5rem 0rem;
}
section.about_us .content_part {
  margin-top: 3.5rem;
}
section.about_us .content_part .subtitle {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 3.5rem;
  font-family: "Open Sans";
  line-height: normal;
}
section.about_us .content_part p {
  font-size: 2.6rem;
  font-family: "Open Sans";
  font-weight: normal;
}
section.about_us .content_part .main_title {
  font-size: 3.8rem;
  color: #e4032e;
  font-weight: bold;
  padding-bottom: 3rem;
  line-height: 4.5rem;
}
section.about_us .content_part .sub_desc {
  font-size: 2.6rem;
  font-family: "Open Sans";
  font-weight: bold;
  line-height: normal;
}

section.core_objective {
  background: #f07e07;
  color: var(--whiteColor);
  padding: 5rem 0rem;
  position: relative;
}
section.core_objective .listing {
  padding-top: 4rem;
}
section.core_objective .listing ul {
  list-style: auto;
}
section.core_objective .listing ul li {
  padding: 0;
  font-size: 2.2rem;
  padding-bottom: 2rem;
  color: var(--blackColor);
  font-family: "Open Sans";
}
section.core_objective .listing ul li:last-child {
  padding-bottom: 0;
}
section.core_objective .right_img_part img {
  max-width: 100%;
  position: absolute;
  max-width: 60rem;
  bottom: 0;
  right: 0;
}

section.understanding_leval {
  margin: 7rem 0rem;
}
section.understanding_leval .title_img {
  margin-bottom: 3.5rem;
}
section.understanding_leval h1 {
  text-align: left;
  color: #e4032e;
}
section.understanding_leval .content_part {
  font-family: "Open Sans";
  margin-top: 3.5rem;
  font-size: 2.2rem;
}
section.understanding_leval .content_part .content_group {
  margin-bottom: 2rem;
}
section.understanding_leval .content_part .content_group p {
  margin-bottom: 0;
}
section.understanding_leval .content_part .content_group .sub_title {
  font-size: 2.2rem;
  color: #e4032e;
  font-weight: bold;
}
section.understanding_leval .content_part .content_group:last-child {
  margin-bottom: 0;
}

section.booking_enquries {
  background: #0090D7;
  padding: 5rem 0rem;
  color: #fff;
  position: relative;
}
section.booking_enquries .desc_part p {
  margin: 3.5rem 0rem;
  font-family: "Open Sans";
  font-size: 2.2rem;
  max-width: 80%;
}
section.booking_enquries .right_img_part img {
  position: absolute;
  max-width: 65rem;
  bottom: 0;
  right: 0;
}
section.booking_enquries .form-container {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  font-family: "Open Sans";
  max-width: 90%;
}
section.booking_enquries .form-container h2 {
  text-align: left;
  margin-bottom: 2rem;
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
}
section.booking_enquries .form-group {
  margin-bottom: 1rem;
}
section.booking_enquries .form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}
section.booking_enquries .form-group input,
section.booking_enquries .form-group textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s;
}
section.booking_enquries .form-group input:focus,
section.booking_enquries .form-group textarea:focus {
  border-color: #007bff;
  outline: none;
}
section.booking_enquries .form-group textarea {
  resize: vertical;
  min-height: 10rem;
}
section.booking_enquries .btn {
  width: 100%;
  padding: 12px;
  background-color: var(--blackColor);
  border: none;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Open Sans Condensed", sans-serif;
}
section.booking_enquries .btn:hover {
  background-color: #e4032e;
}



section.bio {
  background: #e4032e;
  padding: 5rem 0rem;
  color: #fff;
  position: relative;
}
section.bio .desc_part p {
  margin: 3.5rem 0rem;
  font-family: "Open Sans";
  font-size: 2.2rem;
  max-width: 80%;
}
section.bio .right_img_part img {
  position: absolute;
  max-width: 65rem;
  bottom: 20px;
  right: 0;
}


section.gallery {
  padding: 5rem 2rem;
}
section.gallery .gallery_title {
  margin-bottom: 3.5rem;
}
section.gallery .gallery_title .title_img {
  margin-bottom: 3.5rem;
}
section.gallery .gallery_title h1 {
  text-transform: uppercase;
  color: #e4032e;
}



.gallery a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  /* makes all thumbnails square */
  overflow: hidden;
  border-radius: 8px;
}
.gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery a img:hover {
  transform: scale(1.05);
}

section.core_objective .right_img_part img {
  max-width: 55rem;
  right: 0;
}

section.booking_enquries .right_img_part img {
  max-width: 55rem;
  right: 0;
}

footer {
  background: var(--blackColor);
  color: var(--whiteColor);
  padding: 3.5rem 3.5rem 5rem;
}
footer .footer_inline {
  display: flex;
}
footer .footer_inline .footer_logo {
  flex-grow: 1;
}
footer .footer_inline .footer_logo img {
  max-width: 20rem;
}
footer .footer_inline .right_part a {
  color: var(--whiteColor);
  text-decoration: none;
  font-family: "Open Sans";
}

@media (max-width: 1199px) {
  html {
    font-size: 53.5%;
  }
  section.banner .right_img_part img {
    max-width: 55rem;
    right: 0;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 48.5%;
  }
  header .top_menu {
    padding: 2rem 2rem;
  }
  section.banner {
    padding: 3rem 2rem 0;
  }
  section.banner .right_img_part img {
    max-width: 100%;
    position: relative;
    max-width: 100%;
    bottom: 0;
    right: 0;
  }
  h1 {
    margin-top: 0;
  }
  section.core_objective {
    padding: 3rem 2rem 0;
  }
  section.core_objective .right_img_part img {
    position: relative;
    max-width: 100%;
    left: 4rem;
    right: 0;
  }
  section.about_us {
    padding: 3rem 2rem;
  }
  section.understanding_leval {
    margin: 3rem 2rem;
  }
  section.booking_enquries {
    padding: 3rem 2rem 0;
  }
  section.booking_enquries .right_img_part img {
    max-width: 100%;
    bottom: 0;
    right: 0;
    position: relative;
    margin-top: 2rem;
  }
  footer {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 47.5%;
  }
  section.banner .right_img_part img {
    position: relative;
    max-width: 100%;
    left: 0;
  }
  section.core_objective {
    overflow: hidden;
  }
  section.core_objective .listing {
    padding-top: 2rem;
  }
  section.core_objective .right_img_part img {
    position: relative;
    max-width: 100%;
    left: 3.1rem;
  }
  section.about_us .content_part .subtitle {
    padding-bottom: 1.5rem;
  }
  section.about_us .content_part .main_title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  section.understanding_leval .content_part {
    margin-top: 2rem;
  }
  section.booking_enquries {
    padding: 3rem 2rem 0;
  }
  section.booking_enquries .right_img_part img {
    position: relative;
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
  section.booking_enquries .form-container {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  section.booking_enquries .desc_part p {
    margin: 2rem 0rem;
    max-width: 100%;
    text-align: center;
  }
  h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    text-align: center !important;
  }
  footer .footer_inline {
    flex-wrap: wrap;
  }
  footer .footer_inline .footer_logo img {
    max-width: 15rem;
  }
  header .top_menu {
    padding: 2rem 2rem;
  }
  header .top_menu .logo img {
    max-width: 15rem;
  }
  header .top_menu .right_social_icons ul {
    margin-bottom: 1rem;
    gap: 2rem;
  }
  header .top_menu .right_social_icons ul li img {
    width: 3rem;
    height: 3rem;
  }
  section.banner h1 {
    text-align: left !important;
  }
  section.gallery {
    padding: 3rem 2rem;
  }
  section.gallery .row {
    --bs-gutter-y: 1.5rem;
  }
  section .lb-nav a.lb-prev,
  section .lb-nav a.lb-next {
    opacity: 1 !important;
  }
}/*# sourceMappingURL=style.css.map */