﻿.homepanel {
    position: relative;
}

.sso-main-div-top-right {
    position: absolute;
    display: block;
    white-space: nowrap;
    line-height: 1;
    right: 0px;
    top: 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 0px;
    font-weight: 500;
}

.sso-topleft {
    display: inline-block;
    padding: 5px 5px;
    white-space: nowrap;
    line-height: 1;
    right: 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 0px;
    font-weight: 500;
    margin-right: 10px;
    background-color: #00000060;
    border-radius: 5px;
}

/*.sso-view:before {
    content: "";
    border-left: 5px solid transparent;
    border-bottom: 10px solid #e02001;
    position: absolute;
    left: -5px;
    top: 0px;
    text-align: center;
    color: #ffffff !important;
}*/

.sso-view-bg-color {
    background-color: #00000060;
}

.sso-walk-bg-color {
    background-color: #00000060;
}

.sso-interactive-bg-color {
    background-color: #00000060;
}

.sso-ar-bg-color {
    background-color: #00000060;
}

.sso-vr-bg-color {
    background-color: #00000060;
}

.sso-interactive-img {
    width: 18px;
    vertical-align: inherit;
}

.sso-walk-img {
    width: 24px;
    vertical-align: inherit;
}

.search-btn {
    background-color: #ffffff;
    color: #ED3237 !important;
}

.media-manager .thmb {
    border: 0;
    padding: 0 !important;
    margin-bottom: 0px !important;
    /*box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);*/
}

.media-manager .fm-title {
    margin-top: 0px;
    font-size: 16px;
    font-family: Roboto-Medium;
}

.main-div-style {
    /*background-image: url(/img/icons/home-bg-img.jpg);*/
    background-color: #767676;
    padding: 50px 100px 200px 100px;
}

    .main-div-style h1 {
        color: white;
        font-size: 54px;
    }

    .main-div-style p {
        font-size: 20px;
        color: white;
        margin: 10px;
    }

.spotlight-div-style {
    margin: 100px 100px -150px 100px;
    padding: 10px;
    background-color: white;
    transform: translateY(-240px);
    border-radius: 15px;
    box-shadow: 0 11px 20px 0 rgba(34,34,34,.1);
    box-shadow: 0 11px 20px 0 var(--color-shadow,rgba(34,34,34,.1));
}

    .spotlight-div-style h2 {
        font-size: 25px;
    }

    .spotlight-div-style p {
        font-size: 18px;
    }

    .spotlight-div-style img {
        height: 100px;
        width: 100px;
    }

        .spotlight-div-style img:hover {
            transition: ease-in .6s;
            transform: rotate3d(0,0,1,360deg);
        }

.platform-support-div-style {
    padding: 0px 100px 150px 100px;
}

    .platform-support-div-style .div-style {
        margin-top: -150px;
    }

    .platform-support-div-style img {
        width: 70%;
    }

    .platform-support-div-style h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .platform-support-div-style h3 {
        font-size: 18px;
        font-weight: bold;
    }

.one-stage-div-style {
    padding: 0px 100px 150px 100px;
}

    .one-stage-div-style h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .one-stage-div-style p {
        font-size: 18px;
        font-weight: 700;
    }

    .one-stage-div-style .box-div-style {
        padding: 10px;
        border-radius: 50px;
        background-color: white;
        box-shadow: 0 2px 8px 0 rgb(0 0 0), 0 2px 8px 0 rgb(0 0 0 / 0%);
        box-shadow: 0 2px 8px 0 rgb(0 0 0), 0 2px 8px 0 rgb(0 0 0 / 10%);
    }

        .one-stage-div-style .box-div-style span {
            font-family: Roboto-Light;
            font-size: 52px;
            font-weight: 700;
            color: inherit;
            text-align: center;
            margin: 0px;
        }

        .one-stage-div-style .box-div-style p {
            font-size: 18px;
            font-weight: 700;
            color: inherit;
            text-align: center;
            margin: 0px;
            padding: 5px 0;
        }

    .one-stage-div-style .col-pad {
        padding: 10px;
    }

.feature-div-style {
    background-color: #ffd0d0;
    padding: 150px 100px 150px 100px;
}

    .feature-div-style h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .feature-div-style p {
        font-size: 18px;
    }

    .feature-div-style img {
        width: 70%;
    }

.company-div-style {
    margin: 100px 100px 100px 100px;
}

    .company-div-style h2 {
        font-size: 36px;
        font-weight: 700;
    }

        .company-div-style h2 span {
            color: red;
        }

    .company-div-style img {
        width: 70%;
    }

.vues-div-style {
    background-color: #e1e1e1;
    padding: 100px 100px 100px 100px;
}

    .vues-div-style h2 {
        font-size: 36px;
        font-weight: 700;
    }

.footer-div-style {
    background-color: #767676;
    padding: 100px 100px 100px 100px;
}

    .footer-div-style h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .footer-div-style .page-urls a {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
        display: block;
        line-height: 2;
    }

    .footer-div-style #hr_1 {
        border: 1px solid #ffffff;
        margin: 10px;
        width: 0px;
        height: 230px;
        left: 50%;
        position: absolute;
    }

    .footer-div-style #hr_2 {
        border: 1px solid #ffffff;
        margin: 10px 0 0 0;
        width: 0px;
        height: 230px;
        left: 50%;
        position: absolute;
    }

    .footer-div-style h3 {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
    }

    .footer-div-style .store-icons img {
        width: 140px;
        padding: 5px;
    }

    .footer-div-style .share-icons img {
        width: 50px;
        padding: 5px;
    }

/* Tab view css*/
@media screen and (max-width: 1024px) {
    iframe {
        width: 100%;
        height: 100%;
    }

    .main-div-style {
        padding: 10px 10px 200px 10px;
    }

        .main-div-style h1 {
            font-size: 44px;
        }

        .main-div-style p {
            font-size: 16px;
            margin: 15px;
        }

    .spotlight-div-style {
        margin: 100px 20px -150px 20px;
    }

        .spotlight-div-style h2 {
            font-size: 25px;
        }

        .spotlight-div-style p {
            font-size: 18px;
        }

        .spotlight-div-style img {
            height: 100px;
            width: 100px;
        }

            .spotlight-div-style img:hover {
                transition: ease-in .6s;
                transform: rotate3d(0,0,1,360deg);
            }

    .platform-support-div-style {
        padding: 0px 10px 10px 10px;
    }

        .platform-support-div-style img {
            width: 70%;
        }

        .platform-support-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .platform-support-div-style h3 {
            font-size: 18px;
            font-weight: bold;
        }

    .one-stage-div-style {
        padding: 10px 10px 10px 10px;
    }

        .one-stage-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .one-stage-div-style p {
            font-size: 18px;
            font-weight: 700;
        }

        .one-stage-div-style .col-pad {
            padding: 10px;
        }

    .feature-div-style {
        padding: 10px;
    }

        .feature-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .feature-div-style p {
            font-size: 18px;
        }

        .feature-div-style img {
            width: 100%;
        }

    .company-div-style {
        margin: 10px 10px 10px 10px;
    }

        .company-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

            .company-div-style h2 span {
                color: red;
            }

        .company-div-style img {
            width: 70%;
        }

    .vues-div-style {
        padding: 10px 10px 10px 10px;
    }

        .vues-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

    .footer-div-style {
        padding: 10px 10px 10px 10px;
    }

        .footer-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .footer-div-style .page-urls a {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            display: block;
            line-height: 2;
        }

        /*.footer-div-style #hr_1 {
            border: 1px solid #ffffff;
            margin: 0px;
            width: 100% !important;
            height: 0 !important;
            left: 0 !important;
            position: static !important;
        }

        .footer-div-style #hr_2 {
            border: 1px solid #ffffff;
            margin: 10px 0 0 0;
            width: 100% !important;
            height: 0 !important;
            left: 0 !important;
            position: static !important;
        }*/

        .footer-div-style h3 {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
        }

        .footer-div-style .store-icons img {
            width: 140px;
            padding: 5px;
        }

        .footer-div-style .share-icons img {
            width: 50px;
            padding: 5px;
        }
}

/* Mobile view css*/
@media screen and (max-width: 736px) {

    iframe {
        width: 100%;
        height: 100%;
    }

    .main-div-style {
        padding: 10px 10px 200px 10px;
    }

        .main-div-style h1 {
            font-size: 44px;
        }

        .main-div-style p {
            font-size: 16px;
            margin: 15px;
        }

    .spotlight-div-style {
        margin: 100px 20px -150px 20px;
    }

        .spotlight-div-style h2 {
            font-size: 25px;
        }

        .spotlight-div-style p {
            font-size: 18px;
        }

        .spotlight-div-style img {
            height: 100px;
            width: 100px;
        }

            .spotlight-div-style img:hover {
                transition: ease-in .6s;
                transform: rotate3d(0,0,1,360deg);
            }

    .platform-support-div-style {
        padding: 0px 10px 10px 10px;
    }

        .platform-support-div-style img {
            width: 70%;
        }

        .platform-support-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .platform-support-div-style h3 {
            font-size: 18px;
            font-weight: bold;
        }

    .one-stage-div-style {
        padding: 10px 10px 10px 10px;
    }

        .one-stage-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .one-stage-div-style p {
            font-size: 18px;
            font-weight: 700;
        }

        .one-stage-div-style .col-pad {
            padding: 10px;
        }

    .feature-div-style {
        padding: 10px;
    }

        .feature-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .feature-div-style p {
            font-size: 18px;
        }

        .feature-div-style img {
            width: 50%;
        }

    .company-div-style {
        margin: 10px 10px 10px 10px;
    }

        .company-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

            .company-div-style h2 span {
                color: red;
            }

        .company-div-style img {
            width: 70%;
        }

    .vues-div-style {
        padding: 10px 10px 10px 10px;
    }

        .vues-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

    .footer-div-style {
        padding: 10px 10px 10px 10px;
    }

        .footer-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .footer-div-style .page-urls a {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            display: block;
            line-height: 2;
        }

        .footer-div-style #hr_1 {
            border: 1px solid #ffffff;
            margin: 0px;
            width: 100% !important;
            height: 0 !important;
            left: 0 !important;
            position: static !important;
        }

        .footer-div-style #hr_2 {
            border: 1px solid #ffffff;
            margin: 10px 0 0 0;
            width: 100% !important;
            height: 0 !important;
            left: 0 !important;
            position: static !important;
        }

        .footer-div-style h3 {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
        }

        .footer-div-style .store-icons img {
            width: 140px;
            padding: 5px;
        }

        .footer-div-style .share-icons img {
            width: 50px;
            padding: 5px;
        }
}
