@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@font-face {
    font-family: 'Bebas Kai';
    src: url('../fonts/BebasKai.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
background-color: #202020;
font-family: 'Poppins', sans-serif;
padding-bottom: 55px;
}
.banner-conatiner{
    width: 100%; 
    height: 195px;
    background-image: url('../images/Competition_nwbg.jpg'); 
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat; 
    margin: 0px 0px 50px 0px;
}

.form-container{
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
}
.contact-title h1 {
    font-family: 'Bebas Kai', Arial, sans-serif;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 30px;
}

.contact-title {
    background-color: #DA0D15;
    color: #fff;
    text-align: center;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
}
.contact-title:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #DA0D15;
    position: absolute;
    bottom: -15px;
    left: 7%;
    transform: translateX(-50%);
}
.form-container form {
    padding: 24px 55px 37px 55px;
}
select {
    position: relative;
    z-index: 10; /* Ensures it renders above other elements */
    display: block;
}

.form-group {
    overflow: visible; 
}
.form-control{   
    font-size: 14px;
    height: 45px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
    border-color: transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #0000000d !important;
    box-shadow: none;
}

label {
    font-weight: 400;
    color: #666;
    line-height: 1.7em;
    font-size: 16px;
}
.form-control:focus {
    border-color: #da0d15;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none;
    color: #666;
    font-family: 'Poppins', sans-serif;
}
.btn-primary{
    border-radius: 27px;
    font-size: 16px;
    padding: 10px 40px;
    margin-top: 10px ! important;
    background: #202020;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.btn-secondary {
    border-radius: 27px;
    font-size: 16px;
    padding: 10px 40px;
    margin-top: 10px ! important;
    background: #da0d15;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.btn-primary:hover{
    background: #da0d15;
}
.btn-secondary:hover{
    background: #202020;
    color: #fff;
}
button.btn.btn-primary {
    margin-left: 15px;
}
select:disabled {
    cursor: not-allowed !important;
}

a#show-coupon {
    color: blue;
    cursor: pointer;
    padding-top: 12px;
    text-align: right;
    float: right;
}
.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}
button#apply-coupon {
    margin-top: 0px !important;
}
.form-group.my-4.flex-column {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 12px;
}
  .form-error{
    color: red;
    font-size: 12px;
    margin-bottom: 5px;
  }
   /* Hide the spinner on Webkit browsers (Chrome, Safari) */
   input[type="number"]::-webkit-outer-spin-button,
   input[type="number"]::-webkit-inner-spin-button {
       -webkit-appearance: none;
       margin: 0;
   }

   /* Hide the spinner on Firefox */
   input[type="number"] {
       -moz-appearance: textfield;
   }

  .btn-box {
    display: flex;
    gap: 12px;
    justify-content: left;
    width: 100%;
}
 /* Default styles */
 select.form-control {
    border: 1px solid transparent;
    color: #666; 
}

/* Style for the placeholder option */
select.form-control option[value=""] {
    color: #aaa; 
}

/* When an error occurs */
select.form-control.error {
    border-color: red;
    background-color: #ffe6e6; 
    color: #666; 
}
.sold-out{
    color:red;
}
/* For invalid placeholder (default option) */
select.form-control.error option[value=""]:checked {
    color: red; 
}

div#pricing {
    padding: 0px 14px;
}
div#pricing2{
    padding: 0px 14px;
}
div#pricing h2 {
    font-size: 20px !important;
    padding: 0px 14px;
    font-weight: 600;
}
label.challenges {
    font-weight: 600;
    font-size: 18px;
}
label.checkbox-inline {
    font-size: 15px;
    margin-bottom: 8px;
}
div#pricing {
    transform: translateY(15px);
}
 @media (max-width: 767px) {
    
    .contact-title h1 {
    font-size: 18px;
    padding: 13px 7px;
}
    .contact-title:after {
        left: 20%;
    }
    .form-container form {
        padding: 22px 5px;
    }
    button.btn.btn-secondary{
        margin-left: 0px;
    }
    button.btn.btn-primary {
    margin-left: 0px;
    }
    label {
        font-size: 14px;
    }
    .form-group {
        overflow: hidden;
    }
    .d-flex {
        display: block;
        margin-bottom: 18px;
    }
    input#coupon-code {
        margin-bottom: 13px;
    }
    button#apply-coupon {
        margin-left: 0px !important;
    }
    .pack-label {
        margin-left: 1px;
    }
   .btn-box {
    display: flex;
    justify-content: left;
    align-items: start;
    padding-right: 15px;
    padding-left: 15px;
    }
   .btn-primary {
    font-size: 14px;
    padding: 10px 26px;
   }
   .btn-secondary {
   font-size: 14px;
    padding: 10px 26px;
   }
     .banner-conatiner {
    width: 100%;
    height: 450px;
     background-image: url('../images/bg_compitition_mob_2026.jpg'); 
     background-position-y: -5px;
    }
    .form-group {
    margin-bottom: 15px;
    padding-bottom: 4px;
    }
    .form-container {
    width: 90%;
    }
  }


  @media (min-width: 768px) and (max-width: 1300px) {

    .contact-title h1 {
        font-size: 25px;
    }
    .form-container form {
        padding: 24px 29px 37px 29px;
    }
    .banner-conatiner {
    height: 120px;
    }
  }
.form-fields-row.col-md-12 {
    padding: 0 !important;
    z-index: 99999;
}

.form-control:focus {

    box-shadow: 0px 2px 0px 1px #da0d15!important;
    background-color: #da0d150d !important;
}



/*css 23/01/2025 */
label.checkbox-inline {
    font-size: 15px;
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: 1fr 7fr;
}
.checkbox-inline, .radio-inline {
    padding-left: 7px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0px;
}
  /* Hide the default checkbox */
  .checkbox-inline input[type="checkbox"] {
    display: none;
  }

  /* Custom checkbox design */
.checkbox-inline .custom-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #da0d15;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

  /* Add the checkmark when the checkbox is checked */
  .checkbox-inline input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '✔';
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }

  /* Style for the strikethrough price */
  .checkbox-inline del {
    color: red;
    font-size: 14px;
    margin-left: 5px;
  }

  /* Style for the offer amount */
  .checkbox-inline span.offer-amount {
    color: #28a745;
    font-weight: bold;
    margin-left: 5px;
  }


.catchy-title h2 {
    font-size: 24px;
    padding: 0px !important;
    color: #fff;
    text-align: center;
    margin-bottom: 30px !important;
}
span.fancy_style {
    color: #fff;
    /*font-family: fantasy;*/
    font-size: 24px;
}
.catchy-title h2:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../images/price before.png');
    background-size: cover;
    margin-right: 8px;
    vertical-align: middle;
}
.catchy-title h2:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../images/price after.png');
    background-size: cover;
    margin-right: 8px;
    vertical-align: middle;
}

