html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

a {
    text-decoration: none;
    color: #2e2e2e;
    transition: all .2s ease-in-out;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    position: relative;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.justify-end {
    justify-content: end;
}

.justify-between {
    justify-content: space-between;
}

.btn {
    border: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 0 40px;
    line-height: 50px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
}

.btn-orange {
    background: linear-gradient(90deg, #e4940a, #e45a0a);
}

    .btn-orange:hover {
        background: linear-gradient(90deg, #e45a0a, #e4940a);
    }

.btn-blue {
    background: linear-gradient(90deg, #2ba9b2, #2b8db2);
}

    .btn-blue:hover {
        background: linear-gradient(90deg, #2b8db2, #2ba9b2);
    }

.btn-black {
    background: linear-gradient(90deg, #000000, #404040);
}

    .btn-black:hover {
        background: linear-gradient(90deg, #404040, #000000);
    }

.col {
    width: calc(100% / 2 - 0px);
    padding: 0 10px;
}

.fixed-menu.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 6px 10px;
    background: white;
    box-shadow: 0px 1px 3px 2px #ddd;
    z-index: 9;
    left: 0;
}

    .fixed-menu.navbar .logo img {
        width: 75px;
    }

.fixed-menu.fix-nav {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0px 10px;
    background: white;
    box-shadow: 0px 0px 10px 0px #6a6969;
    z-index: 9;
    left: 0;
}

    .fixed-menu.fix-nav .logo img {
        width: 75px;
        margin:0;
       
    }

    .fixed-menu.fix-nav .btn-blue {
        margin: 0;
    }

.fix-nav .navbar {
    margin: 0;
}
/*~~~~~~ typo fonts ~~~~~~*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*~~~~~~ typo fonts ends ~~~~~~*/

.super-head {
    background-color: #f5f5f5;
    padding: 8px 0;
}

.phone span, .email span {
    background-repeat: no-repeat;
    padding: 0px 9px 0px 13px;
    margin: 0 5px 0 0;
}

.email span {
    background-image: url(../images/email.svg);
    background-position: left center;
    background-size: contain;
}

.phone span {
    background-image: url(../images/phone.svg);
    background-position: right center;
    background-size: contain;
    padding: 0px 10px;
}

.phone a, .email a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.phone {
    margin: 0 20px 0 0;
}

.facebook {
    background-image: url(../images/facebook.svg);
    padding: 12px;
    margin: 0 0 0 8px;
}

.instagram {
    background-image: url(../images/instagram.svg);
    padding: 5px 14px;
}

.social {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #cbcbcb;
}

    .social a {
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
    }
.col70 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.navbar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    transition: 0.3s ease-out;
}

    .navbar input#menu-toggler {
        display: none;
    }

    .navbar #hamburger-btn {
        cursor: pointer;
        display: none;
    }

    .navbar .all-links {
        display: flex;
        align-items: center;
    }

        .navbar .all-links li {
            position: relative;
            list-style: none;
        }

            .navbar .all-links li a {
                padding: 0 12px;
                font-size: 20px;
                color: #333;
            }

                .navbar .all-links li a:hover {
                    color: #2ba9b2;
                }

.modal-window {
    position: fixed;
    background-color: rgb(0 0 0 / 80%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

    .modal-window:target {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .modal-window .modal-box {
        max-width: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2em;
        background: #f7f7f7;
        box-shadow: 0px 0px 23px rgb(0 0 0 / 47%);
        width: 100%;
    }
.modal-box textarea {
    background-color: #ffffff;
    border: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0px 10px;
    width: 100%;
    resize: none;
    }
    .modal-window header {
        font-weight: bold;
    }

    .modal-window h1 {
        font-size: 150%;
        margin: 0 0 15px;
    }

.modal-close {
    color: #e8e8e8;
    line-height: 28px;
    font-size: 16px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 28px;
    text-decoration: none;
    font-weight: bold;
    background-color: #969696;
    border-radius: 100%;
    height: 28px;
}

    .modal-close:hover {
        background-color: #5b5b5b;
    }

/* Demo Styles */
.modal-btn {
    background-color: #2ba9b2;
    padding: 10px 30px;
    text-decoration: none;
    color: #ffffff;
}

.banner-text h2 {
    font-size: 62px;
    font-weight: 600;
    line-height: 70px;
}

.banner-text p {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 30px;
}
/*.banner-text {
    text-align: center;
    padding: 110px 0 0 20px;
}*/
.banner-text {
    text-align: center;
    padding: 110px 0 0 0;
    position: absolute;
    z-index: 1;
    width: 60%;
    left: 50%;
    margin: 120px 0 0 -396px;
    background-color: rgb(255 255 255 / 50%);
}

    .banner-text .btn {
        font-size: 20px;
    }

#products {
    padding: 100px 0 0 0;
}

    #products h1 {
        width: 100%;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
    }

        #products h1 span {
            color: #006267;
        }

    #products h3 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        margin: 0 0 60px 0;
    }

.banner-img img {
    border-radius: 310px 310px 0 0;
    width: 100%;
    box-shadow: 13px -10px 2px 10px #ededed;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-top: 50px;
    padding: 0 10px;
    justify-content: space-between;
}

    .cards .card {
        background: #fff;
        padding: 40px 15px;
        list-style: none;
        border-radius: 5px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
        margin-bottom: 40px;
        width: calc(100% / 2 - 30px);
        text-align: center;
    }

        .cards .card:hover {
            transform-style: preserve-3d;
            transform: perspective(var(--perspective)) rotateY(0deg) rotateX(0deg);
        }

.we-do {
    background-image: url(../images/gallery/blinds/3.jpg);
    background-repeat: no-repeat;
    padding: 50px 60px 50px 0px;
    position: relative;
    background-size: cover;
}

.we-do-text {
    background-color: #2ba9b2;
    color: #ffffff;
    padding: 50px 50px 30px 50px;
    line-height: 27px;
    margin: 0 0 0 -19px;
}

    .we-do-text p {
        line-height: 27px;
    }

    .we-do-text h2 {
        padding: 0 0 10px;
        margin: 0 0 20px;
        font-size: 40px;
        font-weight: 400;
        line-height: 10px;
    }

        .we-do-text h2:after {
            content: '';
            border-bottom: 2px solid #fff;
            width: 40%;
            display: inline-block;
            margin: 25px 0 0;
        }

.arrow-left {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 116px solid #000;
    float: left;
    margin: 0 0;
    position: absolute;
    top: 30px;
    z-index: -1;
    left: -10px;
    transform: rotate(45deg);
}

#products .cards .card {
    padding: 0;
    height: 203px;
    margin: 0 0 30px 0;
    width: calc(100% / 2 - 10px);
    position: relative;
    border-radius: 0;
}

    #products .cards .card:after {
        content: '';
        background: rgb(0 0 0 / 38%);
        height: 100%;
        width: 100%;
        display: inline-block;
    }

#products .cards {
    background-repeat: no-repeat;
    margin: 0;
}

    #products .cards .card span {
        bottom: 10px;
        position: absolute;
        right: 20px;
        color: #ffffff;
        font-size: 34px;
        font-weight: 700;
    }

.blinds.card {
    background-image: url(../images/blinds.jpg);
}

.shades.card {
    background-image: url(../images/shades.jpg);
}

.motorization.card {
    background-image: url(../images/motorization.jpg);
}

.wallpaper.card {
    background-image: url(../images/wallpaper.jpg);
}

.heading {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

    .heading h2 {
        font-size: 34px;
    }

    .heading p {
        font-size: 18px;
        width: 80%;
        margin: 12px auto;
    }

#quote {
    background-image: url(../images/quote-bg.jpg);
    background-repeat: no-repeat;
    padding: 60px 0 40px 0;
    background-position: bottom left;
    background-size: cover;
}

.form {
    width: 100%;
    text-align: center;
}

.title {
    color: #eee;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
}

.subtitle {
    color: #eee;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.input-container {
    height: 50px;
    position: relative;
    display: inline-block;
    width: 220px;
    padding: 0 6px;
}

.ic1 {
    margin-top: 40px;
}

.ic2 {
    margin-top: 30px;
}

.input {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    border: 1px solid #000000;
    width: 100%;
}

.cut {
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -20px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 36%;
}

.cut-short {
    width: 45%;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
    transform: translateY(8px);
    color: #000;
    background-color: #eaeff2;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
}

.placeholder {
    color: #444444;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
    font-size: 14px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
    color: #00acb4;
    font-weight: 600;
}

.input:focus ~ .placeholder {
    color: #000;
}

.submit {
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin: 0;
    outline: 0;
    text-align: center;
    width: 250px;
}

    .submit:active {
        background-color: #06b;
    }

.about-img img {
    width: 100%;
    height: -webkit-fill-available;
}


#about {
    max-width: 1260px;
    margin: 0 auto;
}

.about-img {
    padding: 40px 20px 0 0;
}


    .about-text h5 {
        color: #e4940a;
        font-size: 15px;
        font-weight: 500;
    }

    .about-text h3 {
        font-size: 35px;
        position: relative;
        margin: 0 0 10px 0;
    }

        .about-text h3:after {
            content: '';
            border-bottom: 2px solid;
            width: 30%;
            display: inline-block;
            left: 0;
            position: absolute;
            bottom: 5px;
        }

.about-text p {
    font-size: 14px;
    line-height: normal;
}
.about-text {
    margin: 38px 0 0 0;
}
    .about-text .btn {
        margin-bottom: 0;
    }

.navbar .btn {
    margin: 10px 0;
}

.text-center {
    text-align: center;
}
/*gallery css starts*/
.gallery-box {
    width: 100%;
}

.grid-imgs {
    justify-content: start;
    display: flex;
    flex-wrap: wrap;
}

#gallery {
    padding: 70px 0;
}

    #gallery .heading p {
        width: 100%;
    }

.gallery {
    width: 100%;
    display: inline-block;
}

#gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    padding: 5px;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

.filter-button {
    font-size: 16px;
    border: 1px solid #bfbfbf;
    /* border-radius: 5px; */
    text-align: center;
    color: #686868;
    margin-bottom: 30px;
    background-color: transparent;
    line-height: 40px;
    margin: 0 6px 20px 6px;
}

    .filter-button:hover {
        border-color: #00acb4;
        /* border-radius: 5px; */
        color: #ffffff;
        background-color: #00acb4;
    }

    .filter-button.active {
        background-color: #2ba9b2;
        color: white;
        border-color: #2ba9b2;
    }

.port-image {
    width: 100%;
}

#home {
    background-image: url(../images/dots-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.gallery_product {
    width: calc(100% / 3 - 0px);
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.block {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.d-none {
    display: none;
}
/*gallery css ends*/
footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    padding: 50px 0 0 0;
    border-top: 1px solid #d3d9eb;
    background-position: bottom center;
}
    footer .social span {
        margin: 0px 10px 0 0;
    }


    footer .col {
        width: calc(100% / 3 - 0px);
        padding: 0 20px;
    }

    footer .social {
        border: 0;
        margin: 10px 0 10px 0;
        padding: 0;
    }

    footer h5 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 0 0 12px 0;
    }

        footer h5:after {
            content: '';
            border-bottom: 2px solid;
            width: 18%;
            display: block;
        }

    footer h4 {
        font-weight: 400;
        margin: 0 0 20px;
    }
    footer ul li {
        width: 48%;
        display: inline-block;
        font-size: 14px;
    }

        footer ul li:before {
            content: '>';
            margin: 0 6px 0 0;
            font-size: 18px;
        }

.copy {
    background-color: #b2c2d7;
    padding: 10px 0;
    margin: 50px 0 0 0;
    color: #0b2d4c;
}
.manageby-tf {
    background-color: #ffffff;
    padding: 3px 7px 5px 7px;
    font-size: 14px;
    color: #000000;
}

    .manageby-tf a {
        text-decoration: none;
        color: #ff0000;
    }

    .manageby-tf img {
        margin: 0 0 0 5px;
        width: 13px;
        display: inline-block;
        top: 4px;
        position: relative;
    }

.expert-talk div {
    margin: 0 0 18px;
}

.expert-talk input {
    padding: 0 10px;
    height: 40px;
    border: 0;
    background-color: #fff;
}

    .expert-talk input.submit {
        height: auto;
        margin: 0;
    }

.expert-lg {
    display: inline-block;
}

.expert-mb {
    display: none;
}




. .carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-slide {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    transition: transform 0.3s ease;
}

    .carousel-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.slick-initialized .slick-slide {
    height: 550px;
}

.slick-prev {
    left: 15px !important;
    z-index: 1;
}

#home .slick-next {
    right: 15px;
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
}

#home {
    background-image: url(../images/dots-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px;
    overflow: hidden;
}


.logo img {
    width: 149px;
    margin: -28px 0 0 0;
}

@media screen and (max-width: 860px) {
    .fix-nav.fixed-menu .navbar #hamburger-btn
    {
        margin-top: 5px;
    }
    #home, .slick-initialized .slick-slide {
        height: 310px;
    }

    .fixed-menu.navbar {
        height: auto;
    }

    .about-text {
        padding: 38px 20px;
    }

        .about-text h3 {
            font-size: 30px;
        }

            .about-text h3:after {
                bottom: 0px;
            }

    .gallery .text-center {
        display: flex;
        overflow: scroll;
    }

    .we-do-text h2:after {
        margin: 5px 0 0;
    }

    .we-do {
        padding: 50px 20px 50px 0px;
    }

    .social {
        margin: 12px 0 5px 5px;
        border: 0;
        padding: 0;
    }

    .email {
        margin: 8px 0 0 0px;
    }

    .heading,
    .input-container,
    #products .cards .card,
    .we-do-text h2:after,
    .heading p,
    .col,
    .btn-blue,
    footer ul li
    footer .col,
    footer .col, footer ul li {
        width: 100%;
    }

    footer ul {
        margin: 0 0 20px 0;
    }

    .heading h2 {
        font-size: 24px;
    }

    .banner-img {
        display: none;
    }

    .banner-text {
        display: none;
    }

        .banner-text h2 {
            font-size: 32px;
            line-height: 40px;
        }

        .banner-text p {
            margin: 10px 0 10px;
        }

    #products {
        padding: 50px 0 0 0;
    }

    .we-do-text {
        padding: 50px 20px 30px 20px;
    }

        .we-do-text h2 {
            font-size: 30px;
            line-height: 15px;
        }

    .row {
        display: block;
    }

    .btn-blue {
        text-align: center;
    }
    .col70 {
        width: 100%;
    }
    .navbar {
        display: inline-block;
    }

        .navbar #hamburger-btn {
            display: inline-block;
            background-color: #b7b7b7;
            height: 43px;
            padding: 10px;
            border-radius: 3px;
            margin: 10px 0 0;
        }

        .navbar .all-links {
            position: fixed;
            left: -100%;
            width: 300px;
            display: block;
            height: 100vh;
            background: #2b8db2;
            top: 0;
            transition: left 0.3s ease;
            z-index: 9;
            box-shadow: 1px 2px 8px 1px rgb(0 0 0 / 41%);
        }

            .navbar .all-links li a.active {
                background-color: #13607c;
            }

    .remove-margin {
        left: 0 !important;
    }

    .navbar .all-links li a {
        padding: 20px 20px;
        color: #fff;
        display: block;
        border-bottom: 1px solid #276e89;
        font-size: 22px;
    }

    .navbar .all-links li:last-child a {
        border: 0;
    }

    .navbar #menu-toggler:checked ~ .all-links {
        left: 0;
    }

    .navbar .all-links li {
        font-size: 18px;
    }

    .modal-btn {
        width: 100%;
        display: block;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .logo {
        display: flex;
        justify-content: space-between;
    }

        .logo img {
            width: 100px;
            margin: 0;
        }

    .expert-lg {
        display: none;
    }

    .expert-mb {
        display: block;
        margin: 0;
        width: auto;
        background: white;
        color: black;
        padding: 6px 0;
        font-size: 18px;
        font-weight: 500;
    }

    #products .cards {
        margin: 30px 0 0;
        padding: 0;
    }

    .about-img, footer .col {
        padding: 0;
    }

    .copy span {
        display: inline-block;
    }
}
