body{
    font-family: 'Barlow', sans-serif;
}

.font-handmade{
    font-family: 'Barlow', sans-serif;
}

.bg-red{
    background-color: #bf1c1f;
}

.bg-dark-red{
    background-color: #991619;
}

.bg-grey{
    background-color: #dcdde1;
}

.bg-dark-grey{
    background-color: #37383a;
}

.bg-green{
    background-color: #98c400;
}

.color-red{
    color: #bf1c1f;
}

.color-grey{
    color: #dcdde1;
}

.color-dark-grey{
    color: #37383a;
}

.color-white{
    color: #ffffff;
}

.color-black{
    color: #000000;
}

.color-green{
    color: #98c400;
}

.color-red:hover{
    color: #bf1c1f;
}

.color-grey:hover{
    color: #dcdde1;
}

.color-dark-grey:hover{
    color: #37383a;
}

.color-white:hover{
    color: #ffffff;
}

.color-black:hover{
    color: #000000;
}

.color-green:hover{
    color: #98c400;
}

a{
    text-decoration: none;
    color: #ffffff;
    opacity: 1;
    transition: opacity 0.15s;
}

a:hover{
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
    transition: opacity 0.5s;
}

.header-contact{
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 20px;
    font-weight: 500;
}

.header-contact i{
    font-size: 26px;
}

.logotype-box{
    position: absolute;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -58px;
    width: 35vw;
    height: 110px;
    padding-right: 55px;
    background-color: #ffffff;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
}

.navigation-box{
    display: flex;
    align-items: center;
    margin-right: 55px;
}

.navigation-box ul{
    margin-bottom: 0;
}

.navigation-box ul li{
    display: inline;
    list-style: none;
}

.navigation-box ul li a{
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    padding: 1rem 0.5rem;
}

.navigation-box ul li a:hover,
.navigation-box ul li a.active{
    background-color: #37383a;
    color: #ffffff;
}

.sm-box a{
    margin-left: 15px;
}

.sm-box a:first-child{
    margin-left: 0;
}


/* footer */
footer{
    padding: 80px 0;
    color: #ffffff;
}

footer h3{
    font-weight: 700;
    margin-bottom: 25px;
}

footer img{
    max-width: 100%;
    height: auto;
}

.header-bg .item{
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-box{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.arrow-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 75px;
    background-color: #bf1c1f;
    color: #ffffff;
    font-size: 26px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    opacity: 1;
    transition: opacity .15s;
    cursor: pointer;
}

.arrow-btn:hover{
    opacity: 0.7;
    transition: opacity .15s;
}

.arrow-btn.right{
    transform: rotateZ(-180deg);
}

.prev-bg-btn{
    position: absolute;
    left: 0;
    top: 337px;
    z-index: 1000;
}

.next-bg-btn{
    position: absolute;
    right: 0;
    top: 337px;
    z-index: 1000;
}

.arrow-btn.small-arrow{
    width: 38px;
    height: 34px;
    font-size: 16px;
    top: calc(50% - 17px);
    margin-left: -10px;
    margin-right: -10px;
}

.phone-icon-btn{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 38px;
}

.img-width {
    max-width: 100%;
    height: auto;
}

.home-product-info{
    width: 100%;
}

.home-product-info img{
    width: 100%;
    border: 2px solid #bf1c1f;
}

.home-product-btn{
    border-radius: 20px;
}

.one-animal{
    width: 190px;
    height: 190px;
}

header{
    height: 290px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
}

header .bg-black-opacity{
    background-color: rgba(0, 0, 0, 0.5);
}

header .title-label{
    bottom: 0;
    right: 0;
    width: 380px;
    height: 76px;
    margin-bottom: -38px;
    padding-left: 65px;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
}

.breadcrumb-style li{
    list-style: none;
}

.square{
    width: 100%;
}

.shadow-text{
    text-shadow: 2px 2px 3px rgb(0 0 0 / 75%);
}

@media only screen and (max-width: 1200px) {
    .logotype-box{
        padding-right: 25px;
    }

    .navigation-box{
        margin-right: 35px;
    }

    .navigation-box ul li{
        margin: 0 10px;
    }

    .sm-box a{
        margin-left: 5px;
    }

    .one-animal{
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 991px) {
    .header-contact{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .logotype-box{
        width: 37vw;
    }

    .navigation-box{
        margin-right: 0;
    }

    .nav-bar{
        font-size: 31px;
    }

}

@media only screen and (max-width: 767px) {
    .header-contact{
        font-size: 16px;
    }

    .logotype-box{
        width: 52vw;
        height: 63px;
        margin-top: -16px;
    }

    .logotype-box img{
        width: auto;
        height: 40px;
    }

    .navigation-box ul{
        position: absolute;
        right: 0;
        top: 177px;
        display: flex;
        flex-direction: column;
        width: 0;
        padding: 0;
        transition: width .5s;
        overflow: hidden;
        background-color: #bf1c1f;
        z-index: 500;
    }

    .navigation-box ul li{
        width: 250px;
        margin-left: 0;
    }

    .navigation-box ul li a{
        display: inline-block;
        width: 100%;
        padding: 10px;
        color: #ffffff;
    }

    .navigation-box ul.active{
        width: 250px;
        transition: width .5s;
    }

    .arrow-btn{
        width: 65px;
        height: 55px;
    }


    header .title-label{
        width: 220px;
    }

}


@media only screen and (max-width: 575px) {
    .header-contact{
        font-size: 14px;
    }

    .logotype-box{
        width: 250px;
    }

}








