* {
    font-family:  "Jost", sans-serif;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.header {
    background-color: #6f25cc;
}

.announcement {
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.announcement-content {
    text-align: center;
    color: white;
    margin: 0;
    padding-right: 20px;
    letter-spacing: 0.1rem !important;
}

.announcement-button {
    color: #6f25cc;
    background-color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: 0.1rem !important;
    padding: 10px 25px;
}

.header-menu{
    box-shadow: 0 2px 5px black;
}

.mentorly-navbar {
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mentorly-logo-wrapper img {
    width: 200px;
}

.mentorly-inline-menu {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.mentorly-inline-menu a {  
    color: #121212BF;
    font-weight: 500;
}

a.menu-tab:hover {  
    color: black;
}


.mentorly-header-icons {
    width: 100px;
}

.body-major-content {
    justify-content: center;
    height: 300px;
}

.body-major-content p {
    margin-bottom: 0;
}

.footer-wrapper {
    box-shadow: 0 2px 5px black;
}

.footer {
    padding: 36px 1.5rem 25px 1.5rem;
    display: flex;
    flex-direction: row;
}

.footer h2{
    font-size: 22.5px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.footer p {
    color: #121212BF;
}

.footer-social-media-icons {
    display: flex;
    flex-direction: row;
    padding-bottom: calc(25px + 1.1rem);
    padding-left: 1.5rem;
    gap: 10px;
}

.footer-copyright{
    background-color: #6f25cc;
}

.copyright-container{
    padding-left: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright-content {
    color: white;
    padding: 0;
    margin: 0 !important;
}

.copyright-content:hover {
    color: black;
}

.demo-product-detail{
    align-items: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.859);
    padding: 20px;
}

.product-detail {
    align-items: center;
}

.get-in-touch {
    background-color: #6f25cc;
    text-align: center;
    color: white;
    padding: 30px;
}

.payment-method {
    width: 20%;
}