* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3 {
  font-size: 46px;
  line-height: 54px;
  color: #fdfdfd;
  text-align: center;
}
@media (max-width: 768px) {
  h1, h2, h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 600px) {
  h1, h2, h3 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 400px) {
  h1, h2, h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

p {
  color: #fdfdfd;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 600px) {
  p {
    text-align: center;
  }
}

.max-width {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 600px) {
  .max-width {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.content-space {
  padding-top: 70px;
  padding-bottom: 120px;
}

.bg {
  width: 100%;
  background: linear-gradient(180deg, rgb(6, 17, 42) 0%, rgb(6, 17, 42) 20%, rgb(6, 54, 92) 45%, rgb(6, 63, 105) 55%, rgb(6, 17, 42) 80%, rgb(6, 17, 42) 100%);
  background-repeat: no-repeat;
  z-index: 9;
}
.bg .max-width {
  position: relative;
  overflow: hidden;
}
.bg .max-width .devre {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.spec-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 20px 7px;
  gap: 20px;
  position: relative;
  border: 2px solid #034371;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset, rgba(0, 0, 0, 0.2) -1px -1px 3px 1px inset;
}
.spec-card .line1, .spec-card .line2, .spec-card .line3, .spec-card .line4 {
  position: absolute;
  z-index: 2;
}
.spec-card .line1 {
  top: 38px;
  left: 0;
  width: 1px;
  height: calc(100% - 80px);
  background: linear-gradient(180deg, rgb(0, 164, 255) 0%, rgba(0, 164, 255, 0) 100%);
}
.spec-card .line2 {
  top: 0;
  left: 38px;
  width: calc(100% - 80px);
  height: 1px;
  background: linear-gradient(90deg, rgb(0, 164, 255) 0%, rgba(0, 164, 255, 0) 100%);
}
.spec-card .line3 {
  bottom: 38px;
  right: 0;
  width: 1px;
  height: calc(100% - 80px);
  background: linear-gradient(0deg, rgb(0, 164, 255) 0%, rgba(0, 164, 255, 0) 100%);
}
.spec-card .line4 {
  bottom: 0;
  right: 38px;
  width: calc(100% - 80px);
  height: 1px;
  background: linear-gradient(-90deg, rgb(0, 164, 255) 0%, rgba(0, 164, 255, 0) 100%);
}
.spec-card .square1 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 50%;
  border-top: 1px solid #00a3fd;
  border-left: 1px solid #00a3fd;
}
.spec-card .square2 {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 50%;
  border-bottom: 1px solid #00a3fd;
  border-right: 1px solid #00a3fd;
}
.spec-card .figure {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border: 1px solid #00a3fd;
  border-radius: 50%;
}
.spec-card .figure img {
  width: 100%;
  height: 100%;
  float: left;
  padding: 14px;
}
.spec-card h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 768px) {
  .spec-card h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.spec-card p {
  color: rgb(253, 253, 253);
  font-size: 14px;
  line-height: 24px;
}

.spec-card-2 {
  max-width: 70px;
  max-height: 70px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 20px 7px;
  gap: 20px;
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset, rgba(0, 0, 0, 0.2) -1px -1px 3px 1px inset;
}
.spec-card-2.nav {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.spec-card-2 .line1, .spec-card-2 .line2, .spec-card-2 .line3, .spec-card-2 .line4 {
  position: absolute;
  z-index: 2;
}
.spec-card-2 .line1 {
  top: 8px;
  left: 0;
  width: 1px;
  height: calc(100% - 10px);
  background: linear-gradient(180deg, rgb(0, 164, 255) 0%, rgba(0, 164, 255, 0) 100%);
}
.spec-card-2 .line2 {
  top: 0;
  left: 8px;
  width: calc(100% - 10px);
  height: 1px;
  background: linear-gradient(90deg, rgb(0, 164, 255) 0%, rgba(0, 164, 255, 0) 100%);
}
.spec-card-2 .line3 {
  bottom: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 10px);
  background: linear-gradient(0deg, rgb(0, 164, 255) 0%, rgba(0, 164, 255, 0) 100%);
}
.spec-card-2 .line4 {
  bottom: 0;
  right: 8px;
  width: calc(100% - 10px);
  height: 1px;
  background: linear-gradient(-90deg, rgb(0, 164, 255) 0%, rgba(0, 164, 255, 0) 100%);
}
.spec-card-2 .square1 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 50%;
  border-top: 1px solid #00a3fd;
  border-left: 1px solid #00a3fd;
}
.spec-card-2 .square2 {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 50%;
  border-bottom: 1px solid #00a3fd;
  border-right: 1px solid #00a3fd;
}
.spec-card-2 img {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
}

.text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.text h3 {
  color: #00a3fd;
}
.text p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.navbar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  z-index: 10;
  height: 75px;
  position: fixed;
}
@media (max-width: 768px) {
  .navbar {
    max-height: 80px;
    height: 80px;
    padding-bottom: 20px;
  }
}
.navbar .max-width {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(18, 33, 62, 0.5);
  border-radius: 18px;
}
@media (max-width: 768px) {
  .navbar .max-width {
    background-color: rgba(18, 33, 62, 0.9);
  }
}
.navbar .max-width .logo img {
  width: 160px;
  height: auto;
}
@media (max-width: 768px) {
  .navbar .max-width .logo img {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .navbar .max-width .logo img {
    width: 80px;
  }
}
.navbar .max-width .logo-right {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 55px;
}
.navbar .max-width .logo-right img {
  width: auto;
  height: 55px;
}
@media (max-width: 768px) {
  .navbar .max-width .logo-right img {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .navbar .max-width .logo-right img {
    height: 35px;
  }
}
.navbar .max-width .menus {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  height: 60px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .navbar .max-width .menus {
    display: none;
  }
}
.navbar .max-width .menus > li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar .max-width .menus > li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  padding: 6px 12px;
  text-decoration: none;
  color: #ffffff;
}
.navbar .max-width .menus > li a:hover {
  background-color: rgb(6, 54, 92);
  border-radius: 10px;
}
.navbar .max-width .burger-button {
  display: none;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .navbar .max-width .burger-button {
    display: flex;
  }
}

aside {
  position: fixed !important;
  top: 80px;
  right: -300px;
  height: 100vh;
  max-width: 300px;
  width: 100%;
  justify-content: start !important;
  align-items: start !important;
  padding-top: 50px !important;
  display: none !important;
}
@media (max-width: 768px) {
  aside {
    display: flex !important;
  }
}
aside.opened {
  right: 0;
  z-index: 3;
}
aside .menus {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style: none;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
}
aside .menus .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
aside .menus .close-btn i {
  font-size: 30px;
  color: #fff;
  text-align: right;
}
aside .menus a {
  font-size: 20px !important;
  line-height: 20px !important;
  padding: 5px 0 10px 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 163, 253, 0.3);
}

.hero {
  width: 100%;
  height: 100vh;
}
.hero .hero-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hero .items {
  position: absolute;
  width: 100%;
  top: 30%;
}
.hero .items .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.hero .items .max-width a {
  background: #171717;
  border: 4px solid rgb(10, 10, 10);
  border-radius: 50px;
  color: #fdfdfd;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 20px;
  text-decoration: none;
}
.hero .items .max-width p {
  color: #fdfdfd;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.hero .items .max-width .button-group {
  display: flex;
  gap: 12px;
}
@media (max-width: 600px) {
  .hero .items .max-width .button-group {
    flex-direction: column;
  }
}
.hero .items .max-width .btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.hero .items .max-width .btn--primary {
  color: #fff;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(37, 99, 235, 0.2));
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.4), 0 4px 15px rgba(37, 99, 235, 0.4);
  border: 1px solid rgba(37, 99, 235, 0.2);
}
.hero .items .max-width .btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero .items .max-width .btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.6), 0 6px 20px rgba(37, 99, 235, 0.6);
}
.hero .items .max-width .btn--primary:hover::before {
  opacity: 1;
  animation: shine 1s linear;
}
.hero .items .max-width .btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.4);
}
.hero .items .max-width .btn--dark {
  color: #fff;
  background: rgb(11, 15, 25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 2px 6px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  text-align: center;
}
.hero .items .max-width .btn--dark:hover {
  background: #111827;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 4px 12px rgba(0, 0, 0, 0.5);
}
.hero .items .max-width .btn--dark:active {
  background: #020617;
}
@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.hero .items .max-width .partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.advantage .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.advantage .max-width .advantage-cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.advantage .max-width .advantage-cards .spec-card {
  max-width: calc((100% - 90px) / 4);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .advantage .max-width .advantage-cards .spec-card {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 600px) {
  .advantage .max-width .advantage-cards .spec-card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .advantage .max-width .advantage-cards {
    align-items: stretch;
  }
}

.kullanim-alani .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.kullanim-alani .max-width .kullanim-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (max-width: 768px) {
  .kullanim-alani .max-width .kullanim-cards {
    align-items: stretch;
  }
}
.kullanim-alani .max-width .kullanim-cards .spec-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: calc((100% - 60px) / 3);
  width: 100%;
  flex-wrap: wrap;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .kullanim-alani .max-width .kullanim-cards .spec-card {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .kullanim-alani .max-width .kullanim-cards .spec-card {
    max-width: 100%;
  }
}
.kullanim-alani .max-width .kullanim-cards .spec-card .figure {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 5px #0ff);
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.kullanim-alani .max-width .kullanim-cards .spec-card .figure img {
  width: 80%;
  height: 80%;
  float: left;
}
.kullanim-alani .max-width .kullanim-cards .spec-card .flex {
  display: flex;
  flex-direction: column;
}
.kullanim-alani .max-width .kullanim-cards .spec-card .flex h3 {
  text-align: start;
}
@media (max-width: 600px) {
  .kullanim-alani .max-width .kullanim-cards .spec-card .flex h3 {
    text-align: center;
  }
}
.kullanim-alani .max-width .kullanim-cards .spec-card .flex p {
  text-align: start;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 600px) {
  .kullanim-alani .max-width .kullanim-cards .spec-card .flex p {
    text-align: center;
  }
}

.maps .max-width {
  position: relative;
}
.packets .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.packets .max-width .packets-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (max-width: 768px) {
  .packets .max-width .packets-cards {
    justify-content: center;
  }
}
.packets .max-width .packets-cards .spec-card {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 30px;
}
@media (max-width: 768px) {
  .packets .max-width .packets-cards .spec-card {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 768px) {
  .packets .max-width .packets-cards .spec-card {
    max-width: 100%;
  }
}
.packets .max-width .packets-cards .spec-card p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.packets .max-width .packets-cards .spec-card h2 span {
  font-size: 12px;
  color: rgba(233, 237, 240, 0.6);
}
.packets .max-width .packets-cards .spec-card .btn {
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.packets .max-width .packets-cards .spec-card .btn--primary {
  color: #fff;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(37, 99, 235, 0.2));
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.4), 0 4px 15px rgba(37, 99, 235, 0.4);
  border: 1px solid rgba(37, 99, 235, 0.2);
  text-decoration: none;
}
.packets .max-width .packets-cards .spec-card .btn img {
  width: 12px;
  height: 12px;
}
.packets .max-width .packets-cards .spec-card ul li {
  list-style: none;
  padding-left: 25px;
  background-image: url("/assets/images/li-icon.svg");
  background-position: left center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  text-align: left;
  color: rgba(233, 237, 240, 0.95);
  margin-bottom: 10px;
}

.experience .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.blog .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blog .max-width .blogs-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (max-width: 768px) {
  .blog .max-width .blogs-cards {
    justify-content: center;
    align-items: center;
  }
}
.blog .max-width .blogs-cards .blog {
  text-decoration: none;
}
.blog .max-width .blogs-cards .up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.blog .max-width .blogs-cards .up h2 {
  font-size: 30px;
  width: 80%;
  text-align: start;
}
@media (max-width: 600px) {
  .blog .max-width .blogs-cards .up h2 {
    font-size: 22px;
  }
}
.blog .max-width .blogs-cards .up i {
  font-size: 30px;
  color: #fdfdfd;
  border: 1px solid #00a1f9;
  border-radius: 50%;
  padding: 10px;
}
@media (max-width: 600px) {
  .blog .max-width .blogs-cards .up i {
    font-size: 22px;
  }
}
.blog .max-width .blogs-cards .spec-card {
  width: calc(50% - 15px);
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .blog .max-width .blogs-cards .spec-card {
    width: calc(100% - 30px);
  }
}
@media (max-width: 600px) {
  .blog .max-width .blogs-cards .spec-card {
    width: 100%;
  }
}
.blog .max-width .blogs-cards .spec-card.out {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog .max-width .blogs-cards .spec-card.out {
    padding: 0;
  }
}

.contact .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .contact .max-width {
    gap: 25px;
  }
}
.contact .max-width .contact-cards {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact .max-width .contact-cards {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
}
.contact .max-width .contact-cards .spec-card {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .contact .max-width .contact-cards .spec-card {
    max-width: 100%;
  }
}
.contact .max-width .contact-cards .spec-card i {
  font-size: 30px;
  color: #fdfdfd;
}
.contact .max-width .contact-form {
  border-radius: 24px;
  width: 70%;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 153, 255, 0.15);
}
@media (max-width: 768px) {
  .contact .max-width .contact-form {
    max-width: 100%;
    width: 100%;
  }
}
.contact .max-width .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70%;
}
@media (max-width: 768px) {
  .contact .max-width .contact-form form {
    width: 100%;
  }
}
.contact .max-width .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 600px) {
  .contact .max-width .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}
.contact .max-width .contact-form .form-group input,
.contact .max-width .contact-form .form-group textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 183, 255, 0.3);
  border-radius: 14px;
  padding: 16px 18px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}
.contact .max-width .contact-form .form-group input::placeholder,
.contact .max-width .contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact .max-width .contact-form .form-group input:focus,
.contact .max-width .contact-form .form-group textarea:focus {
  border-color: #00b7ff;
  box-shadow: 0 0 10px rgba(0, 183, 255, 0.35);
}
.contact .max-width .contact-form .form-group textarea {
  resize: none;
}
.contact .max-width .contact-form button {
  height: 55px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(0, 153, 255, 0.9), rgba(0, 198, 255, 0.9));
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact .max-width .contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 183, 255, 0.35);
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  gap: 30px;
}
footer .max-width {
  padding-bottom: 30px;
}
footer .max-width .line {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(0, 140, 255, 0.12);
  overflow: hidden;
}
footer .max-width .line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 140, 255, 0.35) 15%, rgba(0, 140, 255, 0.08) 50%, rgba(0, 140, 255, 0.35) 85%, transparent 100%);
  filter: blur(0.4px);
}
footer .max-width .line::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(120, 200, 255, 0.18);
}
footer .max-width .orta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (max-width: 768px) {
  footer .max-width .orta {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  footer .max-width .orta {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
footer .max-width .orta .left {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  footer .max-width .orta .left {
    align-items: center;
  }
}
@media (max-width: 600px) {
  footer .max-width .orta .left {
    align-items: center;
  }
}
footer .max-width .orta .left img {
  width: 250px;
  height: 180px;
}
@media (max-width: 600px) {
  footer .max-width .orta .left img {
    height: 100px;
  }
}
footer .max-width .orta .left ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  footer .max-width .orta .left ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
footer .max-width .orta .left ul li a {
  display: flex;
  justify-content: start;
  align-items: start;
  text-decoration: none;
  color: #fdfdfd;
}
footer .max-width .orta .right {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
footer .max-width .orta .right a {
  text-decoration: none;
}
footer .max-width .orta .right a i {
  font-size: 30px;
  color: #fdfdfd;
}
@media (max-width: 600px) {
  footer .max-width .orta .right a i {
    font-size: 20px;
    text-align: center;
    align-items: center;
  }
}
footer .max-width .author {
  margin-top: 20px;
  color: #fdfdfd;
}
@media (max-width: 600px) {
  footer .max-width .author {
    font-size: 14px;
    text-align: center;
  }
}
footer .max-width .author a {
  text-decoration: none;
  color: #fdfdfd;
}

.inner-page .max-width h1, .inner-page .max-width h2, .inner-page .max-width h3 {
  text-align: start;
}
.inner-page .max-width h1, .inner-page .max-width h2 {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .inner-page .max-width h1, .inner-page .max-width h2 {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .inner-page .max-width h1, .inner-page .max-width h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.inner-page .max-width h3 {
  font-size: 36px;
  line-height: 44px;
}
.inner-page .max-width .baslik {
  padding-top: 60px;
  margin-bottom: 50px;
}
.inner-page .max-width .blog-detail {
  padding: 0;
}
@media (max-width: 768px) {
  .inner-page .max-width .blog-detail {
    display: flex;
    flex-direction: column;
  }
}
.inner-page .max-width .blog-detail p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .inner-page .max-width .blog-detail p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .inner-page .max-width .blog-detail p {
    text-align: start;
  }
}
.inner-page .max-width .blog-detail ul {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(233, 237, 240, 0.95);
}
.inner-page .max-width .blog-detail ul li {
  list-style: none;
  padding-left: 25px;
  background-image: url("/assets/images/li-icon.svg");
  background-position: left center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  text-align: left;
  color: rgba(233, 237, 240, 0.95);
  margin-bottom: 10px;
  margin-top: 10px;
}
.inner-page .max-width .blog-detail .spec-card {
  float: right;
  width: 40%;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  position: sticky;
}
@media (max-width: 768px) {
  .inner-page .max-width .blog-detail .spec-card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .inner-page .max-width .blog-detail .spec-card {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.inner-page .max-width .blog-detail .spec-card img {
  width: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}
.inner-page .max-width .blog-detail::after {
  content: "";
  display: block;
  clear: both;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper#experienceSwiper {
  max-width: 50%;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .swiper#experienceSwiper {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .swiper#experienceSwiper {
    padding: 0;
  }
}
.swiper#experienceSwiper .swiper-wrapper .swiper-slide {
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .swiper#experienceSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    min-height: 150px;
  }
}
.swiper#experienceSwiper .spec-card-2 {
  border: 1px solid #00a1f9;
  border-radius: 50%;
  min-height: 40px;
  min-width: 40px;
  max-height: 40px;
  max-width: 40px;
  padding: 0;
}
.swiper#experienceSwiper .spec-card-2:after {
  font-size: 20px;
}
.swiper#experienceSwiper .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 600px) {
  .swiper#experienceSwiper .swiper-button-next {
    display: none;
  }
}
.swiper#experienceSwiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 600px) {
  .swiper#experienceSwiper .swiper-button-prev {
    display: none;
  }
}
.swiper#heroSwiper {
  max-width: 50%;
  padding: 0 60px;
}
.swiper#heroSwiper .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.swiper#heroSwiper .swiper-wrapper .swiper-slide img {
  width: 100px;
}

/*# sourceMappingURL=style.css.map */
