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

/* ! body */
.main-container {
  background-color: rgba(252, 252, 252, 1);
}
/* !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;
}
/* body {
  background-color: #1e1f36;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: sans-serif;
} */

.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-container-responsive {
  background-color: #131429;
}

.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: 4px;
}
.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 {
  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%;
    /* opacity: 50%; */
    /* i should fix it */
    height: 900px;
  }
}

/* Styles for the overlay */
.nav-mobile-overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Cover the whole screen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  z-index: 1; /* Place it behind the menu */
}

/* Show the overlay when the menu is active */
.nav-mobile-overlay.active {
  display: block;
}

/* !HEADER STYLE */
.header-main-background {
  position: relative;
  /* background: linear-gradient(
    83deg,
    rgba(185, 76, 3, 1) 0%,
    rgba(227, 114, 39, 1) 51%,
    rgba(252, 160, 97, 1) 100%
  ); */
  color: white;
  /* height: 100vh; */
}
/* ! VIDEOPLAYER STYLE */
.video-player-container {
  width: 100%;
  height: 90vh;
  /* Prevents overflow of elements */
}
.video-overlay-image {
  background-image: url("../../assets/images/about-us/header-background.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgb(78, 70, 70);
}
.video-player-icon-container {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 45%;
  border-radius: 50%;
  background-color: rgba(246, 147, 33, 1);
}
.video-player-icon {
  position: absolute;
  font-size: 43px;
  top: 20%;
  left: 22%;
}
.video-player-icon-border {
  position: absolute;
  width: 105px;
  height: 105px;
  /* left: 775px; */
  left: -25%;
  top: -25%;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid white;
}
.header-card-main-container {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.header-card-container {
  background: linear-gradient(
    -45deg,
    #4e4e4e,
    #494949 60%,
    #d6d5d5 100%,
    #333 75%
  );
}

.header-card-image-1 {
  background-image: url("../../assets/images/about-us/Screen-share.png");
  width: 33px;
  height: 33px;
}
.header-card-image-2 {
  background-image: url("../../assets/images/about-us/Vault.png");
  width: 33px;
  height: 33px;
}
.header-card-image-4 {
  background-image: url("../../assets/images/about-us/User-rating.png");
  width: 33px;
  height: 33px;
}
.header-card-text {
  font-size: 9px;
  color: rgba(255, 255, 255, 1);
}
/* 
.h_iframe-aparat_embed_frame {
  position: relative;
}
.h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100px;
  height: auto;
}
.h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h_iframe-aparat_embed_frame
  .romeo-aparat
  .romeo-embed-main-frame
  .romeo-embed-inner
  .romeo-embed-play:hover {
  background-color: #ed9114;
}

.romeo-aparat
  .romeo-embed-main-frame
  .romeo-embed-inner
  .romeo-embed-play:hover {
  background: #ed145b;
}
.romeo-aparat .romeo-embed-main-frame .romeo-embed-inner .romeo-embed-play {
  background-color: rgba(23, 43, 224, 0.8);
  transition: all 300ms ease-out;
  position: relative;
  display: inline-block;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  cursor: pointer;
} */

/* .romeo-embed-play:hover {
  background-color: #ca730f !important;
} */
/* ! MAIN CONTAINER */
.description-container {
  max-width: 1200px;
  margin: 20px auto;
}

.description-1-images {
  background-image: url("../../assets/images/about-us/human-right.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 452px;
  height: 452px;
}
.description-2-image {
  background-image: url("../../assets/images/about-us/startup.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 452px;
  height: 452px;
}
.description-3-image {
  background-image: url("../../assets/images/about-us/team-brainstorming.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 452px;
  height: 452px;
}
.description-4-image {
  background-image: url("../../assets/images/about-us/motivate-someone.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 452px;
  height: 452px;
}
.description-2-list-style {
  list-style: url("../../assets/images/about-us/li-list.png");
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.description-text {
  color: rgba(65, 68, 72, 1);
  line-height: 40px;
}

/* ! AUTOMATIC CAROUSEL */
.carousel-main-container {
  max-width: 1200px;
  margin: 0px auto;
}
.swiper-wrapper {
  width: 100%;
  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; */
}
/* ! FOOTER */
.footer-main-container {
  background-color: rgba(15, 22, 30, 1);
  /* padding: 50px 70px; */
}
.footer-logo-image {
  background-image: url("./../../assets/images/Footer-Logo-Container.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 127px;
  height: 140px;
  margin: 30px 0px;
}

/*! RESPONSIVE */
@media screen and (max-width: 620px) {
  .navbar-image {
    height: 36px;
  }
}
@media screen and (max-width: 455px) {
  .description-1-images {
    width: 300px;
    height: 300px;
  }
  .description-2-image {
    width: 300px;
    height: 300px;
  }
  .description-3-image {
    width: 300px;
    height: 300px;
  }
  .description-4-image {
    width: 300px;
    height: 300px;
  }
  .header-card-main-container {
    left: 5px;
  }
}
