h1,
h2,
h3,
h4,
h5,
p {
    color: #00204A;
}

p {
    font-size: 19px;
}

body{
    margin: 0;
}

input:focus{
    box-shadow: none !important;
    outline: none !important;
    border-color: #005555 !important;
}

textarea:focus{
    box-shadow: none !important;
    outline: none !important;
    border-color: #005555 !important;
}

.bg-doga{
    background-color: #f0f1f2;
    border-bottom: 1px solid #ddd;
}
/* navbar */

.logo {
    text-decoration: none;
    color: #005555;
    font-weight: bold;
    font-size: 30px;
}

.logo:hover {
    color: #005555;
}

.social-link {
    text-decoration: none;
    color: #00204A;
    font-size: 20px;
    margin: 4px 0 0 10px;
}

.social-link:hover {
    color: #005555;
}

.nav-menu-link {
    text-decoration: none;
    color: #00204A;
    font-weight: 500;
    margin-left: 20px;
}

.nav-menu-link:hover {
    color: #005555;
}

.btn-green {
    border: none;
    border-radius: 5px;
    background-color: #005555;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    box-shadow: rgba(0, 85, 85, 0.2) 0px 7px 29px 0px;
}

.btn-green:hover {
    color: #fff;
}

.btn-green:focus {
    color: #fff;
}

.btn-carousel {
    position: relative;
    border: none;
    border-radius: 50%;
    background-color: #005555;
    color: #fff;
    width: 35px;
    height: 35px;
    margin: 20px;
    box-shadow: rgba(0, 85, 85, 0.2) 0px 7px 29px 0px;
}

/* services */

.service {
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-item {
    margin-top: 20px;
}

.service:hover .service-item {
    margin-top: 20px;
}

.service:hover .service-link {
    color: #005555;
    text-shadow: 0 0 2.3em #005555;
    font-weight: bold;
    border-bottom: 2px solid #005555;
}

.service-link {
    text-decoration: none;
    color: #00204A;
    font-weight: 500;
    position: relative;
}

.service-link:hover {
    color: #005555;
    text-shadow: 0 0 2.3em #005555;
}

/* gallery */

.filter-item {
    color: #00204A;
    font-weight: 500;
    list-style: none;
    padding: 5px 0;
    border: 1px solid #00204A;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.filter-list{
    cursor: pointer;
    list-style: none;
    padding: 25px 0;
    margin: 0 5px;
}

.fanxybox:hover::before{
    content:'\F62C';
    width: 100%;
    height: 100%;
    font-size: 30px;
    background-color: #00204a56;
    font-family:'bootstrap-icons';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}

.filter-item:hover {
    border-color: #005555;
    background-color: #005555;
    color: #fff;
    box-shadow: rgba(0, 85, 85, 0.2) 0px 7px 29px 0px;
}

.filter-item.active {
    border-color: #005555;
    background-color: #005555;
    color: #fff;
    box-shadow: rgba(0, 85, 85, 0.2) 0px 7px 29px 0px;
}

.product {
    margin-top: 30px;
    margin-bottom: 80px;
    columns: 2;
    column-gap: 15px;
}

.btn-arrow {
    border: none;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    position: absolute;
    cursor: pointer;
    top: 25px !important;
    color: #005555;
}

.btn-arrow:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.owl-theme {
    padding: 0 15px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: 0px;
}

.owl-carousel .next-slide {
    right: 0px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

/* setup*/

.setup{
    border-radius: 8px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.setup-item{
    display: flex;
}

.setup-description{
    font-size: 16px;
    color: #00204A;
}

.setup-item i{
    color: #00204A;
}

.setup-item p{
    color: #00204A;
}


/* footer */

.social-item {
    border: 2px solid #005555;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 3px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    box-shadow: rgba(0, 85, 85, 0.4) 0px 30px 90px;
}

.social-item:hover {
    background-color: #005555;
}

.social-item:hover .social-footer {
    color: #fff;
}

.social-footer {
    color: #005555;
    font-size: 20px;
}

.footer-item {
    margin: 5px 0;
}

.footer-link {
    font-size: 20px;
    color: #00204A;
    text-decoration: none;
}

.footer-link:hover {
    color: #005555;
    letter-spacing: 1px;
}

/* product */

.product-filter {
    color: #00204A;
    margin: 5px 0;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
}

.product-filter:hover {
    color: #005555;
    list-style: disc;
}

.product-filter.active {
    color: #005555;
    list-style: disc;
}

.product-card {
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
}

.crop-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 190px;
}

.img-product {
    width: 100%;
    height: 190px;
    border-radius: 3px;
}

.btn-offer {
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    padding: 5px 10px;
    color: #005555;
    font-weight: 500;
}

.btn-offer:hover {
    background-color: #005555;
    color: #fff;
    box-shadow: rgba(0, 85, 85, 0.2) 0px 7px 29px 0px;
}

.product-name {
    margin-top: 5px;
    font-size: 16px;
    color: #00204A;
    font-weight: bold;
}

.link-offer {
    color: #005555;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.link-offer {
    color: #005555;
    text-shadow: 0 0 2.3em #005555;
}

.search {
    border: 1px solid #00204a4b;
    border-radius: 5px;
    padding: 2px 8px;
    display: flex;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.search input {
    border: none;
    width: 90%;
    background-color: transparent;
}

.search input:focus {
    outline: none;
}

.btn-search {
    border: none;
    background-color: transparent;
    color: #00204A;
    font-size: 18px;
}

.btn-search:hover {
    color: #005555;
}

.tel-number{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #00204A;
}

.no{
    border-radius: 15px;
    background-color: #f8f9fa;
    padding: 40px;
    text-align: center;
}

/* contact */

.contact-link{
    text-decoration: none;
    color: #00204A;
}

.contact-link:hover{
    color: #005555;
}

.contact-icon{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005555;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

.contact i{
    font-size: 19px;
}

.contact-item{
    display: flex;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .filter-item {
        font-size: 12px;
    }

    .product {
        columns: 2;
    }

    .crop-img {
        width: 134px;
        height: 134px;
    }

    .btn-arrow {
        width: 27px;
        height: 27px;
    }
}

@media (min-width: 768px) {
    .product {
        columns: 3;
    }

    .crop-img {
        width: 134px;
        height: 134px;
    }

    .filter-item {
        font-size: 12px;
    }

    .btn-arrow {
        width: 27px;
        height: 27px;
    }
}

@media (min-width: 992px) {
    .product {
        columns: 3;
    }

    .crop-img {
        width: 135px;
        height: 135px;
    }

    .filter-item {
        font-size: 12px;
    }

    .btn-arrow {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .product {
        columns: 4;
    }

    .crop-img {
        width: 200px;
        height: 200px;
    }

    .filter-item {
        font-size: 13px;
    }

    .btn-arrow {
        width: 30px;
        height: 30px;
    }
}
