@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --f1: "Marcellus SC", serif;
  --f2: "Poppins", serif;
  --c1: linear-gradient(90deg, rgba(205, 155, 38, 1) 10%, rgba(255, 235, 140, 1) 50%, rgba(205, 155, 38, 1) 90%);
  --c2: #990012;
  --c3: #000;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

.img__contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 500ms all;
}

.banner {
  height: 100%;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}

img {
  width: 100%;
}

#flipbook {
  position: absolute;
  left: 100px;
  display: block;

  top: 50px;
}

.page:not(:first-child)+div:before {
  content: "Page " attr(title);
  color: rgba(255, 255, 255, 0.75);
  left: 200px;
  top: 200px;
  position: absolute;
  display: block;

  text-shadow: 0 0 6px black;

}

.page {
  border: solid 3px white;
  background: no-repeat center top;
  background-size: cover;
  width: 554px;
  display: block;

  height: 554px;
  overflow: hidden;
  opacity: 0.5;
  background-color: white;
}

.hard {
  background: rgba(157, 39, 23, 1);
  display: block;

}

.hard:last-of-type() {
  background: rgba(157, 39, 23, 1);
}

.no1 {
  background-image: url(https://images.unsplash.com/photo-1513622470522-26c3c8a854bc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
}

.no2 {
  background-image: url(https://images.unsplash.com/photo-1561113500-8f4ad4f80a93?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80);
}

.no3 {
  background-image: url(https://images.unsplash.com/photo-1551651767-d5ffbdd04b83?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1003&q=80);
}

.no4 {
  background-image: url(https://images.unsplash.com/photo-1514030982278-0c4c4617d7ba?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80);
}

.no5 {
  background-image: url(https://images.unsplash.com/photo-1532698355571-f845d2cc8151?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1400&q=80);
}

.no6 {
  background-image: url(https://images.unsplash.com/photo-1530178811766-8de178acf14a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80);
}

.no7 {
  background-image: url(https://images.unsplash.com/photo-1596435450055-cabe20834ebf?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1489&q=80);
}


.flag {
  font-size: 90px;
  position: relative;
  top: 40%;
  user-select: none;
}

.main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header_nav li a {
  font-size: 13px;
  font-family: var(--f2);
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  position: relative;
}

.themebtn {
  padding: 10px 20px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid transparent;
}

.logo {
  width: 350px;
  height: auto;
}

.header {
  padding: 20px 0;
}

.header_nav li a:hover {
  font-weight: 600;
  color: var(--c2);
  position: relative;
}

.header_nav li a:before {
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--c2);
  content: '';
  transition: 500ms all;
  left: 0;
  bottom: 0;
}

.header_nav li a:hover:before {
  width: 100%;
}

.themebtn:before {
  height: 100% !important;
  width: 100% !important;
  background: var(--c1) !important;
  z-index: -1;
}

.header_nav li:nth-last-child(1) {
  height: 40px;
}

.themebtn:hover:before {

  opacity: 0;
  visibility: hidden;
}

.themebtn:hover {
  border-color: var(--c2);
  background: transparent;
  color: var(--c2);
}

.payment_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.sec_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

.payment_sec {
  padding: 70px 0;
}

.form_head {
  padding: 15px 40px;
  background: var(--c2);
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: var(--f1);
}

.pay_form {
  display: inline-block;
  width: 100%;
}

.form_box {
  border-radius: 20px;
  box-shadow: 0 0 15px 1px #4444;
  backdrop-filter: blur(8px);
  padding: 40px 40px;
  background: #fff;
}

.input_feild label {
  display: block;
  font-size: 14px;
  font-family: var(--f2);
  font-weight: 500;
  margin: 0 0 8px;
}

.input_feild :is(input, select, textarea) {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  outline: none !important;
  border-radius: 5px;
  border: 1px solid #4444;
}

.input_feild {
  margin: 0 0 15px;
}

.input_feild textarea {
  height: 140px;
}

.input_feildbtn {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input_feildbtn button {
  background: var(--c2);
  color: #fff;
  font-size: 14px;
  transition: 500ms all;
}

.radio_InputsMain {
    margin: 15px 0 15px;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    gap: 7px;
    overflow: hidden;
}

.input_feildradio {
    margin: 0 0 5px;
    align-items: center;
    float: left;
    width: 33.3%;
}
.input_feildradio label {
    font-size: 13px;
    text-transform: capitalize;
}

.radio_head {
  display: block;
  font-size: 14px;
  font-family: var(--f2);
  font-weight: 500;
  margin: 0 0 8px;
}

.form_inner {
  padding: 40px;
}

.form_inner--alt {
  padding: 20px 40px;
}

.themebtn.disabled:hover {
  background: var(--c2);
  color: #fff;
}

.themebtn.disabled {
  filter: grayscale(1);
  opacity: 0.5;
}

.aggree label {
  font-size: 14px;
  margin: 0;
}

.aggree {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.aggree label a {
  color: var(--c2);
  text-decoration: underline !important;
}

.welcome-container p {
    font-size: 13px;
    width: 100%;
    position: relative;
}

.welcome-container p {
    font-size: 13px;
    width: 100%;
    position: relative;
}
 
 
 .welcome-container p span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}

.welcome-container p span {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
}

.brand-logo {
  background: #990012;
}

.brand-logo img {
  width: 100%;
  display: table;
  margin: 0px auto 0px;
  /*background: #990012;*/
  border-radius: 10px 10px 0 0;
  height: 80px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  padding: 10px 0;
}
/*****************************************/
 #loader {
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    bottom: 0px;
    height: 100%;
}
    #loader img {
        width: 210px;
        position: relative;
        bottom: 200px;
    }
    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }
    
    
    
    .StripeElement {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    
    .generate-link{
        text-align: center;
    }


.form_box h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 600;
    font-family: 'poppins';
    text-transform: capitalize;
}

button#pay-button {
    padding: 10px 30px;
    border: none;
    background: #a10000;
    border-radius: 6px;
    color: #fff;
    transition: 500ms;
}

button#pay-button:hover {
    box-shadow: 0px 0px 20px 0px #a10000;
}

.braintree-form__notice-of-collection a {
    color: #000;
    font-weight: 500;
}

.braintree-form__notice-of-collection a:hover {
    color: #a10000;
}