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

.lami-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-top: 50px;
}
.tab
 {
    width: 100%;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.product-show {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    padding-top: 50px;
}
.product-icons .icon
 {
    background: white;
    border-radius: 50%;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 18px;
}
.catalog {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.selar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding-top: 50px;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    padding-top: 50px;
}
.blog-data h5 {
    position: absolute;
    bottom: 70px;
    z-index: 999;
    padding: 0px 10px;
    color: #fff;
}
.blog-data h5 {
    margin-top: 10px;
    font-size: 16px;
    /* text-align: center; */
    line-height: 26px;
}
.footer-grid-sec {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 50px 0 30px;
    border-bottom: 1px solid;
}
.navbar-toggler-icon{
    filter: invert(1);
}
.navbar-nav{
    align-items: start;
}
.navbar .navbar-nav .nav-link {
    color: var(--color);
    font-size: 17px;
    font-weight: 400;
    padding: 15px 0 0;
}
.footer {
    padding: 50px 0px 10px;
    border-top: 1px solid #f5f5f5;
}
.footer-inner{
    padding: 0px 10px;

}
.blog-img-container {
    position: relative;
    width: 100%;
    height: 45vh;
    overflow: hidden;
}
.blog-img-container img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
    height: 100%;
}
.full-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
}
.sty-here video {
    width: 100%;
    display: flex;
    margin: auto;
    padding-top: 50px;
}
.social-media a {
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    padding: 10px 13px;
    border-radius: 50%;
}
h2{
    font-size: 30px !important;
}
.navbar-brand img {
    width: 125px;
    margin-left: 0px;
}
.collection-lami{
    padding: 50px 0;
}
.new-trende {
    padding: 50px 0;
}
.catalog-sec {
    background: #e9e9e9;
    padding: 50px 0;
}
.bast-selar {
    padding: 50px 0;
}
.sty-here {
    padding: 50px 0;
}
.blogs {
    background: #e9e9e9;
    padding: 50px 0;
}
.about-sevtion {
    padding: 50px 0;
}
.footer-logo-sec {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
}

.footer-tagline{
    display: none;
}
.social-media{
    padding: 0;
}
.best h2 {
    font-size: var(--section-heading);
    text-align: start;
}
.newr {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}
.trend {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    padding-bottom: 30px;
}
.trend h2 {
    font-size: var(--section-heading);
    text-align: start;
    padding-bottom: 0;
}
.laminate {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}
.laminate{
    text-align: start;
}
.footer-logo {
    width: 200px;
    display: flex;
    margin: inherit;
}
.social-media {
    display: flex;
    justify-content: start;
    gap: 20px;
    padding: 0px 0 15px;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {

    overflow: visible;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.lami-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 50px;
}
.grid-img .img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.navbar-toggler-icon{
    filter: invert(1);
}
.navbar-nav{
    align-items: start;
}
.navbar .navbar-nav .nav-link {
    color: var(--color);
    font-size: 17px;
    font-weight: 400;
    padding: 15px;
}
.product-show {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    padding-top: 50px;
}
.best h2 {
    font-size: var(--section-heading);
    text-align: start;
}
.newr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.trend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
}
.trend h2 {
    font-size: var(--section-heading);
    text-align: start;
    padding-bottom: 0;
}
.laminate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.catalog {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    padding-top: 50px;
}
.laminate{
    text-align: start;
}
.selar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding-top: 50px;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    padding-top: 30px;
}
.footer {
    padding: 100px 20px 10px;
    border-top: 1px solid #f5f5f5;
}
.footer-inner {
    padding: 100px 20px 10px;
    backdrop-filter: blur(1px);
}
.footer-grid-sec {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 50px 0 30px;
    border-bottom: 1px solid;
}
.social-media{
    padding-top: 0;
    padding-bottom: 10px;
}
.navbar-brand img {
    width: 200px;
    margin-left: 0px;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    position: relative;
    height: 80vh;
    overflow: visible;
}
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {



}