/* font-family: 'Poppins', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Roboto', sans-serif; */
button:focus {
    outline: none;
}

.btn:focus {
    outline: none;
}

.bord{
    border: 2px solid black;
}

/* NAVIGATION BAR */
.navbar-edit{
    padding: 2rem;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    background: #d9dae1;
    display: none;
}

.mmg-logo{
    position: relative;
    width: 230px;
}

@media (max-width: 550px) {
    .mmg-logo{
        width: 200px;
    }
    .navbar-edit{
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .navbar-edit{
        display: block;
    }
}

/* HOME */
#home{
    background: #d9dae1;
    font-family: 'Roboto', sans-serif;
    /* height: 70vh; */
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#home .container{
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.039);
    padding: 2rem;
}
.shadow-row{
    
}
.title-cont{
    position: relative;
}
.home-title-box{
    /* margin-top: 3rem; */
}

.title-text{
    font-size: 2.5rem;
    font-weight: bold;
}

.title-desc{
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    font-size: 0.9rem;
}

.title-btn{
    margin-top: 1.5rem;
}
.home-main-image{
    width: 70%;
}
.start-btn{
    color: white;
    background-color: #ff1d25;
    font-size: 1rem;
    padding: 1.2rem 3rem;
    border-radius: 26px;
    border: none;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    transition: all .3s ease-in-out;
}
.start-btn:hover{
    box-shadow: rgba(255, 0, 0, 0.288) 0px 0px 43px;
    transform: translate3d(0px, -4px, 0px);
}

.image-col{
    opacity: 1;
    text-align: center;
}

@media (max-width: 770px) {
    #home{
        height: 80vh;
    }
    .image-col{
        display: none;
    }
    .title-cont{
        padding: 2rem;
    }
    .title-text{
        font-size: 3rem;
    }
    .title-desc{
        font-size: 1.1rem;
    }
    .title-btn{
        margin-top: 3rem;
    }
}

@media (max-width: 1000px) and (min-width: 800px) {
    #home{
        height: 50vh;
    }
}

/* DESCRIPTON */
#description{
    background: #2b2b2e;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#description .container{
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
    position: relative;
    text-align: center;
    color: white;
}

.desc-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desc-text{
    font-size: 2.5rem;
    font-weight: bold;
}

.desc-desc{
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    font-size: 0.9rem;
}

.desc-btn{
    margin-top: 3rem;
}

.desc-bg-img{
    width: 800px;
}
.desc-bg-img-0{
    display: none;
}

@media (max-width: 770px) {
    #description .container{
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .desc-bg-img{
        display: none;
    }
    .desc-box{
        position: relative;
        top: 0;
        left: 0;
        transform: none
    }
    .desc-text{
        font-size: 2.5rem;
    }
    
    .desc-desc{
        font-size: 1.1rem;
        margin-top: 1.5rem;
    }
}

/* ABOUT */
#about{
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}

#about .container{
    padding-bottom: 8rem;
    padding-top: 4rem;
    padding: 4rem 6rem 2rem 2rem;
}

.about-title-box{
    margin-top: 4rem;
}

.about-title-text{
    font-size: 2.5rem;
    font-weight: bold;
}

.about-title-desc{
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    font-size: 0.9rem;
}

.about-title-btn{
    margin-top: 1.5rem;
}
.about-img{
    /* text-align: center; */
    margin-left: 4rem;
}
.about-img img{
    width: 800px;
    /* padding-left: 3rem; */
}

.about-img-rmv{
    opacity: 1;
}

@media (max-width: 770px) {
    #about .container{
        padding-top: 2rem;
    }
    .about-img-rmv{
        display: none;
    }
    .about-title-text{
        font-size: 3rem;
    }
    .about-title-desc{
        font-size: 1.1rem;
    }
}

@media (max-width: 822px) {
    .about-title-box{
        margin-top: 5rem;
    }
}

/* TESTIMONIALS */
#testimonials{
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}

#testimonials .container{
    padding-bottom: 10rem;
}

.test-title{
    font-size: 3rem;
    font-weight: bolder;
    text-align: center;
}

.test-desc{
    font-weight: bold;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}

.test-box{
    margin-top: 3rem;
    font-family: 'Quicksand', sans-serif;
}
.test-card{
    width: 350px;
    border: none;
    /* margin: auto; */
}
.test-text-box{
    padding: 2rem;
    text-align: left;
}
.test-user-desc{
    margin-top: 6rem;
    font-weight: 600;
    font-size: .9rem;
}
.test-user-name{
    font-weight: bolder;
}

.card-m-left{
    width: 350px;
    border: none;
    margin-left: 10rem;
}

@media (max-width: 1220px) {
    .card-m-left{
        margin-left: 0;
    }
    .test-card{
        margin: auto;
    }
}

@media (max-width: 820px) {
    .card-m-left{
        /* margin-left: 0; */
    }
}

/* PLAN */
#plan{
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}

#plan .container{
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.plan-title{
    font-size: 3rem;
    font-weight: bolder;
    text-align: center;
}

.plan-desc{
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.plans-box-container{
    margin-top: 5rem;
}
.plan-col{
    margin-bottom: 3rem;
}
.plan-card{
    background-color: #f2f2f2;
    border: none;
    border-radius: 40px;
    color: #a1a1a1;
    font-size: 0.8rem;
    transition: 0.3s ease;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    margin: auto;
}
.plan-card-text{
    padding: 14% 10%;
}
.about-plan{
    text-align: center;
}
.plan-img{
    width: 50px;
    align-items: center;
}
.top-row{
    display: flex;
    flex-direction: row;
}
.plan-img-box{
    padding: 1rem;
    border-bottom: 1.3rem solid white;
    border-right: 1.3rem solid white;
    border-bottom-right-radius: 40px;
    align-items: center;
    min-height: 112px;
    display: flex;
}
.plan-price-box{
    margin-top: 1rem;
    margin-left: 1rem
}
.plan-price{
    font-size: 10px;
}
.plan-name{
    color: black;
}
.price{
    font-weight: bolder;
    font-size: 2rem;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.fa-check{
    margin-right: 0.5rem;
}
.plan-email-count{
    color: black;
    font-weight: 600;
}
.btn-box{
    text-align: center;
}
.choose-btn{
    text-align: center;
}

.plan-card:hover{
    background-color: #333333;
    color: #eaeaea;
}

.plan-card:hover .plan-name{
    color: white;
}
.plan-card:hover .price{
    color: white;
}
.plan-card:hover .plan-email-count{
    color: white;
}

@media (max-width: 830px) {
    .plan-card{
        width: 300px;
    }
}

@media (max-width: 590px) {
    .plan-card{
    }
    .plan-img{
    }
    .plan-price-box{
        margin-top: 2rem;
    }
}

/* FAQS */
#faqs{
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}

#faqs .container{
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.faq-title{
    font-size: 3rem;
    font-weight: bolder;
    text-align: center;
}
/* accordion */
.questions-container{
    padding-left: 8rem;
    padding-right: 8rem;
    margin-top: 5rem;
    font-family: 'Quicksand', sans-serif;
}
.questions-padding{
    padding: 4% 10%;
    align-items: center;
}

.card-body{
    text-align: justify;
}

.accordion-card, .accordion-card-header{
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}

.accordion-card{
    /* box-shadow: 0 2px 20px 0 rgba(110, 130, 208, .18); */
}

.accordion-card-body{
    background: #e8eeff;
    font-size: 0.9rem;
}

.btn-link{
    width: 100%;
    height: 60px;
    color: #000 !important;
    font-weight: bold !important;
    text-align: left !important;
    text-decoration: none !important;
    background: #f2f2f2;
}

.btn-link::after{
    content: '\2212';
    width: 35px;
    font-size: 25px;
    text-align: center;
    right: 15px;
    top: 11px;
    position: absolute;
}

.btn-link.collapsed:after{
    content: '\002B';
}

.btn-link:before{
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    background: #f2f2f2;
    z-index: 1;
    transform: rotate(45deg);
    left: 30px;
    top: 46px;
}

@media (max-width: 432px) {
    .btn-link:before{
        display: none;
    }  
}

@media (max-width: 770px) {
    .questions-container{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* FOOTER */
#footer{
    background-color: #2f2f33;
    color: white;
    text-align: center;
}

#footer .container{
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.footer-title{
    font-weight: bolder;
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
}

.footer-desc{
    font-family: 'Quicksand', sans-serif;
}

.footer-privacy{
    margin-top: 2rem;
    font-style: italic;
    font-family: 'Quicksand', sans-serif;
}