/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 6, 2023 */
* {
    font-family: "Open Sans", sans-serif;
    color: #555;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}

header a {
    text-decoration: none;
    margin-right: 15px;
}

.product-share a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    margin-bottom: 10px;
}
.category-name {
    color: white;
}
.social-footer a {
    text-decoration: none;
    margin-right: 10px;
}

.links a {
    text-decoration: none;
}

.product .product-image-section {
    display: block;
    height: 300px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 15px;
}
.product img {
    height: 100%;
    object-fit: cover;
    /* border: 1px solid #e9e9e9; */
    margin-bottom: 5px;
    transition: all 0.5s ease;
}
.product:hover img {
    transform: scale(1.3);
}
.product:hover .product-image-section {
    box-shadow: 0 0 10px 10px #e9e9e9;
}

.category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.category a {
    display: block;
    margin: auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
}
.category:hover img {
    transform: scale(1.3);
}
.category:hover a {
    box-shadow: 0 0 10px 10px #e9e9e9;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.carousel-item img {
    height: 550px;
    object-fit: cover;
}

.home-title,
h1 {
    font-size: 48px;
    font-family: "Dancing Script", cursive;
}
.page-title-section {
    background-color: #0075d0;
    color: #fff;
}
.page-title-section .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
.page-title-section h1 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}
.uk-button-default {
    display: block;
    border: none;
    padding: 0 10px;
}
.uk-button-default img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.video-play-btn {
    width: 64px;
    height: 64px;
    margin: auto;
    background-color: #f00;
    border-radius: 50%;
}
.video-play-btn > * {
    color: #fff;
}

.contact-details a {
    color: inherit;
    margin-left: 80px;
}

.contact-details h5 i {
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 48px;
    color: #0075d0;
}

.contact-details h5 {
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    padding-left: 80px;
}
.contact-details p {
    margin-top: 0;
}

.cities-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cities-section ul li {
    color: #888;
    margin-bottom: 5px;
}
.cities-section a {
    text-decoration: none;
    text-transform: capitalize;
    color: inherit;
    font-size: 18px;
}
.cities-section ul li::before {
    color: #0075d0;
    content: "\2713";
    margin-right: 10px;
}

.social-footer a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.social-footer a > * {
    color: inherit;
}

.nav-link,
.dropdown-item {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
}

.nav-item:hover .nav-link {
    color: #0075d0 !important;
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #0075d0;
    color: #fff;
    text-decoration: none;
}

.floating-action-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.floating-action-btn .fab-btn {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
.fab-btn.whatsapp {
    background-color: green;
}
.fab-btn.phone {
    background-color: var(--bs-primary);
}
.floating-action-btn .fab-btn * {
    color: inherit;
}

a.btn {
    text-decoration: none !important;
}
.btn-outline-dark:hover,
.btn-primary {
    background-color: #0075d0 !important;
    border-color: #0075d0 !important;
}

.btn-primary:hover {
    background-color: #b77a11 !important;
    border-color: #b77a11 !important;
}

.slider-nav {
    background-color: #0075d0;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.slider-nav * {
    color: inherit;
}

footer {
    padding: 50px 180px;
}

.modal-content {
    overflow: hidden;
}

@media screen and (min-width: 700px) {
    .modal-body {
        padding: 0;
    }
}

@media screen and (max-width: 1400px) {
    .category a {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 1200px) {
    .category a {
        width: 220px;
        height: 220px;
    }
}
@media screen and (max-width: 992px) {
    .category a {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 700px) {
    .carousel-item img {
        height: 200px;
    }
    .uk-button-default img {
        height: 170px;
    }
    .category a {
        width: 120px;
        height: 120px;
    }
    footer {
        padding: 20px 0px;
    }

    .product .product-image-section {
        height: 180px;
    }
}
