﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'BentonSans';
    src: url('/fonts/BentonSansRegular.otf') format('truetype');
}
/*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Ubuntu', sans-serif;*/
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 18px;
    font-family: "Open Sans" sans-serif;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25em .75em rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.top-items-section {
    display: flex;
    justify-content: flex-start;
    margin: 3rem 0;
}

.top-item-icon {
    height: 3rem;
    width: 3rem;
    text-align: center;
}

.top-item-text {
    margin-left: 4rem;
    width: 100%;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    color: #707070;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

body {
    /* Margin bottom by footer height */
    position: relative;
}

.parentflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

li {
    padding: 0.25rem 0;
}

footer {
    bottom: 0;
    left: 50%;
    width: 100%;
    white-space: nowrap;
    background-color: #360660;
    padding: 15px 0;
}

.footer label {
    color: rgba(255, 153, 0, 0.9);
    font-size: 1.1rem;
    text-decoration: underline;
}

.footer ul,
.footer ul a {
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(230,230,230, 1);
    font-family: Roboto;
    font-size: 0.85rem;
    text-decoration: none;
}

    .footer ul a:hover {
        color: rgba(255, 153, 0, 0.7);
        transition: 0.3s ease-in;
    }

.footer li {
    padding-bottom: 6px;
    list-style: none;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.relative {
    position: relative;
    max-width: 1200px;
}

.orange-text {
    color: #ff9900;
}

.orange-back {
    background-color: rgba(255, 153, 0, 0.4);
}

.purple-text {
    color: #7901B4;
}

.purple-back {
    background-color: rgba( 121, 1, 180, 0.2);
}

.light-text {
    color: rgb(230,230,230);
}

.light-back {
    background-color: rgba(230, 230, 230, 0.75);
}

.green-text {
    color: #5FB861
}

.green-back {
    background-color: rgba(95, 184, 97, 0.2);
}

.dark-text {
    color: #1F0241;
}

.dark-back {
    background-color: rgba(31, 2, 65, 0.2);
}

.gray-text {
    color: rgba(88, 88, 88, 1)
}

.dark-back {
    background-color: rgba(88, 88, 88, 0.4);
}

.ubuntu {
    font-family: Ubuntu,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.roboto {
    font-family: Roboto, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.robotocond {
    font-family: 'Roboto Condensed', Roboto, 'Lucida Sans', 'Lucida Sans Regular';
}

.benton {
    font-family: BentonSans, 'BentonSans Regular', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.buttons-section {
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
}

.vr-button {
    /*background: rgba(255, 153, 0, 1);*/
    border-radius: 45px;
    padding: 10px 30px;
    width: 180px;
    margin: 20px;
    text-align: center;
    color: white;
    border: var(--indigo);
    overflow: hidden;
    transition: 0.6s ease;
    /*transform: translate(-50%, -50%);*/
    font-family: 'Open Sans' sans-serif;
    background: none;
    color: #505050;
    border: 3px solid rgba(255, 153, 0, 1);
}

    .vr-button:hover {
        color: #fcfcfc;
        border: 3px solid rgba(255, 153, 0, 0);
    }

form {
    background-color: rgba(230,230,230, 0.7);
    padding: 10px;
    color: var(--purple);
    height: 500px;
    border: 3px solid #7901B4
}

ul.links-list {
}

    ul.links-list li {
        list-style: none;
        padding: 0.3rem;
        list-style-type: disc;
        list-style-position: inside;
    }

    ul.links-list.level2 {
        margin-left: 2rem;
        list-style-type: circle;
    }

.alert-link {
    color: #499bd1;
    font-weight: normal;
}

    .alert-link:hover {
        color: rgba(255, 153, 0, 1);
        transition: 0.1s ease-in;
        text-decoration: none;
    }
/********************Features****************************/
.features-container {
    position: relative;
    height: 700px;
}

.features-text-section {
    position: absolute;
    border-radius: 20px;
    padding: 30px;
    font-size: 1.2rem;
}

    .features-text-section ul {
        margin-left: 10px;
        padding-left: 10px;
    }

    .features-text-section li {
        padding: 5px;
    }

#lot1 {
    right: 0;
    top: 0;
    background-color: rgba(95, 184, 97, 0.75);
    color: #fafafa;
}

#lot2 {
    left: 0;
    top: 0;
    background-color: rgba(255, 153, 0, 0.75);
    color: #fafafa;
}

.features-img-section-1 {
    position: absolute;
    background: url('/images/commercial/photos/photo-home-4.jpg') no-repeat center center;
    border-radius: 20px;
    left: 0;
    bottom: 0;
    height: 500px;
    width: 60%;
    z-index: -1;
    background-color: rgba(255,255,255, 0.5);
}

.features-img-section-2 {
    position: absolute;
    background: url('/images/commercial/photos/photo-home-5.jpg') no-repeat center center;
    border-radius: 20px;
    right: 0;
    bottom: 0;
    height: 500px;
    width: 60%;
    z-index: -1;
    background-color: rgba(255,255,255, 0.5);
}


.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #2f3640;
    color: #f5f6fa;
    padding: 0 32px;
    transition: 400ms;
    box-shadow: 0 -2px 16px rgba(47, 54, 64);
}

    .cookie-container.active {
        bottom : 0;
    
    }

    .cookie-container a {
        color: #ff9900;
    }

.accept-policy {
    background: #583da4;
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.accept-policy:hover {
    cursor: pointer;
    background-color: #E99002;
}


@media screen and (max-width: 1200px) {
    .features-text-section {
        font-size: 1.3rem;
        width: 60%;
        margin-top: 15px;
    }

    .features-container {
        height: 700px;
    }
}

@media screen and (max-width: 991px) {
    .features-text-section {
        font-size: 1.2rem;
        width: 80%;
        margin-top: 35px;
    }

        .features-text-section li {
            padding: 4px;
        }

    .features-img-section-1,
    .features-img-section-2 {
        width: 80%;
        height: 400px;
    }

    .features-container {
        height: 650px;
    }
}

@media screen and (max-width: 769px) {
    .features-text-section {
        font-size: 1.1rem;
        width: 100%;
        margin-top: 75px;
    }

        .features-text-section li {
            padding: 3px;
        }

    .features-img-section-1,
    .features-img-section-2 {
        width: 100%;
        height: 350px;
    }

    .features-container {
        height: 600px;
    }
}

@media screen and (max-width: 576px) {
    .features-text-section {
        font-size: 1rem;
        width: 100%;
        margin-top: 75px;
    }

        .features-text-section li {
            padding: 2px;
        }

    .features-img-section-1,
    .features-img-section-2 {
        width: 100%;
        height: 300px;
    }

    .features-container {
        height: 500px;
    }
}