@import "./Global-style.css";
/*
Website Name: MSMCO
Website URI: http://meshkinsaze.com
Author: hossein naderkhani
Author URI: http://naderkhani.ir

--------------------
Reset & body
--------------------*/
@font-face {
			font-family: 'Yekan';
			src: url(../fonts/Yekan.eot); 
			src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), 
				url(../fonts/Yekan.woff) format("woff"), 
				url(../fonts/Yekan.ttf) format("truetype"), 
				url(../fonts/Yekan.svg#BYekan) format("svg");
			font-weight: normal;
			font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
p {
  margin-bottom: 0;
  font-weight: 600;
}
h3,h2{
  font-weight: 600;
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
  padding-right: 0!important;
}

body {
  background: var(--primaryColor);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(42deg, #070c18, #1f141c);
  opacity: 0.9;
}

/*--------------------
Main Menu
--------------------*/
.menu {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #070c18;
  box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
  direction: rtl;
}
#divmenu{
	float: left;
}
.menu ul{
  float: right;
  display: block;
  width: 47%;
  height: 100%;
}
.menu ul.scrolled{
}
.menu ul li{
  display: inline-block;
  float: left;
  line-height: 50px;
  margin: 5px;
}
.menu ul li:first-child{
  margin-left: 20px;
}
.menu div img{
  position: absolute;
  left: 20px;
  top: 5px;
  height: 49px;
  width: 79px;
}
.menu ul a{
	font-family: 'Yekan';
  color: white;
  padding: 10px;
  text-decoration: none;
  transition: .5s;
}
.menu ul li:hover a,
.menu ul li a.active{
  color: red;
  text-shadow: 0 0 3px red;
}
.hambergerIcon {
  display: none;
  height: 5px;
  width: 50px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all ease 0.5s;
}
.hambergerIcon::before, .hambergerIcon::after {
  content: "";
  position: absolute;
  height: inherit;
  border-radius: inherit;
  background-color: inherit;
  margin: auto;
  width: 50%;
  transition: all ease 0.5s;
}
.hambergerIcon::before {
  top: -10px;
  left: 0;
  transform-origin: left;
}
.hambergerIcon::after {
  bottom: -10px;
  right: 0;
  transform-origin: right;
}

.open {
  transform: translate(-50%, -50%) rotate(135deg);
}
.open::before {
  top: 0;
  transform: translateX(100%) rotate(-90deg);
}
.open::after {
  bottom: 0;
  transform: translateX(-100%) rotate(-90deg);
}
/*--------------------
Landing
--------------------*/
.landing {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: calc(100vh - 0px);
  margin: auto;
  top: 60px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.landing .base {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #082352;
  background: #fff;
}
.landing .image {
  display: none;
}
.setafooter{
	text-decoration: none;
	margin-right: 12px;
	color: #082352;
}
/*--------------------
Copy
--------------------*/
.copy {
  width: 50%;
  height: 20%;
  position: relative;
  padding: 40px;
  z-index: 2;
  direction: rtl;
  font-family: 'Yekan';
	margin-left: 60px;
	margin-top: -21px;
}
#ulahdaf{
	line-height: 1.5;
	}
#ulahdaf li{
	font-size: 18px;
	margin-right: 38px;
	font-weight: bold;
	float: right;
}
#ulahdaf li i{
	font-size: 18px;
	margin-right: 33px;
	}
#ulmazaya{
	line-height: 2;
	list-style-type: square;
}
#ulmazaya li{
	font-size: 18px;
	margin-right: 20px;
	font-weight: bold;
}
#ulmazaya li i{
	font-size: 18px;
	margin-right: 33px;
	}
#ulmazaya li a{
	text-decoration: none;
	}
#title2{
	  font-size: 29px;
}
.copy .title {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 20px -3px;
  background-image: linear-gradient(45deg, #0d0e24, #0018ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.copy .title small {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 50px;
  line-height: 1;
  display: block;
  text-indent: 3px;
}
.copy .text {
  color: #282652;
  width: 100%;
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
	text-align: justify;
}
.copy .text h2{
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}
.image img{
  width: 100%;
  height: 100%;
}
#formabout{
  width: 52.5%;
  height: auto;
  position: relative;
  padding: 15px;
  z-index: 2;
  direction: rtl;
  top: 182px;
  left: 5px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
#formabout legend{
	font-family: 'yekan';
	font-size: 17px;
	font-weight: bold;
	color: #167FAB;
	
}
.imgloha{
	width: 148px;
  height: 150px;
		transition: 1s;

}
.imgloha:hover{
	transform: translateX(80px) scale(5)translateY(-30px);
	transition: 2s;
	
}
#lasttloh:hover{
	transform: translateX(175px) scale(5)translateY(-30px);
	
}
#firstloh:hover{
	transform: translateX(-120px) scale(5)translateY(-30px);
	
}
.setfigureloha{
	float: right;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.setfigloha{
	font-family: 'yekan';
	font-size: 13px;
	text-align: center;
}
#landing-div-middle{
	margin-top: 0px;
}
#landing-div-middle ul{
	list-style-type: disc;
	margin-right: -19px;
}
#landing-div-bottom{
	margin-top: -10px;
}
#title3{
	  font-size: 40px;
}
#divbox{
	height: 200px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#divbox figure{
	font-size: 24px;
	text-align: center;
	line-height: 6;
	background-color: #00DDFF;
	height: 150px;
	width: 20%;
	border-radius: 2%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
#divbox figure:last-child{
		line-height: 1.5;
}
#divbox figure:last-child h2{
		margin-top:40px;
}
/*--------------------
Overlay
--------------------*/
.base.overlay {
  z-index: 2;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 75% 100%);
          clip-path: polygon(50% 0, 100% 0, 100% 100%, 75% 100%);
  color: #fff;
  background: linear-gradient(45deg, #0d0e24, #0018ab);
  transition: all 0.6s ease-in-out;
  transform-origin: 0 0;
}

.base.overlay.over {
  -webkit-clip-path: polygon(-200% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(-200% 0, 100% 0, 100% 100%, 0 100%);
}
.base.overlay .image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.base.overlay .setafooter {
 color: #FBF9F9;
}
.base.overlay .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(42deg, #000, #000d5d);
  opacity: 0.8;
}
.base.overlay .title {
  background-image: linear-gradient(0, #fff, #fff);
}
.base.overlay .text {
  color: #fff;
}

header {
  color: #fff;
  text-align: center;
  padding: 60px 0 120px;
  background-color: rgba(0,0,0,.4);
}
header img{
  height: 100%;
  min-width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  margin: .67em 0;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 0.8;
  padding-top: 50px;
  font-family: "Montserrat", sans-serif;
}
header h1 span {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 25px;
  line-height: 1;
}
header p {
  padding-top: 30px;
}
.miniContent{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 50px;
  background-color: white;
  min-height: 400px;
  padding:50px 50px 150px 50px;
}
.aboutUsContent{
  grid-template-columns: 1fr;
}
.construction-cont{
  grid-template-columns: unset;
  min-height: unset;
  padding: 30px;
}
.miniContent div{
  display: grid;
  align-content: center;
}
.miniContent h2{
  font-size: 30px;
}
.miniContent h3{
  font-size: 25px;
}
.miniContent p{
  line-height: 20px;
}
.contact-us{
  max-width: 700px;
  margin: auto;
  grid-template-columns: 240px 1fr;
}
.div-khadamat
{
    width: 100%;;
	height: auto;
	background-color: white;
	font-family: 'yekan';
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: wrap;
	
}
.div-khadamat article
{
/*	margin-left: 100px;*/
    width: 45%;
	height: auto;
/*	background-color: gray;*/
	font-family: 'yekan';
/*
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
*/
}
.div-khadamat h2
{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 34px;
	color: #042D74;
}
.div-khadamat p
{
	text-align: justify;
	direction: rtl;
	font-size: 16px;
}
video{
		width: 100%;
	}
#ulkhadamat{
	
	margin-right: 300px;;
	direction: rtl;
	text-align: right;
	line-height: 2.5;
		font-size:20px;
	

}
.div-khadamat div
{
    width: 50%;
	height: 99%;
	font-family: 'yekan';
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-top: 2px;
}

.div-customer
{
	margin-top: 20px;
	margin-left: 100px;
    width: 45.5%;;
	height: 490px;
	background-color: white;
	font-family: 'yekan';
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.div-customer article
{
	margin-left: auto;
	margin-right: auto;
    width: 98%;
	height: 80%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: relative;
}
.div-customer article img
{
	width: 100%;
	height: 100%;
	
}
.div-customer article span
{
	background-color: aliceblue;
	border: 1px solid black;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 5px;
}
#span1{
	background-color: black;
	left:42%;
}
#span2{
	left:44.3%;
}
#span3{
	left:46.6%;
}
#span4{
	left:48.9%;
}
#span5{
	left:51.2%;
}
#span6{
	left:53.5%;
}
#span7{
	left:55.8%;
}
#arrowrigth{
	position: absolute;
	width: 40px;
	height: 40px;
	   top: 48%;
right: 5px;
}
#arrowleft{
   position: absolute;
   left: 5px;
   top: 48%;
   width: 40px;
   height: 40px;
}
.div-customer h2
{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 30px;
}

.aboutUsCont .our-services{
  grid-column: 1/4;
}
.figuresetcustomer{
margin: 15px;
}
.img-customer{
	height: 100px;
	width: 90px;
}
.contact-us img,
.contact-content{
  display: grid;
}
.contact-us img{
  width: 170px;
  justify-self: center;
}
.contact-content div{
  display: block;
}
.contact-content b{
  margin-right: 10px;
}
.contact-content p{
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
}
.contact-form{
  display: flex;
  width: 700px;
  margin: auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #0d0e24;
}
.input-fields{
  display: flex;
  flex-direction: column;
  margin-right: 4%;
}
.input-fields,
.msg{
  width: 48%;
}
.input-fields .input,
.msg textarea{
  margin: 10px 0;
  background: transparent;
  outline: none;
  border: 0;
  border-bottom: 2px solid #c5ecfd;
  padding: 10px;
  color: #c5ecfd;
  width: 100%;
}
.msg textarea{
  height: 212px;
  resize: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5ecfd;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5ecfd;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5ecfd;
}
.btn {
  background: #39b7dd;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}
@media screen and (max-width: 600px){
  .contact-form{
    flex-direction: column;
  }
  .msg textarea{
    height: 80px;
  }
  .input-fields,
  .msg{
    width: 100%;
  }

}

.gallery,
.designGallery {
  background-color: white;
  width: 100%;
  padding: 40px 0 100px;
}
.gallery ul,
.designGallery ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  max-width: 1200px;
  grid-gap: 2.5vw;
  justify-items: center;
  margin: auto;
}
.galleryContainer a,
.designGallery li{
  display: grid;
}
.galleryContainer a img,
.designGallery li img{
  height: 20vw;
  min-width: 20vw;
}
.galleryContainer a,
.gallery ul li,
.designGallery li {
  width: 20vw;
  height: 20vw;
  position: relative;
}
.gallery ul li a {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gallery ul li a:before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40%;
  left: 50%;
  margin: -14px 0 0 -16px;
  background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery ul li a:hover:before {
  top: 50%;
  opacity: 1;
}
.designGallery ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.designGallery a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.designGallery ul > li a .demo-gallery-poster > img {
  left: 50%;
  height: unset;
  min-width: unset;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.designGallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.designGallery ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.projectsGallery li{
  transition: .3s;
}
.projectsGallery li:after{
  position: absolute;
  bottom: -30px;
  font-weight: 600;
  width: 100%;
  font-size: 20px;
  text-align: center;
  transition: .3s;
  color: #000;
}
.projectsGallery li:nth-child(1):after{
  content: 'Project 1';
}
.projectsGallery li:nth-child(2):after{
  content: 'Project 2';
}
.projectsGallery li:nth-child(3):after{
  content: 'Project 3';
}
.projectsGallery li:nth-child(4):after{
  content: 'Project 4';
}
.projectsGallery li:hover {
  box-shadow: 0 0 6px 1px #000;
}
.projectsGallery li:hover:after{
  color: rgb(255, 89, 89);
}
.port {
  width: 100%;

  height: 100vh;
  position: fixed;
  top: 60px;
  z-index: -1;
  overflow: hidden;
/*  position: absolute;
  height: 100%;
  top: 0;
  visibility: hidden;
  z-index: 103;*/

  left: 0;
  padding-top: 100px;
  background-color: #fafafa;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.port img {
  /*width: 50%;*/
  max-width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 60px;
}
.port .description {
  float: left;
  width: 50%;
  max-height: 100%;
  padding: 0 40px 40px;
  overflow: auto;
}
.port h1 {
  font-size: 35px;
  line-height: 2.3;
  padding: 0;
}
.port > * {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 105;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.port > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.close {
  width: 21px;
  height: 21px;
  background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021%2021%22%0A%09%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22layer1%22%20transform%3D%22translate%280%2C-1031.3622%29%22%3E%0A%09%3Cpath%20id%3D%22path2987%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M0%2C1031.4l21%2C21%22/%3E%0A%09%3Cpath%20id%3D%22path2989%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M21%2C1031.4l-21%2C21%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A%0A) no-repeat;
  position: absolute;
  right: 10px;
  top: -121px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.item_open .close {
  opacity: 1;

  /*top: 0;*/
  position: fixed;
  top: 90px;
  right: 20px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.description div{
  display: grid;
  grid-template-columns: 40px 1fr;
  font-size: 16px;
  line-height: 27px;
}
.description b{
  text-align: center;
}
/*--------------------
Footer
--------------------*/

body .footer {
  z-index: 104;
  background-color: var(--primaryColor);
  display: grid;
  position: relative;
  grid-area: footer;
  min-height: 12rem;
}
body .footer .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background-color: var(--primaryColor);
  filter: url("#blob");
}
body .footer .bubbles .bubble {
  position: absolute;
  left: var(--position, 50%);
  background-color: var(--primaryColor);
  border-radius: 100%;
  -webkit-animation: bubble-size calc(var(--time) + 2s ) ease-in infinite var(--delay, 0s), bubble-move calc(var(--time) + 2s ) ease-in infinite var(--delay, 0s);
  animation: bubble-size calc(var(--time) + 2s ) ease-in infinite var(--delay, 0s), bubble-move calc(var(--time) + 2s ) ease-in infinite var(--delay, 0s);
  transform: translate(-50%, 100%);
}
body .footer .content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 4rem;
  padding: 2rem;
  background-color: var(--primaryColor);
}
#contentfooter{
	display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
	flex-wrap: wrap;
}
#imgfooter{
	height: 80px;
	width: 80px;
}

body .footer .content a, body .footer .content p {
  color: #F5F7FA;
  font-size: 14px;
  display: inline-block;
}
body .footer .content a {
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 0 3px 1px;
  transition: .3s;
}
body .footer .content a:hover {
  box-shadow: 0 0 6px 2px;
}
body .footer .content img {
  width: 300px;
  padding: 20px;
}
body .footer .content b {
  color: white;
  place-self: center;
}
body .footer .content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .footer .content > div > div {
  margin: 0.25rem 0;
}
body .footer .content > div > div > * {
  margin-right: 0.5rem;
}
.setdivfooter{
	display: flex;
	flex-direction: row-reverse;
	color: aliceblue;
	font-family: 'yekan';
	font-size: 16px;
}
body .footer .content > div .image {
  align-self: center;
  width: 2rem;
  height: 2rem;
  margin: 0.25rem 0;
  background-size: cover;
  background-position: center;
}
@-webkit-keyframes bubble-size {
  0%, 75% {
    width: var(--size, 1rem);
    height: var(--size, 1rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}

@keyframes bubble-size {
  0%, 75% {
    width: var(--size, 1rem);
    height: var(--size, 1rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}
@-webkit-keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 1rem);
  }
}
@keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 1rem);
  }
}

@media screen and (max-width: 1903px){
  .menu ul{
   width: 49%;
  }
@media screen and (max-width: 1826px){
  .menu ul{
   width: 52%;
  }	
}
@media screen and (max-width: 1720px){
  .menu ul{
   width: 56%;
  }	
}
@media screen and (max-width: 1620px){
#landing-div-middle {
  margin-top: 10px;
}
}
@media screen and (max-width: 1598px){
  .menu ul{
   width: 59%;
  }	
}
@media screen and (max-width: 1526px){
  .menu ul{
   width: 61%;
  }	
}
@media screen and (max-width: 1476px){
  .menu ul{
   width: 80%;
  }	
 }
@media screen and (max-width: 1390px){
.copy .title {
  font-size: 35px;
	margin-right: 5px;
	}
.copy .text {
  font-weight: 489;
  font-size: 17px;
		margin-right: 5px;

}
#title2 {
  font-size: 24px;
		margin-right: 5px;

}
#ulahdaf li {
  font-size: 15px;
 }
	.div-customer {
  margin-top: 20px;
  margin-left: 80px;
	}
}
@media screen and (max-width: 1232px){
/*
 .div-khadamat article {
  width: 400px;
}
*/
	#ulkhadamat {
  margin-right: 30px;
}
	#landing-div-middle {
  margin-top: 10px;
}
.div-khadamat h2 {
   font-size: 28px;
}
}
@media screen and (max-width: 1126px){
.menu ul{
	  margin-left: -2px;
   width: 88%;
  }	
.menu ul li{
	  margin-left: 2px;
  }	
/*
.div-khadamat div {
  width: 700px;
}
*/
.copy .title {
      font-size: 30px;
      margin-right: 20px;
}
#title2 {
      font-size: 20px;
	margin-right: 17px;
    }
.copy .text {
 font-size: 15px;
 margin-right: 22px;
}
#landing-div-middle ul {
  margin-right: 55px;
}
	.div-customer {
  margin-left: 53px;
	}
}
@media screen and (max-width: 1100px){
 .div-khadamat p {
   font-size: 14px;
}

	#ulkhadamat {
  margin-right: 10px;
}
	#ulkhadamat li{
font-size: 17px;
	}
	
.div-khadamat h2 {
   font-size: 22px;
	margin-right: -20px;
}
}
@media screen and (max-width: 1000px){
  .const-landing .copy .title {
    font-size: 45px;
    transition: .5s;
    margin: 0 0 20px -15px;
  }
}
@media screen and (max-width: 990px){
.menu ul{
   width: 88%;
  }	
.menu ul li{
	  margin-left: 0px;
  }	
}
@media screen and (max-width: 971px){
.menu ul{
   width: 90%;
  }	
	.div-customer {
      height: 400px;
    }
}
@media screen and (max-width: 950px){
.menu ul{
   width: 94%;
  }	
.menu ul li{
	  margin-left: -2px;
  }	
	.menu div img {
  left: -6px;
  height: 45px;
  width: 70px;
}
}
	@media screen and (max-width: 892px){
.menu ul{
   width: 90%;
  }	
.menu ul li{
	  margin-left: -6px;
	 font-size: 13px;
  }	
#landing-div-middle {
  margin-top: 25px;
}	
}
@media screen and (max-width: 850px){
  body:after{
    content: unset;
  }
	#landing-div-middle {
      margin-bottom: 60px;
    }
	.div-khadamat article {
   width: 539px;
		margin-bottom: 20px;
}
	.div-khadamat div {
   width: 550px;
}

	.copy .text {
 font-size: 17px;
 margin-right: 81px;
}
#landing-div-middle ul {
  margin-right: 126px;
}
	  #landing-div-middle {
      margin-top: -40px;
    }
	 #title2 {
      margin-right: 80px;
    }
	.copy .title {
      font-size: 30px;
      margin-right: 82px;
}
    .div-customer {
      height: 500px;
      width: 87%;
		margin-top: -5px;
    }
  .menu {
    height: 60px;
    transition: 1s .5s;
    overflow: hidden;
  }
	#divmenu img{
	margin-left: 780px;
}
  .hambergerIcon {
    display: block;
    top: 30px;
    left: 50px;
  }
  .menu ul {
    display: grid;
    place-items: center;
    grid-template-rows: repeat(9,1fr);
  }
  .menu ul li {
    margin: 0 0 0 -50px;
    opacity: 0;
    transition: .5s;
  }
  .menu.open-menu {
    height: 100vh;
    transition: 1s;
  }
  .menu.open-menu ul li{
    margin: 0;
    opacity: 1;
  }
  .menu.open-menu ul li:nth-child(2){
    transition: .5s 1s;
  }
  .menu.open-menu ul li:nth-child(3){
    transition: .5s 1.1s;
  }
  .menu.open-menu ul li:nth-child(4){
    transition: .5s 1.2s;
  }
  .menu.open-menu ul li:nth-child(5){
    transition: .5s 1.3s;
  }
  .menu.open-menu ul li:nth-child(6){
    transition: .5s 1.4s;
  }
  .menu.open-menu ul li:nth-child(7){
    transition: .5s 1.5s;
  }
  .menu.open-menu ul li:nth-child(8){
    transition: .5s 1.6s;
  }
  .menu.open-menu ul li:nth-child(9){
    transition: .5s 1.7s;
  }
  .landing {
    height: auto;
  }
  .landing .base {
    position: unset;
  }
  .base.overlay{
    display: none;
  }
  .copy {
    width: 100%;
  }
  header {
    padding: 60px 0;
  }
  .contact-us {
    grid-template-columns: 1fr;
  }
  .contact-form {
    width: 100%;
  }
  .galleryContainer,
   .gallery ul,
   .designGallery ul {
    grid-gap: 5vw;
    grid-template-columns: repeat(2,1fr);
  }
  .projectsGallery ul{
    grid-gap: 20vw 5vw;
    grid-template-columns: 1fr;
  }
  .projectsGallery ul li{
    width: 90vw;
    height: 90vw;
  }
  .galleryContainer a,
   .gallery ul li,
   .designGallery ul li {
    width: 45vw;
    height: 45vw;
  }
  .galleryContainer a img,
  .designGallery a img {
    height: 45vw;
    min-width: 45vw;
  }
  .projectsGallery ul li{
    width: 90vw;
    height: 90vw;
  }
  .projectsGallery ul a img {
    height: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 843px){
  
	#divmenu img{
	margin-left: 720px;
	}
}
@media screen and (max-width: 790px){
  
	#divmenu img{
	margin-left: 680px;
	}
}
@media screen and (max-width: 749px){
  
	#divmenu img{
	margin-left: 630px;
	}
}
@media screen and (max-width: 732px){
  
	#divmenu img{
	margin-left: 630px;
	}
	video{
		width: 100%;
	}
}
@media screen and (max-width: 694px){
  
	#divmenu img{
	margin-left: 580px;
	}
}
@media screen and (max-width: 663px){
  
	#divmenu img{
	margin-left: 535px;
	}
	.setdivfooter p {
  font-weight: 599;
}
}
@media screen and (max-width: 650px){
  .miniContent {
    grid-template-columns: 1fr;
    padding: 50px 30px 150px 30px;
  }
  .miniContent .our-services {
    grid-column: unset;
  }
  body .footer .content {
    grid-template-columns: 1fr;
  }
  body .footer .content a {
    width: fit-content;
    margin: auto;
  }
  .const-landing .copy .title {
    font-size: 36px;
  }
  .galleryContainer, .gallery ul {
    grid-template-columns: 1fr;
  }
  .galleryContainer a, .gallery ul li {
    width: 90vw;
    height: 90vw;
  }
  .galleryContainer a img {
    height: 90vw;
    min-width: 90vw;
  }
  .port img {
    right: 0;
    max-width: unset;
  }
  .close {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background-color: #bbb;
  }
}
@media screen and (max-width: 631px){
  
.setdivfooter p {
font-size: 14px
	}
	#divmenu img{
	margin-left: 500px;
	}
}
}
@media screen and (max-width: 631px){
  
.setdivfooter p {
font-size: 13px
	}
	#divmenu img{
	margin-left: 460px;
	}
	#imgfooter {
  height: 70px;
  width: 70px;
}
	.div-customer {
       margin-left: 38px;
    }
}
@media screen and (max-width: 560px){
	.div-khadamat article {
   width: 500px;
	
}
@media screen and (max-width: 547px){
  
	#divmenu img{
	margin-left: 430px;
	}
	.div-customer {
       margin-left: 36px;
    }
	#contentfooter a{
		margin-top: -44px;
    margin-right: 199px;
	}
	#imgfooter {
    height: 80px;
    width: 80px;
	}
	.div-khadamat article {
   width: 450px;
	
}
}
@media screen and (max-width: 500px){
  
	#divmenu img{
	margin-left: 380px;
	}
	
	.div-customer {
       margin-left: 35px;
    }
	#contentfooter a{
    margin-right: 180px;
	}
	.copy .title {
      font-size: 24px;
    }
	  .copy .text {
      font-size: 15px;
    }
	#title2 {
      font-size: 17px;
    }
	
}
	@media screen and (max-width: 480px){
		.div-khadamat article {
   width: 400px;
	
}
	}
@media screen and (max-width: 460px){
  
	#divmenu img{
	margin-left: 380px;
	}
	
	.div-customer {
       margin-left: 34px;
    }
	#contentfooter a{
    margin-right: 160px;
	}
	
}
@media screen and (max-width: 445px){
  
	#divmenu img{
	margin-left: 340px;
	}
	
	.div-customer {
       margin-left: 33px;
    }
	#contentfooter a{
    margin-right: 140px;
	}
	
}
@media screen and (max-width: 430px){
  #landing-div-middle {
      margin-bottom: 80px;
    }
	#contentfooter a{
    margin-right: 130px;
	}
	.div-khadamat article {
   width: 350px;
	
}
	
}
@media screen and (max-width: 416px){
	#landing-div-middle ul {
      margin-right: 61px;
    }
  #title2 {
      font-size: 15px;
	  	  	  width: 234px;
    }
	.copy .title {
      font-size: 20px;
  	width: 300px;
    }
	#divmenu img{
	margin-left: 300px;
	}
	header h1 span {
   font-size: 17px;
    }
	body .footer .content > div {
     margin-right: -31px;
	}
	#contentfooter a {
    margin-right: 161px;
  }
		.div-customer {
       margin-left: 30px;
    }
}
	@media screen and (max-width: 408px){
		#paders {
font-size: 13px
	}
	}
@media screen and (max-width: 384px){
	#paders {
font-size: 12px
	}
	 #landing-div-middle {
      margin-bottom: 100px;
    }
 	#divmenu img{
	margin-left: 270px;
	}
	header h1 span {
   font-size: 17px;
    }
	body .footer .content > div {
     margin-right: -31px;
	}
	#contentfooter a {
    margin-right: 161px;
  }
		.div-customer {
       margin-left: 27px;
    }
	.setdivfooter p {
font-size: 11px
	}
	.div-khadamat article {
   width: 300px;
	
}
}
@media screen and (max-width: 349px){
	header h1 {
     font-size: 60px;
	}
		#contentfooter a {
    margin-right: 133px;
  }
		.div-customer {
       margin-left: 27px;
    }
	.setdivfooter p {
font-size: 11px
	}
}
@media screen and (max-width: 339px){
	header h1 {
     font-size: 58px;
	}
		#contentfooter a {
    margin-right: 133px;
  }
		.div-customer {
       margin-left: 23px;
    }
header h1 span {
   font-size: 14px;
    }
}