@font-face {
    font-family: 'Poppins-bold';
    src: url('../fonts/Poppins_bold/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins_bold/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-semi';
    src: url('../fonts/Poppins_semiBold/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins_semiBold/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-reg';
    src: url('../fonts/Poppins_reg/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins_reg/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-light';
    src: url('../fonts/Poppins_light/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins_light/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mouldy-Cheese';
    src: url('../fonts/mouldy/MouldyCheese-Regular.woff2') format('woff2'),
        url('../fonts/MouldyCheese-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* About Page */

.ab-det_info .about-title {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1px;
    font-family: 'Poppins-bold';
}

.ab-det_info h4 span {
    color: #2f27ce;
    font-family: 'Mouldy-Cheese';
    font-weight: 300;
}

.ab-det_info p {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins-reg";
    color: #212121;
    text-align: justify;
    margin: 10px 0;
    text-indent: 30px;
}

.ab-det_info ul {
    margin: 0;
    padding: 0;
}

.ab-det_info h5 {
    font-size: 1.61rem;
    font-weight: 700;
    font-family: 'Poppins-semi';
    color: #212121;
    margin: 15px 0;
}

.ab-det_info h6 {
    font-size: 1.31rem;
    font-weight: 700;
    font-family: 'Poppins-semi';
    color: #212121;
    margin: 15px 0;
}

.ab-det_info ul li,
.ab-det_info ol li {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins-reg';
    margin: 10px 0;
    color: rgba(33, 33, 33, 0.7);
}

.ab-det_info ul li {
    list-style-type: none;
}

.ab-det_info ul li .fas {
    color: rgba(33, 33, 33, 0.9);
    margin-right: 10px;
}

.about_pa {
    margin: 60px 0;
}

.ab_det_img {
    text-align: center;
}

.ab_det_img img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.whyUs_Subtitle h6 {
    font-size: 1.3rem;
    color: #212121;
    font-weight: 700;
    font-family: 'Poppins-bold';
}

.whyUs_Subtitle h6::before {
    content: "\2605";
    padding-right: 10px;
    color: #04175E;
    font-size: 1rem;
    vertical-align: middle;
}

.whyUs_Subtitle p {
    color: rgba(33, 33, 33, 0.7);
}

/* About Page Ends */

/* Admission Page */

.form_get {
    border-style: solid;
    border-width: 2px;
    border-color: #04175E;
    padding: 30px 10px;
}

.form_get h3 {
    font-size: 2rem;
    font-weight: 900;
    font-family: "Poppins-bold";
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #2f27ce;
}

.form-group .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Poppins-reg";
    color: #04175E;
    text-transform: uppercase;
}

.form-group .form-control,
.form-group .form-select {
    border-color: #04175E;
}

.form_get .btn {
    width: 120px;
    background-color: #04175E;
}

.form_get .btn:focus,
.form_get .btn:hover,
.form_get .btn:active,
.form_get .btn:focus-visible,
.form_get .btn:target,
.form_get .btn:first-child:active {
    background-color: #04175E;
    border-color: #04175E;
    outline: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    font-size: 14px;
    color: #212121;
}

.form-control::placeholder,
.form-select option {
    font-size: 14px;
    color: #212121;
}

.form-control:focus,
.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #04175E !important;
}

/* Gallery Page */

.gallery h2 {
    font-size: 2rem;
    font-weight: 900;
    font-family: "Poppins-bold";
}

.box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.box .dream {
    display: flex;
    flex-direction: column;
    width: 32.5%;
    margin: 0 5px;
}

.box .dream img {
    width: 100%;
    padding-bottom: 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 769px) {
    .box {
        flex-direction: column;
    }

    .box .dream {
        width: 100%;
        margin: 0;
    }
}

/* Contact Page */

.contact_det {
    width: 30%;
    margin: 20px auto 10px auto;
    text-align: center;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 12px 0px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact_det h6 {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Poppins-bold";
    margin-bottom: 10px;
    background: linear-gradient(to right, #0477e2 0%, #01315e 50%, #3D3BF3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact_det img {
    height: 55px;
    width: 55px;
    margin: 20px 0;
}

.contact_det p {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins-reg";
    color: #212121;
}

.wrapper_contact {
    background: #FAFAFA;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    margin: 15px auto;
}

.form_contact_details .row>* {
    margin: 0;
    padding: 0;
}

.form_contact_details form {
    padding: 12px;
    border: 1px solid #212121;
    margin: 50px 0;
}

form .contact_title {
    font-size: 1.8rem;
    font-weight: 900;
    font-family: "Poppins-bold";
    text-transform: capitalize;
    color: #04175E;
    margin: 20px 0;
}

form .form-group {
    margin: 10px;
    padding: 0;
    width: 47.2%;
}

form .form-group .button {
    margin: 10px 0;
    padding: 0;
}

.form_contact_details form .form-group {
    width: 100%;
}

.form_contact_details form .form-group .form-label {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Poppins-reg";
    color: #212121;
    text-transform: uppercase;
}

form .form-group .form-control {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins-reg";
    padding: 10px;
}

form .form-group .form-control:focus {
    box-shadow: none;
}

.button-contact .btn-primary {
    background-color: #04175E;
    color: #F0F7FF;
    border: none;
    box-shadow: none;
}

.button-contact .btn-primary:focus {
    box-shadow: none;
    border: none;
}

.form-con-det {
    margin: 30px 10px;
    width: 47.333333%;
}

.form-con-det iframe {
    width: 100%;
    height: 660px;
}

/* Management Page Start */

.Management {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(14.5px);
    -webkit-backdrop-filter: blur(14.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin: 20px 0;
    padding: 30px;
    height: 480px;
    perspective: 1000px;
    position: relative;
    margin-top: 20px;
}

.cards {
    position: absolute;
    width: 97%;
    padding: 20px;
    height: 380px;
    display: flex;
    flex-direction: row;
    opacity: 0;
    transform: scale(0.9);
    transition: all ease-in-out 5s;
}

.cards.active {
    opacity: 1;
    transform: scale(1);
}

.card-text {
    color: #212121;
    margin-top: 20px;
}

.card-text h2 {
    font-size: 1.8rem;
    font-weight: 900;
    font-family: "Poppins-bold";
    color: #04175E;
    margin-bottom: 0;
}

.card-text h6 {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Poppins-medium';
    margin: 5px 0;
    color: #212121;
    text-transform: capitalize;
}

.card-text strong {
    font-size: 0.8rem;
    font-weight: 300;
    font-family: 'Poppins-light';
    color: #0477e2;
}

.card-text p {
    font-size: 0.9rem;
    font-weight: 300;
    font-family: 'Poppins-light';
    text-indent: 50px;
    text-align: justify;
    margin: 10px 0;
}

.card_img {
    text-align: center;
}

.card_img img {
    width: 65%;
    height: 304px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px #212121;
}

.controls .button-btn {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins-reg';
    color: #04175E;
    background: transparent;
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
    margin: 0 15px;
    border: 2px dotted #04175E;
    text-underline-offset: 5px;
    text-transform: uppercase;
    transition: all ease-in-out 5s;
}

.controls .button-btn:hover,
.controls .button-btn:active,
.controls .button-btn:focus {
    background-color: #04175E;
    color: #FAFAFA;
}
.cards.active ~ .controls .button-btn{
    background-color: #04175E;
    color: #FAFAFA;
}

/* Management Page Ends */