@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');


.tru-modal-main-container{
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

 .tru-modal-section h1 {
   font-family: "Lilita One", sans-serif;
    font-size: 65px;
    line-height: 68px;
    margin-bottom: 20px;
    color: #fddda0;
    font-weight: 500;
    text-transform: uppercase;
  }
  
 .tru-modal-section p {
    font-size: 18px;
    color: #fddda0;
    font-weight: 400;
  }
  
 .tru-modal-section input {
    background: #520500;
    color: #fddda0!important;
}
.tru-modal-section input::placeholder{
    color: #fddda0;
}
.tru-modal-section input:focus-visible {
    border: none;
}

 .tru-modal-section input[type="text"],
  .tru-modal-section input[type="email"],
 .tru-modal-section  textarea {
    border-radius: 8px;
    border: 1px solid #fddda0!important;
    font-size: 16px;
    width: 100%;
    background: #520500!important;
  }
  
 .tru-modal-section textarea {
    background: #520500!important;
    color: #ffff!important;
    box-shadow:none!important;
  }
 .tru-modal-section  textarea::placeholder{
    color: #fddda0;
}
  
 .tru-modal-section .photo-upload {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
  }
  
 .tru-modal-section .photo {
    position: relative;
  }
  
  .tru-modal-section .photo img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #fddda0;
  }
  
 .tru-modal-section .remove {
    position: absolute;
    top: -10px;
    right: -3px;
    /* background: #e60000; */
    color: #fddda0;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 30px;
    font-weight: 300;
}

 .tru-modal-section .upload-box {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fddda0;
    border-radius: 8px;
    color: #fddda0;
}
.tru-modal-section button.submit-btn {
    background: #a90d00;
    color: #f8d69b;
    padding: 17px 28px;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #f8d69b;
    border-radius: 8px;
    margin-top: 10px;
}

.tru-modal-section p.note {
    font-weight: 300;
    font-size: 12px;
    margin-top: 15px;
}


.fancybox__container.is-animated{
   z-index: 99999!important;
}

.upload-text{
    font-size: 15px;
    text-align: center;
    padding: 0px 20px;
}

.photo-wrapper .remove{
    position: absolute;
    top: 0px!important;
    right: 8px!important;
    cursor: pointer;
    margin: 0px !important;
    padding: 0px !important;
 }

 /* Date 01 May 2025 */
 .selfie-wrapper-h3{
   font-family: "Lilita One", sans-serif;
 }

 .selfie-wrapper-p{
   color:#888;
   font-size: 16px;
   margin-top: 5px;
 }

 .camera-btn{
   width: 100%;
   border: 1px solid 2px red!important;
   padding: 50px;
   background: red;
 }

 /* --------------------------------  13 May 2025 -------------------------------------- */

.selfee-inner-box {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
/*    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

.selfee-inner-box-right {
    background-color: #f0f0f0;
    background-image: 
        repeating-conic-gradient(
            #e9e9e9 0deg 90deg,
            #f7f7f7 90deg 180deg
        );
    background-size: 50px 50px;
}


.selfee-inner-box-right i{
    font-size: 40px;
    color: #fc4b34;
}

.selfee-inner-box-right h5{
    font-size: 30px;
    color: #fc4b34;
}

.selfee-inner-box-left{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat!important;
    overflow: hidden!important;
}

.cusm-btn-selfee{
    border-radius: 50px!important;
    padding: 10px 25px!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

