body{
    position: relative;
}

.form-main-container{
    /* padding: 50px 0; */
    /* overflow: hidden; */
    /* background-color: #0798ff; */
    /* color: #000; */
    position: relative;
    /* background-image: url('../assets/images/form-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    padding: 20px 40px 0;
    width: 100%;
}

/* .dark-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000088;
    z-index: -1;
} */

.register-bg-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    filter: brightness(0.7);
    /* transform: scale(1.01); */
    z-index: -2;
}

.form-heading{
    font-family: 'Barlow Condensed', sans-serif;
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
}

.form-container{
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 40px;
    position: relative;
    width: 100%;
}

.form-sub-container{
    width: 100%;
    grid-column: 1/8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    /* background-color: #00000088; */
    padding: 40px 0;
    border-radius: 10px;
}

.form-card-main-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.form-card-body{
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    /* background-color: #232323; */
    width: 100%;
    padding: 20px 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin: 0px 0;
    /* background-color: #121212; */
    color: #fff;
    background: rgba(0, 0, 0, 0.556);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(7.1px);
}

.participant-icon{
    margin: 0 20px 0 2px;
}

.form-sub-text{
    font-size: 20px;
}

.form-card-heading{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.input-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.input-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #232323;
    padding: 10px;
    gap: 10px;
    border-radius: 5px;
    width: 100%;
}

.input-field{
    border: none;
    padding: 5px 5px;
    background-color: #232323;
    color: #fff;
    width: 100%;
}

.input-field:focus{
    outline: none;
}

.input-field::placeholder{
    color: #fff;
}

.input-icon{
    font-size: 20px;
}

.price-main-container{
    grid-column: 8/12;
    width: 100%;
    padding: 40px 0;
    height: 100%;
    position: relative;
}

.price-main-sub-container{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    height: fit-content;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.price-order-content{
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    /* background-color: #fff; */
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    background: rgba(0, 0, 0, 0.556);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(7.1px);
}

.price-sub-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.price-content-container{
    width: 100%;
    height: 100%;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.participant-text-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: #ddd solid 1px;
}

.price-text-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.price-actual-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

.price-gst-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.price-total-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.price-total-price-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

.participant-text{
    margin-bottom: 0;
    font-size: 17px;
}

.price-text-top{
    font-size: 18px;
}

.rupee-icon{
    margin-bottom: 0.9rem;
    color: #bbb;
}

.price-text-out{
    font-size: 20px;
    font-weight: 500;
    color: #bbb;
}

.price-line-through{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    height: 100%;
    gap: 5px;
}

.price-line-through::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 15px;
    left: 0%;
    background-color: #bbb;
}

.price-text-gst{
    font-size: 21px;
    font-weight: 400;
}

.price-text-heading{
    font-size: 24px;
    font-weight: 500;
}

.price-text{
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.input-btn{
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    background-color: #093A6B;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.price-query-content{
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.556);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(7.1px);
    color: #fff;
}

.price-query-heading{
    font-size: 20px;
    font-weight: 600;
}

.price-query-content-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.price-query-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #12121299;
    color: #fff;
    font-size: 18px;
    padding: 20px;
    border-radius: 5px;
}

.query-sub-heading{
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}

.price-query-body p{
    margin-bottom: 0;
}

.query-link{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.query-link:hover{
    color: #fff;
}

.query-details{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.query-icon{
    padding-right: 10px;
}

ul.special-text-ul{
    margin-bottom: 0px;
}

.special-text {
    color: #fff;
    font-size: 0.8rem;
    padding: 10px 0;
    margin-bottom: 0px;
}

@media (max-device-width: 1200px) {
    .form-sub-container{
        grid-column: 1/7;
    }
    .price-main-container{
        grid-column: 7/12;
    }
}

@media (max-device-width: 992px) {
    .price-main-container,
    .form-sub-container{
        padding: 0px 0;
    }
    .form-container{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-device-width: 768px) {
    .price-main-container,
    .form-sub-container{
        padding: 10px 0;
    }
    .form-container{
        display: block;
        gap: 0px;
        margin: 20px 0 0;
    }
}

@media (max-device-width: 576px) {
    .input-container{
        flex-direction: column;
    }
    .form-container{
        padding: 40px 15px;
    }
    .form-main-container{
        padding: 20px 0px;
    }
    /* .register-bg-image{
        transform: scale(1.05);
    } */
    .form-main-container{
        padding: 0 0;
    }
}