/*
Theme Name: Sitet
Author: Sitet
Author URI: https://sitet.net
Version: 1.0
*/
/*
    IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
    ---------------------------------------------------------------------
    This set of fonts are used in this project under the license: (BVFKL)
    ---------------------------------------------------------------------
*/
@font-face {
	font-family: IRANSansX;
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url('fonts/woff/IRANSansX-Bold.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/woff/IRANSansX-Regular.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-Regular.woff2') format('woff2');	
}

body {
	direction: rtl;
	font-family: IRANSansX  !important;
	font-size: 14px;
	margin: 0px;
}

body.home{
	background:#f9fcff;
}

.container {
    background-color: #f9fcff;
}

/* Navigation Menus */
/*.sitet-header {
	position: absolute;
	z-index: 10;
	width: 100%;
	background-color: rgba(255,255,255,0.3);
}

.sitet-nav ul.menu > li > a {
	color:#fff;
}
*/
.sitet-nav {
    width: 80%;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.sitet-nav .menu-main-menu-container {
    padding-top: 6.5px;
}

#logo-container {
    padding-top: 5.5px;
}

.sitet-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sitet-nav ul li {
	float: right;
}

.sitet-nav ul li a {
	display: inline-block;
	color: rgba(0,0,0,0.6);
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	width: 100%;
	text-align: right;
}

.sitet-nav ul li:nth-child(1) a {
	padding-right: 0px;
}

.sitet-nav ul li.icon a {
	border-bottom: none;
}

.sitet-nav ul li a:hover {
	color: #42DDCD;
}

.sub-menu {
	display:none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	z-index: 10;
	border-top: 3px solid #42DDCD;
}

.sitet-nav .sub-menu li {
	display: block;
	text-align: right;
	float: none;
}

.sitet-nav .menu-item-has-children:hover .sub-menu {
	display: block;
}

.sitet-nav .icon {
  display: none;
}

.sitet-nav #menu-main-menu > .current-menu-item > a{
	color: #42DDCD;
}

.sitet-nav .menu-item-has-children > a::after {
	content: "\003e";
	padding-right: 5px;
	position: relative;
	top: 1px;
	display: inline-block;
	transition: all 0.5s;
}

.sitet-nav .menu-item-has-children:hover > a::after, .sitet-nav .menu-item-has-children.hover > a::after  {
	transform: rotate(-90deg);
	top: -3px;
}
/* responsive menu */
@media screen and (max-width: 961px) {
	
	.sitet-header {
		background-color: #fff;
	}

	.sitet-nav .menu-main-menu-container {
		padding-top: 0px;
	}
	
	.sitet-nav.responsive .menu-main-menu-container {
		margin-top: 62.5px;
		flex-basis: 100%;
	}

	.sitet-nav.responsive ul li a {
		border-bottom: 1px solid #eee;
	}
	
	.sitet-nav li {
		display: none;
	}
	.sitet-nav li.icon {
		display: block;
		padding-top: 6.5px;
	}
	.sitet-nav.responsive {
		position: relative;
	}
	.sitet-nav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.sitet-nav.responsive .icon a {
		border-bottom: none;
	}
	
	.sitet-nav.responsive li {
		float: none;
		display: block;
		text-align: right;
	}
	.sitet-nav .sub-menu li {
		margin-right: 15px;
	}
	.sitet-nav.responsive .menu-item-has-children:hover .sub-menu, .sitet-nav.responsive .hover .sub-menu {
		display:block;
	}
	.sitet-nav.responsive .sub-menu {
		position: relative;
	}
	.sitet-nav.responsive .menu-item-has-children {
		display: block;
		width: 100%;
		text-align: right;
	}
	
	.sitet-nav.responsive #logo-container {
		position: absolute;
		left: 0;
	}
}

#particles-js {
	background-position: top left;
	background-image: url(./images/sitet.jpg);
	overflow: hidden;
	padding: 150px 0;
	position: relative;
}
.particles-js-canvas-el {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index:2;
    height:100vh !important;
}
.home-overlay {
    background-color: rgba(29,51,84,0.84);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}
.banner-container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	max-width: 1080px;
}
.banner-content {
    float: right;
    margin-right: 0;
	max-width: 430px;
    text-align: right;
}

.banner-container h1, .banner-container p, .banner-container a {
	color: #fff;
    position: relative;
    z-index: 3;
}

h1 {
	font-size: 24px;
}

.btn {
	border-radius: 3px;
	line-height: 1.7em;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
	transition: all .5s;
	padding: 12px 1em;
}
.banner-container p {
	margin-bottom: 60px;
}

.primary-btn {
	background-color: #42ddcd;
	border: 2px solid transparent;
    border-color: #42ddcd;
}
.primary-btn:hover {
    background: rgba(255,255,255,0) !important;
    border-color: #ffffff !important;
}
.secondary-btn {
	border: 2px solid;
	margin-right: 15px;
}

.secondary-btn:hover {
    background: #42ddcd !important;
    border-color: #42ddcd !important;
}

#free-consultation {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.consultation-content {
	position: absolute;
	z-index: 3;
	bottom: -109px;
	max-width: 380px;
	box-shadow: 0 0 60px rgba(66,221,205,0.5);
	background-color: #42ddcd;
	left: 0;
	padding: 40px;
}

.consultation-description h2 {
	color: #fff;
	font-size: 38px;
	margin: 0px;
	position: relative;
}
.consultation-description h2::after {
    content: '';
    height: 2px;
    width: 150px;
    display: block;
    background: #fff;
    left: 0px;
    position: absolute;
    bottom: 28px;
}

.consultation-description {
	color: #fff;
	padding-bottom: 20px;
}

.consultation-description p {
	font-weight: bold;
	line-height: 1.9em;
}

.consultation-btn {
	color: #42ddcd !important;
	background: #ffffff;
	background-color: #ffffff;
	border: 2px solid;
}
.consultation-btn:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,0) !important;
	border: 2px solid transparent;
    border-color: #ffffff !important;
}

@media screen and (max-width: 1200px) {
	#free-consultation {
		width: 90%;
	}
}

@media screen and (max-width: 991px) {
	.consultation-content {
		bottom: -160px;
	}
}

@media screen and (max-width: 480px) {
	
	#particles-js {
		padding: 50px 0;
	}
	
	#free-consultation {
		width: 80%;
		margin-top: 100px;
	}
	
	.consultation-content {
		position: relative;
		bottom: auto;
	}
	
	.consultation-description h2::after {
		left: auto;
		bottom: -5px;
	}
	
	.banner-container a {
		display: block;
		text-align: center;
		margin: 30px auto;
	}
	
	.banner-content {
		float: none;
	}

}

.baseline {
    margin-bottom: 25px;
    position: relative;
    font-size: 35px;
	flex-basis: 100%;
}

.baseline::after {
    content: '';
    height: 3px;
    width: 70px;
    background: #42ddcd;
    display: block;
    margin-top: 20px;
}

#services {
    margin-top: 150px;
}

@media screen and (max-width: 780px) {
	
	#services {
		margin-top: 200px;
	}
	
}

@media screen and (max-width: 480px) {
	
	#services {
		margin-top: 100px;
	}
	
}

.sitet-container{
	width: 80%;
	margin: 0 auto;
}
	
@media (min-width:961px)  {
	.sitet-container, .home-projects{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}	
}

.services-elements {
	transition: .7s all;
    background:#fff;
	padding: 40px 20px;
    box-shadow:0 0 60px #ddd;
    margin: 25px 0;
	flex-basis: 27%;
	text-align: center;
}

.services-elements:hover{
    box-shadow: none;
    background: #42ddcd;
    color: #fff;
	cursor: pointer;
}

.services-elements span {
	color: #42ddcd;
}
.services-elements:hover span{
    color: #fff;
}

.services-elements h4 {
	font-size: 24px;
}

.services-elements h4::after {
    content: '';
    height: 2px;
    width: 70px;
    background: #42ddcd;
    display: block;
    margin: 10px auto;
}
.services-elements:hover h4::after{
    background-color: #fff;
}
.services-btn {
	border: 2px solid #42ddcd;
	color: #42ddcd;
	margin-top: 40px;
	display: inline-block;
}

.services-elements:hover .services-btn {
	background-color: #fff;
}

.services-elements:hover .services-btn:hover {
	border-color: #fff;
	background-color: #42ddcd;
	color: #fff;
}

/* Project single page */

article {
    background: #f9fcff;
	padding-top: 25px;
}
.project-container {
	align-items: flex-start;
}

.project-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 26px;
}

.project-detail {
    text-align: center;
	flex-basis: 50%;
	word-wrap: break-word;
}

.project-detail h2 {
    font-size: 22px;
    line-height: 2em;
}

.project-image {
    text-align: center;
	flex-basis: 50%
}

.project-image-holder {
	box-shadow: 0px 50px 60px #ddd;
	max-width: 400px;
	margin: 0 auto;
}

.sitet-img-box {
	border-radius: 10px 10px 0 0;
	height: 200px;
	max-width: 400px;
	position: relative;
	overflow: hidden;
}

.sitet-img-box img {
    border-radius: 10px 10px 0 0;
    height: inherit;
    object-fit: cover;
    object-position: 0 0;
    transition: all ease 5s;
	max-width: 100%;
}

.projects-image:hover img, .projects-image:active img, .project-image-holder:hover img, .project-image-holder:active img  {
    object-position: 0 100% !important;
}

.project-img-title {
	text-align: center;
	background-color: #fff;
	border-top: 1px solid;
	cursor: pointer;
	max-width: 400px;
	padding: 10px 0 5px 0;
    font-size: 20px;
    font-weight: 700;
	margin: 0;
}

.project-description{
	margin: 75px auto;
	width: 80%;
}

/* projects archive */

.projects-image {
    text-align: center;
	flex-basis: 30%;
	box-shadow: 0px 50px 60px #ddd;
	margin: 0 auto 75px;
	max-width: 400px;
}

.projects-image a {
    text-decoration: none;
    color: #000;
}

.imgbox-hover {
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imgbox-hover h2 {
    color: #fff;
	margin: 0;
	padding-top: 25%;
}

/* projects in home */
.home-projects .projects-image {
	flex-basis: 22%;
}

.home-projects .imgbox-hover h2 {
	padding-top: 35%;
}

/* home-articles */

#home-articles {
	margin: 0 auto;
	width: 80%;
}

.text-border {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	border: 2px solid #DDD;
	background: #fff;
	margin: 25px 0;
}

.text-border:nth-child(2n) {
    flex-direction: row;
}

.text-border-img {
    flex-basis: 40%;
    padding: 10px;
	text-align: center;
}

.text-border-img img {
    max-width: 100%;
    height: auto;
}

.text-border-text {
    padding: 10px;
    flex-basis: 60%;
}

.text-border:nth-child(2n+1) .text-border-text {
	border-left: 2px solid #ddd;
}

.text-border:nth-child(2n) .text-border-text {
	border-right: 2px solid #ddd;
}

.samandehi {
	text-align: center;
}

/* pages */
.page-container {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}

.page-title {
    margin: 40px auto 60px auto;
    text-align: center;
}

/* pricing-boxes */

@media (min-width:961px)  {
	.sitet-boxes {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

.sitet-box {
    flex-basis: 30%;
	border: 1px solid #bebebe;
	background-color: #fcfcfc;
	margin-bottom: 50px;
	position: relative;
}

.box-title {
    background-color: #2F4663;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.box-price {
    font-size: 25px;
    font-weight: bold;
    color: #2F4663;
    text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #bebebe;
}

.box-content {
    padding: 30px;
	margin-bottom: 50px;
}

.box-content p {
    padding: 10px 15px;
}

.box-btn {
    text-align: center;
    padding-bottom: 30px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.box-btn a {
    font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #2F4663;
	border: 2px solid;
	padding: 8px 24px;
	border-radius: 5px;
}

/*order section*/
#body-overly.is-dim {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 100;
}
#order-section {
	font-size: 14px;
}

#order-section li {
	line-height: 2em;
}

#order-section.is-bright {
    position: relative;
    background-color: #fff;
    padding: 20px;
	border-radius: 20px;
	transition: all 0.1s;
	z-index: 110;
}

/* contact page */

.contact-info a {
	color: #000;
	text-decoration: none;
}

.info-box {
	width: 100%;
	border: 1px solid;
	margin: 20px auto;
	box-sizing: border-box;
}

.ib-holder {
	padding: 10px;
}

.ib-hover {
	transition: all 0.5s;
	position: relative;
}

.ib-hover:hover{
	background:rgba(0,0,0,0.8);
}

.hover-text {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 44%;
	color: #fff;
	opacity: 0;
	width: 100%;
}

.ib-hover:hover .hover-text {
	opacity: 1;
}

.info-box h2 {
	margin: 0 10px 0 0;
	display: inline;
	top: -14px;
	position: relative;
	font-size: 20px;
}

.ib-title {
	border-bottom: 1px solid;
}

.ib-info {
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
}

#contactForm .row {
	margin-top: 20px;
}

#contactForm input, #contactForm textarea {
	font-family: IRANSansX !important;
	width: 100%;
	min-height: 40px;
	padding-right: 10px;
	box-sizing: border-box;
}

#contactForm textarea {
	min-height: 174px;
}

#contactForm input[type=submit] {
	cursor: pointer;
	border: 1px solid;
	background-color: #fff;
	font-weight: bold;
	font-size: 15px;
}

@media screen and (min-width: 769px) {

	.contact-page-holder {
		display: flex;
		justify-content: space-between;
	}

	.contact-info, #contactForm {
		flex: 1;
		flex-basis: 48%;
		flex-shrink: 0;
		flex-grow: 0;
	}

	
}

/* footer */
#footer-holder {
    background-color: #000;
    padding: 15px 5px;
}

#footer-info {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

#footer-info a {
    color: #fff;
	font-weight: bold;
	transition: all 0.5s;
	text-decoration: none;
}

#footer-info a:hover {
	opacity: 0.7;
}

/* edu page */

.tutorials-holder {
	display: flex;
	justify-content: space-between;
}

.tutorial-holder {
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	transition: all 0.5s;
	cursor: pointer;
}

.tutorial-holder:hover {
	box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.3);
}

.tutorials-holder img {
	height: 200px;
	width: auto;
	padding: 25px 50px;
}

.edu-content-holder {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}


a {
	text-decoration: none;
}

img.aligncenter {
	margin-left: auto;
	display: block;
	margin-right: auto;
}

img.alignleft {
	float: left;
}

@media screen and (max-width: 480px) {
	.tutorials-holder {
		flex-direction: column;
	}
	.tutorial-holder {
		margin-bottom: 50px;
	}
	.tutorials-holder img {
		padding: 0;
	}
}