@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400|Raleway:300);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
}

.header .header_top {
  display: none;
}
.header .header_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
}
.header .header_bottom .header_logo {
  width: 140px;
  height: 100%;
}
.header .header_bottom .header_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header_bottom .header_right {
  border: solid 1px #ffcd00;
  padding-inline: 10px;
}
.header .header_bottom .header_right .navigation {
  display: none;
}
.header .header_bottom .header_right .ham_menu {
  height: 32px;
  width: 25px;
  position: relative;
}
.header .header_bottom .header_right .ham_menu span {
  height: 2px;
  width: 100%;
  background-color: #ffcd00;
  position: absolute;
  top: 50%;
  transition: 0.3s ease;
  z-index: 1;
}
.header .header_bottom .header_right .ham_menu span:nth-child(1) {
  top: 25%;
}
.header .header_bottom .header_right .ham_menu span:nth-child(3) {
  top: 75%;
}
.header .header_bottom .header_right .ham_menu.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header .header_bottom .header_right .ham_menu.active span:nth-child(2) {
  opacity: 0;
}
.header .header_bottom .header_right .ham_menu.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.header .header_bottom .header_right .gizli_menu {
  z-index: 98;
  position: fixed;
  right: -100%;
  width: 100%;
  height: 300px; 
  top: 73.6px;
  overflow-y: scroll;
  transition: 0.8s;
  opacity: 0;
  background-color: white;
  border-top: solid 1px rgb(190, 190, 190);
}
.header .header_bottom .header_right .gizli_menu .navbar_menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 10px;
  margin: 0;
  width: 100%;
  height: 100%;
  /* Dropdown gizli olsun */
  /* Açıq olan menyuda göstər */
}
.header .header_bottom .header_right .gizli_menu .navbar_menu li a {
  font-size: 15px;
  color: black;
  font-weight: bold;
  display: inline-block;
}
.header .header_bottom .header_right .gizli_menu .navbar_menu li.active_nav a {
  color: #ffcd00;
}
.header .header_bottom .header_right .gizli_menu .navbar_menu .magazine a {
  position: relative;
}
.header .header_bottom .header_right .gizli_menu .navbar_menu .magazine a span {
  position: absolute;
  background-color: #ffcd00;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  padding: 6px;
  top: -7px;
  right: -16px;
}
.header .header_bottom .header_right .gizli_menu .navbar_menu .dropdown_menu {
  display: none;
  list-style: none;
  padding: 10px 15px;
  background: #f5f5f5;
  margin-top: 10px;
}
.header .header_bottom .header_right .gizli_menu .navbar_menu li.show > .dropdown_menu {
  display: block;
}
.header .header_bottom .header_right .gizli_menu .navbar_menu li.show > .dropdown_menu li {
  border-bottom: 1px solid #7a7a7a;
  padding-block: 10px;
}
.header .header_bottom .header_right .gizli_menu .navbar_menu li.show > .dropdown_menu li a {
  color: #7a7a7a;
}
.header .header_bottom .header_right .gizli_menu.active {
  right: 0;
  opacity: 1;
}
.second {
  position: fixed;
  transform: translateY(-400px);
  opacity: 0;
  z-index: 999;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.second.show {
  transform: translateY(0);
  opacity: 1;
}
.second .header_bottom .header_right .gizli_menu{
    top: 73px;
}
.build {
  position: relative;
  height: 100%;
}
.build .swiper {
  width: 100%;
  height: 53vh;
}
.build .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(/img/slide_1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.build .swiper .swiper-slide h1,
.build .swiper .swiper-slide p {
  color: #444444;
}
.build .swiper .swiper-slide:nth-child(2) {
  background-image: url(/img/slide_2.webp);
}
.build .swiper .swiper-slide:nth-child(2) .build_write {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.build .swiper .swiper-slide:nth-child(2) .build_write h1,
.build .swiper .swiper-slide:nth-child(2) .build_write p {
  text-align: start;
}
.build .swiper .swiper-slide:nth-child(2) .build_write p {
  margin-block: 10px;
}
.build .swiper .swiper-slide:nth-child(2) .build_write p br {
  display: none;
}
.build .swiper .swiper-slide:nth-child(2) .build_write .button-container-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffcd00;
  transition: 0.5s;
}
.build .swiper .swiper-slide:nth-child(2) .build_write .button-container-1 button {
  width: 101%;
  height: 100%;
  font-weight: bold;
  font-size: 19px;
  padding-block: 12px;
  padding-inline: 40px;
  text-transform: uppercase;
  background: #ffcd00;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: black;
  cursor: pointer;
  animation: ani2 0.7s steps(22) forwards;
}
.build .swiper .swiper-slide:nth-child(2) .build_write .button-container-1 button:hover {
  animation: ani 0.7s steps(22) forwards;
}
.build .swiper .swiper-slide:nth-child(2) .build_write .mas {
  position: absolute;
  color: white;
  text-align: center;
  width: 101%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.build .swiper .swiper-pagination span {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 0;
}

#next_project {
  background-color: #1e2126;
}
#next_project .next_project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 40px;
}
#next_project .next_project h4 {
  color: white;
  margin-bottom: 25px;
  text-align: center;
}
#next_project .next_project a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
}
#next_project .next_project a .center {
  position: absolute;
}
#next_project .next_project a .center .btn {
  width: 200px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 2px solid #ffcd00;
  outline: none;
  transition: 1s ease-in-out;
  border-radius: 0;
  padding: 0;
}
#next_project .next_project a .center svg {
  position: absolute;
  width: 200px;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
  border-radius: 0;
}
#next_project .next_project a .center .border {
  --bs-border-color: #ffcd00;
}
#next_project .next_project a .center .btn:hover {
  transition: 1s ease-in-out;
  background: #ffcd00;
  border-radius: 0;
}
#next_project .next_project a .center .btn:hover span {
  color: black;
}
#next_project .next_project a .center .btn:hover svg {
  stroke-dashoffset: -480;
}
#next_project .next_project a .center .btn span {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 1s ease-in-out;
  width: 100%;
  display: inline-block;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.about .about_write {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.about .about_write h2 {
  color: #31353d;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  font-family: "PT Sans", sans-serif;
}
.about .about_write h2::before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #f2f2f2;
  position: absolute;
  left: 50px;
  bottom: 10px;
  z-index: -1;
}
.about .about_write h6 {
  color: #ffcd00;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}
.about .about_write p {
  font-size: 15px;
  color: #444444;
  text-align: start;
  margin-bottom: 30px;
  line-height: 26px;
}
.about .about_img {
  width: 100%;
}
.about .about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1e2126;
  overflow: hidden;
}
.service .service_top {
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-image: url(/img/servis_arxaplan.webp);
  background-size: cover;
}
.service .service_top .service_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: white;
  border-top: solid 3px #ffcd00;
  padding-block: 30px;
  padding-inline: 20px;
  transition: 0.5s;
}
.service .service_top .service_box:hover {
  background-color: #ffcd00;
}
.service .service_top .service_box:hover .service_img .sekil_ag {
  opacity: 1;
}
.service .service_top .service_box:hover .service_write a {
  opacity: 1;
}
.service .service_top .service_box .service_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service .service_top .service_box .service_img .sekil_ag {
  position: absolute;
  opacity: 0;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  transition: 0.5s;
}
.service .service_top .service_box .service_write {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.service .service_top .service_box .service_write h4 {
  font-size: 12px;
  color: #31353d;
  cursor: pointer;
  font-weight: bold;
}
.service .service_top .service_box .service_write p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #444444;
}
.service .service_top .service_box .service_write a {
  display: inline-block;
  background: #31353d;
  text-align: center;
  padding: 0px 20px;
  border-radius: 5px;
  line-height: 28px;
  color: #afafaf;
  font-size: 12px;
  opacity: 0;
  transition: 0.5s;
}
.service .service_bottom {
  width: 100%;
}
.service .service_bottom .service_write {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-block: 60px;
}
.service .service_bottom .service_write h2 {
  color: #e8e8e8;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.service .service_bottom .service_write h2::before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #292c31;
  position: absolute;
  left: 50px;
  bottom: 10px;
  z-index: -1;
}
.service .service_bottom .service_write h6 {
  color: #ffcd00;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}
.service .service_bottom .service_write p {
  font-size: 15px;
  color: #e8e8e8;
  text-align: start;
  margin-bottom: 30px;
  line-height: 26px;
}

.projects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 70px;
  width: 100%;
}
.projects .projects_top {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-bottom: 20px;
  width: 100%;
}
.projects .projects_top .projects_write {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 15px;
  width: 100%;
  margin-bottom: 30px;
}
.projects .projects_top .projects_write h2 {
  font-weight: bold;
  position: relative;
  font-size: 38px;
}
.projects .projects_top .projects_write h2::before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #f2f2f2;
  position: absolute;
  left: 50px;
  bottom: 10px;
  z-index: -1;
}
.projects .projects_top .projects_write h6 {
  color: #ffcd00;
}
.projects .projects_top .filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.projects .projects_top .filters button {
  border: 0;
  background-color: transparent;
  color: #31353d;
  font-size: 15px;
}
.projects .cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.projects .cards .card {
  position: relative;
  border: solid 2px #ffcd00;
  border-radius: 0;
  transition: 0.6s;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.projects .cards .card:hover .project_hover {
  background: rgba(255, 205, 0, 0.8);
}
.projects .cards .card:hover .project_hover h3,
.projects .cards .card:hover .project_hover p,
.projects .cards .card:hover .project_hover a {
  transform: translateY(0);
  opacity: 1;
}
.projects .cards .card .project_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
  padding-block: 50px;
  gap: 20px;
  transition: 0.6s;
}
.projects .cards .card .project_hover h3 {
  font-size: 14px;
  color: white;
  font-weight: bold;
  opacity: 0;
  transition: 0.6s;
  cursor: pointer;
  transform: translateY(20px);
}
.projects .cards .card .project_hover p {
  font-size: 12px;
  color: #31353d;
  line-height: 22px;
  opacity: 0;
  transition: 0.6s;
  text-align: center;
  transform: translateY(20px);
}
.projects .cards .card .project_hover a {
  display: inline-block;
  background: #31353d;
  text-align: center;
  padding: 0px 20px;
  border-radius: 5px;
  line-height: 28px;
  color: #afafaf;
  font-size: 12px;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
.projects .card.hide {
  opacity: 0;
  transform: scale(0.1);
  pointer-events: none;
  position: absolute;
}

#work {
  background: url(/img/work.webp) no-repeat scroll center center;
  background-size: cover;
  padding-block: 70px;
  position: relative;
}
#work::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#work .work {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#work .work h2 {
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
  color: white;
}
#work .work h2::before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: -1;
}
#work .work h6 {
  font-size: 15px;
  color: #ffcd00;
  z-index: 2;
  margin-top: 8px;
}
#work .work p {
  color: white;
  z-index: 2;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}
#work .work .button-container-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffcd00;
  transition: 0.5s;
}
#work .work .button-container-1 button {
  width: 101%;
  height: 100%;
  font-weight: bold;
  font-size: 19px;
  padding-block: 12px;
  padding-inline: 40px;
  text-transform: uppercase;
  background: #ffcd00;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: black;
  cursor: pointer;
  animation: ani2 0.7s steps(22) forwards;
}
#work .work .button-container-1 button:hover {
  animation: ani 0.7s steps(22) forwards;
}
#work .work .mas {
  position: absolute;
  color: white;
  text-align: center;
  width: 101%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.our_team {
  padding-block: 80px;
}
.our_team .team_top {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.our_team .team_top h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  position: relative;
  z-index: 2;
  font-family: "PT Sans", sans-serif;
}
.our_team .team_top h2::before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #ebebeb;
  position: absolute;
  right: 36px;
  bottom: 10px;
  z-index: -1;
}
.our_team .team_top h6 {
  color: #ffcd00;
  font-weight: bold;
  font-size: 14px;
}
.our_team .customSwiper {
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
}
.our_team .customSwiper .carousel-slide .kart_img {
  position: relative;
}
.our_team .customSwiper .carousel-slide .kart_img::before {
  content: "";
  background: rgba(89, 89, 89, 0.4);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: 0.6s;
}
.our_team .customSwiper .carousel-slide .kart_img .gradient {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  z-index: 2;
}
.our_team .customSwiper .carousel-slide .kart_img .gradient i {
  font-size: 25px;
  color: white;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.our_team .customSwiper .carousel-slide .kart_img .gradient i:nth-child(1) {
  transition: 0.1s;
}
.our_team .customSwiper .carousel-slide .kart_img .gradient i:nth-child(2) {
  transition: 0.3s;
}
.our_team .customSwiper .carousel-slide .kart_img .gradient i:nth-child(3) {
  transition: 0.5s;
}
.our_team .customSwiper .carousel-slide .kart_img .gradient i:nth-child(4) {
  transition: 0.7s;
}
.our_team .customSwiper .carousel-slide .kart_img:hover .gradient i {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.our_team .customSwiper .carousel-slide .kart_img:hover::before {
  transform: scaleY(100%);
}
.our_team .customSwiper .carousel-slide .kart_img img {
  width: 100%;
  height: 100%;
}
.our_team .customSwiper .carousel-slide .kart_alt {
  background-color: #ffcd00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 16px;
}
.our_team .customSwiper .carousel-slide .kart_alt a {
  display: inline-block;
  margin-bottom: 6px;
}
.our_team .customSwiper .carousel-slide .kart_alt a h4 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.our_team .customSwiper .carousel-slide .kart_alt h5 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}

#number {
  background-color: #31353d;
  padding-block: 60px;
}
#number .number {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
#number .number .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#number .number .item i,
#number .number .item .count,
#number .number .item h5 {
  color: white;
}
#number .number .item i {
  font-size: 40px;
}
#number .number .item .count {
  font-size: 35px;
}
#number .number .item h5 {
  text-transform: uppercase;
  font-size: 16px;
}

#client {
  background-color: #f5f5f5;
}
#client .client {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 80px;
}
#client .client .client_top {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  margin-bottom: 40px;
  width: 100%;
}
#client .client .client_top h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  text-align: start;
  position: relative;
  z-index: 2;
  font-family: "PT Sans", sans-serif;
}
#client .client .client_top h2::before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #f2f2f2;
  position: absolute;
  left: 47px;
  bottom: 10px;
  z-index: -1;
}
#client .client .client_top h6 {
  color: #ffcd00;
  font-size: 14px;
  font-weight: bold;
}
#client .client .my-custom-swiper-container {
  width: 100%;
  overflow: hidden;
}
#client .client .my-custom-swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
#client .client .my-custom-swiper-container .swiper-slide .client_write {
  background-color: #ffcd00;
  padding: 20px 15px 20px 50px;
}
#client .client .my-custom-swiper-container .swiper-slide .client_write i {
  color: black;
  font-size: 30px;
}
#client .client .my-custom-swiper-container .swiper-slide .client_write p {
  font-size: 17px;
  line-height: 26px;
  color: black;
  padding: 8px 0px 20px 0px;
}
#client .client .my-custom-swiper-container .swiper-slide .client_write a {
  display: inline-block;
}
#client .client .my-custom-swiper-container .swiper-slide .client_write a h4 {
  color: black;
  font-size: 17px;
}
#client .client .my-custom-swiper-container .swiper-slide .client_img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 70px;
}
.news .news_top {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 35px;
}
.news .news_top h2 {
  position: relative;
  font-size: 40px;
  z-index: 2;
  color: #31353d;
  font-weight: bold;
  text-align: center;
}
.news .news_top h2::before {
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: -1;
}
.news .news_top h6 {
  color: #ffcd00;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.news .news_cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.news .news_cards .news_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news .news_cards .news_card:hover .news_img img {
  transform: scale(1.1);
}
.news .news_cards .news_card .news_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news .news_cards .news_card .news_img img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.news .news_cards .news_card .news_img .calendar {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 8px;
  padding-inline: 16px;
  background-color: #ffcd00;
}
.news .news_cards .news_card .news_img .calendar h5 {
  color: white;
  font-size: 20px;
}
.news .news_cards .news_card .news_img .calendar h6 {
  color: white;
  font-size: 12px;
}
.news .news_cards .news_card .news_write {
  border: 1px solid #b8b8b8;
  padding-block: 15px;
  padding-inline: 20px;
}
.news .news_cards .news_card .news_write a {
  display: inline-block;
}
.news .news_cards .news_card .news_write a h4 {
  color: #31353d;
  font-size: 20px;
  line-height: 28px;
  transition: 0.6s;
  text-align: center;
  font-weight: bold;
}
.news .news_cards .news_card .news_write a h4:hover {
  color: #ffcd00;
}
.news .news_cards .news_card .news_write h6 {
  font-size: 12px;
  color: #444444;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
}
.news .news_cards .news_card .news_write p {
  font-size: 15px;
  color: #444444;
  margin-bottom: 40px;
}
.news .news_cards .news_card .news_write .news_alt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news .news_cards .news_card .news_write .news_alt .comments {
  font-size: 13px;
  color: #444444;
  transition: 0.6s;
}
.news .news_cards .news_card .news_write .news_alt .comments:hover {
  color: #ffcd00;
}
.news .news_cards .news_card .news_write .news_alt .read {
  font-weight: bold;
  color: #444444;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  transition: 0.6s;
}
.news .news_cards .news_card .news_write .news_alt .read i {
  font-size: 13px;
  padding-top: 2px;
}
.news .news_cards .news_card .news_write .news_alt .read:hover {
  color: #ffcd00;
}

#marka {
  background-color: #f5f5f5;
  padding-block: 80px;
}
#marka .third-carousel-swiper .swiper-wrapper {
  animation: scrollLeft 10s linear infinite;
}
#marka .third-carousel-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #f5f5f5;
  padding-block: 8px;
  transition: 0.5s;
}
#marka .third-carousel-swiper .swiper-slide img {
  width: auto;
}
#marka .third-carousel-swiper .swiper-slide:hover {
  cursor: pointer;
  border-color: #ffcd00;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

iframe {
  width: 100%;
}

#adress {
  background-color: #ffcd00;
}
#adress .adress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
  padding-block: 30px;
}
#adress .adress .contact {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 15px;
}
#adress .adress .contact .contact_right {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
#adress .adress .contact .contact_right h4 {
  font-size: 19px;
  font-weight: bold;
  color: #444444;
}
#adress .adress .contact .contact_right h5 {
  font-size: 17px;
  font-weight: bold;
  color: #444444;
}

footer {
  display: flex;
  flex-direction: column;
}
footer #footer_top {
  background-color: #31353d;
  padding-block: 70px;
}
footer #footer_top .footer_all {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 40px;
}
footer #footer_top .footer_all .footer_top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer #footer_top .footer_all .footer_top .post {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer #footer_top .footer_all .footer_top .post .post_img {
  width: 190px;
  height: 40px;
}
footer #footer_top .footer_all .footer_top .post .post_img img {
  width: 100%;
  height: 100%;
}
footer #footer_top .footer_all .footer_top .post p {
  font-size: 15px;
  color: #e8e8e8;
}
footer #footer_top .footer_all .footer_top .post .icon {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
footer #footer_top .footer_all .footer_top .post .icon li {
  margin-right: 35px;
}
footer #footer_top .footer_all .footer_top .post .icon li:nth-child(4) {
  margin-right: 0;
}
footer #footer_top .footer_all .footer_top .post .icon li a i {
  font-size: 20px;
  color: #e8e8e8;
}
footer #footer_top .footer_all .footer_top .post h3 {
  color: #ffcd00;
  font-weight: bold;
}
footer #footer_top .footer_all .footer_top .post .pictures {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer #footer_top .footer_all .footer_top .post .pictures .pictures_img {
  width: 95px;
  height: 63px;
  margin-right: 10px;
}
footer #footer_top .footer_all .footer_top .post .pictures .pictures_img img {
  width: 100%;
  height: 100%;
}
footer #footer_top .footer_all .footer_top .post .pictures p {
  width: 60%;
}
footer #footer_top .footer_all .footer_bottom {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 40px;
}
footer #footer_top .footer_all .footer_bottom .post {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer #footer_top .footer_all .footer_bottom .post h3 {
  color: #ffcd00;
  font-weight: bold;
}
footer #footer_top .footer_all .footer_bottom .post .d-flex {
  color: #e8e8e8;
  font-size: 15px;
}
footer #footer_top .footer_all .footer_bottom .post .d-flex i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
footer #footer_top .footer_all .footer_bottom .call {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
footer #footer_top .footer_all .footer_bottom .call h5 {
  font-size: 24px;
  color: #ffcd00;
}
footer #footer_top .footer_all .footer_bottom .call h4 {
  font-size: 32px;
  font-weight: bold;
  color: #ffcd00;
}
footer #footer_top .footer_all .footer_bottom .call h5 {
  font-size: 24px;
  color: #ffcd00;
}
footer #footer_top .footer_all .footer_bottom .call a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
}
footer #footer_top .footer_all .footer_bottom .call a .center {
  position: absolute;
}
footer #footer_top .footer_all .footer_bottom .call a .center .btn {
  width: 200px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 2px solid #ffcd00;
  outline: none;
  transition: 1s ease-in-out;
  border-radius: 0;
  padding: 0;
}
footer #footer_top .footer_all .footer_bottom .call a .center svg {
  position: absolute;
  width: 200px;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
  border-radius: 0;
}
footer #footer_top .footer_all .footer_bottom .call a .center .border {
  --bs-border-color: #ffcd00;
}
footer #footer_top .footer_all .footer_bottom .call a .center .btn:hover {
  transition: 1s ease-in-out;
  background: #ffcd00;
  border-radius: 0;
}
footer #footer_top .footer_all .footer_bottom .call a .center .btn:hover span {
  color: black;
}
footer #footer_top .footer_all .footer_bottom .call a .center .btn:hover svg {
  stroke-dashoffset: -480;
}
footer #footer_top .footer_all .footer_bottom .call a .center .btn span {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 1s ease-in-out;
  width: 100%;
  display: inline-block;
}
footer #footer_bottom {
  background-color: #262a31;
  padding-block: 40px;
}
footer #footer_bottom h4 {
  color: #e8e8e8;
  text-align: center;
  font-size: 18px;
  width: 85%;
}
footer #footer_bottom h4 i {
  color: #ffcd00;
}
footer #footer_bottom h4 a {
  color: #e8e8e8;
}

@media (min-width: 400px) {
  .service .service_top {
    padding-inline: 22px;
  }
}
@media (min-width: 500px) {
  .header .header_bottom .header_logo {
    width: 190px;
  }
  .header .header_bottom .header_right .gizli_menu {
    top: 80px;
  }
  .service .service_top {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    padding-inline: 0;
    gap: 0;
  }
  .service .service_box:nth-child(3) {
    margin-block: 20px;
  }
  .service .service_box:nth-child(4) {
    margin-block: 20px;
  }
}
@media (min-width: 600px) {
  .projects .cards {
    grid-template-columns: repeat(2, 2fr);
    padding-inline: 80px;
  }
  .projects .cards .card {
    border: 0;
  }
  .projects .cards .card img {
    height: 100%;
  }
  .projects .cards .card .project_hover {
    border: solid 2px #ffcd00;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 10px;
  }
  .projects .cards .card .project_hover p {
    line-height: 12px;
  }
}
@media (min-width: 670px) {
  .service .service_top {
    padding-inline: 20px;
  }
  #client .client .my-custom-swiper-container .swiper-wrapper .client_write {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  #client .client .my-custom-swiper-container .swiper-wrapper .clip {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}
@media (min-width: 770px) {
  .header .header_top {
    display: block;
    background-color: #1e2126;
  }
  .header .header_top .header_tops {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header .header_top .header_tops .header_top_left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header .header_top .header_tops .header_top_left a {
    display: inline-block;
    font-size: 14px;
    color: white;
    padding-block: 18px;
    padding-inline: 18px;
  }
  .header .header_top .header_tops .header_top_left a:nth-child(1) {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
  .header .header_top .header_tops .header_top_left a:nth-child(3) {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
  .header .header_top .header_tops .header_top_right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
  .header .header_top .header_tops .header_top_right i {
    font-size: 16px;
    color: white;
  }
  .header .header_bottom .header_right .gizli_menu {
    top: 137px;
  }
  .second .header_bottom .header_right .gizli_menu{
    top: 80px;
}
  .build .swiper {
    height: 100vh;
  }
  .build .swiper .swiper-wrapper .swiper-slide p {
    font-size: 28px;
  }
  .build .swiper .swiper-wrapper .swiper-slide h1 {
    font-size: 110px;
  }
  .build .swiper .swiper-wrapper .swiper-slide:nth-child(2) h1 {
    font-size: 60px;
  }
  .service .service_top {
    padding-inline: 70px;
  }
  .projects .cards {
    grid-template-columns: repeat(2, 2fr);
    padding: 0;
    width: 100%;
  }
  .projects .cards .card .project_hover {
    gap: 20px;
    width: 90%;
    height: 90%;
  }
  .projects .cards .card .project_hover p {
    line-height: 20px;
  }
  #number .number {
    grid-template-columns: repeat(2, 2fr);
  }
  .news .news_cards {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .news .news_cards .news_card {
    width: 48%;
  }
  footer #footer_top .footer_all .footer_top {
    flex-direction: row;
  }
  footer #footer_top .footer_all .footer_top .post:nth-child(1) {
    width: 65%;
  }
  footer #footer_top .footer_all .footer_bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-right: 60px;
  }
}
@media (min-width: 870px) {
  .service .service_top {
    padding-inline: 120px;
  }
}
@media (min-width: 995px) {
  .header .header_bottom {
    padding-block: 30px;
  }
  .header .header_bottom .header_right {
    border: 0;
  }
  .header .header_bottom .header_right .ham_menu {
    display: none;
  }
  .header .header_bottom .header_right .navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .header .header_bottom .header_right .navigation li {
    position: relative;
  }
  .header .header_bottom .header_right .navigation li a {
    color: #31353d;
    font-weight: bold;
    font-size: 15px;
  }
  .header .header_bottom .header_right .navigation li .transform_menu {
    position: absolute;
    top: 62px;
    transform: translateX(-50px);
    display: flex;
    flex-direction: column;
    z-index: 10;
    background-color: #eeeeee;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
  }
  .header .header_bottom .header_right .navigation li .transform_menu li {
    transition: 0.7s;
    border-bottom: solid 1px #cbcbcb;
  }
  .header .header_bottom .header_right .navigation li .transform_menu li a {
    color: #494848;
    padding-left: 20px;
    padding-block: 10px;
    display: inline-block;
    font-size: 16px;
    transition: 0.7s;
    font-weight: normal;
  }
  .header .header_bottom .header_right .navigation li .transform_menu li:hover {
    background-color: #ffcd00;
  }
  .header .header_bottom .header_right .navigation li .transform_menu li:hover a {
    color: white;
  }
  .header .header_bottom .header_right .navigation li:hover .transform_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header .header_bottom .header_right .navigation li.aktiv a {
    color: #ffcd00;
  }
  .header .header_bottom .header_right .navigation .magazine a {
    position: relative;
  }
  .header .header_bottom .header_right .navigation .magazine a span {
    position: absolute;
    background-color: #ffcd00;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    padding: 6px;
    top: -7px;
    right: -16px;
  }
  .build .swiper {
    height: 100vh;
  }
  .build .swiper .swiper-wrapper .swiper-slide:nth-child(2) h1 {
    font-size: 80px;
  }
  .build .swiper .swiper-wrapper .swiper-slide:nth-child(2) p br {
    display: block;
  }
  .build .swiper .swiper-pagination {
    position: absolute;
    top: 60%;
    left: 6%;
    transform: translate(-50%, -50%);
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about {
    align-items: start;
  }
  .about .about_img {
    width: 60%;
  }
  .service .service_top {
    padding-inline: 180px;
  }
  .projects .cards {
    grid-template-columns: repeat(3, 3fr);
  }
  #number .number {
    grid-template-columns: repeat(4, 1fr);
  }
  #client .client {
    flex-direction: row;
    align-items: flex-start;
  }
  #client .client .client_top {
    margin-bottom: 0;
    margin-top: 70px;
    width: 50%;
  }
  .news .news_cards {
    flex-wrap: nowrap;
  }
  #adress .adress {
    flex-direction: row;
    justify-content: space-between;
  }
  #adress .adress .contact .contact_right h4 {
    font-size: 20px;
  }
  #adress .adress .contact .contact_right h5 {
    font-size: 18px;
  }
  footer #footer_top .footer_all {
    flex-direction: row;
    gap: 10px;
  }
  footer #footer_top .footer_all .footer_top {
    width: 55%;
  }
  footer #footer_top .footer_all .footer_bottom {
    margin-right: 0;
  }
  footer #footer_top .footer_all .footer_bottom .call h4 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #next_project .next_project {
    flex-direction: row;
    justify-content: space-between;
    padding-block: 20px;
  }
  #next_project .next_project h4 {
    margin-bottom: 0;
  }
  .about {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 40px;
  }
  .about .about_write {
    width: 40%;
  }
  .about .about_write p {
    padding-right: 60px;
    border-bottom: 0 !important;
  }
  .about .about_img {
    width: 55%;
    max-height: 600px;
    overflow: hidden;
  }
  .service {
    flex-direction: row;
  }
  .service .service_top {
    padding-inline: 60px;
    gap: 25px;
  }
  .service .service_top .service_box:nth-child(3) {
    margin-block: 0;
  }
  .service .service_top .service_box:nth-child(4) {
    margin-block: 0;
  }
  .service .service_bottom {
    padding-block: 60px;
  }
  .service .service_bottom .service_write {
    padding-block: 0;
    padding-inline: 60px;
  }
  .projects {
    flex-direction: row;
  }
  .projects .projects_top {
    margin-bottom: 0;
    width: 35%;
    margin-right: 30px;
    height: 530px;
  }
  .projects .projects_top .filters {
    flex-direction: column;
    align-items: end;
    padding-top: 160px;
  }
  .projects .cards {
    min-height: 536.3px;
    padding-inline: 40px;
  }
  .projects .cards .card {
    max-height: 268.15px;
  }
  .work p {
    width: 75%;
  }
  #client .client .my-custom-swiper-container .swiper-slide {
    flex-direction: row;
    position: relative;
  }
  #client .client .my-custom-swiper-container .swiper-slide .d-flex {
    width: 85%;
  }
  #client .client .my-custom-swiper-container .swiper-slide .client_img {
    position: absolute;
    right: 10px;
    z-index: -1;
  }
  #adress .adress {
    justify-content: space-around;
  }
  footer #footer_top .footer_all {
    justify-content: space-around;
  }
  footer #footer_top .footer_all .footer_bottom {
    gap: 30px;
  }
}
@media (min-width: 1300px) {
  .service .service_top {
    padding-right: 100px;
    padding-left: 120px;
  }
  #client .client .my-custom-swiper-container .swiper-slide .client_img {
    right: 40px;
  }
}/*# sourceMappingURL=style.css.map */