.temp-04-banner-01 {
    height: 90vh;
    /* border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; */
    color: #fff;
    background-size: cover !important;
    position: relative;
}

.temp-04-banner-01::after {
    content: "";
    background-image: linear-gradient(transparent, #000000c7, black);
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    /* border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; */
}

.temp-04-banner-01 .banner-content {
    position: relative;
    z-index: 10;
    transform: translate(50%, 50%);
    left: -50%;
    top: -22%;
    text-align: center;
}

.temp-04-banner-01 .banner-content h1 {
    padding-top: 15px;
    text-align: center;
}

.temp-04-banner-01 .banner-content p {
    display: -webkit-box;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
}

.temp-04-banner-01 .fake-nav {
    padding: 20px 15px;
}

.temp-04-banner-01 .fake-nav ul {
    list-style: none;
    float: right;
}

.temp-04-banner-01 .fake-nav ul li {
    display: inline-block;
}

.temp-04-banner-01 .fake-nav a {
    color: #fff;
    text-decoration: none;
}

.temp-04-banner-01 .fake-nav .business-name {
    font-size: 25px;
}

.text-link,
.read-more {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 12px 20px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    display: block;
    width: fit-content;
    border-radius: 0.25rem;
    margin-top: 25px;
}

.text-link:hover,
.read-more:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 12px 20px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn-dark {
    color: #fff;
    background-color: #42484f;
    border-color: #42484f;
    padding: 12px 20px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn-info {
    color: #fff;
    background-color: #42484f;
    border-color: #42484f;
    padding: 12px 20px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn_whatsapp_link {
    position: fixed;
    bottom: 95px;
    right: 35px;
    z-index: 10;
    font-size: 16px;
    line-height: normal;
    transition: all 0.5s ease-in-out;
}

.btn_whatsapp:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #39bf4c repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 4000ms ease-out infinite;
    animation: pulse-border 4000ms ease-out infinite;
}

.btn_whatsapp:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #39bf4c repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 1000ms;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
}

.btn_whatsapp img {
    padding: 7px;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .temp-04-banner-01 .banner-content {
        top: 11%;
    }
    .temp-04-banner-01 .fake-nav .business-name {
        font-size: 22px;
    }
    .temp-04-banner-01 .fake-nav {
        padding: 20px 20px;
        background: #040608;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 50;
    }
    .temp-04-banner-01 {
        height: 75vh;
    }
}

@media screen and (min-device-width: 393px) and (max-device-width: 393px) {
    .temp-04-banner-01 {
        height: 65vh;
    }
}

@media screen and (min-device-width: 390px) and (max-device-width: 390px) {
    .temp-04-banner-01 {
        height: 65vh;
    }
}

@media screen and (min-device-width: 414px) and (max-device-width: 414px) {
    .temp-04-banner-01 {
        height: 65vh;
    }
}

@media screen and (min-device-width: 412px) and (max-device-width: 412px) {
    .temp-04-banner-01 {
        height: 65vh;
    }
}