@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap');
@media screen and (max-width:768px) {
    .prev1 {
        display: none!important;
    }
    .next1 {
        display: none!important;
    }
}


@media screen and (max-width:465px) {
    .testimodal-section {
        padding: 0!important;
    }
}

html {}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #00000036;
}

body {
    background: white;
    color: #222222;
    font-family: "Roboto";
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.header {
    padding: 10px 0;
    width: 100%;
}

.top-nav {
    list-style: none;
}

.top-nav li {
    float: left;
    margin: 0px 20px;
    font-size: 18px;
    font-weight: 400;
}

.top-nav li a {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
}

.header img {
    width: 60px;
    height: 60px;
}

.header a {
    text-decoration: none;
    border: 2px solid #F9601F;
    background: none;
    color: #222222;
    padding: 10px 30px;
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 300;
    letter-spacing: 2px;
    height: 20px;
}

h1 {
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

h4 {
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    line-height: 1.3;
}

.legend-text {
    position: absolute;
    top: calc(50% - 215px);
    right: calc(50% - 150px);
    z-index: 1;
}

.legend h1,
.legend h4 {
    color: #222222;
}

.legend h1 {
    font-size: 48px;
    font-family: Rubik;
}

.legend h4 {
    font-size: 20px;
}

font-weight: 600;

}
.container {
    padding: 20px 20px;
}
.legend {
    position: relative;
    text-align: center;
    height: 520px;
}
.legend-columns {
    width: 970px;
    margin: 0 auto;
    position: relative;
    height: 520px;
}
.legend-columns img {
    width: 600px;
    position: absolute;
    bottom: 0;
    right: 0px;
    opacity: .9;
    top: 36px;
}
.legend-columns ul {
    position: absolute;
    bottom: 110px;
    left: 0px;
    text-align: left;
    font-size: 16px;
    line-height: 33px;
    padding: 10px 32px;
    font-weight: 400;
    border-radius: 10px;
    color: #222222;
    list-style: none;
}
.legend-columns ul li {
    border-left: 1px solid #EA7837;
    padding-left: 15px;
}

}
.testimodal-h2 {
    font-size: 48px;
    font-weight: 500;
    max-width: 950px;
    text-align: left;
    margin: 0 auto;
    padding-top: 30px;
}
.price {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 5px;
    left: 20px;
    padding: 5px 20px;
    border-radius: 3px;
    border:2px solid #EA7837;
}
.order {
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 24px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #5e606c;
    padding: 10px 15px 10px 15px;
    margin: 10px 0px 0px 44px;
    border-radius: 50px 50px 50px 50px;
}
.order:hover {
    color:white;
    background:#5e606c;
    transition: .5s;
}
.products {
    background:white;
    z-index: 4;
    position: relative;
}
.products h2 {
    font-size: 48px;
    font-weight: 700;
    max-width: 950px;
    text-align: left;
    margin: 0 auto;
    padding-top: 30px;
    font-family:Rubik;
}
p.price::before {
    content: "Sold for";
    font-size: 16px;
    position: absolute;
    top: -30px;
    font-weight: normal;
    left:0px;
}
.products h4 {
    max-width: 950px;
    margin: 0 auto;
    padding: 10px 0px;
    font-size:24px;
}
.product-container {
    display: grid;
    /* flex-direction: row; */
    width:970px;
    grid-template-columns: repeat(3,
    1fr);
    margin:0 auto;
    grid-gap: 20px;
}
.product {
    position: relative;
    /* width: 370px; */
    height:370px;
    /*margin:10px;*/
    background-size: cover;
    transition:0.5s;
    background-size: cover !important;
}
.product-text {
    padding: 20px;
}
.product-text h3 {
    font-size: 22px;
    margin-bottom: -10px;
    font-family: Rubik;
}
.box-1 {
    background:url(img/box1.jpg);
    background-size: cover !important;
}
.box-2 {
    background:url(img/box2.jpg);
    background-size: cover !important;
}
.box-3 {
    background:url(img/box3.jpg);
    background-size: cover !important;
}
.box-4 {
    background:url(img/box4.jpg);
    background-size: cover !important;
}
.box-5 {
    background:url(img/box5.jpg);
    background-size: cover !important;
}
.box-6 {
    background:url(img/box6.jpg);
    background-size: cover !important;
}
.box-7 {
    background:url(img/box7.jpg);
    background-size: cover !important;
}
.box-8 {
    background:url(img/box8.jpg);
    background-size: cover !important;
}
.box-9 {
    background:url(img/box9.jpg);
    background-size: cover !important;
}
.box-10 {
    background:url(img/box10.jpg);
    background-size: cover !important;
}
.box-11 {
    background:url(img/box11.jpg);
    background-size: cover !important;
}
.box-12 {
    background:url(img/box12.jpg);
    background-size: cover !important;
}
#products {
    transition:0.5s;
}
.testimodal-section {
    width:670px;
    margin:0 auto;
    padding:20px;
    position: relative;
    z-index: 4;
    display: flex;
    max-width: 1280px;
}
margin: 0 auto;
justify-content: space-between;

}
.testimodal-text {
    width: 300px;
}
.testimodal-img {
    width:300px;
}
.testimodal-img img {
    position: absolute;
    width: 420px;
    right:0;
}
.testimodal-text p {
    font-weight: 300;
}
.testimodal-container {
    z-index: 5;
    position: relative;
    margin-top: 50px;
    margin: 0 auto;
    width:970px;
}
.testimodal-container h2 {
    font-size: 42px;
}
.contact-us {
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #5e606c;
    color: white;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px;
    text-align: center;
}
.contact-inner h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}
.contact-inner h4 {
    font-size: 48px;
    margin:0;
    padding-top: 10px;
}

.testimodal img {
    width:140px;
    margin: 10px;
}
.stars {
    width: 177px;
    margin: 0 auto;
    display:flex;
}
.stars img {
    width:18px;
    height:18px;
}
.form-row {
    display:flex;
}
.input {
    position: relative;
    margin:10px;
}
.size input {
    min-width: 1px;
    margin-top: 10px;
    padding: 10px;
}
.size {
    height: 100px;
}
input[type=range] {
    width: 100%;
    margin: 12.5px 0;
    background-color: transparent;
    -webkit-appearance: none;
    opacity: 0.4;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    background: #1a1c19;
    border: 0.1px solid #9e9ba1;
    width: 100%;
    height: 0px;
    cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
    margin-top: -12.6px;
    width: 25px;
    height: 25px;
    background: #000000;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #272925;
}
input[type=range]::-moz-range-track {
    background: #1a1c19;
    border: 0.1px solid #9e9ba1;
    width: 100%;
    height: 0px;
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #000000;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
}
input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 12.5px 0;
    color: transparent;
    width: 100%;
    height: 0px;
    cursor: pointer;
}
input[type=range]::-ms-fill-lower {
    background: #0d0f0d;
    border: 0.1px solid #9e9ba1;
}
input[type=range]::-ms-fill-upper {
    background: #1a1c19;
    border: 0.1px solid #9e9ba1;
}
input[type=range]::-ms-thumb {
    width: 25px;
    height: 25px;
    background: #000000;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
    background: #1a1c19;
}
input[type=range]:focus::-ms-fill-upper {
    background: #272925;
}

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
    input[type=range] {
        margin: 0;
        /*Edge starts the margin from the thumb, not the track as other browsers do*/
    }
}
.select select {
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-radius: 0px;
    color: #545454;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
    background:none;
}
.select {
    width:149px
}
.select-row {
    background:#f7f7f7e0;
}
.form-row {
    justify-content: center;
}
.email {
    padding: 10px;
    background:none;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom: 1px solid #dadada;
    font-size: 18px;
    margin-right:20px;
}
.text-input div input {
    padding: 10px;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    margin-right: 20px;
    width: 410px;
}
.text-input label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
.submit {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    text-transform: uppercase;
    color: #2D2E31;
    background: white;
    padding: 5px 50px;
    text-align: center;
    border: 4px solid #EA7837;
    border-radius: 5px;
}
.send {
    margin-top:20px;
}
.form-size {
    margin-top: 40px;
}
#popup {
    width:600px;
    position:fixed;
    height: 400px;
    background:white;
    top:calc(50% - 200px);
    right:calc(50% - 300px);
    transition: .5s;
    background:white;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
#popup2 {
    width:600px;
    position:fixed;
    height: 200px;
    top:calc(50% - 200px);
    right:calc(50% - 300px);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
#popup form {
    padding-top: 10px;
}
#close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid;
    color: black;
    transform: scaleX(1.4);
    font-weight: 300;
    padding: 6px;
    cursor: pointer;
    background: white;
}
#overlay {
    position: fixed;
    width:100%;
    height: 100%;
    background:#bfbfbf;
    z-index: 98;
    visibility: hidden;
}
.prev {
    position: absolute;
    left: -100px;
    top: 130px;
    background: white;
    padding: 7px 15px;
    font-size: 20px;
    border-radius: 50px;
    box-shadow: -1px 1px 6px #5e606c78;
    cursor: pointer;
}
.next {
    position: absolute;
    right: -100px;
    top: 130px;
    background: white;
    padding: 7px 15px;
    font-size: 20px;
    border-radius: 50px;
    box-shadow: -1px 1px 6px #5e606c78;
    cursor: pointer;
}
.prev1 {
    position: absolute;
    left: -250px;
    top: 150px;
    background: white;
    padding: 7px 15px;
    font-size: 20px;
    border-radius: 50px;
    box-shadow: -1px 1px 6px #5e606c78;
    cursor: pointer;
}
.next1 {
    position: absolute;
    right: -250px;
    top: 150px;
    background: white;
    padding: 7px 15px;
    font-size: 20px;
    border-radius: 50px;
    box-shadow: -1px 1px 6px #5e606c78;
    cursor: pointer;
}
.quote {
    background:#2D2E31;
    height: 180px;
    margin-top: 20px;
}
.quote div {
    width: 970px;
    margin: 0 auto;
    position: relative;
}
.quote h2 {
    color: white;
    font-size: 42px;
    font-weight: 500;
    position: absolute;
    left: 0px;
    top: 26px;
}
.quote a {
    position: absolute;
    right: 0px;
    top: 64px;
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    text-transform: uppercase;
    color: #2D2E31;
    background: white;
    padding: 5px 50px;
    text-align: center;
    border: 4px solid #EA7837;
    border-radius:5px;
    cursor: pointer;
}
.footer {
    padding:30px 10px;
    background:#2D2E31;
    margin-top: 35px;
}
.footer .columns {
    margin: 0 auto;
    width:970px;
    display:flex;
    justify-content: space-between;
}
.footer img {
    width:50px;
    height: 50px;
}
.icon-text {
    display:flex;
    vertical-align: center;
    color: white;
    width:250px;
}
.icon-text:last-child span {
    margin-top: 10px;
}
.columns div:last-child {
    width:415px;
    color:white;
}
.columns div:last-child h4 {
    color:white;
    font-family: Rubik;
    font-weight: 600;
    font-size: 24px;
}
.columns div:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}
#rangewidth,
#rangelenght,
#rangethickness {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 5px;
    font-size: 16px;
    width: 70px;
    height: 18px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
}
.size::after {
    content: "inch";
    position: absolute;
    left: 50px;
    bottom: 6px;
    font-size: 14px;
    color: #00000057;
}
.testimodal div {
    font-size: 18px;
    color:#545454;
    font-weight: 600;
}
.testimodal p {
    color:gray;
    font-size: 16px;
    font-weight: 300;
}
audio {
    border: 3px solid #cdcdcd;
    background: #f1f3f4;
    margin-bottom: 10px;
}
.contact-inner {
    width:970px;
    display: flex;
    position: relative;
    z-index: 7;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
    background: #fdfdfd;
}
.contact iframe {
    position: absolute;
}
.form-contact {
    width:max-content;
    padding: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width:1023px) {
    .columns div:last-child {
        width: auto;
        color: white;
    }
    .footer {
        padding: 30px 20px;
        background: #2D2E31;
    }
    .footer .columns {
        margin: 0 auto;
        display: flex;
        width: auto;
        justify-content: space-between;
        flex-direction: column;
    }
    .testimodal {
        margin: 0 auto;
    }
    .products h4 {
        max-width: 950px;
        padding: 10px 0px;
        font-size: 18px;
    }
    #tables {
        padding: 0 20px;
    }
    .quote div {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .quote {
        background: #2D2E31;
        height: 230px;
        padding: 0 20px;
    }
    .quote a {
        position: absolute;
        right: calc(50% - 120px);
        top: 140px;
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 31px;
        text-transform: uppercase;
        color: #2D2E31;
        background: white;
        padding: 5px 50px;
        text-align: center;
        border: 4px solid #EA7837;
        border-radius: 5px;
    }
    .testimodal img {
        width:100px;
    }
    .stars img {
        width:18px;
        height: 18px;
    }
    .quote h2 {
        color: white;
        font-size: 28px;
        font-weight: 500;
        text-align: center;
        width: 100%;
    }
    .top-nav {
        display:none
    }
    .contact-inner h4 {
        font-size: 24px;
        text-align: center;
    }
    .contact-inner h3 {
        font-size: 24px;
    }
    .contact-us {
        width: 160px;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .contact-inner {
        width:260px;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 7;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .legend-columns ul {
        position: absolute;
        bottom: 110px;
        text-align: left;
        font-size: 16px;
        line-height: 33px;
        padding: 10px 20px;
        width: auto;
        font-weight: 600;
        border-radius: 10px;
        color: #222222;
    }
    .legend-columns img {
        display:none
    }
    .legend-columns {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .prev {
        position: absolute;
        top: -30px;
        left: 95px;
        background: white;
        font-size: 20px;
        border-radius: 50px;
        cursor: pointer;
    }
    .next {
        position: absolute;
        top: -30px;
        right: 95px;
        background: white;
        padding: 7px 15px;
        font-size: 20px;
        border-radius: 50px;
        cursor: pointer;
    }
    .prev1 {
        position: absolute;
        top: -30px;
        left: 95px;
        background: white;
        font-size: 20px;
        border-radius: 50px;
        cursor: pointer;
    }
    .next1 {
        position: absolute;
        top: -30px;
        right: 95px;
        background: white;
        padding: 7px 15px;
        font-size: 20px;
        border-radius: 50px;
        cursor: pointer;
    }
    .form-contact form {
        width: 243px;
        margin: 0 auto;
    }
    .form-contact .submit {
        width: 240px;
    }
    .email {
        margin: 0 auto;
    }
    .legend::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(img/1.jpg);
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .product-container {
        display: grid;
        margin: 0 auto;
        width: 100%;
    }
    .order {
        font-size: 16px;
    }
    .product {
        width: 260px;
        height: 370px;
        /*margin: 10px;*/
    }
    .products h2 {
        font-size: 30px;
        margin:0 auto;
        width:100%;
    }
    .testimodal-h2 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 30px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .products h4 {
        margin:0 auto;
        width:100%;
    }
    .legend-text {
        position: absolute;
        top: calc(50% - 205px);
        right: calc(50% - 150px);
        width: 300px;
        color: #5e606c;
    }
    .legend {
        height: 510px;
    }
    .testimodal-img img {
        display:none;
    }
    #popup {
        width:320px;
        position:fixed;
        overflow-y: auto;
        background:white;
        top:25px;
        right:calc(50% - 160px);
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        height: 600px;
    }
    #popup2 {
        width:320px;
        position:fixed;
        overflow-y: auto;
        background:#f3f3f3;
        top:50px;
        right:calc(50% - 160px);
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        height: 300px;
    }
    audio {
        transform: scale(0.7);
        margin-left:-20px
    }
    .testimodal-container {
        display: flex;
        z-index: 5;
        position: relative;
        width: auto;
        padding-top:40px;
        flex-direction: column;
    }
    .text-input {
        width:240px;
        margin:0 auto;
    }
    .text-input div input {
        padding: 10px;
        background: none;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid #dadada;
        font-size: 14px;
        margin-right: 0px;
        width: 240px;
    }
    .form-row {
        flex-direction: column;
        margin-top:30px;
    }
    .size {
        width:250px;
        margin: 0 auto;
        padding-top: 20px;
    }
    .select-row {
        flex-direction: row;
    }
    .submit {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .flex-slide,
    .active {
        flex-direction: column;
    }
    .testimodal-section {
        width: auto;
        margin: 0 auto;
        /*padding: 0 20px !important;*/
    }
}
.legend-columns .legend-columns__mobile img {
    display: none;
    position: relative;
    width: 248px;
    margin-bottom: 62px;
}
@media screen and (max-width:1023px) {
    .legend-columns ul {
        top: -5px;
    }
    #products {
        margin-top:180px;
        padding: 0 20px;
    }
    .legend-columns .legend-columns__mobile img {
        display:block!important;
    }
}
@media screen and (max-width:450px) {
    #products {
        margin-top:300px!important;
    }
}
.container {
    max-width: 970px;
    padding: 0 20px;
    margin: 0 auto;
}
.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 400px) {
    .product {
        width: auto;
    }
}
@media screen and (max-width: 875px) {
    .product {
        width: auto;
    }
    .product-container {
        grid-template-columns: repeat(2,
        1fr);
    }
}
@media screen and (max-width: 425px) {
    .product-container {
        grid-template-columns: repeat(1,
        1fr);
    }
}

.ySlide.fade.flex-slide {
    display: grid;
    grid-template-columns: repeat(2, 480px);
    grid-gap: 10px;
}

@media screen and (max-width: 1260px) {
    .prev1 {
        left: -135px;
        top: -25px;
    }
    .next1 {
        right: -135px;
        top: -25px;
    }
}

@media screen and (max-width: 1023px) {
    .prev1 {
        left: -170px;
        top: 250px;
    }
    .next1 {
        right: -170px;
        top: 250px;
    }

    .ySlide.fade.flex-slide {
        display: grid;
    grid-template-columns: repeat(1, 480px);
}
}

.testimonilas__video {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .ySlide.fade.flex-slide {
        display: grid !important;
    }

    .ySlide.fade.flex-slide:nth-child(2) {
        margin-top: 10px;
    }

    .footer {
        margin-top: 20px;
    }
}

@media screen and (max-width: 535px) {
    .ySlide.fade.flex-slide {
        grid-template-columns: repeat(1, 100%);
        padding: 0 20px;
    }
}

@media screen and (max-width: 895px) {
    .prev1 {
        left: -70px;
        top: 250px;
    }
    .next1 {
        right: -70px;
        top: 250px;
    }


}