body {
  background-color: #f5f3fb;
  overflow-x: hidden;
  font-family: "Inter";
}
.dropdown-toggle::after {
  display: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.background-banner {
  height: 914px;
  margin-top: 67px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 175px;
}
.header-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.navbar-light .navbar-nav .nav-item {
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #192653;
}

.navbar-light .navbar-nav .nav-item:hover:after,
.dropdown:hover:after {
  opacity: 1;
}

.btn-paymes1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #24d05e;
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  color: #192653;
  width: auto;
  height: auto;
}
.btn-paymes1:hover {
  background-color: #009d30;
}
.btn-paymes2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  color: #00002a;
}
.copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #00002a;
}

.banner-head {
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  line-height: 116.7%;
  text-align: center;
  letter-spacing: -1.5px;
  color: #00002a;
  display: block !important;
  font-family: "Inter";
}
.desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 1px;
  color: #00002a;
}

.container-header {
  width: 257px;
  height: 56px;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 116.7%;
  text-align: center;
  color: #00002a;
}

.hero {
  width: 765px;
  height: 395px;
  background: #f3f3f3;
  border-radius: 32px;
  object-fit: cover;
}
.card-col {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 3px rgba(170, 170, 200, 0.15);
  filter: drop-shadow(0px 1px 3px rgba(170, 170, 200, 0.3));
  border-radius: 16px;
}

.card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #00002a;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #edecf5;
}
.prod-card .card-title {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.card-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #00002a;
}

.dot {
  height: 36px;
  width: 36px;
  margin-right: 10px;
  background: #d5d5f8;
  border-radius: 50%;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 1px;
}
.dot-font {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 1px;
}
.prod-card-img {
  display: flex;
  box-sizing: border-box;
  width: 300px;
  height: 225px;
  border-radius: 16px;
  margin: auto;
  padding: 25px;
}

.prod-card {
  border: 1px solid #c4cce3;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #00002a;
  text-align: left;
}
.container-box-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 123.5%;
  letter-spacing: 0.25px;
  margin: auto;
  color: #ffffff;
}
.container-box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px 60px;
  height: 376px;
  width: 100%;
  background: #00002a;
  border-radius: 24px;
}

.icon-up {
  right: -20px;
  top: -45px;
  position: absolute;
  z-index: 1;
}
.icon-down {
  right: -30px;
  position: absolute;
  z-index: 1;
}
.social-icon {
  justify-content: end;
}
@media (max-width: 991.98px) {
  .mainProduct {
    text-align: end;
  }
  .social-icon {
    justify-content: center;
  }
  .card-icon {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .card-col {
    position: relative;
  }
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cardy {
    padding: 0;
  }
  .container-box {
    border-radius: 0px;
  }
  .cardy-img {
    position: absolute;
    top: -15px;
  }
  .icon-up {
    transform: rotateX(150deg);
    right: auto;
    top: 0px !important;
    padding-bottom: 40px;
    bottom: -5rem;
  }
  .icon-down {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 15px;
  }
  .up-card {
    margin-top: 48px;
  }
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #00002a;
}
a {
  color: #24d05e;
}
.banner-step {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 116.7%;
  text-align: center;
  color: #00002a;
  padding-bottom: 92px;
}

.language-select {
  background-color: transparent;
  /* color: #FFFFFF;*/
  border: none;
  width: auto;
  height: auto;
}
.language-select-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .language-select {
    display: none;
  }
  .language-select-mobile {
    display: block;
    background-color: transparent;
    /* color: #FFFFFF;*/
    border: none;
    min-width: 50px;
    min-height: 40px;
  }
}

.language-option {
  background-color: transparent;
  /* color: #FFFFFF; */
  font-size: 14px;
  min-width: 50px;
  min-height: 40px;
}
.dropdown-menu {
  box-shadow: 0px 6px 5px 1px rgba(82, 81, 81, 0.2);
}
.dropdown-menu li a {
  margin-left: 8px;
  text-decoration: none;
}
