/**
 * CMSXL and Application User Interface Soft Touch Buttons.
 * Copyright (c) 2023 Anthony Albit. All rights reserved.
 *
 * For more information, please contact:
 * Email: anthony.albit@wayovermedia.com
 * Website: https://cmsxl.com
 */

/* Home CSS */
/*•••••••••••••••••••••••••••••••••••••••••••••••••••••••*/
.home-welcome {
}

.home-welcome h3 {
    margin: 10px 0 20px 0;
}
.home-welcome p {
    font-size: calc(var(--text-size) * 1.1);
    font-weight: 300;
}
.home-welcome-item {
    margin: 0;
}
.home-welcome-item:first-child {
    margin-top: 0;
}
.home-welcome-item:last-child {
    margin-bottom: 0;
}
.home-welcome figure {
    display: inline-block;
}
.home-welcome figure.single {
    width: 36px;
    height: 36px;
}
@media (max-width: 991px) {
    .home-welcome-item {
        margin: 40px 0;
    }
}
@media (max-width: 767px) {
    .home-welcome {
        margin-bottom: 40px;
    }
}

.home-features {
    min-height: 440px;
}
.home-features b {
    font-weight: 400;
    text-transform: uppercase;
}
.home-features-header {
    display: flex;
    align-items: center;
    margin: 20px 0;
    direction: ltr;
}
.home-features-header h1 {
    margin: 0 20px 0 0;
    font-size: calc(var(--text-size) * 2.7);
    color: #efefef;
    text-transform: uppercase;
}
.home-features-line {
    flex-grow: 1;
    height: 2px;
    background: #e4b587;
}
.welcome-presentation {
    position: absolute !important;
    right: var(--holder-padding);
    bottom: var(--holder-padding);

    width: 550px;
    height: 310px;
    font-size: 0;
    overflow: hidden;
}
.welcome-presentation video {
    width: 100%;
    /*max-width: 550px;*/
}
@media (max-width: 1200px) {
    .welcome-under {
        min-height: 0;
    }
    .welcome-under-header {
        margin-bottom: 25px;
    }
    .welcome-presentation {
        position: relative !important;
        right: auto;
        margin-top: 30px;
        width: 100%;
        height: auto;
    }
}


.home-gray-title {
    background: #3b3b3b;
}
.home-gray-title h2 {
    margin-top: 65px;
    margin-bottom: 65px;
    font-size: 38px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}


.home-testimonials {
    height: 200px;
    font-size: 16px;
    /*background: #6f42c1;*/
}
