
body {
    margin: 0;
    padding: 0;
}

.splash-screen, .email-screen, .otp-screen, .hello-juror-screen, .screen {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.splash-screen {
    background-image: url('desktop-background.jpg');
}

.otp-screen, .hello-juror-screen {
    background-image: url('desktop-background.jpg');
}


.logo {
    width: 50px;
    height: auto;
    margin: 0 10px;
}

.logo-section {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
}

.logos img {
    max-width: 200px;
    height: auto;
}

.heading {
    font-size: 5rem;
    color: #EE6157;
    font-family: Coolvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.heading2 {
    font-size: 5rem;
    color: #FFCA05;
    font-family: coolvetica, sans-serif;
    /* font-weight: 700; */
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.heading3 {
    font-size: 4rem;
    color: #FE702E;
    font-family: coolvetica, sans-serif;
    /* font-weight: 700; */
    letter-spacing: -2px;
    margin-bottom: 20px;
}



.subheading {
    font-size: 2.8rem;
    font-weight: 500;
    color: #B5985A;
    letter-spacing: -2px;
    line-height: 60px;
    margin-bottom: 30px;
}

.heading4 {
    font-size: 4.5rem;
    color: #FFCA05;
    font-family: coolvetica, sans-serif;
    /* font-weight: 700; */
    letter-spacing: -2px;
    line-height: 60px;
    margin-bottom: 20px;
}

.heading5 {
    font-size: 4rem;
    color: #782537;
    font-family: coolvetica, sans-serif;
    /* font-weight: 600; */
    letter-spacing: -2px;
    line-height: 60px;
    margin-bottom: 20px;
}



.subheading4 {
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    letter-spacing: -2px;
    line-height: 24px;
    margin-bottom: 30px;
    overflow-y: scroll;
    height: 350px;
}

.heading6 {
    font-size: 5rem;
    color: white;
    font-family: coolvetica, sans-serif;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 60px;
    margin-bottom: 20px;
}



.subheading6 {
    font-size: 3rem;
    font-weight: 500;
    color: #FFCA05;
    letter-spacing: -2px;
    line-height: 24px;
    margin-bottom: 30px;
}

.subheading4::-webkit-scrollbar {
    width: 10px; 
}


.subheading4::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px; 
}


.subheading4::-webkit-scrollbar-thumb {
    background: #841C37; 
    border-radius: 10px; 
}

.subheading4::-webkit-scrollbar-thumb:hover {
    background: #e65a1e; 
}

.subheading2 {
    font-size: 2.8rem;
    font-weight: 500;
    color: white;
    letter-spacing: -2px;
    line-height: 60px;
    margin-bottom: 30px;
}

.next-btn {
    font-size: 1.1rem;
    padding: 10px 20px;
    background-color: #FE702E;
    border-color: #FE702E;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.continue-btn {
    font-size: 1.1rem;
    padding: 10px 20px;
    background-color: #FE702E;
    border-color: #FE702E;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.next-btn:hover {
    background-color: black;
    color: white;
}

.continue-btn:hover {
    background-color: black;
    color: white;
}

.recording-btn{
    border:none;
    background-color: #EE6157;
}

.next-btn {
    font-size: 20px;
    padding: 5px 50px;
}

.continue-btn {
    font-size: 20px;
    padding: 5px 50px;
    background-color: #782537;
}

.ready-btn {
    font-size: 20px;
    padding: 5px 50px;
    background-color: #FEC401;
    color: white;
}

.button-container {
    display: flex;
    justify-content: center;
    /* margin-top: 30px; */
    margin-top: 0px;
}


.form-control:focus {
    border-color: #FE702E; 
    box-shadow: 0 0 0 0.2rem rgba(254, 112, 46, 0.25); 
    outline: none; 
}



.otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border: 2px solid #cccccc;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.otp-input:focus {
    border-color: #ff5733;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 87, 51, 0.5);
}

.bordered-box {
    display: inline-block;
   
    padding: 10px;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.selected-frame-img {
    max-width: 100%;
    height: auto;
}


.retake-btn{
    background-color: #B3B1B1;
    color: white;
    padding:5px 20px;
}

.submit-btn{
    background-color: #782537;
    color: white;
    padding:5px 20px;
}

header{
    /* padding:48px; */
    padding: 0px;
}

.preview-heading{
    font-size:80px;
}

.recording-heading{
    font-size: 30px !important;
}

.home-text {
    /* padding-top: 135px; */
    padding-top: 30px;
}
.announcement-text {
    /* padding-top: 58px; */
    padding-top: 40px;
}
.jury-text {
    /* padding-top: 29px; */
    padding-top: 30px;
}
.instruction-text {
    /* padding-top: 19px; */
    padding-top: 48px;
}
.pickframe-text {
    /* padding-top: 13px; */
    padding-top: 30px;
}
.record-text,
.record-text-final {
    padding-top: 25px;
}
.thankyou-text {
    /* padding-top: 200px; */
    padding-top: 56px;
}

@media only screen and (max-width: 600px) {
    header{
        /* padding: 20px !important; */
        padding: 0px !important;
    }
    .splash-screen {
        height: auto !important;
    }
    .splash {
        padding-top: 30px !important;
    }
    .home-text {
        padding-top: 75px;
    }
    .logo{
        width: 120px !important;
    }
    .heading{
        /* margin-top: 400px; */
        margin-top: 0px;
        font-size: 45px;
        text-align: center;
        letter-spacing: 0px !important;
    }
    .subheading{
        text-align: center;
        font-size: 2rem;
        padding-left: 50px;
        padding-right: 50px;
        line-height: 45px;
    }
    .btn-box {
        text-align: center;
    }
    .next-btn{
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .img-mob{
        padding-bottom: 10px;
        /* margin-top: 100px; */
        margin-top: 50px;
    }
    .next-btn {
            display: inline-block;
            margin: 0 auto;
        }

        /* Screen 2 css */
        .announcement-text,
        .jury-text,
        .instruction-text,
        .pickframe-text,
        .record-text,
        .record-text-final,
        .thankyou-text {
            padding-top: 75px;
        }
        .jury-text,
        .record-text,
        .record-text-final {
            width: 100%;
        }
        .record-text-final {
            text-align: center;
        }
    .heading2{
        margin-top: 200px;
        font-size: 45px;
        text-align: center;
        letter-spacing: 2px;
        font-weight: 500;
        line-height: 39px;
    }    
    .subheading2{
        text-align: center;
    font-size: 34px;
    line-height: 38px;
    }

    .logo-2{
        width: 120px !important;
    }
    header{
        /* padding: 20px !important; */
        padding: 0px !important;
    }
    .ready-btn {
        display: block;
        margin: 0 auto;
    }
    .img-mob-1{
        margin-bottom: 10px;
    }
    /* screen 3 css */

    .logo-3{
        width: 120px !important;
    }
    .heading3 {
        font-size: 41px;
        color: #FE702E;
        font-family: coolvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 250px;
    }
    .cont-btn{
        display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    }
    .img-mob-2{
        padding-bottom: 10px;
    }

    /* screen 4 css */

    .logo-4{
        width: 120px Im !important;
    }
    .heading4 {
        font-size: 53px;
        color: #FFCA05;
        font-family: coolvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 50px;
        margin-bottom: 20px;
        margin-top: 500px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .subheading4 {
        font-size: 1.5rem;
        font-weight: 400;
        color: white;
        letter-spacing: -2px;
        line-height: 24px;
        margin-bottom: 30px;
        overflow-y: scroll;
        height: 350px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 500;
    }
    .ready-btn{
        display: block;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .img-mob-3{
        margin-bottom:10px;
    }

    /* screen 5 css */
    .logo-5{
        width: 120px !important;
    }
    .heading5 {
        font-size: 50px;
        color: #782537;
        font-family: coolvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 50px;
        margin-bottom: 20px;
        margin-top: 449px;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
    }
    .frame-options{
        display: flex;
        justify-content: center !important;
    }
    .continue-btn{
        display: block;
        margin: 0 auto;
        margin-bottom: 100px;
    }
    .img-mob-5{
        margin-bottom: 10px;
    }

    /* screen 6 css */

    .logo-6{
        width: 120px !important;
    }
    .recording-mobile{
        display: flex;
        justify-content: center !important;
        margin-top: 600px;
    }
    .timer{
        font-size: 40px;
    }
    .button-container {
        display: flex
    ;
        justify-content: center;
        gap: 5px;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    /* screen 7 css */

    .logo-7{
        width: 120px !important;
    }
    .mob-review-video{
        margin-top: 500px;
    justify-content: center !important;
    }
    .retake-btn{
        background-color: #B3B1B1 !important;
        color: white  !important;
        padding: 5px 30px;
        border:none !important;
    }

    .submit-btn{
        background-color: #782537  !important;
        color: white !important;
        padding: 5px 30px;
    }
    .img-mob-7{
        margin-bottom: 10px;
    }
    .preview-heading{
        font-size:75px;
    }

    .recording-heading{
        font-size: 52px;
    }

    /* screen 8 css */

    .logo-8{
        width: 120px !important;
    }
    .subheading6 {
        font-size: 38px;
        font-weight: 500;
        color: #FFCA05;
        letter-spacing: -2px;
        line-height: 45px;
        margin-bottom: 30px;
        text-align: center;
    }
    .heading6 {
        font-size: 54px;
        color: white;
        font-family: coolvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 60px;
        margin-bottom: 20px;
        text-align: center;
    }
    }


    @media only screen and (min-width: 600px) and (max-width: 768px) {
        /* Add your styles for tablets here */
    
        .container {
            max-width: 800px;
            margin: 0 auto;
        }
        .subheading2 {
            font-size: 30px;
            font-weight: 500;
            color: white;
            letter-spacing: -2px;
            line-height: 39px;
            margin-bottom: 30px;
        }
        .heading2 {
            font-size: 48px;
            color: #FFCA05;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            margin-bottom: 20px;
        }
        .heading {
            font-size: 60px;
            color: #EE6157;
            font-family: Coolvetica, sans-serif;
            font-weight: 700;
            letter-spacing: 3px;
            margin-bottom: 20px;
            /* margin-top:300px; */
        }
        .splash{
            justify-content: center !important;
            text-align: center;
            margin-top:800px;
        }
        .subheading {
            font-size: 38px;
            font-weight: 500;
            color: #B5985A;
            letter-spacing: -2px;
            line-height: 49px;
            margin-bottom: 30px;
        }
        .heading3 {
            font-size: 39px;
            color: #FE702E;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            margin-bottom: 20px;
        }
        .heading4 {
            font-size: 51px;
            color: #FFCA05;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 46px;
            margin-bottom: 20px;
        }
        .subheading4 {
            font-size: 1.5rem;
            font-weight: 400;
            color: white;
            letter-spacing: -2px;
            line-height: 22px;
            margin-bottom: 30px;
            overflow-y: scroll;
            height: 350px;
        }
        .heading5 {
            font-size: 39px;
            color: #782537;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 46px;
            margin-bottom: 20px;
        }
        .heading6 {
            font-size: 54px;
            color: white;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 60px;
            margin-bottom: 20px;
        }
        .subheading6 {
            font-size: 3rem;
            font-weight: 500;
            color: #FFCA05;
            letter-spacing: -2px;
            line-height: 50px;
            margin-bottom: 30px;
        }

        .announcement-text,
        .jury-text,
        .instruction-text,
        .pickframe-text,
        .record-text,
        .record-text-final,
        .thankyou-text {
            padding-top: 75px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        /* Add your styles for tablets here */
    
        .container {
            max-width: 800px;
            margin: 0 auto;
        }
        .subheading2 {
            font-size: 30px;
            font-weight: 500;
            color: white;
            letter-spacing: -2px;
            line-height: 39px;
            margin-bottom: 30px;
        }
        .heading2 {
            font-size: 48px;
            color: #FFCA05;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            margin-bottom: 20px;
        }
        .heading {
            font-size: 60px;
            color: #EE6157;
            font-family: Coolvetica, sans-serif;
            font-weight: 700;
            letter-spacing: 3px;
            margin-bottom: 20px;
            /* margin-top:300px; */
        }
        .splash{
            justify-content: center !important;
            text-align: center;
        }
        .subheading {
            font-size: 38px;
            font-weight: 500;
            color: #B5985A;
            letter-spacing: -2px;
            line-height: 49px;
            margin-bottom: 30px;
        }
        .heading3 {
            font-size: 39px;
            color: #FE702E;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            margin-bottom: 20px;
        }
        .heading4 {
            font-size: 51px;
            color: #FFCA05;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 46px;
            margin-bottom: 20px;
        }
        .subheading4 {
            font-size: 1.5rem;
            font-weight: 400;
            color: white;
            letter-spacing: -2px;
            line-height: 22px;
            margin-bottom: 30px;
            overflow-y: scroll;
            height: 350px;
        }
        .heading5 {
            font-size: 39px;
            color: #782537;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 46px;
            margin-bottom: 20px;
        }
        .heading6 {
            font-size: 54px;
            color: white;
            font-family: coolvetica, sans-serif;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 60px;
            margin-bottom: 20px;
        }
        .subheading6 {
            font-size: 3rem;
            font-weight: 500;
            color: #FFCA05;
            letter-spacing: -2px;
            line-height: 50px;
            margin-bottom: 30px;
        }
        .home-text,
        .announcement-text,
        .jury-text,
        .instruction-text,
        .pickframe-text,
        .record-text,
        .record-text-final,
        .thankyou-text {
            padding-top: 10px;
        }
        .heading2 {
            font-size: 40px !important;
        }
        .instruction-tex,
        .thankyou-text {
            text-align: left;
        }
        .instruction-text .subheading4 {
            height: 116px;
        }
    }



    .countdown-timer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        color: red;
        font-weight: bold;
        display: none; /* Initially hidden */
      }
      /* #timer-container {display: none;} */
      
      .play_stop_btn .container {
        position: relative;
      }
      
      .play_stop_btn input {
        opacity: 0;
        position: absolute;
        pointer-events: none;
      }
      
      .play_stop_btn label {
        display: grid;
        border: none;
        background-color: #FAAC18;
        --w: 60px;
        width: var(--w);
        height: var(--w);
        border-radius: 50%;
        place-items: center;
        cursor: pointer;
      }
      
      .play_stop_btn .play_pause_icon {
        --w: 25%;
        width: var(--w);
        height: var(--w);
        background: white;
        translate: 0 0;
        transition: all 0.2s ease-in-out;
      }
      
      .play_stop_btn .play {
        clip-path: polygon(
          20% 0,
          20% 100%,
          90% 50%,
          90% 50%,
          90% 50%,
          90% 50%,
          90% 50%,
          90% 50%,
          90% 50%
        );
        translate: 6% 0;
      }
      
      .play_stop_btn .container:has(input:checked) .play_pause_icon,
      .pause {
        clip-path: polygon(
          0 0,    /* top-left corner */
          0 100%, /* bottom-left corner */
          100% 100%, /* bottom-right corner */
          100% 0    /* top-right corner */
        );
        translate: 0 0;
      }
      
      .play_stop_btn .play-2 {
        clip-path: polygon(
          20% 0,
          20% 100%,
          35% 90%,
          35% 90%,
          35% 90%,
          90% 50%,
          35% 10%,
          35% 10%,
          35% 10%
        );
        translate: 6% 0;
      }

      #download-container a {
        font-size: 12px;
      }
      
      .camera-switch {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #FAAC18;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.2s ease-in-out;
      }
      
      .camera-switch:hover {
        background-color: #e2e6ea;
      }
      
      .camera-switch i {
        font-size: 24px;
        color: #fff;
      }


      