@font-face {
    font-family: 'Roboto';
    src: url("fonts/roboto/Roboto-Regular.ttf");
}

body {
    /* background-image: url("https://prathamyouthnet.org/pratham_membership/assets/images/background.png"); */
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.hide{
    display: none !important;
}

input.form-control,
select.form-select {
    height: 56px !important;
}

textarea.form-control {
    height: 150px !important;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.fsize12 {
    font-size: 12px;
}

.fsize13 {
    font-size: 13px;
}

.fize14 {
    font-size: 14px;
}

label.error {
    color: red;
    float: left;
    font-size: 12px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

#artwork-error,
#check-error {
    text-align: center;
}

input.error,
select.error {
    border: 1px solid red;
}

.cursor-pointer {
    cursor: pointer;
}

#message-container.success,
#evaluator-message-container.success {
    background: rgba(0, 255, 0, 0.75);
}

#message-container.error,
#evaluator-message-container.error {
    background: rgba(255, 0, 0, 0.75);
}

.font-weight-bold {
    font-weight: bold !important;
}

.registration-preview-table td {
    padding: 15px;
    vertical-align: middle;
}

.registration-preview-table td.font-weight-bold {
    max-width: 100px;
}

.bootbox .bootbox-close-button {
    float: right;
}

.placeholder {
    position: absolute;
    top: 15px;
    left: 10px;
    padding: 0 5px;
    color: #999;
    transition: 0.3s;
    pointer-events: none;
    background: transparent;
    opacity: 1;
}

.placeholder.filled {
    top: -8px;
    color: #000;
    background-color: #fff !important;
    font-size: 13px;
    z-index: 10;
}

input:focus {
    box-shadow: none !important;
}

.navbar {
    /* background-color: #FFDE8E !important; */
    background-color: #fff !important;
}

.navbar-header {
    color: #000;
    font-size: 37px;
    font-weight: 700;
    margin-left: 60px;
}

.navbar-brand {
    max-height: 70px;
    margin-left: 40px;
}

.pradigi-icon {
    max-height: 60px;
    margin-right: 30px;
    justify-content: end;
}

.box-container {
    margin: 2% 0% 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}

.registration-box {
    width: 320px;
    height: 200px;
    background-color: #FFBB85 !important;
    color: #000000 !important;
    box-shadow: #977a63 7px 7.95px 2px;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    row-gap: 10px;

}

.registration-box1 {
    width: 320px;
    height: 200px;
    background-color: #52DDA2 !important;
    color: #000000 !important;
    box-shadow: #669280 7px 7.95px 2px;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    row-gap: 10px;
}

.registration-box2 {
    width: 320px;
    height: 200px;
    background-color: #ABC1E4 !important;
    color: #000000 !important;
    box-shadow: #5e6a7d 7px 7.95px 2px;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    row-gap: 10px;
}

.box1 {
    background-color: #FFBB85 !important;
    font-weight: bold;
    position: relative;
    bottom: -30px;
}

.box1-image {
    position: absolute;
    z-index: 1;
    left: -10px;
    bottom: -10px;
    height: 180px;
}

.content-heading {
    margin-left: 95px;
    margin-top: -20px;
}

.box2 {
    background-color: #ABC1E4 !important;
    font-weight: bold;
    position: relative;
    bottom: -30px;
}

.box2-image {
    position: absolute;
    z-index: 1;
    left: 00px;
    bottom: 20px;
    height: 160px;
}

.content-heading2 {
    margin-left: 120px;
    margin-top: -20px;
}

.box3 {
    background-color: #52DDA2 !important;
    font-weight: bold;
    position: relative;
    bottom: -30px;
}

.box3-image {
    position: absolute;
    z-index: 1;
    left: -10px;
    bottom: -10px;
    height: 180px;
}

.content-heading3 {
    margin-left: 240px;
    margin-top: -20px;
}

/* header styles */
.heading-container {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.heading-img {
    width: 30%;
}

.heading-text {
    width: 70%;
    margin-top: 2%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.footer
{
   
    background-color: #F8F8F8;
    margin-top:20px;
    padding-bottom: 30px;
   width: 100%;
}

.hidden-field {
    display: none;
}

/* mobile phones portait */
@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {

    .box-container {
        row-gap: 20px;
    }

    .navbar {
        padding: 4%;
    }

    .navbar-header {
        margin-top: 3%;
        font-size: 16px;
        font-weight: 700;
        margin-left: 0px;
    }

    .navbar-brand {
        max-height: 40px;
        margin-left: 0px;
    }

    .pradigi-icon {
        max-height: 30px;
        margin-right: 0px;
    }

    .w-50 {
        width: 100% !important;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    .heading-text {
        font-size: 23px;
    }

}

/* tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .mobpdx0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar {
        padding: 2%;
    }

    .navbar-header {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        margin-left: 0px;
        padding-top: 10px;
    }

    .navbar-brand {
        max-height: 45px;
        margin-left: 0px;
    }

    .pradigi-icon {
        max-height: 35px;
        margin-right: 0px;
        justify-content: end;
    }

    .registration-box {
        margin-top: 10px;
        font-weight: bold;
        cursor: pointer;
        flex-direction: column;
        row-gap: 10px;
    }

    .registration-box1 {
        margin-top: 10px;
        font-weight: bold;
        flex-direction: column;
        row-gap: 10px;
    }

    .registration-box2 {
        margin-top: 10px;
        font-size: 20px;
        flex-direction: column;
        row-gap: 10px;
    }

    .box1 {
        height: 100px;
        justify-content: center;
        align-items: center;
    }

    .box1-image {
        bottom: -10px;
        height: 180px;
    }

    .content-heading {
        margin-left: 80px;
        margin-top: -60px;
    }

    .box2 {
        height: 100px;
    }

    .box2-image {
        left: -10px;
        bottom: 00px;
        height: 120px;
    }


    .content-heading2 {
        margin-left: 80px;
        margin-top: -60px;
    }

    .box3 {
        height: 100px;
    }

    .box3-image {
        bottom: 00px;
        height: 80px;
    }

    .content-heading3 {
        margin-left: 80px;
        margin-top: -60px;
    }

    .w-50 {
        width: 100% !important;
    }

    .box1 .heading-container {
        margin-top: 10%;
        height:0px;
    }

    .box2 .heading-container {
        margin-top: 10%;
        height:0px;
    }

    .box3 .heading-container {
        margin-top: 8%;
        height:0px;
    }

    .heading-img {
        width: 25%;
    }

    .heading-text {
        font-size: 24px;
    }
    @media (min-width: 575px) {
        .margin_60_35 {
            padding-top: 10px;
            padding-bottom: 5px;
            background-color: #D8D8D8;
        }
    }
}
