@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

.cursor-pointer-own {
    cursor: pointer;
}

.list-type-none-own {
    list-style-type: none !important;
}

/* header */
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #c20e1f !important;
}
/* end of header */


/* section1 */
.btn-style-own:hover {
    color: #212529 !important;
    background-color: #c20e1f !important;
    border-color: #212529 !important;
}
/* end of section1 */

/* section3 */
.width-own-s3 {
    width: 64px !important;
}

.card-hover-effect-own:hover {
    border-color: #c20e1f !important;
}
/* end of section3 */




.whatsapp {
    animation-duration: 8s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: tada;
    position: fixed;
    bottom: 36px;
    right: 16px;
    z-index: 2000000;
    font-size: 46px;
    color: #fff;
    width: 50px;
}
.cr-chat-btn {
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    max-width: 95vw;
    color: inherit;
    cursor: pointer;
    transition: background .2s linear;
}
.whatsapp img {
    width: 100%;
}