* {
    padding: 0;
    margin: 0;
}

* :not(h1) {
    font-family: 'Times New Roman', Times, serif !important;
}

html,
body {
    height: 100%;
    background-color: black !important;
    color: white !important;
    background-image: url("../img/kitchen-7870212_1920.jpg");
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    font-size: 16px;
}



b {
    color: black;
    font-size: 1.375em;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.mb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.navbar {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding: 0% 2rem !important;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(-6.875rem);
}

.navbar::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/christmas-lights-acegif-13.gif');
    z-index: 1;
    opacity: 0.5;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0rem -9.375rem;
    pointer-events: none;
}

@media (max-width: 49.1875em) {
    .navbar::after {
        background-position: 0em -5rem;
    }
}

.navbar.active {
    opacity: 1;
    transition: all 1s ease;
    transform: translateY(0px);
}

@media (max-width: 49.1875em) {
    .navbar {
        transform: translateY(-5em);
    }
}

.navbar-brand {
    box-sizing: border-box;
    padding-top: 2%;

}

.nav-link {
    color: white !important;
    font-size: 1.25rem;
    transition: 0.2s;

    @media (max-width: 65em) {
        font-size: 1rem;
    }
}

.nav-link:hover {
    color: orange !important;
    scale: 1.05;
    text-decoration: underline !important;
    text-decoration-color: orange !important;
}

.header_info {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


h1 {
    font-size: 3vw !important;
    font-family: "Stylish", serif;
    font-weight: 400;
    font-style: normal;
    transform: translateY(-12.5rem);
    opacity: 0;
    transition: all 1.5s ease;
    scale: 0.7;

    @media(max-width: 47.5em) {

        font-size: 1.8125rem;
    }
}

h1.active {
    transform: translateY(0px);
    opacity: 1;
    transition: all 1.5s ease;
    scale: 1;
}

.header {
    height: 100vh;
}

.header_info p {
    font-size: 1.2vw;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
}

.header_info button {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: 0.0625em solid white;
    width: 18.75em;
    height: 3.75em;
    box-shadow: 0.125em 0.125em 0.4375em silver;
    transition: 0.5s;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
}

.header_info button:hover {
    scale: 1.02;
    color: orange;
    box-shadow: 0.125em 0.125em 0.4375em silver;
}


@media (max-width: 49.1875em) {
    .navbar-brand {
        box-shadow: unset;
        background-color: unset;
    }

    .navbar-brand img {
        position: relative;
        width: 5.625rem;
        left: -1.875rem;
        top: 0.25rem;
    }

    .header_info h1 {
        font-size: 1.5em !important;

    }

    .header_info p {
        font-size: 1.25rem !important;
    }

    #learnMore {
        max-width: 13.625em;
        max-height: 3.125em;
    }
}



.windowInfo {
    position: fixed;
    background: #000000f3;
    border-radius: 0.75rem;
    width: 0;
    height: 0;
    padding: 2% 6%;
    left: 10%;
    top: 10%;
    text-align: center;
    overflow-y: scroll;
    visibility: hidden;
    z-index: 1000;
}



.x {
    position: fixed;
    color: white;
    top: 15%;
    right: 13%;
    font-size: 1.25em;
    cursor: pointer;
    border: 0.0625em solid #8c9597;
    padding: .6% 1.3%;
    border-radius: 0.1875em;
    box-shadow: 0.0625em 0.0625em 0.1875em white;
    transition: 0.4s;

}

.x:hover {
    scale: 1.1;
}

.iconInWindowInfo {
    position: absolute;
    left: 5%;
    top: 5%;
}

.windowInfoHeader {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-top: 9.375rem !important;
    font-family: 'Times New Roman', Times, serif !important;
    color: black !important;
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
    background-color: white !important;
    padding: 2.5rem 0rem !important;
}

#learnMore {
    transform: translateY(12.5rem);
    opacity: 0;
    transition: all 1.5s ease;
    scale: 0.7;
}

#learnMore.active {
    transform: translateY(0px);
    opacity: 1;
    transition: all 1.5s ease;
    scale: 1;
}

#fileContent {
    background-color: white;
}

.btnInfo {
    font-family: 'Times New Roman', Times, serif !important;
    position: absolute;
    width: 6.25rem !important;
    height: 2.5rem !important;
    background-color: white !important;
    color: black !important;
}

#btnDownload {
    top: 2.8125rem;
    right: 6.25rem;
}

#printContent {
    top: 2.8125rem;
    right: 13.125rem;
}

.windowInfoText span {
    font-family: 'Times New Roman', Times, serif !important;
    color: black !important;
    font-size: 1.75rem;
}

.windowInfoText p {
    font-family: 'Times New Roman', Times, serif !important;
    color: black !important;
    margin: 0 auto;
    max-width: 43.75rem;
    font-size: 1.1875rem !important;
}

.buttons {
    padding-top: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.625rem;
}

.btnS {
    width: 8.125rem !important;
    height: 2.5rem !important;
    background-color: unset !important;
    color: white !important;
}

@media (max-width: 36.25em) {
    .buttons {
        padding-top: 7.5rem;
    }
}

.renaissance-counter-guide {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 100;
    font-size: 0.9375rem;
    padding-top: 13%;
    color: white;
}

.renaissance-counter-guide p {
    color: white !important;
}

.rcg-heading-main {
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.rcg-subheading {
    font-size: 1.375rem;
    margin-top: 1.875rem;
}

.rcg-section {
    margin-bottom: 2.5rem;
}

.rcg-faq-item {
    margin-bottom: 1.375rem;
}

.main {
    flex: 1 1 auto;
    margin-top: 10%;
}



.g-recaptcha {
    margin-top: 1%;
    margin-bottom: 2%;
}

.firstSection {
    position: relative;
    font-size: 2.1875em;
    line-height: 2.375em;
    font-weight: 700;
    color: #545454;
    font-family: serif;
    background-image: url('../img/jean-philippe-delberghe-4jxGry4pXtc-unsplash.jpg');
    background-position: center;
    background-size: cover;
    height: 70vh;

    @media (max-width: 63.75em) {
        min-height: 100vh;
    }

    @media(max-width: 47.5em) {
        position: relative;
    }
}

.firstSectionContent {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    perspective: 700px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
}

.firstSectionHeader {
    margin: 2% 2% 0 2%;
    color: white;
}

.sectionText {
    color: white;
    line-height: 1.625rem;
    font-size: 1rem;
    color: #8c9597;
    font-weight: 400;

    font-family: serif;
    font-weight: 400;
    font-style: normal;

}

.fistSectionText {
    margin: 2%;
    padding: 2%;
    color: white;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 0.625rem;
    text-align: justify;
}


.sectionHeaderAbout {
    position: absolute;
    text-transform: uppercase !important;
    z-index: 100;
    top: 0;
}

.sectionHeader {
    font-size: 2.1875em;
    line-height: 2.375em;
    font-weight: 700;
    color: #545454;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.scene1 {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    perspective: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.cube1 {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.5s ease-in-out;
    transform: rotateX(50deg);
    display: flex;
    justify-content: center;
    align-items: center;
}



.back {
    position: absolute;
    transform-style: preserve-3d;
    display: block;
    width: 82.5rem;
    height: 80%;
    transform: translateZ(-43.75rem);
    scale: 1.3;
    background-image: url("../img/BlackSoapstone_Slab.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;

    @media (max-width: 63.75em) {
        top: 2rem;
        height: 100vh;
    }
}

#bottomBack {
    position: absolute;
    transform-style: preserve-3d;
    display: block;
    max-width: 60.5rem;
    height: 70%;
    color: white;
    font-size: 2em;
    letter-spacing: 0.125rem;
    line-height: 1.8rem;
    font-weight: 100 !important;
    scale: 1.1;
    transform: translateZ(-15.625rem);
    display: flex;
    justify-content: center;
    align-items: center;

    @media (max-width: 63.75em) {
        padding-top: 2.8125rem;
        font-size: 1.2em;
        line-height: 1.4rem;
        height: 80%;
    }
}

.progress {
    margin: 2%;
    margin-bottom: 0;
}

.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: white;
}

.col-md-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.secondSectionNext {
    pointer-events: none;
}

.secondSectionEvensts {
    position: relative;
    max-height: 28.125rem;
    transition: all 1s ease;
}

.secondSectionEvensts:hover {
    scale: 1.04 !important;
    opacity: 1 !important;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);

}

.secondSectionEvensts a {
    perspective: 50rem;

}


.secondSectionEvensts a img {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    pointer-events: all;
    transform-style: preserve-3d;

    scale: 0.8;
    transform: rotateX(-75deg) rotateY(0deg) rotateZ(10deg);
}

.secondSectionEvensts a img:hover {
    scale: 1;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.range {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.secondSection {
    padding: 2%;
    background-image: url("../img/vecteezy_abstract-boxes-background-modern-technology-with-square_8171873.jpg");
    background-size: 100%;
}

.secondSectionContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.secondSectionHeader {
    margin: 2% 2% 0 2%;
}

.secondSectionText {
    margin: 2% 2% 0 2%;
}

.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: black !important;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
}


.thirdSection {
    background-color: white;
    padding: 2%;
}

.thirdSectionContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.thirdSectionHeader {
    margin: 2% 2% 0 2%;
    text-align: center;

}

.thirdSectionText {
    margin: 2% 2% 0 2%;
    text-align: center;
}

.thirdSectionBox {
    margin: 5% 2% 2% 2%;
}

.thirdBoxes {
    margin: 1% 0 0 0;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.thirdBoxHeader {
    font-size: 1.4375rem;
}

.fourthSection {
    background-image: url("../img/dark-gray-brick-wall-with-black-marble-floor-product-background.jpg");
    background-size: cover;
    padding: 2%;
}



.fourthSectionBox {
    background-color: unset !important;
}

.fourthSectionBox a {
    color: white !important;
    text-decoration: none !important;
}

.fourthBox {
    text-align: center;
    transition: .5s;
}

.fourthBox:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.fourthBoxLeft {
    border-right: 0.1875rem solid white;
}

.fourthBoxHeader {
    font-size: 4.0625rem;
}

.fourthBoxText {
    font-size: 1.25rem;
}

.fifthSection {
    padding: 3%;
    background-image: url("../img/78b960e2-2707-4262-8375-af5027e6871c.jpg");
    background-size: cover;
}

.fifthSectionContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fifthSectionHeader {
    margin: 2% 2% 0 2%;
}

.fifthSectionText {
    margin: 2%;
}

.fifthRow {
    margin: 2%;
    background-color: unset;
}

.fifthBox {
    display: flex;
    margin-top: 2%;
}

.fifthImage img {
    border-radius: 50%;
}

.fifthBoxRight {
    padding-left: 8%;
}

.fifthContentBox1 {
    font-size: 1.25rem;
    color: #5e5e5e;
    margin-bottom: 1%;
}

.fifthContentBox2 {
    margin-bottom: 1%;
}

.fifthContentBox3 {
    color: #8c9597;
    margin: 15% 0 1% 0;
}

.fifthContentBox2_1 {
    color: rgb(241, 139, 109);
}

.fifthContentBox2_2 {
    color: rgb(241, 210, 4);
}

.fifthContentBox2_3 {
    color: rgb(106, 77, 138);
}

.sixthSection {
    padding: 2%;
    background-color: white;
}

.sixthSectionContent {
    text-align: center;
}

.sixthSectionHeader {
    margin: 2% 2% 4% 2%;
}

.address {
    display: flex;

}

.addressText {
    width: 30% !important;
}

.addressContent {
    width: 70% !important;
    text-align: start;
    padding: 0 0 0 1%;
}

.customerSupport {
    display: flex;
}

.customerSupportText {
    width: 30% !important;
}

.customerSupportContent {
    width: 70% !important;
    text-align: start;
    padding: 0 0 0 1%;
}

.customerSupportContent a {
    color: #8c9597;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
}

.customerSupportContent a:hover {
    color: #8c9597;
}

.sixthText {
    color: #f1d204;
    display: flex;
    justify-content: right;
    align-items: start;
    border-right: 0.0625rem solid #8c9597;
    padding-right: 2% !important;
}

.formStyle {
    text-align: start;
    color: #8c9597;
    margin-top: 2%;
}

#commentMg {
    margin-top: 2%;
}

.subMain {
    display: flex;
    justify-content: end;
}

.brd {
    border: none !important;
}

#sub {
    width: 9.6875rem;
    height: 2.75rem;
    border: unset;
    background-color: #f1d204;
    color: white;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    border-radius: 0.375rem;
    transition: 0.3s;
}

#sub:hover {
    scale: 1.08;
}

.footer {
    padding: 2% 0 1% 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Stylish", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;

    @media (max-width: 30.625em) {
        padding: 2% 0 13% 0;
    }
}

.footer a {
    color: white;
    font-family: "Stylish", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}



.messag {
    position: fixed;
    right: 1.1%;
    bottom: .9%;
}

.messag a img {
    margin-left: 0.3125rem;
    width: 2.1875rem;
    height: 2.1875rem;
}

.messag a img:hover {
    scale: 1.2;
}

#prom_disabled {
    pointer-events: none;
    color: grey !important;
    cursor: default;
}

#log {
    width: 10rem;
    animation-name: svgLogo;
    animation-duration: 1.6s;
    animation-iteration-count: 1;
    scale: 1.1;

    @media (max-width: 49.1875em) {
        width: 6rem;
    }
}

@keyframes svgLogo {
    0% {
        transform: scale(0.4);
    }

    100% {
        transform: scale(1);
    }
}