﻿@import url(style.css);

.hero {
    /*Sizing*/
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-content {
    position: relative;
    font-family: glocksans-light, glocksans-bold, glockicons, glocksans-regular, sans-serif;
    text-align: center;
    margin-top: 65vh;
    margin-bottom: 50px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.25px;
    padding-top: 25px;
    color: #ffffff !important;
}

.bannerContainer{
    display: flex;
    background-color: #643336;
    padding: 15px 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}
.bannerContainer p{
    margin: 0;
    flex-grow: 1;
    align-self: center;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}
.banner button{
    background: none;
    border: none;
    color: #666666;
    cursor: pointer;
    transition: color 0.5ms ease;
}
.banner button:hover{
    color: #000000;
}

@keyframes slidein {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slideIn {
    opacity: 0;
    transition: opacity 1000ms ease;
    transform: translateY(-20%);
    animation: slidein 2s forwards;
}

.hero-subtitle h1 {
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 0.40px;
    margin-top: 1rem;
    max-width: 40rem;
    color: #ffffff !important;
    text-transform: none !important;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the whole container */
    z-index: 0; /* Keeps the video below the image in case the fallback is needed */
}


.hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the whole container */
    z-index: -1;
}


.hero-container {
    display: flex;
    width: 100%;
    overflow: clip;
}

.hero2 {
    /*Sizing*/
    position: relative;
    width: 50%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    /*Photo for first photo on homepage. Lines 63-104*/
    .hero2::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 400px;
        background-image: url('https://glock.stylelabs.cloud/api/public/content/e4477f7b46204ffe949c03ddd70d8c32?v=56942bae');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: local;
        filter: brightness(50%);
    }

.hero-content2 {
    position: relative;
    font-family: glocksans-light, glocksans-bold, glockicons, glocksans-regular, sans-serif;
    text-align: center;
    color: #ffffff;
    margin: 0.625rem;
}

.hero-title2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff !important;
}

.hero-subtitle2 {
    font-size: 1.5rem;
    font-weight: 200;
    margin-top: 1rem;
    max-width: 18rem;
    color: #ffffff !important;
}

.hero3 {
    /*Sizing*/
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    /*Photo for first photo on homepage. Lines 63-104*/
    .hero3::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url('https://glock.stylelabs.cloud/api/public/content/e3a33e92306f446caf5c3442a39bbf3c?v=9a8446d1');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: local;
        filter: brightness(50%);
    }

.hero-content3 {
    position: relative;
    font-family: glocksans-light, glocksans-bold, glockicons, glocksans-regular, sans-serif;
    text-align: center;
    color: #ffffff;
    margin: 0.625rem;
}

.hero-title3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff !important;
}

.hero-subtitle3 {
    font-size: 1.5rem;
    font-weight: 200;
    margin-top: 1rem;
    max-width: 18rem;
    color: #ffffff !important;
}

@media screen and (max-width: 500px) {
    .hero-container {
        flex-direction: column;
    }

    .hero2 {
        width: 100%;
        height: 400px;
    }

    .hero3 {
        width: 100%;
        height: 400px;
    }
}

.img-brightness {
    filter: brightness(50%);
}

.button {
    width: 50%;
    min-height: 40px;
    height: 7%;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid;
    border-width: 2px;
    border-color: transparent;
    border-radius: 5px;
    padding: 0.3rem 1rem;
    text-align: center;
    text-decoration: none;
    font-family: glocksans-regular;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.7rem;
    margin: 0.5rem;
    cursor: pointer;
}

    .button:hover {
        background-color: #643336;
        color: #ffffff;
        transition: background-color 200ms ease;
    }

.button2 {
    background-color: #000000;
    border: solid;
    border-width: 0px;
    border-color: #FFFFFF;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    text-align: center;
    text-decoration: none;
    font-family: glocksans-regular;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.5rem;
    margin: 1rem;
    cursor: pointer;
    z-index: 0;
    position: absolute;
    top: 55%;
}
.button2:hover {
        background-color: #643336;
        color: #ffffff;
        transition: background-color 200ms ease;
}
.button3 {
    background-color: #000000;
    border: solid;
    border-width: 0px;
    border-color: #FFFFFF;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    text-align: center;
    text-decoration: none;
    font-family: glocksans-regular;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.5rem;
    margin: 1rem;
    cursor: pointer;
    z-index: 0;
}
.button3:hover {
    background-color: #643336;
    color: #ffffff;
    transition: background-color 200ms ease;
}
    

.card {
    background-color: transparent;
    margin-bottom: 15px;
    /*box-shadow: -1px 1px 5px 3px rgba(0,0,0,0.2);*/
    border-color: transparent;
    flex: 0;
    align-items: center;
}

.dxbs-cardview .dxbs-content > div {
    padding-left: 0;
    background-color: #fff;
    border-radius: 10px;
    margin: 6px 12px;
    min-width: 240px;
    width: 20vw;
    flex-direction: row;
    box-shadow: -1px 1px 5px 3px rgba(0,0,0,0.2);
}

.rowCard {
    margin: 20px;
    justify-content: space-between;
    display: flex;
    width: 100vw;
    overflow-x: scroll;
    padding: 0 3vw;
    color: #000000;
}
.rowCard::-webkit-scrollbar {
            background-color: var(--scrollbar-bg);
            height: 7px;
        }

        .rowCard::-webkit-scrollbar-thumb {
            background-color: var(--scrollbar-thumb);
            border-radius: 6px;
            border: 3px;
        }

            .rowCard::-webkit-scrollbar-thumb:hover {
                background-color: var(--scrollbar-thumb-hover);
            }

.columnCard {
    flex: 1;
    margin: 15px;
    width: 25vw;
    min-width: 300px;
    text-align: center;
    border-radius: 5px;
    box-shadow: -1px 1px 5px 3px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column; /*Ensures images within card stack vertical*/
    height: 300px;
    overflow: hidden;
}

.cardImage {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    filter: brightness(100%);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .cardImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        border-radius: 5px;
        filter: brightness(50%);
    }
    .cardImage:hover img{
        filter: brightness(75%);
        transition: filter 500ms;
    }

.cardText {
    font-size: 2.5rem !important;
    position: absolute;
    padding-top: 10px;
    color: #FFFFFF !important;
    margin-left: 0;
    z-index: 1;
    top: 20%;
}

    .cardText h3 {
        font-size: 2rem;
        color: #FFFFFF;
        margin-left: 0;
        padding: 0 10px;
    }

@font-face {
    font-family: 'glocksans-bold';
    src: url('../fonts/glocksans-bold.woff2') format('woff2');
    font-display: swap;
}

.form-control-plaintext {
    font-family: glocksans-bold;
}

@media screen and (max-width: 1024px) {

    .hero-subtitle {
        font-size: 2rem;
        font-weight: 200;
        margin-top: 1rem;
        max-width: 25rem;
        font-size: 1.5rem;
    }

    .hero img {
        height: 55vh;
        width: 100%;
        object-position: 20% 50%;
    }

    .rowCard {
        justify-content: space-between;
        margin: 0;
        margin-bottom: 10px;
        padding: 0 3vw;
        color: #000000;
        overflow-x: scroll;
    }

        .rowCard::-webkit-scrollbar {
            background-color: var(--scrollbar-bg);
            height: 7px;
        }

        .rowCard::-webkit-scrollbar-thumb {
            background-color: var(--scrollbar-thumb);
            border-radius: 6px;
            border: 3px;
        }

            .rowCard::-webkit-scrollbar-thumb:hover {
                background-color: var(--scrollbar-thumb-hover);
            }

    .columnCard {
        flex: 1;
        margin: 15px 15px;
        text-align: center;
        min-width: 300px;
    }

    .card { /*DevExpress Cards Class*/
        width: 100vw;
        padding: 0;
    }
    /*.card::-webkit-scrollbar {
        display: none;
    }*/


    .dxbs-cardview .dxbs-content {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        display: flex;
        padding-left: 15px;
        overflow-x: scroll;
    }

        .dxbs-cardview .dxbs-content::-webkit-scrollbar-thumb {
            background-color: var(--scrollbar-thumb);
            border-radius: 6px;
            border: 1px;
            cursor: pointer;
        }

            .dxbs-cardview .dxbs-content::-webkit-scrollbar-thumb:hover {
                background-color: var(--scrollbar-thumb-hover);
            }

        .dxbs-cardview .dxbs-content::-webkit-scrollbar {
            background-color: var(--scrollbar-bg);
            height: 7px;
        }

        .dxbs-cardview .dxbs-content > div {
            margin: 10px;
            min-width: 300px;
            font-size: 25px;
        }

    .dxbs-cardview .dxbs-card {
        max-width: 320px;
    }
}
