@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir.eot');
    src: url('fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('fonts/Vazir.woff2') format('woff2'),
    url('fonts/Vazir.woff') format('woff'),
    url('fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Bold.eot');
    src: url('fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Vazir-Bold.woff2') format('woff2'),
    url('fonts/Vazir-Bold.woff') format('woff'),
    url('fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Light.eot');
    src: url('fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Vazir-Light.woff2') format('woff2'),
    url('fonts/Vazir-Light.woff') format('woff'),
    url('fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Medium.eot');
    src: url('fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Vazir-Medium.woff2') format('woff2'),
    url('fonts/Vazir-Medium.woff') format('woff'),
    url('fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Black.eot');
    src: url('fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Vazir-Black.woff2') format('woff2'),
    url('fonts/Vazir-Black.woff') format('woff'),
    url('fonts/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
}
img{
    width: 100%;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color:#555;
    direction: rtl;
    font-family:'Vazir';
    font-weight: 400;
    text-decoration: none;
    text-align: right;
    list-style: none;
}

a{
    color: #333;
}
a:hover{
    text-decoration: none;
    color: #35ccbd;
}
.menu ul{
    display: flex;
    flex-direction: row-reverse;
}
.menu ul>li{
    line-height: 46px;
    margin-right: 20px;
}
header{
    margin-bottom: 30px;
}
header{
    background: #00BCD4;
    background-image: url(img/Workshops-Header-Background.png);
    background-size: cover;
    background-position: center;
    text-align: CENTER;
    position: relative;
    z-index: 1;
}
header:before{
    content: ' ';
    display: table;
    position: ABSOLUTE;
    width: 100%;
    height: 100%;
    background: #00bcd45c;
    z-index: -1;
}
header h1{
    text-align: CENTER;
    color: #fff;
    font-weight: 600;
    padding: 50px 0 0 0;
    margin: 0;
}
header p{
    text-align: center;
}
header .nav{
    background: #0000004f;
    margin-top: 30px;
    backdrop-filter: blur(5px);
}
.result-display,.gadgets-bar{
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0;
    display: inline-block;
}
.menu li a{
    height: 100%;
    display: block;
    line-height: 54px;
    color: #fff;
    background: transparent;
    transition: 0.3s;
    padding: 0 10px;
}
.menu li a:hover,.current_page_item a{
    background: rgba(0, 188, 212, 0.51) !important;
}
.gadgets-bar{
    border: none;
}
.add-element{
    padding: 5px 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    border: 1px solid #eee;
    transition: .3s;
}
.add-element:hover{
    color: #00BCD4;
    border: 1px solid #00BCD455;
}
.add-element-contain{
    text-align: center;
    margin: 10px 0;
}
.gadgets-bar{
    width: 27%;
    margin-right: 2%;
    /*float: left;*/
    border: none;
}
.mobile-result .e-move-box{
    display: none !important;
}
.result-display,.mode{
    float: right;
}
.result-display{
    position: relative;
    width: 70%;
    margin-bottom: 100px;
}
.result-display .section{
    position: relative;
    display: none;
    /*overflow: hidden;*/
}
.add-element b{
    font-size: 16px;
    margin: 0 0 0 8px;
}
.section-title{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    line-height: 42px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    transition: .2s;
}
.section-title:hover{
    color: #00BCD4;
}
.add-elements .sections:last-child .section-title{
    border-bottom: none;
}
.add-elements{
    border: 1px solid #ddd;
    border-radius: 3px;
}
.section-contain-item img{
    width: 100%;
}
.section-contain{
    overflow-y: scroll;
    max-height: 400px;
}
.section-contain{
    border-bottom: 1px solid #efefef;
}
.section-contain,.section-contain-item p,.section-contain-item a{
    display: none;
}
.sections:first-child .section-contain{
    display: block;
}
.section-contain-item{
    position: relative;
    padding: 3%;
    background: #fff;
    transition: .3s;
    cursor: pointer;
}
.section-contain-item:before{
    content: "\002B";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    backdrop-filter: blur(3px);
    background: #00BCD422;
    transition: .3s;
    opacity: 0;
    transform: scale(0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #00BCD4;
}
.section-contain-item:after{
    content: attr(data-title);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    font-size: 11px;
    z-index: 10;
    transition: .3s;
    opacity: 0;
    transform: scale(0.6);
    text-align: left;
    padding: 6px;
    color: #000;
    text-shadow: 0 0 3px #fff;
}
.section-contain-item:hover:before,.section-contain-item:hover:after{
    opacity: 1;
    transform: scale(1);
}
.gadgets,.e-move-box{
    position: absolute;
    top: 10px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transition: .35s;
    z-index: 10;
    border-radius: 3px;
}
.sectitle{
    font-weight: 500;
    position: ABSOLUTE;
    top: 17px;
    left: 20px;
    padding: 5px 16px 3px 16px;
    visibility: hidden;
    opacity: 0;
    transition: .35s;
    z-index: 10;
    backdrop-filter: blur(5px);
    color: #ffffff;
    background: #00bcd491;
    border-radius: 3px;
}
.e-move-box svg{
    width: 15px;
    margin: 20%;
    fill: #777;
    height: 16px;
}
.e-move-box:hover svg path{
    fill: #00BCD4;
}
.e-move-box{
    display: none;
}
#body-posision .e-move-box{
    top: auto;
    bottom: 10px;
    width: 26px;
    height: 26px;
    background: #00000020;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}


.section:hover .gadgets,.section:hover .e-move-box,.section:hover .sectitle{
    visibility: visible;
    opacity: 1;
    top: 20px;
}
.section:hover .e-move-box{
    bottom: 30px !important;
}
.no-element{
    width: calc(100% - 20px);
    height: 50vh;
    background: #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
#slider-posision .no-element,#footer-posision .no-element{height: 26vw;}
#header-posision .no-element{height: 10vw;}
.no-element b{
    font-size: 56px;
    margin-top: 10px;
    color: #00000022;
}
.e-remove{
    background: #f43636;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    box-shadow: 0 0 5px 0 #00000030;
    color: #fff;
    transform: scale(1);
    cursor: pointer;
    transition: .3s;
    opacity: .9;
    padding: 4px;
}
.e-remove:hover{
    box-shadow: 1px 1px 5px 0 #00000060;
    transform: scale(1.1);
}
.designidea-save,.designidea-list,.designidea-download{
    position: relative;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    margin: 20px 0;
    background: #00bcd40f;
    color: #00BCD4;
    border: 1px solid #00BCD4;
    padding: 10px 0 9px 0;
    cursor: pointer;
    transition: .3s;
    height: 47px;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}
.designidea-save{
    background: #00BCD4;
    color: #fff;
}
.designidea-list:hover,.designidea-download:hover{
    background: #00BCD4;
    color: #fff;
}
.designidea-preview{
    text-align: CENTER;
    color: #939393;
    transition: 0.2s;
    cursor: pointer;
}
.designidea-preview:hover{
    color: #333;
}
.designidea-save:hover{
    background: rgba(0, 188, 212, 0.17);
    color: #00BCD4;
}
.designidea-save svg{
    height: 28px;
    margin: auto;
}
.designidea-save:hover svg path,.designidea-save:hover svg rect{
    fill:#00bcd4 !important;
}
.designidea-save svg path,.designidea-save svg rect{
    fill: #fff !important;
}
.spin-loading{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.designidea-save:hover svg{
    left: 30%;
    opacity: 1;
}
.e-examples{
    position: relative;
    float: left;
    margin-right: 12px;
    font-size: 13px;
    z-index: 13;
}
.e-examples>span{
    background: #f7f7f7;
    font-weight: 600;
    height: 24px;
    display: inline-block;
    padding: 1px 10px 0 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    box-shadow: 0 0 5px 0 #00000030;
    font-size: 13px;
}
.e-examples>div{
visibility: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 3px;
    transition: 0.35s opacity;
    border: 1px solid #ccc;
}
.e-examples>div>div{
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.e-examples>div>div:hover{
    color: #00BCD4;
}
.e-examples>div>div:last-child{
    border-bottom: none;
}
.e-examples a{
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: center;
    line-height: 25px;
}
.e-examples>span:hover ~ div,.e-examples>div:hover{
    visibility: visible;
    opacity: 1;
}
.example-photo{
    position: relative;
}
#project-title{
    margin-bottom: 15px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    box-shadow: inset 0 0 5px #eee;
}
.customer-list-bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000099;
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s opacity;
    overflow: hidden;
    z-index: 1000;
}
.customer-list{
    max-width: 1000px;
    width: 85%;
    height: auto;
    max-height: 70%;
    background: rgb(255,255,255);
    background: linear-gradient(138deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 59%, rgba(238,238,238,1) 100%);
    border-radius: 7px;
    box-shadow: 0 0 15px 0 #00000080;
    padding: 1%;
    overflow-y: scroll;
}
.customer-list > span{
    font-size: 34px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 11px;
    cursor: pointer;
    color: #666;
    transition: 0.3s;
}
.customer-list > span:hover{
    color: #f43636;
}
.customer-list thead td{

}
.customer-list table a{
    background: #eee;
    border-radius: 3px;
    width: 80px;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 27px;
}
.customer-content span{
    color: #bbb;
    margin-right: 10px;
}
.container{
    transition: 0.3s;
}
.preview .result-display,.preview{
    width: 100%;
    padding: 0;
    max-width: 100%;
}
header,.nav{
    transition: .3s;
}
.preview header,.preview .nav{
    height: 0;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: 0;
}
.preview .gadgets-bar,.preview .mode,.preview .phone-bg{
    display: none;
}
.preview .mobile-result{position: static;}
.preview .mobile-result-phone{width: 500px;}
.preview .result-display,.preview .gadgets-bar{
    border: none;
}
.noborder .result-display,.noborder .result-display .section{
    border: none !important;
}
.wrapper{
    transition: 0.3s;
}
.close-preview{
    position: fixed;
    left: -57px;
    transform: rotate(90deg);
    z-index: 10;
    background: #00bcd4;
    width: 120px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 2px 0 22px 0;
    box-shadow: 0 0 10px 0 #00bcd440;
    cursor: pointer;
    transition: .2s ease-out;
    opacity: 0;
    backdrop-filter: blur(5px);
    visibility: hidden;
    top:40%;
}
.preview .section{
    border: none;
}
.preview .e-move-box{
    left: auto !important;
    right: 30px !important;
}
.preview .close-preview{
    opacity: .7;
    visibility: visible;
}
.close-preview:hover{
    box-shadow: 0 0 16px 0 #00bcd4b5;
    left: -52px;
    opacity: 1;
}
.customer-content{
    width: 100%;
    margin-top: 20px;
}
.customer-content thead{
    font-weight: bold;
    background: #eee;
}
.customer-content thead td{
    padding: 5px 0;
    font-weight: bold;
}
.customer-content thead tr:last-child{
    text-align: center;
}
.customer-content tbody td{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
@media only screen and (max-width: 760px) {
    .gadgets-bar,.result-display{
        width: 100%;
    }
}
@media print
{
    .close-preview
    {
        display: none !important;
    }
}