body {
  background-color: #f8f9fa;
}
.payment-summary, .payment-form {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.payment-summary h1, .payment-form h1 {
  font-size: 24px;
  font-weight: bold;
}
.highlight-text {
  font-size: 32px;
  color: black;
  font-weight: bold;
}
.secondary-text {
  font-size: 16px;
  color: grey;
}
.error-text {
  color: red;
  font-size: 16px;
  font-weight: bold;
}
.countdown_text{
  color: red;
  font-size: 36px;
}
.discount-text {
  color: red;
  font-size: 16px;
}
.original-cost {
  color: red;
  text-decoration: line-through;
  font-size: 14px;
}
.form-control, .StripeElement {
  height: 44px;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(206, 212, 218, 0.6); /* Slight shadow to match Stripe */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, .StripeElement--focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.StripeElement {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(206, 212, 218, 0.6); /* Same shadow for consistency */
  transition: box-shadow 150ms ease, border-color 150ms ease;
}
.StripeElement--focus {
  border-color: #80bdff;
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/*Candyman --> */

body {
  -webkit-background-size: 100% auto !important;
  /* min-height: 200vh; */
  /* background-size: 100vw auto;  */
  background-repeat: no-repeat;
  background-color: white;
  background-position: center -50%;
}

.my-5{
  opacity: 0;
  animation: 1s ease-in-out ScaleAnim;
  animation-fill-mode: forwards;
}

@keyframes ScaleAnim {
  from {
    /* pushes the sun down past the viewport */
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    /* returns the sun to its default position */
    transform: scale(1) ;
    opacity: 1;
  }
}

.text-center {
  text-align: center !important;
  color: white;
}

.container .my-4 {
  margin-top: 2rem !important;
}

.container .my-5 {
  margin-top: 4rem !important;
  margin-bottom: 10rem !important;
}

h1,h2 {
  font-family: 'Montserrat';
  font-size: 32px;
}

.payment-summary {
  padding: 40px;
}
.payment-form {
  padding: 40px !important;
}

.form-group label {
  font-weight: 600 !important;
}

.payment-form button {
  font-size: 16px;
  font-family: 'Montserrat';
  color: black;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 10px;
  border-width: 0px;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(236, 201, 114, 1) 0%, rgba(248, 227, 136, 1) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.payment-form button:hover{
  color: black;
  background: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.payment-form button:focus {
  background: black;
}

.Azoulay{
  width: 250px;
}

.Quote{
  margin-left: 40px;
}

.QuoteText{
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
}

.QuoteSection{
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 4rem;
}

.footer{
  background-color: white;
  height: 20vh;
  width:100vw;
}

/*
.my-4::before {
  content: url('https://i.ibb.co/R4M9V52/Crown4.png');
  display: inline-block;
  height: auto;
}
*/
@media only screen and (max-width: 900px) {
  .payment-summary, .payment-form {
    padding: 20px !important;
    margin-bottom: 2em;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .container .my-4 {
    margin-top: 4rem !important;
  }
  .container .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 10rem !important;
  }

  h1, h2 {
    font-family: 'Montserrat';
    text-align: center;
  }

  .col-md-6 .payment-form {
    padding: 20px !important;
  }
  .highlight-text {
    font-size: 16px;
  }

  body {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
  }

  .QuoteSection {
    display: block;
    text-align: center;
    margin-top: 2em;
  }

  .Quote{
    margin-left: 0;
    margin-top: 3em;
  }

  .payment-summary > p {
    text-align: center;
  }

  .col-md-6 .payment-form{
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
}

/*
.text-center:before {
  display: inline-block;
  background-image: url("/images/KingSmile.jpg");
  background-size: 300px 350px;
  width: 300px;
  height: 350px;
  content: "";
  margin-bottom: 60px;
  margin-top: 20px;
}
*/


.text-center h2 {
  margin-top: 200px;
  color: black;
}

.countdown_text{
  margin-top: 0 !important;
  color: red !important;
}

.my-4 p {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: left;
  display: inline-block;
}

.my-4 p:first-child + p {
  font-size: 16px;
  font-family: 'Lato';
}

@media only screen and (max-width: 1800px) {
  body {
    -webkit-background-size: 100% auto !important;
    /* min-height: 200vh; */
    /* background-size: 100vw auto;  */
    background-repeat: no-repeat;
    background-color: white;
    background-position: center -40%;
  }
}

@media only screen and (max-width: 1730px) {
  body {
    -webkit-background-size: 1800px auto !important;
    /* min-height: 200vh; */
    /* background-size: 100vw auto;  */
    background-position: center -40%;
  }
}

@media only screen and (max-width: 1620px) {
  body {
    -webkit-background-size: 1800px auto !important;
    /* min-height: 200vh; */
    /* background-size: 100vw auto;  */
    background-position: center -40%;
  }
}

@media only screen and (max-width: 1520px) {
  body {
    -webkit-background-size: 1800px auto !important;
    /* min-height: 200vh; */
    /* background-size: 100vw auto;  */
    background-position: center -40%;
  }
}

@media only screen and (max-width: 1420px) {
  body {
    -webkit-background-size: 1800px auto !important;
    /* min-height: 200vh; */
    /* background-size: 100vw auto;  */
    background-position: center -40%;
  }
}

@media only screen and (max-width: 1330px) {
  body {
    -webkit-background-size: 1400px auto !important;
    background-position: center 0%;
  }
  .my-4 p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1030px) {
  body {
    -webkit-background-size: 1400px auto !important;
    background-position: center 0%;
  }
  .my-4 p {
    font-size: 16px;
  }

  .Quote .QuoteText {
    font-size: 16px;
  }

  .Quote p {
    font-size: 14px;
  }

  h1, h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 880px) {
  body {
    -webkit-background-size: 1100px auto !important;
    background-position: center 0%;
  }
  .my-4 p {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: normal;
  }

  .Azoulay {
    width: 150px;
  }

  .Quote{
    margin-top: 20px;
  }

  .text-center h2 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 700px) {
  body {
    -webkit-background-size: 1100px auto !important;
    background-position: center 0%;
  }
  .my-4 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 580px) {
  body {
    -webkit-background-size: 1000px auto !important;
    background-position: center 0%;
  }
  .my-4 p {
    font-size: 16px;
  }

  .QuoteText{
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 509px) {
  body {
    -webkit-background-size: 1000px auto !important;
    background-position: center 0%;
  }
  .my-4 p {
    font-size: 12px;
  }

  .Quote .QuoteText {
    font-size: 12px;
  }

  .Quote p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 430px) {
  body {
    -webkit-background-size: 1000px auto !important;
    background-position: center 0%;
  }
  .my-4 p {
    font-size: 16px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 380px) {
  body {
    -webkit-background-size: 1000px auto !important;
    background-position: center 0%;
  }
  .my-4 p {
    font-size: 16px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 2304px) {
  body {
    -webkit-background-size: 1000px auto !important;
    background-position: center 0%;
  }
}

@media only screen and (min-width: 3270px) {
  body {
    -webkit-background-size: 1000px auto !important;
    background-position: center -40%;
  }
}

/* <-- Candyman*/
.payment-form {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: auto;
}
.form-group {
  margin-bottom: 15px;
}
.form-control, .StripeElement {
  height: 44px;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(206, 212, 218, 0.6); /* Slight shadow to match Stripe */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, .StripeElement--focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.StripeElement {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(206, 212, 218, 0.6); /* Same shadow for consistency */
  transition: box-shadow 150ms ease, border-color 150ms ease;
}
.StripeElement--focus {
  border-color: #80bdff;
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.input-section{
  /*background: url("../images/Graphic.png"); */
}

.Image2 {
  background: url("../images/Graphic5.png");
  background-repeat: no-repeat;
  background-position: bottom 0px right 0px;
  overflow: hidden;
}

.container .my-5 {
  margin-bottom: 1100px !important;
}

.QuoteSection {
  margin-top: 30px;
}

body {
  -webkit-background-size: 2000px auto !important;
    /* min-height: 200vh; */
    /* background-size: 100vw auto; */
    background-repeat: no-repeat;
    background-color: white;
    background-position: center -350px;
}

@media only screen and (max-width: 1388px) {
  .Image2{
    background-size: 130vw;
    background-position: bottom 0px right -200px;
  }
}

@media only screen and (max-width: 1060px) {
  .container .my-5 {
    margin-bottom: 750px !important;
  }
}

@media only screen and (max-width: 701px) {
  .container .my-5 {
    margin-bottom: 600px !important;
  }

  .Image2{
    background-size: 130vw;
    background-position: bottom 0px right -100px;
  }
}

@media only screen and (max-width: 450px) {
  .container .my-5 {

      margin-bottom: 400px !important;
  }
}

.container td {
  border-bottom: 1px solid #dee2e6 !important;
  border-top: none !important;
}
