/* Write Custom Css Here */

.form-label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    color: #9573af !important;
}

.ultraFastImg {
    max-height: 80vh !important;
    width: 100vw;
    object-fit: cover;
}

.image-container-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 35vh !important;
}

.text-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-family: Arial, sans-serif;
    text-align: center;
    z-index: 1;
    font-size: 3rem !important;
}

.pricingPlan-section {
    background-color: rgb(249, 245, 255);
    padding: 60px 0px 40px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.service-area {
    padding: 60px 0px 60px !important;
}

.footer-newsletter-widget .social-links {
    margin-top: 20px;
    margin-bottom: 23px;
    display: none;
}

.about-section {
    padding: 40px 0px 40px;
}

.hero-area .hero-area-slider .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0px 3px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in;
    display: none;
}

.contact-us {
    padding: 50px 0px 50px;
}