/* Keyframes */
@-webkit-keyframes scroll-down {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(10px); transform: translateY(10px); }
  100% { -webkit-transform: translateY(0px); transform: translateY(0px); }
}
@keyframes scroll-down {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(10px); transform: translateY(10px); }
  100% { -webkit-transform: translateY(0px); transform: translateY(0px); }
}
@-webkit-keyframes scroll-ver {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  50% { -webkit-transform: translateX(10px); transform: translateX(10px); }
  100% { -webkit-transform: translateX(0px); transform: translateX(0px); }
}
@keyframes scroll-ver {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  50% { -webkit-transform: translateX(10px); transform: translateX(10px); }
  100% { -webkit-transform: translateX(0px); transform: translateX(0px); }
}
@keyframes rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
@-webkit-keyframes rotate1 {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
@keyframes rotate1 {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
@keyframes rotate2 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes rotate2 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes scale {
  0% { left: -800px; -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
  100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scale {
  0% { left: -800px; -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
  100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes slideUp {
  from { background-position: 0 0; }
  to { background-position: 0% -1000%; }
}
@keyframes slideUp {
  from { background-position: 0 0; }
  to { background-position: 0% -1000%; }
}
@keyframes outer-ripple {
  0% { transform: scale(1); filter: alpha(opacity=50); opacity: 0.5; }
  80% { transform: scale(1.5); filter: alpha(opacity=0); opacity: 0; }
  100% { transform: scale(2.5); filter: alpha(opacity=0); opacity: 0; }
}
@-webkit-keyframes outer-ripple {
  0% { transform: scale(1); opacity: 0.5; }
  80% { transform: scale(2.5); opacity: 0; }
  100% { transform: scale(3.5); opacity: 0; }
}
@keyframes inner-ripple {
  0% { transform: scale(1); opacity: 0.5; }
  30% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.5); opacity: 0; }
}
@-webkit-keyframes inner-ripple {
  0% { transform: scale(1); opacity: 0.5; }
  30% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.5); opacity: 0; }
}
@-webkit-keyframes ImgAnimate {
  0% { transform: rotate(0) translate(-10px) rotate(0); }
  100% { transform: rotate(360deg) translate(-10px) rotate(-360deg); }
}
@keyframes ImgAnimate {
  0% { transform: rotate(0) translate(-10px) rotate(0); }
  100% { transform: rotate(360deg) translate(-10px) rotate(-360deg); }
}
@-webkit-keyframes video {
  0% { box-shadow: 0 0 0 0 rgba(50, 73, 179, 0.7); }
  40% { box-shadow: 0 0 0 50px rgba(50, 73, 179, 0); }
  80% { box-shadow: 0 0 0 50px rgba(50, 73, 179, 0); }
  100% { box-shadow: 0 0 0 rgba(50, 73, 179, 0); }
}
@keyframes video {
  0% { box-shadow: 0 0 0 0 rgba(50, 73, 179, 0.7); }
  40% { box-shadow: 0 0 0 50px rgba(50, 73, 179, 0); }
  80% { box-shadow: 0 0 0 50px rgba(50, 73, 179, 0); }
  100% { box-shadow: 0 0 0 rgba(50, 73, 179, 0); }
}
@-webkit-keyframes horizontal-move {
  0% { transform: rotateZ(5deg); }
  50% { transform: rotateZ(-5deg); }
  100% { transform: rotateZ(5deg); }
}
@keyframes horizontal-move {
  0% { transform: rotateZ(5deg); }
  50% { transform: rotateZ(-5deg); }
  100% { transform: rotateZ(5deg); }
}
@-webkit-keyframes horizontal-move-two {
  0% { transform: rotateZ(20deg); }
  50% { transform: rotateZ(-20deg); }
  100% { transform: rotateZ(20deg); }
}
@keyframes horizontal-move-two {
  0% { transform: rotateZ(20deg); }
  50% { transform: rotateZ(-20deg); }
  100% { transform: rotateZ(20deg); }
}
@-webkit-keyframes float-bob-x {
  0% { transform: translateX(-100px); }
  50% { transform: translateX(-10px); }
  100% { transform: translateX(-100px); }
}
@keyframes float-bob-x {
  0% { transform: translateX(-100px); }
  50% { transform: translateX(-10px); }
  100% { transform: translateX(-100px); }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.2, 1.2); }
  100% { transform: scale(1, 1); }
}
@keyframes zoominoutsinglefeatured {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.2, 1.2); }
  100% { transform: scale(1, 1); }
}
@-webkit-keyframes bouncing-text {
  0% { right: -80%; }
  100% { right: 100%; }
}
@keyframes bouncing-text {
  0% { right: -80%; }
  100% { right: 100%; }
}
@keyframes rotatebox {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@-webkit-keyframes rotatebox {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes rev-rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}
@-webkit-keyframes rev-rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}
@-webkit-keyframes nama_utha {
  0% { bottom: 0; transform: translateY(100%); }
  100% { bottom: 100%; transform: translateY(-100%); }
}
@keyframes nama_utha {
  0% { bottom: 0; transform: translateY(100%); }
  100% { bottom: 100%; transform: translateY(-100%); }
}
@-webkit-keyframes utha_nama {
  0% { top: 0; transform: translateY(-100%); }
  100% { top: 100%; transform: translateY(100%); }
}
@keyframes utha_nama {
  0% { top: 0; transform: translateY(-100%); }
  100% { top: 100%; transform: translateY(100%); }
}
@-webkit-keyframes choose-hexagon-1 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes choose-hexagon-1 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes choose-hexagon-2 {
  0% { transform: rotate(180deg); }
  100% { transform: rotate(540deg); }
}
@keyframes choose-hexagon-2 {
  0% { transform: rotate(180deg); }
  100% { transform: rotate(540deg); }
}
@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Banner Section */
.banner-section {
  position: relative;
  padding-top: 275px;
  padding-bottom: 148px;
  background: transparent linear-gradient(241deg, #9DBAFE 0%, #3467E4 100%) 0% 0% no-repeat padding-box;
  overflow: hidden;
  z-index: 9;
}
.banner-section .banner-shape {
  position: absolute;
  right: 18%;
  top: 18%;
  -webkit-animation: scroll-down 2s linear infinite;
  animation: scroll-down 2s linear infinite;
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section {
    padding-top: 160px;
    padding-bottom: 110px;
  }
}

/* Banner Content */
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    margin-bottom: 10px;
  }
}
.banner-section .banner-content .sub-title {
  color: #F8D458;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .sub-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.banner-section .banner-content p {
  color: #fff;
  width: 61%;
  line-height: 1.8em;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content p {
    width: 100%;
  }
}

/* Banner Text (Background) */
.banner-section .banner-text {
  position: absolute;
  top: 17%;
  left: -5px;
}
@media only screen and (max-width: 400px) {
  .banner-section .banner-text {
    top: 14%;
  }
}
.banner-section .banner-text span {
  font-weight: 700;
  font-size: 280px;
  line-height: 280px;
  background: transparent linear-gradient(184deg, #9DBAFE 0%, rgba(157, 186, 254, 0.01) 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.35;
  letter-spacing: 3px;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-text span {
    font-size: 180px;
    line-height: 180px;
  }
}

/* Floating Elements */
.banner-section .banner-element-one {
  position: absolute;
  top: -215px;
  left: 82px;
  -webkit-animation: scroll-down 2s linear infinite;
  animation: scroll-down 2s linear infinite;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element-one {
    display: none;
  }
}
.banner-section .banner-element-two {
  position: absolute;
  top: 180px;
  left: 220px;
  width: 5%;
  -webkit-animation: 10s float-bob-x infinite;
  animation: 10s float-bob-x infinite;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element-two {
    display: none;
  }
}
.banner-section .banner-element-three {
  position: absolute;
  top: 220px;
  left: 450px;
  width: 1.5%;
  -webkit-animation: horizontal-move 2s linear infinite;
  animation: horizontal-move 2s linear infinite;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element-three {
    display: none;
  }
}
.banner-section .banner-element-four {
  position: absolute;
  bottom: 50px;
  left: 30px;
  -webkit-animation: scroll-down 2s linear infinite;
  animation: scroll-down 2s linear infinite;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element-four {
    display: none;
  }
}
.banner-section .banner-element-five {
  position: absolute;
  bottom: 30px;
  left: 600px;
  -webkit-animation: rotate 7s linear infinite;
  animation: rotate 7s linear infinite;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element-five {
    display: none;
  }
}

/* Banner Group Shape */
.banner-section .banner-group-shape {
  height: 800px;
  width: 1000px;
  position: absolute;
  background-size: cover;
  background-position: center;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 1750px) {
  .banner-section .banner-group-shape {
    width: 900px;
  }
}
@media only screen and (max-width: 1650px) {
  .banner-section .banner-group-shape {
    width: 800px;
  }
}
@media only screen and (max-width: 1500px) {
  .banner-section .banner-group-shape {
    width: 700px;
  }
}
@media only screen and (max-width: 1300px) {
  .banner-section .banner-group-shape {
    width: 600px;
    height: 900px;
  }
}
@media only screen and (max-width: 1220px) {
  .banner-section .banner-group-shape {
    width: 500px;
    height: 900px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-group-shape {
    display: none;
  }
}

/* Group Elements */
.banner-section .banner-group-shape div[class*="banner-group-element"] {
  position: absolute;
  transition: all 0.5s;
  opacity: 1; /* Changed from 0 to 1 for direct visibility if JS animation not used */
}

.banner-section .banner-group-shape div[class*="banner-group-element"] img {
  max-width: 100%;
  height: auto;
  display: block;
}

.banner-section .banner-group-shape .banner-group-element-one {
  top: 400px; left: 190px; z-index: 2; transition-delay: 0.05s; transition-duration: 1s;
  width: auto;
  max-width: 200px;
}
@media only screen and (max-width: 1300px) {
  .banner-section .banner-group-shape .banner-group-element-one { left: 70px; }
}

.banner-section .banner-group-shape .banner-group-element-two {
  bottom: 80px; left: 300px; z-index: 3; transition-delay: 0.1s; transition-duration: 1.5s;
  width: auto;
  max-width: 200px;
}
@media only screen and (max-width: 1300px) {
  .banner-section .banner-group-shape .banner-group-element-two { left: 150px; }
}

.banner-section .banner-group-shape .banner-group-element-three { top: 110px; left: 0; }

.banner-section .banner-group-shape .banner-group-element-four {
  top: 800px; left: 390px; z-index: 4; transition-delay: 0.9s; transition-duration: 1.5s;
}
.banner-section .banner-group-shape .banner-group-element-four img {
  -webkit-animation: rotate 20s linear infinite; animation: rotate 20s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-five {
  bottom: 530px; right: 100px; transition-delay: 0.5s; transition-duration: 0.5s;
}
.banner-section .banner-group-shape .banner-group-element-five img {
  -webkit-animation: horizontal-move 3s linear infinite; animation: horizontal-move 3s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-six {
  top: 0px; left: 680px; transition-delay: 0.5s; transition-duration: 1.7s;
}
.banner-section .banner-group-shape .banner-group-element-six img {
  -webkit-animation: horizontal-move 3s linear infinite; animation: horizontal-move 3s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-seven {
  top: 400px; left: 570px; z-index: 4; transition-delay: 0.9s; transition-duration: 1.5s;
}
/* Note: 'tada' keyframe was not in provided range, replacing with horizontal-move or similar if needed, or keeping if it exists elsewhere. Using scale for now as placeholder if tada missing */
.banner-section .banner-group-shape .banner-group-element-seven img {
  /* animation: tada 10s linear infinite; */
  -webkit-animation: scale 2s linear infinite; animation: scale 2s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-eight {
  top: 180px; left: 780px; transition-delay: 0.7s; transition-duration: 1s; display: none;
}
.banner-section .banner-group-shape .banner-group-element-eight img {
  -webkit-animation: horizontal-move 3s linear infinite; animation: horizontal-move 3s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-nine {
  top: 600px; left: 580px; z-index: 4; transition-delay: 1s; transition-duration: 1.4s;
}
.banner-section .banner-group-shape .banner-group-element-nine img {
  /* animation: tada 5s linear infinite; */
  -webkit-animation: scale 2s linear infinite; animation: scale 2s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-ten {
  top: 800px; left: 730px; z-index: 3; transition-delay: 0.7s; transition-duration: 1s;
}
.banner-section .banner-group-shape .banner-group-element-ten img {
  -webkit-animation: horizontal-move 2s linear infinite; animation: horizontal-move 2s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-eleven {
  top: 800px; left: 600px; transition-delay: 0.8s; transition-duration: 1.1s;
}
.banner-section .banner-group-shape .banner-group-element-eleven img {
  -webkit-animation: scroll-ver 2s linear infinite; animation: scroll-ver 2s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-twelve {
  top: 690px; left: 0; transition-delay: 0.9s; transition-duration: 1.2s;
}
.banner-section .banner-group-shape .banner-group-element-twelve img {
  -webkit-animation: scroll-down 4s linear infinite; animation: scroll-down 4s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-thirteen {
  top: 160px; left: 0; transition-delay: 0.5s; transition-duration: 1.2s;
}
.banner-section .banner-group-shape .banner-group-element-thirteen img {
  -webkit-animation: scroll-ver 3s linear infinite; animation: scroll-ver 3s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-fourteen {
  top: 600px; left: 300px; z-index: 3; transition-delay: 0.6s; transition-duration: 1s;
}
.banner-section .banner-group-shape .banner-group-element-fourteen img {
  -webkit-animation: horizontal-move 3s linear infinite; animation: horizontal-move 3s linear infinite;
}
@media only screen and (max-width: 1300px) {
  .banner-section .banner-group-shape .banner-group-element-fourteen { left: 500px; }
}

.banner-section .banner-group-shape .banner-group-element-fifteen {
  top: 270px; left: 500px; z-index: 3; transition-delay: 0.7s; transition-duration: 1.3s;
}
.banner-section .banner-group-shape .banner-group-element-fifteen img {
  -webkit-animation: scroll-down 5s linear infinite; animation: scroll-down 5s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-sixteen { top: 460px; left: 680px; }
.banner-section .banner-group-shape .banner-group-element-sixteen img {
  -webkit-animation: zoominoutsinglefeatured 4s linear infinite; animation: zoominoutsinglefeatured 4s linear infinite;
}

.banner-section .banner-group-shape .banner-group-element-seventeen { top: 680px; left: 390px; }
.banner-section .banner-group-shape .banner-group-element-seventeen img {
  -webkit-animation: zoominoutsinglefeatured 2s linear infinite; animation: zoominoutsinglefeatured 2s linear infinite;
}

/* Banner Arrow */
.banner-arrow {
  margin-top: 40px;
  margin-left: 30px;
}

/* Banner Widget */
.banner-widget {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .banner-widget { margin-left: 0; }
}

.banner-widget-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 60%;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1560px) { .banner-widget-wrapper { width: 70%; } }
@media only screen and (max-width: 1485px) { .banner-widget-wrapper { width: 80%; } }
@media only screen and (max-width: 1199px) { .banner-widget-wrapper { width: 95%; } }
@media only screen and (max-width: 991px) { .banner-widget-wrapper { width: 60%; } }
@media only screen and (max-width: 880px) { .banner-widget-wrapper { width: 70%; } }
@media only screen and (max-width: 750px) { .banner-widget-wrapper { width: 80%; } }
@media only screen and (max-width: 660px) { .banner-widget-wrapper { width: 100%; padding: 10px; } }
@media only screen and (max-width: 475px) { .banner-widget-wrapper { display: block; text-align: center; } }

.banner-widget-wrapper * { z-index: 9; margin: 2px; }
.banner-widget-wrapper::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-widget-wrapper::before { left: -5px; bottom: -5px; }
}

.banner-widget-wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width: 475px) {
  .banner-widget-wrapper::after { display: none; }
}

.banner-widget-wrapper .banner-widget-content p {
  font-size: 18px;
  width: 100%;
  color: #1C1C1C;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .banner-widget-wrapper .banner-widget-content p { font-size: 14px; }
}

.banner-widget-wrapper .banner-widget-content p span {
  color: #9DBAFE;
  font-weight: 700;
}

.banner-widget-wrapper .banner-widget-btn .btn--base {
    background-color: #3249B3;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}
.banner-widget-wrapper .banner-widget-btn .btn--base:hover {
    background-color: #1C1C1C;
    color: #fff;
}
