.homepage_banner {
  border-radius: 0px 0px 0px 530px;
  background: radial-gradient(150.24% 110.58% at 81.77% 98.39%, #051C2C 9.5%, #2C5E80 52.5%, #4FAD9F 100%);
  overflow:hidden;
  position:relative;
}

.homepage_banner:before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  display:block;
  background: radial-gradient(150.24% 110.58% at 81.77% 98.39%, #051C2C 9.5%, #2C5E80 52.5%, #4FAD9F 100%);
  z-index:3;
  opacity:.5;
}

.homepage_banner .overlay_graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%; /* Full height of the container */
  width: auto; /* Maintain aspect ratio */
  transform: translate(-50%, -50%); /* Center the graphic */
  z-index: 4; /* Stays above other elements */
  mix-blend-mode:color-burn;
}

.homepage_banner .inner-content {
  text-align:center;
  padding:300px 0;
  position:relative;
  z-index:6;
}
.homepage_banner .inner-content h1 {
  color: #FFF;
  text-align: center;
  font-size: 106px;
  font-style: normal; 
  font-weight: 400;
  line-height: 120%; /* 127.2px */
  margin:0;
}

.homepage_banner .inner-content p {
  margin:0 auto;
  max-width:642px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  padding-top:30px;
}

.homepage_banner .main_buttons {
    display: flex;
    justify-content: center;
  padding-top:78px;
}

.homepage_banner .right-button {
  position: relative;
  display:flex;
      justify-content: center;
    align-items: center;
    gap: 10px;
  width: 374px;
  height: 80px;
  background-color: #B4FFEB; /* Button background color */
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px; /* Vertically center the text */
  border: none;
  cursor: pointer;
  outline: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 0);
  transition: transform 0.3s ease, background-color 0.3s ease;
  text-decoration:none;
  border-radius: 0px 10px 10px 0;
  
}

.homepage_banner .right-button:hover {
  background-color: #99e6cc; /* Slightly darker on hover */
  color: #000;
}
.homepage_banner .left-button {
  position: relative;
    display:flex;
      justify-content: center;
    align-items: center;
    gap: 10px;
  width: 371px;
  height: 80px;
  background-color: #A5D2F2; 
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px; /* Vertically center the text */
  border: none;
  cursor: pointer;
  outline: none;
  clip-path: polygon(0 100%, 100% 100%, 79% 0, 0 0);
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin-right: -80px;
  margin-left: 60px;
  text-decoration:none;
  border-radius: 10px 0 0 10px;
}

.homepage_banner .left-button:hover {
  background-color: #8fbddc; /* Slightly darker on hover */
  color: #000;
}


.homepage_banner .image-section {
  position: absolute;
  width: 100%; /* Adjust based on your layout */
  height: 1200px; /* Set height for the section */
  overflow: hidden; /* Ensure clipped areas are not visible */
  top:0;
  left:0;
}

.homepage_banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure images scale nicely */
}

.homepage_banner .image1 {
  z-index: 1; /* Background image */
}

.homepage_banner .image2 {
  z-index: 2; /* Foreground image */
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 99% 100%);
  transition:all .3s ease;
}

.homepage_banner .content-wrapper {
  position:relative;
}
.banner_bottom_slider {
  border-radius: 140px 10px 10px 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(17px);
  padding: 20px 40px 30px 40px;
  text-align: right;
  max-width: 411px;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 10;
  color: #fff;
  overflow:hidden;
}
.banner_bottom_slider .slide_title {
  color: #FFF;
  text-align: right;
  font-size: 44px;
  margin-bottom:14px;
}
.banner_bottom_slider .description {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  margin-bottom:14px;
}


.banner_bottom_slider .slick-dots {
  display:flex;
  gap:10px;
  list-style:none;
  margin:0;
  padding:0;
  justify-content:flex-end;
}
.banner_bottom_slider .item {
  outline:none;
  cursor:grab;
}
.banner_bottom_slider .slick-dots li {
  padding:0;
  margin:0;
  line-height:1;
}

.banner_bottom_slider .slick-dots .slick-active button {
  background:#fff;
}

.banner_bottom_slider .slick-dots button {
  font-size:0;
  border:0;
  width:8px;
  height:8px;
  padding:0;
  margin:0;
  cursor:pointer;
  background:#ffffff70;
  outline:none;
  line-height:0;
}

.relative {
  position:relative;
}

{# Image clip fix #}
@media (min-width:868px) {
 .homepage_banner .image2 {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 99% 100%);
  }
}

@media (min-width:1180px) {
  .homepage_banner .image2 {
    clip-path: polygon(10% 0,100% 0,100% 100%,90% 100%);
  }
}

@media (min-width:1400px) {
  .homepage_banner .image2 {
    clip-path: polygon(15% 0,100% 0,100% 100%,85% 100%);
  }
}
@media (min-width:1600px) {
  .homepage_banner .image2 {
    clip-path: polygon(20% 0,100% 0,100% 100%,80% 100%);
  }
}
@media (min-width:1850px) {
  .homepage_banner .image2 {
    clip-path: polygon(25% 0,100% 0,100% 100%,75% 100%);
  }
}
@media (min-width:2100px) {
  .homepage_banner .image2 {
    clip-path: polygon(30% 0,100% 0,100% 100%,70% 100%);
  }
}

{# mobile version #}
@media (max-width:868px) {
  .homepage_banner .inner-content h1 {
    font-size: 40px;  
  }
  .homepage_banner .inner-content p {
    font-size:16px;
  }
  .homepage_banner .main_buttons {
    flex-direction:column;
    gap:20px;
    align-items: center;
  }
  .homepage_banner .left-button {
    border-radius:50px;
    clip-path:none;
    margin-right: 0px;
    margin-left: 0px;
    width:auto;
    height:auto;
    padding:15px 24px;
    line-height:1;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .homepage_banner .right-button {
    border-radius:50px;
    clip-path:none;
    margin-right: 0px;
    margin-left: 0px;
    width:auto;
    height:auto;
    padding:15px 24px;
    line-height:1;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .homepage_banner .right-button svg,
  .homepage_banner .left-button svg  {
    display:none;
  }
  
  .homepage_banner {
     border-radius: 0px 0px 0px 138px;
    background: #051c2c;
  }
  .homepage_banner .inner-content {
    padding:130px 20px 90px;
  }
  .homepage_banner .overlay_graphic {
    bottom: -20px;
    left: -20px;
    height: 100%;
    top:10px;
    width: 100%;
    transform: unset;
  }
  .homepage_banner .overlay_graphic svg {
      width: auto;
    height: 100%;
  }
  
  .homepage_banner .image-section {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .homepage_banner .image2 {
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 80% 100%);
  }
  .homepage_banner:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 28, 44, 1) 0%, rgba(39, 75, 91, 0.7) 100%);
    top: 0;
    opacity: 1;
  }
  
  .banner_bottom_slider {
    position:relative;
    display:none;
    margin-top:-220px;
    margin-left:auto;
    max-width:80%;
    padding: 11px 22px 16px 22px;
    border-radius: 75px 6px 6px 6px;
  }
  .banner_bottom_slider .slide_title {
    font-size: 26px;
  }
  .homepage_banner .main_buttons {
    padding-top:24px;
  }
}

@media (max-width:568px) {
  .banner_bottom_slider {
    display:none;
  }
}
