@import "tailwindcss";
@import url("./assets/fonts/index.css");

/* !NAVBAR */
.navbar-main {
  background-color: rgba(32, 41, 69, 1);
}
.navbar-image {
  background-image: url("./assets/images/Logo-navbar.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}

.toggle-container-responsive {
  background-color: #131429;
}
.toggle-container {
  display: flex;
  background-color: #131429;
  border-radius: 30px;
  overflow: hidden;
  width: 150px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.toggle-option {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.toggle-option.active {
  margin: 3px 3px;
  border-radius: 30px;

  background-color: white;
  color: #131429;
}

.globe-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.active-navbar {
  color: rgba(246, 147, 33, 1);
}
/* !hamburger menu */
@media only screen and (max-width: 1024px) {
  .navbar-main-container {
    display: none;
  }
}
.nav-mobile {
  background-color: rgba(0, 10, 38, 0.95);
  position: absolute;
  top: 0; /* Starts from the top */
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-100%); /* Start above the screen */
  transition: transform 0.5s ease-in-out, visibility 0s 0.5s,
    opacity 0.5s ease-in-out; /* Transition for sliding and fades */
  visibility: hidden; /* Initially hidden */
  opacity: 0; /* Fully transparent */
}

.nav-mobile.active {
  background-color: rgba(0, 10, 38, 0.95);
  visibility: visible; /* Make it visible when active */
  opacity: 1; /* Fully opaque */
  transform: translateY(0); /* Slide into view */
  transition: transform 0.5s ease-in-out, visibility 0s 0s,
    opacity 0.5s ease-in-out; /* Adjust timing for when it slides in */
}

.nav-mobile a {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .nav-mobile {
    top: 52px;
    width: 100%;
    height: 900px;
  }
}
/* !HEADER STYLE */
.header-main-background {
  position: relative;
  background: #151d35;

  color: white;
  height: 95vh;
  z-index: 1;
  overflow: hidden;
}
.header-main-ellipse {
  position: absolute;
  /* bottom: -150px; */
  width: 1070px;
  height: 700px;
  background-color: rgba(32, 41, 69, 1); /* Color your ellipse */
  border-radius: 50%; /* This makes it elliptical */
  margin: 20px; /* Optional: adds some space around the ellipse */
  z-index: -10;
  left: -150px;
}
.header-main-ellipse-fa {
  /* left: -150px; */
  bottom: -150px;
}
.header-main-ellipse-en {
  /* right: -150px; */
  /* bottom: -100px; */
}
.main-header-image {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  /* margin: -50px 0px; */
}

.header-main-title {
  font-size: 48px;
}
.header-main-title-style {
  line-height: 76px;
}
.header-main-text {
  /* font-family: ; */
  color: rgba(207, 208, 209, 1);
  /* font-size: 24px; */
  font-weight: 200;
  line-height: 40px;
}
.header-button {
  color: rgba(246, 147, 33, 1);
  border-color: rgba(246, 147, 33, 1);
}

/* !section 1 */

.section-1-text {
  line-height: 1cm;
  /* font-weight: lighter; */
}
/* .section-1-images {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 620px) {
  .section-1-images {
    width: 100px;
    height: 100px;
  }
}
.section-1-1-image {
  background-image: url("./assets/images/section-1-1.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
} */
/* .section-1-2-image {
  background-image: url("./assets/images/section-1-2.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.section-1-3-image {
  background-image: url("./assets/images/section-1-3.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
} */
/* ! SECTION 2 */
.section-2-container {
  padding: 130px 0px;
}
.section-2-background {
  background: linear-gradient(
    -135deg,
    rgba(183, 28, 28, 1),
    75%,
    rgba(33, 33, 50, 1)
  );
}
.section-1-button-background {
  background-color: rgba(246, 147, 33, 1);
  border: 1px solid rgba(246, 147, 33, 1);
}
.section-2-1-background-image {
  background-image: url("./assets/images/section-2-1.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 170px;
  height: 300px;
}
.section-2-2-background-image {
  background-image: url("./assets/images/section-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 486px;
  height: 382px;
}

/* !SWIPER */
.carousel-main-container {
  max-width: 1300px;
  margin: 0px auto;

  /* position: relative; */
}
.swiper {
  z-index: 0 !important;
}
.swiper-wrapper {
  width: 90%;
  height: max-content !important;
  padding-bottom: 64px !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.swiper-pagination-bullet {
  background: rgba(246, 147, 33, 1);
}
.swiper-pagination-bullet-active {
  background: rgba(246, 147, 33, 1) !important;
}
.swiper-1-image {
  background-image: url("./assets/images/about-us/license-1.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  /* height: 100px; */
}
.swiper-2-image {
  background-image: url("./assets/images/about-us/license-2.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  /* width: 200px; */
  /* height: 100px; */
}
.swiper-3-image {
  background-image: url("./assets/images/about-us/license-3.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  /* width: 200px; */
  /* height: 100px; */
}
.swiper-4-image {
  background-image: url("./assets/images/about-us/license-4.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  /* width: 200px; */
  /* height: 100px; */
}

/*! RESPONSIVE DESIGN */

/* * header image */
@media screen and (max-width: 1280px) {
  .main-header-image {
    width: 600px;
    height: 500px;
  }
}
@media screen and (max-width: 990px) {
  .main-header-image {
    width: 500px;
    height: 400px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 425px) {
  .header-main-text {
    /* font-size: 20px; */
    line-height: 0.8cm;
  }
  .main-header-image {
    width: 400px;
    height: 350px;
    margin: 10px auto;
  }
}
/* * header titles */

@media screen and (max-width: 1100px) {
  .header-main-title {
    z-index: 10;
    font-size: 35px;
    padding: 0px 50px;
  }
  .header-main-text {
    /* font-size: 20px; */
    line-height: 1.2cm;
  }
  .header-main-title-style {
    line-height: 50px;
  }
  .section-2-2-background-image {
    width: 350px;
    height: 250px;
  }
  .section-2-container {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 950px) {
  .section-2-2-background-image {
    display: none;
  }
  .section-2-background {
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 768px) {
  .header-main-text {
    /* font-size: 20px; */
    line-height: 0.8cm;
  }
  .header-main-title-style {
    line-height: 40px;
  }
}
