
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@font-face {
  font-family: 'American Captain';
  src: url('../fonts/american-captain.eot');
  src: url('../fonts/american-captain.eot?#iefix') format('embedded-opentype'),
       url('../fonts/american-captain.woff2') format('woff2'),
       url('../fonts/american-captain.woff') format('woff'),
       url('../fonts/american-captain.ttf')  format('truetype'),
       url('../fonts/american-captain.svg#american captain') format('svg');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 20px;
 
}

h1 {
  font-family: "American Captain";
  color: hsl(0, 0%, 100%);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

h2 {
  font-family: "American Captain";
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 71px
}

h3 {
  font-family: "American Captain";
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  
}

h4 {
  color: #000;
  font-family: "American Captain";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}
h5 {
  color: #000;
  font-family: "Roboto", sans-serif;;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px; /* 143.333% */
}

h6 {
  font-family: "Roboto", sans-serif;;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; 
}

p {
  color: #000;
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

a, a:hover {
  text-decoration: none;
  transition: all 0.3s;
  color: #ffc306;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.default-btn {padding: 15px 45px;display: inline-block;border-radius: 8px;background: #FDB700;color: #020202;text-align: center;font-size: 24px;font-weight: 700; /* 179.167% */text-transform: capitalize;}
/* Header Start  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header .nav.custom-navbar {
  padding: 20px 0;
  transition: all 0.2s;
  background: #000;
  text-align: center;
}

.header.fixed-top .nav.custom-navbar {
  padding: 25px 0;
  transition: all 0.2s;
}


/* Banner section  */

.home-banner-inner {
  padding: 42px 0;
  background: url('../img/banner-img.jpg');
  background-size: cover;
  text-align: center;
}
.home-banner-inner h1 {
  font-size: 50px;
  margin: 0;
}
/* Banner section  */

/* About section  */
.about-section {
  padding: 84px 0 99px 0;
}
.abt-content {
  padding-left: 30px;
  max-width: 567px;
  width:100%;
}

.abt-content h3 {
    margin: 0;
    padding-bottom: 28px;
}

.abt-content p {
    margin: 0;
}
/* About section  */

/* pay section */
.pay-sec {
  border-bottom: 1px solid #F3EEE0;
  background: #F4F4F4;
  padding: 100px 0 123px  0;
}

.pay-sec-heading {
  text-align: center;
  max-width: 890px;
  width: 100%;
  margin: auto;
  padding: 0 0 44px 0;
}
.pay-sec-inner {
    max-width: 736px;
    margin: auto;
}

.pay-sec-heading h2 {
    margin: 0px 0 17px 0;
}

.pay-sec-heading h5 {
  margin: 0 0 31px  0;
}

.label-area h4 {
    display: inline-flex;
    padding: 8px 45px;
    border-radius: 8px;
    background: #FF1B1B;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: normal; /* 143.333% */
    text-transform: capitalize;
    margin: 0;
}


.total-amount-area {
  border-radius: 13px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 30px;
  margin: 0 0 68px 0;
}

.total-amount-area ul li {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
}
.total-amount-area ul li:first-child {
  padding-top: 0;
}
.total-amount-area ul li:last-child {
  border: none;
  padding-bottom: 0;
  align-items: flex-start;
}

.total-amount-left {
  color: #000;
 font-style: normal;
  font-weight: 400;
  line-height: 43px; /* 215% */
  text-transform: capitalize;
}



.total-amount-note {
  color: #7B7B7B;
  font-size: 18px;
  font-weight: 400;
  line-height: 43px; 
  vertical-align: middle;
}
.total-amount-left h5 {
  margin: 0;
  font-weight: 500;
}
.total-amount-price h5 {
  font-weight: 500;
   /* 153.571% */
  margin: 0;
}
.total-amount-left img {
  vertical-align: middle;
}
/* Pay Accordian  */
.pay-accordian .pay-accordian-header {
  display: flex;
  padding: 18px 24px;
  gap: 14px;
  align-items: center;
  background: #ffff;
}

.pay-accordian .accordion-item .pay-accordian-header .accordion-button{
  background: #0000;
  padding: 0;
  display: block;
  pointer-events: none;
  box-shadow: none;
}


.pay-accordian.accordion {
    border-radius: 8px;
    border: 1px solid #C3C3C3;
    background: #F4F4F4;
    overflow: hidden;
}

.pay-accordian-header:first-child {
    border-top: 0;
}

.pay-accordian.accordion .accordion-item:not(:last-child) {
    border: none;
    border-bottom: 1px solid #C3C3C3;
}


.accordion-header.pay-accordian-header.active-accordian {
    background: #060606;
}

.pay-accordian .pay-accordian-header button {
    display: flex;
    pointer-events: none;
    touch-action: none;
    border: none;
    background: #0000;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 43px; */ /* 238.889% */
    justify-content: space-between;
    width: 100%;
}

.accordion-button::after {
    display: none;
}

.pay-accordian .pay-accordian-header.active-accordian button {
    color: #ffff;
}


.accordion-header.pay-accordian-header input[type="radio"] {
  appearance: none;
  height: 18px;
  width: 18px;
  border: 2px solid #D8D8D8;
  border-radius: 50%;
}

.accordion-header.pay-accordian-header.active-accordian input[type="radio"]:checked {
  height: 3px;
  width: 3px;
  border-radius: 50%;
  border: 5px solid #fff;
  padding: 5px;
  background: #000000;
}

.accordion-item {
    border: none;
}

.total-amount-left img {
  vertical-align: middle;
}

.accordion-body.pay-accordian-body {
  padding: 26px 28px  26px 28px;
}

 .form-control {
  padding: 20px 17px;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
  background: #FFF;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.accordion-body.pay-accordian-body .form-group {
  margin-bottom: 11px;
  position: relative;
}

.accordion-body.pay-accordian-body .form-group .query-icon {
  border: none;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0000;
  height: fit-content;
}
.accordion-body.pay-accordian-body .form-control::placeholder {
    color: #7B7B7B;
}


.accordion-item:last-of-type>.accordion-collapse {
  background: #f4f4f4;
}
/* Pay Accordian  */

.payment-option-area {
  margin: 0 0 69px 0;
}

.payment-option-area h4, .payment-address-area h4 {
  margin: 0;
}

.payment-option-area p, .payment-address-area p {
  color: #676767;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
   /* 238.889% */
  margin: 0 0 18px 0;
}
.submit-btn .default-btn {
    width: 100%;
    margin: 26px 0 0 0;
}
/* pay section */
.abt-below-section {
  
padding: 82px 0 115px 0;
}
.reflector .row:nth-child(even) .abt-content {
  padding: 0;
  padding-right: 30px;
}

.reflector .row:not(:last-child) {
  margin-bottom: 84px;
}
.reflector .row:nth-child(even){
  flex-direction: row-reverse;
}

.footer {
  background: #000;
}

.footer-icon ul {
  display: flex;
  justify-content: end;
  gap: 12px;
}

.footer-bottom {padding: 20px 0;border-top: 1px solid #2C2C2C;}

.footer-logo {
  padding: 32px 0 ;
}

.footer-bottom p {
  color: #A1A1A1;
  font-size: 18px;
  font-weight: 400;
  line-height: normal; /* 200% */
  text-align: center;
  margin: 0;
}


.download-btn {
  background: #000;
  padding: 9px 36px;
  font-size: 15px;
  border-radius: 20px;
  box-shadow: inset 5px 3px 4px 2px #9b939359, inset 0px 1px 18px 0 #ffffff40, 0px 0px 12px 1px #00000052;
  margin: 17px 0 0 0;
  display: inline-block;
}
.note-block {
  padding: 40px 16px;
  /* border: 3px solid #e9e9e9; */
  border-radius: 16px;
  background: #e7e7e7;
}
.note-block p {
  font-size: 19px;
  line-height: 29px;
  margin: 0 0 12px 0;
}

.swal-footer {
  text-align: center;
  }
  .swal-button {
background: #FDB700;
}

button {
  border: none;
}
/* HTML: <div class="loader"></div> */
.myLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000078;
  z-index: 999;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgb(194, 194, 194);
  border-right-color: #FDB700;
  animation: l2 1s infinite linear;
}

.myLoader {
  display: none;
}

.myLoader.my-flex {
  display: flex;
}
.swal-text {
    text-align: center;
    max-width: 382px;
    width: 100%;
    line-height: 1.4;
}
@keyframes l2 {to{transform: rotate(1turn)}}