body {
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    background-color: white;
    font-family: Roboto;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 500px;
    margin: auto;
}

header a {
    text-decoration: none;
    color: #929ECC;
    font-family: 'Roboto', sans-serif;
}

header li {
    display: inline-block;
    padding: 10px;
    margin: 0 10px;
}

.nav-logo {
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    margin-left: 10px;
    height: 50px;
}

section {
    width: 100%;
    height: 500px;
}

.welcome-section {
    background-color: #F7F5FD;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.welcome-section .welcome-details {
    display: flex;
    flex-direction: column;
    width: 500px;
}

.welcome-section .welcome-details .welcome-text {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    font-weight: bolder;
    word-break: inherit;
}

.welcome-section .welcome-details .continue-button {}

.welcome-section .welcome-image-wrapper {
    width: 800px;
    height: 400px;


}

.welcome-section .welcome-image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.hero-section {
    background-color: #ECE7FB;
    display: flex;
    align-items: center;
    justify-content: space-around;

}



.hero-section .hero-details {
    display: flex;
    flex-direction: column;
    width: 500px;
}

.hero-section .hero-details .hero-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bolder;
    word-break: normal;
}

.hero-section .hero-image-wrapper {
    width: 450px;
    height: 500px;
    align-content: center;

}

.hero-section .hero-image-wrapper img {
    border-radius: 100%;
    max-height: 100%;
    max-width: 100%;
}

.hero-section .hero-name {
    font-size: 15px;
    color: #00000075;
    font-family: 'Poppins', sans-serif;
}

.subscription-section {
    background-color: rgb(182, 221, 239);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
}

.subscription-section .subscription-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    width: 90%;
    height: 90%;
    justify-content: center;
    align-items: center;
}

.subscription-section .subscription-list .subscription-item {
    width: 300px;
    height: 600px;

    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    background-color: white;
    /* outline-style: solid;
    outline-color: gray;
    outline-width: 2px; */
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.4);
    justify-self: center;
    align-self: center;
}

.subscription-section .subscription-list .subscription-item .subscription-item-head {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Public Sans', sans-serif;
}

.subscription-section .subscription-list .subscription-item .subscription-item-image-wrapper {
    width: 120px;
    height: 120px;

}

.subscription-section .subscription-list .subscription-item img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.subscription-section .subscription-list .subscription-item .subscription-item-price {

    font-family: 'Public Sans', sans-serif;
    font-size: 64px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;

}

.subscription-section .subscription-list .subscription-item .subscription-item-button {
    width: 50%;
    background-color: #FD4E4E;
    border-radius: 43px;
    text-align: center;
    color: white;
}

.subscription-section .subscription-list .subscription-item .subscription-item-list {
    padding: 0;
    margin: 0;
    margin-top: 10%;
    list-style: none;
    text-align: left;
    align-items: center;
    align-content: center;
}

.subscription-section .subscription-list .subscription-item .subscription-item-list li {
    font-size: 20px;
    color: #5A5A5A;
    margin-top: 0;
    padding-top: 0;
}



.explain-section {
    background-color: #ECE7FB;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    justify-content: space-between;
    height: 40vh;

}

.explain-section .explain-details {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
}

.explain-section .explain-details p {
    font-size: 20px;
    text-align: left;
    width: 80%;
}

.review-section {
    background-color: #F2F2F2;
    align-items: center;
    align-content: center;
    height: 50vh;
}

.review-section .review-list { 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.review-section .review-item {
    width: 700px;
    
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    background-color: white;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    justify-self: center;
    align-self: center;
}

.review-section .review-item-content {
    width: 90%;
    height: 85%;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;


}

.review-section .review-item-content p {


    margin-left: 10px;
}

.review-section .review-item .review-item-head {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    
}

.review-section .review-item .review-item-head-person {
    display: flex;
    align-items: center;
    margin-top: 5px;
    width: 30%;
    height: 50px;
}

.review-section .review-item .review-item-head-person p {
    margin-left: 10px;
    font-size: 15px;
}

.review-section .review-item .review-item-person-image {
    width: 50px;
    height: 100%;
    border-radius: 100%;
}

.review-section .review-item .review-item-person-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.review-section .review-item .review-item-rating {
    width: 80px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-section .review-item .review-item-rating img {
    width: 100%;
    height: 100%;
}

.review-section .review-item .review-item-text {
    margin-left: 0px;
}



footer {
    width: 100%;
    height:35vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Poppins', sans-serif;

}


footer .footer-section {

    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    font-family: 'roboto', sans-serif;



}


footer .footer-email {
    margin-top: 10%;
    height: 50px;
    width: 100%;
    display: flex;
    align-content: center;
    font-family: 'roboto', sans-serif;
    

}

footer .footer-email input {
    width: 40%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #000000;
  
}

footer .footer-email button {
    width: 20%;
    height: 50px;
    border-radius: 8px;
    background-color: #4800ff;
    color: white;
    margin-left: 10px;
    text-align: center;
}

footer .footer-section .footer-section-logo {
    margin-top: 20px;
    width: 200px;
    height: 50px;
}

footer .footer-section .footer-section-logo img {
    width: 100%;
    height: 100%;
}

footer .footer-section .footer-info {
    display: flex;
    flex-direction: row;
    width: 100px;
    margin-top: 6%;

}

footer .footer-section .footer-info p {
    color: #929ECC;
    margin: 0px;
    margin-top: 10px;
}



footer .footer-section .footer-section-links {
    display: flex;
    flex-direction: column;
    width: 100px;
    margin-right: 50px;
    margin-bottom: 50px;
}

footer .footer-section .footer-section-links a {
    text-decoration: none;
    color: #929ECC;
    margin-top: 5px;
}

footer .footer-section .footer-section-socials {
    display: flex;
    flex-direction: row;
    margin-right: 60px;

}

footer .footer-section .footer-section-socials .footer-section-socials-icon {
    width: 50px;
    height: 50px;

}


footer .footer-section .footer-links {
    display: flex;
    margin-top: 5%;
    list-style: none;
    justify-content: flex-end;
    flex-direction: column;
    text-align: end;
    font-size: 20px;
    
}

footer .footer-section .footer-links li {
    margin: 2px;
}

footer .footer-section .footer-links a {
    color:#5A5A5A;
    text-decoration: none;
}

footer .footer-section .footer-socials {
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
}


footer .footer-section .footer-socials img {
    width: 50px;
    height: 50px;
    margin: 10px;
}