a {
  text-decoration: none;
}

body {
  font-family: "Barlow", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}

body.menu-open {
  overflow: hidden;
}

.mobilbuttonlar{
    display: none !important;
}

a.WhatsApp1 {
    display: flex;
    font-size: 30px;
    background: #2EB843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2EB843
    }

    50% {
        box-shadow: 0 0 0 10px #015dc700
    }

    100% {
        box-shadow: 0 0 0 0 #015dc700
    }
}

.language-selector {
  position: relative;
  display: inline-block;
}

.language-selector .icon-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit; 
  padding: 5px;
  border-radius: 5px;
}
.language-selector .current-lang {
  font-weight: 700;
  font-size: 15px;
}

.language-selector .language-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  color: #2c3e50;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 8px;
  margin: 15px 0 0 0; 
  min-width: 140px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.language-selector.active .language-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.language-selector .language-list::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
}

.language-selector .language-list li a {
  display: block;
  padding: 10px 15px;
  color: #2c3e50;
  text-decoration: none;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.language-selector .language-list li a .icon{
  display: none;
}

.language-selector .language-list li a:hover {
  background: linear-gradient(45deg, #483f7e, #5dafcc);
  color: #ffffff;
}



.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4%;
  background-color: #ffffff;
  z-index: 1000;
  transition: background-color 0.3s ease;
  border-top: solid 5px;
  border-image: linear-gradient(to right, #483f7e, #5dafcc) 1;
  box-shadow: 0px 0px 10px 0px #00000024;
}
.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: 25px;
  border-right: 1px solid #0000001f;
  margin-right: 25px;
}
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 29px;
  margin-bottom: 0;
  align-items: center;
  margin-top: 0;
}
.main-nav ul li:nth-child(1) a {
  /* display: none; */
}

.main-nav a {
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
  transition: color 0.3s ease;
}
.main-nav a:hover {
  color: var(--primary-orange);
}
.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 {
  white-space: nowrap;
  border: none;
  position: relative;
  display: inline-flex;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background: linear-gradient(45deg, #483f7e, #5dafcc);
  transition: .5s;
  border-radius: 5px;
  padding: 12px 25px 12px 25px;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
}
.contact-info a {
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
.cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #000000;
  font-size: 14px;
  padding-left: 25px;
  border-left: 1px solid #0000001f;
}
.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: var(--primary-orange);
  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: #000000;
  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;
}
.hero-background {
  height: 500px;
  background-image: url(https://i.imgur.com/vHqB77B.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 85px;
}
.services-section {
  padding: 0 4%;
  margin-top: -120px;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.service-card {
  display: block;
  background-color: #fff;
  border-radius: 0;
  padding: 40px 25px;
  text-align: center;
  text-decoration: none;
  color: var(--dark-text);
  box-shadow: 0 10px 40px #00000012;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px #0000001f;
}
.service-card .icon-wrapper svg {
  width: 64px;
  height: 64px;
  stroke: var(--primary-red);
  margin-bottom: 20px;
}
.service-card .card-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.service-card .card-title strong {
  font-weight: 700;
  display: block;
}
.about-section {
  padding: 80px 0;
  overflow: hidden;
  background-color: #fff;
}
.eyebrow-text {
  color: #6c757d;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.about-headline {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark-text);
  margin-bottom: 1.5rem;
}
.about-headline b {
  color: var(--primary-orange);
}
.about-text {
  font-size: 15px;
  line-height: 1.4;
  color: #495057;
  margin-bottom: 2rem;
  font-weight: 500;
}
.button-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 2.5rem;
}
.btn-custom-primary {
  background-color: #005598;
  border-color: #005598;
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.btn-custom-primary:hover {
  background-color: #003d6c;
  border-color: #003d6c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #0000001a;
}
.btn-custom-link {
  color: var(--dark-text);
  font-weight: 600;
  text-decoration: none;
  padding: 12px 5px;
  border-bottom: 2px solid var(--dark-text);
  transition: all 0.3s ease;
}
.btn-custom-link:hover {
  color: #005598;
  border-bottom-color: #005598;
}
.about-image {
  max-width: 100%;
  height: auto;
}
@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;
    color: white;
  }
  .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 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: 600px;
  position: relative;
  z-index: 9;
  color: #fff;
  display: none;
}
.slide .textic .text1 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 35px;
}
.slide .textic .text2 {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.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;
}

/**/

.default-btn {
  border: none;
  position: relative;
  display: inline-flex;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background: linear-gradient(45deg, #483f7e, #5dafcc);
  transition: .5s;
  border-radius: 5px;
  padding: 12px 25px 12px 25px;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #221638;
  transition: width .5s ease-in-out, height .5s ease-in-out;
  transform: translate(-50%, -40%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 16.5px;
}

.default-btn i.flaticon-user {
  margin-top: -1.5px;
}

.default-btn:hover {
  color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  transform: translateY(-5px);
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}


/**/

.about-area {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 110px;
}

.about-area .container-fluid {
  max-width: 1920px;
}

.about-area .container .row {

}

.about-image-box {
  text-align: center;
}

.about-image-box {
  position: relative;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.about-image-box,
.about-image-box img {
  border-radius: 5px;
}

.about-image-box:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(45deg, #483f7e, #5dafcc);
  z-index: -1;
  margin-top: 15px;
  margin-left: 15px;
}

.about-image-box .box {
  background-color: #fff;
  left: 0;
  bottom: 15px;
  position: absolute;
  border-radius: 0 5px 0 0;
  padding: 10px 20px;
}

.about-image-box .video-btn {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  color: #ff5d22;
  font-size: 16px;
  font-weight: 700;
}

.about-image-box .video-btn i {
  width: 55px;
  height: 55px;
  line-height: 56px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  margin-right: 5px;
  transition: 0.5s;
}

.about-image-box .video-btn:hover i {
  background-color: #ff5d22;
  color: #fff;
}

/* about-content */
.about-content {
  /* iÃ§eriÄŸin stilini tanÄ±mlar */
}

/* about-content .content */
.about-content .content {
  max-width: 585px;
}

.about-content .content .sub-title {
  position: relative;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #5dafcc;
  font-weight: 700;
  font-size: 15px;
  align-items: center;
}

.about-content .content .sub-title img {
  margin-right: 5px;
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-content .content h2 {
  margin-bottom: 15px;
  font-size: 40px;
  margin-top: 0;
}

.about-content .content p {
  color: #8f8f95;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
}

.about-content .content p:last-child {
  color: #6b6b84;
  line-height: 1.8;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}

.about-content .content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: -20px -15px 25px;
  overflow: hidden;
}

.about-content .content .features-list li {
  width: 45%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  float: left;
  display: block;
  border: 1px solid #f0eae2;
  border-radius: 5px;
  padding: 20px 20px 20px 95px;
  position: relative;
  background-color: #fff;
  transition: 0.5s;
}

.about-content .content .features-list li img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.about-content .content .features-list li h3 {
  margin-bottom: 3px;
  font-size: 25px;
  margin-top: 0;
}

.about-content .content .features-list li:hover {
  border-color: #03a9f4;
}

.about-content .content .default-btn {
  margin-top: 5px;
}

/* circle-shape1 */
.circle-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.urunler {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px 0px 20px;
    margin-bottom: -170px;
    z-index: 9;
    position: relative;
    justify-content: center;
}

.urunler .robot-industry-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.urunler .robot-industry-container:before {
    position: absolute;
    content: "";
    top: 0; /* Background üstten başlasın */
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0; /* Başlangıçta görünmez */
    visibility: hidden;
}

.urunler .robot-industry-container:hover:before {
    opacity: 1; /* Hoverda görünür */
    visibility: visible;
}

.urunler .robot-industry-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.urunler .robot-industry-container:hover img {
    transform: scale(1.1);
}

.urunler .robot-industry-text {
    position: absolute;
    bottom: 0; /* Aşağıda başlasın */
    left: 0;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: left;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    z-index: 1;
}

.urunler .robot-industry-text h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
    transform: translateY(50px); /* Aşağıda başlasın */
    transition: transform 0.3s ease;
    margin-top: 0;
    background: linear-gradient(45deg, #483f7e, #5dafcc);
    display: inline-block;
    border-radius: 5px;
    padding: 12px 25px 12px 25px;
    font-weight: 700;
    font-size: 18px;
}

.urunler .robot-industry-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    opacity: 0; /* Başlangıçta görünmez */
    transform: translateY(50px); /* Aşağıda başlasın */
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.urunler .robot-industry-container:hover .robot-industry-text h2,
.urunler .robot-industry-container:hover .robot-industry-text p {
    transform: translateY(0); /* Hoverda yukarı çıksın */
    opacity: 1; /* Hoverda görünür */
}


.testimonial-section {
    width: 100%;
    background: #00091d;
    padding: 250px 0px 100px 0px;
    position: relative;
}

.testimonial-section .container{
    display: flex;
}

.testimonial-section .left-content {
    flex: 1;
    padding-right: 30px;
}

.testimonial-section .left-content h2 {
    color: #483f7e;
    font-size: 1.2em;
}

.testimonial-section .left-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: white;
}

.testimonial-section .left-content p {
    line-height: 1.6;
    color: #ddd;
}

.testimonial-section .right-content .yorumlar p{font-size: 16px;font-weight: 400;padding: 0px 0px 0px 0px;color: #7a7a7a;margin-top: 0;line-height: 25px;margin-bottom: 30px;}

.testimonial-section .right-content .yorumlar h3{color: #00091d;font-size: 24px;font-weight: 500;line-height: 1.1em;}

.testimonial-section .right-content .yorumlar span{

}

.testimonial-section .right-content {
    flex: 1;
    color: #333;
    position: relative;
    text-align: left;
    background-color: white;
    margin: 0px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    display: block;
    align-items: center;
}

.testimonial-section .right-content .yorumlarr-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
}

.testimonial-section .slide {
    text-align: left;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-section .author {
    display: flex;
    align-items: center;
}

.testimonial-section .author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0px 0px 10px 0px #00000029;
}

.testimonial-section .author h3 {
    margin: 0;
}

.testimonial-section .author span {
    font-size: 0.8em;
    color: #777;
}

.testimonial-section .quote-icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 3em;
    color: #FFA500;
    opacity: 1;
}

.testimonial-section .slider-dots {
    text-align: center;
}

.testimonial-section .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
}

.testimonial-section .dot.active {
    background-color: #2f2a85;
}

/**/

.hizmet-alani{
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 80px 0px 80px 0px;  250px 0px 100px
  contain-intrinsic-block-size: auto 100px;
}

.hizmet-alani .container{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.hizmet-kutusu {
    width: 100%;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 15px 0px;
    padding: 50px 40px;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(221, 221, 221);
    border-radius: 0px;
    display: inline-block;
}

.hizmet-kutusu svg {
    width: 50px;
    height: 50px;
    overflow:inherit;
    fill: #5dafcc;     /* İkon rengi */
    /* Eğer stroke kullanıyorsa: */
    stroke: #5dafcc;   
}

.hizmet-kutusu:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hizmet-kutusu img {
    margin-bottom: 10px;
    height: 80px;
    margin: 0px 0px 10px;
}

.hizmet-kutusu h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1em;
}

.hizmet-kutusu p {
    margin-bottom: 0;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
}

.hizmet-kutusu a {
    display: inline-block;
    color: #5dafcc;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
}

.hizmet-kutusu a:hover {
    text-decoration: underline;
}

/**/

.hero-section {
    display: flex;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.hero-section .left-content {
    flex: 1;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 130px 280px 190px 105px;
    background: #00091d;
    max-width: 64%;
    margin-top: 50px;
    position: relative;
}

.hero-section .left-content h2.who-we-are {
    color: #483f7e;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.hero-section .left-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: white;
}

.hero-section .left-content p {
    line-height: 1.6;
    color: #ddd;
}

.hero-section .stats {
    margin-top: 30px;
}

.hero-section .stat-item {
    margin-bottom: 15px;
}

.hero-section .stat-item span {
    display: block;
    margin-bottom: 5px;
}

.hero-section .progress-bar {
    background-color: #273549;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.hero-section .progress {
    background-color: #F09233;
    height: 100%;
    border-radius: 5px;
    text-align: right;
    padding-right: 5px;
    color: white;
    font-size: 0.8em;
    line-height: 10px;
    transition: width 0.5s ease;
}

.hero-section .features {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.hero-section .features li {
    margin-bottom: 10px;
    color: white;
}

.hero-section .features li .check-mark {
    color: #483f7e;
    margin-right: 5px;
}

.hero-section .view-projects-button {
    display: inline-block;
    background: linear-gradient(45deg, #483f7e, #5dafcc);
    color: white;
    padding: 12px 25px 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: 600;
}

.hero-section .right-content {
    flex: 1;
    position: absolute;
    right: 0;
    max-width: 730px;
}

.hero-section .right-content img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-section .overlay-box {
    position: absolute;
    bottom: 100px;
    right: 300px;
    background-color: white;
    padding: 20px 30px;
    text-align: left;
    width: 230px;
}

.hero-section .overlay-box h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #00091d;
    margin-bottom: 0;
}

.hero-section .overlay-box img {
    width: 50px;
    margin-bottom: 10px;
}

/**/

/* Project Start Area */
.project-start-area {
  position: relative;
  padding: 80px 0px 80px 0px;
  z-index: 1;
}

.project-start-area.bg-color {
  background-color: #221638;
}

.project-start-area.bg-color .project-start-content h2,
.project-start-area.bg-color .project-start-content p {
  color: #fff;
}

.project-start-area.bg-color .project-start-content .default-btn span {
  background-color: #fff;
}

.project-start-area.bg-color .project-start-content .default-btn:hover {
  color: #221638;
}

/* Image */
.project-start-image {
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 20px;
}

/* Content */
.project-start-content .sub-title {
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ff5d22;
  font-weight: 700;
  font-size: 15px;
}

.project-start-content .sub-title img {
  margin-right: 5px;
  animation: rotateme 40s linear infinite;
}

.project-start-content h2 {
  margin-bottom: 15px;
  font-size: 44px;
}

.project-start-content p {
  margin-bottom: 20px;
}

.project-start-content p:last-child {
  margin-bottom: 0;
}

.project-start-content .default-btn {
  margin-top: 5px;
}

/* Decorative Vector Shape */
.vector-shape3 {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
}

/* Animation */
@keyframes rotateme {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


/**/

footer.footer7 {
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
}

footer.footer7 .footer-orta {
    width: 100%;
    height: auto;
    background: #00091d;
    position: relative;
    padding: 80px 0px 80px 0px;
}

footer.footer7 .footer-orta  .circle-map {
    position: absolute;
    top: 20%;
    right: 18%;
    z-index: -1;
}


footer.footer7 .footer-logo {
    width: 100%;
    height: 70px;
    margin-bottom: 25px;
}

footer.footer7 .footer-logo img {
    height: 100%;
}

footer.footer7 .footer-liste {
    width: 100%;
    height: auto;
    padding: 0px;
}

footer.footer7 .footer-liste h3 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

footer.footer7 .footer-liste p {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 0.85rem;
}

footer.footer7 .footer-liste li {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    list-style: none;
    align-items: center;
}

footer.footer7 .footer-liste li a {
    color: rgba(228, 230, 235, 0.70);
    font-size: 0.85rem;
}

footer.footer7 .footer-liste li a:hover {
    color: #483f7e;
}

footer.footer7 .footer-sosyal {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: inline-block;
}

footer.footer7 .footer-sosyal li {
    display: inline-block!important;
    margin-right: 5px;
}

footer.footer7 .footer-sosyal li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #5a5a5a;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer.footer7 .footer-sosyal li a:hover {
    color: #ffffff;
    border-color: #483f7e;
    background: #483f7e;
}

footer.footer7 .footer-liste.galeri a img {
    width: 100%;
}

footer.footer7 .footer-liste.iletisim li {
    display: flex;
}

footer.footer7 .footer-liste.iletisim .icon {
    color: #483f7e;
    font-size: 17px;
}

footer.footer7 .footer-liste.iletisim .text {
    padding-left: 15px;
    font-size: 14px;
    color: rgba(228, 230, 235, 0.70);
}

footer.footer7 .footer-alt {
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, #483f7e, #5dafcc);
    padding: 14px 0px 14px 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: relative;
    }

footer.footer7 .footer-alt .hasem-logo {
    height: 15px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-top: -2px;
}

footer.footer7 .footer-alt .hasem-logo img{
    height: 100%;
}


.lines {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.lines .line3{
    right: 26%!important;
    left: auto!important;
}

.lines .line2 {
    
}

.lines .line {
    left: 24%!important;
}

.lines .line3,
.lines .line2,
.lines .line {
    width: 1px;
    left: 49%;
    background: hsla(0,0%,100%,.1);
    overflow: hidden;
    position: absolute;
    height: 100%;
}

.lines .line3:after,
.lines .line2:after,
.lines .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(75%,#fff),to(#fff));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 75%,#fff);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 75%,#fff);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.4,.26,0,.97);
    animation-timing-function: cubic-bezier(.4,.26,0,.97);
}

.lines .line2:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line3:after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@keyframes run{0%{top:-50%}to{top:110%}}





/*-----------*/

.sayacvideo {
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.sayacic {
    position: absolute;
}

.sayacvideo.sayacvideo-open {
    opacity: 1;
}

.slidervideo {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slidervideo iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 120%;
    min-height: 110%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.slidervideo .container {
    position: relative;
    z-index: 2;
}

.slidervideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.slidervideo .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.slidervideo .textbg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.slidervideo .textbg .banner-slogan-sol {
    max-width: 400px;
    background: rgb(255 255 255 / 0.4);
    padding: 20px;
    color: #fff;
}

.slidervideo .textbg .banner-slogan-sol span {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
    display: block;
    color: #000;
}

.slidervideo .textbg .banner-slogan-sol p {
    font-size: 300;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

.slidervideo .textbg .banner-slogan {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    background: linear-gradient(45deg, #483f7e, #5dafcc);
    padding: 35px 55px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: white;
    border-radius: 5px 0px 0px 5px;
    right: 0;
    bottom: 60px;
}

.slidervideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    display: none;
    z-index: 1;
}

/***/

@media(max-width:1024px){

    footer.footer7 {
        margin-bottom: 43px;
    }

    a.WhatsApp1 {
        bottom: 60px
    }

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

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

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

    .btn1 {
        background: #5dafcc;
        border-color: #5dafcc;
        color: #fff
    }

    .btn2 {
        background: #428ea9;
        border-color: #428ea9;
        color: #fff
    }

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

  body {
      padding: 110px 0 0 0;
  }

  .testimonial-section{
    display: none;
  }

  .hizmet-kutusu{
    margin: 0 0px 30px 0 !important;
  }
  .hizmet-alani .container{
    display: block;
  }

  .about-image-box{
    display: none;
  }

  .col-lg-6 {
    width: 100% !important;
  }

  .slidervideo .textbg{
    display: none;
  }

  .slidervideo{
    height: 30vh !important;
  }


  .vector-shape3{
    display: none;
  }

  .circle-shape1{
    display: none;
  }

  .urunler {
  }

  .urunler .col-xl-3{
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .about-content .content h2 {
      font-size: 35px;
  }

  .about-content .content .features-list {
      display: block;
  }

  .about-content .content .features-list li {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
  }

  .hero-section .left-content h1 {
      font-size: 30px;
  }
  .hero-section .left-content {
      padding: 60px 20px 70px 20px;
      background: #00091d;
      max-width: 100%;
      margin-top: 0;
      position: relative;
  }

  .hero-section .right-content,
  .hero-section .overlay-box{
    display: none;
  }

  .project-start-content h2 {
      margin-bottom: 15px;
      font-size: 35px;
  }

  .project-start-image {
      margin-right: 0;
  }

  footer.footer7 .footer-orta{
    display: none;
  }

  .hizmet-alani {
      padding: 40px 0px 30px 0px;
  }

  .urunler {
      margin-bottom: 0;
  }

  .urunler .robot-industry-container {
      height: 330px;
  }

  .about-area {
      padding-top: 80px;
      padding-bottom: 80px;
  }

  .main-nav a:hover{
    color: white !important;
  }

  .row{
    padding: 0;
    margin:0 !important;
  }

  .haber3{
    margin: 0 !important;
    width: 100% !important;
  }

}



@media (prefers-color-scheme: dark) {
    body {
        background: #fff;
        color: #000;
    }
    a {
        color: #000;
    }
}
