/* Custom CSS for dev */

.hero__wrapper .title, h1, h2 {
    font-family: "Playfair Display";
    font-size: 75px;
}

.service__item.style-2:hover {
    background-color: #0d4789;
    border-color: #0d4789;
}

.pb-10 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 30px;
}

.gallery__list .basu {
    font-size: 250px !important;
}

.footer__area .basu {
    font-size: 350px;
}

.testimonial__slider.style-1 {
    background-color: #36180a85;
    margin-bottom: 2rem;
}

.logo img {
    width: 180px !important;
}

.pr-2 {
    padding-right: 3rem;
}

.pt-4 {
    padding-top: 16px;
}

.brand__list.style-1 {
    background-color: #fff !important;
}

.fa-solid, .fas {
    color: #000000;
}

@media only screen and (max-width: 1199px) {
    .gallery__list .basu {
        font-size: 200px !important;
    }

    .offcanvas-header img {
        max-width: 75%;
    }

    .logo img {
        width: 150px !important;
    }
}

@media only screen and (max-width: 1399px) {
    .counter__content .title {
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    
.hero__wrapper .title {
    font-size: 35px;
}
}
