@font-face {
  font-family: 'Merchanto';
  /* Define a name for your custom font */
  src: url("fonts/Merchanto.ttf") format("truetype");
  font-weight: normal;
  /* Define the weight of this specific font file */
  font-style: normal;
  /* Define the style of this specific font file */
  font-display: swap;
  /* Optional: control how the font loads and displays */
}


.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}


@import url('https://db.onlinewebfonts.com/c/106ccd1b14f16971c332e309cec7d90b?family=Merchanto');

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Merchanto', 'Roboto', Arial, sans-serif;
  /* font-family: 'Roboto', Arial, sans-serif; */
  line-height: 1.6;
  color: #333;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Layout components */
.container {
  width: 100%;
  max-width: 1424px;
  margin: 0 auto;
  padding: 0 16px;
}

.section {
  position: relative;
  width: 100vw;
  height: 200vh;
}

.parent {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}


/* Header */
.header {
  /* background: linear-gradient(0deg, #7bbeff8e 0%, #2883db8e 100%); */
  /* background: #2883DB;
      padding: 30px 0;
      position: relative; */

  /* height: 45vh; */
  width: 100vw;
  background: white;


  /* header Shodow */
  /* box-shadow: 3px 3px 10px #09170f47; */
  /* box-shadow: 0px 5px 15px #09170f60; */
  /* box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 1); */


  /* border-bottom: 3px solid rgba(0, 0, 0, 0.2);
      padding: 10px;
      box-shadow: 5px 10px; */







  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10000;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.0s ease-in;
  height: auto;
  /* background-color:transparent;  */
  background: linear-gradient(0deg, rgb(123, 190, 255), rgb(14, 116, 211));


  /* background-color: antiquewhite; */
  /* padding: 0px 30px 0 30px;  */
  padding: 0 30px;
  z-index: 10000;

}

.header.scrolled {
  background: #2883db;
  /* backdrop-filter: blur(10px); */
  box-shadow: var(--box-shadow);
}


.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.logo {
  width: 250px;
  height: auto;
  padding: 30px 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #222; */
  /* padding: 0 24px; */
  height: auto;
}

.nav-left img {
  min-width: 110px;
  height: auto;
  width: 200px;
  padding: 30px;
  padding-left: 0;
  object-fit: contain;
}

.nav-center {
  white-space: nowrap;
  display: flex;
  align-items: center;
  /* justify-content: center !important; */
  gap: 24px;
}

.nav-center a {
  font-family: 'Roboto', sans-serif;
  color: #ffffffc4;
  text-decoration: none;
  /* font-size: 18px; */
  font-weight: bold;
  /* padding: 8px 12px; */
}

.nav-right {
  padding-left: 30px;
}

.nav-right a {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #000;
  text-decoration: none;
  /* font-size: 18px; */
  font-weight: bold;
  padding: 8px 12px;
}

.nav-right a {
  font-weight: bold;
  /* border: 2px solid #fff; */
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-right a:hover {
  background: #fff;
  color: #222;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-left: 16px;
  padding-right: 20px;
}

.bar {
  width: 28px;
  height: 4px;
  background: #fff;
  margin: 4px 0;
  border-radius: 3px;
}



@media (max-width: 700px) {

  .nav-center {
    position: fixed;
    height: 1200%;
    top: 110px;
    left: 0;
    right: 0;
    flex-direction: column;
    text-align: center;
    gap: 40px;
    overflow: hidden;
    background-color: #7abdff;

  }

  nav ul li {
    padding: 20px;
    padding-top: 0;
  }

  .menu-icon {
    display: block;
  }

  #menuList {
    transition: all 0.5s;
  }

  /* .nav-center {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #222;
    flex-direction: column;
    gap: 0;
  } */

  .nav-center.active {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  #contact-btn {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background-color: #000;
    text-decoration: none;
    /* font-size: 18px; */
    font-weight: bold;
    padding: 8px 12px;
    font-weight: bold;
    /* border: 2px solid #fff; */
    text-transform: uppercase;
    border-radius: 8px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-right {
    display: none;
  }

  .navbar {
    padding: 0 12px;
  }

  .nav-left img {
    max-width: 80px;
  }

}



.nav-menu {
  display: none;
  gap: 34px;
}

.nav-menu a {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 18px;
  color: #ffffffc4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #ffffff;
}

.header-btn {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #121827;
  /* background: linear-gradient(0deg, #00000000 0%, #00000000 100%); */
  background: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 14px 24px;
  box-shadow: 0px 3px 10px #09170f47;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header-btn a {
  text-decoration: none;
}

.header-btn.scrolled {
  color: #000000;
  background: #ffffff;
}

.header-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 15px #09170f60;
  background: #000;
  color: #fff;
}

.header-btn:hover a {
  color: #fff;
  text-decoration: none;
}

.hamburger {
  display: block;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* scroll-margin-top: 112px; */
}

#parallax1 {
  height: 100vh;
  background-image: url('images/bg_video.png');
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0070CA;
  padding-bottom: 100px;
}


.parallax-text {
  color: white;
  /* font-size: 3em; */
  /* text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7); */
  z-index: 2;
  text-align: left;
  height: 100%;
  /* padding: 10%;
  padding-top: 28%; */



}




/* Hero Section */
.hero {
  background-image: url('images/hero_bg.png');
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  margin-top: 0px;
  /* margin-top: -186px; */
  padding-top: 286px;
  padding-left: 5%;

  background-position-y: center;
}


em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}



.hero-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  color: #ffffff;
  margin-top: 120px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-family: 'Merchanto', 'Roboto', sans-serif;

  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}

.hero-badge {
  font-size: 12px;
  font-family: 'Merchanto', sans-serif;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fecd60;
}

/* .hero-title {
  font-size: 48px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
} */

.hero-title {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 86px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-subtitle {
  font-size: 19px;
  font-family: 'Merchanto', sans-serif;
  font-weight: 700;
  line-height: 23px;
  color: #f6f9fc;
}

.hero-description {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 23px;
  width: 51%;
  color: #f6f9fc;
}

.hero-note {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 19px;
  color: #f6f9fc;
}

.stats-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stat-card {
  background-color: #12182726;
  border-radius: 6px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stat-card-dummy {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
}

.stat-number {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat-value {
  font-size: 48px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
}

.stat-percent {
  font-size: 33px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  align-self: flex-end;
}

.stat-icon {
  width: 42px;
  height: 32px;
}

.stat-title {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #f6f9fc;
}

.stat-desc {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 15px;
  color: #f6f9fc;
}

/* About Section */
.about-section {
  height: auto;
  background-color: #f6f9fc;
  /* padding: 60px 0 60px 0; */
  scroll-margin-top: 112px;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-image {

  width: 100%;
  height: 50vh;
  background-image: url('images/about_picture.png');
  background-attachment: scroll;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}



.about-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 2rem;
}

.section-badge {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2883db;
}

.section-title {
  font-size: 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  color: #121827;
  margin-top: 16px;
}

.section-icon {
  width: 56px;
  height: 32px;
  margin: 16px 0;
}

.about-stats {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #767676;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 26px 0;
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 200px;
}

.feature-icon {
  width: 20px;
  height: 24px;
}

.feature-text {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 18px;
  color: #767676;
}

.about-description {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #707070;
}

/* Services Section */
.services-section {
  background-color: #ffffff;
  padding: 80px 0;
  scroll-margin-top: 112px;
}

.services-section img {
  display: block;
  margin: auto;
  width: 50%;
}

.services-header {
  text-align: center;
  margin-bottom: 52px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.service-card {
  background-color: #2883db;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-icon {
  width: 70px;
  height: 70px;
}

.service-title {
  font-size: 23px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

.service-description {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.services-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}

.btn-primary {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  /* background: linear-gradient(0deg, #00000000 0%, #00000000 100%); */
  background: #121827;
  border: none;
  border-radius: 5px;
  padding: 18px 30px;
  box-shadow: 0px 3px 10px #09170f47;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #121827;
  /* background: linear-gradient(0deg, #00000000 0%, #00000000 100%); */
  background: #bff353;
  border: none;
  border-radius: 5px;
  padding: 18px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* CTA Section */
.cta-section {
  background-color: #2883db;
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
  scroll-margin-top: 112px;
}

.cta-section img {
  display: block;
  margin: auto;
  width: 50%;
}

.cta-content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 60px 30px;
  text-align: center;
}

.cta-title {
  font-size: 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  color: #121827;
  margin-bottom: 16px;
}

.cta-description {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #767676;
  margin-bottom: 24px;
}

#contact-btn {
  display: none;
}

.cta-contact {
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: #767676;
}

.cta-email {
  color: #2883db;
  text-decoration: underline;
}

/* Global Section */
.global-section {
  background-color: #2883db;
  padding: 60px 0;
  position: relative;
  scroll-margin-top: 112px;
}

.global-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #ffffff;
}

.global-features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.global-feature {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.global-feature-icon {
  width: 70px;
  height: 70px;
}

.global-feature-title {
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: #ffffff;
}

.global-feature-desc {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #ffffffaa;
}

.global-image {
  width: 100%;
  border-radius: 6px;
}

.global-text {
  display: flex;
  flex-direction: column;
}

.global-badge {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fecd60;
}

.global-title {
  font-size: 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  color: #ffffff;
}

.global-description {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #f6f9fc;
}

.global-expansion {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  margin-top: 16px;
}

.global-expansion span {
  color: #bff353;
}


.global-regions {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: underline;
  margin-top: 18px;
}

.global-adaptation {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #ffffffaa;
  margin-top: 16px;
}

.global-adaptation span {
  color: #bff353;
}

/* Team Section */
.team-section {
  background-color: #ffffff;
  padding: 80px 0;
  scroll-margin-top: 112px;
}

.team-header {
  text-align: center;
  margin-bottom: 50px;
}

.team-title {
  font-size: 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  color: #121827;
}

.team-description {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #121827;
  margin-top: 16px;
}

.team-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.team-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

.team-member {
  background-color: #f6f9fc;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.team-image {
  /* width: 50%; */

  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #0070CA; */
}

.member-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.member-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.member-name {
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: #121827;
}

.member-role {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #1d190e;
}

.member-bio {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #707070;
}


.linkedin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgb(26, 25, 25);
  /* Circle color */
  border-radius: 50%;
  /* Makes it round */
  color: white;
  /* Icon color */
  font-size: 18px;
  /* Icon size */
  text-decoration: none;
  transition: all 0.3s ease;
}

.linkedin-icon:hover {
  background-color: #0a66c2;
  /* LinkedIn blue on hover */
  color: white;
  /* Keep icon white */
  transform: scale(1.1);
  /* Optional: slight zoom on hover */
}


.linkedin-link i {

  color: #0a66c2;
  /* Default LinkedIn blue */
  transition: color 0.3s ease;
}

.linkedin-link:hover i {
  color: #139c55;
  /* Darker shade on hover */
}


.member-social {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  color: #e6eae6;
  /* Default LinkedIn blue */
  transition: color 0.3s ease;
}

.member-social:hover {
  color: #0a66c2;
}

/* Testimonials Section */
.testimonials-section {
  background-color: #ffffff;
  padding: 80px 0;
  scroll-margin-top: 112px;
}

.testimonials-section img {
  display: block;
  margin: auto;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: #ffffff;
  padding: 54px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial-avatar {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: 0 auto;
}

.testimonial-name {
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: #121827;
}

.testimonial-title {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #767676;
}

.testimonial-text {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
  color: #707070;
}

.testimonial-date {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #5b5959;
}

.slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.slider-arrow {
  width: 12px;
  height: 24px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.slider-arrow:hover {
  opacity: 0.7;
}

/* CTA Banner */
.cta-banner {
  background-color: #2883db;
  padding: 30px;
  scroll-margin-top: 112px;
  padding-left: 0;
  padding-right: 0;
}

.cta-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.cta-banner-text {
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: #ffffff;
}

.cta-banner-highlight {
  color: #bff353;
}

.cta-banner-btn {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: #bff353;
  border: none;
  border-radius: 5px;
  padding: 20px 34px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* Careers Section */
.careers-section {
  background-image: url('images/student-testimonials.png');
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.careers-content {
  background-color: #ffffff;
  padding: 48px 40px;
  border-radius: 8px;
  max-width: 600px;
}

.careers-badge {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fecd60;
}

.careers-title {
  font-size: 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  color: #121827;
  margin: 16px 0;
}

.careers-description {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 23px;
  color: #767676;
  margin-bottom: 26px;
}

.careers-text {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #707070;
  margin-bottom: 26px;
}

.careers-btn {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  /* background: linear-gradient(0deg, #00000000 0%, #00000000 100%); */
  background: #121827;
  border: none;
  border-radius: 5px;
  padding: 18px 30px;
  box-shadow: 0px 3px 10px #09170f47;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 42px;
}

.careers-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 15px #09170f60;
}

/* Footer */
.footer {
  background-color: #121827;
  color: #ffffff;
  padding: 60px 0 20px;
  scroll-margin-top: 112px;
}

.footer-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-socials-title {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fecd60;
}

.footer-contact-title {
  font-size: 48px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-contact-desc {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #ffffffaa;
}

.footer-social-links {
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: underline;
  margin-top: 20px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-info-title {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fecd60;
}

.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-label {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f6f9fc;

}

.contact-value {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #ffffffaa;
  text-decoration: none;
}

.contact-value:active {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #ffffffaa !important;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.footer-logo {
  width: 88px;
  height: 58px;
  background-color: white;
}

.footer-brand-desc {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #ffffffaa;
}

.footer-tagline {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 18px;
  color: #ffffffaa;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-nav-title {
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

.footer-nav-link {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #ffffffaa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav-link:hover {
  color: #ffffff;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.newsletter-input {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 15px;
  color: #ffffff;
  background-color: #ffffff0a;
  border: none;
  border-radius: 5px;
  padding: 18px 30px;
  width: 100%;
}

.newsletter-input::placeholder {
  color: #ffffff;
}

.newsletter-btn {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #121827;
  background: #bff353;
  /* --ui-btn-secondary-bg-color-light: #bff353; */
  border: none;
  border-radius: 5px;
  padding: 18px 34px;
  cursor: pointer;
  text-align: center;
  /* transition: all 0.3s ease; */
}

.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #ffffff33;
  margin: 20px 0;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.copyright-text {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #ffffffaa;
}

/* Interactive states */
button:hover {
  transform: translateY(-2px);
}

a:hover {
  opacity: 0.8;
}

.service-card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-3px);
  transition: transform 0.3s ease;
}

/*////////////////////////////////////////////////////// Responsive media queries ///////////////////////////////////////////*/

@media (max-width: 360px) {
  .container {
    min-width: 360px;
    text-align: left;
  }

  .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 320px) {

  .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    line-height: 28px;
  }

  .container {
    flex: 1;
    min-width: 360px;
  }

  .stat-card {
    gap: 2px;
    padding: 6px 8px;
  }

  .stats-container {
    gap: 10px;
  }

  .hero-text {
    padding-top: 150px;
  }

  .hero-subtitle {
    font-size: 13px;
    font-family: 'Merchanto', sans-serif;
    font-weight: 400;
    line-height: 15px;
    color: #f6f9fc;
  }

  .hero-description {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 14px;
    width: 51%;
    color: #f6f9fc;
  }


  .hero-note {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 14px;
    color: #f6f9fc;
  }

  .stat-percent {
    font-size: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffffff;
    align-self: flex-end;
  }

  .stat-value {
    font-size: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffffff;
  }

  .stat-number {
    display: flex;
    align-items: center;
    gap: 4px;
  }

}

@media (min-width: 401px) {

  .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    line-height: 28px;
  }

  .container {
    flex: 1;
    min-width: 400px;
  }

  .stat-card {
    gap: 2px;
    padding: 6px 8px;
  }

  .stats-container {
    gap: 10px;
  }

  .hero-text {
    padding-top: 150px;
  }

  .hero-subtitle {
    font-size: 13px;
    font-family: 'Merchanto', sans-serif;
    font-weight: 400;
    line-height: 15px;
    color: #f6f9fc;
  }

  .hero-description {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 14px;
    width: 51%;
    color: #f6f9fc;
  }


  .hero-note {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 14px;
    color: #f6f9fc;
  }

  .stat-percent {
    font-size: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffffff;
    align-self: flex-end;
  }

  .stat-value {
    font-size: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffffff;
  }

  .stat-number {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}

@media (min-width: 440px) {


  .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 50px;
    line-height: 50px;
  }

  .stat-card {
    /* flex: 1; */
    background-color: #12182726;
    border-radius: 6px;
    padding: 16px 15px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .stat-card-dummy {
    flex: 1;
    /* display: none; */
  }

}

@media (min-width: 640px) {

  .about-section {
    scroll-margin-top: 168px;
  }

  .services-section {
    scroll-margin-top: 168px;
  }

  .cta-section {
    scroll-margin-top: 168px;
  }

  .global-section {
    scroll-margin-top: 168px;
  }

  .team-section {
    scroll-margin-top: 168px;
  }

  .testimonials-section {
    scroll-margin-top: 168px;
  }

  .footer {
    scroll-margin-top: 168px;
  }

  .container {
    padding: 0 24px;
  }

  .stat-card {
    flex: 1;
    background-color: #12182726;
    border-radius: 6px;
    padding: 16px 15px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .stat-card-dummy {
    flex: 1;
    /* display: none; */
  }


  /* .hero-content {
    margin-top: 0;
  } */

  .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 63px;
    line-height: 67px;
  }

  .section-title {
    font-size: 40px;
    line-height: 48px;
  }

  .stats-container {
    flex-direction: row;
    gap: 30px;
  }


  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .services-buttons {
    flex-direction: row;
    justify-content: center;
  }

  .team-member {
    flex-direction: column;
    align-items: start;
  }

  .member-image {
    /* width: 50%; */
    max-width: 292px;
  }

  /* .member-info {
    flex: 1;
  } */

  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-contact {
    flex: 1;
  }

  .footer-info {
    width: 30%;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-brand {
    flex: 1;
  }

  .footer-nav {
    width: 20%;
  }

  .footer-newsletter {
    width: 30%;
  }

  .footer-copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .container {
    padding: 0 32px;
  }

  .stat-card {
    background-color: #12182726;
    border-radius: 6px;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .stat-card-dummy {
    flex: 1;
  }

  /* 
  .hero-content {
    margin-top: 200px;
  } */

  .nav-menu {
    display: flex;
  }

  .hamburger {
    display: none;
  }


  .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 64px;
    line-height: 70px;
  }

  .section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .about-content {
    flex-direction: row;
    align-items: left;
    gap: 60px;
  }

  .about-container {
    flex-direction: row;
    align-items: left;
    gap: 60px;
  }

  .about-img-container {
    top: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    width: auto;
  }

  /* .about-image {
    object-fit: none;
    width: 50%;
  } */
  .about-image {
    object-fit: none;
    width: 65%;
    height: auto;
    background-image: url(images/about_picture.png);
    background-attachment: local;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
    /* padding: 5%; */
  }

  /* .about-text {
    flex: 1;
  } */

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .global-content {
    flex-direction: row;
    gap: 60px;
  }

  .global-text {
    /* flex: 1; */
    width: 65%;

  }

  .global-image {
    width: 90%;
  }

  .global-features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 52px;
  }

  .global-feature {
    width: calc(50% - 26px);
  }

  .team-grid {
    gap: 40px;
  }

  .cta-banner-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .cta-banner-text {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  /* .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 86px;
    line-height: 90px;
  } */

  /* .hero-text {
    font-family: 'Merchanto', 'Roboto', sans-serif;
    width: 75%;
  } */

  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .global-features {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .global-feature {
    width: calc(25% - 39px);
  }

  .team-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  .team-member {
    width: 31%;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1400px;
  }

  #parallax1 {
    height: 100vh;
    background-image: url('images/bg_video.png');
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0070CA;
    padding-bottom: 100px;
  }

  #parallax3 {
    height: 100%;
    background-image: url('images/bg_video.png');
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0070CA;
    padding-bottom: 100px;
  }

  /* 
  .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 86px;
    line-height: 92px;
  } */

  /* .hero-text {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 58%;
    font-family: 'Merchanto', 'Roboto', sans-serif;
  } */

  .services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

@media (min-width: 2560px) {
  .container {
    max-width: 1400px;
  }

  /* .hero-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 86px;
    line-height: 92px;
  } */

  /* .hero-text {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 58%;
    font-family: 'Merchanto', 'Roboto', sans-serif;
  } */

  .services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  /* 
  .hero-content {
    margin-top: -600px;
  } */
}


@import url('https://fonts.googleapis.com/css?family=Audiowide|Bree+Serif|Passion+One|Quicksand|Righteous&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  overflow-x: hidden;
}

/* header{
    height: 45vh;
    width: 100vw;
    background: white;
} */
/* .logo{
    padding: 10vh 30vw 2vh 15vw;
} */
/* 
section {
  position: relative;
  width: 100vw;
  height: auto;
} */

.section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}


.section-hero {
  background-color: #2883DB;
  position: relative;
  width: 100vw;
  height: 170vh;
}

.section-testimonials {
  background-color: #2883DB;
  position: relative;
  width: 100vw;
  height: 170vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  border-radius: inherit;
  transition: opacity .3s ease-out;
}

.section-careers {
  background-color: #2883DB;
  position: relative;
  width: 150vw;
  height: 170vh;

  /* position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  border-radius: inherit;
  transition: opacity .3s ease-out;
}

.section-devider {
  background-color: #2883DB;
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px;
}

section:nth-child(13) {
  color: white;
  height: 150vh;
}

.parent {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}

.hero-child {
  background: url(images/bg_video.png);
  height: 80%;
  background-position: top;
  background-repeat: no-repeat;
}

.child {
  position: fixed;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  background-position-y: center;
}

.content {
  position: absolute;
  z-index: 100;
  padding: 20px;
}

#video {
  color: white;
  width: 100%;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  font-family: 'Audiowide', cursive;
  font-size: 4.7em;
}

#video p {
  line-height: 1em;
  word-spacing: 0.2em;
  margin-bottom: 0.3em;
}

#play {
  cursor: pointer;
}



.overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  transition: all 0.7s;
}

/* .popup {
  position: absolute;
  background: wheat;
  width: 80%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 0px 20px 0px;
} */

.close-bar {
  /* background:linear-gradient(to bottom, #aaa, #ccc,#ddd, #aaa ); */
  background-color: white;
  padding: 10px;
  text-align: right;
  margin-bottom: 20px;
}

.close-icon {
  display: inline-block;
  border-radius: 5px;
  background: red;
  transition: all 0.3s;
  cursor: pointer;
}

.close-icon:hover {
  background: grey;
}

.player {
  width: 70%;
  display: block;
  margin: 0 auto;
}




#freext,
#jersey,
#nyc,
#worldcup,
#cardboardbox {
  top: 15%;
  left: 15%;
  width: 35%;
}

#freext h1,
#jersey h1,
#nyc h1,
#worldcup h1,
#n7 h1,
#cardboardbox h1,
#soweto h1,
#greenrubber h1 {
  color: #4f9427;
  font-size: 4em;
  font-weight: 0;
  font-family: 'Quicksand', sans-serif;
  line-height: 1em;
  margin-bottom: 30px;
}

#freext h2,
#jersey h2,
#nyc h2,
#worldcup h2,
#n7 h2,
#cardboardbox h2,
#soweto h2,
#greenrubber h2 {
  font-family: 'Righteous', cursive;
  font-weight: bolder;
  font-size: 1em;
  margin-bottom: 5px;
}

#freext p,
#jersey p,
#nyc p,
#worldcup p,
#n7 p,
#cardboardbox p,
#soweto p,
#greenrubber p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5em;
  width: 70%;
}

#freext a,
#nyc a,
#worldcup a,
#n7 a,
#cardboardbox a,
#soweto a,
#greenrubber a {
  text-decoration: none;
  color: #333;
  border-bottom: dashed black 1px;
}

#freext a:hover,
#nyc a:hover,
#worldcup a:hover,
#n7 a:hover,
#cardboardbox a:hover,
#soweto a:hover,
#greenrubber a:hover {
  border-bottom: none;
  color: black;
}


#n7,
#soweto,
#soweto,
#greenrubber {
  top: 15%;
  right: 5%;
  width: 35%;
}


.slider {
  position: absolute;
  top: 22%;
  left: 15%;
  width: 70%;
  height: 350px;
  overflow: hidden;
}

.slides,
.slides2 {
  position: absolute;
  transition: top 0.2s;
  top: 350px;
  height: 350px;
}

.slides:nth-child(1),
.slides2:nth-child(1) {
  top: 0;
}

.slides h1,
.slides2 h1 {
  font-family: 'Bree Serif', serif;
  font-size: 5.5em;
  line-height: 0.9em;
  color: #4f9427;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.slides p,
.slides2 p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5em;
  width: 65%;
}

.more,
.more2 {
  position: absolute;
  top: calc(22% + 380px);
  left: 45%;
  width: 140px;
  height: 125px;
  z-index: 100;
  cursor: pointer;
}

#refresh {
  transition: all 0.5s;
}

#more-img {
  position: relative;
  top: -52px;
  left: -72px;
}

.more:hover #refresh {
  transform: rotateZ(-180deg);
}

.more2:hover #refresh {
  transform: rotateZ(-180deg);
}


.sm-logo {
  height: 60px;
  width: 60px;
  background: url(../images/logo_end.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: 20%;
}

.stats {
  position: relative;
  top: 40%;
  left: 20%;
  font-size: 1.1em;
}

.stats a {
  text-decoration: none;
  color: #d4d463;
  border-bottom: dashed 1px #d4d463;
}

.scroll {
  width: 2.3em;
  display: inline-block;
  line-height: 1.6em;
  font-size: 5em;
  font-family: 'Passion One', cursive;
  position: relative;
  top: 0.2em;
  color: #444;
}

/* footer{
    margin: 20px;
    padding-left: 20%;
    font-size: 14px;
    font-weight: 0;
} */


.fg {
  z-index: 99;
  position: fixed;
  left: 20%;
  transform: translateY(25%);
  bottom: 0;
}

#fg2 {
  left: 43%;
  transform: translateY(75%);
}

#fg3 {
  left: 10%;
  transform: translateY(85%);
}


.line {
  position: absolute;
  height: 240px;
  top: 0px;
  left: 60px;
  z-index: 1000;
}


.popup {
  width: 50vh;
  width: 50vw;
  min-width: 370px;
  max-width: 600px;
  background: #fff;
  border-radius: 6px;
  position: fixed;
  bottom: 10%;
  z-index: 1002;
  left: 55%;
  transform: translate(-50%, -50%) scale(0.1);
  padding: 0 30px 30px;
  text-align: center;
  border: 2px solid #000;
  color: #333;
  visibility: hidden;
  transition: transform 0.4s, bottom 0.4s;
}

.popup img {
  position: relative;
  width: 100px;
  left: 40%;
  background-color: #fff;
  text-align: center;
  margin-top: -50px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.popup h2 {
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 10px;
}

.popup button {
  width: 100%;
  margin-top: 50px;
  padding: 10px 0;
  background: #69d649;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.open-popup {
  visibility: visible;
  transform: scale(1);
  bottom: 5%;
}

/* **************************************************** */

.nav-dots {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.dot {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: rgb(175, 175, 214);
}

.dot::before {
  content: attr(data-content);
  transition: all 1s;
  position: absolute;
  color: white;
  left: 300%;
  transform: translate(-100%, -25%);
  background: green;
  display: none;
  white-space: nowrap;
  padding: 2px 15px 4px 15px;
}

.dot::after {
  content: '';
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 300%;
  height: 8px;
  width: 8px;
  background-color: green;
  display: none;
  transform-origin: center;
  transform: translate(-50%, 20%) rotateZ(45deg);
}

.dot-container {
  padding: 3px 1px;
}

.dot-container:hover .dot {
  background-color: yellow;
}

.dot-container:hover .dot::before,
.dot-container:hover .dot::after {
  display: block;
  left: -100%;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 200px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
/* .container {
    width: 100px;
    padding: 2px 16px;
} */



/* ================================================================================================================ */


@media(max-width: 1440px) {

  .section-hero {
    background-color: #2883DB;
    position: relative;
    width: 100vw;
    height: 70vh;
  }

  /* 
  .hero-content {
    margin-top: 500px;
  } */

  .hero-child {
    background-repeat: no-repeat;
    background-size: 100%;
    /* Optional: Fix the background image position during scrolling */
    object-fit: fill;
  }

}

@media(max-width: 1250px) {

  .slides h1,
  .slides2 h1 {
    font-size: 4em;
  }

  .sm-logo {
    left: 10%;
  }

  .stats {
    left: 10%;
    width: 80%;
  }
}

@media(max-width: 1000px) {

  #freext,
  #jersey,
  #nyc,
  #worldcup,
  #cardboardbox,
  #n7,
  #soweto,
  #soweto,
  #greenrubber {
    width: 100%;
    left: 15%;
    right: 10%;
  }

  .nav-dots {
    display: none;
  }
}

@media(max-width: 905px) {

  .slides h1,
  .slides2 h1 {
    font-size: 3em;
  }

  .more,
  .more2 {
    left: 40%;
  }

  .player {
    width: 95%;
  }
}

@media(max-width: 640px) {

  .slides h1,
  .slides2 h1 {
    font-size: 2.3em;
  }

  .slides p,
  .slides2 p {
    width: auto;
    font-size: 0.8em;
  }

  .line {
    display: none;
  }

  .popup {
    left: 0;

    /* width: 50vh;
    width: 50vw;
    min-width: 200px;
    max-width: 600px;
    background: #fff;
    border-radius: 6px;
    position: fixed;
    bottom: 0;
    z-index: 1002;    
    transform: translate(-50%, -50%) scale(0.1);
    padding: 0 30px 30px;
    text-align: center;
    border: 2px solid #000;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, bottom 0.4s; */
  }
}