/* @import "https://fonts.googleapis.com/css2?family=Marcellus&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"; */

@font-face {
  font-family: "Humana";
  src: url("/fonts/humana/HumanaSansITC-Medium.ttf") format("woff2"),
    url("/fonts/humana/HumanaSansITC-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cerebir";
  src: url("/fonts/Cerebri.Sans.Pro/CerebriSansPro-Regular.otf") format("woff2"),
    url("/fonts/Cerebri.Sans.Pro/CerebriSansPro-Regular.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --base-color: #eeb88d;
  --dark-gray: #2e3844;
  --medium-gray: #7e8287;
  --light-gray: #eeb88d;
  --light-medium-gray: #eeb88d;
  --alt-font: "Cerebir", sans-serif;
  --primary-font: "Cerebir", sans-serif;
}

body {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.custom-cursor .circle-cursor-inner {
  background-color: var(--dark-gray);
  width: 16px;
  height: 16px;
}

.custom-cursor .circle-cursor-inner.cursor-link-hover {
  background-color: var(--dark-gray);
}

.custom-cursor .circle-cursor-outer {
  border: 1px solid transparent;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding: 10px 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
}


header .navbar-brand img {
  max-height: 50px;
}

header .navbar-brand {
  padding: 25px 0;
}

.text-gradient-san-blue-new-york-red {
  background-image: linear-gradient(to right,
      #2e3844,
      #455161,
      #db7f68,
      #e17a60,
      #e47256);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient-blue-ironstone-brown {
  background: linear-gradient(141deg, rgba(238, 184, 141, 1) 0%, rgba(131, 55, 0, 1) 100%);
}

.bg-gradient-blue-ironstone-brown-transparent {
  background: linear-gradient(141deg, rgba(238, 185, 141, 0.3) 0%, rgba(131, 55, 0, 0.3) 100%);
}

.bg-gradient-solitude-blue-fair-pink {
  background: linear-gradient(141deg, rgba(238, 184, 141, 0.35702030812324934) 20%, rgba(131, 55, 0, 0.20575980392156865) 100%);
}

.bg-gradient-dark-transparent {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(7%, #2e3844),
      to(transparent));
  background: linear-gradient(to top, #2e3844 7%, transparent 100%);
}

.bg-logo-color {
  background: #665948;
}


.btn {
  text-transform: inherit;
  font-family: var(--primary-font);
  font-weight: 600;
}

.btn.btn-extra-large {
  font-size: 17px;
  padding: 16px 30px;
}

.btn.btn-large {
  font-size: 15px;
  padding: 14px 25px;
}

.btn.btn-medium {
  font-size: 14px;
  padding: 12px 22px;
}

.btn.btn-small {
  font-size: 13px;
  padding: 11px 22px;
}

.btn.btn-very-small {
  font-size: 13px;
  padding: 9px 20px;
}

.btn.btn-base-color {
  color: #232120;
}

.btn.btn-box-shadow.btn-base-color:hover {
  color: #232120;
}

.btn.btn-base-color:hover {
  color: var(--base-color);
}

.btn.btn-transparent-white-light {
  border-color: rgba(255, 255, 255, 0.2);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-family: var(--primary-font) !important;
}

p {
  font-family: var(--alt-font);
}

.border-radius-rb-50px {
  border-radius: 0 0 50px 0;
}

.border-radius-rt-50px {
  border-radius: 0 50px 0 0;
}

.page-title-extra-small h1 {
  font-size: 4.3rem;
  line-height: 4.3rem;
}

.services-box-style-01:hover .box-overlay {
  opacity: 0.4;
}

.interactive-banner-style-01 figure:hover .box-overlay {
  opacity: 0.7;
}

.services-box-style-01 .box-overlay {
  opacity: 0;
  visibility: visible;
}

.services-box-style-01:hover .box-overlay {
  opacity: 0.7;
}

.contact-form-style-03 {
  margin-bottom: -85px;
}

.right-45px {
  right: 45px;
}

.right-minus-45px {
  right: -45px;
}

footer .footer-logo img {
  max-height: 54px;
}

footer .elements-social .medium-icon li a {
  font-size: 18px;
}

footer .elements-social .medium-icon li {
  margin-right: 0;
}

footer .nav-link {
  color: var(--white);
}

header .btn.btn-transparent-white-light {
  border-color: var(--color-1);
  color: var(--color-1);

}

header .btn.btn-transparent-white-light:hover {
  background-color: var(--color-3);
  border-color: var(--color-3);
  color: white;
}

@media (max-width: 1600px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    font-size: 17px;
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav>.nav-item {
    border-bottom: 0;
    padding: 7px 0;
  }

  [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
    font-size: 30px;
  }

  section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  footer ul li {
    line-height: normal;
  }

  header .btn.btn-transparent-white-light,
  header .btn.btn-transparent-white-light:hover {
    border-color: #2e3844;
    color: var(--dark-gray);
  }
}

@media (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
}


.navbar-nav .nav-item .nav-link {
  color: #2c3846 !important;

}

.border-1-gray {
  border: 1px black !important;
}

.btn-color {
  background-color: var(--base-color);
  color: var(--dark-gray);
}

.btn-color:hover {
  background-color: #853a04;
  color: white;
}



/* timeline */



:root {
  --color-1: #2e3844;
  --color-2: #eeb88d;
  --color-3: #853a04;
}

.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em;
}

.timeline::before {
  background-color: var(--color-1);
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 4px;
  height: 100%;
}

.timeline-event {
  position: relative;
}

.timeline-event:hover .timeline-event-icon {
  transform: rotate(-45deg);
  background-color: var(--color-3);
}

.timeline-event:hover .timeline-event-thumbnail {
  box-shadow: inset 40em 0 0 0 var(--color-3);
}

.timeline-event-copy {
  position: relative;
  top: 0.125em;
  left: 3em;
  width: 100%
}

.timeline-event-copy h3 {
  font-size: 1.75em;
}

.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}

.timeline-event-copy strong {
  font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

.timeline-event-icon {
  transition: transform 0.2s ease-in;
  transform: rotate(45deg);
  background-color: var(--color-1);
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 1.2em;
  width: 1em;
  height: 1em;
  border-radius: 2px;
}

.timeline-event-thumbnail {
  transition: box-shadow 0.5s ease-in 0.1s;
  color: var(--color-2);
  font-size: 0.75em;
  background-color: var(--color-1);
  box-shadow: inset 0 0 0 0em #ef795a;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}

@media (max-width: 991px) {
  .timeline-event-copy {
    width: 80%;
  }
}


/* sticky-social */

div#wpcs_tab_11 {
  /* border: 1px solid #e3000e; */
  border-bottom: none;
  cursor: pointer;
  width: 170px;
  height: 34px;
  overflow: hidden;
  /* background: #e3000e; */
  color: #ffffff;
  background: white;
  /* padding: 2px 0px 2px 0px; */
  position: fixed;
  top: 200px;
  right: -68px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 999999999999999;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--medium-gray);
  border-top: 1px solid var(--medium-gray);
  border-right: 1px solid var(--medium-gray);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* font-size: 18px; */
}

.wpcs_tab {
  top: 50% !important;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font: bold;
}

.wpcs_tab_12 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 50px;
  position: absolute;
  right: 60px;
  top: -48px;
  row-gap: 20px;
  color: black;

}

.wpcs_tab_12 ul li a {
  color: var(--dark-gray);

}

.wpcs_tab_12 ul li a:hover {
  color: var(--base-color);
}


#google_translate_element {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.translate {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  background-color: #000;
  overflow: hidden;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
  box-shadow: 0 0 12px rgb(255 255 255 / 8%);
  z-index: 1000;
}

.translate i {
  color: #fff;
  font-size: 24px;
}

.goog-te-combo {
  height: 40px;
}



.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-left {
  display: flex;
  flex-direction: column;
  padding: 80px 40px 0px 40px;
}

.arch-container {
  position: relative;
  height: 400px;
  display: flex;
  gap: 1rem;
  margin: 20px auto;
}

.arch {
  flex: 1;
  border-radius: 160px 160px 160px 160px;
  border: 10px solid var(--base-color);
  background-size: cover;
  background-position: center;
}

.arch1 {
  background-image: url('https://placehold.co/100x400.png');

}

.arch2 {
  background-image: url('https://placehold.co/100x400.png');
}

.arch3 {
  background-image: url('https://placehold.co/100x400.png');
}

.hero-text {
  text-align: center;
  margin: 0.5rem 0;
}

/* .hero-text h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
} */

.subtitle {
  font-size: 1.5rem;
  color: #666;
}

.certification {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: auto;
}

.cert-logo {
  height: 50px;
  width: auto;
  opacity: 0.7;
}

.hero-right {
  padding: 80px 40px 0px 40px;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.since {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}

.since span:first-child {
  font-size: 1.8rem;
}

.year {
  font-size: 2rem;
  font-weight: bold;
}


.content p {
  margin-bottom: 1.5rem;
  color: #666;
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1rem;
  transition: gap 0.3s ease;
}

.about-link:hover {
  gap: 1rem;
}

@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .arch-container {
    height: 300px;
  }

  .hero-left {

    padding: 40px 8px 0px 8px;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .certification {
    gap: 1rem;
  }

  .cert-logo {
    height: 40px;
  }
}




.timeline2 li {
  margin-bottom: 40px;
}





.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  font-weight: 600;
  color: #2e3844;
  z-index: 15;
  text-align: left;
  border-radius: 5px;
}



@media(min-width: 768px) {
  .hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    position: relative;
    margin-top: 15px;
  }

  .hexa:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #f0f0f0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -15px;
  }

  .hexa:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #f0f0f0;
    bottom: -15px;
  }

  .timeline2 {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
  }

  .timeline2:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: rgb(213, 213, 213);
    background: -moz-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -o-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -ms-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    z-index: 5;
  }

  .timeline2 li {
    padding: 2em 0;
  }

  .timeline2 .hexa {
    width: 16px;
    height: 10px;
    position: absolute;
    background: #eeb88d;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    margin-top: 0;
  }

  .timeline2 .hexa:before {
    border-bottom: 4px solid #eeb88d;
    border-left-width: 8px;
    border-right-width: 8px;
    top: -4px;
  }

  .timeline2 .hexa:after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 4px solid #eeb88d;
    bottom: -4px;
  }

  .timeline2 {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline2 li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .timeline2 .hexa {
    left: -68px;
    right: auto;
    top: 8px;
  }

  .timeline2 .direction-l .hexa {
    left: auto;
    right: -68px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
  }

  .direction-l img {
    width: 64px;
    padding-bottom: 6px;
  }

  .direction-r img {
    width: 64px;
    padding-bottom: 6px;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
  }

  .flag-wrapper {
    display: inline-block;
  }

  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }


}

@media(min-width: 992px) {
  .timeline2 {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
  }
}


.pricing-table-style-09 div:hover span {
  color: var(--color-3);
  transition: 0.3s;

}


.pricing-table-style-09 div:hover p {
  color: var(--base-color);
  transition: 0.6s;
}

.pricing-table-style-09 div:hover img {
  width: 50px;
  transition: 0.6s;
}

.mountains-contact {
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
}

.contact-bg-glass {
  background: rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.3px);
  -webkit-backdrop-filter: blur(4.3px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 50px;
}


/* global-footprint */

.global-footprint {
  padding: 4rem 2rem;
}



.top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.content-left {
  max-width: 600px;
}



.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.stat-item {
  text-align: center;
  padding: 2rem;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.icon {
  margin-bottom: 1rem;
  color: #333;
}

.stat-item h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--dark-gray);
}

.stat-item p {
  color: #666;
  font-size: 1rem;
}

.bottom-section {
  margin-top: 4rem;
}



.leading-text {
  font-size: 1.5rem;
  color: #333;
}

.years-text {
  font-size: 1.5rem;
  color: #333;
}

@media (max-width: 968px) {
  .top-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .content-left {
    max-width: 100%;
  }

  .years-banner {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  h2 {
    font-size: 2rem;
  }

  .stat-item h3 {
    font-size: 2rem;
  }

  .number {
    font-size: 4rem;
  }
}

@media (max-width: 640px) {
  .stats {
    grid-template-columns: 1fr;
  }

  .global-footprint {
    padding: 2rem 1rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-left,
.stat-item,
.years-banner {
  animation: fadeInUp 0.8s ease-out forwards;
}

.stat-item:nth-child(2) {
  animation-delay: 0.2s;
}

.flag-container {
  flex-wrap: wrap;
  position: relative;
}

.product-container-description {
  line-height: 20px !important;
  font-size: 14px !important;
}

.services-box-style-01:hover .product-hover-description {
  color: var(--base-color);
}

.services-box-style-01:hover .product-hover-heading {
  color: var(--color-3);
}


.zoom-section {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.zoom-image {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  animation: zoomInOut 15s infinite linear;
  position: absolute;
  overflow-x: hidden;
}

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}