@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --xs-space: 5px;
  --s-space: 10px;
  --n-space: 30px;
  --l-space: 50px;
  --xl-space: 70px;
  --xxl-space: 100px;
  --xxxl-space: 150px;
  --s-radius: 5px;
  --n-radius: 10px;
  --l-radius: 20px;
  --xl-radius: 50px;
  --btn-space: 10px 30px;
  /* --main-gradient: linear-gradient(to right, #ffc770, #ff8c69, #fa697c);
  --main-gradient-r: linear-gradient(to right, #fa697c, #ff8c69,#ffc770 ); */
  --m1-color: #005051;
  --m2-color: #9c1b31;
  --m3-color: #fdb426;
  --m4-color: #002525;
  --m5-color: #379b9c;
  --m6-color: #cc455b;
  --m7-color: #ffe4af;
  --s1-color: #676c70;
  --s2-color: #f5f5f5;
  --s3-color: #e0e0e0;
  --white-color: #eeeeee;
  --black-color: #111111;
  --font-xxl: 60px;
  --font-xl: 50px;
  --font-l: 40px;
  --font-m: 30px;
  --font-s: 20px;
  --font-xs: 16px;
}

* {
  /* outline: 1px solid red; */
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

a,
a:link {
  color: unset;
  text-decoration: none;
}

a:visited {
  color: unset;
  text-decoration: none;
}

a:hover {
  color: unset;
  text-decoration: none;
}

a:active {
  color: unset;
  text-decoration: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: silver;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: silver;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: silver;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--m-color);
}

.center-box {
  display: flex;
  justify-content: center;
  align-content: center;
}

.h-center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v-center-box {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.hide-overflow {
  overflow: hidden;
}

.balanced {
  text-wrap: balance;
}

.oneline {
  display: inline-block;
}

.s-break {
  height: var(--s-space);
}

.m-break {
  height: var(--n-space);
}

.l-break {
  height: var(--l-space);
}

.xl-break {
  height: var(--xl-space);
}

.xxl-break {
  height: var(--xxl-space);
}

.full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------*/

.navbar {
  padding: 1rem 0.5rem;
  transition: all 0.3s ease-in-out;
  /* background-color: var(--s4-color); */
  background-color: rgba(255, 255, 255, 0);
}

.navbar-white {
  padding: 0.5rem 0.5rem;
  transition: all 0.3s ease-in-out;
  /* background-color: var(--s4-color); */
  background-color: rgb(255, 255, 255);
}

.scrolled-navbar {
  padding: 0.5rem 0.5rem;
  /* background-color: rgba(255, 255, 255, 1); */
  background: rgba(255, 255, 255, 0.6);
  /* border-radius: 16px; */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  box-shadow: rgba(0, 0, 0, 0.025) 0px 30px 60px -12px, rgba(0, 0, 0, 0.05) 0px 18px 36px -18px;
}

.scrolled-navbar .nav-logo {
  width: 80px;

}

.nav-item {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.nav-item .active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--m3-color);
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav-item:hover {
  /* color: var(--m2-color) !important; */
  border-color: (--m3-color);
}

.hvr-underline-from-left {
  /* display: inline-block; 
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);*/
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  /* overflow: hidden; */
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--m3-color);
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 1;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* .dropdown-menu[data-bs-popper] {
  top: unset;
  left: unset;
}

.nav-item.dropdown {
  display: flex;
  justify-content: center;
}

.dropdown-menu {
  top: 50px !important;
  padding: var(--s-space);
  margin: 0 !important;
  overflow: hidden;
  background-color: rgb(239 239 239);
  border: 0;
  border-radius: var(--n-radius);
}

.dropdown-item {
  padding: 5px 10px;
  border-radius: var(--n-radius);
}

.dropdown-menu.show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--xs-space);
} */

.dropdown-menu {
  border: none;
  background: rgba(240, 240, 240, 1);
}

.navbar-toggler {
  border: none;
}

html {
  background-color: unset;
  /* scroll-padding-top: 150px; */
  overflow-x: hidden;
}

body {
  color: #424141;
  overflow-x: hidden;
}


.bg-silver {
  background-color: var(--s2-color);
}

.nav-logo {
  width: 100px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.jumbo {
  height: 70svh;
  /* background-color: silver; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;*/
}

.sub-jumbo {
  margin-top: 80px;
  padding: var(--xl-space) var(--l-space);
  /* padding-top: var(--l-space); */
  /* background-color: silver; 
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.jumbo-ttl {
  /* background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-size: var(--font-l);
  line-height: calc(var(--font-l) + 10px);
  font-weight: 700;
  display: inline-block;
  margin-bottom: var(--n-space);
  color: var(--m1-color);
}

.jumbo-sub-ttl {
  font-size: var(--font-s);
  line-height: calc(var(--font-s) + 10px);
  margin-bottom: var(--n-space);
  color: var(--m1-color);
}

.jumbo-btns {
  /* display: flex;
    gap: var(--s-space); */
}

.jumbo-btn {
  background: var(--m1-color);
  color: white !important;
  border: none;
  padding: var(--btn-space);
  border-radius: var(--s-radius);
  font-size: var(--font-s);
  transition: all 0.3s ease-in-out;
}

.jumbo-btn:hover {
  background: var(--m3-color);
  color: var(--m4-color) !important;
}

.jumbo-btn-sub {
  background-color: var(--s1-color);
  color: white !important;
  border: none;
  padding: var(--btn-space);
  border-radius: var(--s-radius);
  font-size: var(--font-s);
}

.jumbo-btn-sub:hover {
  background: var(--m3-color);
  color: var(--m4-color) !important;
}

.sub-jumbo-ttl {
  /* background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-size: var(--font-l);
  line-height: calc(var(--font-l) + 10px);
  font-weight: 700;
  display: inline-block;
  margin-bottom: var(--s-space);
  color: white;
}

.sub-jumbo-sub-ttl {
  font-size: var(--font-s);
  line-height: calc(var(--font-s) + 10px);
  /* margin-bottom: var(--n-space); */
  color: white;
}

/* .jumbo-bg{
    background-image: url('../media/jumbo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.jumbo-img-box {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: absolute;
  overflow: clip;
  /* top: -20px; */
  /* bottom: 10%; */
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jumbo-img {
  width: 100%;
}

.sub-jumbo-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
}

.sub-jumbo-img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  object-position: bottom;
}

.jumbo-boxes {
  /* margin-top: var(--xl-space); */
  margin-bottom: var(--xxl-space);
}

.jumbo-box {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 100%);
  padding: var(--n-space);
  border-radius: var(--n-radius);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.jumbo-box-ttl {
  font-size: var(--font-m);
  line-height: calc(var(--font-m) + 10px);
  margin-bottom: var(--s-space);
  color: var(--m1-color);
  font-weight: 600;
}

.jumbo-box-ttl::before {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: var(--m1-color);
  margin-bottom: var(--s-space);
}

.section {
  padding: var(--xxxl-space) 0;
}

.section-ttl {
  font-size: var(--font-m);
  line-height: calc(var(--font-m) + 10px);
  margin-bottom: var(--s-space);
  color: var(--m1-color);
  font-weight: 600;
}

.section-btn {
  background: var(--m1-color);
  color: white !important;
  border: none;
  padding: var(--btn-space);
  border-radius: var(--s-radius);
  font-size: var(--font-xs);
  margin-top: var(--s-space);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.section-btn:hover {
  background: var(--m5-color);
  color: var(--m4-color) !important;
}

.section-btn-sub {
  background-color: var(--s1-color);
  color: white !important;
  border: none;
  padding: var(--btn-space);
  border-radius: var(--s-radius);
  font-size: var(--font-xs);
  margin-top: var(--s-space);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.section-btn-sub:hover {
  background: var(--m5-color);
  color: var(--m4-color) !important;
}


.swiper-industries::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* bottom: 0; */
  /* left: 0; */
  top: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(90deg, var(--s2-color) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, var(--s2-color) 100%);
  z-index: 1;
  pointer-events: none;
}

.industries-slide {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* text-align: center; */
}

.industries-slide-ttl {
  font-weight: 600;
  margin-bottom: var(--s-space);
}

.industries-slide-text {
  /* text-align: justify; */
}

.industries-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--n-radius);
  margin-bottom: var(--s-space);
}

.industries-intro {
  padding-right: var(--l-space);
}

.industries-section {
  scroll-margin-top: 150px;
}

.swiper-success::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* bottom: 0; */
  /* left: 0; */
  top: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  z-index: 1;
  pointer-events: none;
}

.success-slide {
  display: flex;
  flex-direction: column;
  padding: var(--n-space);
  background: var(--s2-color);
  border-radius: var(--n-radius);
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
}

.success-slide-name {
  font-weight: 600;
  margin-top: var(--s-space);
  color: var(--m1-color);
}


.swiper-events::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* bottom: 0; */
  /* left: 0; */
  top: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(90deg, var(--s2-color) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, var(--s2-color) 100%);
  z-index: 1;
  pointer-events: none;
}

.event-slide-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
}

.event-date {
  background: var(--m1-color);
  padding: var(--s-space);
  min-width: 80px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--n-radius);
}

.event-info {
  padding: var(--s-space);
  background-color: var(--s3-color);
  border-radius: var(--n-radius);
}

.events-slide-ttl {
  font-weight: 600;
  margin-bottom: var(--s-space);
  color: var(--m1-color);
}

.getstarted {
  background: #00505191 url('../media/get-started.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  /* or overlay, darken, etc. */
}

.get-started-box {
  color: white;
}

.get-started-ttl {
  font-size: var(--font-l);
  line-height: calc(var(--font-l) + 10px);
  margin-bottom: var(--n-space);
  font-weight: 700;
  color: white;
}

.get-started-sub-ttl {
  font-size: var(--font-m);
  line-height: calc(var(--font-s) + 10px);
  margin-bottom: var(--n-space);
  color: white;
}

.footer {
  background-color: rgb(26, 26, 26);
  color: white;
}

.footer-box {
  display: flex;
  flex-direction: column;
  gap: var(--n-space);
  justify-content: flex-end;
}

.sub-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--s-space);
}

.sub-email {
  /* background: var(--m4-color); */
  background: unset;
  border: 1px solid var(--s3-color);
  border-radius: var(--l-radius);
  padding: var(--btn-space);
  /* border: none; */
  font-size: var(--font-s);
  color: white;
}

.sub-email::placeholder {
  color: white;
  opacity: 0.9;
}

.sub-btn {
  padding: var(--btn-space);
  border-radius: var(--l-radius);
  background-color: var(--m1-color);
  color: white;
  font-size: var(--font-s);
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: max-content;
}

.sub-btn:hover {
  background: var(--m3-color);
  color: var(--m4-color) !important;
}

.footer-logo {
  width: 250px;
}

.footer-socials {
  display: flex;
  gap: var(--n-space);
  justify-content: flex-end;
}

.soc-icons {
  background-color: rgb(235, 235, 235);
  width: 40px;
  aspect-ratio: 1 / 1;
  /* padding: var(--s-space); */
  border-radius: 100%;
  color: var(--m1-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.soc-icons:hover {
  transform: scale(1.2);
  background-color: var(--m3-color);
}

.footer-links {
  display: flex;
  gap: var(--n-space);
  justify-content: flex-start;
}

.footer-links-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: var(--l-space);
  padding-top: var(--l-space);
}

.ops-boxes {
  /* background: white; */
  border-radius: var(--n-radius);
}

.op-box {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 100%);
  padding: var(--n-space);
  border-radius: var(--n-radius);
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
}

.op-full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--n-radius);
  filter: brightness(100%);
  transition: all 0.3s ease-in-out;
}

.op-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--n-radius);
  margin-bottom: var(--s-space);
}

.op-ttl {
  font-weight: 600;
  margin-bottom: var(--s-space);
  color: var(--m1-color);
}

.form-box {
  background: #ffd685d3;
  padding: calc(var(--n-space) + 10px) var(--n-space);
  border-radius: var(--n-radius);
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
}

.form-input {
  padding: 5px;
  border-radius: var(--s-radius);
}

.form-btn {
  padding: var(--btn-space);
  border-radius: var(--s-radius);
  background-color: var(--m3-color);
  border: none;
  transition: all 0.3s ease-in-out;
  /* color: white !important; */
}

.form-btn:hover {
  background: var(--m5-color);
  color: var(--m4-color) !important;
}

.gmap {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: var(--n-radius);
  background-color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #00505145;
  color: var(--m4-color);
}

/* .ind-list-boxes {
  background: white;
  border-radius: var(--n-radius);
} */

.ind-list-box {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.69) 100%);
  /* padding: var(--n-space); */
  border-radius: var(--n-radius);
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
  position: relative;
  height: 300px;
  overflow: hidden;
}

.ind-list-full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--n-radius);
}

.ind-list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--n-radius);
  /* margin-bottom: var(--s-space); */
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  filter: brightness(80%);
  filter: grayscale(50%);
}

.ind-list-ttl {
  font-weight: 600;
  font-size: var(--font-s);
  text-wrap: balance;
  /* margin-bottom: var(--s-space); */
  color: white;
  position: absolute;
  bottom: 0;
  padding: 20px;
  padding-top: 50px;
  background: #030000;
  background: linear-gradient(0deg, rgba(3, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.ind-list-box:hover .ind-list-img {
  transform: scale(1.1);
  filter: brightness(100%);
  filter: grayscale(0%);
}

.ind-list-box:hover .ind-list-ttl {
  color: var(--m3-color);
  padding-top: 60px;
  padding-bottom: 30px;
}

.industries-section:hover .op-full-img {
  /* transform: scale(1.02) !important; */
  filter: brightness(120%);
}

.ind-text .sub-section {
  text-align: justify;
}

.text-link {
  transition: all 0.3s ease-in-out;
  display: block;
}

.text-link:hover {
  color: var(--m2-color);
  padding-left: 10px;
}

@media (max-width: 1400px) {
  :root {
    --btn-space: 10px 20px;
  }

  .jumbo-img-box {
    /* bottom: 15%; */
  }

  .section {
    padding: var(--xxl-space) var(--n-space);
  }
}

@media (max-width: 1200px) {
  :root {
    --btn-space: 10px 15px;
  }

  .jumbo-img {
    scale: 1.1;
  }

  .section {
    padding: var(--xl-space) var(--n-space);
  }
}

@media (max-width: 992px) {

  .nav-item {
    width: fit-content;
  }

  .footer-logo {
    width: 200px;
  }

  .jumbo-img {
    scale: 1.4;
    margin-bottom: -20%;
  }

}

@media (max-width: 768px) {

  .industries-section {
    scroll-margin-top: -50px;
  }

  .op-full-img-con {
    height: 500px;
  }

  .jumbo {
    margin-top: 80px;
    height: 70svh;
  }

  .navbar-nav {
    padding: var(--n-space);
  }

  .jumbo-img {
    scale: 1.5;
    margin-bottom: -20%;
  }

  .jumbo-boxes {
    margin-top: var(--l-space);
    margin-bottom: var(--l-space);
  }

  .section {
    padding: var(--l-space) var(--n-space);
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
    margin-bottom: var(--n-space);
  }

  .sub-form {
    grid-template-columns: 1fr;
    gap: var(--s-space);
  }

  .sub-btn {
    width: 100%;
  }

  .op-ttl {
    margin-bottom: 0;
    margin-top: 20px;
  }


  .swiper-industries::after {
    display: none;
  }
}

@media (max-width: 576px) {

  .jumbo-img-box {
    /* scale: 1.3 !important; */
    /* bottom: 15%; */
  }

  .sub-jumbo {
    margin-top: 80px;
    padding: var(--xl-space) var(--n-space);
  }

  .jumbo-img {
    scale: 2.5;
  }

  .sub-jumbo-img {
    height: 60vh;
  }

  .jumbo-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-logo {
    width: 150px;
  }

  .form-box {
    border-radius: 0;
  }

  .op-box {
    border-radius: 0;
  }

  .industries-grid {
    --bs-gutter-y: 0rem;
    --bs-gutter-x: 0rem;
  }

  .ind-list-box,
  .ind-list-img {
    border-radius: 0;
  }

  .op-full-img {
    border-radius: 0;
  }

  .ind-text {
    padding-top: 0;
  }

  .hide-mobile {
    display: none;
  }

}