@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://educationh1dev.wpenginepowered.com/wp-content/themes/education/assets/components/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://educationh1dev.wpenginepowered.com/wp-content/themes/education/assets/components/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('https://educationh1dev.wpenginepowered.com/wp-content/themes/education/assets/components/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('https://educationh1dev.wpenginepowered.com/wp-content/themes/education/assets/components/fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('https://educationh1dev.wpenginepowered.com/wp-content/themes/education/assets/components/fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  
  body {
    font-family: 'Open Sans', sans-serif;
  }
  





  .social-media {
    display: flex;
    flex-direction: row;
    background-color: #40C1BB;
    max-height: 40px;
    height: 40px;
    max-width: 1920px;
    align-items: center;
}
.fa-brands, .fa-solid {
    color: white;
}

.search-text {
    color: white;
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    margin-right: 7px;
    margin-top: auto;
    margin-bottom: auto;
}

.search {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: 32px;
    align-items: center;
}

.social-icons {
    margin-right: 55px;
}

.logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}
@media only screen and (max-width: 1080px) {
    .menu-list {
        position: absolute;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
        z-index: 1;
    }

    .menu-list.active {
        left: 0;
    }


    .hamburger {
        display: block;
        cursor: pointer;
        margin-bottom: 15px;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


}

.menu-container {
margin: 0 auto;
overflow: hidden;
background: #fff;
}

.menu-item {
list-style: none;
float: left;
position: relative;
font-family: 'Open Sans', 'Open Sans Condensed', sans-serif;
font-weight: bold;
font-size: 16px;
color: #58595B;
text-transform: uppercase;
}

.menu-item a:hover {
color: #FF0076;
}

.menu-item a {
display: block;
padding: 10px 20px;
color: #000;
text-decoration: none;
line-height: 1.6;
}
.menu-list {
    justify-content: center;
    display: flex;
}

.submenu-container {
    display: none;
    position: absolute;
    background-color: #FF0076;
    padding: 10px;
    transition: opacity 0.5s ease, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    width: 300px;
}

.menu-item:hover .submenu-container {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
@media (max-width: 768px) {
    .submenu-container:hover {
        display: none;
    }
}
.submenu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-item a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    padding: 5px 10px;
    transition: font-weight 0.3s ease;
}

.submenu-item a:hover,
.submenu-item a:active {
    font-weight: 700;
    color: white;
}
@media screen and (max-width: 1080px) {
    .submenu-container {
        position: static;
        width: auto;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .menu-item.active .submenu-container {
        display: block; 
    }
}
@media (min-width: 769px) {
    .menu-item:hover .submenu-container {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .menu-item:hover .submenu-container{
        display: none;
    }

    .menu-item .submenu-container {
        display: none;
    }
}

.line {
    height: 10px;
    background-color: #FF0076;
}

/* HERO */

.hero_text {
font-family: "Open Sans", sans-serif;
font-size: 40px;
font-weight: semibold;
color: white;
text-align: center;
}

.hero_container {
display: flex;
align-items: center;
justify-content: center;
padding: 96px 0px;
}

body {
}

.points-section {
    background-color: #F1F2F2;
    max-width: auto;
    margin-top: 46px;
    overflow: hidden;
}
.points_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.points_text {
    text-align: center;
    font-size: 30px;
    color: #FF0076;
    margin-top: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.points_paragraph {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
/* Second container */
.paragraph_container {
    width: 970px;
    height: 90px;
}
.heading_text {
    color: #FF0076;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 50px;
}
.paragraph {
    font-size: 20px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #58595B;
    text-align: center;
}
.btn_about {
    background-color: #40C1BB;
    width: 230px;
    height: 43px;
    border-color: inherit;
    border: 0;
    color: white;
    margin-top: 50px;
}
.welcome_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.feed_card {
    background-color: #BCBEC0;
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: 60px;
}

.feed-section {
overflow: hidden;
}

.feed_text {
font-size: 30px;
font-family: "Open Sans", sans-serif;
font-weight: 500;
margin-top: 35%;
margin-left: 7%;
position: absolute;
color: white;
}


.hero-section {
background-image: url("../images/hero_img.png");
background-repeat:no-repeat;
background-position-x: center;
background-size: 100% auto;
filter: grayscale(45%);
}

.courses_img {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.footer_social {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 55px;
}

.footer_container {
    margin-top: 55px;
}
.footer_section {
    height: 230px;
    background-color: #BCBEC0;
    overflow: hidden;
}

.contact_info h6 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: white;
}

.footer_menu li{
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    list-style-type: none;
    line-height: 19px;
}
.quote-container {
position: relative;
width: 100%;
height: 400px;
}

.quote-text {
width: 450px;
font-size: 40px;
font-family: "Open Sans", sans-serif;
color: white;
position: absolute;
bottom: 0;
left: 0;
margin: 40px;
}

.fa-brands {
margin-right: 5px;
}

.footer_logo {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.quote {
background-image: url("../images/quote.png");
background-repeat: no-repeat;
width: 100%;
height: 400px;
background-size: cover;
background-position: right;
}



.btn_news {
    width: 230px;
    background-color: #40C1BB;
    height: 43px;
    color: white;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom:100px;
}
.news-section {
    overflow: hidden;
}
.news-container {
    display: flex;
    justify-content: center;
    padding: 0 10px;
}
.news_heading {
    text-align: center;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #FF0076;
    margin-top: 45px;
    margin-bottom: 45px;
}
.news_card {
    background-color: #BCBEC0;
    width: 370px;
    height: 370px;
    overflow: hidden;
    margin: 0 10px;
}
.news_title {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    width: 250px;
    margin-left: 10px;
    margin-top: 300px;
    position: absolute;
    color: white;
}
.news_section {
    overflow: hidden;
}
.video_text {
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: white;
}
.video {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 0, 118, 0.5);
    height: 500px;
}
.courses-section {
    overflow: hidden;
}
.header_courses {
    color: #FF0076;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-top: 115px;
    margin-bottom: 50px;
}

.paragraph_courses {
    width: 400px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #58595B;
}

.btn_courses {
    background-color: #40C1BB;
    width: 230px;
    height: 43px;
    color: white;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    border: 0;
    margin-top: 55px;
}

.text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}