:root {
    --base-color: rgba(102, 114, 254, 1);
    --second-color: #8d95eb;
}

#moshavereh {
    background: rgba(250, 251, 252, 1);
}

#moshavereh .section {
    box-sizing: border-box;
    margin-bottom: 2%;
}

/* --------------------- first sections ----------------------- */
#moshavereh section.section.first .image-shadow {
    width: 100%;
    height: 500px;
    position: relative;
}

#moshavereh section.section.first .image-shadow .shadow-cover {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(102, 114, 254, .8);
    font-size: 50px;
    color: white;
    padding-top: 95px
}

#moshavereh section.section.first .shadow-cover .main-phone {
    text-align: center;
    padding-bottom: 45px;
}

#moshavereh section.section.first .shadow-cover .main-phone img {
    height: 92px;
}


#moshavereh section.section.first .image-shadow .main-title p {
    max-width: 800px;
    font-size: 25px;
    color: white;
    margin: auto;
}

/* cover-image */
.topMenuBox .logoBox img {
    width: 90px;
    margin-top: 20px;
}
#moshavereh section.section.first .image-shadow .image-container {
    background-image: url('../images/pages/moshavere.png');
    height: 500px;
    width: calc(100% + 30px);
    background-size: cover;
    background-position: center center;
    margin-right: -15px;
}

#moshavereh section.section.first .button-wrapper {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

#moshavereh section.section.first .request-moshavere {
    width: 170px;
    margin: 20px;
    padding: 20px;
    font-size: 18px;
    background: var(--second-color);
    border-radius: 10px;
    border: none;
    color: white;

}

/* --------------------- second sections ----------------------- */

#moshavereh .second {

    position: relative;
}

#moshavereh .moshavere-title {
    text-align: center;
    font-size: 75px;
    color: var(--base-color);

    font-weight: bold;
}

#moshavereh .moshavere-title p {
    letter-spacing: 3px;
    text-shadow: 3px 3px lightgray;
}

#moshavereh .moshavere-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;

    padding: 20px;
}

#moshavereh .card-content {

    padding: 50px;
    text-align: center;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

#moshavereh .card-content img {
    text-align: center;

    width: 250px;
    height: 250px;

    padding: 20px;
    text-align: center;

}

#moshavereh .card-content .description {
    font-size: 24px;

    width: 334px;
    height: 120px;

    padding: 10px;
    text-align: center;
    color: rgba(130, 130, 130, 1);

}

#moshavereh .third .image-shadow {
    position: relative;
    height: 500px;
    width: 100%;
}

#moshavereh .third .image {
    position: relative;
    background-image: url('../images/pages/6420/Gajeti\ ke\ gaj\ shod.png');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 10px lightgray;
}

#moshavereh .third .image-shadow .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    margin: auto;

    background-image: -webkit-linear-gradient(317deg, rgba(0, 0, 0, 0) 30%, white 60%);

    background-image: linear-gradient(133deg, rgba(0, 0, 0, 0) 30%, white 60%);
    border-radius: 10px;
    z-index: 1;
}

#gajet-box {
    padding: 0;
}

#moshavereh .third .gajet-wrapper {
    height: 100%;
    max-width: 355px;
    margin-right: 5%;
}

#moshavereh .third .gajet {
    max-width: 334px;

    font-size: 3.5em;
    font-weight: 900;
    line-height: 40px;

    color: rgba(104, 104, 104, 1);
    text-align: center;
    margin-bottom: 50px;
}

#moshavereh .third .gajet-description {

    height: 100%;
    font-size: 30px;
    font-weight: 900;
    color: #969696;
    text-align: right;
    line-height: 40px;


    display: -webkit-box;


    display: -ms-flexbox;


    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#moshavereh .fourth {
    background: white;
}

#moshavereh .fourth .form-container {
    border-radius: 10px;
    box-shadow: 0px -0px 12px 0px lightgray;
    padding: 2%;

}



#moshavereh .fourth .form-container .form-title {
    margin: 139px 62px 0 0;
}

#moshavereh .fourth .form-container .form-title .title h2 {
    text-align: right;
    color: rgba(104, 104, 104, 1);
    font-size: 50px;
    font-weight: 900;
}

#moshavereh .fourth .form-container .description {
    text-align: justify;
    padding: 10px 0 10px 10px;
    color: rgba(104, 104, 104, 1);
    line-height: 31px;

    font-size: 25px;
    font-weight: 500;
    width: 100%;

}

#moshavereh .fourth .form-container .form {
    text-align: right;
    width: 100%;
    margin-right: -20px;
}

#moshavereh .fourth .form-container .form .input {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;

    font-size: 14px;
    width: 100%;
}

#moshavereh .fourth .form-container .submit-button {
    box-sizing: border-box;

    background: rgba(86, 97, 220, 1);
    border-radius: 10px;
    padding: 15px 50px;

    color: white;
    border: none;

    margin-top: 20px;
}

#moshavereh .fourth .telephone-image .image {
    background-image: url('../images/pages/6420/phone1.png');
    background-repeat: no-repeat, repeat;
    height: 370px;
    width: 100%;
    background-position: center;
    background-size: contain;
}


/* ------------------ Slider ---------------------------- */
#moshavereh .second #carousel1 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#moshavereh .second .carouselcenter2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#moshavereh #footer .carouselcenter2 .item .img {
    /* margin: 2px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/*fix responsive menu*/

.topMenuBox {
    position: fixed;
}

@media only screen and (min-width: 768px) {
    #homePage #section1 .slick-track {
        -webkit-transform: none !important;
                transform: none !important;
    }
}

@media only screen and (max-width: 768px) {
    #moshavereh .third .gajet-wrapper {
        margin-bottom: 5%;
    }

    #moshavereh .third .gajet-description {
        -webkit-box-align: end;
            -ms-flex-align: end;
                    -ms-grid-row-align: flex-end;
                align-items: flex-end;
        padding-bottom: 40px;
    }

    #moshavereh .third .gajet-wrapper {
        max-width: 90%;
    }

    #moshavereh .fourth .form-container .form-title {
        margin: 10px 62px 0 0;
        padding: 100px 20px;
        text-align: center !important;
    }

    #moshavereh .fourth .form-container .telephone-image {
        position: absolute;
    }

    .topMenuBox .menuBox {
        background: #5661dc !important;
    }

    .topMenuBox {
        width: 100%;
        background: #5661dc;
    }

    #moshavereh {
        margin-top: 65px;
    }

    #moshavereh section.section.first .image-shadow .shadow-cover {
        padding: 0 10px 0 10px;
    }
    .topMenuBox.active {
        box-shadow: 0px 5px 10px -2px;
        background: #5661dc;
    }
}

#footer .item img {
    max-width: 80%;
}

.carouselcenter2 .slick-list {
    padding: 0 !important;

}

@media only screen and (max-width: 576px) {
    #moshavereh .third .image-shadow .shadow {
        background-image: -webkit-linear-gradient(290deg, rgba(0, 0, 0, 0) 30%, white 70%);
        background-image: linear-gradient(160deg, rgba(0, 0, 0, 0) 30%, white 70%);
    }
}

@media only screen and (min-width: 768px) {
    .carouselcenter2 .slick-track {
        -webkit-transform: none !important;
                transform: none !important;
    }
}
@media only screen and (max-width: 480px) {
    #moshavereh section.section.first .image-shadow .image-container {
        height: 650px;
    }
    #moshavereh section.section.first .image-shadow {
        height: 650px;
    }
}
