:root {
  --primary-orange: #f7941d;
  --primary-blue: #005598;
  --primary-#7cbc04: #f7941d;
  --dark-text: #212529;
  --light-gray: #f8f9fa;

  --satis-sonrasi-dark-blue: #0d2137;
  --satis-sonrasi-white: #fff;
  --satis-sonrasi-light-gray: #f8f9fa;
  --satis-sonrasi-text-color: #5a6a7a;
  --satis-sonrasi-gold: #c5a56a;
  --satis-sonrasi-green: #9acd32;

  --dark-text: #212529;
  --light-text: #6c757d;
  --white: #ffffff;
  --border-color: #dee2e6;
  --light-gray: #f8f9fa;

  --footer-bg: #ffffff;
  --footer-border-color: #e7e7e7;
  --footer-text-color: #555555;
  --footer-heading-color: #212529;
  --footer-link-hover-color: #005598;
}

a {
  text-decoration: none;
}

.mobilbuttonlar{
    display: none;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fcfff7;
  margin: 0;
  padding: 0;
  padding-top: 30px;
}
body.menu-open {
  overflow: hidden;
}

.header-ust {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #333;
}

.header-ust .container {
    margin: 0 auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #7cbc04;
    max-width: 100%;
    padding: 10px 4%;
}

.header-ust-sol span {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
}

.header-ust-sol a {
    color: #ffffff;
    text-decoration: none;
}

.header-ust-sol svg {
    fill: #ffffff;
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.header-ust-sag {
    display: flex;
    gap: 10px;
}

.header-ust-sag .sosyal {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #0078d4;
    color: #fff;
    transition: all 0.3s ease;
}

.header-ust-sag .sosyal:hover {
    background-color: #005fa3;
}

@media (max-width: 768px) {
    .header-ust .container {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .header-ust-sol {
        font-size: 13px;
    }
}

.toplam{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  transition: background-color 0.3s ease;
  box-shadow: 0px 0px 10px 0px #0000004f;
  padding-top: 0;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4%;
}
.logo {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.main-nav {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  padding-right: 0;
  border-right: 1px solid #ffffff1f;
  margin-right: 0;
}
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-bottom: 0;
  align-items: center;
  margin-top: 0;
  padding: 0;
  margin: 0 auto;
}

.main-nav ul li:nth-child(1) {
    display: none;
}

.main-nav a {
  color: #000000;
  padding: 5px 0;
  position: relative;
  transition: color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
.main-nav a:hover {
  color: #7cbc04;
}
.has-dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.has-dropdown > a::after {
  content: "âˆ¨";
  font-size: 12px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-info {
  color: #7cbc04;
  font-size: 15px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.contact-info a {
  font-weight: 700;
  text-decoration: none;
  color: #7cbc04;
}
.cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
  border-left: 1px solid #ffffff1f;
}
.cart-icon svg {
  width: 22px;
  height: 22px;
}
.cart-count {
  margin-left: 5px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
.cta-button {
  background-color: #7cbc04;
  color: #fff;
  padding: 12px 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}
.cta-button:hover {
  background-color: #b84d12;
  color: #fff;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.menu-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #7cbc04;
  margin: 5px 0;
  transition: all 0.4s;
}
.menu-toggle.is-active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.is-active .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
}





@media (max-width: 1150px) {
  .contact-info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .menu-toggle {
    display: block;
  }
  .main-nav {
    justify-content: flex-end;
  }
  .main-nav ul {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background-color: #1a1a1a;
    padding: 120px 40px 40px;
    align-items: flex-start;
    gap: 25px;
    transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 999;
  }
  .main-nav ul.is-active {
    left: 0;
  }
  .main-nav ul a {
    font-size: 20px;
  }
  .cta-button {
    display: none;
  }
  .about-section,
  .services-section {
    text-align: center;
  }
  .about-image {
    margin-top: 40px;
  }
  .button-group {
    justify-content: center;
  }
  .about-headline {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .services-section {
    margin-top: -80px;
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8;
  background-color: #333;
  overflow: hidden;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  align-items: center;
}

.slide:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #07144f6e;
    z-index: 9;
}

.slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.slide.active {
  opacity: 1;
}
.slide.active img {
  z-index: 1;
}
.slide .textic {
  max-width: 1000px;
  position: relative;
  z-index: 9;
  color: #fff;
}
.slide .textic .text1 {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 35px;
  font-size: 50px;
  max-width: 70%;
}
.slide .textic .text2 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
  line-height: 30px;
}
.slide.active {
  opacity: 1;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00000080;
  color: #fff;
  border: none;
  padding: 5px 10px;
  font-size: 23px;
  display: flex;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
  transition: background-color 0.3s ease;
  height: 42px;
  width: 42px;
}
.slider-btn:hover {
  background-color: #000c;
}
.prev-btn {
  left: 15px;
}
.next-btn {
  right: 15px;
}


/**/

/* BUTTONS */
.btn,
.btn:link,
.btn:visited {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 20px;
    letter-spacing: 2px;
    clip-path: polygon(        100% 0,        100% 100%,        calc(1em*1) 100%,        0 calc(100% - calc(1em*1)),        0 0);
    text-decoration: none;
    border: none;
    transform: translateZ(0);
    line-height: 17px;
}
[dir='rtl'] .btn,
[dir='rtl'] .btn:link,
[dir='rtl'] .btn:visited {
    clip-path: var(--slope-clip-top-left-base);
}
.btn svg,
.btn:link svg,
.btn:visited svg {
    height: 12px;
    width: auto;
    transition: all 0.3s ease-in-out;
}
.btn::before,
.btn:link::before,
.btn:visited::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 800ms;
    border-radius: 50%;
    z-index: 1;
}
.btn .text-one,
.btn:link .text-one,
.btn:visited .text-one {
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
.btn .text-two,
.btn:link .text-two,
.btn:visited .text-two {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 300%);
    font-size: 12px;
    font-weight: 800;
    z-index: 2;
    transition: all 0.5s ease;
}
.btn:hover::before,
.btn:link:hover::before,
.btn:visited:hover::before {
    top: 0;
    top: -40%;
}
.btn:hover .text-one,
.btn:link:hover .text-one,
.btn:visited:hover .text-one {
    transform: translateY(-150%);
}
.btn:hover .text-two,
.btn:link:hover .text-two,
.btn:visited:hover .text-two {
    transform: translate(-50%, -50%);
}


.primary {
    background-color: #7cbc04;
}
.primary::before {
    background: white;
}
.primary .text-one {
    color: white;
}
.primary .text-one svg {
    fill: white;
}
.primary .text-two {
    color: #7cbc04;
}
.primary .text-two svg {
    fill: #7cbc04;
}





.secondary {
    background-color: white;
    box-shadow: 1px 1.732px 4px 0px rgba(16, 37, 33, 0.04);
}
.secondary::before {
    background: #7cbc04;
}
.secondary .text-one {
    color: #7cbc04;
}
.secondary .text-one svg {
    fill: #7cbc04;
}
.secondary .text-two {
    color: white;
}
.secondary .text-two svg {
    fill: white;
}


/**/

.sub-heading {
    font-size: 14px;
    color: #7cbc04;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1.6px;
    margin-bottom: 1rem;
}


.img-gallery-section {
    --large-image-height: 400px;
    --medium-image-height: 270px;
    --small-image-height: 170px;
    --column-width: 450px;
}
.img-gallery-section .sub-heading {
    text-align: center;
}
.img-gallery-section .main-heading {
    font-size: 50px;
    text-align: center;
    max-width: 73%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .img-gallery-section .main-heading {
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .img-gallery-section .main-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
    padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .img-gallery-section {
        --column-width: 30%;
    }
}
@media (max-width: 767px) {
    .img-gallery-section {
        --large-image-height: 300px;
        --medium-image-height: 300px;
        --small-image-height: 300px;
    }
}
.img-gallery-section .text-overlay {
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-gallery-section .text-overlay .icon {
    justify-self: flex-start;
}
.img-gallery-section .text-overlay .icon svg {
    height: 5rem;
    fill: white;
}
.img-gallery-section .text-overlay p {
    font-size: 24px;
    color: white;
    align-self: flex-end;
}
.img-gallery-section .text-overlay--1 {
    min-height: 170px;
    clip-path: polygon(
        100% 0,
        100% 100%,
        calc(1em*3) 100%,
        0 calc(100% - calc(1em*3)),
        0 0
    );
}
[dir='rtl'] .img-gallery-section .text-overlay--1 {
    clip-path: var(--slope-clip-bottom-right-3);
}
.img-gallery-section .text-overlay--1 p {
    text-align: right;
}
.img-gallery-section .text-overlay--small .icon svg {
    fill: #7cbc04;
}
.img-gallery-section .text-overlay--small p {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 2rem;
    letter-spacing: 2px;
}
.img-gallery-section .text-overlay--2 {
    height: 100%;
    clip-path: var(--slope-clip-top-right-3);
}
[dir='rtl'] .img-gallery-section .text-overlay--2 {
    clip-path: var(--slope-clip-top-left-3);
}
.img-gallery-section .text-overlay--2 .icon {
    justify-self: flex-end;
}
.img-gallery-section .text-overlay--2 p {
    font-size: 20px;
    color: white;
    align-self: flex-end;
}
.img-gallery-section .text-overlay--large .icon svg {
    fill: #7cbc04;
}
.img-gallery-section .text-overlay--large p {
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 2px;
}
.img-gallery-section .gallery-images-container {
    display: flex;
    --gap: 10px;
    gap: var(--gap);
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-container {
        flex-direction: column-reverse;
    }
}
.img-gallery-section .gallery-images-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-gallery-section .gallery-images-container .image {
    height: var(--image-height);
}

.img-gallery-section .gallery-images-container .image--large.baskan a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.img-gallery-section .gallery-images-container .image--large.baskan a .isim{
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 20px;
    letter-spacing: 2px;
    clip-path: polygon(100% 0, 100% 100%, calc(1em * 1) 100%, 0 calc(100% - calc(1em * 1)), 0 0);
    text-decoration: none;
    border: none;
    transform: translateZ(0);
    line-height: 17px;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1;
    background: #fff;
    color: #07144f;
    font-weight: 700;
}
.img-gallery-section .gallery-images-container .image--large {
    --image-height: var(--large-image-height);
}
.img-gallery-section .gallery-images-container .image--medium {
    --image-height: var(--medium-image-height);
}
.img-gallery-section .gallery-images-container .image--small {
    --image-height: var(--small-image-height);
}
.img-gallery-section .gallery-images-container .r-image {
    width: 100%;
    height: var(--image-height);
    position: relative;
}
.img-gallery-section .gallery-images-container .r-image-inner {
    position: absolute;
    overflow: hidden;
    height: 100%;
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-container .r-image-inner {
        width: 100% !important;
        left: unset !important;
        right: unset !important;
    }
}
.img-gallery-section .gallery-images-container .r-image img {
    width: 100%;
    object-fit: cover;
}
.img-gallery-section .gallery-images-column--1 {
    display: flex;
    gap: var(--gap);
    flex-direction: column;
    justify-content: flex-end;
    width: var(--column-width);
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-column--1 {
        width: 100%;
    }
}
.img-gallery-section .gallery-images-column--2 {
    display: flex;
    gap: var(--gap);
    flex-direction: column;
    width: calc(100% - (var(--column-width) + var(--gap)));
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-column--2 {
        width: 100%;
    }
}
.img-gallery-section .gallery-images-row {
    display: flex;
    gap: var(--gap);
}
.img-gallery-section .gallery-images-row--1 {
    display: flex;
    gap: var(--gap);
    align-items: flex-end;
}
.img-gallery-section .gallery-images-row--1 .text-overlay {
    flex: 0.45;
}
@media (max-width: 991px) {
    .img-gallery-section .gallery-images-row--1 .text-overlay {
        flex: 1;
    }
}
.img-gallery-section .gallery-images-row--1 .image-column {
    flex: 0.2;
    display: flex;
    gap: var(--gap);
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    --image-height: calc(100% - (var(--small-image-height) + var(--gap)));
}
@media (max-width: 991px) {
    .img-gallery-section .gallery-images-row--1 .image-column {
        flex: 0.6;
    }
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-row--1 .image-column {
        flex: 1;
        width: 100%;
    }
}
.img-gallery-section .gallery-images-row--1 .image--1 img {
    min-width: 95%;
    transform: translateX(0%);
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-row--1 .image--1 img {
        transform: none;
        min-width: initial;
        flex: 1;
    }
}
.img-gallery-section .gallery-images-row--1 .image--medium {
    flex: 0.35;
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-row--1 .image--medium {
        flex: 1;
        width: 100%;
        display: none;
    }
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-row--1 {
        flex-direction: column;
    }
}
.img-gallery-section .gallery-images-row--2 {
    display: flex;
    gap: var(--gap);
}
.img-gallery-section .gallery-images-row--2 > * {
    flex: 1;
}
@media (max-width: 767px) {
    .img-gallery-section .gallery-images-row--2 {
        flex-direction: column;
    }
}
.img-gallery-section .grid-container {
    display: grid;
    grid-template-columns: 1fr auto auto; /* 4 equal columns */
    gap: 10px;
    /* Specific Images */
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container {
        grid-template-columns: 1fr; /* 4 equal columns */
        gap: 10px;
        justify-items: center;
    }
}
.img-gallery-section .grid-container .image-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container .image-wrapper {
        justify-items: center;
        width: 100%;
    }
}
.img-gallery-section .grid-container .img-inner-block {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container .img-inner-block {
        flex-direction: column;
        width: 100%;
    }
}
.img-gallery-section .grid-container .img1 {
    background-image: url(539132d326d79c85988f.png);
    background-repeat: no-repeat;
    width: 415px;
    height: 221px;
    justify-self: end;
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container .img1 {
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
.img-gallery-section .grid-container .img2 {
    background-image: url(31d3eb3a59e4abbd25d8.png);
    background-repeat: no-repeat;
    width: 167px;
    height: 169px;
    background-position: bottom left;
    justify-self: flex-end;
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container .img2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position-y: 73%;
    }
}
.img-gallery-section .grid-container .img3 {
    background-image: url(196094ceec62b556d23b.png);
    background-repeat: no-repeat;
    width: 463px;
    height: 399px;
    clip-path: var(--slope-clip-top-right-3);
}
[dir='rtl'] .img-gallery-section .grid-container .img3 {
    clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container .img3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }
}
.img-gallery-section .grid-container .img4 {
    background-image: url(3db717603b79872583d6.png);
    background-repeat: no-repeat;
    width: 251px;
    height: 269px;
    align-self: flex-end;
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container .img4 {
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
.img-gallery-section .grid-container .img5 {
    grid-column: span 2;
    background-image: url(134a5e5573d2e5f6a4cf.png);
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container .img5 {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center;
    }
}
.img-gallery-section .grid-container .image-item .text-overlay {
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
}
.img-gallery-section .grid-container .image-item .text-overlay .icon {
    justify-self: flex-end;
}
.img-gallery-section .grid-container .image-item .text-overlay .icon svg {
    height: 5rem;
    fill: white;
}
.img-gallery-section .grid-container .image-item .text-overlay p {
    font-size: var(--feature-font-size);
    color: white;
    align-self: flex-end;
    padding: 0 2rem;
}
.img-gallery-section .grid-container-2 {
    display: grid;
    grid-template-columns: 1fr auto auto; /* 4 equal columns */
    gap: 10px;
    padding-top: 10px;
    /* Specific Images */
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container-2 {
        grid-template-columns: 1fr; /* 4 equal columns */
        gap: 10px;
        justify-items: center;
    }
}
.img-gallery-section .grid-container-2 .img6 {
    background-image: url(6b150e3cfb70577cf031.png);
    background-repeat: no-repeat;
    width: 435px;
    height: 169px;
    clip-path: var(--slope-clip-top-left-3);
    align-self: flex-end;
}
[dir='rtl'] .img-gallery-section .grid-container-2 .img6 {
    clip-path: var(--slope-clip-top-right-3);
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container-2 .img6 {
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
.img-gallery-section .grid-container-2 .img7 {
    background-image: url(3482e202d2a8ee57dd10.png);
    background-repeat: no-repeat;
    width: 402px;
    height: 400px;
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container-2 .img7 {
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: center;
    }
}
.img-gallery-section .grid-container-2 .img8 {
    background-image: url(1d5458cdff74807dc8ca.png);
    background-repeat: no-repeat;
    width: 759px;
    height: 400px;
}
@media (max-width: 991px) {
    .img-gallery-section .grid-container-2 .img8 {
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: center;
    }
}
.img-gallery-section .grid-container-2 .image-item .text-overlay {
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
}
.img-gallery-section .grid-container-2 .image-item .text-overlay .icon {
    justify-self: flex-start;
}
.img-gallery-section .grid-container-2 .image-item .text-overlay .icon svg {
    height: 5rem;
    fill: white;
}
.img-gallery-section .grid-container-2 .image-item .text-overlay p {
    font-size: var(--feature-font-size);
    color: white;
    align-self: flex-end;
    text-align: right;
}
.img-gallery-section .text-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0px;
}
.img-gallery-section.padding-top-bottom {
    padding-top: 10rem;
    padding-bottom: 5rem;
}
@media (max-width: 767px) {
    .img-gallery-section.padding-top-bottom {
        padding-top: 5rem;
    }
}
.img-gallery-section.padding-top {
    padding-top: 10rem;
}
@media (max-width: 767px) {
    .img-gallery-section.padding-top {
        padding-top: 5rem;
    }
}
.img-gallery-section.padding-bottom {
    padding-bottom: 15rem;
}
@media (max-width: 767px) {
    .img-gallery-section.padding-bottom {
        padding-bottom: 10rem;
    }
}


/**/

.main-heading {
    font-weight: 600;
    font-size: 70px;
    line-height: 1.2;
    color: #191919;
    margin-bottom: 5rem;
    text-transform: inherit;
}

.areas-serve-section .area-content-block {
    padding: 20rem 0;
    margin-right: 6rem;
}
@media (max-width: 991px) {
    .areas-serve-section .area-content-block {
        padding: 10rem 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .areas-serve-section .area-content-block {
        padding: 5rem 0;
    }
}
.areas-serve-section .area-content-block .main-heading {
    max-width: 86%;
}
@media (max-width: 1200px) {
    .areas-serve-section .area-content-block .main-heading {
        max-width: 98%;
    }
}
@media (max-width: 991px) {
    .areas-serve-section .area-content-block .main-heading {
        max-width: 100%;
    }
}
.areas-serve-section .link-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 3rem;
}
@media (max-width: 991px) {
    .areas-serve-section .link-container {
        gap: 5rem;
        margin-top: 5rem;
    }
}
@media (max-width: 767px) {
    .areas-serve-section .link-container {
        grid-template-columns: 1fr;
    }
}
.areas-serve-section .link-container .area-link {
    display: flex;
    align-items: center;
    gap: 3rem;
    text-decoration: none;
    padding-bottom: 20px;
    border-bottom: 2px solid #191919;
    color: #191919;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.areas-serve-section .link-container .area-link .icon {
    height: 3rem;
    width: 3rem;
    fill: #191919;
    transition: all 0.3s ease-in-out;
}
.areas-serve-section .link-container .area-link .arrow-right {
    height: 2rem;
    width: 2rem;
    fill: #191919;
    transition: all 0.3s ease-in-out;
    margin: auto 0 0 auto;
    display: none;
}
.areas-serve-section .link-container .area-link:hover,
.areas-serve-section .link-container .area-link:active {
    border-bottom: 2px solid #7cbc04;
    color: #7cbc04;
}
.areas-serve-section .link-container .area-link:hover .icon,
.areas-serve-section .link-container .area-link:active .icon {
    fill: #7cbc04;
}
.areas-serve-section .link-container .area-link:hover .arrow-right,
.areas-serve-section .link-container .area-link:active .arrow-right {
    fill: #7cbc04;
}
.areas-serve-section .img-block {
    width: 100%;
    position: relative;
    min-height: 1px;
    display: flex;
    --width: 100%;
}
.areas-serve-section .img-block img {
    clip-path: var(--slope-clip-bottom-left-5);
    max-width: 100%;
}
[dir='rtl'] .areas-serve-section .img-block img {
    clip-path: var(--slope-clip-bottom-right-5);
}
@media (min-width: 768px) {
    .areas-serve-section .img-block {
        width: 41.874%;
    }
}
@media (max-width: 991px) {
    .areas-serve-section .img-block {
        width: 100%;
        grid-area: 1/1;
        height: 40rem;
    }
}
.areas-serve-section .img-block .r-image {
    width: 100%;
    height: 100%;
}
.areas-serve-section .img-block .r-image-inner {
    --height-elementor: 130%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
@media (max-width: 991px) {
    .areas-serve-section .img-block .r-image-inner {
        --height-elementor: 40rem;
    }
}
.areas-serve-section .img-block .r-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.areas-serve-section .img-block .grid-icon {
    position: absolute;
    width: 4.6rem;
    height: 4.6rem;
    stroke: var(--primary-white);
    bottom: 40px;
    right: 50px;
    z-index: 10;
}
@media (max-width: 991px) {
    .areas-serve-section .img-block .grid-icon {
        bottom: 20px;
        right: 40px;
    }
}
.areas-serve-section .area-block-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
@media (max-width: 991px) {
    .areas-serve-section .area-block-wrapper {
        grid-template-columns: 1fr;
    }
}
.areas-serve-section .container {
    position: relative;
    z-index: 1;
}

.areas-serve-section-2 {
    padding: 15rem 0 20rem;
    background-color: #191919;
    background: radial-gradient(circle at bottom left, #7cbc04 0, var(--secondary-dark-color) 30%);
    clip-path: var(--slope-clip-top-left-5);
    position: relative;
}
@media (max-width: 991px) {
    .areas-serve-section-2 {
        padding: 10rem 0 15rem;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-2 {
        padding: 5rem 0 15rem;
    }
}
.areas-serve-section-2 .headings {
    text-align: center;
}
.areas-serve-section-2 .headings .main-heading {
    color: var(--primary-white);
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .areas-serve-section-2 .headings .main-heading {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-2 .headings .main-heading {
        max-width: 90%;
    }
}
.areas-serve-section-2 .link-container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10rem;
    row-gap: 5rem;
    margin-top: 8rem;
}
@media (max-width: 991px) {
    .areas-serve-section-2 .link-container {
        grid-template-columns: 1fr 1fr;
        column-gap: 5rem;
        row-gap: 5rem;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-2 .link-container {
        grid-template-columns: 1fr;
        column-gap: 5rem;
        row-gap: 5rem;
    }
}
.areas-serve-section-2 .link-container .area-link {
    color: var(--primary-white);
    border-bottom: 2px solid var(--transparent-primary-color);
}
.areas-serve-section-2 .link-container .area-link .icon {
    fill: var(--primary-white);
}
.areas-serve-section-2 .link-container .area-link .arrow-right {
    fill: #7cbc04;
}
.areas-serve-section-2 .link-container .area-link:hover,
.areas-serve-section-2 .link-container .area-link:active {
    border-bottom: 2px solid var(--light-primary-color);
    color: var(--light-primary-color);
}
.areas-serve-section-2 .link-container .area-link:hover .icon,
.areas-serve-section-2 .link-container .area-link:active .icon {
    fill: var(--light-primary-color);
}
.areas-serve-section-2 .link-container .area-link:hover .arrow-right,
.areas-serve-section-2 .link-container .area-link:active .arrow-right {
    fill: var(--light-primary-color);
}
.areas-serve-section-2 .grid-icon {
    position: absolute;
    width: 4.6rem;
    height: 4.6rem;
    stroke: var(--primary-white);
    bottom: 50px;
    right: 50px;
    z-index: 10;
}
@media (max-width: 991px) {
    .areas-serve-section-2 .grid-icon {
        right: 20px;
    }
}

.areas-serve-section-3 {
    padding: 5rem 0;
    position: relative;
    padding-top: 0;
}
@media (max-width: 991px) {
    .areas-serve-section-3 {
        padding: 10rem 0;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-3 {
        padding: 5rem 0;
        display: none;
    }
}
.areas-serve-section-3 .headings {
    text-align: center;
}
.areas-serve-section-3 .headings .main-heading {
    margin-bottom: 0px;
    font-size: 50px;
    text-align: center;
    max-width: 73%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
@media (max-width: 1200px) {
    .areas-serve-section-3 .headings .main-heading {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-3 .headings .main-heading {
        max-width: 90%;
    }
}
.areas-serve-section-3 .link-container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4rem;
    row-gap: 4rem;
    margin-top: 5rem;
}
@media (max-width: 991px) {
    .areas-serve-section-3 .link-container {
        grid-template-columns: 1fr 1fr;
        column-gap: 5rem;
        row-gap: 5rem;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-3 .link-container {
        grid-template-columns: 1fr;
        column-gap: 5rem;
        row-gap: 5rem;
    }
}
.areas-serve-section-3 .area-serve-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 0;
}

.areas-serve-section-4 {
    padding: 5rem 0 15rem;
    position: relative;
}
@media (max-width: 991px) {
    .areas-serve-section-4 {
        padding: 5rem 0 10rem;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-4 {
        padding: 5rem 0 5rem;
    }
}
.areas-serve-section-4 .headings {
    text-align: center;
    margin-top: 5rem;
}
.areas-serve-section-4 .headings .main-heading {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .areas-serve-section-4 .headings .main-heading {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-4 .headings .main-heading {
        max-width: 90%;
    }
}
.areas-serve-section-4 .link-container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10rem;
    row-gap: 5rem;
    margin-top: 8rem;
}
@media (max-width: 991px) {
    .areas-serve-section-4 .link-container {
        grid-template-columns: 1fr 1fr;
        column-gap: 5rem;
        row-gap: 5rem;
    }
}
@media (max-width: 767px) {
    .areas-serve-section-4 .link-container {
        grid-template-columns: 1fr;
        column-gap: 5rem;
        row-gap: 5rem;
    }
}
.areas-serve-section-4 .area-serve-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 5rem;
}
.areas-serve-section-4 .grid-icon {
    position: absolute;
    width: 4.6rem;
    height: 4.6rem;
    stroke: var(--primary-white);
    bottom: 50px;
    right: 50px;
    z-index: 10;
}
@media (max-width: 991px) {
    .areas-serve-section-4 .grid-icon {
        right: 20px;
    }
}


/**/

.text-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.outline-heading {
  display: inline-block;
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase;
  user-select: none;
  color: #ffffffe6;
  text-shadow: -1px -1px 0 #7cbc04, 1px -1px 0 #7cbc04, -1px 1px 0 #7cbc04, 1px 1px 0 #7cbc04;
  margin-left: 1rem;
}

/* Kayma efekti */
.moving-text {
  animation: slideText 15s linear infinite;
}

@keyframes slideText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .outline-heading {
    font-size: 12rem;
  }
}
@media (max-width: 767px) {
  .outline-heading {
    font-size: 2rem;
  }
}

.text-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  padding: 40px 0px;
}

.moving-text {
  animation: marquee 10s linear infinite;
  padding-right: 5rem;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


/**/

.solution-section {
    padding: 5rem 0;
    background: radial-gradient(circle at bottom left, #07144f 0, #10216a 30%);
    position: relative;
    clip-path: var(--slope-clip-top-left-5);
    margin-top: 0;
    padding-bottom: 12rem;
}
[dir='rtl'] .solution-section {
    clip-path: var(--slope-clip-top-right-5);
}
@media (max-width: 991px) {
    .solution-section {
        padding: 10rem 0;
    }
}
@media (max-width: 767px) {
    .solution-section {
        padding: 5rem 0 5rem;
        margin-bottom: 70px;
    }
}
.solution-section .sub-heading {
    text-align: center;
    margin-top: 0;
}
.solution-section .main-heading {
    color: white;
    font-size: 50px;
    text-align: center;
    max-width: 73%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
@media (max-width: 1200px) {
    .solution-section .main-heading {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .solution-section .main-heading {
        max-width: 100%;
    }
}
.solution-section .features-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
@media (max-width: 991px) {
    .solution-section .features-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.solution-section .features-wrapper .feature-item {
    background-color: rgba(25, 25, 25, 0.3);
    display: flex;
    align-items: center;
    overflow: hidden;
    clip-path: var(--slope-clip-top-right-3);
    transition: all 0.3s ease-in-out;
}
[dir='rtl'] .solution-section .features-wrapper .feature-item {
    clip-path: var(--slope-clip-top-left-3);
}
.solution-section .features-wrapper .feature-item .feature-img {
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .solution-section .features-wrapper .feature-item .feature-img {
        width: 100%;
    }
}
.solution-section .features-wrapper .feature-item img {
    width: 269px;
    height: 100%;
    object-fit: cover;
    height: 420px;
}
@media (max-width: 600px) {
    .solution-section .features-wrapper .feature-item img {
        width: 100%;
        height: 12rem;
    }
}
.solution-section .features-wrapper .feature-item .feature-content {
    padding: 3rem 2rem 2rem 2rem;
}
.solution-section .features-wrapper .feature-item .feature-content .feature-title {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    color: white;
    transition: all 0.3s ease-in-out;
}
.solution-section .features-wrapper .feature-item .feature-content .feature-title .feature-icon {
    height: 3rem;
    width: 3rem;
    fill: #7cbc04;
}
.solution-section .features-wrapper .feature-item .feature-content p {
    color: white;
    margin-top: 3rem;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    line-height: 30px;
}
.solution-section .features-wrapper .feature-item:hover {
    background-color: white;
}
.solution-section .features-wrapper .feature-item:hover .feature-content .feature-title {
    color: black;
}
.solution-section .features-wrapper .feature-item:hover .feature-content p {
    color: black;
}
@media (max-width: 600px) {
    .solution-section .features-wrapper .feature-item {
        flex-direction: column;
        clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    }
}
.solution-section .grid-icon {
    position: absolute;
    width: 3.6rem;
    height: 4.6rem;
    stroke: #7cbc04;
    bottom: 50px;
    right: 50px;
    z-index: 10;
}
@media (max-width: 991px) {
    .solution-section .grid-icon {
        bottom: 20px;
        right: 20px;
    }
}
@media (max-width: 767px) {
    .solution-section .grid-icon {
        display: none;
    }
}
.solution-section .features-wrapper-2 .feature-item {
    background-color: var(--primary-white);
}
.solution-section .features-wrapper-2 .feature-item .feature-content .feature-title {
    color: var(--semi-black-color);
}
.solution-section .features-wrapper-2 .feature-item .feature-content p {
    color: var(--grey-color);
}



/**/

.industries-section {
    padding: 15rem 0;
}
@media (max-width: 991px) {
    .industries-section {
        padding: 10rem 0;
    }
}
@media (max-width: 767px) {
    .industries-section {
        padding: 5rem 0;
    }
}
.industries-section .stat-heading {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.industries-section .sub-heading {
    text-align: center;
}
.industries-section .main-heading {
    text-align: center;
    max-width: 83%;
    margin: 0 auto 5rem;
}
@media (max-width: 767px) {
    .industries-section .main-heading {
        max-width: 100%;
        margin: 0 auto 3rem;
    }
}
.industries-section .image-section {
    position: relative;
}
.industries-section .image-section .video-block {
    cursor: pointer;
}
.industries-section .image-section .main-image {
    width: 100%;
    max-height: 658px;
    object-fit: cover;
    clip-path: polygon(        calc(100% - calc(1rem * 5)) 0,        100% calc(1rem * 5),        100% 100%,        0 100%,        0 0    );
}
[dir='rtl'] .industries-section .image-section .main-image {
    clip-path: var(--slope-clip-top-left-5);
}
.industries-section .image-section .video-icon-block {
    position: absolute;
    top: 326px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background: #00000073;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 320px;
    min-height: 652px;
    clip-path: polygon(calc(100% - calc(1rem * 5)) 0, 100% calc(1rem * 5), 100% 100%, 0 100%, 0 0);
    text-align: center;
}

.industries-section .image-section .video-icon-block p{color: white;margin-top: 3rem;transition: all 0.3s 
ease-in-out;font-size: 18px;line-height: 30px;margin-top: 0;}

.industries-section .image-section .video-icon-block h4{
    display: flex;
    align-items: center;
    gap: 2rem;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
}
.industries-section .image-section .video-icon-block .icon-play {
    width: 116px;
    height: 116px;
    fill: #7cbc04;
    background: var(--primary-white);
    border-radius: 50%;
    padding: 18px;
}
@media (max-width: 991px) {
    .industries-section .image-section .video-icon-block .icon-play {
        height: 82px;
        width: 82px;
    }
}
@media (max-width: 767px) {
    .industries-section .image-section .video-icon-block .icon-play {
        height: 62px;
        width: 62px;
        padding: 8px;
    }
}
.industries-section .image-section .modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.733); /* Black background with opacity */
}
.industries-section .image-section .modal-content {
    margin: 15% auto;
    padding: 30px;
    width: 80%;
    max-width: 700px;
}
.industries-section .image-section .modal-content iframe {
    width: 100%;
    border: none;
}
.industries-section .image-section .video-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    font-weight: bold;
    cursor: pointer;
    fill: var(--primary-white);
}
.industries-section .image-section .logo-block {
    width: 149px;
    height: 149px;
    background-color: #7cbc04;
    clip-path: polygon(        100% 0,        100% 100%,        calc(1rem * 3) 100%,        0 calc(100% - calc(1rem * 3)),        0 0    );
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6rem;
    margin-top: -12rem;
    z-index: 9;
    position: relative;
    bottom: -70px;
}
[dir='rtl'] .industries-section .image-section .logo-block {
    clip-path: var(--slope-clip-bottom-right-3);
}
@media (max-width: 991px) {
    .industries-section .image-section .logo-block {
        height: 120px;
        width: 120px;
    }
}
@media (max-width: 767px) {
    .industries-section .image-section .logo-block {
        height: 80px;
        width: 80px;
        margin-left: 3rem;
        margin-top: -9.2rem;
        clip-path: var(--slope-clip-bottom-left-base);
    }
    [dir='rtl'] .industries-section .image-section .logo-block {
        clip-path: var(--slope-clip-bottom-right-base);
    }
}
.industries-section .image-section .logo-block .logo-img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .industries-section .image-section .logo-block .logo-img {
        max-width: 40%;
    }
}
@media (max-width: 767px) {
    .industries-section .image-section .logo-block .logo-img {
        max-width: 30%;
    }
}
.industries-section .stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 7rem;
    margin-top: 3rem;
}
@media (max-width: 991px) {
    .industries-section .stats {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .industries-section .stats {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
}
.industries-section .stats .stat-item h2 {
    font-weight: 400;
    font-size: 55px;
    color: #191919;
    text-align: left;
    margin-bottom: 0;
    margin-top: 30px;
}
.industries-section .stats .stat-item .line {
    background-color: #7cbc04;
    width: 100%;
    height: 2px;
    margin: 1rem 0;
}
.industries-section .stats .stat-item p {
    color: #7cbc04;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
}

.industries-img-section {
    padding: 0;
    margin-top: calc(var(--slope-value-5) * -1);
}

.industries-video-section {
    padding: 0;
    margin-top: calc(calc(1rem * 5) * -1);
    padding-bottom: 6rem;
}
@media (max-width: 991px) {
    .industries-video-section {
        padding-bottom: 10rem;
    }
}
@media (max-width: 767px) {
    .industries-video-section {
        padding-bottom: 5rem;
        display: none;
    }
}


/**/


footer {
    background: radial-gradient(circle at bottom right, #07144f 0, #10216a 30%);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    clip-path: polygon(calc(100% - calc(1rem * 5)) 0, 100% calc(1rem * 5), 100% 100%, 0 100%, 0 0);
    padding-top: 5rem;
}
@media (max-width: 991px) {
    footer {
        padding: 10rem 0;
    }
}
@media (max-width: 767px) {
    footer {
        padding: 1rem 0 3rem;
    }
}
footer .footer-wrapper {
    display: grid;
    grid-template-columns: auto auto 1fr;
    row-gap: 5rem;
    column-gap: 17rem;
}
@media (max-width: 1200px) {
    footer .footer-wrapper {
        column-gap: 12rem;
    }
}
@media (max-width: 991px) {
    footer .footer-wrapper {
        grid-template-columns: 1fr;
        display: none;
    }
}
@media (max-width: 991px) {
    footer .about-col {
        grid-row: 2;
    }
}
footer .about-col .logo-img {
    margin-left: 4.5rem;
    height: 35px;
    width: 35px;
}
footer .about-col .footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: var(--jakarta-font-family);
    font-weight: 600;
    font-size: var(--feature-font-size);
    color: var(--primary-white);
}
footer .about-col .footer-logo img {
    height: 125px;
    width: auto;
}
footer .about-col .footer-title {
    font-family: var(--jakarta-font-family);
    font-weight: 600;
    font-size: var(--medium-font-size);
    line-height: 1.4;
    color: #7cbc04;
    margin: 5rem 0;
    max-width: 332px;
}
@media (max-width: 991px) {
    footer .about-col .footer-title {
        max-width: 300px;
    }
}
footer .about-col .color-white {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}
footer .about-col .contacts-link-block .contact-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}
footer .about-col .contacts-link-block .contact-link svg {
    height: 2.8rem;
    width: 2.8rem;
    fill: #7cbc04;
}
footer .about-col .contacts-link-block .contact-link span {
    font-family: var(--jakarta-font-family);
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.2;
    color: var(--primary-white);
}
.footer-social-links {
    list-style-type: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.social-link:link,
footer .about-col .social-link:visited {
    text-decoration: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.social-link:link .icon,
.social-link:link svg,
footer .about-col .social-link:visited .icon {
    height: 15px;
    width: 15px;
    fill: #ffffff;
    line-height: 1.2;
    transition: 0.3s ease;
}

.social-link:link:hover,
footer .about-col .social-link:visited:hover {

}
footer .links-col .links-wrapper {
    display: flex;
    gap: 6rem;
}
@media (max-width: 425px) {
    footer .links-col .links-wrapper {
        flex-direction: column;
        gap: 0;
    }
}
footer .links-col .links-wrapper .footer-nav {
    margin-top: 0;
    padding: 0;
    max-width: 300px;
}
@media (max-width: 991px) {
    footer .links-col {
        grid-row: 3;
    }
}
footer .links-col .footer-nav {
    margin-top: 8rem;
    list-style-type: none;
}
@media (max-width: 991px) {
    footer .links-col .footer-nav {
        margin-top: 0;
    }
}
footer .links-col .footer-link:link,
footer .links-col .footer-link:visited {
    text-decoration: none;
    font-family: var(--jakarta-font-family);
    font-size: var(--paragraph-font-size);
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 0 10px 0;
    transition: all 0.3s ease-in-out;
}
footer .links-col .footer-link:link .icon-play,
footer .links-col .footer-link:visited .icon-play {
    height: 20px;
    width: 20px;
    fill: #7cbc04;
}
footer .links-col .footer-link:link span,
footer .links-col .footer-link:visited span {
    position: relative;
    width: max-content;
    line-height: 30px;
}
footer .links-col .footer-link:link span::after,
footer .links-col .footer-link:visited span::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--primary-white);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
footer .links-col .footer-link:link:hover span::after,
footer .links-col .footer-link:visited:hover span::after {
    width: 100%;
    opacity: 1;
}
footer .footer-form {
    margin-top: -22rem;
    margin-left: 3rem;
    clip-path: var(--slope-clip-top-right-3);
}
[dir='rtl'] footer .footer-form {
    clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 1200px) {
    footer .footer-form {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    footer .footer-form {
        margin-top: -18rem;
    }
}
@media (max-width: 767px) {
    footer .footer-form {
        margin-top: -13rem;
    }
}
footer .footer-form .form-container {
    background-image: url(feda4a297ad70ebb3fcb.png);
    background-repeat: no-repeat;
    text-align: center;
    padding: 5rem;
    background-size: cover;
    color: var(--primary-white);
    clip-path: var(--slope-clip-top-right-3);
}
[dir='rtl'] footer .footer-form .form-container {
    clip-path: var(--slope-clip-top-left-3);
}
footer .footer-form .form-container h2 {
    font-family: var(--jakarta-font-family);
    font-weight: 700;
    font-size: var(--sub-heading-font-size);
    margin-bottom: 5rem;
}
footer .footer-form .form-container .input-group {
    position: relative;
    margin: 15px 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
footer .footer-form .form-container .input-group label {
    display: inline-block;
    margin-top: 3px;
}
footer .footer-form .form-container .input-group label svg {
    height: 2rem;
    width: 2rem;
    fill: var(--primary-white);
}
footer .footer-form .form-container .input-group input[type='text'],
footer .footer-form .form-container .input-group input[type='email'],
footer .footer-form .form-container .input-group input[type='tel'] {
    background: none;
    outline: none;
    border: none;
    width: 100%;
    height: 2.5rem;
    font-family: var(--jakarta-font-family);
    font-weight: 600;
    font-size: 15px;
    color: var(--primary-white);
    margin-bottom: 2rem;
    text-align: left;
}
footer .footer-form .form-container .input-group textarea {
    background: none;
    outline: none;
    border: none;
    color: var(--primary-white);
    width: 100%;
    height: 10rem;
    resize: none;
}
footer .footer-form .form-container .input-group input::placeholder,
footer .footer-form .form-container .input-group textarea::placeholder {
    font-family: var(--jakarta-font-family);
    font-weight: 600;
    font-size: 15px;
    color: var(--primary-white);
}
footer .footer-form .form-container .submit-btn {
    width: 100%;
    margin-top: 5rem;
}
footer .footer-form .form-container .submit-btn.primary {
    background-color: #17669f;
}
footer .footer-form .form-container .submit-btn.primary::before {
    background: var(--primary-white);
}
footer .footer-form .form-container .submit-btn.primary .text-one {
    color: var(--primary-white);
}
footer .footer-form .form-container .submit-btn.primary .text-one svg {
    fill: var(--primary-white);
}
footer .footer-form .form-container .submit-btn.primary .text-two {
    color: #17669f;
}
footer .footer-form .form-container .submit-btn.primary .text-two svg {
    fill: #17669f;
}
footer .footer-form .form-container #successMessage {
    font-size: var(--btn-font-size);
    font-weight: bold;
    font-family: var(--jakarta-font-family);
    text-align: center;
    color: #17669f;
    margin-top: 15px;
}
footer .footer-form .form-container #errorContainer {
    font-size: var(--btn-font-size);
    font-weight: bold;
    font-family: var(--jakarta-font-family);
    text-align: center;
    margin-top: 15px;
}
footer .footer-form .form-container.dark-color-form h2 {
    color: #17669f;
    letter-spacing: 2px;
}
footer .footer-form .form-container.dark-color-form .input-group {
    border-bottom: 2px solid rgba(42, 42, 42, 0.2);
}
footer .footer-form .form-container.dark-color-form .input-group input {
    color: #17669f;
}
footer .footer-form .form-container.dark-color-form .input-group textarea {
    color: #17669f;
}
footer .footer-form .form-container.dark-color-form .input-group label svg {
    fill: #17669f;
}
footer .footer-form .form-container.dark-color-form .input-group input::placeholder,
footer .footer-form .form-container.dark-color-form .input-group textarea::placeholder {
    color: #17669f;
    text-transform: uppercase;
    letter-spacing: 2px;
}
footer .footer-form .form-blue-container {
    background-image: url(06bcb7c12ab1954a9b1c.png);
}
footer .footer-form .form-red-container {
    background-image: url(289e14f0aa5f8a337d8f.png);
}
footer .footer-form .form-orange-container {
    background-image: url(a3e0069eca30e96ca6d6.png);
}
footer .contact-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-right: 20px;
}
footer .contact-detail h6 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
footer .title {
    font-family: var(--jakarta-font-family);
    font-size: var(--sub-heading-font-size);
    font-weight: 700;
    color: #7cbc04;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
footer .copyright {
    font-weight: 400;
    font-size: 16px;
    color: white;
    margin-top: 5rem;
    text-align: center;
    padding-bottom: 2rem;
    border-top: solid 1px #ffffff3d;
    padding-top: 2rem;
}
footer .grid-icon {
    position: absolute;
    width: 4.6rem;
    height: 4.6rem;
    stroke: #7cbc04;
    bottom: 130px;
    left: 90px;
    z-index: 10;
    opacity: 0;
}
@media (max-width: 991px) {
    footer .grid-icon {
        bottom: 20px;
        left: 20px;
    }
}
footer::before {
    content: '';
    height: calc(var(--slope-value-5) + 5px);
    width: 100%;
    position: absolute;
    top: calc(var(--slope-value-5) * -1);
    right: 0px;
    background-color: #17669f;
    clip-path: var(--slope-clip-top-left-5);
    z-index: 0;
}
[dir='rtl'] footer::before {
    clip-path: var(--slope-clip-top-right-5);
    left: 0;
    right: auto;
}
footer.green-demo-footer {
    background: #17669f;
}
footer.green-demo-footer .footer-wrapper {
    column-gap: 12rem;
}
@media (max-width: 991px) {
    footer.green-demo-footer .about-col {
        grid-row: 1;
    }
}
@media (max-width: 991px) {
    footer.green-demo-footer .links-col {
        grid-row: 2;
    }
}
footer.deep-orange-footer::before {
    content: '';
    height: calc(var(--slope-value-5) + 5px);
    width: 100%;
    position: absolute;
    top: calc(var(--slope-value-5) * -1);
    left: 0px;
    background-color: #17669f;
    clip-path: var(--slope-clip-top-right-5);
    z-index: 0;
}
[dir='rtl'] footer.deep-orange-footer::before {
    clip-path: var(--slope-clip-top-left-5);
    right: 0;
    left: auto;
}
footer.demo-footer .footer-wrapper {
    column-gap: 5rem;
}
@media (max-width: 991px) {
    footer.demo-footer .about-col {
        grid-row: 1;
    }
}
@media (max-width: 991px) {
    footer.demo-footer .links-col {
        grid-row: 2;
    }
}

footer.footer-red {
}


.header-top-dil {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    margin-top: 0;
}

.header-top-dil li {
    list-style: none;
    margin-right: 20px;
    position: relative;
}

.header-top-dil li span{
    display: none;
}

.header-top-dil li a {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

.header-top-dil li:first-child:before {
    display: none;
}

.header-top-dil li:before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -4px;
    height: 9px;
    width: 1px;
    background-color: #30628a;
}

.header-top-dil li a .icon {
    height: 17px;
    margin-right: 5px;
}

.header-top-dil li a .icon img {
    height: 100%;
}

/**/

.client-style01 .special-text {
    color: #00aab8;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
    letter-spacing: 2.4px;
    font-weight: 600;
    position: relative;
    padding-left: 17px;
    display: inline-block;
}

.client-style01 .special-text::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: #00aab8;
    width: 6px;
    height: 6px;
    text-align: center;
    border-radius: 100%;
}


.client-style01 h2 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.4px;
    margin-top: 0;
}

.client-style01{
    padding-bottom: 80px;
    padding-top: 80px;
    background: white;
}

.client-style01 .client-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.client-style01 .client-wrap .client-item {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 44px 30px;
    position: relative;
    transition: 0.3s;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.client-style01 .client-wrap .client-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #7cbc04;
    opacity: 0;
    transition: 0.3s;
}

.client-style01 .client-wrap .client-item:nth-child(6),
.client-style01 .client-wrap .client-item:nth-child(7),
.client-style01 .client-wrap .client-item:nth-child(8),
.client-style01 .client-wrap .client-item:nth-child(9),
.client-style01 .client-wrap .client-item:nth-child(10) {
    border-bottom: 0;
}

.client-style01 .client-wrap .client-item:nth-child(5),
.client-style01 .client-wrap .client-item:last-child {
    border-right: 0;
}

.client-style01 .client-wrap .client-item:hover {
    /* background: linear-gradient(to right, #fdc32a 0%, #e14e0a 100%); */
    box-shadow: 0px 16px 32px 0px rgba(0, 62, 131, 0.2);
}

.client-style01 .client-wrap .client-item:hover::before {
    opacity: 1;
}

.client-style01 .client-wrap .client-item img {
    transition: 0.3s;
}

.client-style01 .client-wrap .client-item:hover img {
    /* filter: brightness(0) invert(1); */
}

.client-style01 .client-wrap .client-item a {
    max-width: 180px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.client-style01 .client-wrap .client-item a img{
    width: 100%;
}

.client-style01 .client-item {
    width: 33.33%;
}

@media screen and (max-width: 991px) {
    .client-style01 .client-wrap .client-item {
        width: 33.33%;
    }
    .client-style01 .client-wrap .client-item:nth-child(5) {
        border-right: 1px solid #eeeeee;
    }
    .client-style01 .client-wrap .client-item:last-child {
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }
    .client-style01 .client-wrap .client-item:nth-child(6) {
        border-bottom: 1px solid #eeeeee;
        border-right: 0;
    }
    .client-style01 .client-wrap .client-item:nth-child(3),
    .client-style01 .client-wrap .client-item:nth-child(9) {
        border-right: 0;
    }
    .client-style01 .client-wrap .client-item:nth-child(7),
    .client-style01 .client-wrap .client-item:nth-child(8),
    .client-style01 .client-wrap .client-item:nth-child(9) {
        border-bottom: 1px solid #eeeeee;
    }
}

/* Responsive for mobile */
@media screen and (max-width: 767px) {
    .client-style01 .client-wrap .client-item {
        width: 33%;
        padding: 25px 20px;
    }
    .client-style01 .client-wrap .client-item:nth-child(2),
    .client-style01 .client-wrap .client-item:nth-child(4),
    .client-style01 .client-wrap .client-item:nth-child(6),
    .client-style01 .client-wrap .client-item:nth-child(8),
    .client-style01 .client-wrap .client-item:last-child {
        border-right: 0;
        border-left: 0;
    }
    .client-style01 .client-wrap .client-item:nth-child(3) {
        border-right: 1px solid #eeeeee;
    }
    .client-style01 .client-wrap .client-item:nth-child(5) {
        border-left: 0;
    }
    .client-style01 .client-wrap .client-item:nth-child(9) {
        border-bottom: 0;
        border-right: 1px solid #eeeeee;
    }
}



@media(max-width:1024px){
    body{
        padding-top: 190px;
    }
    
    .header-ust{

    }

    .header-ust .btn{
        width: 100%;
        margin-left: 0 !important;
    }

    .header-ust-sol{
        display: none;
    }

    .footer-social-links{
        display: none;
    }

    .logo img{
        width: 195px;
        margin-right: 30px;
    }

    .header-right{
        
    }

    .header-right .btn{
        display: none;
    }


    .header-top-dil {
        padding-right: 0;
    }

    .slide .textic{
        display: none;
    }

    .solution-section .main-heading,
    .areas-serve-section-3 .headings .main-heading {
        font-size: 25px;
        line-height: 30px;
    }


    .btn6 {
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        width: 100%
    }

    .btn6 svg {
        width: 24px;
        height: 24px;
        fill: currentColor
    }

    .mobilbuttonlar {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
        display: flex;
    }

    .btn1 {
        background: #7cbc04;
        border-color: #7cbc04;
        color: #fff
    }

    .btn2 {
        background: #699f02;
        border-color: #699f02;
        color: #fff
    }

    .btn3 {
        background: #558102;
        border-color: #558102;
        color: #fff
    }

    .img-gallery-section .text-overlay {
        padding: 3rem;
    }
    
    footer{
        clip-path:none;
    }

    footer .copyright{
        margin-top: 0;
        border:none;
    }

    .header-top-dil li a span{
        display: none;
    }
    
    .menu-toggle {
        display: block;
        color: var(--mavi)
    }

    .main-nav {
        justify-content: flex-end;
        margin-right: 0
    }

    .main-nav ul {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background-color: #ffffff;
        padding: 60px 40px 50px;
        align-items: flex-start;
        gap: 25px;
        transition: left .5s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 999
    }

    .main-nav ul.is-active {
        left: 0
    }

    .main-nav ul li {
        height: auto
    }

    .main-nav ul a {
        font-size: 20px;
        padding-left: 0
    }

    .sol-menu-style2 .sol-menu .menu-akordiyon{
        margin-bottom: 20px;
    }

    .icerik_form{
        display: none;
    }
}