 @font-face {
  font-family: "ProximaNova";
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix)
      format("embedded-opentype"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2)
      format("woff2"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff)
      format("woff"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf)
      format("truetype"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf)
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova";
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot?#iefix)
      format("embedded-opentype"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff2)
      format("woff2"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff)
      format("woff"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.ttf)
      format("truetype"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.svg#wf)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova";
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot?#iefix)
      format("embedded-opentype"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff2)
      format("woff2"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff)
      format("woff"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.ttf)
      format("truetype"),
    url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.svg#wf)
      format("svg");
  font-weight: 700;
  font-style: normal;
} 

:root {
  --red: rgba(161, 18, 25, 1);
  --secondary: #544948;
  --blue-triad: rgba(93, 148, 212, 1);
  --blue: rgba(1, 51, 102, 1);
  --light-blue: rgba(224, 235, 254, 1);
  --homag-blue: rgba(10, 93, 147, 1);
  --white: #fff;
  --black: #000;
  --dropdown: rgba(233, 240, 249, 1);
  --light-grey: #f7f7f7;
  --blue-grey: #e6eaee;
  --darker-blue: rgba(184, 196, 207, 1);
  --disabled: rgba(245, 245, 245, 1);
  --variation: rgba(230, 234, 238, 1);

  --h1: 48px;
  --h2: 40px;
  --h3: 32px;
  --h4: 29px;
  --h5: 23px;
  --h6: 20px;
  --p: 16px;

  --active-w: 700px;
  --inactive-scale: 0.3;
  --grow-dur: 600ms;
  --grow-ease: ease;
}

body {
  font-family: "Montserrat";
}
.text-red-600 {
    color: red;
}
h1 {
  font-size: var(--h1) !important;
  font-family: "Montserrat";
  line-height: 67px;
}

h2 {
  font-size: var(--h2) !important;
  font-family: "Montserrat";
  line-height: 56px;
}

h3 {
  font-size: var(--h3) !important;
  font-family: "Montserrat";
  line-height: 45px;
}

h4 {
  font-size: var(--h4) !important;
  font-family: "Montserrat";
  line-height: 39px;
}

h5 {
  font-size: var(--h5) !important;
  font-family: "Montserrat";
  line-height: 33px;
}

h6 {
  font-size: var(--h6) !important;
  font-family: "Montserrat";
  line-height: 28px;
}

p {
  font-size: var(--p);
  font-family: "Montserrat";
  line-height: 22px;
}

ul {
  list-style: none;
}

.header-menu li a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--p);
  line-height: 22px;
  color: var(--black);
}

.header-menu-wrapper {
  background-color: rgba(247, 247, 247, 0.8);
}

.header-menu-dropdown {
  /* transform: translate(0) !important; */
}

.header-dropdown-link:hover,
.header-dropdown-link-inner:hover,
.header-dropdown-link.active,
.header-dropdown-link-inner.active{
  outline: 1px solid var(--red);
}

.header-dropdown-link:hover svg circle,
.header-dropdown-link-inner:hover svg circle {
  fill: var(--red);
}

.header-menu-dropdown ul li:not(:last-of-type) {
  margin-bottom: 4px;
}

/* .header-menu-dropdown ul li:last-of-type {
  margin-top: 25px;
} */

.submenu-panels ul li:last-of-type {
  margin-top: 0;
}

a.header-menu-see-all {
  color: var(--blue) !important;
}

.header-dropdown-link.active svg circle{
  fill: var(--red);
}

.header-dropdown-link.active svg circle{
  border: 1px solid var(--red);
}

.hero-slider .swiper {
  overflow: hidden;
}
.hero-slider .swiper-wrapper {
  align-items: stretch;
}

.hero-slider .swiper-slide {
  flex: 0 0 auto;
  width: 20%;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.hero-slider .slide-inner {
  width: var(--active-w);
  transform-origin: left center;
  transform: scale(var(--inactive-scale));
  transition: transform var(--grow-dur) var(--grow-ease);
  will-change: transform;
}

.hero-slider .swiper-slide-active {
  z-index: 3;
}
.hero-slider .swiper-slide-active .slide-inner {
  transform: scale(1);
}

.swiper-card {
  padding-left: 200px;
  transition: padding var(--grow-dur) var(--grow-ease);
}
.hero-slider .swiper-slide-active .swiper-card {
  padding-left: 0;
}

.hero-slider .swiper-slide h3 {
  white-space: nowrap;
}

.accordions button {
  font-size: var(--h5) !important;
  font-weight: 600;
  color: var(--black);
  line-height: 1;
  border-radius: 8px 8px 0 0;
}

button[aria-expanded="false"] .acc-toggle svg:last-of-type {
  display: none;
}

button[aria-expanded="true"] .acc-toggle svg:first-of-type {
  display: none;
}

.accordions button[aria-expanded="false"] {
  background-color: var(--light-grey);
  border-radius: 8px;
}

.accordions button[aria-expanded="true"],
.acc-body-wrapper > div {
  background-color: var(--blue-grey);
  border: 0;
}

.acc-body-wrapper > div {
  padding: 0 10px 24px 10px;
  border-radius: 0 0 8px 8px;
}

.editor h5 {
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 20px;
}

.editor p {
  color: var(--black);
  font-weight: 400;
}

.card-img {
  width: 100%;
  object-fit: cover;
}

.card-item-tags .card-item-tag:first-of-type {
  background-color: var(--darker-blue);
}

.card-item-tags .card-item-tag:not(:first-of-type) {
  background-color: var(--disabled);
  border: 1px solid var(--blue);
}

.news-item {
  transition: all 0.3s ease;
}

.news-item:hover {
  border: 1px solid var(--red);
  background-color: var(--white);
}

.news-item svg circle {
  transition: all 0.3s ease;
}

.news-item:hover svg circle {
  fill: var(--red);
}

/* .hero-bg::after {
    content: "";
    width: 80%;
    right: 0;
    top: 100%;
    clip-path: polygon(50% 0%, 100% 38%, 100% 97%, 0 100%, 2% 82%);
    background-color: var(--red);
} */

.hero-bg svg {
  position: absolute;
  top: 83%;
  right: 0;
  z-index: -1;
}

@keyframes zoomIn {

  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.hero-bg-anim {
    overflow: hidden;
  animation: zoomIn 4s ease forwards;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
  top: 0;
}

.flip-card-inner.item {
  transition: none;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.breadcrumbs a {
  color: var(--red);
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumbs a::after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: var(--red);
}

.breadcrumbs span {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
}

.variation-label span {
  cursor: pointer;
  display: block;
  min-width: 86px;
  padding: 10px 4px;
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background-color: rgba(247, 247, 247, 1);
  border-radius: 8px;
  transition: all .3s ease;
}

.variation-label input:checked + span {
  color: var(--blue);
  background-color: var(--variation);
}

.variation-label span:hover {
    color: var(--blue);
    background-color: var(--variation);
}

.list-dot-style li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--black);
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.list-dot-style {
  margin-bottom: 24px;
}

div .list-dot-style:last-of-type {
  margin-bottom: 0;
}

.list-dot-style-color li {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
}

.list-dot-style-color li:not(:last-of-type) {
  margin-bottom: 20px;
}

.list-dot-style-color li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23013366' fill-opacity='0.21'/%3E%3Ccircle cx='8' cy='8' r='4' fill='%23013366'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.news-card > a {
  transition: all 0.3s ease;
}

.news-card > a svg circle {
  transition: all 0.3s ease;
}

.news-card > a:hover svg circle {
  fill: var(--red);
}

.news-card > a.news-img:hover {
  border: 1px solid var(--black);
}

.bg-shape-items .bg-shape-item:nth-of-type(even) {
  flex-direction: row-reverse;
  align-items: center;
}

.bg-shape-items .bg-shape-item:not(:last-of-type) {
  margin-bottom: 95px;
}

.outer,
.inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 135px;
}

.outer {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
}

.container-img .text-wrap {
  max-width: 746px;
  width: 100%;
  position: relative;
}

.container-img .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 306px;
  height: 306px;
  width: 100%;
}

.container-img {
  max-width: 100% !important;
  padding: 180px 12px 140px 12px;
}

.cards-new .pin-spacer:nth-of-type(odd) .container-img {
  background-color: var(--variation);
}

.cards-new .pin-spacer:nth-of-type(even) .container-img {
  background-color: var(--disabled);
}

.cards-new .pin-spacer:nth-of-type(odd) .img-wrap {
  background-color: rgba(242, 244, 246, 1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.certificate-tab-item,
.certificate-tab-item-mobile{
  font-weight: 800;
}

.certificate-tab-item::before,
.certificate-tab-item-mobile::before{
  content: "";
  display: inline-block;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  margin-right: 12px;
}

.certificate-tab-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.certificate-tab-item:not(.active),
.certificate-tab-item-mobile:not(.active){
  color: rgba(177, 177, 177, 1);
}

.certificate-tab-item.active,
.certificate-tab-item-mobile.active{
  color: var(--blue);
}

.certificate-tab-item:not(.active)::before,
.certificate-tab-item-mobile:not(.active)::before{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Ccircle%20cx='7.52184'%20cy='7.52184'%20r='7.52184'%20fill='%23013366'%20fill-opacity='0.25'/%3E%3Ccircle%20cx='7.52166'%20cy='7.52655'%20r='3.76092'%20fill='%23B1B1B1'/%3E%3C/svg%3E");
}

.certificate-tab-item.active::before,
.certificate-tab-item-mobile.active::before{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Ccircle%20cx='7.52184'%20cy='7.52184'%20r='7.52184'%20fill='%23013366'%20fill-opacity='0.25'/%3E%3Ccircle%20cx='7.52166'%20cy='7.52655'%20r='3.76092'%20fill='%23013366'/%3E%3C/svg%3E");
}

.certificate-item-text h6 {
  font-weight: 600;
  color: var(--blue);
}

.certificate-item:not(:last-of-type) {
  margin-bottom: 24px;
}

.certificate-tabs {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.breadcrumbs {
  max-width: 1104px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.single-news-swiper .swiper-slide {
  height: auto;
  width: 753px;
}

.single-news-swiper .swiper-slide-active {
  width: 856px;
}

.single-news-swiper .swiper-slide div {
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  transform: scale(0.92);
  height: 528px;
}

.single-news-swiper .swiper-slide-active div {
  transform: scale(1);
  opacity: 1;
  height: 600px;
}

.swiper-custom .swiper-pagination,
.single-news-swiper .swiper-pagination,
.herosection-mobile .swiper-pagination {
    position: static !important;
    margin-top: 20px;
}

.herosection-mobile .swiper-pagination {
  margin-top: 40px;
}

.swiper-custom .swiper-pagination-bullet,
.single-news-swiper .swiper-pagination-bullet,
.herosection-mobile .swiper-pagination-bullet {
    background-color: var(--blue-triad) !important;
    transition: all 0.3s ease-in-out !important;
    transform-origin: left center;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
}

.swiper-custom .swiper-pagination-bullet-active,
.single-news-swiper .swiper-pagination-bullet-active,
.herosection-mobile .swiper-pagination-bullet-active{
    width: 26px !important;
    background-color: var(--blue) !important;
    border-radius: 24px !important;
}

.swiper-projects .swiper-slide {
    width: 375px;
}

.variation-swiper .swiper-slide {
    width: auto;
}

.dark\:bg-gray-900\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.textarea label {
    position: absolute;
    top: 10px;
    left: 14px;
    padding: 0 6px;
    background: #fff;
    color: #8F9BB3;
    font-size: 12px;
    line-height: 1.2;
    pointer-events: none;
}

.textarea {
    position: relative;
}

.header-menu-item > a {
  position: relative;
}

/* .header-menu-dropdown.show {
  display: block;
}  */

.footer-actions {
    position: fixed;
    right: 60px;
    bottom: 20px;
    opacity: 0;
    transition: all .3s ease;
    z-index: 100;
}

.header-menu-see-all {
    margin-top: 8px;
}

.herosection-mobile .swiper-slide img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 1200px) {
    
    .header-menu-dropdown .header-menu-see-all {
        margin-top: 10px;
    }
    
    .submenu-dropdown .header-menu-see-all {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .header-menu-outer {
    display: none;
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: -26px;
    left: -10px;
    width: 100vw;
    background-color: rgba(248, 249, 250, 1);
    padding: 16px 12px 120px 12px;
  }

  .header-menu-outer.show {
    display: block;
    z-index: 1000;
  }

  .header-menu {
    flex-direction: column;
  }

  .header-menu-item {
    width: 100%;
  }

  .header-menu-item > a {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    height: 86px;
    border: 1px solid var(--blue);
    border-radius: 8px;
    display: flex;
    padding: 8px;
    width: 100%;
  }
  
  .submenu-dropdown {
    position: static !important;
    transform: translate(0) !important;
    margin-top: 20px !important;
  }
  
  .submenu-dropdown ul {
    margin-top: 0 !important;
  }

  .header-menu-item > a {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    height: 86px;
    border: 1px solid var(--blue);
    border-radius: 8px;
    display: flex;
    padding: 8px;
    width: 100%;
  }

  .header-menu-item > a svg,
  .submenu-item.has-children > a svg {
    transition: all .3s ease;
  }

  .header-menu-item > a.active {
    border-color: var(--red);
  }

  .header-menu-item > a.active svg {
    transform: rotate(134deg);
  }

   .header-menu-item > a.active svg circle {
    fill: var(--red);
   }
   
   .submenu-item.has-children > a.active svg {
    transform: rotate(90deg);
   }
   
   .submenu-dropdown {
    min-width: 100%;
   }

  .header-menu-dropdown {
    position: static !important;
    transform: translate(0) !important;
    margin-top: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /*.header-menu-item > a::after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  top: 100%;*/
  /*  left: 50%;*/
  /*  transform: translateX(-50%);*/
  /*  width: 0;*/
  /*  height: 4px;*/
  /*  border-radius: 8px;*/
  /*  background-color: var(--red);*/
  /*  transition: all .3s ease;*/
  /*}*/

  /*.header-menu-item > a:hover::after {*/
  /*  width: 32px;*/
  /*}*/

  /*.header-menu-item > a.active::after {*/
  /*  width: 32px;*/
  /*}*/
}

@media only screen and (max-width: 992px) {
    
    .news .news-img {
        height: 280px;
    }
    
    .bg-cover {
        background-position-x: center;
    }
    
    .tilt-img {
        width: 60%;
    }
    
    iframe {
        height: 420px;
    }
    
    .footer-actions {
        margin-bottom: 0 !important;
    }
    
    .footer-back-top svg{
        width: 40px;
        height: 40px;
    }
    
    .footer-actions {
        right: 20px;
    }
    
  #video {
    height: 100%;
  }
    .single-news-swiper .swiper-slide {
        width: 300px;
    }

    .single-news-swiper .swiper-slide-active {
        width: 600px;
    }

  .hero-bg svg {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  h1 {
    font-size: 32px !important;
    font-family: "Montserrat";
    line-height: 32px;
  }

  h2 {
    font-size: 28px !important;
    font-family: "Montserrat";
    line-height: 39px;
  }

  h3 {
    font-size: 25px !important;
    font-family: "Montserrat";
    line-height: 35px;
  }

  h4 {
    font-size: 22px !important;
    font-family: "Montserrat";
    line-height: 30px;
  }

  h5 {
    font-size: 20px !important;
    font-family: "Montserrat";
    line-height: 28px;
  }

  h6 {
    font-size: 18px !important;
    font-family: "Montserrat";
    line-height: 25px;
  }

  .bg-shape-items .bg-shape-item:nth-of-type(even) {
    flex-direction: column;
    align-items: center;
  }

  .bg-shape-items .bg-shape-item:nth-of-type(odd) {
    flex-direction: column;
    align-items: center;
  }

  .bg-shape-items .bg-shape-item:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .certificate-tabs {
    position: static;
  }
  
  .hero-bg svg {
      top: 80%;
    }
}

@media only screen and (max-width: 375px) {
    .swiper-projects .swiper-slide {
        width: 320px;
    }
}

@media only screen and (max-width: 660px) {
    iframe {
        height: 320px;
    }
    
    .single-news-swiper .swiper-slide {
        width: 320px;
        height: 320px;
    }

    .single-news-swiper .swiper-slide-active {
        width: 320px;
        height: 320px;
    }

    .single-news-swiper .swiper-slide img {
        height: 320px;
        width: 320px;
        object-fit: cover;
        border-radius: 8px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-menu-item > a::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 4px;
        border-radius: 8px;
        background-color: var(--red);
        transition: all .3s ease;
    }
        
    .header-menu-item > a.active::after,
    .header-menu-item > a:hover::after{
        width: 32px;
    }
}

@media only screen and (min-width: 992px) {

  .hero-bg {
    height: 750px !important;
  }

}

.iframe {
      position: absolute;
      padding-bottom: 56.25%;
      overflow: hidden;
      max-width: 100%;
      width: 100%;
      height: auto;
      left: 0;
      top: 0;
}

.btn-hov {
  position: relative;
  height: 48px;
  transition: all .3s ease;
}

.btn-hov svg {
  transition: all .3s ease
}

.btn-hov span {
  transition: all .3s ease;
}

.btn-hov svg:first-child {
  position: absolute;
  left: 5px;
  opacity: 0;
  transition-delay: 0s;
}

.btn-hov:hover svg:last-child {
  opacity: 0;
}

.btn-hov:hover span {
  transform: translateX(25px);
  color: var(--red);
}

.btn-hov:hover svg:first-child {
  opacity: 1;
  transition-delay: .3s;
}

.btn-hov:hover {
  border: 1px solid var(--red);
  background-color: var(--white);
}

.card-hov:hover {
  border: 1px solid var(--red);
}

.card-hov:hover svg circle{
  fill: var(--red);
}

#contact-modal {
  z-index: 1000;
}

#contact-modal > div {
  max-width: 856px;
}

#search-modal > div {
  max-width: 1076px;
  background: rgba(247, 247, 247, 0.8);
  border-radius: 8px;
  border: 1px solid var(--blue);
}

#contact-modal form {
  background-color: rgba(247, 247, 247, 0.8);
}

.hero-item {
  padding: 40px 20px;
  flex: 1 0 0%;
  transition-duration: .7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
overflow: hidden;
display:flex;
flex-direction:column;
justify-content:space-between;
}

.hero-item h3 {
    font-size: 24px !important;
}

.hero-item .hero-link-box {
    opacity: 0;
}

/* .hero-item h3{
  text-wrap: nowrap;

} */

.hero-item.active {
  flex: 4 0 0%;
}

.hero-item.active .hero-link-box {
    opacity: 1;
}

.hero-item.active h3 {
    font-size: 28px !important;
}

.hero-item img {
  min-width: 400px;
}

.scroll-next-bg {
  position: absolute;
  top: 0;
  left: 0;
  animation: pulse 1.2s ease infinite;
  background: var(--blue);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.input-search {
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: 20px center;
}

.input-search:focus-visible {
  border: 0;
  outline: 0;
}

.search-result-item,
.search-result-item svg circle {
  transition: all .3s ease;
}

.search-result-item:hover {
  border: 1px solid var(--red);
}

.search-result-item:hover svg circle {
  fill: var(--red);
}

.herosection .hero-item:not(:last-of-type) {
  border-right: 2px solid var(--white);
}

.keyhole {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: var(--white);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
    z-index: 1;
}

figure {
  position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    margin: 0 0 1em 0;
}

figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100vh;
}

.bottle-item span {
  position: relative;
}

.bottle-item span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(1, 51, 102, 0.21);
}

.bottle-item span::before {
  content: "";
  background: rgba(1, 51, 102, 1);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.certificate-items-inner .certificate-item{
  margin-bottom: 20px;
}

.certificate-tab-item {
  cursor: pointer;
}

.nav-link {
  display: flex;
  overflow: hidden;
}

.nav-link span {
    display: block;
    position: relative;
}

.scroll-container {
  position: relative;
  height: 300vh;
}

.video-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#video-container {
  width: 300px;
  height: 300px;
  overflow: hidden;
  background-color: var(--color-offblack);
  position: relative;
  transition: border-radius 0.3s ease;
  filter: blur(0px);
  clip-path: inset(0 0 0 0);
}

#video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0; /* Ensure video is below overlays */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-offblack-transparent);
  color: var(--color-offwhite);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  clip-path: inset(100% 0 0 0);
  backdrop-filter: blur(8px);
  z-index: 2; /* Ensure this is above the darkening overlay */
}

.video-overlay .caption {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  transform: translateY(30px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.video-overlay .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  filter: blur(10px);
  transform: scale(1.1);
  opacity: 1;
}

.video-overlay h2 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  transform: translateY(30px);
  text-transform: uppercase;
}

.video-overlay p {
  font-size: 1.2rem;
  line-height: 1.8;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  transform: translateY(30px);
}

.tilt-wrap{
  width:min(100%, 820px);
  aspect-ratio: 733 / 543;
  margin:auto;
  perspective: 900px;
  /* background:#0b1020; */
  border-radius:12px;
  overflow:hidden;
  position:relative;
  transform-style: preserve-3d;
  z-index: 101;
}

.tilt-img{
  width:90%; 
  height:90%; 
  object-fit: contain; 
  display:block;
  transform:
    rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg))
    translateZ(22px) 
    scale(var(--s, 1));
  transition: transform .05s;
  will-change: transform;
  /* filter: drop-shadow(0 14px 18px rgba(0,0,0,.35)); */
  transform-style: preserve-3d;
}

.tilt-glare{
  position:absolute; inset:0; pointer-events:none;
  opacity:0; transition: opacity .2s;
  background:
    radial-gradient(260px 180px at var(--gx,50%) var(--gy,50%),
      rgba(255,255,255,.35), rgba(255,255,255,0) 60%);
  mix-blend-mode: screen;
}

.header-dropdown-link-inner svg {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
}

.footer-actions.show {
    opacity: 1;
}

.char-space {
    width: 5px;
}

.arch__right .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translateY(-50%);*/
    height: 100%;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.arch__right {
  flex-shrink: 1;
  height: 100vh;
  width: 100%;
  max-width: 540px;
  position: relative;
  display: flex;
  flex-direction: column;
}

/*.arch__right .swiper-custom,*/
/*.arch__right .swiper{*/
/*    height: 100%;*/
/*}*/

/*.arch__right .swiper-custom img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit:cover;*/
/*}*/

/*.arch__right .swiper-custom .swiper-pagination {*/
/*    position: absolute !important;*/
/*}*/

.arch__right img {
max-width: 100%;
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
    }
    
.arch__info {
        /*max-width: 356px;*/
        /*height: 100vh;*/
        /*display: grid;*/
        /*place-items: center;*/
}

@media (max-width: 992px) {
    .hero-bg {
        height: 395px !important;
    }
    
  .arch {
    gap: 30px;
  }
}

.hero-mobile-swiper .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .hero-mobile-swiper .swiper-slide img {
        height: 100%;
    }
    
  .arch {
    flex-direction: column;
    gap: 20px;
  }

  .arch__left,
  .arch__right {
    display: contents;
  }

  .arch__right {
    height: auto;
    max-width: 100%;
  }

  .arch__right .img-wrapper {
    position: static;
    transform: none;
    height: 360px;
    width: 100%;
    margin-bottom: 20px;
  }

  .arch__left .arch__info {
    height: auto;
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .arch {
    gap: 12px;
  }

  .arch__right .img-wrapper {
    border-radius: 10px;
    height: 280px;
  }
}

.cards-technology .pin-spacer:nth-of-type(odd) .container-img {
    background-color: rgba(184, 196, 207, 1);
}
.cards-technology .container-img:last-child {
    background-color: rgba(242, 244, 246, 1);
}

.certificate-swiper .swiper-slide {
    width: 90vw;
}

button[data-modal-hide] svg circle,
button[data-modal-hide] svg path{
    transition: all .3s ease;
}

button[data-modal-hide]:hover svg circle{
    fill: var(--black);
}

button[data-modal-hide]:hover svg path {
    fill: var(--white);
}

.hero-item:not(.active) {
  background-color: #fff;
  opacity: 0.5 !important;
}

.hero-item:not(.active) h3 {	
  color:#013366 !important;
}