@charset "UTF-8";
@import url("./cdrstrap.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Adieu";
  src: url("../fonts/adieu.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/causten-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}

body {
  background-color: #1a1a1a;
  position: relative;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4C1BFC;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 2px;
  /* Handle on hover */
}
::-webkit-scrollbar-thumb:hover {
  background: #4C1BFC;
}

.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

.mobil-none {
  display: block;
}
@media (max-width: 1024px) {
  .mobil-none {
    display: none;
  }
}

header {
  background-color: rgba(0, 0, 0, 0.5);
  height: 120px;
  width: 100%;
  position: sticky;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  header .max-width img.main-logo {
    max-height: 45px;
  }
}
@media (max-width: 400px) {
  header .max-width img.main-logo {
    max-height: 40px;
  }
}
@media (max-width: 350px) {
  header .max-width img.main-logo {
    max-height: 35px;
  }
}
@media (max-width: 500px) {
  header .max-width img.burger-button {
    max-height: 20px;
  }
}
@media (max-width: 500px) {
  header .max-width img.globe {
    max-height: 30px;
  }
}
header .max-width .main-menu {
  position: absolute;
  top: 120px;
  left: -300px;
  width: 0;
  background: linear-gradient(90deg, rgb(26, 26, 26) 0%, rgb(76, 27, 252) 100%);
  padding: 25px 0;
  transition: all 0.3s ease-in-out;
}
header .max-width .main-menu ul li {
  height: 40px;
  cursor: pointer;
}
header .max-width .main-menu ul li a {
  font-size: 0;
  line-height: 0;
  width: 0;
  padding: 0;
}
header .max-width .main-menu ul li.header-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
header .max-width .main-menu ul li.header-social-links:hover {
  background: transparent !important;
}
header .max-width .main-menu ul li.header-social-links a {
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .max-width .main-menu ul li.header-social-links a svg {
  max-height: 25px;
}
header .max-width .main-menu ul li.header-social-links a svg path {
  fill: rgba(255, 255, 255, 0.8);
}
header .max-width .main-menu ul li.header-social-links a:hover svg {
  max-height: 30px;
}
header .max-width .main-menu ul li.header-social-links a:hover svg path {
  fill: #ffffff;
}
header .max-width .main-menu.open {
  left: 0;
  width: 275px;
}
header .max-width .main-menu.open ul li a {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  padding: 0 10px 0 35px;
}
header .max-width .main-menu.open ul li:hover {
  background: #1a1a1a;
}

.main-slider {
  padding: 50px 0;
  position: relative;
}
.main-slider .owl-carousel:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  min-height: 40px;
  z-index: 2;
  background-image: url("../../images/site/slider-top-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.main-slider .owl-carousel:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  min-height: 40px;
  z-index: 2;
  background-image: url("../../images/site/slider-bottom-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.owl-carousel .item img.web-slider {
  display: block !important;
}
.owl-carousel .item img.mobil-slider {
  display: none !important;
}
@media (max-width: 768px) {
  .owl-carousel .item img.web-slider {
    display: none !important;
  }
  .owl-carousel .item img.mobil-slider {
    display: block !important;
  }
}

.main-space {
  margin-top: 60px !important;
  margin-bottom: 100px !important;
}
@media (max-width: 500px) {
  .main-space {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
  }
}

.max-width {
  max-width: 1500px !important;
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
  width: 100%;
}
@media (max-width: 768px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.content-space {
  padding: 60px 0 100px 0;
}

.breadcrumb {
  background-color: #000000;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 15px;
  font-family: "Akhand", sans-serif;
  letter-spacing: 1.3px;
  border-top: 1px solid #F1F4FA;
  z-index: 1;
}
.breadcrumb .breadcrumb-list {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list i.homepage-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.breadcrumb .breadcrumb-list a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}

p, li, a, b, i {
  font-size: 24px;
  line-height: 36px;
  color: #F1F4FA;
}

h2 {
  font-size: 54px;
  line-height: 66px;
  color: #F1F4FA;
  font-family: "Adieu", sans-serif;
}

h3 {
  font-size: 50px;
  line-height: 62px;
  color: #F1F4FA;
  font-family: "Adieu", sans-serif;
}

h4 {
  font-size: 46px;
  line-height: 58px;
  color: #F1F4FA;
  font-family: "Adieu", sans-serif;
}

h5 {
  font-size: 42px;
  line-height: 54px;
  color: #F1F4FA;
  font-family: "Adieu", sans-serif;
}

.incele-buton {
  background-color: #4C1BFC;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 46px;
}
.incele-buton i {
  font-size: 16px;
}

.main-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 100px;
  position: relative;
}
.main-banner .bg {
  position: absolute;
  width: 90%;
  height: 70%;
  left: 50%;
  top: -50%;
  background: #4C1BFC;
  filter: blur(250px);
  z-index: 0;
  transform: translateX(-50%);
}
.main-banner .incele-buton {
  font-size: 20px;
  line-height: 30px;
  color: #B2A4F4;
  padding: 10px 30px;
  border: 1px solid #B2A4F4;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.main-banner .incele-buton i {
  color: #B2A4F4;
}
.main-banner .item {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.main-banner .item .hashtag-button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: fit-content;
  padding: 10.375px 40.9469px 12.2188px 41.1469px;
  isolation: isolate;
  background: linear-gradient(180deg, #000000 0%, #002CCA 100%);
  border-radius: 1920px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: #ffffff;
}
.main-banner .item h1 {
  font-family: "Adieu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 86px;
  text-align: center;
  color: #F1F4FA;
}
@media (max-width: 1440px) {
  .main-banner .item h1 {
    font-size: 62px;
    line-height: 74px;
  }
}
@media (max-width: 1366px) {
  .main-banner .item h1 {
    font-size: 56px;
    line-height: 68px;
  }
}
@media (max-width: 1024px) {
  .main-banner .item h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .main-banner .item h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .main-banner .item h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
.main-banner .item p {
  font-weight: 400;
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-banner .item p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .main-banner .item p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .main-banner .item p {
    font-size: 16px;
    line-height: 28px;
  }
}

.anasayfa-sosyal-medya {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.anasayfa-sosyal-medya p {
  font-size: 20px;
  line-height: 24px;
  color: #F1F4FA;
  font-weight: 200;
}
.anasayfa-sosyal-medya a {
  line-height: unset;
}
.anasayfa-sosyal-medya a svg {
  height: 24px;
  width: auto;
  fill: #ffffff;
}
.anasayfa-sosyal-medya a:hover svg {
  fill: #4C1BFC;
}

.anasayfa-neler-yapiyoruz {
  position: relative;
  padding-bottom: 150px;
}
.anasayfa-neler-yapiyoruz .bg {
  position: absolute;
  width: 350px;
  height: 350px;
  left: 50%;
  top: 25%;
  background: #4C1BFC;
  filter: blur(250px);
  transform: translateX(-50%);
}
.anasayfa-neler-yapiyoruz .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.anasayfa-neler-yapiyoruz .max-width h2 {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .anasayfa-neler-yapiyoruz .max-width h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 500px) {
  .anasayfa-neler-yapiyoruz .max-width h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.anasayfa-neler-yapiyoruz .max-width p {
  max-width: 85%;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .anasayfa-neler-yapiyoruz .max-width p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .anasayfa-neler-yapiyoruz .max-width p {
    font-size: 18px;
    line-height: 28px;
  }
}
.anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 50%;
  border: 0;
}
@media (max-width: 500px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is {
    width: 175px;
    height: 175px;
  }
}
.anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is figure {
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is figure {
    min-height: 50px !important;
  }
}
@media (max-width: 1024px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is figure svg {
    height: 50px !important;
  }
}
@media (max-width: 500px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is figure svg {
    height: 40px !important;
  }
}
.anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is figure svg path {
  fill: #B2A4F4;
}
.anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is h3 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1024px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media (max-width: 500px) {
  .anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
.anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is:hover {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 5px #4C1BFC;
}
.anasayfa-neler-yapiyoruz .max-width .yaptigimiz-isler .is:hover svg path {
  fill: #D2FF5A;
}

.yaptigimiz-isler {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.yaptigimiz-isler .is {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 50%;
  border: 0;
}
@media (max-width: 500px) {
  .yaptigimiz-isler .is {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .yaptigimiz-isler .is {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .yaptigimiz-isler .is {
    width: 175px;
    height: 175px;
  }
}
.yaptigimiz-isler .is figure {
  min-height: 100px;
  max-width: 100% !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .yaptigimiz-isler .is figure {
    min-height: 50px !important;
  }
}
.yaptigimiz-isler .is figure img {
  max-height: 70px;
}
@media (max-width: 1024px) {
  .yaptigimiz-isler .is figure img {
    height: 50px !important;
    width: auto;
  }
}
@media (max-width: 500px) {
  .yaptigimiz-isler .is figure img {
    height: 40px !important;
    width: auto;
  }
}
.yaptigimiz-isler .is h3 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1024px) {
  .yaptigimiz-isler .is h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .yaptigimiz-isler .is h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media (max-width: 500px) {
  .yaptigimiz-isler .is h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
.yaptigimiz-isler .is:hover {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 5px #4C1BFC;
}
.yaptigimiz-isler .is:hover img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(90%) saturate(340%) hue-rotate(19deg) brightness(103%) contrast(103%);
}

.anasayfa-isler-projeler {
  position: relative;
}
.anasayfa-isler-projeler .bg {
  position: absolute;
  width: 50%;
  height: 500px;
  right: 0;
  top: 15%;
  background: rgba(76, 27, 252, 0.3);
  filter: blur(250px);
}
.anasayfa-isler-projeler .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.anasayfa-isler-projeler .max-width h2 {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .anasayfa-isler-projeler .max-width h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 500px) {
  .anasayfa-isler-projeler .max-width h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.anasayfa-isler-projeler .max-width p {
  max-width: 85%;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .anasayfa-isler-projeler .max-width p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .anasayfa-isler-projeler .max-width p {
    font-size: 18px;
    line-height: 28px;
  }
}

.isler-projeler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.isler-projeler .is-proje {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px rgba(76, 27, 252, 0);
}
@media (max-width: 1024px) {
  .isler-projeler .is-proje {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .isler-projeler .is-proje {
    max-width: 100%;
  }
}
.isler-projeler .is-proje figure {
  width: 100%;
}
.isler-projeler .is-proje figure img {
  width: 100%;
  float: left;
}
.isler-projeler .is-proje .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 20px 20px;
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.893995098) 0%, rgba(0, 0, 0, 0) 100%);
}
.isler-projeler .is-proje .text h2, .isler-projeler .is-proje .text h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  line-height: 34px;
  font-weight: 400;
}
.isler-projeler .is-proje .text .incele {
  font-size: 18px;
  line-height: 22px;
  color: #D2FF5A;
  border-bottom: 1px solid #D2FF5A;
}
.isler-projeler .is-proje .text .incele img {
  height: 10px;
  width: auto;
  margin-left: 7px;
}
.isler-projeler .is-proje:hover {
  box-shadow: 0px 0px 20px 5px #4C1BFC;
}
.isler-projeler .is-proje:hover .text {
  bottom: -100%;
}

.anasayfa-blog {
  position: relative;
}
.anasayfa-blog .bg-1 {
  position: absolute;
  width: 70%;
  height: 140px;
  left: 65%;
  top: -75px;
  background: rgba(76, 27, 252, 0.8);
  filter: blur(250px);
  transform: translateX(-60%);
}
.anasayfa-blog .bg-2 {
  position: absolute;
  width: 25%;
  height: 100px;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  background: #4C1BFC;
  filter: blur(250px);
}
.anasayfa-blog .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.anasayfa-blog .max-width h2 {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .anasayfa-blog .max-width h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 500px) {
  .anasayfa-blog .max-width h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.anasayfa-blog .max-width p {
  max-width: 85%;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .anasayfa-blog .max-width p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .anasayfa-blog .max-width p {
    font-size: 18px;
    line-height: 28px;
  }
}

.blog-yazilari {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 150px;
}
.blog-yazilari .yazi {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .blog-yazilari .yazi {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .blog-yazilari .yazi {
    max-width: 100%;
  }
}
.blog-yazilari .yazi figure {
  width: 100%;
  overflow: hidden;
}
.blog-yazilari .yazi figure img {
  width: 100%;
  float: left;
}
.blog-yazilari .yazi .aciklama {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 20px 20px;
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.893995098) 0%, rgba(0, 0, 0, 0) 100%);
}
.blog-yazilari .yazi .aciklama .etiket {
  font-size: 20px;
  line-height: 30px;
}
.blog-yazilari .yazi .aciklama h2, .blog-yazilari .yazi .aciklama h3 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}
.blog-yazilari .yazi .aciklama .incele {
  font-size: 18px;
  line-height: 22px;
  color: #D2FF5A;
  border-bottom: 1px solid #D2FF5A;
}
.blog-yazilari .yazi .aciklama .incele img {
  height: 10px;
  width: auto;
  margin-left: 7px;
}
.blog-yazilari .yazi:hover {
  box-shadow: 0px 0px 20px 5px #4C1BFC;
}

.copyright {
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.copyright .max-width {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
  border-top: 2px solid #4C1BFC;
}
@media (max-width: 500px) {
  .copyright .max-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.copyright .max-width p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  padding-top: 15px;
  padding-bottom: 45px;
}
.copyright .max-width p b {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.swiper {
  width: 100%;
  padding: 150px 25px 150px 25px !important;
}
.swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-standart {
  position: absolute;
  right: 0;
  top: 100px;
  width: 45%;
  height: 200px;
  background: #4C1BFC;
  filter: blur(250px);
  z-index: -1;
}

.normal-sayfa {
  position: relative;
  z-index: 1;
}
.normal-sayfa .bg-standart {
  position: absolute;
  right: 0;
  top: 100px;
  width: 45%;
  height: 200px;
  background: #4C1BFC;
  filter: blur(250px);
  z-index: -1;
}
.normal-sayfa .max-width h1 {
  font-family: "Adieu", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 130%;
  color: #c5c5c5;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1280px) {
  .normal-sayfa .max-width h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width h1 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h1 {
    font-size: 36px;
    text-align: left;
  }
}
.normal-sayfa .max-width figure.normal {
  float: right;
  max-width: calc(50% - 100px);
  margin-left: 100px;
  margin-bottom: 50px;
}
.normal-sayfa .max-width figure.normal img {
  width: 100%;
  float: left;
}
.normal-sayfa .max-width p, .normal-sayfa .max-width a, .normal-sayfa .max-width li {
  font-family: "Causten", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 170%;
  text-align: justify;
  color: #c5c5c5;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width p, .normal-sayfa .max-width a, .normal-sayfa .max-width li {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width p, .normal-sayfa .max-width a, .normal-sayfa .max-width li {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width p, .normal-sayfa .max-width a, .normal-sayfa .max-width li {
    font-size: 20px;
  }
}
.normal-sayfa .max-width p b, .normal-sayfa .max-width a b, .normal-sayfa .max-width li b {
  font-weight: 600 !important;
}
.normal-sayfa .max-width h2 {
  font-family: "Adieu", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #ffffff;
}
.normal-sayfa .max-width h3 {
  font-family: "Adieu", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 140%;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #ffffff;
}
.normal-sayfa .max-width ul {
  margin-bottom: 10px;
  margin-top: 25px;
}
.normal-sayfa .max-width ul li {
  padding-left: 20px;
  background-image: url("../../images/site/li.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0 16px;
}
.normal-sayfa .max-width.neler-yapiyoruz figure.normal {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border: 3px solid #D2FF5A;
  float: left;
  margin: 0 25px 25px 0;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width.neler-yapiyoruz figure.normal {
    float: unset;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width.neler-yapiyoruz figure.normal {
    max-width: unset;
  }
}
.normal-sayfa .max-width.neler-yapiyoruz figure.normal img {
  max-height: 50px;
  filter: brightness(0) saturate(100%) invert(83%) sepia(90%) saturate(340%) hue-rotate(19deg) brightness(103%) contrast(103%);
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.neler-yapiyoruz figure.normal img {
    height: 50px !important;
    width: auto;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width.neler-yapiyoruz figure.normal img {
    height: 40px !important;
    width: auto;
  }
}
.normal-sayfa .max-width.neler-yapiyoruz figure.normal p {
  font-size: 20px;
  text-align: center;
  line-height: 130%;
  color: #D2FF5A;
  font-family: "Adieu", sans-serif;
}
.normal-sayfa .max-width.neler-yapiyoruz figure.isler-projeler-figure {
  width: 300px;
  height: 300px;
  float: left;
  margin: 0 25px 25px 0;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width.neler-yapiyoruz figure.isler-projeler-figure {
    float: unset;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width.neler-yapiyoruz figure.isler-projeler-figure {
    max-width: unset;
  }
}
.normal-sayfa .max-width.neler-yapiyoruz figure.isler-projeler-figure img {
  width: 100%;
  float: left;
}
.normal-sayfa .max-width.neler-yapiyoruz h1 {
  font-family: "Adieu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 66px;
  display: flex;
  align-items: center;
  color: #F1F4FA;
  text-align: left;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.neler-yapiyoruz h1 {
    justify-content: center;
    margin-top: 50px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width.neler-yapiyoruz h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width.neler-yapiyoruz h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.normal-sayfa .max-width.neler-yapiyoruz p {
  font-family: "Causten", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;
  display: flex;
  align-items: center;
  text-align: justify;
}
.normal-sayfa .max-width.neler-yapiyoruz p b, .normal-sayfa .max-width.neler-yapiyoruz p strong {
  font-weight: 400;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width.neler-yapiyoruz p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width.neler-yapiyoruz p {
    font-size: 20px;
    line-height: 26px;
  }
}
.normal-sayfa .max-width .blog-yazilari {
  margin-top: 50px;
}
.normal-sayfa .max-width .yaptigimiz-isler .is h3 {
  font-size: 20px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width .yaptigimiz-isler .is h3 {
    font-size: 16px;
  }
}
.normal-sayfa .max-width h2.diger-yazilarimiz-h2 {
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
}
.normal-sayfa.iletisim-sayfa .max-width h1 {
  font-family: "Adieu", sans-serif;
  font-size: 40px;
  line-height: 130%;
  color: #F1F4FA;
  text-align: start;
  margin-bottom: 15px;
}
.normal-sayfa.iletisim-sayfa .max-width p {
  font-size: 16px;
  line-height: 130%;
  color: #F1F4FA;
}
.normal-sayfa.iletisim-sayfa .max-width form {
  max-width: calc((100% - 50px) / 2);
  background-color: #1a1a1a;
  width: 100%;
  float: right;
  margin: 0 0 50px 50px;
  padding: 50px 75px;
}
@media (max-width: 768px) {
  .normal-sayfa.iletisim-sayfa .max-width form {
    max-width: 100%;
    float: unset;
    margin: 0 0 50px 0 !important;
  }
}
@media (max-width: 500px) {
  .normal-sayfa.iletisim-sayfa .max-width form {
    padding: 25px;
  }
}
.normal-sayfa.iletisim-sayfa .max-width form h2 {
  font-size: 22px;
  font-family: "Causten", sans-serif !important;
  margin: 0 0 20px 0;
}
.normal-sayfa.iletisim-sayfa .max-width form .input-grup {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.normal-sayfa.iletisim-sayfa .max-width form .input-grup input {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  font-size: 16px;
  line-height: 16px;
  min-height: 40px;
  border-radius: 20px;
  background-color: transparent;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #F1F4FA;
  color: #F1F4FA;
}
.normal-sayfa.iletisim-sayfa .max-width form .input-grup input.item {
  max-width: calc((100% - 25px) / 2);
}
.normal-sayfa.iletisim-sayfa .max-width form .input-grup input.item100 {
  max-width: 100%;
}
.normal-sayfa.iletisim-sayfa .max-width form .input-grup input[type=submit] {
  background-color: #4C1BFC;
  border: none;
  max-width: 40%;
  margin: 0 auto;
}
.normal-sayfa.iletisim-sayfa .max-width form .input-grup textarea {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #F1F4FA;
  color: #F1F4FA;
}
.normal-sayfa.iletisim-sayfa .max-width .iletisim-bilgileri {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}
.normal-sayfa.iletisim-sayfa .max-width .iletisim-bilgileri .bilgi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
}
.normal-sayfa.iletisim-sayfa .max-width h3 {
  font-size: 16px;
  line-height: 130%;
  color: #4C1BFC;
  margin: 0;
  width: 100px;
}
.normal-sayfa.iletisim-sayfa .max-width a {
  font-size: 16px;
  line-height: 130%;
  color: #F1F4FA;
}

.sss {
  width: 100%;
  height: auto;
}
.sss .accordion {
  margin-top: 15px;
}
.sss .accordion .item {
  max-height: 58px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .sss .accordion .item {
    max-height: 88px;
  }
}
@media (max-width: 500px) {
  .sss .accordion .item {
    max-height: 114px;
  }
}
.sss .accordion .item .question {
  background-color: #4C1BFC;
  min-height: 62px;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .sss .accordion .item .question {
    min-height: 88px;
  }
}
@media (max-width: 500px) {
  .sss .accordion .item .question {
    min-height: 114px;
  }
}
.sss .accordion .item .answer {
  padding: 10px;
}
.sss .accordion .item.open {
  max-height: 500px; /* Yeterince büyük bir değer seçin */
}
.sss .accordion .item.open .question {
  background-color: #4C1BFC;
}
.sss .accordion .item.open .question i {
  transform: rotate(90deg);
}

.referanslar {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.referanslar figure.referans {
  cursor: pointer;
  max-width: calc((100% - 150px) / 6);
  width: 100%;
  filter: grayscale(1);
  margin: 0;
}
@media (max-width: 1280px) {
  .referanslar figure.referans {
    max-width: calc((100% - 120px) / 5);
  }
}
@media (max-width: 1024px) {
  .referanslar figure.referans {
    max-width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 780px) {
  .referanslar figure.referans {
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 500px) {
  .referanslar figure.referans {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 400px) {
  .referanslar figure.referans {
    max-width: 100%;
  }
}
.referanslar figure.referans img {
  width: 100%;
  float: left;
  max-height: 70px;
  filter: brightness(0) saturate(100%) invert(83%) sepia(90%) saturate(340%) hue-rotate(19deg) brightness(103%) contrast(103%);
}
@media (max-width: 1024px) {
  .referanslar figure.referans img {
    height: 50px !important;
    width: auto;
  }
}
@media (max-width: 500px) {
  .referanslar figure.referans img {
    height: 40px !important;
    width: auto;
  }
}

.owl-neler-yapiyoruz {
  margin-top: 50px;
  padding: 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .owl-neler-yapiyoruz {
    padding: 0 50px;
  }
}
@media (max-width: 500px) {
  .owl-neler-yapiyoruz {
    padding: 0 35px;
  }
}
.owl-neler-yapiyoruz .item img {
  border-radius: 50px;
}
@media (max-width: 768px) {
  .owl-neler-yapiyoruz .item img {
    border-radius: 35px;
  }
}
@media (max-width: 500px) {
  .owl-neler-yapiyoruz .item img {
    border-radius: 25px;
  }
}
.owl-neler-yapiyoruz .owl-nav button.owl-next, .owl-neler-yapiyoruz .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #F1F4FA;
  position: absolute;
  top: 50%;
  transition: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(76, 27, 252, 0.25);
}
@media (max-width: 768px) {
  .owl-neler-yapiyoruz .owl-nav button.owl-next, .owl-neler-yapiyoruz .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 500px) {
  .owl-neler-yapiyoruz .owl-nav button.owl-next, .owl-neler-yapiyoruz .owl-nav button.owl-prev {
    width: 25px;
    height: 25px;
  }
}
.owl-neler-yapiyoruz .owl-nav button.owl-next:hover, .owl-neler-yapiyoruz .owl-nav button.owl-prev:hover {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #D2FF5A;
  box-shadow: 0px 0px 12.75px rgba(76, 27, 252, 0.18), inset 0px 6px 10.2px #4C1BFC, inset 0px -2px 13.6px rgba(76, 27, 252, 0.36);
}
.owl-neler-yapiyoruz .owl-nav button.owl-next i, .owl-neler-yapiyoruz .owl-nav button.owl-prev i {
  color: #F1F4FA;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .owl-neler-yapiyoruz .owl-nav button.owl-next i, .owl-neler-yapiyoruz .owl-nav button.owl-prev i {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 500px) {
  .owl-neler-yapiyoruz .owl-nav button.owl-next i, .owl-neler-yapiyoruz .owl-nav button.owl-prev i {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
  }
}
.owl-neler-yapiyoruz .owl-nav button.owl-next {
  right: 0;
}
.owl-neler-yapiyoruz .owl-nav button.owl-prev {
  left: 0;
}

footer {
  padding: 75px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
footer .max-width {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
  flex-wrap: wrap;
  width: 100%;
}
footer .max-width .item {
  max-width: calc((100% - 200px) / 6);
  width: 100%;
}
footer .max-width .item:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .max-width .item {
    max-width: calc((100% - 150px) / 5);
  }
}
@media (max-width: 768px) {
  footer .max-width .item {
    max-width: calc((100% - 100px) / 4);
  }
}
@media (max-width: 500px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .item figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  footer .max-width .item figure {
    max-width: 80%;
  }
}
footer .max-width .item figure.logo {
  width: 100%;
  margin-top: 5px;
}
footer .max-width .item figure.logo img {
  width: 100%;
  float: left;
}
footer .max-width .item h2 {
  width: fit-content;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 4px;
  font-weight: 300;
  border-bottom: 2px solid #4C1BFC;
}
footer .max-width .item ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
footer .max-width .item ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 500px) {
  footer .max-width .item ul li a {
    font-size: 18px;
    line-height: 34px;
  }
}
footer .max-width .item .sosyal-link {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
footer .max-width .item .sosyal-link a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .max-width .item .sosyal-link a svg {
  height: 25px;
}
footer .max-width .item .sosyal-link a svg path {
  fill: #7f7f7f;
}
@media (max-width: 1024px) {
  footer .max-width .item.sosyal-hizli {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .max-width .item.sosyal-hizli .sosyal-links {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  footer .max-width .item.sosyal-hizli {
    align-items: start;
  }
}
footer .max-width .item2 {
  max-width: calc(2 * (100% - 200px) / 6);
  width: 100%;
}
@media (max-width: 1024px) {
  footer .max-width .item2 {
    max-width: calc(2 * (100% - 150px) / 5);
  }
}
@media (max-width: 768px) {
  footer .max-width .item2 {
    max-width: calc(2 * (100% - 100px) / 4);
  }
}
@media (max-width: 500px) {
  footer .max-width .item2 {
    max-width: 100%;
  }
}
footer .max-width .item2 p {
  font-size: 16px;
  line-height: 26px;
}
footer .max-width .item2 h2 {
  font-size: 20px;
  line-height: 44px;
  font-weight: 300;
}

.kurumsal-bilgiler .max-width h1 {
  font-size: 40px;
  line-height: 130%;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.kurumsal-bilgiler .max-width p {
  font-size: 18px;
  line-height: 130%;
  color: #e8e8e8;
  text-align: center;
  margin-bottom: 20px;
}
.kurumsal-bilgiler .max-width h2 {
  font-size: 32px;
  line-height: 130%;
  color: #fbd535;
  margin: 50px 0 25px 0;
}
.kurumsal-bilgiler .max-width .sosyal-medya-referans {
  margin-top: 70px;
  margin-bottom: 100px;
}
.kurumsal-bilgiler .max-width .web-referans {
  margin-top: 70px;
}

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