body{
    position: relative;
}

.form-main-container{
    /* padding: 50px 0; */
    /* overflow: hidden; */
    /* background-color: #0798ff; */
    /* color: #000; */
    color: #000;
    position: relative;
    background: linear-gradient(107deg, rgb(2, 108, 223) 27.4%, rgb(0, 255, 255) 92.7%);
    padding: 20px 40px 0;
}

.dark-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000088;
    z-index: -1;
}

.register-bg-image{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: top;
    position: fixed;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* filter: blur(5px); */
    z-index: -2;
}

.form-heading{
    color: #fff ;
    padding-bottom: 20px;
    padding-top: 20px;
}

.form-heading::after,
.form-heading::before{
    background-color: #fff ;
}

.form-container{
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 40px;
    position: relative;
}

.form-sub-container{
    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: #fff;
}

.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: #eee;
    padding: 10px;
    gap: 10px;
    border-radius: 5px;
    width: 100%;
}

.input-field{
    border: none;
    padding: 5px 5px;
    background-color: #eee;
    width: 100%;
}

.input-field:focus{
    outline: none;
}

.input-icon{
    width: 25px;
    height: 25px;
}

.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: 100px;
    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;
}

.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: #666;
}

.price-text-out{
    font-size: 20px;
    font-weight: 500;
    color: #666;
}

.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: #666;
}

.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: #0798ff;
    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;
}

.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: #0798ff;
    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;
}


@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;
    }
}

@media (max-device-width: 576px) {
    .input-container{
        flex-direction: column;
    }
    .form-container{
        padding: 40px 15px;
    }
    .form-main-container{
        padding: 20px 0px;
    }
}