@font-face {
    font-family: 'Helvetica Bold';
    src: local("Helvetica Bold"),
    url('https://fonts.cdnfonts.com/s/13416/Helvetica-Bold.woff') format('woff');
}
@font-face {
    font-family: 'BebasNeue-Regular';
    src: local("BebasNeue-Regular"),
    url('../fonts/BebasNeue-Regular.ttf') format('woff');
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Bold', sans-serif;
}
.container{
    max-width: 1200px;
}
.left-contet-area .logo{
    width: 200px;
    max-width: 100%;
    object-fit: cover;
}
.hero-section {
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    height: auto;
    width: 100%;
    padding: 60px 0;
    position: relative;
    display: flex;
    align-items: center;
}

/* Left Section Text */
.brand-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}

.main-heading {
    font-size: 73px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    margin-top: 40px;
    letter-spacing: 4px;
}

.subtext {
    font-size: 32px;
    margin-top: 40px;
    font-weight: 600;
    line-height: 35px;
}

.invitation {
    margin-top: 40px;
    font-size: 25px;
    font-weight: 600;
}
.invitation, .subtext{
    max-width: 700px;
}
/* Form Box */
.form-box {
    background: rgba(0,0,0,0.5);
    color: #fff;
    max-width: 400px;
    padding: 24px 46px;
}

.form-title {
    font-size: 39px;
    font-weight: 700;
    text-shadow: 1px 0 7px #fff;
    line-height: 38px;
    margin-bottom: 20px;
}
.secure-access{
    padding-left: 5px;
}
.form-box .form-control::placeholder {
    color: #000 !important;
    font-weight: 700 !important ;
    font-size: 15px !important;
}
.form-box select.form-control {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.form-subtext {
    font-size: 16px;
    font-weight: 700;
}

.form-control {
    height: 40px;
    border-radius: 12px 12px 12px 12px;
    border: none;
}
.form-control:focus{
    box-shadow: none !important;
}
.submit-btn {
    background: #00adff;
    color: #fff;
    line-height: 50px;
    border-radius: 6px;
    text-shadow: 3px 0 7px #fff;
    font-size: 23px;
    font-weight: 400;
    width: 100% !important;
    font-family: 'BebasNeue-Regular';
    letter-spacing: 2px;
}
.main-heading span{
    text-shadow: 1px 0 7px #fff;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.submit-btn:hover {
    background: #007ad1;
}

footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

p.copy-right-text {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: end;
    display: flex;
    justify-content: end;
    gap: 6px;
    align-items: center;
}
.copy-right-text img{
    width: 100px;
    object-fit: cover;
    margin-bottom: 4px;
}
.form-area{
    display: flex;
    justify-content: flex-end;
}
.thankMsg{
    font-size: 20px;
}
.line {
    width: 100%;
    height: 1px;
    color: #fff;
    background-color: #fff;
    margin-bottom: 10px;
}
.form-wrp h2.main{
    font-size: 45px;
    font-weight: 700;
    font-family: 'Helvetica Bold', sans-serif;
}
.wrapdefault p{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
a:focus-visible {
    outline: 0;
}
#thankYouScreen {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 9999;
    max-width: 920px;
    margin: auto;
}

#thankYouScreen h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Helvetica Bold', sans-serif;
}

#thankYouScreen p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Helvetica Bold', sans-serif;
    margin-bottom: 5px;
}

/* Smooth fade */
.fade-out {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

/* Mobile Responsive */
@media (max-width: 1080px) {
    .submit-btn{
        font-size: 22px;
    }
        .form-title {
        font-size: 36px;
    }
    .main-heading{
        font-size: 50px;
    }

}
@media (max-width: 1024px) {
    .form-title {
        font-size: 36px;
    }
    .submit-btn{
        font-size: 22px;
    }
    .form-subtext{
        font-size: 13px;
    }
    .main-heading{
        font-size: 40px;
    }
    .brand-title {
        font-size: 26px;
    }
    .subtext {
        font-size: 18px;
    }
    .subtext{
        font-size: 27px;
    }
    .invitation, .subtext{
        margin-top: 30px;
        font-size: 20px;
        line-height: 26px;
        max-width: 440px;
    }
    .form-box {
    background: rgba(0,0,0,0.5);
    color: #fff;
    max-width: 285px;
    padding: 24px;
    }
}

@media (max-width: 768px) {
    .hero-section{
        padding: 30px 0 50px 0;
    }
    .invitation, .subtext{
        margin-top: 15px;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 22px;
        max-width: 340px;
    }
    .main-heading{
        font-size: 30px;
        margin-top: 15px;
    }
    p.copy-right-text{
        text-align: center;
        justify-content: center;
    }
    .form-area{
        display: flex;
        justify-content: flex-start;
    }
    .form-box{
        max-width: 100%;
    }
        .form-title {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .submit-btn{
        line-height: 35px;
    }
    .form-subtext{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .form-box{
        padding: 10px;
    }
    .secure-access {
        padding-left: 0;
    }
    #thankYouScreen p {
        font-size: 15px;
        padding: 0 20px;
    }


}