* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}


.header {
    min-height: 100vh;
    width: 100%;
    background-color: rgb(239, 227, 227);
    list-style: none;
}

.header_legal {
    min-height: 20vh;
    width: 100%;
    background-color: rgb(239, 227, 227);
    list-style: none;
}

.footer {
    padding: 10px 0px 10px 0px;
    width: 100%;
    background-color: #fff;
    list-style: none;
}

.footer p {
    text-align: center;
    color: #5A5A5A;
}

.footer a {
    font-size: 15px;
    color: #5A5A5A;
    display: block; 
    text-align: center;
}

.header p {
    color: rgba(163,58,137,255);
    font-size: 13px;
}

.double-image {
    width: 400px;
    height: 400px;
}

.contact-us {
    min-height: 30vh;
    width: 100%;
    background-color: rgb(239, 227, 227);
}

.about {
    min-height: 30vh;
    width: 100%;
    background-color: rgb(239, 227, 227);
}

.about p {
    color: rgba(163,58,137,255);
    font-size: 13px;
}

.header h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.contact-us h1 {
    font-size: 60px;
    color: #fff;
    text-align: center;
}

.about h1 {
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.about-me {
    text-align: center;
}

.about-me h1 {
    font-size: 60px;
    color: #000;
    text-align: center;
}

.about-me p {
    font-size: 15px;
    color: black;
    text-align: center;
    padding-top: 30px;
}



.contact {
    width: 80%;
    margin: auto;
    padding-top: 0px;
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa {
    font-size: 28px;
    color: rgba(163,58,137,255);
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p {
    padding: 0;
}

.contact-col div h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 400;
}

.contact-col input, .contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.certificate {
    padding-top: 40px;
    padding-left: 80px;
    padding-bottom: 0px;
    display: flex;
}

.certificate_hide {
    display: none;
}


.certificate_too {
    padding-top: 15px;
    padding-bottom: 0px;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.certificate_too img {
    width: 300px;
    height: 300px;
    border-radius: 150px;
}

.certificate img {
    width: 180px;
    height: 327px;
}
.certificate_too ul li {
    list-style: none;
    display: inline-block;
    padding: 32px 40px;
    position: relative;
    justify-content: center;
}

.certificate ul li {
    list-style: none;
    display: block;
    padding: 8px 10px;
    position: relative;
    justify-content: center;
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 230px;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 25px;
    position: relative;
}

.nav-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: rgba(163,58,137,255);;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}


.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    font-size: 62px;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}


.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.btn {
    display: inline-block;
    position: relative;
    left: 31px;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    cursor: pointer;
}

.center-test {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 50px 0;
}
.btn-center {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    cursor: pointer;
}

.btn:hover {
    border: 1px solid rgba(163,58,137,255);
    background: rgba(163,58,137,255);
    transition: 1s;
}

.btn-center:hover {
    border: 1px solid rgba(163,58,137,255);
    background: rgba(163,58,137,255);
    transition: 1s;
}


.hero-btn-red {
    display: inline-block;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover {
    border: 1px solid rgba(163,58,137,255);
    background: rgba(163,58,137,255);
    transition: 1s;
}

.hero-btn-red:hover {
    border: 1px solid rgba(163,58,137,255);
    background: rgba(163,58,137,255);
    transition: 1s;
}

nav .fa {
    display: none;
}

@media(max-width: 700px) {
    .text-box h1 {
        font-size:  20px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: fixed;
        background: #fff;
        /*color: #fff;*/
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;  
        transition: 1s;
    }

    nav .fa {
        display: block;
        color: rgba(163,58,137,255);
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }
    
    .certificate p {
        display: none;
    }
    
    .certificate_hide {
        display: inline;
    }

    .row {
        flex-direction: column;
    }

    .cta h1 {
        font-size: 24px;
    }
}

/* ------Services------ */

.services {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 0px;
}

h1{
    font-size: 36px;
    font-weight: 600;
}

p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.service-col {
    flex-basis: 100%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 10px 12px;
    box-sizing: border-box;
    transition: 0.5s; 
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.service-col:hover {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.testimonial {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.testimonial-col {
    flex-basis: 50%;
    border-radius: 10px;
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
    justify-content: center;
    background: #fff3f3;
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
}
.testimonial-col:hover {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.testimonial-col p {
    padding: 0;
}

.testimonial-col h3 {
    margin-top: 10px;
    text-align: center;
}

.testimonial-col .fa {
    color: rgba(163,58,137,255);
}

/* -------call to action-------- */

.cta {
    margin: 20px auto;
    height: 100px;
    width: 60%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/Women_in_sun.jpg);
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 150px 0;
}


.cta h1 {
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

