﻿
.footer-social-icons {
    font-size: 25px !important;
}

.A {
    font-size: 28px !important ;
    padding-left: 20px !important;
}

    .A:hover {
        color: #89b901 !important;
    }

body p {
    font-weight: 400 !important;
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
}

.B:hover {
    color: #89b901 !important;
}

.C {
    color: darkgoldenrod !important;
}
/* WhatsApp Floating Button */
.whatsapp-button {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 999 !important;
}
/* contact and about section */

.contact-img {
    border: #ffb901 solid 4px !important;
    border-radius: 50% !important;
    background-color: #1f1f1f !important;
    width: 410px !important;
    height: 400px !important;
    margin-left: 10px !important;
}

.rotate360 {
    animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rotate360_dic {
    border-radius: 10px;
}



/* 50% width on screens >= 992px (Bootstrap's lg breakpoint) */

@media (min-width: 992px) {
    .custom-offcanvas {
        width: 40% !important;
    }

    .Services_Div {
        width: 380px !important;
    }
}

@media (max-width: 770.98px) {
    .Logo-img-size {
        width: 90px !important;
        height: 90px !important;
    }

    .nave-bg {
        height: 130px !important;
    }

    .navbar-toggler {
        margin-bottom: 25px !important;
    }

    .right-offcanva {
        padding-top: 0px !important;
        background-color: black !important;
    }

    .logo-img {
        border-radius: 50% !important;
        margin-right: 60% !important;
    }

    .rotate360 {
        height: 210px !important;
        width: 100% !important;
    }

    .contact-img {
        height: 100% !important;
        width: 100% !important;
        margin-left: 0px !important;
    }


    .hero-content h1 {
        font-size: 25px !important;
        font-weight: 800 !important;
        margin-bottom: 10px !important;
        color: #ffb901 !important;
    }

    .hero-content p {
        font-size: 18px !important;
        color: #89b901 !important;
        font-family: "Josefin Sans", sans-serif !important;
        font-style: normal !important;
    }

    #typed {
        font-size: 1.8rem !important;
        color: #89b901 !important;
        font-weight: 800 !important;
        letter-spacing: 2px !important;
    }
    .services-h {
        color: #ffb901 !important;
        font-size: 3rem !important;
        font-weight: 800 !important;
        text-align: center !important;
    }
    .footer-text {
        text-align: center !important;
    }
}
