html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: "Sora", serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    margin: 0;
}

.kvadratas_img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover; /* ensures consistent shape by cropping */
    border-radius: 0px; /* optional: for rounded corners */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Instrument Serif", serif;
}
body p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
body .container {
    max-width: 126.6rem;
}
body .btnCustom {
    border-radius: 3.4rem;
    border: 1.5px solid #000;
    background: #FFF;
    -webkit-border-radius: 3.4rem;
    -moz-border-radius: 3.4rem;
    -ms-border-radius: 3.4rem;
    -o-border-radius: 3.4rem;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125.899%;
    padding: 0.7rem 1.4rem;
}

#header {
    background: #FEFBF4;
}
#header .navbar .nav-item {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 2.2rem 4.45rem;
}
#header .navbar-brand {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
#header .logo {
    padding: 1.45rem 0 !important;
}

#banner {
    padding: 20.3rem 5.2rem;
    background: url("../images/smallBanner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#banner .bannerText {
    color: #FFF;
    font-size: 6.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#banner .bannerTittle {
    color: #FFF;
    font-size: 9.6rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
#banner .bannerBtn {
    padding: 0.75rem 2rem;
    min-width: 11.1rem;
    text-align: right;
    border: 0.2rem solid #fff;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

#start-banner {
    min-height: 91vh;
    background-image: url(../images/start-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#start-banner .col {
    padding: 9rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#start-banner .col h3 {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 1.8rem;
    font-family: "Sora", serif;
}
#start-banner .col:first-child {
    background: #EAEDEE;
}
#start-banner .col:nth-child(2) {
    background: #EFDFCD;
}
#start-banner .col:last-child {
    background: #FEFBF4;
}

#homeBoxes {
    padding: 6.9rem 0;
}
#homeBoxes .subTitle {
    color: #000;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 2.2rem;
}
#homeBoxes p {
    padding: 1rem 0;
}
#homeBoxes .bigBtn {
    color: #333;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    padding: 1.2rem 2rem;
    min-width: 28.6rem;
    border-radius: 4.6rem;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    -webkit-border-radius: 4.6rem;
    -moz-border-radius: 4.6rem;
    -ms-border-radius: 4.6rem;
    -o-border-radius: 4.6rem;
}
#homeBoxes .row {
    padding: 0.2rem 0;
}
#homeBoxes .row:nth-child(even) {
    flex-direction: row-reverse;
}
#homeBoxes .row:last-child p {
    max-width: 36.4rem;
    margin: 0 auto;
}

#footer {
    padding: 8rem 0;
    background: #EFDFCD;
}
#footer ul li {
    padding: 0.8rem 0;
    font-size: 1.6rem;
}
#footer .soicalIcons li {
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
}
#footer .soicalIcons li img {
    margin-right: 1rem;
    width: 2.5rem;
    max-height: 2.2rem;
}

#galleryBanner {
    background: #FEFBF4;
}
#galleryBanner h3 {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#galleryBanner h2 {
    color: #000;
    font-size: 9.6rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
#galleryBanner p {
    padding-top: 3.4rem;
}

#galleryBox .galleryBoxFooter {
    padding-top: 1rem;
}
#galleryBox .galleryBoxFooter p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    max-width: 42rem;
    line-height: 125.899%;
}
#galleryBox .galleryBoxFooter .galleryBoxBtn {
    border-radius: 3.4rem;
    border: 1.5px solid #000;
    background: #FFF;
    -webkit-border-radius: 3.4rem;
    -moz-border-radius: 3.4rem;
    -ms-border-radius: 3.4rem;
    -o-border-radius: 3.4rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125.899%;
    min-width: 15.7rem;
    padding: 0.8rem 1.7rem;
}
#galleryBox .row .col-md-6:first-child {
    padding-right: 0;
    padding-left: 0;
}
#galleryBox .row .col-md-6:first-child img {
    width: 100%;
}
#galleryBox .row:nth-child(even) {
    flex-direction: row-reverse;
}

#itemBanner {
    padding: 3rem 0;
    padding-bottom: 0;
}
#itemBanner .itemTitle {
    color: #000;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 45rem;
    font-family: "Sora", serif;
}
#itemBanner p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 1rem 0;
    max-width: 45rem;
}

.itemDetails_cl {
    padding: 0rem 0;
}
.itemDetails_cl ul li {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.85rem 0;
}
#itemDetails {
    padding: 2rem 0;
}
#itemDetails ul li {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.85rem 0;
}

#relatedProducts {
    padding-bottom: 6rem;
}
#relatedProducts .sectionTitle {
    color: #000;
    font-family: "Sora", serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#relatedProducts .productsSliders {
    padding-top: 3.3rem;
}
#relatedProducts .productsSliders .card {
    border: none;
}
#relatedProducts .productsSliders .card .card-title {
    color: #000;
    font-family: "Sora", serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.4px;
}
#relatedProducts .productsSliders .card .card-text {
    color: #000;
    font-family: "Sora", serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 125.899%;
}
#relatedProducts .productsSliders .card .btn {
    font-weight: 400;
}
#relatedProducts .slick-prev:before,
#relatedProducts .slick-next:before {
    color: #000;
    opacity: 1;
}
#relatedProducts .slick-prev:before,
#relatedProducts .slick-next:before {
    font-size: 5rem;
}
#relatedProducts .slick-prev,
#relatedProducts .slick-next {
    top: 40%;
}
#relatedProducts .slick-next {
    right: 1.5rem;
}
#relatedProducts .slick-prev {
    display: none !important;
}
#relatedProducts .slick-next:before {
    content: url(../images/right-arrow-black.png);
}

#contactBanner {
    padding: 8.9rem 0;
}
#contactBanner .sectionTitle {
    color: #000;
    font-size: 12.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 9.8rem;
}
#contactBanner form input {
    color: #989897;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 1rem 0.7rem;
    margin-bottom: 1.65rem;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#contactBanner form input::placeholder {
    opacity: 0.5;
}
#contactBanner .formBtns .btnReset {
    border: none;
}
#contactBanner .formBtns .btnSubmit {
    min-width: 10.2rem;
}

#address {
    padding-bottom: 6.4rem;
}
#address .addressTitle {
    color: #000;
    font-size: 12.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 9.8rem;
}
#address .addressBtn {
    margin-top: 2rem;
    width: 22rem;
    text-align: left;
}
#address .addressBtn img {
    margin-right: 1.5rem;
}

#aboutUs {
    padding: 9.2rem 0;
}
#aboutUs .aboutTitle {
    color: #000;
    font-size: 12.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
#aboutUs .innerTitle {
    color: #000;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
}
#aboutUs .last {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
#aboutUs .last p {
    max-width: 40.7rem;
    padding-top: 3.6rem;
}
p.details {
    font-size: 18px;
}
.products .card {
    border: none;
}
.products .card img {
    width: 100%;
}
.products .card .card-title {
    color: #000;
    font-family: "Sora", serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.4px;
}
.products .card .card-text {
    color: #000;
    font-family: "Sora", serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 125.899%;
}
.products .card .btn {
    font-weight: 400;
}

#smlBanner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9rem 0;
        background-position: bottom;
}
.banner-vinil {
    background-image: url('../images/vinil_banner.jpg');
}
.banner-plyteles {
    background-image: url('../images/plyteles_banner.jpg');
}
.banner-click {
    background-image: url('../images/vinil_click_banner.jpg');
}
.banner-sevronas {
    background-image: url('../images/sevronas_banner.jpg');
}
.banner-eglutes {
    background-image: url('../images/eglutes_banner.jpg');
}
.banner-austavinil {
    background-image: url('../images/austavinil_banner.jpg');
}
.banner-default {
    background-image: url('../images/smallBanner.png');
}
#smlBanner h4 {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#smlBanner h3 {
    color: #FFF;
    font-size: 9.6rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

#shorting .keywords {
    padding: 5rem 0;
}
#shorting .keywords .btn {
    border-radius: 4.6rem;
    -webkit-border-radius: 4.6rem;
    -moz-border-radius: 4.6rem;
    -ms-border-radius: 4.6rem;
    -o-border-radius: 4.6rem;
    padding: 0.75rem 2rem;
    color: #333;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-right: 1rem;
}
#shorting .keywords .btn-check:checked + label {
    background-color: #EFDFCD;
    /* Example: Yellow background */
    color: #000;
    /* White text */
    border-color: #000;
    /* Yellow border */
}
#shorting .results {
    padding-bottom: 4rem;
}
#shorting .results select {
    max-width: 20rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 1.7rem;
    border: 1px solid #000;
    -webkit-border-radius: 1.7rem;
    -moz-border-radius: 1.7rem;
    -ms-border-radius: 1.7rem;
    -o-border-radius: 1.7rem;
    padding: 0.5rem 1.2rem;
    text-align: center;
}

#allProducts .paginationsController {
    padding-top: 12rem;
    padding-bottom: 7rem;
}
#allProducts .paginationsController ul li {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin: 0 0.25rem;
}
#allProducts .paginationsController ul li a {
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    border: none;
    padding: 0.25rem 2rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}
#allProducts .paginationsController ul li a.active {
    border: 1.5px solid #000;
    background: transparent;
}

@media screen and (max-width: 991px) {
    html {
        font-size: 7.5px;
    }
    .container, .container-fluid {
        padding: 0 2.5rem;
    }
    #header .navbar .nav-item.logo {
        display: none;
    }
    #header .navbar .nav-item {
        padding: 1.2rem 0.45rem;
    }
    #start-banner .container-fluid {
        padding: 0 8rem;
    }
    #galleryBox .galleryBoxFooter {
        padding-bottom: 2rem;
    }
    #shorting .keywords .btn {
        margin-bottom: 1rem;
    }
    #contactBanner .sectionTitle {
        font-size: 10.8rem;
    }
    #homeBoxes img {
        margin-bottom: 3rem;
    }
    #footer {
        text-align: center;
    }
    #footer .soicalIcons li {
        justify-content: center;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    html {
        font-size: 8.5px;
    }
    #header .navbar .nav-item.logo {
        display: none;
    }
}