@font-face {
    font-family: 'K_font';
    src: url('KohinoorLatin-Light-BF63c76513209af.otf') format('opentype');
}

@font-face {
    font-family: 'K_font_Bold';
    src: url('KohinoorLatin-Demi-BF63c765144638d.otf') format('opentype');
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    color: black;
    position: relative;
    /*added*/
}

ul {
    list-style-type: none;
}

.navbar a {
    text-decoration: none;
    color: black;
}

a {
    text-decoration: none;
}

.order-samples-box a {
    color: white;
    text-decoration: none;
}

text-box,
container,
h1,
h2 {
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0;
}

p {
    margin: 10px 0;
}

.navbar {
    background-color: rgb(255, 255, 255);
    color: black;
    height: 56px;
    position: absolute;
    /* Add this line */
    top: 0;
    /* Add this line */
    left: 0;
    /* Add this line */
    width: 100%;
    /* Add this line */
    z-index: 1;
    /* Add this line */
}

.navbar .flex {
    justify-content: space-between;
}

.navbar ul {
    display: flex;
    align-items: center;
}

.small-svg {
    width: 142px;
    /* Set the desired width */
    height: auto;
}

.container {
    overflow: auto;
    margin: 0 auto;
    padding: 0 49px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-line {
    border-left: 1px solid rgb(142, 142, 142);
    /* Adjust the color and thickness as needed */
    height: 20px;
    /* Set the desired height */
}

.navbar a {
    padding: 20px;
    margin: 0 10px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 49px;
}

.navbar .logo {
    display: flex;
    align-items: center;
}

.video {
    position: relative;
    /* Add this line */
    height: 557px;
}

.video video {
    object-fit: cover;
    height: 570px;
}

.text-box {
    position: absolute;
    top: 56%;
    left: 82%;
    transform: translate(-50%, -50%);
    background-color: rgba(125, 125, 125, 0.5);
    /* Set the background color with 50% opacity */
    padding: 20px;
    color: white;
    transition: box-shadow 0.4s ease;
    width: 350px
}

.text-box h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: 'K_font';
}

.text-box p {
    font-size: 16px;
    font-family: 'K_font';
    line-height: 1.4;
}

.Domus-text {
    position: absolute;
    top: 20%;
    left: 13%;
    font-family: 'K_font';
    transform: translate(-50%, -50%);
    color: white;
    font-size: 44px;
}

.ListDomus {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 26.5%;
    /* Adjust the top position as needed */
    left: 2.3%;
    /* Adjust the right position as needed */
    color: white;
    font-size: 15px;
    font-family: 'K_font';
    list-style-type: none;
    /* Remove default bullet points */
}

.ListDomus li {
    margin-right: 7px;
    /* Adjust the margin value as needed */
    padding-left: 5px;
    /* Adjust the padding value as needed */
}

.order-samples-box img {
    width: 25%;
}

.ListDomus li::before {
    content: "\2022";
    /* Unicode for bullet point */
    padding-right: 4px;
    /* Adjust the padding value as needed */
}

.order-samples-box {
    position: absolute;
    bottom: 7%;
    left: 3%;
    background-color: #fe350d;
    /*#5e5e5e*/
    color: white;
    padding: 10px;
    box-shadow: 3px 3px 5px rgba(237, 237, 237, 0.4);
    display: flex;
    align-items: center;
    border-radius: 0px;
    width: 20%;
    /* Adjust the width as needed */
    height: 9%;
    justify-content: center;
    align-items: center;
    font-family: 'K_font';
    transition: transform 0.3s ease;
    /* Center the content horizontally */
}

.order-samples-box p {
    margin: 0;
    font-weight: bold;
    font-family: 'K_font';
}

.order-samples-box img {
    width: 30%;
    /* Adjust the arrow width as needed */
    margin-left: 18px;
    /* Adjust the margin as needed */
}

/* Center the entire row-container on the page */
.row-container {
    display: flex;
    align-items: center;
    height: 40vh;
    margin-top: 1.5rem;
}

.row-container p {
    font-size: 16px;
    margin: 0 40px;
    font-family: 'K_font';
    line-height: 1.2;
    font-weight: bold;
    /* Add space between the images and text */
}

.image-logo {
    margin-right: 3rem;
    width: 30%;
}

.image-insole {
    margin-left: 1rem;
    height: 90%;
}



/* Grey Box Styles */
.grey-box {
    background-color: #b9b9b9;
    padding: 20px;
    margin-top: 2rem;
}

.sample-text {
    font-size: 16px;
    font-family: 'K_font';
    line-height: 1.3;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.128);
    /* Adjust the shadow as needed */
}

.lower-part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lower-content {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.image-lower {
    width: 20%;
    margin-left: 10px;
}

.upper-part {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.image-upper {
    width: 20%
}

.upper-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    font-family: 'K_font';
    padding-bottom: 0.7rem;
}

.sample-text {
    font-size: 16px;
}







/*Insole Video */


.video_insole {
    position: relative;
    height: 557px;
    background-color: black;
}

.video_insole video {
    object-fit: cover;
    height: 557px;
    padding: 45px;
    padding-bottom: 2rem;
}

.Domus-text_I {
    position: absolute;
    top: 12%;
    left: 16.7%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 44px;
    font-family: 'K_font';
}

.ListDomus_I {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 19%;
    left: 2.5%;
    color: white;
    font-size: 15px;
    font-family: 'K_font';
    list-style-type: none;
}

.ListDomus_I li {
    margin-right: 7px;
    padding-left: 5px;
}

.order-samples-BOX img {
    width: 25%;
}

.ListDomus_I li::before {
    content: "\2022";
    padding-right: 4px;
}

.order-samples-BOX {
    position: absolute;
    bottom: 11%;
    left: 4%;
    font-family: 'K_font';
    background-color: #fe350d;
    color: white;
    padding: 10px;
    box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    border-radius: 0px;
    width: 27%;
    height: 13%;
    justify-content: center;
    transition: transform 0.3s ease;
}

.order-samples-BOX p {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

.order-samples-BOX img {
    width: 30%;
    margin-left: 18px;
}

.order-samples-BOX a {
    color: white;
    text-decoration: none;
}



.order-samples-BOX2 {
    position: absolute;
    font-family: 'K_font';
    bottom: 27%;
    left: 4%;
    background-color: #fe350d;
    color: white;
    padding: 10px;
    box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    border-radius: 0px;
    width: 27%;
    height: 13%;
    justify-content: center;
    transition: transform 0.3s ease;
}

.order-samples-BOX2 p {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

.order-samples-BOX2 img {
    width: 30%;
    margin-left: 18px;
}

.order-samples-BOX2 a {
    text-decoration: none;
    color: white;
}





/* Instructions */
.grey-box2 {
    background-color: #b9b9b9;
    padding: 20px;
    display: flex;
    color: rgb(0, 0, 0);
}

.image-column {
    width: 21%;
}

.image-column img {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.content-column {
    width: 75%;
    padding-left: 15px;
}

.content-column h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    font-family: 'K_font';
}

.content-column p {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'K_font';
}

div.grey-box2 {
    padding-top: 2.5rem;
}





/* Domus Part*/
.container_Domus {
    background-color: none;
    padding: 20px;
    display: flex;
    color: rgb(0, 0, 0);
}

.image-column_Domus {
    flex: 1;
    padding-left: 15px;
}

.image-column_Domus img {
    width: 100%;
    display: block;
    margin-bottom: 17px;
}

.content-column_Domus {
    flex: 3 22%;
}

.content-column_Domus h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.content-column_Domus p {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'K_font';
}

.content-column_Domus h1 {
    font-size: 24px;
    font-family: 'K_font';
    font-weight: bold;
}

div.container_Domus {
    padding-top: 2.5rem;
}

div.content-column_Domus {
    padding-left: 2rem;
}

div.image-column_Domus {
    padding-right: 2rem;
}




/* Pre-footer */
.container-Logo {
    display: flex;
    align-items: center;
}

.logo {
    width: 20%;
    /* Adjust the width as needed */
    height: auto;
    /* Maintain aspect ratio */
    margin-right: 20px;
    /* Add spacing between logo and text */
}

.text-Logo {
    font-size: 15px;
    line-height: 1.2;
    color: #333;
    font-family: 'K_font';
    font-weight: bold;
}

div.container-Logo {
    padding-left: 2rem;
    padding-bottom: 2rem;
}



/* Footer */
.footer {
    background-color: #040125;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /* Arrange items in a column layout */
    height: 90%;
}

.description {
    margin-bottom: 20px;
    /* Add spacing between description and contact info */
}

.description p {
    margin: 5px 22px;
    color: #ff5151;
}

footer.footer div.description p {
    color: #ff5151;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    font-family: 'K_font';
    font-weight: bold;
    color: white;
}

.contact-info p {
    margin-right: 4rem;
    margin-left: 4rem;
    font-size: 16px;
    color: white;
}





/* Hovering */
.order-samples-box:hover {
    transform: translateY(-5px);
    text-decoration: underline;
}

.navbar a:hover {
    transform: scale(1.04);
}

.text-box:hover {
    box-shadow: 4px 4px 17px rgba(255, 255, 255, 0.6);
}

.contact-info p:hover {
    text-decoration: underline;
    color: white;
}

div#section3.contact-info p a {
    color: white;
}

.order-samples-BOX:hover {
    text-decoration: underline;
    color: white;
    transform: scale(1.04);
}

.order-samples-BOX2:hover {
    text-decoration: underline;
    color: white;
    transform: scale(1.04);
}


@media (min-width: 1200px) and (max-width: 1920px) { 
    .navbar {
        font-size: 20px; /* 16 px is optimal */
    }
}


@media (min-width: 819px) and (max-width: 930px) {

    .Domus-text {
        font-size: 37px;
        left: 17%;
    }

    .ListDomus {
        font-size: 14px;
        left: 4.5%;
    }

    .text-box p {
        font-size: 14px;
    }

    .text-box {
        left: 78%;
        width: 282px;
    }

    .text-box h1 {
        font-size: 30px;
    }

    .order-samples-box {
        width: 25%;
    }

    .row-container p {
        margin: 0 20px;
        font-size: 13px;
    }

    .grey-box {
        margin-top: 1rem;
    }

    .sample-text {
        font-size: 12px;
    }

    .Domus-text_I {
        left: 25.5%;
    }

    .ListDomus_I {
        left: 5.5%;
    }

    .order-samples-BOX2 {
        width: 32%;
    }

    .order-samples-BOX2 p {
        font-size: 19px;
    }

    .order-samples-BOX2 img {
        margin-left: 15px;
    }

    .order-samples-BOX img {
        margin-left: 15px;
    }

    .order-samples-BOX {
        width: 32%;
    }

    .content-column p {
        font-size: 14px;
        margin: 0px;
    }

    .image-column {
        width: 26%;
    }

    .content-column_Domus p {
        font-size: 14px;
        margin: 0px;
    }

    .image-column_Domus img {
        width: 112%;
        margin-bottom: 12px;
        margin-top: 2rem;
    }

    div.container_Domus {
        padding-top: 1.5rem;
    }

    div.container-Logo {
        padding-top: 1rem;
    }

    .text-Logo {
        font-size: 13px;
    }

    .contact-info p {
        margin-right: 2rem;
        margin-left: 2rem;
        font-size: 14px;
    }

    div.image-column_Domus {
        padding-right: 1rem;
    }

}



@media (min-width: 931px) and (max-width: 1000px) {
    .text-box {
        left: 79%;
    }

    .text-box p {
        font-size: 15.5px;
    }

    .Domus-text {
        left: 19%;
    }

    .ListDomus {
        left: 4.3%;
    }

    .order-samples-box {
        left: 4%;
        bottom: 10%;
        width: 22%;
    }

    div.order-samples-box p a {
        font-size: 15px;
    }

    .row-container p {
        font-size: 14px;
    }

    .image-logo {
        margin-right: 1rem;
        width: 31%;
    }

    .sample-text {
        font-size: 14px;
    }

    .image-upper {
        width: 21%;
    }

    .Domus-text_I {
        left: 23.7%;
    }

    .ListDomus_I {
        left: 4.5%;
    }

    .order-samples-BOX {
        width: 29%;
    }

    .order-samples-BOX2 {
        width: 29%;
    }

    .order-samples-BOX p a {
        font-size: 18px;
    }

    .order-samples-BOX img {
        margin-left: 23px;
    }

    .order-samples-BOX2 p a {
        font-size: 18px;
    }

    .content-column p {
        font-size: 14px;
    }

    div.content-column p {
        margin: 0;
    }

    .image-column {
        width: 22%;
    }

    .content-column_Domus p {
        font-size: 14px;
        margin: 0;
    }

    .image-column_Domus img {
        width: 112%;
    }

    div.image-column_Domus {
        padding-top: 2rem;
    }

    div.container_Domus {
        padding-top: 1.5rem;
    }

    div.container-Logo {
        padding-top: 1rem;
    }

    .text-Logo {
        font-size: 14px;
    }

    .contact-info p {
        margin-right: 3rem;
        margin-left: 3rem;
        font-size: 14.3px;
    }
}




/*Ipad*/
@media (min-width: 768px) and (max-width: 818px) {

    .navbar {
        height: 56px;
        /* Set a specific height for the navbar on iPad */
        font-size: 13.5px;
    }

    div.video video {
        height: auto;
    }

    div.video {
        height: auto;
    }

    .Domus-text {
        left: 15%;
        font-size: 30px;
    }

    .ListDomus {
        font-size: 11px;
        margin-right: 1rem;
        top: 25.5%;
        left: 3.5%;
    }

    .ListDomus li {
        padding-left: 4px;
    }

    .text-box {
        left: 78%;
        top: 56%;
        width: 280px;
    }

    .text-box p {
        font-size: 11px;
    }

    .text-box h1 {
        font-size: 29px;
        margin-bottom: 16px;
    }

    .order-samples-box {
        bottom: 11%;
        padding: 2px;
        width: 23%;
        height: 7.5%;
    }

    .order-samples-box p {
        font-size: 12px;
    }

    .order-samples-box img {
        width: 26%;
    }

    .row-container {
        margin-top: 0rem;
    }

    .row-container p {
        font-size: 11px;
        margin: 0 23px;
    }

    .image-insole {
        margin-left: 2rem;
        height: 60%;
    }

    .image-logo {
        width: 26%;
    }

    .grey-box {
        margin-top: 0rem;
    }

    .title {
        font-size: 20px;
        padding-bottom: 0.4rem;
    }

    .sample-text {
        font-size: 11px;
    }

    .Domus-text_I {
        font-size: 30px;
        left: 20%;
    }

    .ListDomus_I {
        font-size: 11px;
        left: 5%;
        top: 17%;
    }

    .order-samples-BOX2 {
        width: 25%;
        height: 9%;

    }

    .order-samples-BOX2 p a {
        font-size: 13px;
        display: flex;

    }

    .order-samples-BOX2 img {
        width: 29%;
        margin-left: 14px;
    }

    .order-samples-BOX {
        width: 25%;
        height: 9%;
        bottom: 15%;
    }

    .order-samples-BOX p a {
        font-size: 13px;
        display: flex;
    }

    .order-samples-BOX img {
        width: 29%;
        margin-left: 14px;
    }

    .content-column h2 {
        font-size: 20px;
    }

    .content-column p {
        font-size: 11px;
        margin: 0;
    }

    div.content-column_Domus {
        padding-left: 1rem;
    }

    .content-column_Domus h1 {
        font-size: 20px;
    }

    .content-column_Domus p {
        font-size: 11px;
        margin: 0;
    }

    div.container_Domus {
        padding-top: 1.5rem;
        padding-right: 0;
    }

    .image-column_Domus img {
        width: 114%;
        padding-top: 1rem;
    }

    .description p {
        font-size: 13px;
        margin: 5px 0px;
    }

    .contact-info p {
        margin: 5px;
    }

    .logo {
        width: 20%;
        margin-right: 0;
    }

    .text-Logo {
        font-size: 11px;
        padding-left: 1rem;
    }
}





@media (min-width: 660px) and (max-width: 768px) {

    .navbar {
        height: 46px;
    }

    .small-svg {
        width: 103px;
    }

    .navbar a:hover {
        transform: none;
    }

    .navbar ul {
        font-size: 13px;
    }

    div.video video {
        height: auto;
    }

    div.video {
        height: auto;
    }

    .Domus-text {
        left: 13.5%;
        top: 21%;
        font-size: 20px;
    }

    .ListDomus {
        font-size: 9px;
        margin-right: 1rem;
        top: 25.5%;
        left: 4.5%;
    }

    .ListDomus li {
        padding-left: 4px;
    }

    .text-box {
        left: 75%;
        top: 56%;
        width: 290px;
    }

    .text-box hr {
        width: 90%;
    }

    .text-box p {
        font-size: 11px;
    }

    .text-box h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .order-samples-box {
        width: 21%;
        bottom: 14%;
        left: 6%;
    }

    .order-samples-box p a {
        font-size: 11px;
        display: flex;
    }

    .order-samples-box img {
        margin-left: 10px;
    }

    .row-container {
        margin-top: 0rem;
    }

    .row-container p {
        font-size: 11px;
        margin: 0 23px;
    }

    .image-insole {
        margin-left: 1rem;
        height: 60%;
    }

    .image-logo {
        width: 29%;
        margin-right: 1rem;
    }

    .grey-box {
        margin-top: 0rem;
    }

    div.grey-box2 {
        padding-top: 1.5rem;
    }





    .title {
        font-size: 20px;
        padding-bottom: 0.4rem;
    }

    .sample-text {
        font-size: 11px;
    }

    .Domus-text_I {
        font-size: 24px;
        left: 21%;
    }

    .ListDomus_I {
        font-size: 11px;
        left: 7%;
        top: 16%;
    }

    .order-samples-BOX2 {
        width: 28%;
        height: 9%;

    }

    .order-samples-BOX2 p a {
        font-size: 12px;
        display: flex;

    }

    .order-samples-BOX2 img {
        width: 29%;
        margin-left: 14px;
    }

    .order-samples-BOX {
        width: 28%;
        height: 9%;
        bottom: 15%;
    }

    .order-samples-BOX p a {
        font-size: 12px;
        display: flex;
    }

    .order-samples-BOX img {
        width: 29%;
        margin-left: 14px;
    }

    .content-column h2 {
        font-size: 20px;
    }

    .content-column p {
        font-size: 11px;
        margin: 0;
    }

    div.content-column_Domus {
        padding-left: 1rem;
    }

    .content-column_Domus h1 {
        font-size: 20px;
    }

    .content-column_Domus p {
        font-size: 11px;
        margin: 0;
    }

    div.container_Domus {
        padding-top: 1.5rem;
        padding-right: 0;
    }

    .image-column_Domus img {
        width: 114%;
        padding-top: 1rem;
    }

    .description p {
        font-size: 13px;
        margin: 5px 0px;
    }

    .div#section3.contact-info p a {
        font-size: 10px;
    }

    .contact-info p {
        margin: 5px;
    }

    .logo {
        width: 20%;
        margin-right: 0;
    }

    .text-Logo {
        font-size: 11px;
        padding-left: 1rem;
        padding-top: 1rem;
    }

    .image-upper {
        width: 144px;
        height: 120px;
    }

    .image-lower {
        width: 22%;
    }

    .image-column {
        width: 29%;
    }

    .image-column img {
        margin-bottom: 24px;
    }

    .contact-info p {
        margin-right: 1rem;
        margin-left: 1rem;
        font-size: 12px;
    }

}




@media (min-width: 480px) and (max-width: 660px) {

    .navbar {
        font-size: 11px;
        height: 45px;
    }

    .navbar a {
        padding: 5px;
    }

    .small-svg {
        width: 102px;
    }

    .text-box {
        width: 270px;
        left: 68%;
        top: 51%;
    }

    .text-box p {
        font-size: 12px;
    }

    .text-box h1 {
        font-size: 27px;
    }

    .order-samples-box {
        width: 27%;
        font-size: 13px;
    }

    .order-samples-box img {
        width: 24%;
        margin-left: 9px;
    }

    .ListDomus {
        font-size: 12px;
    }

    .Domus-text {
        left: 16%;
        top: 22%;
        font-size: 27px;
    }

    .ListDomus {
        display: flex;
        flex-direction: column;
    }

    .ListDomus li {
        margin-right: 3px;
        padding-bottom: 5px;
    }

    .row-container p {
        font-size: 9px;
        margin: 0 10px;
    }

    .row-container {
        margin-top: 0;
    }

    .image-logo {
        margin-right: 1rem;
    }

    .image-insole {
        height: 76%;
    }

    .grey-box {
        margin-top: 0;
    }

    .sample-text {
        font-size: 10px;
    }

    .image-upper {
        width: 24%;
    }

    .image-lower {
        width: 24%;
    }

    .Domus-text_I {
        font-size: 27px;
        left: 22.7%;
    }

    .ListDomus_I li {
        margin-right: 3px;
        font-size: 9px;
    }

    .ListDomus_I {
        left: 5.5%;
        top: 17%;
    }

    .order-samples-BOX {
        width: 40%;
        height: 10%;
    }

    .order-samples-BOX p a {
        font-size: 15px;
    }

    .order-samples-BOX2 {
        width: 40%;
        height: 10%;
    }

    .order-samples-BOX2 p a {
        font-size: 15px;
    }

    .order-samples-BOX2 img {
        width: 24%;
    }

    .order-samples-BOX img {
        width: 24%;
    }

    .content-column h2 {
        font-size: 20px;
    }

    div.content-column p {
        font-size: 10px;
        margin: 0;
    }

    .image-column {
        width: 27%;
    }

    .content-column_Domus h1 {
        font-size: 20px;
    }

    .content-column_Domus p {
        font-size: 10px;
        margin: 0;
    }

    .image-column_Domus img {
        width: 135%;
    }

    div.image-column_Domus {
        padding-top: 1rem;
    }

    div.content-column_Domus {
        padding-left: 1rem;
    }

    div.container_Domus {
        padding-top: 1rem;
    }

    .text-Logo {
        font-size: 9px;
    }

    div.container-Logo {
        padding-top: 1rem;
    }

    .description p {
        font-size: 10px;
        margin: 6px 9px;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
    }

    .contact-info p {
        display: flex;
        justify-content: center;
    }

    .contact-info p {
        font-size: 11px;
        margin: 4px;
    }

}





@media (min-width: 0px) and (max-width: 480px) {

    .navbar {
        font-size: 11px;
        height: 45px;
    }

    .navbar .container {
        padding: 0 5px;
    }

    .navbar a {
        padding: 0px;
    }

    .small-svg {
        width: 88px;
    }

    .text-box {
        width: 193px;
        left: 70%;
        top: 51%;
    }

    .text-box p {
        font-size: 10px;
    }

    .image-upper {
        width: 0%;
    }

    .image-lower {
        width: 0%;
    }

    .text-box h1 {
        font-size: 22px;
    }

    .order-samples-box {
        width: 31%;
        height: 7%;
        font-size: 10px;
        left: 5%;
        bottom: 15%;
        padding: 1px;
    }

    .row-container {
        display: flex;
        flex-direction: column;
    }

    .row-container p {
        margin: 0 16px;
        font-size: 13px;
        padding-top: 1rem;
    }

    .image-insole {
        height: 0%;
    }

    img.image-logo {
        width: 0%;
    }

    .lower-content .sample-text {
        margin-top: 1rem;
    }

    .image-column img {
        width: 0%;
    }

    .image-column_Domus img {
        width: 0%;
    }

    div.container-Logo {
        display: flex;
        flex-direction: column;
    }

    .container-Logo img {
        width: 47%;
    }

    .text-Logo {
        margin-top: 1.5rem;
    }


    .grey-box {
        margin-top: 2.5rem;
    }

    .image-logo {
        padding-top: 2rem;
        width: 48%;
    }

    .logo {
        width: 24%;
    }

    .order-samples-box img {
        width: 24%;
        margin-left: 9px;
    }

    .ListDomus {
        font-size: 12px;
    }

    .Domus-text {
        left: 20%;
        top: 22%;
        font-size: 21px;
    }

    .ListDomus {
        display: flex;
        flex-direction: column;
    }

    .ListDomus li {
        margin-right: 3px;
        padding-bottom: 5px;
        font-size: 11px;
    }

    .content-column_Domus p {
        font-size: 13px;
    }

    .video_insole video {
        height: 0;
    }


    .text-Logo {
        font-size: 9px;
    }

    .video_insole {
        height: 380px;
    }

    .Domus-text_I {
        left: 38.7%;
        font-size: 27px;
    }

    .ListDomus_I {
        display: flex;
        flex-direction: column;
        left: 7.5%;
    }

    .order-samples-BOX2 {
        left: 4%;
        width: 85%;
    }

    .order-samples-BOX {
        left: 4%;
        width: 85%;
    }

    div.container-Logo {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
    }

    .description p {
        font-size: 10px;
        margin: 6px 9px;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
    }

    .contact-info p {
        display: flex;
        justify-content: center;
    }

    .contact-info p {
        font-size: 11px;
        margin: 4px;
    }

    .sample-text {
        font-size: 13px;
    }

    .content-column p {
        font-size: 13px;
    }

    .content-column {
        padding-left: 0;
    }

    .content-column_Domus {
        font-size: 13px;
    }
}