
.hero-1 {
  padding: 0 0 0;
}

@media (max-width: 991px) {
  .hero-1 {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .hero-1 {
    padding-top: 50px;
  }
}

.hero-1 .hero-content {
  margin-bottom: 170px;
}

@media (max-width: 991px) {
  .hero-1 .hero-content {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}

.hero-1 .hero-content h1 {
  color: #172965;
}

@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 40px;
  }
}

.hero-1 .hero-content p {
  font-size: 20px;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .hero-1 .hero-content p {
    font-size: 17px;
  }
  .hero-1 .hero-content p br {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content p {
    font-size: 16px;
  }
}

.hero-1 .hero-content .theme-btn {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .hero-1 .hero-content .theme-btn {
    margin-top: 35px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content .theme-btn {
    margin-top: 25px;
  }
}

@media (max-width: 1399px) {
  .hero-1 .hero-image {
    margin-left: -120px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-image {
    margin-left: -50px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-image {
    margin-left: 0;
  }
  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

.hero-2 {
  position: relative;
}

.hero-2 .array-button-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  right: 50px;
  z-index: 99;
}

@media (max-width: 1600px) {
  .hero-2 .array-button-2 {
    display: none;
  }
}

.hero-2 .video-button {
  border-radius: 12px 0px 0px 0px;
  background: var(--white);
  padding: 50px 70px;
  position: absolute;
  right: 0;
  bottom: 140px;
  z-index: 99;
}

@media (max-width: 767px) {
  .hero-2 .video-button {
    display: none;
  }
}

.hero-2 .video-btn {
  font-size: 18px;
  color: var(--theme-color);
}

.hero-2 .video-btn i {
  margin-right: 10px;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

.hero-2 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2500ms ease;
  transition: all 2500ms ease;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all 2500ms ease;
  transition: all 2500ms ease;
}

.hero-2 .hero-height {
  padding: 160px 0 280px;
}

@media (max-width: 767px) {
  .hero-2 .hero-height {
    padding: 120px 0 220px;
  }
}

.hero-2.hero-5 .hero-height {
  padding: 190px 0 190px;
}

@media (max-width: 1199px) {
  .hero-2.hero-5 .hero-height {
    padding: 170px 0;
  }
}

@media (max-width: 991px) {
  .hero-2.hero-5 .hero-height {
    padding: 140px 0;
  }
}

@media (max-width: 767px) {
  .hero-2.hero-5 .hero-height {
    padding: 110px 0;
  }
}

.hero-2.hero-5 .hero-bg::before {
  background: linear-gradient(85deg, rgba(3, 3, 66, 0.72) 26.67%, rgba(3, 3, 66, 0) 78.34%);
}

.hero-2.hero-5 .hero-content p {
  font-size: 20px;
  color: var(--white);
  max-width: 570px;
  margin-top: 20px;
}

.hero-2.hero-5 .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .hero-2.hero-5 .hero-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.hero-2.hero-5 .hero-button .caller-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.hero-2.hero-5 .hero-button .caller-item .content span {
  color: var(--white);
}

.hero-2.hero-5 .hero-button .caller-item .content h5 a {
  color: var(--white);
}

.hero-2 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

.hero-2 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(85deg, rgba(3, 3, 66, 0.72) 26.67%, rgba(3, 3, 66, 0) 78.34%);
}

.hero-2 .hero-content {
  position: relative;
  opacity: 0;
  z-index: 3;
  position: relative;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

.hero-2 .hero-content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.hero-2 .hero-content .icon p {
  max-width: 275px;
  color: #FFF;
  font-family: Literata;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content .icon p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content .icon p {
    font-size: 16px;
  }
}

.hero-2 .hero-content h1 {
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 20px;
}

.hero-2 .hero-button {
  margin-top: 40px;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  position: relative;
  z-index: 9;
}

.hero-feature-wrapper {
  border-radius: 12px;
  background: var(--white);
  -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
          box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
  max-width: 950px;
  margin-top: -200px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .hero-feature-wrapper {
    margin-top: -50px;
  }
}

@media (max-width: 991px) {
  .hero-feature-wrapper {
    padding: 30px;
  }
}

.hero-feature-wrapper .hero-feature-icon {
  padding: 30px 30px;
  border-right: 1px solid rgba(23, 41, 101, 0.15);
}

@media (max-width: 991px) {
  .hero-feature-wrapper .hero-feature-icon {
    border-right: none;
    padding: 0;
  }
}

.hero-feature-wrapper .hero-feature-icon .icon {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.hero-feature-wrapper .hero-feature-icon .icon h4 {
  font-weight: 500;
}

.hero-feature-wrapper .hero-feature-icon .icon .arrow-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  display: inline-block;
  -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
          box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
  color: var(--theme-color);
}

.hero-feature-wrapper .hero-feature-icon .icon .arrow-icon:hover {
  background-color: var(--theme-color);
  color: var(--white);
}

.hero-feature-wrapper .hero-feature-icon.border-none {
  padding-left: 0;
  border-right: none;
}

.hero-3 {
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .hero-3 {
    padding-top: 100px;
  }
}

.hero-3 .container-fluid {
  padding: 0 140px;
}

@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 70px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 60px;
  }
}

@media (max-width: 991px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 575px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}

.hero-3 .dot-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero-3 .dot-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .hero-3 .dot-shape {
    display: none;
  }
}

.hero-3 .top-shape {
  position: absolute;
  left: 40%;
  top: 21%;
}

@media (max-width: 1199px) {
  .hero-3 .top-shape {
    display: none;
  }
}

.hero-3 .bottom-shape {
  position: absolute;
  left: 40%;
  bottom: 23%;
}

@media (max-width: 1199px) {
  .hero-3 .bottom-shape {
    display: none;
  }
}

.hero-3 .hero-content .star {
  margin-bottom: 20px;
}

.hero-3 .hero-content .star i {
  color: var(--theme-color-2);
  font-size: 17px;
}

.hero-3 .hero-content .star span {
  display: inline-block;
  margin-left: 18px;
}

@media (max-width: 1199px) {
  .hero-3 .hero-content .star span {
    margin-left: 0;
  }
}

.hero-3 .hero-content h1 {
  font-size: 92px;
  font-weight: 400;
  color: #172965;
  margin-bottom: 20px;
  letter-spacing: -2.76px;
  font-family: "Satoshi", sans-serif;
}

@media (max-width: 1600px) {
  .hero-3 .hero-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 57px;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 38px;
  }
}

.hero-3 .hero-content h1 span {
  font-weight: 700;
  color: #172965;
  font-family: "Satoshi", sans-serif;
}

.hero-3 .hero-content p {
  max-width: 614px;
}

.hero-3 .hero-content .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.hero-3 .hero-content .hero-button .caller-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.hero-3 .hero-image {
  position: relative;
  margin-right: -140px;
  margin-left: 100px;
}

@media (max-width: 1600px) {
  .hero-3 .hero-image {
    height: 765px;
  }
}

@media (max-width: 1399px) {
  .hero-3 .hero-image {
    margin-left: 0;
    height: initial;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-image {
    margin-right: 0;
  }
}

.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-3 .hero-image .hero-image-2 {
  position: absolute;
  left: 30px;
  bottom: 54px;
}

.hero-3 .hero-image .group-image {
  margin-bottom: 10px;
}

.hero-3 .hero-image h6 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
}

.hero-4 {
  margin: 0 50px;
}

@media (max-width: 1600px) {
  .hero-4 {
    margin: 0 40px;
  }
}

@media (max-width: 1199px) {
  .hero-4 {
    margin: 0 30px;
  }
}

.hero-4 .hero-left-items {
  padding: 120px 110px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 80px;
}

@media (max-width: 1600px) {
  .hero-4 .hero-left-items {
    padding: 120px 60px;
  }
}

@media (max-width: 1399px) {
  .hero-4 .hero-left-items {
    padding: 80px 60px;
  }
}

@media (max-width: 1199px) {
  .hero-4 .hero-left-items {
    padding: 70px 50px;
    display: block;
  }
}

@media (max-width: 991px) {
  .hero-4 .hero-left-items {
    padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-left-items {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-left-items {
    padding: 40px 30px;
  }
}

.hero-4 .hero-left-items .hero-content {
  max-width: 485px;
}

@media (max-width: 1199px) {
  .hero-4 .hero-left-items .hero-content {
    margin-bottom: 30px;
  }
}

.hero-4 .hero-left-items .hero-content span {
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: var(--white);
  background-color: var(--theme-color-2);
  padding: 10px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
}

.hero-4 .hero-left-items .hero-content h1 {
  font-size: 52px;
  font-weight: 400;
  color: #172965;
}

@media (max-width: 1600px) {
  .hero-4 .hero-left-items .hero-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-left-items .hero-content h1 {
    font-size: 34px;
  }
}

.hero-4 .hero-left-items .hero-content h1 b {
  font-weight: 800;
}

.hero-4 .hero-left-items .hero-content p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .hero-4 .hero-left-items .hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-left-items .hero-content p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.hero-4 .hero-left-items .hero-content .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .hero-4 .hero-left-items .hero-content .btn-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}

.hero-4 .hero-left-items .hero-content .btn-area .text-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  color: var(--theme-color);
}

.hero-4 .hero-left-items .hero-content .btn-area .text-btn:hover {
  color: var(--header);
}

.hero-4 .hero-left-items .hero-image {
  max-width: 523px;
}

.hero-4 .hero-left-items .hero-image img {
  width: 100%;
  height: 100%;
}

.hero-4 .hero-right-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  background: rgba(255, 227, 227, 0.66);
  padding: 28px 38px;
}

@media (max-width: 1600px) {
  .hero-4 .hero-right-items li {
    padding: 20px 30px;
  }
}

.hero-4 .hero-right-items li .content span {
  font-size: 18px;
  font-weight: 700;
  color: #E4AB00;
}

.hero-4 .hero-right-items li .content h3 {
  margin-top: 8px;
}

.hero-4 .hero-right-items li .content h3 a:hover {
  color: var(--theme-color);
}

.hero-4 .hero-right-items li .content .text-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
  color: var(--theme-color);
}

.hero-4 .hero-right-items li .content .text-btn:hover {
  color: var(--header);
}

.hero-4 .hero-right-items li .image img {
  width: 100%;
  height: 100%;
}

.hero-4 .hero-right-items li:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 1600px) {
  .hero-4 .hero-right-items li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.hero-4 .hero-right-items li:nth-last-of-type(2) {
  background: rgba(227, 228, 255, 0.66);
}

.hero-4 .hero-right-items li:nth-last-of-type(1) {
  background: rgba(255, 248, 227, 0.66);
}

.hero-4 .hero-bottom-items {
  border-radius: 12px;
  background: #DCF3E9;
  padding: 70px 0px 70px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  .hero-4 .hero-bottom-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .hero-4 .hero-bottom-items {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-bottom-items {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-bottom-items {
    padding: 30px;
  }
}

.hero-4 .hero-bottom-items .content span {
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  line-height: 1;
  color: var(--white);
  background-color: var(--theme-color-2);
  padding: 10px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
  display: inline-block;
}

.hero-4 .hero-bottom-items .content h3 {
  font-size: 42px;
  font-weight: 400;
}

@media (max-width: 1399px) {
  .hero-4 .hero-bottom-items .content h3 {
    font-size: 36px;
  }
}

.hero-4 .hero-bottom-items .content h3 a {
  color: #172965;
}

.hero-4 .hero-bottom-items .content h3 a:hover {
  color: var(--theme-color);
}

.hero-4 .hero-bottom-items .content p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.hero-4 .hero-bottom-items .content .text-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  color: var(--theme-color);
}

.hero-4 .hero-bottom-items .content .text-btn:hover {
  color: var(--header);
}

.hero-4 .hero-bottom-items .image img {
  width: 100%;
  height: 100%;
}

.hero-4 .hero-bottom-items.style-2 {
  padding-top: 25px;
  padding-bottom: 0;
}

@media (max-width: 1600px) {
  .hero-4 .hero-bottom-items.style-2 {
    padding: 70px 0px 70px 60px;
  }
}

@media (max-width: 1399px) {
  .hero-4 .hero-bottom-items.style-2 {
    padding-top: 25px;
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .hero-4 .hero-bottom-items.style-2 {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-bottom-items.style-2 {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-bottom-items.style-2 {
    padding: 30px;
  }
}

.hero-4 .hero-bottom-items.style-2 .content {
  max-width: 400px;
}

.hero-4 .hero-bottom-items.style-2 .image {
  max-width: 404px;
}

.hero-4 .hero-bottom-items.style-2 .image img {
  width: 100%;
}

.hero-2.hero-5 .hero-bg::before {
    background: linear-gradient(85deg, rgb(169 42 43 / 49%) 26.67%, rgba(3, 3, 66, 0) 78.34%);
}
