/* Box Container */
.box-container {
  /* margin-top: 0; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #18164D;
  display: flex;
  align-items: center;
  padding: 3vw;
  /* margin-top: -23vw; */
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 9999;
  height: 7vw;
  width: 70vw;
  max-width: 1440px;
  /* margin-bottom: -70px; */
 

}

/* .box-footer {
  font-size: 1vw;
  display: flex;
  align-items: center;
  gap: 1rem;
  
} */

/* .box-footer p {
  font-size: 1vw;
  margin-bottom: 10px;
  flex: 1;
} */


.box-button {
  font-family: 'poppins bold', Arial, sans-serif;
  height: 44px;
  width: 132px;
  padding: 0.5rem 1rem;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.5vw;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.box-button:hover {
  background-color: #000000;
  color: #FFFFFF;
}







/* .hero-container {
  height: 32vw;
  position: relative;
  margin-top: 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(130deg, #0c1e43 50%, #1e3a70 40%);
  color: white;
  padding: 2vw;
  position: relative;
  z-index: 1;
  border: 1px solid red;

} */
 
/* 
.hero-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1c8d5;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 120% 100%);
  z-index: 0;
} */
.hero-container{
  /* position: relative; */
  /* border: 1px solid red; */
  max-height: 17.59vw; /* Adjusted for 4K screens */
  height: auto; /* Ensures it scales properly */
  min-height: 15.278vw; /* Keeps it readable on smaller screens */
  /* border: 1px solid red; */
}
/* Video Section */
/* .hero-video {
  margin-left: 250px;
  flex-shrink: 0;
} */

.video-button {
  margin-top: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  background: #4440DB;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 3px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.video-button:hover {
  background: #082dff;
  border: 0px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;

}

/* .play-icon {
  margin-left: 0.5vw;
} */


/* Icons Section */
.hero-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-left: -0.5vw;
  width: 41.667vw;

}


/* Individual Icon Item */
.icon-item {
  margin-bottom: -2vw;
  margin-top: 2vw;
  display: flex;
  align-items: center;
  gap: -9vw;
}


/* Icon Circle */
.icon-circle {
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  column-gap: -9vw;
  align-items: center;
  width: 4vw;
  height: 4vw;
  background-color: rgb(12, 12, 12);
  border-radius: 50%;
  cursor: pointer;
}


.icon-circle:hover {
  background-color: #4440DB;
  box-shadow: #4440DB 0px 25px 50px -12px;
}

/* Image Styling */
.icon-circle img {
  width: 2vw;
  height: 2vw;
  object-fit: contain;
}

/* Icon Text */
.icon-item p {
  font-size: 1vw;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

/* Icon Circle in the Middle */
.cross-line-icon {
  position: absolute;
  top: 60%;
  left: 49%;
  transform: translate(-50%, -50%); /* Centers the div */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1;
  transition: transform ease-out 200ms;
  /* border: 1px solid red; */
}


/* Icon Circle */
.cross-line-icon .icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 1vw;
  background-blend-mode: color-burn;
  transition: transform 1.2s ease-in-out;
  transform-origin: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


/* Image inside Icon Circle */
.cross-line-icon .icon-circle img {
  width: 12vw;
  height: 12vw;
  object-fit: contain;
  border-radius: 50%;

}

/* Zoom-in effect on hover */
.cross-line-icon:hover .icon-circle {
  transform: scale(1.2);

}
/* 

/* Section Content Alignment */
.hero-content,
.hero-icons {
  position: relative;
  z-index: 1;
}


/* .hero-wrapper{
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

} */


@media screen and (min-width: 2560px) {
  .icon-circle {
    width: 3vw;
    height: 3vw;
    /* border: 1px solid red; */
  }

  /* .icon-circle img {
    width: 1.8vw;
    height: 1.8vw;
  } */

  .icon-item p {
    font-size: 20px;
  }
  .box-container {

    /* border: 1px solid red; */
    
    height: 150px;
  }
  .box-footer p {
    font-size: 0.8vw;
    line-height: 1vw;
  
  }
  .hero-container{
    height: 13.417vw;
    /* border: 1px solid red; */
  }
}


@media screen and (max-width: 768px) {
  .hero-container {
    /* padding: 1rem; */
    height: auto;
  }

  .box-container {
    display: flex;
    align-items: center;
    
    width: 87%;
    height: auto;
    height: 7vw;
    /* border: 1px solid red; */
  }

  .box-footer p {
    font-size: 1.5vw;
    margin-bottom: 0;
  }
  .box-footer button{
    width: 9.167vw;
    height: 3vw;
    font-size: 0.9vw;
  }

  .box-button {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }
.hero-video{
  margin-left: 100px;
}

  .video-button {
    /* width: 12vw;
    height: 12vw; */
  }

 

  

  .icon-circle img {
    /* width: 6vw;
    height: 6vw; */
  }



  .cross-line-icon {
    /* top: 70%;
    left: 50%; */
  }
  .hero-container{
    min-height: 15.417vw;
    /* border: 1px solid red; */
  }
  .hero-wrapper{
    width: 100vw;
  }
  .hero-icons{
    width: 41.66vw;
    padding: 0;
    height: 15vw;
    gap: 0;
    column-gap: 2vw;
    row-gap: 2vw;
    /* border: 1px solid red; */
    height: fit-content;
  }
  
  
}
@media screen and (max-width: 660px){
  .box-container{
    height: 41px;
    border-radius: 3px;
  }
  .box-footer p{
    font-weight: 500;
    line-height: 15px;
    font-size: 7px;
  }
  .box-footer button{
    font-size: 5px;
    padding: 0;
  }
  .hero-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 15px;
    
  }
 
 
  .icon-item p{
    font-size: 6px;
  }
  
  .hero-video{
    margin-left: 50px;
  }
  .hero-icons{
    width: 49vw;
    
  }
}