#wapper {
    overflow: hidden;
}
#templ-website .slide-item-1 .container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#templ-website .slide-item-1 .desc {
    max-width: 900px;
    margin: 20px auto 20px;
    text-align: center !important;
}
#templ-website .slide-item-1 .desc p {
    text-align: center !important;
}
#templ-website .slide-item-1 .image {
    max-width: 450px;
    margin: 0 auto;
}
#templ-website .featured-section .desc {
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: left !important;
    gap: 15px;
}
#templ-website .featured-section .desc b {
    font-size: 3em !important;
    color: var(--color-orange) !important;
    -webkit-text-stroke-width: 2px !important;
    -webkit-text-stroke-color: #faa61a !important;
}

#templ-website .btns .btn {
    min-width: 160px;
}
#templ-website .btn.video i {
    font-size: 1.2em;
}
#templ-website .btn.contact {
    position: relative;
    overflow: hidden;
}
#templ-website .btn.contact:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 10px;
    right: 0;
    transform: translateX(45%);
    background-image: linear-gradient(135deg, #ffffff00, #fff);
}

@media (max-width: 767.95px) {
    #templ-website .slide-item-1 .container {
        background-size: 90% auto;
        background-position: center 100%;
        padding-bottom: 70px;
    }
    #templ-website .btns {
        --gap: 10px;
        gap: var(--gap);
    }
    #templ-website .btns .btn {
        min-width: auto;
        flex: 0 0 auto;
        width: calc(50% - var(--gap) / 2);
        margin: 0;
        padding: 0.75rem 1.75rem;
        font-size: 1rem;
    }
}
