/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   HEADER CSS
/*----------------------------------------*/

header {
  position: fixed;
  width: 100%;
  top: 0;
  /* background-color: #f4cbff; */
  height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1000; /* Adjust the z-index as needed */
}

  
  .header-icon {
    width: 30px;
    height: 30px;
    background-image: url("../img/logo/menu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .header-logo {
    width: 150px;
    height: 150px;
    background-image: url("../img/logo/Logo-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .header-language {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .header-language .dropdown-toggle {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 8px 16px;
    background-color: transparent;
    display: flex;
    align-items: center;
  }
  
  .header-language .dropdown-toggle img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  
  .header-language .dropdown-toggle span {
    font-size: 18px;
    color: #5F5F5F;
  }
  
  .header-language .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .header-language .dropdown-menu li {
    padding: 12px 16px;
    border-bottom: 1px solid #1f2749;
    cursor: pointer;
  }
  
  .header-language .dropdown-menu li:hover {
    background-color: #eee;
    border-bottom-color: #fff;
  }

  .banner-saas-area {
    height: 100vh !important;
  }

  .banner-saas-area .banner-content h1 {
    line-height: 66px !important;
    font-size: 60px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    color: #333232;
    margin-bottom: 28px !important;
  }
  
  .banner-saas-area .banner-content p {
    font-size: 28px !important;
  }

  .underline-shape::after {
    background-color: #d2bddf !important;
  }

  .saas-features-area {
      position: relative;
  }

  .saas-subscribe-area {
    background: #8e8afb8a !important;
  }

  .saas-features-img {
    position: relative;
    z-index: 3;
  }
    
  .footer.footer-2 {
    background-color: #012651 !important;
  }

  .shape_img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; /* Adjust the width to cover the container */
      height: 100%; /* Adjust the height to cover the container */
      z-index: 1; /* Position the image behind the content */
      opacity: 0.5; /* Adjust the opacity as desired */
  }
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 2; /* Adjust the value as needed */
    background: linear-gradient(90deg, white 35%, #672d7f 30%); /* Red on the left, white on the right */
    display: flex; /* Use flex layout to align content */
  }

.logo-container {
  position: absolute;
  top: 0%;
  left: 16%; /* Center the logo horizontally */
  transform: translate(-50%); /* Center the logo horizontally */
  padding-left: 20px; /* Add some left padding for spacing */
}

.logo-container img {
  max-width: 300px; /* Adjust the logo size */
  display: block;
  margin: 0 auto; /* Center the logo horizontally */
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  /* padding-left: 20px; */
  margin-top: 6%;
  overflow-y: hidden; /* Hide the scrollbar by default */
  overflow-x: hidden;
  max-height: 60%;
  z-index: 3; /* Adjust the z-index to ensure it's above other elements */

}

.overlay-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; /* Adjust the height as needed */
  width: auto; /* Adjust the width as needed */
  z-index: 3; /* Adjust the z-index to ensure it's above other elements */
  width: 60%; /* Adjust the width of the image as needed */
  background: #672d7f; /* Background color for the image section */
  object-fit: cover; /* Ensure the image covers the entire section */
  opacity: 0.8;
}


.overlay a {
  padding: 15px;
  display: block;
  transition: 0.3s;
  font-family: Oswald,'Helvetica Neue',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
  font-size: 2.875rem;
  font-weight: 300;
  line-height: 3rem;
  position: relative;
  transition: color .3s ease; 
  text-transform: uppercase;
  color: #1f2749;
  text-align: left;
}

.overlay a:hover {
    color: red;
}

.close-button {
  position: absolute;
  top: 20px;
  left: 20px; /* Adjust the left position to place the button on the left side */
  font-size: 30px;
  cursor: pointer;
  color: #ccc;
  z-index: 3; /* Adjust the z-index to ensure it's above other elements */

}

.submenu {
  display: none;
  /* background: #fff;  */
  padding: 10px;
  position: relative; /* Change from absolute to relative */
  top: 0; /* Remove the top positioning */
  list-style: none;
  margin: 0;
  padding: 0;
  left: 30px; /* Adjust the left positioning to move the submenu to the right */
}

.submenu::before {
  content: "";
  width: 2px; /* Adjust the width of the red line as needed */
  background: red; /* Color of the red line */
  position: absolute;
  top: 0;
  left: -4px; /* Position the red line to the left of the submenu */
  height: 100%;
}

.submenu li a {
    font-size: 24px; /* Adjust the font size as needed */
    color: #1f2749; /* Adjust the text color as needed */
    text-decoration: none;
    display: block;
    line-height: 1.3rem;

}

.submenu-trigger.active + ul {
  display: block;
}

.overlay-content .submenu-trigger::after {
  content: "↓"; /* Add a down arrow indicator to the "About" link */
  padding-left: 10px;
}

.overlay-content .submenu-trigger.active::after {
  content: "↑"; /* Add a down arrow indicator to the "About" link */
  padding-left: 10px;

}

.hide-scrollbar {
  overflow: hidden;
}

.contact {
  position: absolute;
  bottom: 10px;
  right: 100px;
}

.contact a {
  margin-right: 10px; /* Add spacing between social media icons */
  font-size: 18px;
}

.container-fluid {
  padding: 0;
}

.row {
  margin: 0;
}

#left-side {
  height: 500px;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}

#right-side {
  height: 500px;
  background-repeat: no-repeat;
  position: relative;
}

.right {
  position: absolute;
  top: -300px;
  left: 24px;
  bottom: 300px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: rgb(70 13 97 / 60%); */
  padding-left: 50px;
  padding-right: 50px;
}

.right h1, .right p {
  color: #000000;
}





@media (min-width: 313px) and (max-width: 576px) {
  header {
    justify-content: space-between;
  }

  .header-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-left: 10px;
  }

  .header-logo {
    display: flex;
    margin-right: 10px;

  }

  .header-language {
    display: none;
  }

  .overlay{
    background: linear-gradient(90deg, white 100%, #672d7f 30%); /* Red on the left, white on the right */
  }

  .logo-container {
    top: 0%;
    left: 16%; /* Center the logo horizontally */
    transform: translate(-5%);
  }

  .logo-container img {
    max-width: 230px; /* Adjust the logo size */
  }

  .overlay-content {
    top: 50%;  
    padding-left: 0px;
    left: 30%;
  }

  .overlay a {
    font-size: 24px;
    padding: 10px;
    text-align: center;
    color: #1f2749;

  }

  .overlay a:hover {
      color: red;
  }

  .overlay a.active-menu {
      color: red;
  }

  .contact{
    display: none;
  }
  
  .submenu {
    left: 0px; /* Adjust the left positioning to move the submenu to the right */
  }
  
  .submenu::before {
    display: none;
  }
  
  .submenu li a {
    font-size: 18px; /* Adjust the font size as needed */  
  }
  
  .submenu-trigger.active + ul {
    display: block;
  }
  
  .overlay-content .submenu-trigger::after {
    content: "↓"; /* Add a down arrow indicator to the "About" link */
    padding-left: 5px;

  }
  
  .overlay-content .submenu-trigger.active::after {
    content: "↑"; /* Add a down arrow indicator to the "About" link */
    padding-left: 5px;

  }
}

@media (min-width: 576px) and (max-width: 767px) {
  header {
    justify-content: space-between;
  }

  .header-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 12px;
    margin-left: 10px;
  }

  .header-logo {
    display: block;
    margin-right: 10px;
  }

  .header-language {
    display: none;
  }
  
  .overlay{
    background: linear-gradient(90deg, white 100%, #f4cbff 30%); /* Red on the left, white on the right */
  }

  .logo-container {
    top: 0%;
    left: 30%;
    transform: translate(2%);
  }

  .logo-container img {
    max-width: 230px; /* Adjust the logo size */
  }

  .overlay-content {
    top: 70%;
    padding-left: 0px;
    left: 38%;
  }

  .overlay a {
    font-size: 24px;
    padding: 10px;
    text-align: center;
    color: #1f2749;

  }

  .overlay a:hover {
      color: red;
  }

  .overlay a.active-menu {
      color: red;
  }

  .contact{
    display: none;
  }
  
  .submenu {
    left: 0px; /* Adjust the left positioning to move the submenu to the right */
  }
  
  .submenu::before {
    display: none;
  }
  
  .submenu li a {
    font-size: 18px; /* Adjust the font size as needed */  
  }
  
  .submenu-trigger.active + ul {
    display: block;
  }
  
  .overlay-content .submenu-trigger::after {
    content: "↓"; /* Add a down arrow indicator to the "About" link */
  }
  
  .overlay-content .submenu-trigger.active::after {
    content: "↑"; /* Add a down arrow indicator to the "About" link */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header {
    justify-content: space-between;
  }

  .header-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 16px;
    margin-left: 10px;
  }

  .header-logo {
    display: block;
  }

  .header-language {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;

  }

  .overlay{
    background: linear-gradient(90deg, white 43%, #f4cbff 30%);
  }

  .logo-container {
    top: 5%;
    left: 5%;
    transform: translate(2%);
  }

  .logo-container img {
    max-width: 230px; /* Adjust the logo size */
  }

  .overlay-content {
    top: 35%;
    padding-left: 0px;
    left: 9%;
  }

  .overlay a {
    font-size: 24px;
    padding: 5px;
    text-align: left;
    color: #1f2749;

  }

  .overlay a:hover {
      color: red;
  }

  .overlay a.active-menu {
      color: red;
  }

  .contact{
    display: none;
  }
  
  .submenu {
    left: 16px;
    max-width: 328px;
    width: 280px;
  }

  .submenu::before {
    content: "";
    width: 2px; /* Adjust the width of the red line as needed */
    background: red; /* Color of the red line */
    position: absolute;
    top: 0;
    left: -4px; /* Position the red line to the left of the submenu */
    height: 100%;
  }
  
  .submenu li a {
    font-size: 18px; /* Adjust the font size as needed */  
  }
  
  .submenu-trigger.active + ul {
    display: block;
  }
  
  .overlay-content .submenu-trigger::after {
    content: "↓"; /* Add a down arrow indicator to the "About" link */
  }
  
  .overlay-content .submenu-trigger.active::after {
    content: "↑"; /* Add a down arrow indicator to the "About" link */
  }
  
}


@media (min-width: 992px) and (max-width: 1199px) {
  .header-icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .header-logo {
    display: block;
  }

  .header-language {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .header-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 24px;
  }

  .header-logo {
    display: block;
  }

  .header-language {
    display: flex;
    justify-content: space-between;
  }
}
