html {
  height: 100%;
  width: 100%;
  overflow: auto;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  min-height: 100%;
  min-width: 100%;
  background: #fff;
  overflow: auto;
}

html, body {
  overflow: auto;
  position: relative;
  height: 100%;
  width: 100%;
}

*::selection {
  background: #f6e32f;
  color: #000;
}

h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: url(../images/shape.png) repeat;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
  z-index: 1;
  background-position: bottom center;
}
.wrapper .center {
  max-width: 1144px;
  padding: 50px 15px;
  width: 100%;
  margin: 0 auto;
}
.wrapper .center header {
  /* padding-top: 78px; */
  animation-delay: 0.3s;
}
.wrapper .center header img {
  max-width: 260px;
}
.wrapper h2 {
  font-family: "gilroy-lightuploaded_file";
  font-size: 42px;
  color: #000;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  padding-right: 30px;
  animation-delay: 0.4s;
}
.wrapper h2 span {
  position: relative;
}
.wrapper h2 span:before {
  content: "";
  position: absolute;
  right: -17px;
  top: 10px;
  width: 13px;
  height: 13px;
  background: #f6e32f;
  border-radius: 6.5px;
}
.wrapper footer {
  position: absolute;
  bottom: 46px;
  right: 0;
  left: 0;
  animation-delay: 0.6s;
  padding-right: 15px;
}
.wrapper footer h6 {
  font-family: "gilroy-bolduploaded_file";
  font-size: 18px;
  color: #2E55A5;
  margin-bottom: 7px;
}
.wrapper footer ul {
  padding-right: 15px;
}
.wrapper footer ul li {
  display: block;
  font-family: "gilroy-bolduploaded_file";
  font-size: 14px;
  color: #2E55A5;
  position: relative;
  padding-left: 28px;
}
.wrapper footer ul li:not(:last-child) {
  margin-bottom: 1px;
}
.wrapper footer ul li span {
  min-width: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.wrapper footer ul li a {
  font-family: "gilroy-mediumuploaded_file";
  color: #000000;
  text-decoration: none;
}


.logo-wrapper {
  position: relative;
  width: 100%;
  top: 35%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo-wrapper a  {
  width:180px;
}
.logo-wrapper .logo-wrapper-image {
  max-width: 100%;
}
.logo-wrapper .line {
  width: 17px;
  height: 100%;
  margin: 0 40px;
}
@media (max-height: 700px) {
  .wrapper .center header {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .wrapper:before {
    width: 210px;
  }
  .wrapper .center header {
    padding-top: 40px;
  }
  .wrapper h2 {
    font-size: 37px;
    margin-top: -22px;
    top: 40%;
  }
  .wrapper h2 span:before {
    top: 8px;
  }
  .wrapper footer ul {
    padding-right: 220px;
  }
  .wrapper footer h6 {
    font-size: 16px;
  }
  .logo-wrapper a  {
    width:140px;
  }
  .logo-wrapper .line {
    margin: 0 20px;
  }
}


@media (max-width: 600px) {
  .wrapper:before {
    display: none;
  }
  .wrapper .center header {
    padding-top: 25px;
  }
  .wrapper .center header img {
    max-width: 35%;
  }
  .wrapper h2 {
    font-size: 34px;
  }
  .wrapper footer {
    bottom: 15px;
  }
  .wrapper footer ul {
    padding-right: 15px;
  }
}
@media (max-width: 400px) {
  .wrapper:before {
    width: 90px;
  }
}

.divider {
  display: inline-block; 
  height: 50px; 
  width: 1px; 
  background-color: #2E55A5; 
  margin: 0 50px; 
}

.logo-item {
  text-align: center;
}

.logo-text {
  font-family: "gilroy-mediumuploaded_file";
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.logo-text a {
  color: #2E55A5;
  text-decoration: none;
}

.additional-image {
  max-width: 100%;
  margin-top: 10px;
}

.center-logo {
    padding-top: 50px;;
}

@media (max-width: 768px) {
    .logo-wrapper {
      flex-direction: column;
      top: 25%; /* Üst boşluğu ayarlayabilirsiniz */
      gap: 30px; /* Öğeler arası boşluk */
    }
  
    .divider {
      display: none; /* Mobilde ayraç çizgilerini kaldır */
    }
  
    .logo-item {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .logo-wrapper a {
      width: 140px;
      display: inline-block;
    }
  
    .additional-image {
      width: 100px;
      margin: 10px auto;
    }
  }

  @media (max-width: 768px) {
    .logo-wrapper {
        position: relative;
        flex-direction: column;
        padding: 20px 0;
        top: 0;
        gap: 30px;
        overflow-y: auto;
    }
  
    .divider {
      display: none; /* Mobilde ayraç çizgilerini kaldır */
    }
  
    .logo-item {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .logo-wrapper a {
      width: 140px;
      display: inline-block;
    }
  
    .additional-image {
      width: 100px;
      margin: 10px auto;
    }

    footer {
        position: relative !important;
        margin-top: 20px;
    }
  }

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