
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Work+Sans:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
}

.wrapper-page {
    width: auto;
    height: auto;
    display: flex;
}

.render-column {
    width: calc(100% - 500px);
    padding-left: 50px;
    padding-right: 50px;
}

.config-column {
    height: auto;
    width: 500px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 10px;
}

.universal-config {
    z-index: 1;
    background-color: white;
    width: 470px;
    position: sticky;
    top: -1px;
}

    .universal-config h1 {
        margin: 0;
    }

.container {
    padding-top: 5px;
    margin: 0;
    position: relative;
    top: 0px;
}

/*16:9 ratio */
.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

    .aspect-ratio div {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.price {
    font-family: "Work Sans", sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
}

.save, .email, .refresh {
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 200%;
    height: 40px;
    border: 0;
    background-color: #ba0001;
    color: white;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
}
.refresh{
    width:100%;
}

.buttons{
    display:flex;
}



.save:hover, .email:hover, .refresh:hover {
    background-color: #a90001;
    cursor: pointer;
}

hr {
    margin-top: 20px;
}

.option-title {
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
    margin-bottom: 5px;
}

#dropdown {
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

option {
    background-color: #f0f0f0;
    height: 1000px;
}

.image-palette {
    margin: 12px;
}



[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    [type=radio] + img {
        cursor: pointer;
        margin-right: 2px;
        margin-top: 2px;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
        outline: .5px solid #DDDDDD;
    }

    [type=radio]:checked + img {
        position: relative;
        top: 1px;
        width: 42px;
        height: 42px;
        margin-right: 0px;
        margin-top: 0px;
        outline: 2px solid #ba0001;
    }

    [type=radio] + .wide-image {
        width: 50.7px;
    }

    [type=radio]:checked + .wide-image {
        width: 52.7px;
    }



nav {
    height: 200px;
    width: 100%;
    background-color: black;
    padding-left: 165px;
    padding-right: 165px;
    margin-top: -15px;
}

    nav img {
        padding-left: 20px;
        height: 125px;
        position: relative;
        top: -40px;
    }

.contact-details {
    margin: 0;
    color: white;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 36px;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex: 1;
}

    .contact-details a {
        text-decoration: inherit;
        color: inherit;
    }

.social-media {
    margin: 22px;
}

    .social-media a {
        text-decoration: inherit;
        color: #a3a9ab;
        text-align: center;
        font-size: 15px;
        height: 15px;
        width: 15px;
        margin-right: 20px;
        transition: 0.5s;
    }

        .social-media a:hover {
            color: white;
        }

.nav-top {
    display: flex;
}

nav h2 {
    margin: 0px;
}

nav h3 a {
    text-decoration: inherit;
    color: #ba0001;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-right: 40px;
    position: relative;
    top: 20px;
}

    nav h3 a:hover {
        text-decoration: inherit;
        color: white;
    }

.pages {
    float: right;
}

.hamburger {
    position: absolute;
    top: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 4;
    margin: 0;
}

.menu-btn {
    width: 50px;
    height: 6px;
    background: white;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

    .menu-btn::before,
    .menu-btn::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 6px;
        background: white;
        border-radius: 5px;
        transition: all 0.5s ease-in-out;
    }

    .menu-btn::after {
        transform: translateY(16px);
    }

    .menu-btn::before {
        transform: translateY(-16px);
    }

.hamburger.open .menu-btn {
    transform: translateX(-50px);
    background: transparent;
}

    .hamburger.open .menu-btn::before {
        transform: rotate(45deg) translate(35px, -35px);
    }

    .hamburger.open .menu-btn::after {
        transform: rotate(-45deg) translate(35px, 35px);
    }

.mobile-menu {
    width: 100%;
    height: 600px;
    background-color: black;
    position: absolute;
    z-index: 3;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

    .mobile-menu img {
        padding-top: 130px;
        width: 250px;
    }

    .mobile-menu a {
        text-decoration: inherit;
        position: relative;
        color: #ba0001;
        font-family: "Roboto", sans-serif;
    }

        .mobile-menu a:hover {
            text-decoration: inherit;
            color: white;
        }

#customCheckbox {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
}

.slider {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    border: 1px solid #eeeeee;
    background-color: #d7d8da;
    border-radius: 15px;
    transition: background 0.3s linear;
    cursor: pointer;
}

    .slider:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 28px;
        height: 28px;
        border-radius: 15px;
        background-color: #ffffff;
        transition: left 0.3s ease-out;
    }


#customCheckbox:checked ~ .slider {
    background-color: #42d77d;
}

    #customCheckbox:checked ~ .slider:after {
        left: 30px;
    }

.Color-Picker {
    border-radius: 10%;
    height: 50px;
    width: 50px;
    border: 1px solid #DDDDDD;
    outline: none;
    -webkit-appearance: none;
    padding: 0px;
    position: relative;
    left: 10px;
}

    .Color-Picker::-webkit-color-swatch-wrapper {
        padding: 0;
    }

    .Color-Picker::-webkit-color-swatch {
        border: none;
        border-radius: 10%;
    }

#color_val, #color_val_tint {
    color: #999;
    position: relative;
    top: -15px;
    left: 10px;
}




/* Zoom button styles */
.zoom_button {
    background-color: #8b0000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 6px;
    text-decoration: none;
    width: 200px;
    height: 35px;
    font-size: 0.8em;
    border: none;
    outline: 0;
    position: relative;
    text-align: center;
}

    .zoom_button img {
        vertical-align: text-top;
    }

    .zoom_button:hover {
        background-color: #b30000;
    }

    .zoom_button:active {
        position: relative;
        top: 1px;
    }

.zoom_button_disable {
    background-color: grey;
    display: inline-block;
    color: #8b0000;
    font-size: 15px;
    font-weight: 600;
    padding: 6px;
    text-decoration: none;
    width: 117.5px;
    margin: 5px;
    font-size: 0.8em;
    border: none;
    outline: 0;
    position: relative;
    text-align: center;
}

.persist_state_active {
    background-color: #8b0000;
}

.persist_state_inactive {
    background-color: #8b0000;
}

.button_icon_container {
    position: absolute;
    bottom: 7px;
    left: 10px;
}

.button_icon {
    fill: white;
}
/* Dropdown list styles */
.custom_select {
    position: relative;
    font-family: Open Sans;
    width: 100%;
}

    .custom_select select {
        /*hide original SELECT element: */
    }

.select_selected {
    background-color: #8b0000;
}

    /* Style the arrow inside the select element: */
    .select_selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select_selected.select_arrow_active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/* style the items (options), including the selected item: */
.select_items div,
.select_selected {
    color: #ffffff;
    font-size: 13.33px;
    padding: 8px 8px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select_items {
    position: absolute;
    background-color: #8b0000;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select_hide {
    display: none;
}

.select_items div:hover,
.same_as_selected {
    background-color: #b30000;
}

.label {
    padding-top: 2px;
    line-height: 20px;
    font-size: 1em;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #fff
}

.dropdown_loader_placeholder {
    background-color: lightgray;
    cursor: not-allowed;
    width: 250;
    height: 36px;
    margin-top: -6px;
}

.dropdown_loader_placeholder_text {
    color: #ffffff;
    padding: 8px 16px;
    font-family: Open Sans;
}

input {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    input[type="checkbox"] {
        visibility: hidden;
    }

.checkbox_override {
    position: relative;
    width: 25px;
}

    .checkbox_override input[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

    .checkbox_override label {
        background: none repeat scroll 0 0 #EEEEEE;
        border: 1px solid #DDDDDD;
        cursor: pointer;
        height: 25px;
        left: 0;
        position: absolute;
        top: 0;
        width: 25px;
    }

        .checkbox_override label:after {
            border-style: none none solid solid;
            content: "";
            height: 5px;
            left: 6px;
            opacity: 0;
            position: absolute;
            top: 7px;
            -ms-transform: rotate(-45deg);
            /* IE 9 */
            -webkit-transform: rotate(-45deg);
            /* Safari and Chrome */
            transform: rotate(-45deg);
            width: 10px;
            color: #27AAE1;
        }

.color_section {
    display: grid;
    grid-template-columns: repeat(auto-fill, 148px);
    grid-gap: 5px;
    position: relative;
}

.swatch_section {
    position: absolute;
    width: 41px;
    height: 41px;
    border: 1px solid grey;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    cursor: pointer;
}

.color_picker_section {
    padding: 10px;
    display: none;
    position: absolute;
    width: 250px;
    height: 290px;
    background-color: lightgray;
    top: 75px;
    right: 0px;
    z-index: 1;
    box-shadow: 2px 2px 1px #b3b3b3;
}
/* Typefaces */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../font/OpenSans-SemiBold.ttf') format('truetype');
}

/* Layout styles */

.header_section {
    height: 30px;
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    display: grid;
    grid-template-columns: 1fr auto;
    width: 85%;
    margin: 0 auto;
}

.content_section {
    display: grid;
    grid-template-columns: 1100px repeat(3, 200px);
    grid-gap: 5px;
    width: 85%;
    margin: 0 auto;
}

.left_section {
    width: 1000px;
    display: flex;
    padding-top: 100px;
    padding-left: 290px;
    flex-direction: column;
}

.scene_section {
    height: 835px;
    align-self: center;
    justify-self: center;
}

body {
    font-family: Open Sans;
}

.toolbar_section {
    display: flex;
    width: 100%;
    max-width: 300px;
    align-items: center;
    justify-content: center;
}

.right_section {
    height: 100vh;
    overflow-y: auto;
    padding-top: 33px;
}

.right_section1 {
    height: 100vh;
    overflow-y: auto;
}

.right_section2 {
    height: 100vh;
    overflow-y: auto;
}

.option_section {
    width: 100%;
    max-width: 200px;
    align-self: center;
}

.logo_container_wrapper {
    width: 300px;
}

.logo_container {
    display: flex;
    width: 60%;
}

@media only screen and (max-width: 1080px) {
    .right_section {
        display: flex;
        flex-direction: column;
        overflow-y: visible;
    }
}

@media only screen and (max-width: 1920px) {
    .content_section {
        width: 100%;
        margin: 0;
    }

    .header_section {
        width: 100%;
        margin: 0;
    }
}

* {
    box-sizing: border-box;
}

.logo_svg {
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-size: 250px;
    height: 60px;
}

#loader {
    margin: 0;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px; /*(half of width)*/
    margin-top: -25px; /*(half of height)*/
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #27AAE1;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#scene {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#scene_overlay {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#scene_placeholder {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#scene_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.8;
}

.img_comp_container {
    position: relative;
    height: auto;
    /*should be the same height as the images*/
}

.img_comp_img {
    width: auto;
    height: auto;
}

    .img_comp_img img {
        display: block;
        vertical-align: middle;
    }

.img_comp_slider_icon {
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.img_comp_slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 35px;
    height: 35px;
    background-color: #27AAE1;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.split_line {
    background-color: #27AAE1;
    width: 2px;
    height: 500px;
    position: absolute;
    z-index: 8;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img_comp_container:hover .img_comp_slider {
    opacity: 1;
}

.img_comp_container:hover .split_line {
    opacity: 1;
}

.container_paint {
}

kbd {
    border: 1px solid black;
    padding: 2px;
    border-radius: 2.5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background-color: rgba(0, 0, 0, 0.02);
}

.controls {
    z-index: 99;
    display: inline;
    font-size: 0.8vw;
    margin-right: 1.7vw;
}

#PC-controls {
    text-align: center;
    position: relative;
    top: 5px;
}

.stickyRender {
    padding-top: 5px;
    margin: 0;
    position: sticky;
    top: 0px;
}

#Phone-controls {
    position: relative;
    z-index: 99;
    top: -17px;
    text-align: center;
    visibility: hidden;
}

.labelled {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    position: relative;
    left: -2px;
    width: 50px;
    margin: -0px;
}

    .labelled div {
        position: relative;
        top: -10px;
    }

.palette-labelled {
    display: flex;
    flex-direction: row;
}

.lightingImg {
    position: relative;
    top: -5px;
    height: 30px;
}



.slider-lighting {
    position: relative;
    display: inline-block;
    width: 80%;
}




@media screen and (max-width: 1240px) {
    .controls {
        font-size: 0.7vw;
        margin-right: 1.3vw;
    }

    nav {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1100px) {
    .controls {
        font-size: 0.5vw;
        margin-right: 1vw;
    }

    nav {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1070px) {
    nav {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 950px) {

    .controls {
        font-size: 2vw;
        margin-right: 2vw;
    }

    #PC-controls {
        visibility: hidden;
    }

    #Phone-controls {
        z-index: 99;
        visibility: visible;
    }

    .wrapper-page {
        display: inline-block;
        height: auto;
    }

    .render-column {
        width: 100%;
        padding: 10px;
        height: auto;
        position: sticky;
        top: -90px;
        background: white;
        z-index: 2;
    }

    .container {
        position: sticky;
        top: 0;
    }

    .config-column {
        display: inline;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .refresh {
        border-radius: 20px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
        height: 40px;
        border: 0;
        background-color: #ba0001;
        color: white;
        font-family: "Work Sans", sans-serif;
        font-size: 15px;
    }

    .universal-config {
        margin-top: -30px;
        width: 100%;
        top: 60vw;
    }

    .hamburger {
        display: flex;
    }

    .desktop {
        display: none;
    }

    .contact-details {
        display: none;
    }

    .social-media {
        position: relative;
        text-align: center;
        width: 100%;
    }

    .pages {
        width: 100px;
    }
}

@media screen and (max-width: 800px) {
    .universal-config {
        top: 62vw;
    }
}

@media screen and (max-width: 460px) {
    nav img {
        padding-left: 20px;
        height: auto;
        width: 45%;
        position: relative;
        top: -20px;
    }

    .heading {
        font-size: 7vw;
    }
}

@media screen and (max-width: 404px) {
   
    .render-column {
        top: -134px
    }

    .render-column {
        top: -80px;
    }

    .universal-config {
        width: 100%;
        
    }
}

@media screen and (max-width: 330px) {
    nav {
        height: 170px;
    }

    .render-column {
        top: -70px;
    }
}
/*# sourceMappingURL=style.css.map */



.finish {
    position: relative;
    opacity: 1;
    width: auto;
    height: auto;
}
input[type="checkbox"] {
        visibility: hidden;
    }
        input[type="checkbox"]#Panorama {
            visibility: visible;
            width: 20px;
        }

.progress-container {
    margin-left: 100px;
    width: 75%;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    height: 30px;
    position: relative;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background-color: #4caf50;
    transition: width 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}
#progressText {
    color: black;
    margin-left: 100px;
}
#progressLabel {

    top: 22px;
    position: relative;
}