/* Averta */
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Bold.eot");
  src: url("../fonts/Averta-Bold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Averta-Bold.woff2") format("woff2"), 
  url("../fonts/Averta-Bold.woff") format("woff"), 
  url("../fonts/Averta-Bold.svg#Averta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Regular.eot");
  src: url("../fonts/Averta-Regular.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Averta-Regular.woff2") format("woff2"), 
  url("../fonts/Averta-Regular.woff") format("woff"),
  url("../fonts/Averta-Regular.svg#Averta-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Semibold.eot");
  src: url("../fonts/Averta-Semibold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Averta-Semibold.woff2") format("woff2"), 
  url("../fonts/Averta-Semibold.woff") format("woff"),
  url("../fonts/Averta-Semibold.svg#Averta-Semibold") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Light.eot");
  src: url("../fonts/Averta-Light.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Averta-Light.woff2") format("woff2"), 
  url("../fonts/Averta-Light.woff") format("woff"), 
  url("../fonts/Averta-Light.svg#Averta-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

/* Icons Startup */
@font-face {
  font-family: 'Icons Startup X Template';
  src: url('../fonts/Icons-startup-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Honor Icon */
@font-face {
  font-family:'honorIconFont';
  src:url('../fonts/honorIconFont.eot?fqzaiy');
  src:url('../fonts/honorIconFont.eot?fqzaiy#iefix') format('embedded-opentype'),
  url('../fonts/honorIconFont.ttf?fqzaiy') format('truetype'),
  url('../fonts/honorIconFont.woff?fqzaiy') format('woff'),
  url('../fonts/honorIconFont.svg?fqzaiy#honorIconFont') format('svg');
  font-weight:normal;
  font-style:normal
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#map { overflow: hidden }

#advantages,
#category,
#services,
#references{
    background-color: #eee;
}

.modal-dialog {
    max-width: 70%;
}

body.dark{
    background-color: #eee;
}

.sidebar{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sidebar h2.active a{
    color: #d3af68;
}

.sidebar a {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000;
    gap: 15px;
}

.sidebar a i{
    color: #d3af68;
}

.all-modal-bodies {
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
}

.modal-img {
    width: 400px;
}

.modal-body {
    padding-top: 0;
}

.modal-body .row {
    row-gap: 1.5rem;
}

.modal-body :is(input, select, textarea) {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #e6ecf2;
}

.modal-body textarea {
    height: 160px;
    padding: 20px;
}

.modal-body button:hover {
    border: 1px solid transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.modal-body button {
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 1em 2.5em;
    display: inline-block;
    border-radius: 6em;
    transition: all .2s;
    width: 100%;
    border: 1px solid #000;
    font-weight: 500;
    color: #fff;
    background-color: #d3af68;
}

.modal-body button::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.modal-body button::after {
    background-color: #d3af68;
}

.modal-body button:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

*:not(i){
   font-family: "Averta";  
}
.trans {
  transition: 0.4s;
}
.txtWh {
  color: #fff;
}
section:not(#contact) {
  padding: 60px 0;
}

#contact{
    padding-top: 60px;
}

iframe {
  background: #f5f5f5 ;
}
header {
  background: #fff;
   box-shadow: 0 2px 6px #888888;
  position: sticky;
  top: 0;
  z-index: 15;
  padding: 18px 0;
}
#logo a img {
  width: 112px;
}
nav ul li a {
  color: #17181c;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
#mobNav ul li a {
  font-weight: 600;
}
#mobNav {
  padding: 2.5rem;
}
nav ul li a:hover {
  color: #d3af68;
}
select {
  border: none;
}
select option {
  font-size: 0.9rem;
  text-transform: capitalize;
}
#getPrice {
  background-color: #d3af68;
  border: none;
  font-size: 1rem;
  border-radius: 2.5rem;
  padding: 12px 16px;
  font-weight: 500;
}
#getPrice:hover {
  background-color: #17181c;
}
.hamburger {
  cursor: pointer;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: 0.4s;
  background-color: black;
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* The design is inspired from the mockapi.io */

.popup {
  --burger-line-width: 1.125em;
  --burger-line-height: 0.125em;
  --burger-offset: 0.625em;
  --burger-bg: rgba(0, 0, 0, .15);
  --burger-color: #333;
  --burger-line-border-radius: 0.1875em;
  --burger-diameter: 2.125em;
  --burger-btn-border-radius: calc(var(--burger-diameter) / 2);
  --burger-line-transition: .3s;
  --burger-transition: all .1s ease-in-out;
  --burger-hover-scale: 1.1;
  --burger-active-scale: .95;
  --burger-enable-outline-color: var(--burger-bg);
  --burger-enable-outline-width: 0.125em;
  --burger-enable-outline-offset: var(--burger-enable-outline-width);
  /* nav */
  --nav-padding-x: 0.25em;
  --nav-padding-y: 0.625em;
  --nav-border-radius: 0.375em;
  --nav-border-color: #ccc;
  --nav-border-width: 0.0625em;
  --nav-shadow-color: rgba(0, 0, 0, .2);
  --nav-shadow-width: 0 1px 5px;
  --nav-bg: #eee;
  --nav-font-family: Menlo, Roboto Mono, monospace;
  --nav-default-scale: .8;
  --nav-active-scale: 1;
  --nav-position-left: 0;
  --nav-position-right: unset;
  /* if you want to change sides just switch one property */
  /* from properties to "unset" and the other to 0 */
  /* title */
  --nav-title-size: 0.625em;
  --nav-title-color: #777;
  --nav-title-padding-x: 1rem;
  --nav-title-padding-y: 0.25em;
  /* nav button */
  --nav-button-padding-x: 1rem;
  --nav-button-padding-y: 0.375em;
  --nav-button-border-radius: 0.375em;
  --nav-button-font-size: 12px;
  --nav-button-hover-bg: #6495ed;
  --nav-button-hover-text-color: #fff;
  --nav-button-distance: 0.875em;
  /* underline */
  --underline-border-width: 0.0625em;
  --underline-border-color: #ccc;
  --underline-margin-y: 0.3125em;
}

/* popup settings 👆 */

.popup {
  display: inline-block;
  text-rendering: optimizeLegibility;
  position: relative;
}

.popup input {
  display: none;
}

.burger {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: var(--burger-bg);
  width: var(--burger-diameter);
  height: var(--burger-diameter);
  border-radius: var(--burger-btn-border-radius);
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: var(--burger-transition);
  outline: var(--burger-enable-outline-width) solid transparent;
  outline-offset: 0;
}

.burger span {
  height: var(--burger-line-height);
  width: var(--burger-line-width);
  background: var(--burger-color);
  border-radius: var(--burger-line-border-radius);
  position: absolute;
  transition: var(--burger-line-transition);
}

.burger span:nth-child(1) {
  top: var(--burger-offset);
}

.burger span:nth-child(2) {
  bottom: var(--burger-offset);
}

.burger span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
}

.popup-window {
  transform: scale(var(--nav-default-scale));
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  display: none;
  padding: var(--nav-padding-y) var(--nav-padding-x);
  background: var(--nav-bg);
  font-family: var(--nav-font-family);
  color: var(--nav-text-color);
  border-radius: var(--nav-border-radius);
  box-shadow: var(--nav-shadow-width) var(--nav-shadow-color);
  border: var(--nav-border-width) solid var(--nav-border-color);
  top: calc(var(--burger-diameter) + var(--burger-enable-outline-width) + var(--burger-enable-outline-offset));
  left: var(--nav-position-left);
  right: var(--nav-position-right);
  transition: var(--burger-transition);
}

.popup-window.active{
    display: block;
}

.popup-window legend {
  padding: var(--nav-title-padding-y) var(--nav-title-padding-x);
  margin: 0;
  color: var(--nav-title-color);
  font-size: var(--nav-title-size);
  text-transform: uppercase;
}

.popup-window ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.popup-window ul button {
  outline: none;
  width: 100%;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  color: var(--burger-color);
  font-size: var(--nav-button-font-size);
  padding: var(--nav-button-padding-y) var(--nav-button-padding-x);
  white-space: nowrap;
  border-radius: var(--nav-button-border-radius);
  cursor: pointer;
  column-gap: var(--nav-button-distance);
}

.popup-window ul li:nth-child(1) svg,
.popup-window ul li:nth-child(2) svg {
  color: cornflowerblue;
}

.popup-window ul li:nth-child(4) svg,
.popup-window ul li:nth-child(5) svg {
  color: rgb(153, 153, 153);
}

.popup-window ul li:nth-child(7) svg {
  color: red;
}

.popup-window hr {
  margin: var(--underline-margin-y) 0;
  border: none;
  border-bottom: var(--underline-border-width) solid var(--underline-border-color);
}

/* actions */

.popup-window ul button:hover,
.popup-window ul button:focus-visible,
.popup-window ul button:hover svg,
.popup-window ul button:focus-visible svg {
  color: var(--nav-button-hover-text-color);
  background: var(--nav-button-hover-bg);
}

.burger:hover {
  transform: scale(var(--burger-hover-scale));
}

.burger:active {
  transform: scale(var(--burger-active-scale));
}

.burger:focus:not(:hover) {
  outline-color: var(--burger-enable-outline-color);
  outline-offset: var(--burger-enable-outline-offset);
}

.popup input:checked+.burger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.popup input:checked+.burger span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.popup input:checked+.burger span:nth-child(3) {
  transform: translateX(calc(var(--burger-diameter) * -1 - var(--burger-line-width)));
}

.popup input:checked~nav {
  transform: scale(var(--nav-active-scale));
  visibility: visible;
  opacity: 1;
}

#mobNav {
  position: fixed;
  background: #fff;
  width: 50%;
  height: 100vh;
  top: 112px;
  z-index: 14;
  transition: 0.4s;
  transform: translateX(-300%);
}
.slider-text {
  left: 100px;
  z-index: 1;
  bottom: 18%;
  transition: bottom 1s ease !important;
}
.activee {
  bottom: 23% !important;
  opacity: 1 !important;
}
.slider-text h1 {
  font-size: 3rem;
  letter-spacing: 5px;
  color: #f5f5f5;
  line-height: 4.5625rem;
  padding-bottom: 20px;
}
.slider-text h3 {
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: #b2b7ca;
}
.duzelt {
  transform: translateX(0) !important ;
}
#advantages h2,
#category h2,
#projects h2,
#products h2,
#services h2,
#blog h2,
#references h2 {
  font-size: 2.6rem;
  /*line-height: 4.5625rem;*/
  font-weight: 600;
}
#advantages-boxes {
  gap: 15px;
  grid-template-columns: auto auto auto;
  padding-top: 30px;
}

.adv-box{
    transition: .4s all ease;
}

.adv-box img{
    width: 55px;
}

/*.adv-box:hover{*/
/*    transform: scale(1.1);*/
/*}*/

.adv-items {
  padding: 2rem;
  /*border-radius: 12px;*/
  background: #fff;
  /*border: 1px solid #000;*/
  cursor: pointer;
  transition: .4s all ease;
}

.adv-items:hover{
    border-radius: 2.5rem;  
}

.adv-items span {
  font-size: 3rem;
  color: rgb(170, 166, 56);
}
.adv-items p {
  /*padding-top: 16px;*/
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}

.category-title a {
  color: black;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.32;
}

.cat-box a{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 15;
}

.category-title a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: black;
  /*transform: scaleX(0);*/
  transform-origin: left;
  transition: width 0.3s ease-in-out;
}
.category-title a:hover::after {
  width: 100%;
}

#categories {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 240px);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 40px;
}
.cat-box:nth-child(3) {
  grid-area: 1 / 3 / 2 / 5;
}
.cat-box:nth-child(4) {
  grid-area: 2 / 1 / 3 / 3;
}
.cat-box:nth-child(7) { grid-area: 3 / 1 / 4 / 2; }
.cat-box:nth-child(8) { grid-area: 3 / 3 / 4 / 5; }
.cat-box {
  height: 100%;
  border-radius: 16px;
  cursor: pointer;
}
.cat-box::before {
  content: " ";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cat-box:hover img {
  transform: scale(1.1);
}
.cat-img {
  height: 100%;
}
.cat-text {
  padding: 20px;
  z-index: 1;
}
.cat-text h4 {
  font-size: 1.2rem;
  opacity: 1;
}
.cat-text p {
  margin-top: 0.6rem;
  font-size: 1rem;
  opacity: 0.7;
}

.inner-pages .cat-box{
    height: 326px;
}

.row.product-active{
    width: 70%;
}

.newproducts-title a {
    color: #000;
    font-size: 17px;
}

.full-content-img{
    height: 404px;
}

.full-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-content-img.active img {
    object-fit: contain;
}

.full-content-text{
    padding-left: 95px;
    line-height: 28px;
}

.full-content-text h2{
    font-size: 35px;
    font-weight: 600;
    line-height: 36px;
    color: #000;
    text-align: center;
}

.full-content-text p, .full-content-text div {
    font-size: 16px;
    text-align: justify;
    /*color: #55617a;*/
}

.full-content-text ol,
.full-content-text ul{
    padding: 1rem 0 0 2rem;;
}

.col2 {
  grid-column: span 2;
}
.mySwiper2,
.mySwiper3,
.mySwiper4 {
  padding-top: 30px;
}
.product-box {
  background: #eee;
  padding: 30px 20px;
  cursor: pointer;
}
.swp2 {
  border-radius: 12px !important;
}
.product-box h4 {
  font-size: 1.2rem;
  max-height: 3rem;
  line-height: 1.2;
  color: #000;
}
.product-box p {
  font-size: 1rem;
  max-height: 3rem;
  line-height: 1.5;
  color: rgba(7, 2, 3, 0.5);
}
.pro-img {
  margin: 0 auto;
  height: 14.5rem;
  margin-top: 40px;
}
.product-price {
  padding-top: 22px;
}
.product-price span {
  font-size: 1.2rem;
  color: #000;
}
.product-price button {
  font-size: 0.9rem;
  border: 1px solid #d3af68;
  background: #fff;
  border-radius: 12px;
  padding: 10px 22px;
}
.product-box:hover .product-price button {
  background: #d3af68;
  color: #fff;
}
.swp2-arrows i,
.swp4-icon i,
.swp5-icon i,
.swp6-icon i{
  font-size: 1.5rem;
  transition: 0.4s;
  padding: 16px;
  border-radius: 50%;
}
.swp2-arrows i:hover,
.swp4-icon i:hover,
.swp5-icon i:hover,
.swp6-icon i:hover{
  background: #d3af68;
  color: #fff;
}
.swp3 {
  border-radius: 16px;
}
.project-box {
  height: 336px;
  width: 100%;
  overflow: hidden;
  min-width: 100%;
  max-height: 100%;
}

#project-text a {
    position: relative;
    color: #000;
    font-size: 17px;
}

#project-text a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 21px;
    transition: .4s all ease;
}

#project-text a:hover::after{
    width: 100%;
}

.project-box::before {
  content: " ";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
.proj-text {
  padding: 30px;
  z-index: 12;
  bottom: 0;
  color: #f5f5f5;
}
.proj-text h4 {
  font-size: 2rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.proj-text p {
    font-size: 1.2rem;
    line-height: 1.32;
    color: #b2b7ca;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#big {
  width: 600px !important;
}
.swp3 {
  /*width: 400px !important;*/
}
.project-box div:first-of-type {
  max-width: 100%;
  height: 100%;
}
.project-box:hover div img {
  transform: scale(1.1);
}
.swp2:hover {
  transform: translateY(-10px);
}
#proj-navs {
  font-size: 0.8rem;
}
#proj-navs div {
  border: 1px solid black;
  border-radius: 50%;
  padding: 20px 22px;
}
#proj-navs div:hover {
  border: 1px solid rgb(170, 166, 56);
  color: rgb(170, 166, 56);
}
.fa-chevron-left3 img:hover,
.fa-chevron-right3 img:hover {
  filter: hue-rotate(90deg);
}
.swp4-arrows {
  color: red;
}
.service-box {
  background: #fff;
  border-radius: 16px;
  padding: 64px 44px;
  margin-right: 5px;
}
.service-img i {
  font-size: 3rem;
  color: #d3af68;
  padding-bottom: 46px;
}
.service-box h4 {
    color: #000;
  font-size: 1.25rem;
  max-height: 1.5rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
.service-box p {
    color: #070203;
    font-size: 1rem;
    display: -webkit-box;
    line-height: 1.5rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-box {
  background: #eee;
  padding: 30px;
  gap: 18px;
  height: 281px;
}

body.dark .blog-box{
    background: #fff;
}

.blog-img {
  /*height: 221px;*/
  width: 168px;
  margin-bottom: 18px;
}
.blog-img img {
  width: 168px;
   height: 100%; 
  object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  #mobNav {
    width: 23.75rem;
  }
  #big {
    width: 450px !important;
  }
  .swp3 {
    width: 300px !important;
  }
}
.blog-content span {
  font-size: 14px;
  line-height: 24px;
  color: #d3af68;
  margin-bottom: 12px;
}
.blog-content h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 12px 0;
}
.blog-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #565656;
  margin-bottom: 12px;
}
.blog-content a {
  color: #d3af68;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

#blog-header p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding-right: 50px;
}
.mySwiper5 {
  padding-top: 30px;
}
footer {
  background: #17181c;
  padding: 88px 0 64px 0;
}

@media only screen and (max-width: 992px) {
    
    .popup-window {
        left: -55px;
    }
    .full-content-img {
        margin-bottom: 20px;
    }
    
  #advantages-boxes {
    grid-template-columns: auto;
  }
  .adv-items {
    padding: 2rem 3rem !important;
    justify-content: space-between !important;
  }
  .adv-items p {
    padding-top: 0;
  }
  .slider-text {
    left: 120px;
    bottom: 15%;
  }
  .activee {
    bottom: 22% !important;
  }
  .slider-text h1 {
    font-size: 2rem;
    padding-bottom: 16px;
  }
  .slider-text h3 {
    font-size: 1.3rem;
  }
}
#footer-logo {
  width: 150px;
}
#footer-logo img {
  width: 100%;
  filter: invert(1) contrast(1) brightness(100);
}
footer ul li a,
#numbers span,
#mail span {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
footer ul li,
#numbers > span,
.zeng-sifarisi h4 {
  margin-bottom: 1rem;
}
#numbers > span,
.zeng-sifarisi h4 {
  font-size: 18px;
}
.zeng-sifarisi {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

#elaqe {
  padding: 32px 0 32px 0;
  font-size: 18px;
  color: #f5f5f5;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

#mail h2{
    padding: 32px 0 12px 0;
  font-size: 18px;
  color: #f5f5f5;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

#elaqe {
  padding-top: 0 !important;
}
#owl-cont {
  margin: 0 auto;
}
.swp6 {
  width: 160px;
  border-radius: 12px;
}
.reference-box {
  background: #fff;
  border-radius: 14px;
  /* width: 180px !important; */
  /*height: 90px;*/
  display: flex;
  align-items:center;
  justify-content:center;
  padding: 20px;
}
.item {
  /* width: 180px !important; */
}
.reference-box img {
  display: block;
  object-fit: contain;
  width: 100%;
  /*padding: 20px;*/
  height: 90px;
}
#references p {
  font-size: 14px;
  line-height: 178%;
  padding-bottom: 30px;
  /* max-width: 524px; */
  /* margin: 0 auto; */
}
#footer-bottom {
  padding-top: 70px;
  color: #b2b7ca;
}
#footer-bottom-logo {
  color: #b2b7ca;
}
#footer-bottom-logo img {
  width: 100px;
}
#elaqe {
  color: #f5f5f5;
}
@media (max-width: 989px) {
  .project-box {
    height: 230px;
  }
  .proj-text h4 {
    font-size: 1.4rem;
  }
  .proj-text p {
    font-size: 0.8rem;
  }
  .service-box {
    padding: 32px !important;
  }
  .service-img i {
    font-size: 3rem;
    color: #d3af68;
    padding-bottom: 32px;
  }
  .service-box h4 {
    margin-bottom: 16px;
  }
  footer .row {
    /* align-items: center; */
  }
  #mail h2,
  #elaqe {
    padding: 22px 0 6px 0;
    font-size: 18px;
  }
  #elaqe {
    padding-top: 0;
  }
}
@media only screen and (max-width: 442px) {
  .slider-text {
    bottom: 22%;
    left: 16px !important;
  }
  .activee {
    bottom: 38% !important;
    opacity: 1 !important;
  }
  .slider-text h1 {
    font-size: 1.2rem !important;
    padding-bottom: 8px;
    letter-spacing: 3px;
  }
  .slider-text h3 {
    font-size: 1rem !important;
  }
  #footer-logo {
    width: 100px;
  }
  footer ul li a,
  #numbers span,
  #mail span {
    font-size: 10px;
  }
  footer ul li,
  #numbers > span,
  .zeng-sifarisi h4 {
    margin-bottom: 0.7rem;
  }
  #numbers > span,
  .zeng-sifarisi h4 {
    font-size: 12px;
  }
  .zeng-sifarisi {
    font-size: 10px;
  }
  #mail h2,
  #elaqe {
    font-size: 14px;
  }
  #footer-bottom {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 576px) {
  header {
    height: 80px;
  }
  #mobNav {
    top: 80px;
  }
  #logo a img {
    width: 80px;
  }
  #getPrice {
    font-size: 1rem;
    padding: 10px 5px;
    width: 84%;
  }

  .slider-text {
    bottom: 18%;
    left: 30px;
  }
  .activee {
    bottom: 33% !important;
    opacity: 1 !important;
  }
  .slider-text h1 {
    font-size: 1.5rem;
    padding-bottom: 16px;
  }
  .slider-text h3 {
    font-size: 1.1rem;
  }
  .adv-items p {
    font-size: 1rem;
  }

  .adv-items span {
    font-size: 2rem;
  }
  #advantages h2,
  #products h2,
  #category h2,
  #projects h2,
  #services h2,
  #blog h2,
  #references h2 {
    font-size: 1.5rem;
  }
  #category h2,
  #projects h2,
  #services h2,
  #references h2 {
    padding: 0;
  }
  section {
    padding: 60px 0;
  }
  .product-box h4 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .product-box p {
    font-size: 0.8rem;
  }
  .swp2-arrows i,
  .swp4-icon i,
  .swp5-icon i,
  .swp6-icon i{
    font-size: 1rem;
    padding: 12px;
  }
  .product-price button {
    font-size: 1rem;
    border: 1px solid #000;
    padding: 0.8rem 2rem;
    color: #000;
  }
  #category a::after {
    height: 1px;
  }
  .cat-text h4 {
    font-size: 1rem;
    opacity: 1;
  }
  .cat-text p {
    margin-top: 0.6rem;
    font-size: 0.7rem;
    opacity: 0.7;
  }
  #proj-navs {
    font-size: 0.7rem;
  }
  #proj-navs div {
    border: 1px solid black;
    border-radius: 50%;
    padding: 15px;
    transition: 0.4s;
  }
  .mySwiper2,
  #categories,
  .mySwiper3 {
    padding-top: 20px;
  }
  .proj-text {
    padding: 10px;
  }
  .proj-text h4 {
    font-size: 1rem;
  }
  .proj-text p {
    font-size: 0.7rem;
  }
  .service-box {
    padding: 20px;
  }
  .service-box h4 {
    font-size: 1.1rem;
  }
  .service-box p {
    font-size: 0.9rem;
  }
  .service-img i {
    padding-bottom: 22px;
  }
  .service-box h4 {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
    
    .adv-box img {
        width: 100%;
    }
    
    #advantages, #products, #projects, #services, #blog, #references, #category, #contact { padding: 40px 0!important }
    .modal-img { text-align: center; } 
    .modal-img img { width: 200px!important; height: 200px!important; }
    .sidebar a { font-size: 16px; }
    .full-content-text h2 { font-size: 24px!important; }
    #form h2 { padding: 20px 0!important; }
    .ofis-1 div, .ofis-2 div { font-size: 14px!important; }
    .ofis-1, .ofis-2 { gap:10px!important }
    
    .full-content-text{
        padding-left: 0;
    }
    
    footer{
        padding: 2rem 0;
    }
    
  #categories {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 200px);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 30px;
  }
  .cat-box:nth-child(3) {
    /* grid-area: 1 / 1 / 2 / 3; */
  }
  .cat-box:nth-child(1) {
    grid-area: 2 / 1 / span 1 / span 4;
  }
  .cat-box:nth-child(2) {
    grid-area: 3 / 1 / span 1 / span 4;
  }
  .cat-box:nth-child(3) {
    grid-area: 1 / 1 / span 1 / span 4;
  }
  .cat-box:nth-child(4) {
    grid-area: 3 / 1 / span 1 / span 4;
    display: none;
  }
  .cat-box:nth-child(5) {
    grid-area: 4 / 1 / span 1 / span 2;
    display: none;
  }
  .cat-box:nth-child(6) {
    grid-area: 4 / 3 / span 1 / span 2;
    display: none;
  }
  .cat-box:nth-child(7) {
    grid-area: 5 / 1 / span 1 / span 4;
    display: none;
  }
  .cat-box:nth-child(8) {
    grid-area: 6 / 1 / span 1 / span 4;
    display: none;
  }
  .cat-box:nth-child(9) {
    grid-area: 7 / 1 / span 2 / span 4;
    display: none;
  }
  .cat-box:nth-child(3) {
    order: 12;
  }
  #footer-logo {
    width: 120px;
  }
  footer ul li a,
  #numbers span,
  #mail span {
    font-size: 12px;
  }
  footer ul li,
  #numbers > span,
  .zeng-sifarisi h4 {
    margin-bottom: 0.8rem;
  }
  #numbers > span,
  .zeng-sifarisi h4 {
    font-size: 14px;
  }
  .zeng-sifarisi {
    font-size: 12px;
  }
  /*#mail h2,*/
  /*#elaqe {*/
  /*  font-size: 16px;*/
  /*}*/
  #footer-bottom {
    padding-top: 50px;
    flex-direction: column;
    gap: 1rem;
  }
  .slider-text {
    left: 70px;
  }
}

#swiper {
  height: 87vh;
  width: 100%;
  position: relative;
}
#swiper img {
  height: 100%;
  object-fit: cover;
}

.swiper-text {
    justify-content: center;
    position: absolute;
    flex-direction: column;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 481943;
    top: 0;
    left: 35px;
}

.swiper-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.swiper-content h2 {
    line-height: 48px;
    color: #fff;
    font-size: 40px;
}

.swiper-content p{
    color: #eee;
}

.swiper-arrow {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 1232;
  font-size: 1.5rem;
  transition: 0.4s;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px;
  color: #fff;
}
@media (min-width: 1300px) {
  #owl-blog div {
    /* width: 451px !important; */
    margin-right: 10px !important;
  }
  #owl-blog div:last-child {
    /* width: 451px !important; */
    margin-left: 0 !important;
  }
}
@media (max-width: 640px) {
  nav ul li a {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.swiper-arrow:hover {
  background: #d3af68;
}
@media only screen and (max-width: 768px) {
  .swiper-arrow {
    /*display: none !important;*/
    bottom: 20%;
  }
  footer .container .row {
        align-items: center!important;
    }
    #elaqe {
        padding-bottom: 20px!important;
    }
}
.swiper-arrow-prev {
  left: 40px;
}
.swiper-arrow-next {
  right: 40px;
}
.swiper-container6 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide6 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#swiper {
  position: relative;
}

.swiper-shadow-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #1b1a1a;
  transition: width 3s ease-in-out, left 3s ease-in-out;
  z-index: 123;
  pointer-events: none;
  animation-name: faden;
  animation-duration: 0.8s;
}
.swiper-shadow-prev {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
  background: #1b1a1a;
  transition: width 3s ease-in-out, left 3s ease-in-out;
  z-index: 123;
  pointer-events: none;
  animation-name: faden2;
  animation-duration: 2s;
}
@keyframes faden {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes faden2 {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    right: -100%;
  }
}
.swp {
  transition-duration: 0.7s !important;
  transition-delay: 0.4s;
  transition-timing-function: ease;
}
#shadow-slider {
  content: " ";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.mySwiper .swiper-slide::before{
    content: " ";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
    
  #mobNav {
    width: 80% !important;
  }
  .slider-text {
    left: 40px;
  }
}
#about-content h1 {
    font-size: 25px;
    color: grey;
    line-height: 1.12;
    letter-spacing: -0.02em;
}
#about-p h3{ 
    font-size: 25px;
    color: gre.;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.02em;
}
#about-p p  {
    font-size: 17px;
    color: grey;
    line-height:1.9;
}

section#contact{
    background: #eee;
}

#contact-bg{
    background-image: url("/img/Title-without-words.jpg");
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 73px 0;
    z-index:-12;
}
#contact-bg::after {
    content:" ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(170 166 56 / 35%);
    z-index:-5;
}
#contact-bg h2 {
  font-size:30px;
  color:#fff;
  font-weight: 600;
}
.ofis-1 h4, .ofis-2 h4 , #form h2{
    font-size:2rem;
}

#form h2{
    padding: 40px 0;
    font-weight: 600;
}

.ofis-1 , .ofis-2 {
    padding: 40px 0;
    border-bottom: 1px solid #d6d9db;
}

.nav-link{
    font-size: 20px;
    color: #000;
}

.nav-link.active{
    color: #d3af68 !important;
}

.nav-link:not(.active):hover{
    color: unset;
}

.ofis-1{
    padding-top: 0;
}

.ofis-1 div  , .ofis-2 div{
    font-size:1rem;
    text-align:center;
    margin:0 auto;
}
.elaqe-img img {
    width: 112px;
    object-fit:cover;
}
.inputs-flex{
    display:flex;
}
.inputs-flex input {
    display:block;
}
.icons a {
    color:#fff;
}
.icons a i {
    color:#Fff;
    font-size:1.5rem;
}


@media (max-width: 768px) {
  #layiheler-mobile {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .project-box {
    height: 160px;
    border-radius: 12px;
  }
  
  .swiper-content{
      width: 90%;
  }
  
  .swiper-content h2 {
        line-height: 32px;
        color: #fff;
        font-size: 25px;
    }
    
    .category-title{
        flex-direction: row;
        gap: .5rem;
    }
    
    .pro-img{
        height: 18rem;
    }
    
    #blog .container.d-flex{
        align-items: center !important;
        justify-content: space-between;
    }
    
    #blog h2{
        margin: 0 !important;
    }
    
    .modal.show .modal-dialog{
        max-width: 100%;
    }
    
    .all-modal-bodies{
        flex-direction: column;
    }
    
    .modal-img{
        width: 100%;
        height: 250px;
    }
    
    .modal-img img{
        object-fit: contain;
    }
    
    .ofis-1, .ofis-2{
        gap: 20px;
    }
    
    .elaqe-img img{
        width: 100%;
    }
    
    .blog-box{
        flex-direction: column;
        height: 100%;
    }
    
    .blog-img{
        height: 150px;
        width: 100%;
    }
    
    .blog-img img{
        height: 100%;
        width: 100%;
    }
    
    .all-products{
        flex-direction: column;
    }
    .sidebar{
        width: 100%;
        padding-bottom: 30px;
    }
    
    .row.product-active{
        width: unset;
    }
  
}