body {
    font-family: Figtree-bold;
    color: white
}

@font-face {
    font-family: "Figtree-bold";
    src: url('../fonts/Figtree/static/Figtree-Bold.ttf')
}

@font-face {
    font-family: "Figtree-medium";
    src: url('../fonts/Figtree/static/Figtree-Medium.ttf')
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url('../img/upload-bg.jpg');
    min-height: 100vh;
}
.upload_photo_wrap{
    background: url('../img/upload-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px
}
.tywrapper {
    background: url('../img/upload-bg.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}
.thank-you {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fff, #67C0E4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.logo {
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.smallLogo {
    max-width: 45vw;
}
.btn-essence {
    width: 250px;
    box-shadow: 0px 3px 6px #A5A5A573;
    border: 3px solid #FFFFFF;
    text-align: center;
    font: normal normal bold 30px Figtree-bold;
    color: #FFFFFF;
    background: #5fbadc;
    border: 3px solid #FFFFFF;
    padding: 15px;
    border-radius: 0px !important;
}
.btn-music {
    width: 250px;
    box-shadow: 0px 3px 6px #A5A5A573;
    border: 3px solid #FFFFFF;
    text-align: center;
    font: normal normal bold 30px "Figtree", sans-serif;;
    color: #FFFFFF;
    background: #5fbadc;
    border: 3px solid #FFFFFF;
    padding: 15px;
    border-radius: 0px !important;
    text-transform: uppercase;
    text-decoration: none;
}
.alignToBottom {
    position: absolute;
    bottom: 10%;
}
.btn-essence:hover, .btn-music:hover {
    background: #074677;
    color: #fff;
}
.subheading {
    text-align: center;
    font: normal normal bold 16px Figtree-medium;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.subheading2 {
    text-align: center;
    font: normal normal bold 36px Figtree-medium;
    letter-spacing: 0px;
    color: #FFFFFF;

    max-width: 700px;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.subheading3 {
    text-align: center;
    font: 16px Figtree-medium;
    letter-spacing: 0px;
    color: #000;
}
.upload_placeholder_txt{
    margin-top: -60px;
}
.imgBox {
    background: transparent linear-gradient(245deg, #FFFFFF 0%, #E46264 17%, #D4090C 27%, #FFFFFF 52%, #E15456 67%, #D4090C 74%, #FFFFFF 88%, #D4090C 100%) 0% 0% no-repeat padding-box;
    padding: 5px;
    border-radius: 9px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
.imgBox img {
    max-width: 100%;
}
.uploadBox {
    border: 8px solid #FFFFFF;
    border-radius: 9px;
    width: 18vw;
    height: 23vw;
    position: relative;
    margin-top: 20px;
}
.uploadInput {
    width: 100%;
    height: 23vw;
    opacity: 0;
    z-index: 9;
}
.displayBox {
    width: 100%;
    height: -webkit-fill-available;
    z-index: 10;
    position: absolute;
    display: none;
    top:0;
    left:0
}
.displayBoxInside {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: -webkit-fill-available
}
.displayBoxInside img {
    height: -webkit-fill-available;
    width: 100%;
    object-fit: cover;
}
.removeImage {
    position: absolute;
    display: none;
    top: -30px;
    right: 0px;
    font-weight: bolder;
    cursor: pointer;
}
.smallText {
    text-align: center;
    font-family: Figtree-medium;
    font-size: 12px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.age_close_btn{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
}
.info-icon{
    max-width: 90px;
    margin-bottom: 30px;
}
.age_chk_modal .modal-content{
    padding-top: 30px;
    border-radius: 1rem;
}

.age_chk_modal .modal-content p{
    color: #707070;
}
/**/
/* The container */
/* The container */
.checkboxContainer {
    min-width: 150px;
    text-align: center;
}
.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.min-height-80 {
    min-height: 80px;
}
.detailsBox {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 31px;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}
.detailsBox .form-control {
    font-family: figtree-medium ;
}
.selectBox {
    position: relative;
}
.selectBox::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #f2f2f2;
    clear: both;
}
.emailInput:focus {
    outline: 0;
}
.bottomPara {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0px 10px;
    font-family: 'Figtree-medium';
}
/* Hide the browser's default radio button */
.form-check {
    display: flex;
    align-items: center;
}
.form-check label {
    margin-left: 10px;
    text-align: left;
    font-size: 13px;
}
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    width: 50px;
    height: 50px;
    top:0px;
    left:33.33%
}
.iagrreCheck {
    background-size: contain ;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    border: 1px solid #5fbadc;
}
.iagrreCheck:focus, .iagrreCheck:visited {
   box-shadow: none;
   border: 1px solid #5fbadc;

}
.iagrreCheck:checked {
    background: #5fbadc;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 33.33%;
    height: 50px;
    width: 50px;
    background: url('../img/unchecked.png');
    background-size: contain ;
    background-repeat: no-repeat;
    border-radius: 5px;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked~.checkmark {
    background: url('../img/checked.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked~.checkmark:after {
    display: block;
}



/***/
.bottomIcon {
    width: 40px;
    height:40px;
    border:1px solid white;
    border-radius: 5px;
    background: white;
    padding:5px;
    margin: 3px;
}
.thankyouImg {
    max-width: 30%;
    display: block;
    margin: 80px auto 30px;
}

.agreement a{
    color: #000;
    text-decoration: underline;
}
@media screen and (max-width: 1200px) { 
    .subheading2 {
        font-size: 26px;
        margin: 35px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 991px) { 
    .subheading2 {
        font-size: 24px;
     }
     .btn-essence {
        width: 200px;
        font-size: 20px;
        padding: 8px 15px;
        border-radius: 0px !important;
    }
}
@media screen and (max-height: 500px ) {
    .bottomPara {
        position: relative;
        margin-top: 25px;
        bottom: unset;
    }
    .thankyouImg {
        margin: 40px auto 30px
    }
    .upload_photo_wrap h1 {
        font-size: 1rem;
    }
    .upload_photo_wrap .subheading {
        font-size: 13px;
    }
    .uploadBox, .uploadInput {
        width: 15vw;
        height: 20vw;
    }
}
@media screen and (max-width: 768px) {
    .checkboxContainer {
        min-width: 80px;
    }
    .custom-radio input, .checkmark {
        left: 20%;
    }
    .wrapper h1 {
        font-size: 1.5rem;
    }

    .logo {
        max-width: 50vw;
    }

    .uploadBox, .uploadInput {
        border: 6px solid #FFFFFF;
        border-radius: 9px;
        width: 36vw;
        height: 50vw;
    }
    .displayBox {
        width: 100%;
    }

    .bottomPara {
        font-size: 13px;
    }
    .emailInput { 
        width: 75%;
    }
    .thankyouImg {
        max-width: 60%;
     }
    .subheading2 {
        font-size: 24px;
        margin: 25px;
     }
}

@media screen and (max-width: 576px) {
    .logo {
        max-width: 80vw;
    }
    .uploadBox, .uploadInput {
        border: 6px solid #FFFFFF;
        border-radius: 9px;
        width: 40vw;
        height: 60vw;
    }
    .emailInput { 
        width: 90%;
    }
    .thankyouImg {
        max-width: 80%;
     }
     .subheading2 {
        font-size: 14px;
     }
}

@media (max-width: 576px) {
    .btn-music {
        font-size: 18px !important;
    }
}

.videoDiv {
    width: 100%;
    max-width: 400px; /* Adjust as needed */
    height: auto;
    margin: 0 auto;
    position: relative;
}

video {
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 16; /* Forces portrait aspect ratio */
    object-fit: contain; /* Ensures the video fits within the defined dimensions */
}