@import url('https://fonts.googleapis.com/css?family=Montserrat:200,800');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    background-color: #ECF0F1;
    font-family: 'Montserrat', sans-serif;
}

.banner img {
    width: 100%;
    height: 600px;
    max-width: 100%;
    z-index: 1;
}

.logo img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 25px;
    z-index: 1;
}

.fa-bars {
    position: absolute;
    right: 50px;
    top: 50px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}

ul {
    position: absolute;
    display: none;
    list-style-type: none;
    right: 60px;
    top: 80px;
    width: 300px;
    background: rgba(179, 182, 183, 0.3);
    outline: none;
    font-weight: bold;
}

ul li {
    padding: 10px;
}

ul li a {
    text-decoration: none;
    color: #fff;
    padding: 5px;
}

ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

input[type=checkbox] {
    display: none;
}


/*Show menu when invisible checkbox is checked*/

input[type=checkbox]:checked ~ #menu {
    display: block;
}

.header {
    width: 100%;
    height: auto;
}

.back {
    position: absolute;
    border-radius: 50%;
    background: #B3B6B7;
    width: 80px;
    height: 80px;
    top: 520px;
    left: -150px;
    cursor: pointer;
}

.back .fa-angle-left {
    position: absolute;
    left: 10%;
    top: 0;
    transform: (-50%, -50%);
    padding: 10px 20px;
    display: block;
    font-size: 60px;
}

.back a {
    text-decoration: none;
    color: #000;
    display: block;
}

.back:hover {
    opacity: 0.8;
    background-color: #888;
}

.header h1 {
    position: absolute;
    left: 50%;
    top: 400px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}



.column_1 {
    margin-top: 120px;
}

.row_1 {
    width: 100%;
    display: inline-block;
    margin-top: -80px;
}

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

.row_2 {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

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

.row_3 {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

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

.top_image {
    position: relative;
    top: -30px;
}

.row_4 {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

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

.image {
    float: left;
    width: 30%;
    max-width: 100%;
    margin: 10px 25px 25px 25px;
}

.top_image img {
    margin-top: -67px;
    margin-bottom: 20px;
}

.clr {
    clear: both;
}

.banner_1 img {
    width: 100%;
    height: 600px;
    margin-top: 40px;
    position: relative;
}

.about {
    width: 500px;
    max-width: 100%;
    height: auto;
    background-color: #8E44AD;
    border-radius: 10px;
    position: relative;
    right: 30px;
    top: -50%;
    transform: translateY(-150%);
    float: right;
    margin-bottom: -200px;
    font-family: 'Montserrat', sans-serif;
}

.content {
    padding: 20px 40px;
    margin-top: 30px;
    color: #fff;
    text-align: justify;
}

.dropdown_images {
    display: none;
}

.dropdown_images1 {
    display: none;
}

.more {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: -20px;
}

.more a {
    text-decoration: none;
    color: #000;
}

.more a:hover {
    border-bottom: 6px solid #fff;
}

.column_3 {
    width: 1160px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.swatch {
    max-width: 100%;
    height: auto;
    position: relative;
}

.swatch_images {
    width: 1150px;
    max-width: 100%;
    position: relative;
    left: 4%;
    margin: 0 auto;
}

.swatch_images img {
    width: 400px;
    height: 500px;
    margin: 40px;
    float: left;
}

.view {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: -80px;
}

.view a {
    text-decoration: none;
    color: #000;
}

.view a:hover {
    border-bottom: 6px solid #fff;
}

.view_more a {
    text-decoration: none;
    color: #000;
}

.view_more a:hover {
    border-bottom: 6px solid #fff;
}

.view_more {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: 0;
}

.motives {
    width: 220px;
    height: 320px;
    float: left;
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    margin: 30px;
}

.motives img {
    float: left;
    width: 180px;
    height: 180px;
    max-width: 100%;
    position: relative;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.design img {
    height: 260px;
    width: 160px;
    position: relative;
    top: 50%;
    left: 50%;
}

.footer {
    background-color: #8E44AD;

    width: 100%;
    margin-top: 60px;
    height: 350px;

}

.footer_content {

    color: #fff;

    display: inline-block;
    outline: none;
    position: absolute;
    left: 100px;


}

.footer_content h3 {
    color: #fff;
    padding: 0 50px 0 0;
    margin-top: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #fff;
    border-bottom-width: medium;
    float: left;
}


.footer_content p {
    color: #fff;
    position: relative;
    margin-top: 5px;
    left: 60px;
    text-align: justify;
}

.f_content1 {
    margin: 0 60px;
    float: left;
}

.f_logo {
    margin: 60px 0 0 30px;
    display: inline-block;
    padding: 10px;
}

.f_logo img {
    width: 100px;
    height: 100px;
}

.social {
    display: inline-block;
}

.social p {
    display: inline-block;
    position: absolute;
    left: 30px;
    margin-top: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.icon {
    display: inline-block;
    position: relative;
    top: 60px;
    left: -110px;
}

.icon .fa {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 2px 2px 2px 3px;
    color: #fff;
    border: 1px solid #fff;
    margin: 5px;
}

.color {
    position: absolute;
    top: 460px;
    left: 40px;
    display: inline-block;
}

.color a img {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 65px;
    position: relative;
    top: 15px;
    left: 0;
    z-index: 999;
    0
}

.lightbox img {
    width: 200px;
    height: 300px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
}

.lightbox {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 90px;
    opacity: 0;
    outline: none;
    border: none;
    display: block;
    width: 200px;
    height: 300px;
    max-width: 100%;
}

.lightbox:target {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    outline: none;
    border: none;
}

.lightbox1 img {
    width: 200px;
    height: 300px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
    z-index: 1;
}

.lightbox1 {
    visibility: hidden;
    position: absolute;
    top: 40px;
    right: 360px;
    opacity: 0;
    outline: none;
    border: none;
    display: inline-block;
    width: 200px;
    height: 300px;
    max-width: 100%;
}

.lightbox1:target {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    outline: none;
    border: none;
}

.color1 {
    position: absolute;
    right: 230px;
    top: 460px;
    display: inline-block;
}

.color1 a img {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 65px;
    position: relative;
    top: 15px;
    left: 0;
    z-index: 999;
    0
}

.color2 {
    position: absolute;
    left: 40px;
    top: 1040px;
    display: inline-block;
}

.color2 a img {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 65px;
    position: relative;
    top: 15px;
    left: 0;
    z-index: 999;
    0
}

.lightbox2 img {
    width: 200px;
    height: 300px;
    position: relative;
    left: 100px;
    top: 0;
    border: none;
    outline: none;
    z-index: 1;
}

.lightbox2 {
    visibility: hidden;
    position: absolute;
    top: 620px;
    left: 0;
    opacity: 0;
    outline: none;
    border: none;
    display: inline-block;
    width: 200px;
    height: 300px;
    max-width: 100%;
}

.lightbox2:target {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    outline: none;
    border: none;
}

.lightbox3 img {
    width: 200px;
    height: 300px;
    position: relative;
    left: 570px;
    top: 0;
    border: none;
    outline: none;
    z-index: 1;
}

.lightbox3 {
    visibility: hidden;
    position: absolute;
    top: 620px;
    left: 0;
    opacity: 0;
    outline: none;
    border: none;
    display: inline-block;
    width: 200px;
    height: 300px;
    max-width: 100%;
}

.lightbox3:target {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    outline: none;
    border: none;
}

.color3 {
    width: 400px;
    position: absolute;
    top: 1058px;
    left: 0;
}

.color3 img {
    margin: 0;
    padding: 0;
    width: 98px;
    height: 62px;
    position: relative;
    left: 520px;
    top: 0;
    display: block;
    z-index: 999;
}

.color4 {
    position: absolute;
    left: 40px;
    top: 1670px;
    display: none;
}

.color4 a img {
    margin: 0;
    padding: 0;
    width: 67px;
    height: 50px;
    position: relative;
    top: -20px;
    left: 0;
    z-index: 999;
    0
}

.lightbox4 img {
    width: 250px;
    height: 250px;
    position: relative;
    left: 50px;
    top: 0;
    border: none;
    outline: none;
    z-index: 1;
}

.lightbox4 {
    visibility: hidden;
    position: absolute;
    top: -450px;
    left: 0;
    opacity: 0;
    outline: none;
    border: none;
    display: inline-block;
    width: 200px;
    height: 300px;
    max-width: 100%;
}

.lightbox4:target {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    outline: none;
    border: none;
}

.color5 {
    position: absolute;
    left: 0;
    top: 1670px;
    display: none;
}

.color5 a img {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 30px;
    position: relative;
    top: 0;
    left: 520px;
    z-index: 999;
    0
}

.lightbox5 img {
    width: 250px;
    height: 250px;
    position: relative;
    left: 570px;
    top: 50px;
    border: none;
    outline: none;
    z-index: 1;
}

.lightbox5 {
    visibility: hidden;
    position: absolute;
    top: -450px;
    left: 0;
    opacity: 0;
    outline: none;
    border: none;
    display: inline-block;
    width: 200px;
    height: 300px;
    max-width: 100%;
}

.lightbox5:target {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    outline: none;
    border: none;
}

.color_code {

    position: absolute;
    left: 660px;
    top: 72%;
    transform: translate(0, -50%);
    z-index: 999;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    outline: none;
    color: #fff;
}

.ratio_images {
    width: 100%;
    height: auto;
    position: relative;
}

.ratio_images img {
    width: 100%;
    max-width: 100%;
    height: 550px;
}

.ratio_images:first-child {
    margin-top: -40px;
}

.ration_more {
    display: none;
}

.ratio {
    position: relative;
    top: 0;
    left: 0;
}

.download1 .fa-download {
    position: relative;
    top: 100px;
    left: 50px;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 40px;
}

.pattern_1 .fa-download {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 500px);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 40px;
}

.symmetry_images {
    width: 500px;
    max-width: 100%;
    margin: auto;
}

.symmtry_motive {
    position: relative;
    max-width: 100%;
    top: -120px;
}

.symmetry_window {
    position: absolute;
    top: -250px;
    left: 40%;
    transform: translate(-50%, -50%);
}

.symmetry_display img {
    width: 100%;
    max-width: 100%;
    height: 500px;
}

.symmetry_rec {
    position: absolute;
    top: -250px;
    left: 85%;
    transform: translate(0, -50%);
}

.rec_motive a img {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    position: relative;
    top: 0;
    left: 270px;
    z-index: 999;
    0
}

.color_code1 {
    text-align: center;
    position: relative;
    left: 70%;
    top: -60%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    outline: none;
    color: #fff;
}

.color_code2 {
    text-align: center;
    position: relative;
    left: 240px;
    top: -50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    outline: none;
    color: #fff;
}

.color_code3 {
    text-align: center;
    position: absolute;
    left: 710px;
    top: 65%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    outline: none;
    color: #fff;
}

.color_code4 {
    text-align: center;
    position: absolute;
    left: 210px;
    top: 160px;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    outline: none;
    color: #fff;
}


.copyright{
    
    background: #000;
    height: auto;
    line-height: 35px;
    color: #fff;
    text-align: center;
}


#gototop {
    width: 60px;
    height: 60px;
    background-color: rgba(165, 105, 189  , 0.7);
    border-radius: 50%;
    position: fixed;
    right: 20px;
    top: 80%;
    padding: 10px;
    display: block;
    cursor: pointer;
    z-index: 999;
    display: none;
}

#gototop:hover {
    background: #76448A;
}


#gototop i {
    font-size: 45px;
    position: absolute;
    margin-right: 20px;

    color: #000;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);

}


@media screen and (max-width: 1400px) {
    .row_1 {
        width: 100%;
        display: inline-block;
        margin-top: -80px;
    }
    .row_1 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .row_2 {
        width: 100%;
        display: inline-block;
        margin-top: 40px;
    }
    .row_2 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .column_3 {

        width: 100%;
        height: auto;
    }
    .row_3 {
        width: 1390px;
        display: block;
        margin-top: 40px;

    }
    .row_3 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .top_image {
        position: relative;
        top: -30px;
    }
    .row_4 {
        width: 100%;
        display: inline-block;
        margin-top: 40px;
    }
    .row_4 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .image {
        float: left;
        width: 30%;
        max-width: 100%;
        margin: 10px;
    }
    .top_image img {
        margin-top: -30px;
    }
    .motives img {
        width: 150px;
        max-width: 100%;
        float: left;
        height: 150px;
        margin-top: -20px;
    }
    .motives {
        width: 20%;
        height: 200px;
        max-width: 100%;




    }
    .design img {
        position: relative;
        top: 60%;
        left: 50%;

    }


}

@media screen and (max-width: 1200px) {
    .row_1 {
        width: 100%;
        display: inline-block;
        margin-top: -80px;
    }
    .row_1 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .row_2 {
        width: 100%;
        display: inline-block;
        margin-top: 40px;
    }
    .row_2 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .row_3 {
        width: 100%;
        display: inline-block;
        margin-top: 40px;
    }
    .row_3 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .top_image {
        position: relative;
        top: -30px;
    }
    .row_4 {
        width: 100%;
        display: inline-block;
        margin-top: 40px;
    }
    .row_4 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .image {
        float: left;
        width: 30%;
        max-width: 100%;
        margin: 10px;
    }
    .top_image img {
        margin-top: -30px;
    }



    .motives img {
        width: 120px;
        max-width: 100%;
        float: left;
        height: 120px;
        margin-top: -20px;
    }
    .motives {
        width: 42%;
        height: 160px;
        max-width: 100%;
        float: left;
        background: #fff;
    }
    .design img {
        position: relative;
        top: 60%;
        left: 50%;
    }


}

@media screen and (max-width: 768px) {
    .banner img {
        width: 100%;
        height: 400px;
        max-width: 100%;
        background-size: cover;
    }
    .fa-bars {
        position: absolute;
        right: 0;
        margin: 30px 0;
        cursor: pointer;
    }
    .logo {
        width: 150px;
        height: 150px;
        position: absolute;
        top: 0;
        left: 50%;
        display: inline-block;
        transform: translate(-50%, -50%);
    }
    .header h1 {
        width: 200px;
        font-size: 25px;
        position: absolute;
        top: 300px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    ul {
        position: relative;
        display: none;
        list-style-type: none;
        top: 110px;
        right: 80px;
        margin-bottom: 10px;
        background: #000;
        padding: 10px;
    }
    .nav {
        width: 200px;
        max-width: 100%;
        position: absolute;
        display: inline-block;
        top: 0;
        right: 40px;
        color: #fff;
        font-size: 25px;
    }
    .image {
        float: left;
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }
    .banner_1 img {
        margin-top: 80px;
        position: relative;
    }
    .top_image img {
        margin-top: 0;
    }


    .about {
        width: 500px;
        max-width: 100%;
        height: 450px;
        background-color: #8E44AD;
        border-radius: 10px;
        position: relative;
        left: 0;
        top: 150px;
        font-family: 'Montserrat', sans-serif;

        margin-top: 0;

    }




    .back {
        position: relative;
        border-radius: 50%;
        background: #B3B6B7;
        width: 80px;
        height: 80px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        cursor: pointer;
        z-index: 1;
        margin-top: 10px;
    }
    .more {
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        margin-top: 30px;
        position: relative;
    }
    .motives img {
        width: 130px;
        height: 160px;
    }
    .motives {
        width: 44%;
        height: 250px;
        padding: 0;
        float: left;
        margin: 10px;
        background: #fff;
        display: inline-block;
    }
    .swatch_images img {
        width: 100%;
        max-width: 100%;
        margin: 10px 0 0 0;
        padding: 0;
        height: 400px;
    }
    .swatch_images {
        width: 1050px;
        max-width: 100%;
        height: auto;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 0);
    }
    .view {
        text-align: center;
        font-weight: bold;
        position: relative;
        left: 0;
    }
    .color {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
    }
    .color a img {
        width: 25%;
        max-width: 100%;
        height: 60px;
        position: relative;
        top: 430px;
        left: 0;
        z-index: 999;
        outline: none;
    }
    .lightbox img {
        width: 180px;
        height: 260px;
        position: relative;
        left: 100px;
        top: 160px;
        border: none;
        outline: none;
        z-index: 999;
    }
    .lightbox {
        visibility: hidden;
        position: absolute;
        top: 260px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        opacity: 0;
        outline: none;
        border: none;
       
        display: block;
        width: 200px;
        height: 300px;
    }
    .lightbox:target {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s;
        outline: none;
        border: none;
        z-index: 999;
    }
    .color1 {
        width: 100%;
        position: absolute;
        display: inline-block;
    }
    .color1 a img {
        width: 20%;
        max-width: 100%;
        height: 65px;
        position: relative;
        top: 375px;
        left: 230px;
        z-index: 999;
        outline: none;
    }
    .lightbox1 img {
        width: 180px;
        height: 220px;
        position: relative;
        left: 50%;
        top: 160px;
        border: none;
        outline: none;
        z-index: 999;
    }
    .lightbox1 {
        visibility: hidden;
        position: absolute;
        top: 650px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        opacity: 0;
        outline: none;
        border: none;
       
        display: block;
        width: 200px;
        height: 300px;
    }
    .lightbox1:target {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s;
        outline: none;
        border: none;
        z-index: 999;
    }
    .color2 {
        width: 100%;
        position: absolute;
        left: 0;
        display: inline-block;
    }
    .color2 a img {
        width: 20%;
        max-width: 100%;
        height: 60px;
        position: relative;
        top: 210px;
        left: 0;
        z-index: 999;
        outline: none;
    }
    .lightbox2 img {
        width: 180px;
        height: 220px;
        position: relative;
        left: 0;
        top: 40px;
        border: none;
        outline: none;
        z-index: 999;
    }
    .lightbox2 {
        visibility: hidden;
        position: absolute;
        top: 1060px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        opacity: 0;
        outline: none;
        border: none;
       
        display: block;
        width: 200px;
        height: 300px;
    }
    .lightbox2:target {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s;
        outline: none;
        border: none;
        z-index: 999;
    }
    .color3 {
        width: 100%;
        position: absolute;
        left: 0;
        display: inline-block;
    }
    .color3 a img {
        width: 25%;
        max-width: 100%;
        height: 60px;
        position: relative;
        top: 595px;
        left: 0;
        z-index: 999;
        outline: none;
    }
    .lightbox3 img {
        width: 240px;
        height: 220px;
        position: relative;
        left: 0;
        top: 70px;
        border: none;
        outline: none;
        z-index: 999;
    }
    .lightbox3 {
        visibility: hidden;
        position: absolute;
        top: 1470px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        opacity: 0;
        outline: none;
        border: none;
       
        display: block;
        width: 200px;
        height: 300px;
    }
    .lightbox3:target {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s;
        outline: none;
        border: none;
        z-index: 999;
    }
    .color4 {
        position: absolute;
        left: 0;
        top: 1660px;
        display: none;
    }
    .color4 a img {
        margin: 0;
        padding: 0;
        width: 16.6%;
        height: 40px;
        position: relative;
        top: 430px;
        left: 0;
        right: 0;
        z-index: 999;
        0
    }
    .lightbox4 img {
        width: 200px;
        height: 220px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(0, -50%);
        border: none;
        outline: none;
        z-index: 999;
    }
    .lightbox4 {
        visibility: hidden;
        position: absolute;
        top: 220px;
        left: 20%;
        transform: translate(-50%, -50%);
        display: inline-block;
        opacity: 0;
        outline: none;
        border: none;
      
        display: block;
        width: 200px;
        height: 300px;
    }
    .lightbox4:target {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s;
        outline: none;
        border: none;
    }
    .color5 {
        position: absolute;
        left: 0;
        top: 1670px;
        display: none;
    }
    .color5 a img {
        margin: 0;
        padding: 0;
        width: 25%;
        height: 30px;
        position: relative;
        top: 840px;
        left: 0;
        z-index: 999;
        0
    }
    .lightbox5 img {
        width: 180px;
        height: 220px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(0, -50%);
        border: none;
        outline: none;
        z-index: 999;
    }
    .lightbox5 {
        visibility: hidden;
        position: absolute;
        top: 620px;
        left: 20%;
        transform: translate(-50%, -50%);
        display: inline-block;
        opacity: 0;
        outline: none;
        border: none;
       
        display: block;
        width: 200px;
        height: 300px;
    }
    .lightbox5:target {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s;
        outline: none;
        border: none;
    }
    .color_code {
        position: absolute;
        left: 190px;
        top: 50%;
        transform: translate(-50%, 0);
        z-index: 999;
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        outline: none;
        color: #fff;
    }
    .color_code1 {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        z-index: 999;
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        outline: none;
    }
    .column_3 {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .ratio_images img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .pattern_1 .fa-download {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 180px);
        border: none;
        color: white;
        cursor: pointer;
        font-size: 40px;
    }
    .symmtry_motive {
        position: absolute;
        max-width: 100%;
        top: -80px;
    }
    .symmetry_rec {
        position: absolute;
        top: 180px;
        left: 300px;
        transform: translate(0, -50%);
    }
    .rec_motive {
        position: absolute;
        top: -20px;
    }
    .symmetry_display img {
        margin-top: 10px;
    }
    .color_code2 {
        text-align: center;
        position: relative;
        left: 45%;
        top: -50px;
        transform: translate(-50%, -50%);
        z-index: 999;
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        outline: none;
        color: #fff;
    }
    .color_code3 {
        text-align: center;
        position: relative;
        left: 50%;
        top: -35px;
        transform: translate(-50%, -50%);
        z-index: 999;
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        outline: none;
        color: #fff;
    }

    .color_code4 {
        position: absolute;
        left: 190px;
        margin-top: 0;

    }


    .footer_content h3 {

        margin-bottom: 0;

    }


    .footer_content {

        color: #fff;
        width: 100%;

        display: inline-block;
        outline: none;
        position: absolute;
        left: -90px;
        margin-top: 120px;

    }



    .footer {

        width: 100%;
        height: 630px;
    }

    .f_logo {
        margin-top: 0;

    }
}

@media screen and (max-width:320px) {
    .motives img {
        width: 100px;
        max-width: 100%;
        float: left;
        height: 100px;
        margin-top: -20px;
    }
    .motives {
        width: 42%;
        height: 130px;
        max-width: 100%;
        float: left;
        background: #fff;
    }
    .design img {
        position: relative;
        top: 60%;
        left: 50%;
    }

    .footer_content {

        color: #fff;
        width: 100%;
        height: ;
        display: inline-block;
        outline: none;
        position: absolute;
        left: -90px;
        margin-top: 120px;

    }
    
   .lightbox4 img, .lightbox5 img {
       
        position: absolute;
        left: 45%;
        top: 50%;
        transform: translate(0, -50%);
       
    }
    
   .color_code4, .color_code{
        
        position: absolute;
        left: 180px;
    }

}