.text-purple {
  color: #4a38a7;
}
.bg-purple {
  background-color: #7e41c0;
  color: #ffffff;
}
.bg-blue {
  background-color: #a1d8e5;
  color: #09417a;
}
.bg-tnc {
  background-color: #282488;
  color:#ffffff;
}
.mt-m100 {
  margin-top: -100px;
}
.mt-m50 {
  margin-top: -50px;
}
.mt-m20 {
  margin-top: -20px;
}

html, body {
  margin:0; padding: 0;
}

input[type="submit"],
button {
  border: none;
}

.hero-banner {
  position: relative;
  width:100%;
  padding-bottom:71.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/hero@2x.jpg);
}
.hero-fade {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: -280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.white-gradient {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 80%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 80%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.top-logo {
  max-width: 450px;
}

.section-divider {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  background-position: center center;
}
.section-divider.white-purple {
  background-image:url(../img/bg-white-purple.jpg);
}
.section-divider.purple-blue {
  background-image:url(../img/bg-purple-blue.jpg);
}

@media (min-width:1600px) {
  .section-divider.white-purple {
    background-image:url(../img/bg-white-purple@2x.jpg);
  }
  .section-divider.purple-blue {
    background-image:url(../img/bg-purple-blue@2x.jpg);
  }
}

.plan-ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.plan-ul li {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size:contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 200px;
  min-height: 200px;
  font-size:1.5rem;
}
.plan-ul li .fee b {
  font-size:160%;
  font-weight: 700;
}
.plan-ul li .cap {
  font-weight: 400;
}
.plan-ul li:nth-child(1) {
  background-image:url(../img/circle-1@2x.png);
}
.plan-ul li:nth-child(2) {
  background-image:url(../img/circle-2@2x.png);
}
.plan-ul li:nth-child(3) {
  background-image:url(../img/circle-3@2x.png);
}
.plan-ul li:nth-child(4) {
  background-image:url(../img/circle-4@2x.png);
}

.check-ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.check-ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size:1.5rem;
  margin:0.8rem;
  color:#09417a;
}
.check-ul li::before {
  content: "";
  display:block;
  width:30px;
  height: 30px;
  background:url(../img/tick-icon.png) no-repeat center center / contain;
  margin-right: 0.5rem;
}

.service-ul{
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
}
.service-ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size:1.5rem;
  margin:2rem;
  color:#09417a;
}
.service-ul li .icon {
  width: 160px;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
.service-ul li .icon.icon-1 {
  background-image:url(../img/icon-sims@2x.png);
}
.service-ul li .icon.icon-2 {
  background-image:url(../img/icon-24@2x.png);
}
.service-ul li .icon.icon-3 {
  background-image:url(../img/icon-loc@2x.png);
}
.promo-code { max-width: 380px; width: 100%; margin:1rem 0;}

.section-divider {
  width: 100%;
  padding: 0;
}

.nav-item button {
  font-size: 2rem;
  font-weight: 700;
  width:300px;
  height: 90px;
  margin:1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ea97fc;
  color:#ea97fc;
  background: transparent;
}
.nav-item button:hover {
  color: #ffffff;
}
.nav-item button.active {
  background:#ffffff;
  color:#ea97fc;
}
.nav-item button.blue-nav,
.nav-item button.blue-nav.active {
  border: 2px solid #08d4d9;
  color:#08d4d9;
}
.monthly-plan-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.monthly-plan-wrapper::-webkit-scrollbar {
  display: none;
}
.monthly-plan {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.monthly-plan li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #ea97fc;
  padding: 10px;
  width: 150px;
  height: 120px;
  border-radius: 15px;
  font-size:1.4rem;
  line-height: 2rem;
  margin-left:-0.3rem;
  position: relative;
  flex-shrink: 0;
  -webkit-box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.4); 
  box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.4); 
}
.monthly-plan li span:nth-child(2) {
  font-size: 160%;
  font-weight: 700;
}
.monthly-plan li::after{
  content: "";
  position: absolute; right: -10px; top:50%; margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #ea97fc;
  border-bottom: 10px solid transparent;
}

.monthly-plan li:nth-child(1) { margin-left: 0; z-index: 9; }
.monthly-plan li:nth-child(2) { background-color: #e459fd; z-index: 8; }
.monthly-plan li:nth-child(3) { background-color: #d037f5; z-index: 7; }
.monthly-plan li:nth-child(4) { background-color: #b637f5; z-index: 6; }
.monthly-plan li:nth-child(5) { background-color: #a42ee8; z-index: 5; }
.monthly-plan li:nth-child(6) { background-color: #7400c6; z-index: 4; }
.monthly-plan li:nth-child(2)::after { border-left: 10px solid #e459fd; }
.monthly-plan li:nth-child(3)::after { border-left: 10px solid #d037f5; }
.monthly-plan li:nth-child(4)::after { border-left: 10px solid #b637f5; }
.monthly-plan li:nth-child(5)::after { border-left: 10px solid #a42ee8; }
.monthly-plan li:nth-child(6)::after { border-left: 10px solid #7400c6; }

.line-title {
  color: #fff;
}
.line-title::before ,
.line-title::after {
  content:"";
  display: inline-block;
  width: 100px;
  height: 10px;
  border-top: 1px solid #fff;
  margin-right: 1rem;
}
.line-title::after {
  margin-left: 1rem;
  margin-right: 0;
}

.mobile-swiper {
  padding: 30px 30px 0;
  /* max-width: 500px; */
}
.mobile-swiper .swiper-slide {
  padding:0 20px;
}
.mobile-swiper .swiper-slide .mobile-wrapper {
  text-align: center;
  /* height: 100%;
  width: auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.mobile-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.mobile-swiper .swiper-slide .desc {
  width: 60%;
}
.mobile-swiper .swiper-slide .desc span {
  display:inline-block;
  width:1.8rem;
  height:1.8rem;
  line-height: 1.6rem;
  text-align: center;
  font-weight: 700;
  border:2px solid #fff;
  border-radius: 100%;
  margin-right: 0.5rem;
}
.swiper-button-next, .swiper-button-prev {
  color:#ffffff;
}
.swiper-slide {
  filter: blur(4px);
}
.swiper-slide-active{
  filter: blur(0);
}

.accordion-body {
  word-break: break-word;
}
.accordion-item:last-of-type {
  border-radius: 0;
  border:0;
}
.accordion-header, .accordion-button {
  border-radius: 0 !important;
  background-color: #282488 !important;
  color: #ffffff !important;
  border:0;
  box-shadow:none !important;
}
.accordion-item:last-of-type .accordion-collapse { border-radius: 0;}
.accordion-item {
  background-color: #282488 !important;
  color: #ffffff !important;
  border: 0;
  box-shadow:none !important
}
.accordion-button {
  height: 60px;
  line-height: 60px;
}
.accordion-button::after {
  width: auto;
  height: 60px;
  content: "+";
  font-size: 26px;
  line-height: 60px;
  background-image: none;
  font-weight: 100;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  width: auto;
  height: 60px;
  background-image: none;
  content: "-";
  font-size: 26px;
  line-height: 60px;
  /* transform: translate(-5px, -4px); */
  transform: rotate(0deg);
}

.buy-now {
  width: 300px;
  transition: all .2s ease-in-out; 
}
.buy-now:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mobile-font-size {
  font-size:100%;
}
.big-font strong {
  font-size:120%;
}
/* // Small devices (landscape phones, less than 768px) */


/* // Medium devices (tablets, less than 992px) */

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) { 
  .monthly-plan {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .top-logo {
    max-width: 180px;
  }
  .hero-fade {
    height: 200px;
    margin-top: -170px;
  }
  .mobile-swiper .swiper-slide img {
    height: 100%;
    width: auto;
    height: 480px;
  }
  .plan-ul {
    flex-wrap: wrap;
  }
  .plan-ul li {
    min-width: 160px;
    min-height: 160px;
    font-size:1.3rem;
  }
  .nav-item button {
    font-size: 1.3rem;
    font-weight: 700;
    width: 150px;
    height: 60px;
    margin: 1rem 0.3rem;
  }
  .line-title::before ,
  .line-title::after {
    width: 50px;
  }
  .service-ul li {
    font-size:1.2rem;
    margin:1rem;
  }
  .service-ul li .icon {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;;
  }
  .en-us .nav-item button {
    font-size:1rem;
    line-height: 1.15rem;
    height: 80px;
  }

}

@media (max-width: 575.98px) { 
  .mobile-swiper .swiper-slide img {
    height: 100%;
    width: auto;
    height: 380px;
  }

  .buy-now {
    width: 200px;
  }
  .promo-code {
    max-width: 280px;
    cursor:copy;
  }
  .plan-ul li {
    min-width: 130px;
    min-height: 130px;
    font-size: 1.1rem;
  }
  .check-ul li {
    font-size: 0.8em;
  }
  .check-ul li::before {
      width: 16px;
      height: 16px;
      margin-right: 0.5rem;
  }
  .line-title {
    font-size: 1.3rem !important;
  }
  .service-ul{
    align-items: flex-start;
    justify-content: space-between;
  }
  .service-ul li {
    font-size:0.9rem;
    margin:0.3rem;
    width: 33.33%;
  }
  .service-ul li .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;;
  }
  .mobile-font-size {
    font-size:80% !important;
  }
}
