@import url("https://fonts.googleapis.com/css2?family=Exo+2&family=Outfit:wght@300;600&display=swap");
body {
  font-family: "Outfit", sans-serif !important;
  color: var(--text-nutral-black) !important;
  background-color: var(--white);
  font-weight: 400;
  line-height: 24px;
  max-width: 1920px;
  margin: 0 auto !important;
}
body,
html {
  overflow-x: hidden;
}
::-webkit-scrollbar {
  display: none !important;
}
.ff_exo_2 {
  font-family: "Exo 2", sans-serif !important;
}
:root {
  /* FONT SIZES  */
  --font-xs: 14px;
  --font-sm: 16px;
  --font-md: 20px;
  --font-lg: 48px;
  --font-xl: 56px;
  /* COLORS */
  --text-black: #000;
  --text-nutral-black: #131200;
  --white: #ffff;
  --text-nutral-white: #fdfdff;
}
@media (max-width: 1199.98px) {
  :root {
    --font-sm: 14px;
    --font-md: 16px;
    --font-lg: 36px;
    --font-xl: 48px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --font-md: 14px;
    --font-lg: 32px;
    --font-xl: 36px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --font-lg: 28px;
    --font-xl: 32px;
  }
}
.font-xs {
  font-size: var(--font-xs);
}
.font-sm {
  font-size: var(--font-sm);
}
.font-md {
  font-size: var(--font-md);
}
.font-lg {
  font-size: var(--font-lg);
}
.font-xl {
  font-size: var(--font-xl);
}
.text-white {
  color: var(--white);
}
.text-nutral-white {
  color: var(--text-nutral-white);
}
.text-black {
  color: var(--text-black);
}
.text-nutral-black {
  color: var(--text-nutral-black);
}
.common_btn {
  background: linear-gradient(130.88deg, #009393  -9.14%, #4f91fc 283.16%);
  padding: 13px 23px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  font-size: var(--font-sm);
  font-weight: 600;
  color: var(--text-nutral-white);
  border-radius: 4px;
  border: 1px solid transparent;
  border-left: 1px solid #009393 ;
  border-right: 1px solid #009393 ;
}
.common_btn:hover {
  box-shadow: inset 0 55px 0 0 #fff;
  color: #009393 ;
}
.transition_03s {
  transition: all 0.3s ease-in-out;
}

.opacity_70 {
  opacity: 70%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .custom_container {
    max-width: 1140px !important;
    margin: auto;
  }
}
@media (min-width: 1500px) and (max-width: 1920px) {
  .hero_content {
    min-height: calc(100vh - 100px) !important;
  }
}
.nav_logo {
  max-width: 222px;
}
.hero_content {
  min-height: 720px;
}
.textLogo {
  max-width: 91px;
}
.form_field {
  border: 1px solid #13120033;
  border-radius: 8px;
  min-height: 48px;
  resize: none;
}
.form_field:-webkit-autofill,
.form_field:-webkit-autofill:hover,
.form_field:-webkit-autofill:focus,
.form_field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form_field:focus-visible {
  outline: black auto 1px;
}
.newsletter_bg {
  background-image: url("../images/png/newsletterBg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.newsletter_input_parent {
  border-radius: 6px;
  border: 1px solid rgba(253, 253, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  width: 40%;
  margin: auto;
}
.newsletter_input::placeholder {
  color: var(--text-nutral-white);
  font-size: var(--font-sm);
}
.newsletter_input {
  outline: 0 !important;
}
.subscribe_btn {
  background: var(--text-nutral-white);
  border: 1px solid var(--text-nutral-white);
}
.subscribe_btn span {
  background: var(
    --gradient,
    linear-gradient(131deg, #a854e9 -9.14%, #4f91fc 283.16%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subscribe_btn:hover {
  box-shadow: inset 0 55px 0 0 #a854e9;
}
.subscribe_btn:hover span {
  background: none;
  -webkit-text-fill-color: #fff;
}
.newsletter_box {
  margin-bottom: -82px;
}
.footer_section {
  padding-top: 138px;
  background-image: url("../images/png/footerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.border_top {
  border-top: 1px solid #ffffff4d;
}
.underline_hover {
  width: fit-content;
}
.underline_hover:hover {
  color: var(--white);
  opacity: 1;
}
.scale_hover:hover {
  transform: scale(0.9);
}
.underline_hover::after {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  content: "";
  transition: all 0.3s ease-in-out;
}
.underline_hover:hover::after {
  width: 100%;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: none !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
  background-color: #a854e9 !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 0.25em solid #a854e9 !important;
}

div:where(.swal2-container)
  div:where(.swal2-actions):not(.swal2-loading)
  .swal2-styled {
  transition: all 0.3s ease-in-out;
  border: 1px solid #a854e9;
  background-color: #a854e9;
  transition: all 0.3s ease-in !important;
  font-weight: 600;
}
.footer_logo {
  max-width: 241px;
}
@media (min-width: 768px) {
  .hero_img {
    width: 48.06%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 124px 0px 0px 0px;
  }
}
@media (max-width: 1399.98px) {
  .hero_content {
    min-height: 600px;
  }
}
@media (max-width: 1199.98px) {
  .common_btn {
    padding: 10px 20px;
    line-height: 16px;
  }
  .hero_content {
    min-height: 550px;
  }
  .form_field {
    min-height: 32px;
  }
  textarea {
    height: 105px;
  }
}
@media (max-width: 991.98px) {
  .nav_logo {
    max-width: 190px;
  }
  .hero_content {
    min-height: 500px;
  }
  .form_field {
    min-height: auto;
    height: 30px;
    border-radius: 3px;
  }
  textarea {
    height: 75px !important;
  }
  .newsletter_input_parent {
    width: 50%;
  }
  .footer_logo {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .nav_logo {
    max-width: 170px;
  }
  .hero_img {
    width: 100%;
  }
  .newsletter_input_parent {
    width: 60%;
    padding: 6px;
  }
  .scale_hover img {
    max-width: 30px;
  }
  .footer_logo {
    max-width: 180px;
  }
}
@media (max-width: 575.98px) {
  .nav_logo {
    max-width: 130px;
  }
  .common_btn {
    padding: 8px 16px;
  }
  .hero_img {
    max-width: 450px;
  }
  .form_field {
    height: auto;
  }
  .newsletter_input_parent {
    width: 100%;
    max-width: 280px;
  }
  .newsletter_box {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.material-symbols-outlined{
  color: #00E0C6 !important;
}


body {
  font-family: 'Roboto', sans-serif;
  background-color: #F4FFFE;
}

.navbar {
  background-color: #009393;
}

.navbar-brand,
.navbar-nav .nav-link {
  color: #009393;
}

.hero-section {
  position: relative;
  /* Ensure the pseudo-element is positioned relative to the hero section */
  background: url('../Assets/Img/wallpaper6.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  /* Enable parallax effect */
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  /* Ensure the pseudo-element doesn't overflow the hero section */
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  /* Semi-transparent black overlay */

  z-index: 1;
  /* Place the overlay below the text */
}

.hero-section .container {
  position: relative;
  z-index: 2;
  /* Ensure the text, button, and logo are above the overlay */
}

.hero-section h1,
h2,
h3 .hero-section a,
.hero-section img {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  /* Ensure the text is still readable */
}

.hero-section h1 {
  font-size: 3.5rem;
}

.features,
.about,
.services,
.testimonials,
.cta {
  padding: 60px 0;
}

.footer {
  background-color: #009393;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.social-icons i {
  font-size: 1.5rem;
  margin: 0 10px;
  color: #fff;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.parallax-container {
  background-image: url('../Assets/Img/wallpaper3.jpg');
  /* Specify the path to your background image */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  /* Adjust height as needed */
}

