/*
*
* ThemplateName  : Navid
* Creator        : Amir hossein hosseinkhani
* Company        : Studioaleph
* Creator Contact: amirh27hosseinkhani@gmail.com
* Company Contact: info@studioaleph.com
* Creator Website: amirportfolio.ir
* Company Website: studioaleph.com
*
*
*/

*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    border: 0 none;
    transition-timing-function: ease-out;
    letter-spacing: 2px;
    font-style: normal;
}

img, video{
    max-width: 100%;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../../fonts/ufonts.com_century-gothic.eot');
    src: url('../../fonts/ufonts.com_century-gothic.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/CenturyGothic.ttf') format('truetype'),
    url('../../fonts/CenturyGothic.svg') format('svg');
    font-face-name: 'CenturyGothic';
}

p,h1,h2,h3,h4,h5,h6,span,a,input,textarea,label,button{
    font-family: CenturyGothic;
}

input:focus, textarea:focus{outline: none}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0) inset !important;
    background: transparent!important;
    background-color: transparent!important;
}

.body-fixed{
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh;
}

.main-fixed{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.background-theme{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
}

.background-theme img, .background-theme img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: .5;
}

header{
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 2;
}

header nav{
    position: fixed;
    width: 100%;
    max-width: 1000px;
    min-width: 300px;
    height: 80px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

nav div.menu-pages{
    height: 80px;
}

div.menu-pages ul{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    z-index: 2;
}

div.menu-pages ul li{
    display: inline-block;
    margin: 0px -4px;
    text-align: center;
}

div.menu-pages ul li:last-of-type{
    border: 0 none;
}

div.menu-pages ul li a{
    text-align: center;
    line-height: 100%;
    font-size: 18px;
    color: #5e5f5f;
    transition: 0.5s all;
    position: relative;
    padding: 2px 0;
    letter-spacing: 9px;
}

div.menu-pages ul li a::after{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: 0.25s all;
    background: #4edcc6;
    left: 50%;
    transform: translateX(-50%);
}

div.menu-pages ul li a:hover{color: #4edcc6;}
/* div.menu-pages ul li a:hover::after{width: 100%;} */

div.menu-pages ul li a.active{
    color: #4edcc6;
}

/* div.menu-pages ul li a.active::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: 0.25s all;
    background: #74cbcc;
    left: 50%;
    transform: translateX(-50%);
} */

footer.home-footer{
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    /* width: 300px; */
}

footer.home-footer ul{
    width: 100%;
    text-align: center;
}

footer.home-footer ul li{
    display: inline-block;
    margin: 0px 10px;
    padding: 5px 10px;
    vertical-align: middle;
}

footer.home-footer ul li a{
    text-align: right;
}

footer.home-footer ul li a img{
    width: 24px;
}

footer.home-footer ul li a img.black{
    display: block;
}

footer.home-footer ul li a img.color{
    display: none;
}

footer.home-footer ul li a:hover img.black{ display: none}
footer.home-footer ul li a:hover img.color{ display: block}

.content-container{
    width: 100%;
    /* max-width: 1200px; */
    /* height: calc(100vh - 150px); */
    height: 100vh;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 1px 5px #5e5f5f;
    z-index: 1;
}

.content-container article {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.artical-row{
    text-align: center;
    min-width: 300px;
    max-width: 960px;
    margin: 0px auto;
    padding: 120px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-content{
    max-width: 1000px;
    min-width: 300px;
    /* width: 100%; */
    padding: 15px 20px;
    margin: 50px auto;
}

.text-content> div p{
    text-align: justify;
    line-height: 25px;
}

.theme-thumbnailss{
    position: relative;
    margin: 10px;
    width: 275px;
    height: 250px;
    overflow: hidden;
    transition: 0.5s all;
}

.thumbnail-img-3-2{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.thumbnail-img-2-2{
    width: 200px;
    height: 200px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.thumbnail-img-3-2 img, .thumbnail-img-2-2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    overflow: hidden;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s all;
    opacity: .5;
}

.thumbnail-title{
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.thumbnail-title p{
    font-size: 16px;
    text-align: center;
    color: #5e5f5f;
    transition: 0.25s all;
    line-height: 45px;
}

/* .theme-thumbnails:hover{transform: scale(1.1);} */
.theme-thumbnailss:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}
.theme-thumbnails:hover p{color: #4edcc6}

.thumb-pagination{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.thumb-pagination ul{
    overflow: auto;
    width: 300px;
    text-align: center;
}

.thumb-pagination ul li{
    line-height: 100%;
    text-align: center;
    display: inline-block;
    margin: 0px -2px;
    vertical-align: top;
    padding: 15px;
    position: relative;
}

.thumb-pagination ul li a{color: #5e5f5f;}

.thumb-pagination ul li a::after{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: 0.25s all;
    background: #4edcc6;
    left: 50%;
    transform: translateX(-50%);
}

.thumb-pagination ul li a:hover{color: #4edcc6}
.thumb-pagination ul li a:hover::after{width: 100%;}

.thumb-pagination ul li.active span{color: #4edcc6;}
.thumb-pagination ul li.active span::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: 0.25s all;
    background: #74cbcc;
    left: 50%;
    transform: translateX(-50%);
}

ul.pagination li:first-of-type, ul.pagination li:last-of-type{display: none}

.the-project{
    width: 100%;
    max-width: 960px;
    min-width: 300px;
    padding: 95px 0;
    height: calc(100% - 150px);
    float: none;
    clear: both;
    margin: 0px auto;
}

.the-project-desc{
    width: 399px;
    height: 100%;
    float: left;
    border-left: 1px solid #5e5f5f;
}

.the-project-feed{
    width: calc(100% - 400px);
    min-width: 400px;
    height: 100%;
    float: left;
    position: relative;
}

.the-feed{
    padding: 25px 45px;
}

.the-feed iframe{width: 100%;max-height: 400px;}

.media-text *{
    color: #5e5f5f;
    text-align: center;
    font-family: CenturyGothic;
    font-size: 18px;
    display: block;
    margin: 20px;
}

.media-text a{transition: 0.25s all}

.media-text a:hover{
    color: #4edcc6;
}

.the-text{
    padding: 25px;
    text-align: center;
    color: #5e5f5f;
    font-size: 18px;
}

.the-text p{
    text-align: justify;
    color: #5e5f5f;
    font-size: 18px;
}

.contact-form, .contact-info{
    width: calc(50% - 75px);
    height: calc(100% - 50px);
    padding: 25px 50px;
    float: left;
    padding-right: 25px;
}

.contact-info{
    width: calc(50% - 51px);
    height: calc(100% - 50px);
    padding: 25px;
    float: left;
    border-left: 1px solid #5e5f5f;
}

.contact-info address{padding-top: 24px;}

form div.controll-form{
    margin: 20px 0;
}

div.controll-form label{
    display: block;
    color: #5e5f5f;
    font-size: 15px;
}

div.controll-form label sup{color: red}

div.controll-form input {
    display: block;
    background: transparent;
    border-bottom: 1px solid #5e5f5f;
    width: 100%;
    min-width: 300px;
    height: 19px;
    padding: 5px 0;
    font-size: 15px;
}

div.controll-form textarea{
    display: block;
    background: transparent;
    border-bottom: 1px solid #5e5f5f;
    width: 100%;
    min-width: 300px;
    height: 250px;
    resize: none;
    padding: 5px 0;
    font-size: 15px;
}

div.contact-form button{
    background: transparent;
    color: #5e5f5f;
    font-size: 18px;
    border: 1px solid #5e5f5f;
    padding: 5px 20px;
    transition: 0.25s all;
    cursor: pointer;
}

div.contact-form button:hover{
    background: #5e5f5f;
    color: #4edcc6;
}

.contact-info-list{}

.contact-info-list li{
    margin-bottom: 20px;
}

.contact-info-list li p{
    color: #5e5f5f;
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-info-list li p:first-of-type{padding-left: 0;}

.contact-info-list li a{
    color: #5e5f5f;
    font-size: 16px;
    display: block;
    transition: 0.25s all;
}

.contact-info-list li a:hover{color: #4edcc6;}

.contact-social *{
    color: #5e5f5f;
}

.social-list{
    margin-top: 25px;
}

.social-list li{
    display: inline-block;
    margin: 0px 20px;
    vertical-align: middle;
}

.social-list li:first-of-type{margin-left: 0;}

.social-list li a{}

.social-list li a img{width: 24px;}

.social-list li a img.black{
    display: block;
}

.social-list li a img.color{
    display: none;
}

.social-list li a:hover img.black{
    display: none;
}

.social-list li a:hover img.color{
    display: block;
}

.pagination-arrows{
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
}

.keep-left{left: -20px;}
.keep-right{right: -20px;}

.pagination-arrows img{
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    transform-origin: center center;
}

.pagination-arrows img.prv-img{transform: rotateY(180deg) translateY(-50%);}

.hamburger-menu{
    width: 35px;
    height: 35px;
    padding: 5px;
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    cursor: pointer;
}

.hamburger-menu div{
    position: relative;
    width: 35px;
    height: 35px;
}

.hamburger-menu span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #5e5f5f;
    transition: 0.5s all;
    transform-origin: center center;
    position: absolute;
}

.hamburger-menu span:first-of-type{
    transform-origin: top left;
    top: 5px;
}

.hamburger-menu span:nth-of-type(2){
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-menu span:last-of-type{
    transform-origin: bottom left;
    bottom: 5px;
}

.mobile-open span:first-of-type{
    transform: rotateZ(45deg);
    top: 5px;
    left: 6px;
    background-color: #fff;
}
.mobile-open span:nth-last-of-type(2){
    opacity: 0;
    background-color: #fff;
}
.mobile-open span:last-of-type{
    transform: rotateZ(-45deg);
    left: 6px;
    bottom: 4px;
    background-color: #fff;
}

.mobile-menu{
    background-color: #5e5f5f;
    z-index: 2;
    height: 100vh;
    width: 100vw;
    top: 0;
    position: absolute;
    left: 100%;
    display: none;
    transition: 0.5s all;
}

.mobile-menu ul{margin-top: 145px;}

.mobile-menu ul li{
    width: 200px;
    margin: 20px auto;
    text-align: right;
}

.mobile-menu ul li a{
    text-align: center;
    line-height: 100%;
    font-size: 18px;
    color: #fff;
    transition: 0.5s all;
    position: relative;
    padding: 2px 0;
    letter-spacing: 9px;
}

.mobile-logo{margin-top: 85px;}
.mobile-logo a{
    display: block;
}

.mobile-logo> a img{
    width: 145px;
    margin: 0px auto;
    display: block;
}

.mobile-menu-open{
    left: 0;
}

.side-logo{
    width: 100px;
    height: 100%;
    position: absolute;
    left: 100px;
    top: 4px;
    z-index: 4;
}

.gallery-holder{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 15;
    display: none;
}

.gallery-holder .close-feed{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    cursor: pointer
}

.gallery-holder div.artical-row{
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1000px) {
    .keep-left{left: 0;}
    .keep-right{right: 0;}
    
    .background-theme img{
        width: 150%;
        max-width: 50000px;
    }
}

@media only screen and (max-width: 959px) {
    .theme-thumbnailss{
        width: 270px;
        height: 180px;
    }

    .pagination-arrows{display: none;}

    ul.pagination li:first-of-type, ul.pagination li:last-of-type{display: inline-block}
}

@media only screen and (max-width: 900px){
    .side-logo{left: 0;}
}

@media only screen and (max-width: 745px){
    .side-logo{display: none;}
    
    .background-theme img{
        width: 200%;
        max-width: 50000px;
    }
}

@media only screen and (max-width: 520px){
    header{display: none}
    
    .hamburger-menu, .mobile-menu{display: block}
    
    .body-fixed, .main-fixed{
        width: auto;
        height: auto;
        overflow: auto;
        overflow-x: hidden;
    }

    .content-container{
        position: relative;
        transform: translateX(0);
        height: auto;
        top: 0;
        left: 0;
    }

    .background-theme img{
        width: 268%;
        max-width: 10000%;
    }

    footer.home-footer{
        width: 100%;
        right: 0;
        bottom: 60px;
    }

    .theme-thumbnails{
        margin: 20px;
    }

    .theme-thumbnailss{
        width: 200px;
        min-height: 200px;
    }

    .thumbnail-img-3-2{
        width: 300px!important;
        height: 200px!important;
    }

    .thumbnail-img-3-2 img, .thumbnail-img-2-2 img{
        opacity: 1;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .contact-form, .contact-info{
        float: none;
    }

    .contact-info{
        border: 0px none;
        width: calc(100% - 40px);
        padding: 20px;
    }

    .contact-form{
        width: calc(100% - 40px);
        padding: 20px;
    }

    .the-project{overflow: auto}

    .the-project-desc{border: 0px none}

    .the-project-desc{width: 100%}
}

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

@media only screen and (max-width: 376px) {
    *{overflow-x: hidden}
    .text-content{padding: 10px}

    .the-feed{
        padding: 0;
    }

    .the-project-feed{
        width: 100%;
        min-width: 100%;
    }
}