#carouselExampleDark {
    height: 90vh;
}

#carouselExampleDark .carousel-inner,
#carouselExampleDark .carousel-item,
#carouselExampleDark .carousel-item img {
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none !important;
}


html,
body {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 4em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}

.whatsapp-button {
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {

    20%,
    100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    0%,
    10% {
        width: 55px;
        height: 55px;
        font-size: 35px;
    }

    5% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

@media (max-width: 1199.98px) {
    #carouselExampleDark {
        height: 60vh;
    }

    #carouselExampleDark .carousel-inner,
    #carouselExampleDark .carousel-item,
    #carouselExampleDark .carousel-item img {
        height: 60vh;
    }
}

@media (max-width: 991.98px) {
    #carouselExampleDark {
        height: 50vh;
    }

    #carouselExampleDark .carousel-inner,
    #carouselExampleDark .carousel-item,
    #carouselExampleDark .carousel-item img {
        height: 50vh;
    }
}

@media (max-width: 767.98px) {
    #carouselExampleDark {
        height: 40vh;
    }

    #carouselExampleDark .carousel-inner,
    #carouselExampleDark .carousel-item,
    #carouselExampleDark .carousel-item img {
        height: 40vh;
    }
}

@media (max-width: 575.98px) {
    #carouselExampleDark {
        height: 28vh;
    }

    #carouselExampleDark .carousel-inner,
    #carouselExampleDark .carousel-item,
    #carouselExampleDark .carousel-item img {
        height: 28vh;
    }
}


/* ====================  */

.hover-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.transition-all {
    transition: all 0.3s ease;
}

.icon-rounded {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.bg-primary-light {
    background-color: rgba(13, 110, 253, 0.1);
}

/* ====================  */


/* ============== social visual icon ==============  */

.section1 h2 {
    text-align: center;
    font-size: 40px;
}

.section1 p {
    text-align: center;
    padding: 0px 70px;
    color: grey;
}

.sticky-social {
    position: fixed;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
    z-index: 999999999;
}

.social {
    list-style: none;
}

.social li {
    padding: 10px 10px;
    font-size: 25px;
    transition: all 0.8s ease-in-out;
}

.social li:hover {
    margin-right: -30px;
    box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
    margin-left: 20px;

}

.fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.fb {
    background-color: #1877F2;
}

.youtube {
    background-color: #FC0133;
}

.insta {
    background-color: #E4405F;
}

.tiktok {
    background-color: #040404;
}