/* start of full page styles
* --------------------------------------- */

#fullpage .section {
    background-size: cover;
    padding-top: 150px;
}

    #fullpage .section::before {
        content: ' ';
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* .slide {
    background-size: cover;
  } */
.fullpage-next-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 19px;
    text-align: center;
    text-shadow: 0 0 3px #000;
}

    .fullpage-next-button:hover {
        text-decoration: none;
        color: #fff;
    }

    .fullpage-next-button i {
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 8px 0 0;
        width: 35px;
        height: 35px;
    }

    .fullpage-next-button span {
        display: block;
        white-space: nowrap;
        font-size: 16px;
    }

/* Defining each section background and styles
  * --------------------------------------- */
#welcome-section {
    background-image: url('../images/first-page/welcome-section.jpg');
}

.first-section-social {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

    .first-section-social ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 5px;
    }

        .first-section-social ul li {
            padding: 5px 0;
        }

        .first-section-social ul a {
            display: block;
            color: #fff;
            border: 1px solid #fff;
            padding: 4px 0;
            border-radius: 50%;
            text-align: center;
            width: 35px;
            height: 35px;
            font-size: 19px;
        }

#welcome-section h2 {
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 10px #000;
    z-index: 20;
    text-align: center;
    bottom: 8rem;
}

#products {
    background-image: url('../images/first-page/products-left.jpg');
}

    #products .products-right {
        background-image: url('../images/first-page/products-right.jpg');
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
    }

    #products .products-left {
        position: absolute;
        /*  */
        background: rgba(255, 255, 255, 0.5);
        /*  */
        left: 3rem;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 3rem);
        padding: 4rem;
        border: 4px solid #844d20;
        border-right: none;
    }

#about-khatereh {
    background-image: url('../images/first-page/about-khatereh.jpg');
}

    #about-khatereh .content {
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        padding: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 4px solid #fff;
        text-align: center;
    }

        #about-khatereh .content h2 {
            margin: 20px 0;
            font-size: 3rem;
        }

#online-shop {
    background-image: url('../images/first-page/online-shop-bg.jpg');
}

    #online-shop .online-shop-img {
        position: absolute;
        background-image: url('../images/first-page/online-shop-img.jpg');
        background-size: cover;
        right: 0;
        top: 2rem;
        bottom: 2rem;
        width: 70%;
    }

    #online-shop .content {
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30%;
        padding: 4rem;
        color: #fff;
    }

        #online-shop .content h2 {
            margin: 20px 0;
            font-size: 3rem;
        }

#shopping-centers {
    background-image: url('../images/first-page/shopping-centers.jpg');
    background-size: 100% !important;
    background-repeat: no-repeat;
}

    #shopping-centers::before {
        background: none !important;
    }

    #shopping-centers .content {
        position: absolute;
        /* background: #fff; */
        right: 0;
        left: 0;
        top: 50%;
        transform: translateY(-35%);
    }

    #shopping-centers .card {
        border: none;
        border-radius: 0;
    }

        #shopping-centers .card img {
            width: 202px;
            height: 162px;
            max-width: 100%;
            margin: 0 auto;
        }

#contact-us {
    background-image: url('../images/first-page/contact-us.jpg');
    font-size: 15px;
}

    #contact-us .contact-form {
        background: rgba(0, 0, 0, 0.3);
        margin-top: 2rem;
        color: #fff;
    }

        #contact-us .contact-form .contact-info {
            background: rgba(0, 0, 0, 0.3);
        }

        #contact-us .contact-form label,
        .inline-form-group label {
            display: flex;
            flex-direction: row;
            width: 100%;
            border-bottom: 1px solid #fff;
            line-height: 3rem;
        }

            #contact-us .contact-form label.column-direction,
            .inline-form-group label.column-direction {
                flex-direction: column;
            }

            #contact-us .contact-form label span,
            .inline-form-group label span {
                white-space: nowrap;
            }

                #contact-us .contact-form label span::after,
                .inline-form-group label span::after {
                    content: " ";
                    width: 5px;
                    display: inline-block;
                }

            #contact-us .contact-form label input,
            #contact-us .contact-form label textarea,
            .inline-form-group label input,
            .inline-form-group label textarea {
                flex-grow: 1;
                background: transparent;
                border: none;
                color: white;
                caret-color: white;
            }

            #contact-us .contact-form label textarea,
            .inline-form-group label textarea {
                line-height: 1.5rem;
            }

                #contact-us .contact-form label input:active,
                #contact-us .contact-form label input:focus,
                #contact-us .contact-form label textarea:active,
                #contact-us .contact-form label textarea:focus,
                .inline-form-group label input:active,
                .inline-form-group label input:focus,
                .inline-form-group label textarea:active,
                .inline-form-group label textarea:focus {
                    outline: none;
                }

            .inline-form-group label input[type="submit"] {
                flex-grow: 0;
                margin: 8px;
            }


/* Collections  **********************************/
#collection-300 {
    background-image: url('../images/collections/300-collection.jpg');
}

#collection-400 {
    background-image: url('../images/collections/400-collection.jpg');
}

#collection-700 {
    background-image: url('../images/collections/700-collection.jpg');
}

#collection-800 {
    background-image: url('../images/collections/800-collection.jpg');
}

#collection-900 {
    background-image: url('../images/collections/900-collection.jpg');
}

#collection-1100 {
    background-image: url('../images/collections/1100-collection.jpg');
}

#collection-1500 {
    background-image: url('../images/collections/1500-collection.jpg');
}

.section.collection-section .content {
    direction: ltr;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 0.5rem solid #fff;
    background: rgba(239, 122, 18, 0.4);
    padding: 3rem;
    text-align: center;
    color: #fff;
}

    .section.collection-section .content h3 {
        margin: 0;
        font-size: 3rem;
        letter-spacing: 0.75rem;
    }

    .section.collection-section .content a {
        color: #fff;
    }
/* /Collections **********************************/
.inline-form-group.gray {
    border-bottom: 1px solid #ccc;
}

    .inline-form-group.gray label input[type="text"],
    .inline-form-group.gray label input[type="email"],
    .inline-form-group.gray label textarea {
        color: #000;
        font-weight: bold;
        caret-color: #ccc;
    }

.fp-controlArrow.fp-prev {
    border-color: transparent #999 transparent transparent;
    border-width: 10px 13px 10px 0;
}

.fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #999;
    border-width: 10px 0 10px 13px;
}

/* Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap */
@media (max-width: 576px) {
    #fullpage .section {
        padding-top: 100px;
    }

    .first-section-social {
        left: 0;
        width: 100px;
    }

        .first-section-social ul li {
            display: inline-block;
            padding: 5px;
        }

    #products .products-right {
        width: 100%;
    }

    #products .products-left {
        width: calc(100% - 2rem);
        padding: 2rem;
        left: 1rem;
        right: 1rem;
        border-right: 4px solid #844d20;
    }

    #about-khatereh .content {
        padding: 1rem;
    }

        #about-khatereh .content h2 {
            font-size: 3rem;
            white-space: nowrap;
        }

    #online-shop .online-shop-img {
        top: 0;
        bottom: 0;
        width: 100%;
    }

    #online-shop .content {
        width: 100%;
    }

    #contact-us .contact-form {
        /* height: calc(100vh - 250px); */
        height: calc(100vh - 140px);
        overflow-y: scroll;
    }

    #productDetails {
        overflow-y: auto;
    }

        #productDetails .h-100 {
            height: initial !important;
        }

    .inline-form-group label input[type="submit"] {
        flex-grow: 0;
        margin: 8px;
    }

    .newsletter-form label span {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
