@charset "UTF-8";
/*
Theme Name: Nitanoo Theme
Theme URI: https://nitanoostudio.com/
Author: Mehdi Nezamzadeh
Author URI: https://mene77.ir/
Author Email: mehdi.nezamzade@gmail.com
Description: Software design and development studio
Version: 1.0.0

*/







html {
  scroll-behavior: smooth;
}
html,body{
    height: 100%;
}
body {
    font-size: 14px;
    line-height: 1.5;
    color: #24292e;
    background-color: #fff;
    position: relative;
    margin: 0;
    /* height: auto; */
}
html, body, h1, h2, h3, h4, h5, h6, a, input {
    font-family: 'DaxlinePro' !important;
}
a{
    text-decoration: none !important;
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
li{
    list-style-type: none;
}
body.coming-page-body{
    background-color: #000;
}
.nitanoo-footer .container,
.header-nitanoo .container,
.page-content-nitanoo .mx-width{
    max-width: 1140px;
    margin: 0 auto;
}
#page.wrapper{
    min-height: 100%;
    height: auto;
}
.coming-container{
    background-color: black;
}
.coming-container .head-logo{
    width: fit-content;
    position: absolute;
    left: 76px;
    top: 35px;
}
.coming-container .head-logo img{
    width: 126px;
}
.coming-container .center-box{
    background-color: #FEE440;
    width: 37%;
    margin: 0 auto;
    padding: 48px 30px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
.coming-container .ghost .box__ghost-container {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px 100px 0 0;
    position: relative;
    margin: 0 auto;
    animation: upndown 3s ease-in-out infinite;
}
.coming-container .ghost .box__ghost-container .box__ghost-eyes {
    position: absolute;
    left: 50%;
    top: 45%;
    height: 12px;
    width: 70px;
}
.coming-container .ghost .box__ghost-container .box__ghost-eyes .box__eye-left {
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    margin: 0 10px;
    position: absolute;
    left: 0;
}
.coming-container .ghost .box__ghost-container .box__ghost-eyes .box__eye-right {
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    margin: 0 10px;
    position: absolute;
    right: 0;
}
.coming-container .ghost .box__ghost-container .box__ghost-bottom {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.coming-container .ghost .box__ghost-container .box__ghost-bottom div {
    flex-grow: 1;
    position: relative;
    top: -10px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
}
.coming-container .ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n) {
    top: -12px;
    margin: 0 0px;
    border-top: 15px solid #fee440;
    background: transparent;
}
.coming-container .center-box .ghost{
    margin: -20px 0 32px 0;
    transform: scale(1.2);
}
.coming-container .center-box .logo-title{
    width: fit-content;
    margin: 0 auto 6px auto;
    transform: scale(0.8);
}
.coming-container .center-box .gform_wrapper form{
    display: flex;
    margin: 15px auto 23px auto;
    width: 85%;
}
.coming-container .center-box .gform_wrapper form .gform_body{
    width: 100%;
}
.coming-container .center-box .gform_wrapper form input[type="text"]{
    width: 100%;
    background-color: transparent;
    border: 2px solid black;
    outline: unset;
}
.coming-container .center-box .gform_wrapper form .gform_footer{
    margin: 0;
    padding: 0 0 0 11px;
    height: fit-content;
}
.coming-container .center-box .gform_wrapper form .gform_footer input[type="submit"]{
    background-color: black;
    color: #fee440;
    border: none;
    height: 100%;
    padding: 10px 23px;
    cursor: pointer;
}
.coming-container .center-box .gform_confirmation_wrapper {
    text-align: center;
    margin: 21px 0 26px 0;
}
.coming-container .center-box .footer-logo{
    width: fit-content;
    margin: 0 auto 22px auto;
}
.coming-container .center-box .social{
    width: fit-content;
    margin: 37px auto 0 auto;
}
.coming-container .center-box .social .item{
    padding: 0 10px;
}
.coming-container .center-box .form .title{
    font-size: 28px;
    text-align: center;
    font-weight: 100;
}
.coming-container .center-box .gform_wrapper form .gform_body .validation_message{
    background-color: unset;
    border: none;
    margin: -4px 0 0 -21px;
}
.coming-container .center-box .gform_wrapper .gform_validation_errors{
    display: none;
}
.nitanoo-footer{
    height: 80px;
}
.nitanoo-footer .container{
    height: 100%;
    display: grid;
    align-content: center;
}
.nitanoo-footer .social{
    padding: 3px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    display: flex;
}
.nitanoo-footer .social a{
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.5s;
}
.nitanoo-footer .social .s-item:last-child .separator{
    display: none;
}
.back-to-top{
    cursor: pointer;
    width: fit-content;
    position: fixed;
    right: 27px;
    bottom: 24px;
    display:none;
    transition: 0.5s;
}
.back-to-top:hover{
    transform: scale(1.2);
}
.home-top-banner .banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
}
.home-top-banner .text{
    position: absolute;
    height: auto;
    width: 100%;
    text-align: center;
    top: 24vh;
    font-size: 75px;
    font-weight: 800;
    color: #f7f7f7;
}
.home-top-banner .text .text-2{
    font-size: 49px;
    font-weight: 500;
}
.home-top-banner{
    visibility: visible;
    opacity: 1;
    transition: transform 0.7s ease-out 0s, opacity 0.7s ease-out 0s;
    height: 100vh;
 
    overflow: hidden;
}
.home-about{
    width: 100%;
    margin: 37px 0 76px 0;
    padding-top: 65px;
}
.home-about .description{
    text-align: justify;
    font-size: 28px;
    width: 49%;
    margin: 0 auto;
    font-weight: 100;
    line-height: 54px;
}

.home-projects .nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex: 1 1 auto;
    padding: 10px 20px;
    margin: 11px 0 30px 0;
}

.home-projects .nav-item {
    position: relative;
    padding: 0 5px;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
    color: #bbbbbb;
    text-transform: uppercase;
}
.home-projects .nav-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #595959;
    transition: all 500ms;
}
.home-projects .nav-item.active,
.home-projects .nav-item:hover{
    color: #000000;
    font-weight: 500;
    transition: all 350ms;
}
.home-projects .nav-item.active:before {
    width: 100%;
}

.home-projects .portfolio {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-projects .project {
    position: relative;
    width: 33.33%;
    height: 0;
    padding-bottom: 33.33%;
}
.home-projects .project a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.home-projects .project a .project-image{
    overflow: hidden;
}
.home-projects .project:hover .project-info {
    background: rgba(89, 89, 89, 0.7);
}

.home-projects .project-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.home-projects .project a:hover .project-image img{
    transform: scale(1.15);
}
.home-projects .project-info-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding-bottom: 50%;
    padding-top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f6f6f6;
    opacity: 0;
    transition: all 350ms ease-in;
    margin: 0 0 0 0;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.home-projects .project-info-title:hover {
    opacity: 0.7;
}
.home .scroll-to-content{
    position: absolute;
    bottom: 45px;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    right: 0;
    cursor: pointer;
    left: 0;
    transform: scale(1.5);
}
.home .scroll-to-content svg{
    width: 39px;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.header-nitanoo{
    z-index: 100;
    position: fixed;
    right: 0;
    left: 0;
}
.header-nitanoo .container{
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 68px;
    padding: 18px 0 0 0;
}
.header-nitanoo .container .logo-header{
    height: fit-content;
    margin-top: -22px;
}
.header-nitanoo .container .logo-header svg,
.header-nitanoo .container .logo-header img{
    width: 90px;
    height: auto;
}
.header-nitanoo ul.menu{
    display: flex;
}
.header-nitanoo ul.menu a{
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    padding: 5px 0 0 0;
    text-transform: uppercase;
    margin: 0 12px;
    letter-spacing: 0.12222222222222223rem;
}
.header-nitanoo ul.menu a:hover,
.header-nitanoo ul.menu .current_page_item a{
    border-bottom: 1px solid;
    font-weight: 500;
}
.about-content{
    background-color: #e56853;
    padding: 10% 0 9% 0;
}
.about-content .mx-width{
    display: flex;
}
.about-content .image{
     width: 50%;
    text-align: center;
}
.about-content .image img{
    width: -webkit-fill-available;
}
.about-content .image img.title{
    width: 76%;
    margin: -49px auto -82px auto;
}
.about-content .content{
    color: #fff;
    width: 50%;
    padding: 0 0 0 50px;
    font-size: 23px;
    font-weight: 100;
    line-height: 42px;
}
.about-content .content h2{
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 33px 0;
}
.single-project-content .image{
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;

}
.single-project-content .image img{
    width: 100%;
    height: auto;
    border-radius: 0;
    transition: all 0.3s ease;

}
.single-project-content .pic{
    width: 50%;
    margin-bottom: -8px;
}
/*
.single-project-content .image img:hover{
    transform: scale(1.05);
}
*/
.single-project-content{

}
.single-project-content .mx-width{
    display: flex;
    padding: 10% 0 17px 0;
    max-width: 1200px;
}
.single-project-content .content{
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    line-height: 34px;
    padding: 0 0 0 60px;
}
.single-project-content .title{
    font-weight: 900;
    font-size: 42px;
}
.about-content .contact-form{
    margin: 40px 0 0 0;
}
.about-content .contact-form input{
    border: none;
    outline: unset;
    border-radius: 5px;
    height: 51px;
    padding: 0 0 0 16px !important;
}
.about-content .contact-form input[type="submit"]{
    width: 100%;
    background-color: #ffb931;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    font-weight: 800;
}
.about-content .contact-form textarea{
    border: none;
    outline: unset;
    border-radius: 5px;
    padding: 16px 0 16px 16px !important;
    font-family: 'DaxlinePro' !important;
}
.about-content .contact-form .gfield_description{
    margin: -7px 0 -18px 6px !important;
    padding: 0 !important;
    font-size: 12px !important;
}
.about-content #gform_confirmation_message_2{
    font-weight: 800;
    font-size: 18px;
    color: #ffdf9f;
}



















