@font-face {
    font-family: 'FuturaBook';
    src: url('../fonts/futura/futura_book-webfont.woff2') format('woff2'),
         url('../fonts/futura/futura_book-webfont.woff') format('woff'),
         url('../fonts/futura/Futura\ Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* Rewrite CSS */
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'FuturaBook', Arial, sans-serif;
    /* position: relative; */
}
a{
    text-decoration: none;
    color: #29abe2;
}
a:hover, a:focus{
    color: #ee2324;
}
ol, ul{
    list-style: none;
    padding-left: 0;
}
p{
    font-size: 1rem;
}
.btn{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border: none;
    box-shadow: none;
    font-weight: 500;
    text-transform: capitalize;
}

/* COLOR CLASSES */
.bg-main{
    background-color: #29abe2;
}
.bg-sec{
    background-color: #ee2324;
}
.bg-tertiary{
    background-color: #feda00;
}
.bg-gray{
    background-color: #e6e6e6;
}
.bg-alt{
    background-color: #e9f5fa;
}
.text-main{
    color: #29abe2;
}
.text-sec{
    color: #ee2324;
}
.text-tertiary{
    color: #feda00;
}
.btn-main{
    background-color: #29abe2;
    color: #e6e6e6;
}
.btn-main:hover, .btn-main:focus{
    background-color: #e6e6e6;
    color: #29abe2;
    box-shadow: 0 0 3px 0 #29abe2;
}
.btn-sec{
    background-color: #ee2324;
    color: #e6e6e6;
}
.btn-sec:hover, .btn-sec:focus{
    background-color: #E6E6E6;
    color: #ee2324;
    box-shadow: 0 0 3px 0 #ee2324;
}
.btn-tertiary{
    background-color: #feda00;
    color: #29abe2;
}
.btn-tertiary:hover, .btn-tertiary:focus{
    background-color: #29abe2;
    color: #feda00;
    box-shadow: 0 0 3px 0 #feda00;
}
.btn-gray{
    background-color: #e6e6e6;
    color: #ee2324;
}
.btn-gray:hover, .btn-gray:focus{
    color: #E6E6E6;
    background-color: #ee2324;
    box-shadow: 0 0 3px 0 #e6e6e6;
}
.border-main{
    border-color: #29abe2 !important;
}
.border-sec{
    border-color: #ee2324 !important;
}
.border-tertiary{
    border-color: #feda00 !important;
}
.border-gray{
    border-color: #E6E6E6 !important;
}
.mt-6{
    margin-top: 1.75rem;
}
.mb-6{
    margin-bottom: 1.75rem;
}
.my-6{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.mx-6{
    margin-right: 1.75rem;
    margin-left: 1.75rem;
}
.m-6{
    margin: 1.75rem;
}
.pt-6{
    padding-top: 3.5rem;
}
.pb-6{
    padding-bottom: 3.5rem;
}
.px-6{
    padding-right: 3.5rem;
    padding-left: 3.5rem;
}
.py-6{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.p{
    padding: 3.5rem;
}
.horizontal-scroll{
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}
.horizontal-scroll::-webkit-scrollbar{
    height: 0;
    width: 0;
}
.section-heading-label{
    font-size: 11px;
    font-weight: 600;
    color: #29abe2;
}

/* Main Navigation */
#mainMenu a.nav-link:not(.nav-link-cta){
    text-transform: capitalize;
    font-weight: 600;
    color: #29abe2;
}
#mainMenu a.nav-link:not(.nav-link-cta):hover{
    color: #ee2324;
}
#mainMenu a.nav-link.active{
    color: #ee2324;
}

/*   MOBILE NAVIGATION  */
#mobileMenuOpenBtn, #mobileMenuCloseBtn{
    outline: none;
    border: none ;
    box-shadow: none;
    font-weight: 900 !important;
    font-size: 1.75rem;
    background-color: transparent;
}

#mobileMenuCloseBtn{
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    position: absolute;
    display: block;
}

#mobileMenu{
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 999999;
    width: 70%;
    background: linear-gradient(rgba(41,171,226, 1), rgba(20, 75, 99, 1));
    padding: 2rem 1rem;
    opacity: 1;
    color: #e6e6e6;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    overflow-y: auto;
}

#mobileMenu .mobile-menu-items{
    display: block;
    padding-top: 6rem;
    text-align: center;
}

#mobileMenu .mobile-menu-items a{
    display: block;
    color: inherit;
}

#mobileMenu .mobile-menu-items a:hover, 
#mobileMenu .mobile-menu-items a:focus, 
#mobileMenu .mobile-menu-items a.current{
    color: #feda00;
}

#mobileMenuCloseBtn:hover, 
#mobileMenuCloseBtn:focus{
    color: #ee2324;
}

/* MAIN HEADER */
#mainHeader{
    height: calc(100vh - 200px);
    background-image: linear-gradient(rgba(41,171,226,0.3), rgba(41,171,226,0.3)), url('../../media/images/gallery/Rear\ view\ of\ programmer\ working\ all\ night\ long.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-content{
    width: 50%;
}

/* PAGE HEADER */
#pageHeader{
    background: linear-gradient(rgba(20, 75, 99, 0.8),rgba(20, 75, 99, 0.8)), url('../../media/images/gallery/unsplash_5fNmWej4tAA.png') no-repeat center center/cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#pageHeader .content{
    width: 50%;
}

/* INTRO SECTION */
#intro{
    background: #ffffff;
    background-image: url('../../media/images/gallery/why\ Choose\ us\ Blob.png');
    background-repeat: no-repeat;
    background-position-x: 75%;
    background-position-y: center;
    background-size: 30%;
}
#intro .intro-text p{
    font-size: 1.15rem;
}

/* PROGRAMMES SECTION */
.programme-card .programme-card-img-container{
    height: 13.75rem;
}

/* CURRICULAR SECTION */
.curricular-box p{
    font-size: 1.15rem;
}

/* Testimonials */
/* .testimonial-card{
    scale: 0.9;
} */
/* .testimonial-card.active{
    background-color: #29abe2;
    color: #ffffff;
    scale: 1;
} */
.testimonial-card img{
    width: 150px;
    height: 150px;
}
/* .testimonial-card.active img{
    border-color: #e9f5fa !important;
} */
.testimonial-card h6{
    font-weight: 600;
}

/*  FOOTER */
#mainFooter .footer-cols h6{
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #e9f5fa;
}

#mainFooter ul li a{
    color: #E6E6E6;
    display: inline-block;
    padding-bottom: .75rem;
}
#mainFooter ul li a:hover, #mainFooter ul li a:focus{
    color: #feda00;
}
#mainFooter p.copyright{
    font-size: .85rem;
}


/* About Us page */
.about-img-container img, .quote-img-container img, .curricular-img-container img{
    width: 100%;
    object-fit: cover;
}
.about-img-container img{
    height: 300px;
}
.quote-container blockquote{
    font-size: 2.5rem;
    font-weight: 500;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}
.quote-img-container img{
    height: 400px;
}
.mission-card img, .value-card img{
    height: 12.5rem;
    width: 100%;
    object-fit: cover;
}

/* Courses Section */
.curricular-img-container img{
    height: 20rem;
}

/**  Registration Section  **/
.form-label{
    font-weight: 600;
    font-size: 0.93rem;
}
.form-notes small{
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6;
}
.contact-heading{
    text-align: left;
}
.contact-box-1 ul, .contact-box-2 ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contact-box-1 ul li, .contact-box-2 ul li{
    display: flex;
    justify-content: space-between;
    gap: .55rem;
    color: #333333;
}
.contact-box-1 ul li a, .contact-box-2 ul li a{
    color: inherit;
}
.contact-box-1 ul li:hover, .contact-box-2 ul li:hover{
    color: #ee2324;
}
#registrationSubmitBtn1{
    width: 50%;
}

/* ============================================================
==================== MEDIA QUERIES ============================
============================================================= */

@media screen and (max-width: 992px) {
    .hero-content{
        width: 80%;
    }
    .quote-container blockquote{
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px){
    .contact-heading{
        text-align: center;
    }
    #pageHeader .content{
        width: 80%;
    }
}

@media screen and (max-width: 552px) {
    .hero-content{
        width: 100%;
        text-align: center;
    }
    .quote-container blockquote{
        font-size: 1.75rem;
    }
    #pageHeader .content{
        width: 100%;
        text-align: center;
    }
    #registrationSubmitBtn1{
        width: 100%;
    }
}

@media screen and (max-width: 385px){
    .contact-box-container{
        flex-direction: column;
    }
    .contact-box-1 ul li, .contact-box-2 ul li{
        justify-content: center;
    }
}

@media screen and (max-width: 320px) {
    .quote-container blockquote{
        font-size: 1.5rem;
    }    
}