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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}


.button {
    padding-top: 3rem;
}

.button a {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.button a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #000000;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.button a span:nth-child(2) {
    color: #000000;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s;
    clip-path: polygon(60% 0, 100% 0%, 100% 100%, 61% 100%, 39% 51%);
}

.button a span:nth-child(2):hover {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 0% 50%);
}

.button a span:nth-child(1):hover~span:nth-child(2) {
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 100% 48%);
}

.header {
    padding-top: 8rem;
}

.header img {
    width: 100%;
    height: auto;
}

.header h1 {
    color: #393939;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: -0.58px;
}

.header span {
    color: #000000;
}

.header p {
    color: #717171;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.header .hp {
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 5px 5px 45px 13px rgba(0, 0, 0, 0.03);
    margin-top: 15%;
    padding: 12px 42px;
}

.header .hp img {
    width: 100%;
    height: auto;
}

.header .hp p {
    margin-top: .5rem;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1rem;
    color: inherit;
}


/* services */

.services {
    padding-bottom: 4rem;
    padding-top: 5rem;
    background: rgba(255, 176, 219, .18);
}


.services h1 {
    text-align: center;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.services h3 {
    color: #717171;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}


.services .one {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 5px 5px 45px 13px rgba(0, 0, 0, 0.03);
    padding: 29px 0px;
    margin-top: 2rem;
    color: #66023C;

}

.services .one:hover {
    background-color: #66023C;
    color: #fff;

}



.services .one img {
    max-width: 100%;
    height: auto;

}

.services .one h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    padding: 22px 0 10px;

}

.services .one p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 22px;
}

.services .fa {
    font-size: 5rem;
}



/* facts */

.update {
    padding-bottom: 5rem;
    padding-top: 5rem;
    background-color: #66023C;
}


.update h1 {

    text-align: center;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.update h3 {
    color: #ffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}

.update input {
    padding: 0.8rem 2rem;
    width: 50%;
    margin-left: 18rem;
    border: none;
    border-radius: 5px;
}


/* blog */


.blog {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.blog h1 {

    text-align: center;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog h3 {
    color: #717171;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 3rem;

}

.blog .rgt {
    padding: 2rem;
}

.blog h2 {
    padding-bottom: 1rem;

}

.blog p {
    color: #393838;
    letter-spacing: 1px;
    line-height: 28px;
    padding-top: 1rem;
}






/* backed by */



.comp {
    padding-top: 8rem;
}


.comp h1 {

    text-align: center;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.comp h3 {
    color: #717171;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 3rem;

}


.comp img {
    height: 90px;
    width: 160px;
    margin-bottom: 3rem;
}

/* contact */

@media(max-width:768px) {

    .banner h1 {
        font-weight: 600;
    }


    .centered {
        top: 28%;
    }

    .header {
        padding-top: 5rem;
    }

    .header img {
        width: 100%;
        height: auto;
    }

    .header h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .header p {
        font-size: 15px;
    }

    .header .hp {
        display: none;
    }

    .services h1 {
        font-size: 30px;
    }

    .services h3 {
        font-size: 13px;
    }

    .update h1 {
        font-size: 30px;
    }

    .update h3 {
        font-size: 14px;
    }

    .update input {
        width: 50%;
        margin-left: 11rem;
    }

    .blog h1 {
        font-size: 30px;
    }

    .blog h3 {
        font-size: 14px;

    }

    .blog .rgt {
        padding: 1rem;
    }

    .comp {
        padding-top: 8rem;
    }


    .comp h1 {
        font-size: 30px;
    }

    .comp h3 {
        font-size: 14px;
    }

    .comp img {
        width: 120px;
    }

}

@media(max-width:426px) {
    .banner {
        display: none;
    }


    .header img {
        display: none;
    }

    .update input {
        width: 50%;
        margin-left: 6rem;
    }

    .blog h1 {
        font-size: 30px;
    }

    .blog h3 {
        font-size: 14px;

    }

    .blog img {
        width: 70%;
    }

    .blog .rgt {
        padding: 1rem;
    }

    .blog .rgt h2 {
        font-size: 18px;
    }

    .blog .rgt p {
        font-size: 14px;
    }

    .comp {
        padding-top: 8rem;
    }


    .comp h1 {
        font-size: 30px;
    }

    .comp h3 {
        font-size: 14px;
    }

    .comp img {
        width: 120px;
    }

}


.footer {

    /*background: rgba(0, 0, 0, 0.84);*/
    background: #66023C;
    padding: 60px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
}

.footer .logo img {
    width: 80%;
}

.footer h3 {
    font-size: 1.75rem;
    color: #fff;
    padding: 1rem 0rem;
    text-transform: capitalize;
}

.footer p {
    color: #fff;
    font-size: 12px;
}

.call {
    margin-bottom: 1rem;
    display: flex;
}

.call .fa-phone,
.fa-envelope,
.fa-whatsapp {
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 50%;
    background-color: rgb(255, 68, 68);
    padding: 10px;
    margin-right: 5px;
    visibility: visible;
    animation-delay: 0.1s;
}


.call .fa-envelope {
    background-color: rgb(8, 170, 209);
}

.call .fa-whatsapp {
    background-color: rgb(25, 157, 14);
}

.footer .links a {
    text-decoration: none;
    margin-top: 0.5rem;
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    font-size: 13px;
}

.footer .links p {
    border-bottom: 1px dotted #666;
    padding-bottom: 8px;
}



.footer .call p {
    margin-top: 0.5rem;
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #666;
    font-size: 10px;
    text-decoration: none;
}

.mini-footer {

    margin-top: 4rem;
    border-top: 1px dotted #666;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

.mini-footer .fa-linkedin {
    font-size: 1rem;
    text-align: center;
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1.5rem;
    transition: all .5s ease;
}

.fa-facebook,
.fa-twitter,
.fa-youtube {
    background: #3b5998;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1.5rem;
    padding-top: 12px;
    transition: all .5s ease;
}

.fa-twitter {
    background: #1da1f2;
}

.fa-youtube {
    background: #cd201f;
}

@media(max-width:768px) {

    .footer .logo img {
        width: 50%;
        height: 50%;

    }

    .footer {
        /* background: rgba(246, 0, 63, 255); #f6003f */
        padding-top: 3rem;
        margin-top: 3rem;
    }

    .footer h3 {
        font-size: 1rem;

    }

    .footer p {

        font-size: 13px;
    }

    .mini-footer {
        margin-top: 2rem;
    }

    .mini-footer .fa-linkedin {
        font-size: 1rem;
        text-align: center;
        background: #fff;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        margin-right: 1rem;
        transition: all .5s ease;
    }

    .fa-facebook,
    .fa-twitter,
    .fa-youtube {
        background: #3b5998;
        color: #fff;
        font-size: 1rem;
        text-align: center;
        width: 2rem;
        height: 2rem;

        padding-top: 12px;
        transition: all .5s ease;
    }

    .fa-twitter {
        background: #1da1f2;
    }

    .fa-youtube {
        background: #cd201f;
    }
}

@media(max-width:425px) {
    .footer p {
        font-size: 12px;
    }
}