@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Oswald:wght@200..700&display=swap");

* {
  text-decoration: none !important;
}

body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  background: var(--natural-black) !important;
}

.particles {
  z-index: -111;
  width: 100%;
  background-color: var(--black-background);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

::-webkit-scrollbar {
  display: none;
}

.ff_oswald {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
}

:root {
  --font-xs: 14px;
  --font-sm: 16px;
  --font-md: 18px;
  --font-lg: 24px;
  --font-xl: 32px;
  --font-2xl: 58px;
  --font-3xl: 85px;
  --fw-medium: 500;
  --natural-white: #fefefe;
  --natural-black: #0a0a0a;
  --teal: #3ca59d;
  --dark-teal: #225c5e;
}

@media (max-width: 1199.98px) {
  :root {
    --font-sm: 14px;
    --font-md: 16px;
    --font-lg: 19px;
    --font-xl: 28px;
    --font-2xl: 52px;
    --font-3xl: 68px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --font-xl: 24px;
    --font-2xl: 45px;
    --font-3xl: 52px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --font-md: 14px;
    --font-lg: 20px;
    --font-2xl: 38px;
    --font-3xl: 44px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --font-2xl: 32px;
    --font-3xl: 38px;
  }
}

.fw-medium {
  font-weight: 500;
}

.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);
}

.font-2xl {
  font-size: var(--font-2xl);
}

.font-3xl {
  font-size: var(--font-3xl);
}

.text-natural-white {
  color: var(--natural-white);
}

.text-natural-black {
  color: var(--natural-black);
}

.text-teal {
  color: var(--teal);
}

.bg-dark-teal {
  /* background-color: var(--dark-teal); */
  position: relative;
}

.bg-dark-teal::after {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: var(--dark-teal);
  z-index: -121;
}

.heading {
  font-family: "Oswald", sans-serif !important;
  font-size: var(--font-2xl);
  font-weight: 700;
}

.para {
  font-size: var(--font-sm);
}

.transition_03s {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero_content {
  margin: auto;
  max-width: 930px;
}

.hero_content .para {
  margin-right: 80px;
  padding-left: 24px;
  border-left: 1px solid #ffffff;
  opacity: 0.8;
  max-width: 400px;
  margin-bottom: 35px;
}

.hero_circle {
  border-radius: 50%;
  border: 1px solid var(--natural-white);
  width: 148px;
  height: 148px;
}

.hero_circle:hover {
  color: var(--natural-black) !important;
}

.hero_circle::after {
  content: "";
  height: 62px;
  width: 62px;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#3ca59d), to(#3ca59d)), #0fc;
  background: -o-linear-gradient(bottom, #3ca59d 0%, #3ca59d 100%), #0fc;
  background: linear-gradient(0deg, #3ca59d 0%, #3ca59d 100%), #0fc;
  border-radius: 50%;
  bottom: -15px;
  right: -9px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero_circle:hover::after {
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
}

.hero_circle:hover {
  color: var(--natural-black);
}

.hero_circle path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero_circle:hover path {
  fill: var(--natural-black);
}

.hero_grid_image::after {
  background-image: url("/assets/images/webp/hero-grid-layer.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -111;
}

.common_black_card {
  border-radius: 14px;
  border: 1px solid rgba(0, 255, 204, 0);
  background: #1e1e1e;
  /* backdrop-filter: blur(200px); */
  border: 1px solid var(--dark-teal);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-card {
  border-radius: 12px;
}

.about-card::after {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.00)), color-stop(95.5%, #000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 50%, #000 95.5%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 95.5%);
}

.about-card:hover img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.common_black_card:hover {
  -webkit-box-shadow: 0px 4px 20.3px 0px rgba(34, 92, 94, 0.57);
  box-shadow: 0px 4px 20.3px 0px rgba(34, 92, 94, 0.57);
  border: 1px solid var(--teal);
}

.link_hover:hover {
  color: var(--teal);
}

/* ===================DEFINE SWEET ALERT CSS CODE=================== */
.swal2-container.swal2-center>.swal2-popup {
  color: var(--natural-white) !important;
  background: var(--teal) !important;
  border: 2px solid var(--natural-white) !important;
}

.swal2-popup {
  color: white !important;
}

.swal2-title {
  color: var(--natural-white) !important;
}

.swal2-styled.swal2-confirm {
  background: var(--teal) !important;
  border: 1px solid var(--natural-white);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
  -webkit-box-shadow: 0 45px 0 inset var(--natural-white) !important;
  box-shadow: 0 45px 0 inset var(--natural-white) !important;
  color: var(--teal);
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid var(--natural-white) !important;
}

.swal2-icon.swal2-success {
  color: var(--natural-white) !important;
  border-color: var(--natural-white) !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: var(--natural-white) !important;
  border-color: var(--natural-white) !important;
}

@media (min-width: 1200px) {
  .container_modified {
    max-width: 1140px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* REVIEWS SECTION CSS HERE */
.opacity_08 {
  opacity: 0.8;
}

.opacity_06 {
  opacity: 0.6;
}

.transition_300 {
  -webkit-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
}

.border_end_color {
  border-right: 1px solid #4e7c7e;
}

.review_box_padding {
  padding: 18px 14px;
}

.static_box {
  -webkit-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
}

.what_we_do_card {
  padding-left: 12px;
  padding-right: 12px;
}

.what_we_do_card path,
.what_we_do_card rect {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what_we_do_card:hover path {
  fill: white;
}

.what_we_do_card:hover rect {
  fill: var(--teal);
}

.static_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-11.58%, #36999a), color-stop(118.75%, #205155)),
    -webkit-gradient(linear, left bottom, left top, from(#3ca59d), to(#3ca59d)),
    -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -o-linear-gradient(top, #36999a -11.58%, #205155 118.75%),
    -o-linear-gradient(bottom, #3ca59d, #3ca59d),
    -o-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(180deg, #36999a -11.58%, #205155 118.75%),
    linear-gradient(0deg, #3ca59d, #3ca59d),
    linear-gradient(0deg, #ffffff, #ffffff);
  border-radius: 16px;
  opacity: 0 !important;
  -webkit-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
}

.static_box:hover::after {
  opacity: 1 !important;
}

.before_bg_white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  -webkit-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
  background-color: white;
}

.before_bg_white:hover::before {
  -webkit-transform: rotate(-2.81deg) !important;
  -ms-transform: rotate(-2.81deg) !important;
  transform: rotate(-2.81deg) !important;
  background-color: white;
}

.before_bg_white:hover .static_box h2 {
  color: var(--natural-white) !important;
}

.before_bg_white:hover .static_box h3 {
  color: var(--natural-white) !important;
}

.before_bg_white:hover .static_box p {
  color: var(--natural-white) !important;
  opacity: 100 !important;
}

.before_bg_white:hover .static_box svg rect {
  fill: var(--natural-black) !important;
}

.before_bg_white:hover .text_box_rotate svg g .fill_white_hover {
  fill: #a7cacb !important;
}

/* FOOTER SECTION CSS HERE  */
.footer_logo_size {
  max-width: 100px;
}


.footer_links_hover::after {
  content: "";
  position: absolute;
  width: 0%;
  border: 1px solid transparent !important;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
}

.footer_links_hover:hover::after {
  width: 100%;
  border: 1px solid white !important;
  left: 0;
}

.footer_links_hover:hover {
  color: white !important;
}

.social_icons_hover rect {
  -webkit-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
}

.social_icons_hover:hover rect {
  stroke: transparent !important;
}

.social_icons_hover:hover {
  scale: 1.2;
}

.border_top_color {
  border-top: 1px solid #76999b !important;
}

.py_20 {
  padding: 20px 0px;
}

/* CONTACT US SECTION CSS HERE */
iframe {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100%;
  width: 100%;
}

.contact_bg_color {
  background: #0a231e;
}

.contact_form_radius_start {
  border-radius: 12px 0 0 12px;
}

.text_area_size {
  height: 125px;
}

.input_border {
  border: 1px solid #3b4f4b;
}

input:focus-visible,
textarea:focus-visible {
  outline: 1px solid var(--natural-white) !important;
}

select:focus-visible {
  border: 1px solid var(--natural-white);
  outline: none;
}

::-webkit-resizer {
  display: none !important;
}

.submit_btn {
  background: -webkit-gradient(linear, left bottom, left top, from(#3ca59d), to(#3ca59d)), #0fc;
  background: -o-linear-gradient(bottom, #3ca59d 0%, #3ca59d 100%), #0fc;
  background: linear-gradient(0deg, #3ca59d 0%, #3ca59d 100%), #0fc;
  padding: 13px 0;
}

.submit_btn:hover {
  -webkit-box-shadow: 0 60px 0 inset white;
  box-shadow: 0 60px 0 inset white;
  color: var(--teal);
}

.object_fit_cover {
  -o-object-fit: cover;
  object-fit: cover;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
  -webkit-text-fill-color: var(--natural-white) !important;
}

.contact_us_icons_hover:hover svg rect {
  fill: white !important;
}

.contact_us_icons_hover:hover svg g path {
  fill: var(--teal) !important;
}

.contact_us_icons_hover:hover p {
  opacity: 100;
}

.location_icon_hover:hover svg path {
  fill: var(--teal) !important;
}

.contact_border_end {
  border-right: 1px solid #00ffcc !important;
}

/* ABOUT US SECTION CSS HERE */
.before_bg_white:hover .about_icons_hover svg rect {
  fill: #fefefe !important;
}

.before_bg_white:hover .about_icons_hover svg g path {
  fill: #3ca59d !important;
}

.before_bg_white:hover .about_icons_hover .distinctiveness_icon path {
  fill: #3ca59d !important;
}

.about_icons_hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-11.58%, #36999a), color-stop(118.75%, #205155)),
    -webkit-gradient(linear, left bottom, left top, from(#3ca59d), to(#3ca59d)),
    -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -o-linear-gradient(top, #36999a -11.58%, #205155 118.75%),
    -o-linear-gradient(bottom, #3ca59d, #3ca59d),
    -o-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(180deg, #36999a -11.58%, #205155 118.75%),
    linear-gradient(0deg, #3ca59d, #3ca59d),
    linear-gradient(0deg, #ffffff, #ffffff);
  border-radius: 16px;
  opacity: 0 !important;
  -webkit-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
}

.about_icons_hover:hover:after {
  opacity: 1 !important;
}

.before_bg_white:hover .about_icons_hover h2 {
  color: var(--natural-white);
}

.before_bg_white:hover .about_icons_hover p {
  color: var(--natural-white);
  opacity: 100 !important;
}

.z_index2 {
  z-index: 2;
}

.z_index3 {
  z-index: 3;
}

/* BACK TO TOP CSS HERE */
.back_to_top_arrow_size {
  max-width: 40px !important;
}

.back_to_top_arrow_size path {
  fill: var(--natural-white);
}

.back_to_top_hover:hover {
  -webkit-box-shadow: 0px 5px 10px 0px #ffffff !important;
  box-shadow: 0px 5px 10px 0px #ffffff !important;
}

.back_to_top_animation {
  -webkit-animation: back_to_top_animation 3s 300ms infinite;
  animation: back_to_top_animation 3s 300ms infinite;
}

#back-to-top {
  position: fixed;
  right: 20px;
  top: 90%;
  width: 45px;
  height: 45px;
  background-color: var(--teal);
}

@-webkit-keyframes back_to_top_animation {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes back_to_top_animation {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/* POSITION CLASSES HERE */
.amx_position_hero_text {
  top: 42%;
  left: 4%;
}

.hero_position_size {
  width: 445px;
  height: 161px;
}

.hero_square_box_position {
  bottom: 0px;
  left: -40px;
}

.hero_square_box_size {
  width: 126px;
  height: 135px;
}

.whatWeDo_square_box_position {
  top: 14%;
  left: -130px;
}

.whatWeDo_square_box_size {
  width: 226px;
  height: 482px;
}

.contact_square_box_position {
  top: 60%;
  right: -60px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.contact_square_box_size {
  width: 149px;
  height: 160px;
}

.amx_position_contact_text {
  bottom: -6%;
  left: -13%;
}

.contact_position_size {
  width: 445px;
  height: 161px;
}

.opacity_02 {
  opacity: 0.2;
}

.pe_custom {
  padding-right: 0px !important;
}

@media (min-width: 1200px) {
  .w_100 {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }

  /* .pe_custom {
    padding-right: 12px !important;
  } */
}

@media (min-width: 992px) {
  .max_width_455 {
    max-width: 455px;
  }

  .footer_logo_size {
    max-width: 208px;
  }
}

@media (max-width: 1199.98px) {
  .hero_content {
    max-width: 750px;
  }

  .hero_content .para {
    margin-right: 24px;
    max-width: 340px;
  }

  .hero_circle {
    width: 120px;
    height: 120px;
  }

  .hero_circle::after {
    height: 50px;
    width: 50px;
  }

  .amx_position_hero_text {
    max-width: 250px;
    top: 44%;
    height: auto;
  }

  .reviews_stars {
    max-width: 150px;
  }

  .text_area_size {
    height: 85px;
  }
}

@media (max-width: 991.98px) {
  .hero_content .para {
    margin-right: 70px;
  }

  .hero_content {
    max-width: none;
  }

  .whatWeDo_square_box_position {
    top: 20%;
    left: -70px;
  }

  .whatWeDo_square_box_size {
    width: 126px;
    height: 182px;
  }

  .amx_position_contact_text {
    bottom: -6%;
    left: -19%;
  }

  .contact_position_size {
    width: 345px;
    height: 131px;
  }
}

@media (max-width: 767.98px) {
  .hero_content .para {
    border: 0;
    padding-left: 0;
    max-width: none;
    margin-right: auto;
  }

  .hero_circle {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 16px 32px;
    border-radius: 12px;
  }

  .hero_circle::after {
    border-radius: 12px;
    right: -30px;
    bottom: -30px;
  }

  iframe {
    height: 500px !important;
    border-radius: 12px;
  }

  .contact_border_end {
    border-right: 0px solid #00ffcc !important;
  }

  .contact_border_end {
    border-right: 0px solid #00ffcc !important;
  }

  .contact_form_radius_start {
    border-radius: 12px;
  }

  .hero_square_box_size {
    width: 96px;
    height: 105px;
  }

  .contact_us_icons_size {
    max-width: 40px;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 575.98px) {

  .what_we_do_card,
  .before_bg_white,
  .common_black_card,
  .contact_bg_color,
  .map_parent {
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .about-card {
    max-width: 420px;
  }

  #back-to-top {
    right: 15px;
    top: 92%;
    width: 35px;
    height: 35px;
  }

  .text_area_size {
    height: 85px;
  }

  .back_to_top_arrow_size {
    max-width: 15px !important;
  }

  .reviews_stars {
    max-width: 130px;
  }

  iframe {
    height: 400px !important;
  }
}