/*
General Style - Available on all screens starting from smallest mobile
================================================== */

/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

html, body {
    height: 100%;
    width: 100vw;
    overflow-x: hidden;
}

*:focus {
    outline: none;
}

/* Variables */

:root {
    --dark: #232323;
    --light: #EBEBF0;
    --yellow: #FECA2A;
    --orange: #FF8800;
    --blue: #7AB8CB;
    /*Tint-1*/
    --dark_tint_1: #656565;
    --light_tint_1: #F2F2F5;
    --yellow_tint_1: #FEDA6A;
    --orange_tint_1: #FDAC42;
    --blue_tint_1: #A0CDDA;
}

/* Typography */

h1, h2, h3 {
    font-family: 'Comfortaa', cursive;
}

h1 {
    font-size: 38px;
    line-height: 51px;
    letter-spacing: -1%;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0%;
    font-weight: 600;
}

h3 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0%;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 20%;
    font-weight: 600;
}

h4, h5, h6, p {
    font-family: 'Inter', sans-serif;
}

p, li {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.7em;
}

/* Fixes */

.elementor-button-icon svg {
    display: initial;
}

/* ==========
    Header 
=============*/

.site-header .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .nav ul li {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #232424;
}

.site-header .nav ul li:hover, .site-header .nav ul .current_page_item {
    background-color: #FFF4D4;
    border-radius: 9999px;
}

/* Hamburger menu */

/* Hamburger */

.hamburger-container {
    cursor: pointer;
    margin: auto 0;
    z-index: 999;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.active-burger {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 100;
    overflow: hidden;
    left: 0;
    top: 0;
}

.active-burger-logo .hamburger-container {
    position: absolute;
    right: 1.25em;
    z-index: 9999;
    top: 1.6rem;
}

#header-logo a{
    transition: all 0.5s linear;
}

.active-burger-logo #header-logo {
    z-index: 9999;
    width: 100%;   
}

.active-burger-logo #header-logo a {
    margin-left: 50%;
    transform: translateX(-50%);
}

.active-burger-logo a {
    /*   z-index: 9999;
    position: absolute;
    top: 1.25rem;
    left: 50%;
    transform: translateX(-50%); */
}

.active-burger>div {
    height: 100%;
}

.active-burger .menu-main-menu-container {
    display: flex;
    height: 100%;
}

.active-burger .menu {
    margin: auto;
    width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
}

#masthead .active-burger .menu .menu-item {
    display: flex;
    margin-bottom: 18px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px 10px;
}

#masthead .active-burger .menu a {
    min-width: 200px;
    font-size: 16px;
}


/* Gutenberg */
.wp-block-image {
    margin-bottom: 2rem;
}

.study-content h1, .study-content h2, .study-content h3, .study-content h4, .study-content h5, .study-content h6 {
    margin-top: 2em;
    margin-bottom:0.5em;
}

.study-content ul {
    list-style-type: disc;
}

.study-content li {
    margin-left: 20px;
}

.study-content li::marker {
   color: var(--yellow);
}

.study-content .wp-block-quote {
    padding: 10px;
    background-color: #FFFAEA;
    border-radius: 10px;
    margin-bottom: 20px;
}

.study-content .wp-block-quote p:last-child{
    margin-bottom: 0;
}


/* Carousel Slider */

#testimonials-sections .carousel-slider__content > div:first-child {
    margin-left: -100%;
}

/*
Portrait Tablets- 768px and up 
================================================== */

/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 43px;
        line-height: 48px;
    }
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    h5 {
        font-size: 14px;
        line-height: 24px;
    }
    h6 {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 23%;
    }
    /* Footer */
    .footer-background {
        max-width: 97%;
    }
    /* ==========
    Header 
    =============*/
    .site-header .nav ul {
        display: flex;
    }
    .site-header .nav ul li {
        padding: 9px 15px;
    }
}