
/* Universal selector */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Element selector */
body {
    font-family: "Poppins", Times, serif;
    background-color: #f7f7f7;
    color:#333;
}

.hero {
    padding: 100px;
}

.hero__title {
    color: #f5f5f5;
}

.hero__description {
 color: #81da76;
}

#hero__highlight {
    font-weight: bold;
    color: #dbfbe0;
}


/* Fonts */

.feature {
    padding: 100px;

    
}

.feature__item {
    padding: 30px 0;

}

.feature__title {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #23c93c;
    margin-bottom: 10px;
}

.feature__title--selected {
    text-decoration: underline;
}

.feature__description {
    /* line-height: 2.4rem; */
    /* text-align: center; */
    /* word-spacing: 2rem; */
    /* white-space: pre-wrap; */
}

/* Colors */
.cta {
    padding: 100px;
    background-color: #5bb471;
    color: #fff;
    text-align: center;
}

.cta__description {
    padding: 15px 0;
    color: #dbdbdb;
}

button {
    color: none;
    border: none;
}

.cta__button {
    padding: 10px 20px;
}

/* Box model */
.video {
    text-align: center;
    padding: 100px;
    font-weight: 500;
}

.video__title {
 font-size: 32px;
 font-weight: 500;
}

.video__description {
 margin-top: 10px;
 font-weight: 300;
 color: #6e6e6e;
}

.video__controls {
    margin-top: 20px;
}

.video__button {
    border: 1px solid #5bb471;
    background: none;
    padding: 10px 20px;
}

.video__button--primary {
 margin-right: 10px;
}

.video__container {
    margin-top: 20px;
    background-color: #ccc;
    width: 100%;
    height: 500px;

}

/* Flex */

.programs {
    padding: 100px;
    background-color: #eee;
    padding-bottom: 200px;
    
}

.programs__cards {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 20px;
    margin-top: 20px;
    
}

.programs__card {
    background-color: #b5b5b5;
    padding: 30px;
    flex-basis: 30%;
    height: 400px;
}

/* Form elements */

.element {
    display: flex;
    justify-content: space-between;
    padding: 100px;
    gap:60px;
    background-color: #f8f9fa
}
.element__left {
    flex: 1;
    background-color: #333;
}
.element__right {
    flex: 1;
}

.element__subtitle {
    color: #5d5d5d;
    margin-top: 10px;
    margin-bottom: 30px;
}

.element__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.element__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.element__list {
    list-style-type: none;
    padding-left: 0;
}

.element__list-item {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #5d5d5d;
}
.element__list-item:before {
    content: ">";
    margin-right: 10px;
    color: #34c759;
}
.element__form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

 label {
    color: #333;
    font-weight: 500;
}

.element__form-group input,
.element__form-group select {
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: inherit;
}

.element__form-group input:focus,
.element__form-group select:focus {
    outline: none;
    border-color: #34c759;
    box-shadow: 0 0 0 2px rgba(52, 199, 89, 0.2);
}

.element__form-group select {
    cursor: pointer;
    background-color: white;
}

.element__form-group option {
    padding: 8px;
}

.element__button {
    background-color: #34c759;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 200ms ease-out;
}

.element__button:hover {
    background-color: #2db14e;
}

/* Images */

.hero {
    height: 50vh;
    background-size: cover;
    background-image: url("images/hero.jpg");
    background-position: center;
    background-color: rgba(0,0,0,0.55);
    background-blend-mode: overlay;
    text-align: center;
    align-content: center;
}
.feature {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.feature__container {
    flex: 1;
}
.feature__image-container {
    flex: 1;
}

.feature__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta__title {
    font-size: 24px;
    font-weight: 400;
}
.cta__button--primary:hover {
    background-color: #d0d0d0;
    cursor: pointer;
}

.video__button--primary {
    color: #5bb471;
}

.video__button--primary:hover {
    background-color: #5bb471;
    color: #fff;
    cursor: pointer;

}

.video__button--secondary {
    color: #5bb471;
}

.video__button--secondary:hover {
    background-color: #5bb471;
    color: #fff;
    cursor: pointer;
    
}

.video__container {
    background-image: url("images/video.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.05);
    height: 700px;
}
.programs__cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.programs__card {
    background: none;
    padding: 0;
    flex: 1;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 500px;
    border-radius: 8px;
}

.programs__card-img {
    width: 100%;
    height: 700px;
    min-height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.programs__card-description {
    color: #6e6e6e;
    font-weight: 300;
    margin-bottom: 15px;
}

.programs__button {
    background-color: #34c759;
    width: 100%;
    padding: 15px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.programs__button:hover {
    background-color: #2db14e;
    transition: 200ms ease-out;
 
}

/* Navbar */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
    background-color: #f5f5f5;
}

.navbar__links {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    gap: 30px;
}

.navbar__item a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
.navbar__item a:hover {
    color: #34c759;
    transition: 200ms ease-out;
}

.footer {
    padding: 50px 100px;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__upper-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-basis: 25%;
    gap: 20px;
}

.footer__logo {
/*     min-width: 25%;
    max-width: 180px; */
}

.footer__description {
    color: #333;
    font-weight: 400;
}

.footer__cta-button {
    background-color: #34c759;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 200ms ease-out;
}

.footer__cta-button:hover {
    background-color: #2db14e;

}
.footer__upper-right {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
}
.footer__column ul{
    list-style-type: none;
    
}
.footer__column h3{
    margin-bottom: 15px;
    color: #333;
}

.footer__column a{
    text-decoration: none;
    color: #333;  
}


.footer__column a:hover{
      color: #34c759; 
}
.footer__column i{
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}
.footer__column i:hover{
    color: #34c759; 
}

.footer__lower {
    text-align: center;
    color: #777;
    font-size: 14px;
}
