@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');



a {
    text-decoration: none;
}

.header-container {
    padding: 30px 36px;
    display: flex;
    margin: 0 auto;
    max-width: 1296px;
    position: relative;
}

.header-logo {
    font-family: Quicksand, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-align: left;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

.explore {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    background: rgba(15, 130, 119, 1);
    padding: 10px 10.5px;
    border: none;
    border-radius: 4px;
    color: rgba(238, 238, 238, 1);
    margin-left: 40px;
    cursor: pointer;
}

.explore::after {
    content: url(../images/caret.svg);
    margin-left: 10px;
}




.menu {
    width: 384px;
    height: 558px;
    position: absolute;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
    top: 73px;
    left: 220px;
    background-color: white;
    opacity: 0;
    transition: 0.2s;
    visibility: hidden;
}

.explore:hover + .menu,
.menu:hover {
    opacity: 1;
    visibility: visible;
}

.menu-content {
    margin: 15px 10px;
}

.menu-list-text {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    margin-bottom: 15px;
}

.menu-list-text a {
    color: black;
}

.menu-line {
    background: rgba(0, 0, 0, 1);
    width: auto;
    height: 2px;
    margin: 40px 0;
}

.menu-list-title {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;  
    margin-bottom: 25px;   
}

.menu-list-title a {
    color: black;
}

.menu-list-text:last-child {
    margin-bottom: 40px;
}

.learn-input {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(92, 92, 92, 1);
    padding: 9px 9px;
    border-top: 1px solid rgba(92, 92, 92, 1);
    border-bottom: 1px solid rgba(92, 92, 92, 1);
    border-left: 1px solid rgba(92, 92, 92, 1);
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: none;
    padding-right: 70px;
    width: 210px;
    margin-left: 50px;
}

.search-btn {
    background: rgba(15, 130, 119, 1);
    border: 1px solid rgba(92, 92, 92, 1);
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 9px;
    padding-right: 9px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}


.navbar-menu ul {
    display: flex;
    margin-left: 60px;
    padding: 10px 0;
}

.navbar-text {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.navbar-text li a {
    text-decoration: none;
    color: black;
    margin-left: 50px;
}

.log-sign-btns {
    margin-left: auto;
}

.log-sign-btn:last-child {
    margin-left: 10px;
}


.log-sign-btn {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px 12px;
    background: rgba(15, 130, 119, 1);
    border: none;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
}

.log-sign-btn a {
    text-decoration: none;
    color: rgba(238, 238, 238, 1);
}

.log-sign-btn:hover {
    background-color: white;
    color: rgba(15, 130, 119, 1);
    transition: 0.3s;
}

.log-sign-btn:hover a {
    color: rgba(15, 130, 119, 1);
    transition: 0.3s;
}



.container {
    padding: 0 36px;
    margin: 0 auto;
    max-width: 1296px;
    width: 100%;
}

.comfortably-section div {
    background: rgba(219, 243, 237, 1);
    border-radius: 12px;
    padding: 0px;
}

.comfortably-wrapper {
    display: flex;
}

.comfortably-text-wrapper {
    margin: 170px 110px;
}

.comfortably-title {
    font-family: Quicksand, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 0em;
    text-align: left;
}

.comfortably-subtitle {
    font-family: Quicksand, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    width: 482px;
    margin-top: 20px;
}

.learn-buttons-wrapper {
    margin-top: 30px;
}

.learn-button {
    background: rgba(15, 130, 119, 1);
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 8px 10.5px;
    border-radius: 4px;
    border: 2px solid rgba(15, 130, 119, 1);
    transition: 0.3s;
    cursor: pointer;
}

.learn-button a {
    color: rgba(238, 238, 238, 1);
    text-decoration: none;
}

.learn-button:last-child {
    margin-left: 20px;
}

.learn-button:hover {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.3s;
}

.learn-button:hover a {
    color: rgba(15, 130, 119, 1);
    transition: 0.3s;
}

.bg-img {
    margin-top: 39px;
    margin-bottom: 30px;
}

.academic-section {
    margin-top: 100px;
}

.cards-wrapper {
    display: grid;
    grid-template-columns: 416px 416px 416px;
    grid-template-rows: 0px;
    column-gap: 24px;
}

.section-name {
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(15, 130, 119, 1);
}

.academic-title {
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin: 10px 0;
}

.academic-subtitle {
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-bottom: 35px;
}

.card {
    border: 1px solid rgba(218, 218, 218, 1);
    max-width: 416px;
    border-radius: 8px;
    position: relative;
    height: 480px;
}

.card-photo {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-logo-name {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-left: 9px;
    position: relative;
    bottom: 6px;
}

.card-name {
    font-family: Quicksand;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-top: 20px;
}

.card-content {
    margin: 20px 15px;
}

.get-a-diploma {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(15, 130, 119, 1);
    position: absolute;
    bottom: 20px;
}

.get-a-diploma-logo {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.courses-section {
    margin-top: 100px;
}

.courses-cards-wrapper {
    display: grid;
    grid-template-columns: 306px 306px 306px 306px 306px;
    grid-template-rows: 0px;
    column-gap: 24px;
}


.more {
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(15, 130, 119, 1);
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.more::after {
    content: url(../images/caret-right.svg);
    position: relative;
    top: 2px;
    left: 15px;
}

.topics-section {
    margin-top: 100px;
}

.lists-wrapper {
    display: grid;
    grid-template-columns: 324px 324px 324px 324px;
    margin-top: 50px;
}


.list-name {
    font-family: Quicksand, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.list-title {
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(15, 130, 119, 1);
    margin-top: 30px;
}

.list-subtitle {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-top: 11px;
}

.partners-section {
    margin-top: 100px;
    background: rgba(219, 243, 237, 1);
}

.partners-wrapper {
    padding: 100px 0;
}

.partners-title {
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}

.partners-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.business-wrapper {
    display: flex;
}

.left-side {
    margin: 130px 0;
}

.business-title {
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

.business-description {
    font-family: Quicksand, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-top: 30px;
}

.contact-btn {
    cursor: pointer;
    margin-top: 30px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(238, 238, 238, 1);
    border: none;
    background: rgba(15, 130, 119, 1);
    padding: 10px 12px;
    border-radius: 4px;
}

.right-side {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    grid-template-rows: 136px 136px 136px;
    margin-left: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.pp-section {
    background: rgba(219, 243, 237, 1);
}

.pp-title {
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 70px;
}

.pp-cards-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

.pp-card {
    background: rgba(253, 253, 253, 1);
    border: 1px solid rgba(15, 130, 119, 1);
    transition: 0.3s;
    width: 416px;
    height: 698px;
    border-radius: 24px;
    position: relative;
}

.pp-card:hover {
    background: rgba(15, 130, 119, 1);
    transition: 0.3s;
    color: white;
}

.pp-card:hover .pp-card-content .pp-list .pp-list-text::before {
    content: url(../images/bullit-white.svg);
}

.pp-card:hover .pp-card-content .get-started-btn {
    border: 2px solid rgba(255, 255, 255, 1)
}

.pp-card:hover .pp-card-content .pp-line {
    background: rgba(255, 255, 255, 1);

}

.pp-card-title {
    height: 213px;
}

.pp-card-content {
    margin: 60px 55px;
}

.pp-card-name {
    font-family: Quicksand, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}

.pp-card-description {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0 10px;
    margin: 25px auto;
}

.pp-card-price {
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 15px;
}

.pp-card-price::after {
    content: '/ MO';
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    bottom: 10px;
    left: 15px;
}

.get-started-btn {
    font-family: Cabin, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-align: left;
    background: rgba(15, 130, 119, 1);
    padding: 10px 12px;
    border: 2px solid rgba(15, 130, 119, 1);
    border-radius: 4px;
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.get-started-btn a {
    color: rgba(246, 253, 255, 1);
}

.pp-line {
    background: rgba(15, 130, 119, 1);
    padding: 1px 0;
    margin: 40px auto;
}


.pp-list-text {
    font-family: Quicksand, sans-serif;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 30px;

}


.pp-list-text::before {
    content: url(../images/bullit.svg);
    position: absolute;
    left: 55px;
    transition: all 0.3s;
}

.pp-card-price-y {
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 15px;
}

.pp-card-price-y::after {
    content: '/ Y';
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    bottom: 10px;
    left: 15px;
}

.students-title {
    font-family: Quicksand;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

.students-photo-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 217px;
    gap: 20px;
    margin-bottom: 70px;
}


.student-photo:nth-child(2) {
    grid-row: 1/ 3;
    grid-column: 2/4;
}

.contact-section {
    background-image: url(../images/bg-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 50px;
}


.contact-form {
    width: 565px;
    height: 614px;
    border-radius: 24px;
    background: rgba(219, 243, 237, 1);
    margin: 0 auto;
}

.contact-content {
    padding: 30px;
}

.contact-title {
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}

.contact-subtitle {
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin: 20px 0;
}

.contact-label {
    font-family: Quicksand, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.contact-input {
    margin-top: 5px;
    padding: 15.5px 0px 15.5px 12px;
    width: 491px;
    border-radius: 4px;
    border: 1px solid rgba(15, 130, 119, 1);
    margin-bottom: 25px;
    outline: none;
}

.message {
    padding-bottom: 71.5px;
}

.send-btn {
    padding: 8px 74px;
    background: rgba(15, 130, 119, 1);
    font-family: Cabin, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-align: center;
    color: rgba(246, 253, 255, 1);
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.footer-container {
    padding: 0 36px;
    margin: 60px auto;
    max-width: 1296px;
    width: 100%;
    display: flex;
}

.logo-description {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-top: 25px;
}

.footer-right-side {
    margin-left: auto;
}

.social-media-icons {
    padding-left: 152px;
}

.social-media-icon {
    margin-right: 25px;
}

.social-media-icon:last-child {
    margin-right: 0px;
}

.copyright {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: right;
    margin-top: 60px;
}