/* FONTS */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");*/


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

/*SCROLL BAR DESIGN*/
html::-webkit-scrollbar {
    width: 1vw;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(191, 191, 191, 0.9);
}

html::-webkit-scrollbar-thumb:hover {
    background-color: rgb(179, 179, 179);
}

/* EXCLUSIVE STYLE FOR HOME/INDEX PAGE */
.index-page p {
    color: #111;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e0d500;
    outline: 0;
    box-shadow: 0 0 0 0 #e0d500;
}

#featured_annoncement > p,
span,
h1,
h2,
h3,
h4,
h5 {
    color: #fff !important;
}

.more-info-list > li > span {
    color: #111 !important;
}

/* END EXCLUSIVE INDEX */

/* VARIABLLES */
:root {
    --primary: #fcef0a;
    --primary-light: #fef781;
    --secondary: rgb(249, 249, 108);
    --primary-overlay: rgba(176, 167, 3, 0.2);
    --primary-hard: rgb(255, 127, 1);
    --mid-color: rgba(50, 146, 166, 0.8);
    --mid-color-opacity: rgba(50, 146, 166, 0.2);
}

/* OVERRIDE OTHER BOOTSTRAP COLORS */
.btn-primary {
    background-color: var(--primary) !important;
    border: var(--primary) !important;
}

.btn-outline-primary {
    border: 2px solid var(--primary);
}

.border-primary {
    border-color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.min-vh-80 {
    min-height: 80vh;
}

.primary-light {
    background: var(--primary-light);
}

.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.btn-finish:hover {
    outline: none !important;
    border: 0 !important;
}

/* ************************************************* */
/* WEB STYLING */
body {
    /*font-family: "Poppins", sans-serif;*/
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    line-height: 1.8;
}

/* BORDER BOTTOM IN NAVBAR */
.navbar {
    box-shadow: 2px 2px 5px var(--primary-overlay);
    background: #fff !important;
    border-bottom: var(--mid-color) 3px solid;
}

/* List Items in NAV */
.navbar .nav-item {
    font-size: 1rem;
    padding: 0 1.4rem 0 0;
}

.top-info-wrapper {
    display: flex !important;
    justify-content: space-between !important;
}

.top-header {
    padding: 3px 0;
}

.top-header span {
    font-size: 12px;
    margin-right: 12px;
    color: #fff;
}

.top-header:hover {
    background: var(--orange);
}

/* SHOWCASE */
#showcase {
    width: 100%;
}

#showcase .btn {
    color: #fff;
    -webkit-box-shadow: 0px 0px 50px -23px #000000;
    box-shadow: 0px 0px 50px -23px #000000;
}

#showcase .btn:hover {
    background: rgb(249, 249, 108) !important;
    border: 2px solid var(--primary);
    color: #111;
}

.carousel-item {
    position: relative;
    height: calc(100vh - 113.8px);
    width: 100%;
}

.carousel-caption {
    position: absolute;
    top: 36%;
    right: 50%;
    transform: translate(50%, -50%);
    color: white;
    margin-bottom: 120px !important;
}

.carousel-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 113.8px);
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-image-1 {
    background: url("../landing_img/carousel_img1.png");
    background-size: cover;
    background-position: center;
}

.carousel-image-2 {
    background: url("../landing_img/carousel_img2.png");
    background-size: cover;
}

.carousel-image-3 {
    background: url("../landing_img/carousel_img3.png");
    background-size: cover;
    background-position: center;
}

/* Carousel New Design To Work on Deployment */
.carousel-inner > .carousel-item > img {
    width: 100%;
    min-height: calc(100vh - 79px);
}

.carousel-text h1 {
    font-size: 3rem;
}

.carousel-text p {
    font-size: 1rem;
    font-weight: 400;
}

/* HOME ICONS */
#home-icons {
    color: #fff;
    /* background: rgb(13, 13, 13); */
}

/* INFO */
#info {
    color: #fff;
    padding: 3rem 0px;
    /* background: url("../landing_img/home_announcement_img_background.png"); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#home-heading {
    position: relative;
    min-height: 200px;
    background: url("https://scontent.fmnl13-1.fna.fbcdn.net/v/t1.6435-9/237935053_4159880030792347_1573843650558029107_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8bfeb9&_nc_eui2=AeHKywyjgPmnOViwO5KOIXgcc2v5OSRAGKZza_k5JEAYphlgFbTOtNrtCteobdYraLHLViP4BCUi15U2zwqVMEsH&_nc_ohc=iatHnOK0wO4AX-cxVDr&_nc_ht=scontent.fmnl13-1.fna&oh=6460ff4e8c1ca93fb590be3731e37f25&oe=61AA32DE");
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

.event-date {
    background: #324469;
    padding: 7px;
    text-align: center;
    width: 80px;
    border-radius: 10px;
}

.event-day {
    color: #fff;
    margin: 10px 0 5px;
    font-size: 28pt;
    letter-spacing: 2px;
    font-weight: 700;
}

.event-year {
    color: #fff;
    margin: 0;
    padding-bottom: 8px;
    line-height: 9pt;
    text-transform: uppercase;
    font-size: 9pt;
}

#info p {
    line-height: 1.6rem;
}

#events {
    background-color: #eee;
}

/* ABOUT PAGE */

#page-header {
    position: relative;
    height: 200px;
    background: url("../img/psbc_image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px !important;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 200px;
    background-color: rgba(0, 0, 0, 0.7);
}

.about-img {
    margin-top: -50px;
}

#info-with-cards {
    background: #eee !important;
}

body .about-showcase {
    background: #fff;
}

/* images of campus -- owl carousel */
#campus img {
    width: 350px;
    height: 280px;
}

#events img {
    width: 100%;
    height: 300px;
}

/* DOTS COLORS */
.owl-dot span {
    background-color: var(--primary-hard) !important;
}

.more-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.more-info-list li .fas {
    margin-right: 1rem;
    margin-bottom: 0.7rem;
}

#programs p {
    font-size: 14.4px;
}

#our-programs p {
    font-weight: 500;
    font-size: 1.1rem;
}

.circle-wrapper {
    background: orange;
    padding: 20px;
    text-align: center;
    width: 100px;
    color: #fff;
    border-radius: 50%;
}

.line {
    border-bottom: 5px solid red;
    width: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

#map {
    width: 100%;
    height: 300px;
}

.active {
    color: var(--primary-hard) !important;
    font-weight: 500;
}

.line-hr {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #666666;
    margin: 5px 0px;
}

#footer .footer-columns {
    display: flex;
    justify-content: space-between;
}

#footer .contacts {
    /*font-size: 13.6px;*/
    font-size: 11px;
    line-height: 1.3;
}

#footer li {
    list-style: none;
}

#footer a {
    color: #fff;
    text-decoration: none !important;
}

#footer a:hover {
    color: var(--red);
    text-decoration: none !important;
}

#footer .end-footer {
    font-size: 13px;
    text-align: center;
}

/*MODAL FIX MOVING BACKGROUND*/
body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

#program_photo_view:hover {
    cursor: pointer;
}

/* ************************************************* */
/* MEDIA QUERIES */
/* MOBILE */
/* Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 500px) {
    #showcase {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .info-img {
        margin: 1.5rem 0px;
    }

    .about-showcase .text-header {
        margin-top: 50px;
    }

    .carousel-text h1 {
        font-size: 1.1rem !important;
        line-height: 1.7 !important;
    }

    .carousel-text p {
        font-size: 0.7rem !important;
    }

    .carousel-link {
        margin-bottom: 10px;
        font-size: 0.75rem;
    }
}

/* FOR IPHONE 5 */
@media only screen and (max-width: 320px) {
    #showcase {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #showcase .about-inner h3 {
        font-size: 2rem !important;
    }

    .info-img {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    #showcase {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #showcase .about-inner h3 {
        font-size: 4rem;
    }

    .carousel-text h1 {
        font-size: 1rem !important;
        line-height: 1.8 !important;
    }

    .carousel-text p {
        font-size: 0.6rem !important;
    }

    .carousel-link {
        margin-bottom: 10px;
        font-size: 0.75rem;
    }

    #footer .footer-columns {
        display: inline-block;
    }

    #footer .footer-columns p,
    a {
        font-size: 11px !important;
    }
}

/* TABLETS */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #showcase {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #showcase .about-inner h3 {
        font-size: 5rem;
    }

    .info-img {
        margin: 1.5rem 0px;
    }
}

/* FOR IPAD PRO */
@media only screen and (max-width: 1024px) {
    #showcase {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #showcase .about-inner {
        display: flex;
        align-items: center;
        align-content: center;
    }

    .info-img {
        margin: 1.5rem 0px;
    }

    .carousel-text h1 {
        font-size: 1.7rem;
        line-height: 1.8;
    }

    .carousel-text p {
        font-size: 0.9rem;
    }

    .carousel-link {
        margin-bottom: 10px;
        font-size: 0.75rem;
    }

    #no-events-txt {
        font-size: 1rem;
    }
}

/* Form */
#main-form .form {
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 0.35rem;
    padding: 1.5rem;
}

.form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
}

.form-step-active {
    display: block;
}

.input-group {
    margin: 2rem 0;
}

#main-form .btns-group {
    display: flex;
    justify-content: space-between;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.tab-content {
    height: auto !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .top-info-wrapper {
        display: block !important;
    }
}
