html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  background: linear-gradient(238.67deg, #243b55 4.49%, #141e30 93.73%) !important;
}

.text-primary {
  color: #043059 !important;
}
.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.jumbotron__bg {
  background: #1d2f45 url(/assets/jumbotron/oripay_background.svg) center no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 7rem;
}

/*dropdown */
.dropdown {
  margin-left: 10px;
  padding-left: 8px;
}

.dropdown a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdown-menu {
  background-color: #ffffff;
  border: none;
  min-width: 80px;
  padding-left: 8px;
  padding-right: 8px;
}

.dropdown-menu a {
  color: #05045a;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  text-decoration: none;
  outline: none;
}

.dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu img {
  margin-right: 5px;
}

.jumbotron__section {
  /* margin-top: -100px; */
}

.flex__1 {
  flex: 1;
}

.deposit__history__position {
  left: -25%;
  bottom: 5%;
}

.foreign__exchange__position {
  right: -25%;
  top: 50%;
}

.type__description {
  background: url(/assets/type_description/type_description_background_dark.svg) no-repeat;
  background-size: 100%;
  /* margin-bottom: 150px; */
  padding-bottom: 7rem;
  margin-top: -7rem;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}

.type__description__bg {
  height: 100px;
  background-color: #112034ee;
  z-index: -1;
}

.type__description__title {
  font-size: 3.5rem;
  padding: 7.5rem 0 7rem 0;
}

.type__description__items {
  /* background-size: cover; */
  /* padding: 75px 0; */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.type__description__items::before {
  background: linear-gradient(90deg, #141e30 26.3%, rgba(20, 30, 48, 0.1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  content: " ";
  z-index: 1;
}
.type__description__items > div {
  position: relative;
  z-index: 2;
}

.item__business {
  background:
    linear-gradient(90deg, #141e30 26.3%, rgba(20, 30, 48, 0.1) 100%),
    url(/assets/type_description/item_business_background.png) no-repeat;
}

.item__gaming {
  background:
    linear-gradient(90deg, #141e30 26.3%, rgba(20, 30, 48, 0.1) 100%),
    url(/assets/type_description/item_gaming_background.png) no-repeat;
}

.item__digital__services {
  background:
    linear-gradient(90deg, #141e30 26.3%, rgba(20, 30, 48, 0.1) 100%),
    url(/assets/type_description/item_digital_services_background.png) no-repeat;
}

.payments__bg {
  background: url(/assets/payment/payment_left_background.png) no-repeat;
  background-color: #fff;
  padding-bottom: 7rem;
}

.payments__title {
  font-size: 3.5rem;
  padding: 80px 0;
}

.payments__icon__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 14px 16px;
  border-radius: 16px;
}

.obstacle__payments {
  background-image: url(/assets/payment/circle.svg);
  background-color: #043059;
  border-radius: 24px;
}

.obstacle__payments__title {
  font-size: 2.8rem;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 30px;
}

.obstacle__payments__discount {
  background-color: #48b774;
}

.br__16 {
  border-radius: 16px;
  height: 270px;
}

.br__20 {
  border-radius: 20px;
}

.choosing__top__bg {
  background: url(/assets/choosing/choosing_right_background.png) top right no-repeat;
  background-color: #fff;
}

.choosing__bottom__outer__bg {
  height: 100px;
  background-color: white;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.choosing__top__outer__bg {
  height: 100px;
  background-color: white;
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
}

.choosing__card__bg__dark {
  height: 100px;
  background-color: #1e3046;
}

.choosing__card__shadow {
  box-shadow: 0px 12px 56px 0px #061c3d1f;
}

.choosing__icon__bg__light {
  background-color: #e6f1fb;
}

.circle::before {
  background: #5aa1e2;
  filter: blur(180px);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  content: " ";
  position: absolute;
  z-index: -1;
}
.circle.circle-center::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle.bottom-left::before {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.circle.circle-right::before {
  right: 0;
  transform: translate(50%, -50%);
}

#introduction-section .introduction-block {
  position: absolute;
  color: #fff;
  font-weight: 700;
}
#introduction-section .introduction-block img {
  width: 100%;
}
#introduction-section .introduction-block:nth-child(2) {
  top: 25%;
  left: 0;
  transform: translateX(-45%);
}
#introduction-section .introduction-block:nth-child(3) {
  bottom: 5%;
  left: 50%;
  transform: translateX(-100%);
}
#introduction-section .introduction-block:nth-child(4) {
  top: 16%;
  right: 0;
  transform: translateX(50%);
}
.introduction-point {
  background: linear-gradient(180deg, #053f74 0%, #043059 100%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: table;
}
.introduction-point > span {
  display: table-cell;
  vertical-align: middle;
}

/* .introduction__bg__color {
  background: linear-gradient(0deg, #F6F6F6, #F6F6F6),
linear-gradient(238.67deg, #243B55 4.49%, #141E30 93.73%);
} */

.introduction__bottom__outer__bg {
  height: 100px;
  /* background-color: #233954; */
}

.introduction__bottom__inner__bg {
  height: 800px;
  background-color: white;
  border-radius: 40px 40px 0 0;
}

section#faqs {
  background: #fff;
}

.faq__bg {
  flex: 1;
}
.faq__bg img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(25%);
  height: 38rem;
}

.__title {
  font-size: 3.75rem;
  font-weight: 700;
  background: linear-gradient(96.23deg, #5aa1e2 0%, #78ffd6 47.3%, #0972d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.__head-title {
  font-size: 2.25rem;
  font-weight: 700;
  padding-top: 15px;
  background: linear-gradient(96.23deg, #5aa1e2 0%, #78ffd6 47.3%, #0972d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-control {
  background: #0a1120 !important;
  box-shadow: 0px 12px 56px 0px #061c3d1f !important;
  border: unset !important;
  margin-bottom: 0 !important;
  padding: 20px 10px !important;
  color: #fff !important;
  font-size: 1rem !important;
  border-radius: 16px !important;
}
.input-group .btn {
  z-index: 10;
  background-color: #043059 !important;
  border: 0 !important;
  right: 10px !important;
  padding: 10px 20px;
  border-radius: 8px !important;
}
::placeholder {
  color: #899197 !important;
}
.hr2 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.text-secondary {
  color: #899197 !important;
}
.get__app {
  padding: 7rem 0;
}

.get__app__content {
  background:
    url(/assets/get_app/get_app_left_background.png) no-repeat top left,
    url(/assets/get_app/get_app_right_background.png) no-repeat top right;
  background-color: #053f74;
  border-radius: 40px;
}

.footer__gradient__text {
  background: linear-gradient(96.23deg, #5aa1e2 0%, #78ffd6 47.3%, #0972d3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #899197;
}

.footer__placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #899197;
  opacity: 1;
}

.footer__placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #899197;
  opacity: 1;
}

.footer__placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #899197;
}

.footer__no__underline {
  text-decoration: none;
}

input[type="text"] {
  display: block;
  width: 300px;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 1.5em;
}
.text-white-p {
  margin-top: 0;
  font-size: 14px;
  color: white;
}

.navbar-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
  .translate-middle-y-md {
    transform: translateY(-50%);
  }
  .mt-min-10-md {
    margin-top: -10%;
  }
  .pe-0-md {
    padding-right: 0px;
  }
  .ps-5-md {
    padding-left: 3rem;
  }
  .px-5-md {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .mb-0-md {
    margin-bottom: 0 !important;
  }
  .mb-4-md {
    margin-bottom: 2rem !important;
  }
  .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
    padding-left: 0;
  }
  /* .text-white-p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 12px;
    color: white;
  } */
  .custom-btn {
    width: auto;
    height: auto;
    border-radius: 20px;
    display: inline-block;
  }

  .custom-btn-container {
    display: inline-block;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .__title {
    font-size: 2.2rem;
  }
  .__head-title {
    font-size: 1.5rem;
  }
  #introduction-section .introduction-block {
    position: relative;
    transform: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    top: unset !important;
    margin: 15px 0;
    max-width: 330px;
  }
  .obstacle__payments__title {
    font-size: 2.5rem !important;
  }
  .type__description__title,
  .payments__title {
    padding: 1rem 0;
    font-size: 2rem;
  }
  .type__description {
    padding-bottom: 4rem;
  }
  .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
    padding-left: 0;
  }
  .text-white-p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 12px;
    text-align: justify;
    color: white;
  }
  .navbar-collapse {
    flex-direction: column;
    justify-content: center;
  }

  .navbar-nav {
    gap: 10px;
  }

  .dropdown {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .dropdown a {
    justify-content: center;
  }

  .btn {
    width: 100%;
  }

  .nav-item {
    text-align: center;
    width: 100%;
  }
  .custom-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .custom-btn-container {
    padding-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    text-align: center;
  }
}
