:root {
  --theme-blue: #2CB9F4;
  --theme-tomato: #F15D23;
  --msg-box-box-circle-w: 110px;
  --benifit-content-blur-width: 300px;
  --benifit-content-blur-after-width: 800px;
  --support-card-header-h: 170px;
}

.custom-title {
  color: var(--theme-tomato);
}

/**
*hero section
*/
header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .container {
  padding-left: 3rem;
  padding-right: 3rem;
}

.header.fixed-header {
  background: #181214;
  padding: 10px 0;
}

.logo-icon {
  width: 6.5rem;
}

.navs a {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 60px;
  position: relative;
  color: #fff;
  border: none;
}

.navs a:hover {
  background-color: var(--theme-blue);
}

.navs {
  gap: 1.5rem;
}

.hero-section {
  top: 0;
  right: 0;
  position: relative;
}

.hero-content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  position: absolute;
}

.msg-box {
  padding: 2rem;
  padding-bottom: 4.5rem;
  background-color: #f15d2316;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  position: relative;
  /* background-image: radial-gradient(circle at bottom left, red, green 50%); */
  ;
  line-height: 20px;
  font-size: 15px;
}

.msg-box::after {
  content: '';
  width: var(--msg-box-box-circle-w);
  height: var(--msg-box-box-circle-w);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #f15d2312;
  filter: blur(17px);
  position: absolute;
  right: calc(30px - (var(--msg-box-box-circle-w) / 2));
  bottom: calc(30px - var(--msg-box-box-circle-w) / 2);
  -webkit-filter: blur(17px);
}

.msg-box::before {
  content: '';
  width: var(--msg-box-box-circle-w);
  height: var(--msg-box-box-circle-w);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #f15d2312;
  filter: blur(17px);
  position: absolute;
  top: calc(30px - (var(--msg-box-box-circle-w) / 2));
  left: calc(30px - var(--msg-box-box-circle-w) / 2);
  -webkit-filter: blur(17px);
}

.btn-msg-box {
  position: relative;
  left: 2rem;
  /*top: 50%;
  */
  bottom: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/**
* News letter section
*/
.news-letter-section {
  background-image: url(https://japtickets.com/v2_beta/images/listing-bg.svg);
  min-height: 1133px;
  margin-top: 100px;
  background-repeat: no-repeat;
  /* background-size: contain; */
}

.news-letter-section form input[type='text']::placeholder,
.news-letter-section form input[type='password']::placeholder {
  font-weight: bold;
}

.news-letter-section form input[type='text'],
.news-letter-section form input[type='password'] {
  padding-left: 1.3rem;
  font-weight: 400;
  border: none;
}

.news-letter-section form {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  border-radius: 22px;
  background: #fdfafa;
  background: -moz-linear-gradient(left, #fdfafa 0%, #e8d5cf 100%);
  background: -webkit-linear-gradient(left, #fdfafa 0%, #e8d5cf 100%);
  background: linear-gradient(to left, #fdfafa 0%, #e8d5cf 100%);
  position: relative;
  z-index: 100;
}

.news-letter-section .form-wrapper::after {
  background: url(https://japtickets.com/v2_beta/images/grid-dots.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 130px;
  width: 130px;
  position: absolute;
  top: -65px;
  right: -52px;
  content: '';
  z-index: 1;
}

.news-letter-section .number-count {
  padding-top: 200px;
}

/**
*how we works section
*/
.how-works-section h2 {
  margin-bottom: 6rem;
}

.how-works-section .custom-card {
  background-color: #FF6430;
  color: white;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 2rem;
  font-size: 15px;
  line-height: 20px;
  background: linear-gradient(to right, #FF6430, #FF976F);
  height: 100%;
  /* align-items: center; */
  display: flex;
  align-items: center;
  min-height: 8.5rem;
}

.how-works-section .custom-card .card-img {
  position: absolute;
  max-width: 90px;
  max-height: 90px;
  height: auto;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.how-works-section .custom-card p {
  z-index: 1;
}

.custom-card-row {
  row-gap: 5rem;
}

.how-works-section .custom-card .card-number {
  color: #F2794F;
  position: absolute;
  right: 0;
  font-size: 8.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/**
*what if section
*/

.what-if-section {
  margin-top: 7rem;
}

.what-if-card {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #E8D5CF;
  background: linear-gradient(to left, #F6EFED, #E8D5CF);
  padding: 2rem;
  border-right: 4px solid var(--theme-tomato);
  border-left: 4px solid var(--theme-tomato);
  font-size: 15px;
  line-height: 20px;
}

.what-if-card .img {
  width: 50px;
  height: auto;
}

.what-if-card .wave-img {
  position: absolute;
  max-width: 150px;
  height: auto;
  right: 150px;
  top: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/**
*service insight section
*/
.service-insight-section {
  margin-top: 7rem;
}

.service-insight-section .service-insight-card {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #FAF2EF;
  padding: 2rem;
  border: 1px solid var(--theme-tomato);
  font-size: 15px;
  line-height: 20px;
}

.service-insight-section .double-arrow {
  width: 45px;
  height: 45px;
}

.service-insight-section .service-tab {
  gap: 1rem;
  justify-content: space-between;
  background-color: #E0CBC3;
  padding: 20px 2rem 20px 2rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.service-insight-section .service-tab li {
  min-width: 9rem;
}

.service-insight-section .service-tab .nav-link {
  background-color: #4A4A4A;
  color: white;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.service-insight-section .service-tab .nav-link.active {
  background-color: var(--theme-tomato);
  color: white;
}

.service-insight-section .tab-content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #FAF2EF;
  background: linear-gradient(to left#F3EFEC, #FCF4F1);
  padding: 2rem;
  font-size: 15px;
  line-height: 20px;
  min-height: 200px;
}

.service-insight-section .tab-content .icon-img {
  height: 130px;
  width: auto;
}

.service-insight-section .shadow-container {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

/**
*service benigits section
*/
.service-benifits-section {
  background: #FBF5F4;
  /* background: linear-gradient(to left, #FCF7F7, #F9F2F0); */
  overflow: hidden;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.service-benifits-section .benifit-header {
  padding-top: 3rem;
  padding-bottom: 3rem;
}


.service-benifits-section .benifit-header img {
  width: 120px;
  height: auto;
  margin-top: 0.5rem;
}

.service-benifits-section .benifit-content {
  border: 1px solid var(--theme-tomato);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #ffffff5f;
  padding: 3rem 2rem 3rem 2rem;
  position: relative;
  z-index: 2;
}

.service-benifits-section .benifit-content .benifit-list-icon {
  min-width: 45px;
}

.service-benifits-section .benifit-content .benifit-list-icon .arrow-icon {
  width: 14px;
  height: auto;
}

.service-benifits-section .benifit-content .benifit-list-icon .logo-icon {
  width: 40px;
  height: auto;
}

.service-benifits-section .benifit-content .benifit-content-sub {
  font-size: 14px;
  line-height: 20px;
  padding-left: 60px;
}


.service-benifits-section .benifit-content .benifit-list-content {
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
}

.service-benifits-section .benifit-content .benifit-list-content h6 {
  font-weight: bold;
}

.service-benifits-section .benifit-content-wrapper {
  position: relative;
}

.service-benifits-section .benifit-content-wrapper::before {
  content: '';
  width: var(--benifit-content-blur-width);
  height: var(--benifit-content-blur-width);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #25a9e11a;
  filter: blur(17px);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: blur(17px);
  transform: translate(-30%, -60%);
  -webkit-transform: translate(-30%, -60%);
  -moz-transform: translate(-30%, -60%);
  -ms-transform: translate(-30%, -60%);
  -o-transform: translate(-30%, -60%);
}

.service-benifits-section .benifit-content::after {
  content: '';
  width: var(--benifit-content-blur-after-width);
  height: var(--benifit-content-blur-after-width);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #f15d230f;
  filter: blur(17px);
  position: absolute;
  left: 100%;
  top: -5%;
  -webkit-filter: blur(17px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/**
*exp section
*/

.exp-section {
  margin-top: 5rem;
}

.exp-section .support-cards {
  margin-top: 5rem;
}

.support-cards {
  row-gap: 2rem;
}

.support-card .support-card-inner {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background-color: var(--theme-tomato);
  overflow: hidden;
  height: 100%;
}

.support-card .support-card-body {
  text-align: center;
  color: white;
  padding: 2rem 3rem 3rem 3rem;
  font-weight: bold;
  /* overflow: hidden; */
}

.support-card .support-card-header {
  position: relative;
  /* overflow: hidden; */
  height: var(--support-card-header-h);
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
}

.support-card .support-card-header img {
  z-index: 1;
  width: auto;
  height: 70px;
  margin-top: 30px;
}

.support-card .support-card-header::after {
  content: '';
  height: calc(var(--support-card-header-h) + 30px);
  width: 100%;
  background-color: #63C2E9;
  background: linear-gradient(to bottom, #6BC5EA, #25AAE1);
  position: absolute;
  top: -60px;
  left: 30px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
}

.video-wrap {
  max-width: 600px;
  margin-top: 6rem;
}

.video-wrap .video-loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.video-img-wrapper {
  cursor: pointer;
}

/**
*testimonial section
*/
.testimonial-section {
  margin-top: 8rem;
}

.testimonial-section h2 {
  position: relative;
}

.testimonial-section h2 .with-shape {
  position: relative;
}

.testimonial-section h2 .with-shape img {
  position: absolute;
  width: 70px;
  height: auto;
  left: 45px;
  z-index: -1;
  top: -15px;
}

.testimonial-section h2 .with-shape .text {
  z-index: 1;
}

.testimonial-section .carousel-wrapper {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  border-radius: 22px;
  background: #e2e2e2;
  background: -moz-linear-gradient(left, #e2e2e2 0%, #FEFEFE 100%);
  background: -webkit-linear-gradient(left, #e2e2e2 0%, #FEFEFE 100%);
  background: linear-gradient(to right, #e2e2e2 0%, #FEFEFE 100%);
  position: relative;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.testimonial-section .carousel-outter {
  position: relative;
}

.testimonial-section .carousel-outter::after {
  content: '';
  background-image: url(../images/grid-dots.svg);
  width: 90px;
  height: 90px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: -45px;
  left: -45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); */
}

.carousel-wrapper .name-wrapper img {
  width: 50px;
  height: auto;
}


.carousel-wrapper .quote-shape {
  width: 110px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 20%;
}

/**
*payment method section
*/

.payment-method-section {
  margin-top: 12rem;
}

.payment-methods-wrapper {
  background: url(../images/bg-2.svg) no-repeat center;
  height: 865px;
  position: relative;
  margin-bottom: 50px;
}

.payment-methods-wrapper .container {
  height: 100%;
}

.payment-method-section h2 .with-shape {
  position: relative;
}

.payment-method-section h2 .with-shape img {
  position: absolute;
  width: 70px;
  height: auto;
  left: -15px;
  z-index: -1;
  top: -25px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.payment-method-section h2 .with-shape .text {
  z-index: 1;
}

.payment-method-section .payment-methods {
  row-gap: 1.5rem;
  column-gap: 1rem;
}

.payment-method-section .payment-methods img {
  width: 150px;
  height: auto;
}

/**
*responsive
*/

@media only screen and (max-width: 1366px) {
  .hero-content {
    top: 65%;
  }
}

@media only screen and (max-width: 991px) {
  .number-count h1 {
    font-size: 33px;
  }

  .number-count h4 {
    font-size: 20px;
  }

  .news-letter-section .number-count {
    padding-top: 10px;
  }

  .news-letter-section {
    padding: 60px 20px;
    min-height: inherit;
    height: auto;
    background: linear-gradient(to right, #867f7d 0%, #f15d23 100%);
  }

  .news-letter-section .form-wrapper::after {
    height: 0;
    width: 0;
  }

  .payment-methods-wrapper {
    padding: 60px 20px;
    min-height: inherit;
    height: auto;
    background: linear-gradient(to right, #867f7d 0%, #f15d23 100%);
  }
}


@media only screen and (max-width: 768px) {
  .hero-content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .hero-content h1, .custom-title{
    font-size: 33px;
  }

  .btn-msg-box {
    left: 0;
  }

  .what-if-card{
    flex-wrap: wrap;
  }
  .what-if-card .img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }

  .benifit-header h2{
    font-size: 33px;
  }

  .benifit-header img{
    width: 90px;
  }

  .service-benifits-section .benifit-content .benifit-content-sub {
    padding-left: 0;
  }

  .exp-section .container h2{
    font-size: 33px;
  }

  .support-card .support-card-header img {
    height: 55px;
    margin-top: 30px;
  }

  .payment-method-section .payment-methods img {
    width: 115px;
  }
}

@media only screen and (max-width: 576px) {
  .support-card .support-card-header::after {
    top: -90px;
  }
}