body {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: normal;
    padding:0;
    margin:0;
    background-color:#FFFFFF;
    overflow-x: hidden;
    color: #000000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.navi-bar {
    background-color: #333333;
}

.nav-txt {
    color: white;
    font-size: medium;
}

.nav-txt:hover {
    color: #CB2525;
}

.nav-mobile-button {
    background-color: #ffffff;
}

html {
    scrollbar-width: none;
}

/* FOOTER */
.footer {
    background-color: #333333;
    width: 100%;
    margin-top: auto;
}

.footer-txt {
    color: #FFFFFF;
    font-size: small;
}

/* fonts, headings and banners */
.banner {
    width: 100%;
}

.ielts {
    color: #CB2525;
    font-weight: bold;
}

.dots {
    background-image: url('media/dot\ pattern.png');
    background-size: cover;
    height: 100%;
    flex: 1;
}

.sub-heading {
    color: #CC5F25;
}

.heading {
    color: #993A3A;
    font-weight: bold;
}

.wrapper {
    position: relative;
    display: inline-block;
}

.accent {
    position: absolute;
    top: -1.5em;
    left: -2em;
    width: 2em;
    height: 3em;
    background-size: contain;
    background-repeat: no-repeat;
}

.star {
    background-image: url(media/accent\ 2.png);
}

.sketch {
    background-image: url(media/sketch\ accent.png);
}

.accent-arrow {
    position: absolute;
    top: -3.125em;
    left: 28.125em;
    width: 12.5em;
    height: 12.5em;
    background-image: url(media/arrow-red.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-2 {
    background-color: #993A3A;
    color: #FFFFFF;
    font-weight: bold;
}

.btn-2:hover {
    background-color: #CB2525;
    color: #FFFFFF;
    font-weight: bold;
}

/* Index */
.hero {
    width: 775px;
    height: auto;
    object-fit: contain;
}

.tagline {
    font-weight: bolder;
}

.btn-index {
    background-color: #258BCC;
    color: #FFFFFF;
    border-radius: 30px;
    font-weight: bold;
}

.btn-index:hover {
    background-color: #265D80;  
    color: #FFFFFF;
}

.card-bg {
    background: rgb(37, 139, 204, 0.4);
    border-radius: 20px;
    border: rgb(37, 139, 204, 0.4);
}

.index-img {
    height: 380px;
    width: 380px;
    object-fit: contain;
}

.newsletter {
    border-radius: 100px;
    background-color: #000000;
    color: #FFFFFF;
    width: 100%;
    max-width: 600px;
    font-family: 'Inter';
}

/* about */
.acc-btn1, .acc-body1 {
    background-color: #265D80;
    color: #FFFFFF;
}

.acc-btn2, .acc-body2 {
    background-color: #233540;
    color: #FFFFFF;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.acc-btn1:not(.collapsed) {
    background-color: #265D80;
    color: #FFFFFF;
    box-shadow: none;
}

.acc-btn2:not(.collapsed) {
    background-color: #233540;
    color: #FFFFFF;
    box-shadow: none;
}

/* Contact */
.qmark {
    max-width: 10rem;
    max-height: 12.5rem;
}

.labels label {
    color: #993A3A;
}

/* Courses */
.card-courses {
    background: none;
    border: 1px solid #265D80;
    border-radius: 20px;
}

.btn-courses {
    background-color: #265D80;
    border-radius: 20px;
    color: #FFFFFF;
}

.btn-courses:hover {
    background-color: #258BCC;
    border-radius: 20px;
    color: #FFFFFF; 
}

.testimonial-img {
    border-radius: 80px;
    width: 18rem;
    height: 14rem;
    max-width: 18rem;
    max-height: 14rem;
    object-fit: contain;
}


/* Media queries */
@media (max-width: 760px), (max-height: 480px) {
    .hero {
        all: unset;
    }

}    
