/* styles.css */
/* @tailwind base;
@tailwind components;
@tailwind utilities; */
@import "tailwindcss";
@import url("./../../assets/fonts/index.css");

/* !BODY CONTAINER */
.main-body-container {
  background-color: rgba(252, 252, 252, 1);
}

/* !NAVBAR */
.navbar-main {
  background-color: rgba(32, 41, 69, 1);
  /* z-index: 30; */
}
.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-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%;
    /* opacity: 50%; */
    /* i should fix it */
    height: 900px;
  }
}
/* !HEADER STYLE */
.header-main-background {
  position: relative;
  background: #151d35;
  /* 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: 95vh;
  z-index: 1;
  overflow: hidden;
}
.header-main-ellipse {
  position: absolute;
  left: -250px;
  bottom: -90px;
  width: 1100px;
  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;
}
.main-header-image {
  /* position: absolute; */
  /* bottom: 0px; */
  /* left: 200px; */
  /* background-image: url("./assets/images/main-page-header.png"); */
  /* -webkit-transform: rotate(90deg); */
  /* -ms-transform: rotate(90deg); */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin: 50px 0px;
  /* margin-right: 50px; */
  /* width: 869px;
  height: 652px; */
}
.coorporate-with-us-header-title-text {
  line-height: 68px;
}
.header-main-title {
  font-size: 48px;
}
.header-main-text {
  /* font-family: ; */
  color: rgba(207, 208, 209, 1);
  /* font-size: 24px; */
  font-weight: 200;
  line-height: 40px;
}
.header-button {
  color: white;
  border-color: rgba(246, 147, 33, 1);
  background-color: rgba(246, 147, 33, 1);
}

/* ! SECTION-1  */
.section-1-image-1 {
  background-image: url("./../../assets/images/coorporate-with-us/section-1-1.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 522px;
  height: 348px;
}
.section-1-image-2 {
  background-image: url("./../../assets/images/coorporate-with-us/section-1-2.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 522px;
  height: 348px;
}
.section-1-text {
  font-size: 18px;
  line-height: 40px;
}
.description-2-list-style {
  list-style: url("../../assets/images/about-us/li-list.png");
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.description-text {
  color: rgba(65, 68, 72, 1);
  /* line-height: 20px; */
}
/*! section-2 */
.card-background {
  background-color: #0f161e;
}
.card-background-image {
  background-image: url("./../../assets/images/coorporate-with-us/designer-desk.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 250px;
  height: 238px;
}
.card-title-text {
  font-weight: 700;
  font-size: 18px;
  color: rgba(246, 147, 33, 1);
}
.card-list-style {
  list-style: circle;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.section-1-more-details-button {
}
.section-1-send-portfolio-button {
  background-color: rgba(246, 147, 33, 1);
}
/* ! section-3 */
/* modal style */
.overlay-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1;
}
.hidden-modal {
  display: none;
}
.section-2-modal {
  background-color: #fafafa;
  width: 850px;
  min-height: 250px;
  position: absolute;
  z-index: 1;
  top: 20%;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/*  */
.input-error-p {
  display: block;
  color: rgb(246, 43, 43);
  padding-top: 3px;
  font-size: 12px;
}

.section-3-image {
  background-image: url("./../../assets/images/coorporate-with-us/section-3.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
}
.section-3-header-text {
  color: rgba(65, 68, 72, 1);
}
.section-3-text {
  color: rgba(65, 68, 72, 1);
  line-height: 0.9cm;
}

/* ? section-3 registration style */

.section-3-registration-main-container {
  max-width: 1000px;
  margin: 20px auto;
  background-color: rgba(245, 245, 245, 1);
  /* margin: 10px 50px; */
}
.section-3-registration-carrousel-header-text {
  color: rgba(84, 87, 91, 1);
}
.section-3-registration-cancel {
  color: rgba(159, 161, 163, 1);
}
.section-3-registration-send {
  background-color: rgba(246, 147, 33, 1);
  color: rgba(251, 251, 251, 1);
}

.accordion {
  cursor: pointer;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: rgba(250, 250, 250, 1);
}

/* Style the accordion panel. Note: hidden by default */
.section-3-accordion-panel-container {
  padding: 30px 30px;
  background-color: rgba(250, 250, 250, 1);
  /* display: none; */
  overflow: hidden;
}
/* ? radio button style */
.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* padding: 10px; */
}

.custom-radio input {
  display: none; /* Hide the original radio button */
}

.radio-circle {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(207, 208, 209, 1); /* Change border color */
  border-radius: 50%;
  position: relative;
  transition: background-color 0.2s;
}

.custom-radio input:checked + .radio-circle {
  background-color: rgba(
    246,
    147,
    33,
    1
  ); /* Change the background color when checked */
  border: 1px solid rgba(246, 147, 33, 1); /* Change border color */
}

.custom-radio input:checked + .radio-circle::after {
  content: "";
  position: absolute;
  width: 8px; /* Inner circle size */
  height: 8px;
  border-radius: 50%;
  background-color: white; /* Inner circle color */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ? registraion language css */
.emoji-text-registration {
  color: rgba(113, 115, 118, 1);
}
.range-slider-registration-header {
  color: rgba(84, 87, 91, 1);
  font-size: 16px;
}
.emoji-1-image-registration {
  background-image: url("./../../assets/images/coorporate-with-us/emoji-1.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.emoji-2-image-registration {
  background-image: url("./../../assets/images/coorporate-with-us/emoji-2.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.emoji-3-image-registration {
  background-image: url("./../../assets/images/coorporate-with-us/emoji-3.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.emoji-4-image-registration {
  background-image: url("./../../assets/images/coorporate-with-us/emoji-4.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
/* ? range slider  */

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: rgba(159, 161, 163, 1);
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 15px;
  width: 15px;
  background-color: rgba(246, 147, 33, 1);
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: 0.2s ease-in-out;
}
input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: rgba(246, 147, 33, 1);
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: 0.2s ease-in-out;
}

/* ! RESPONSIVE */
@media screen and (max-width: 525px) {
  .section-1-image-1 {
    width: 320px;
    height: 200px;
  }
  .section-1-image-2 {
    width: 320px;
    height: 200px;
  }
}

/* * 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;
  }
}

/* * 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;
  }
  .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;
  }
  .coorporate-with-us-header-title-text {
    line-height: 40px;
  }
}

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

@media screen and (max-width: 425px) {
  .header-main-text {
    /* font-size: 20px; */
    line-height: 0.8cm;
  }
  .coorporate-with-us-header-title-text {
    line-height: 40px;
  }
  .main-header-image {
    width: 400px;
    height: 300px;
    margin: 10px auto;
  }
}
