:root {
  --bg-black: #0e100f;
  --color-shockingly-green: #0ae448;
  --color-just-black: #1816ad;
  --color-surface-white: #FFFCF8;
  --color-pink: #fec5fb;
  --color-shockingly-pink: #f100cb;
  --color-orangey: #ff8709;
  --color-lilac: #9d95ff;
  --color-lt-green: #abff84;
  --color-blue: #00bae2;
  --color-grey: gray;
  --color-surface75: #bbbaa6;
  --color-surface50: #7c7c6f;
  --color-surface25: #42433d;
}


* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

nav {
  background: var(--color-just-black);
  height: 4rem;
  border-bottom: 0.2px solid rgb(113, 111, 111);
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-nav>.active>a {
  color: var(--color-surface-white) !important;
}

.nav-item>a:hover {
  color: var(--color-surface-white) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--color-surface-white);
}

.navbar-toggler>span .navbar-toggler>svg {
  color: var(--color-surface-white);
}

.logo {
  color: var(--color-surface-white);
}

.nav-link {
  color: var(--color-surface50);
  font-weight: 600;
  font-size: 1.1rem;
}

.nav-link:hover {
  color: var(--color-surface-white);
}

.logo:hover {
  color: var(--color-surface-white);
}

.login-link>a {
  color: var(--color-surface50);
  font-weight: 600;
}

.login-link>a:hover {
  color: var(--color-surface-white);
}

.font-color {
  color: var(--color-surface-white);
}

#header-btn {
  color: var(--color-surface-white);
  border: 2px solid var(--color-surface-white);
}

#header-btn:hover {
  color: var(--bg-black);
  background-color: var(--color-surface-white);
}

#entrance {
  background: var(--color-just-black);
  color: var(--color-surface-white);
}

.heading-xl {
  font-size: max(5.125rem, min(13.3333vw + 2rem, 18rem));
}

.header-container {
  font-size: 120px;
}

#header-top {
  margin-bottom: 8rem;
}

#header-2 {
  margin-top: 8rem;
}

#header2-text {
  font-size: max(2rem, min(3.17152vw + 1.25667rem, 5.0625rem));
}

.header2-mb {
  margin-bottom: 10rem;
}

@media (max-width: 640px) {
  .entrance-btn-area {
    width: 100%;
  }
}

#entrance-btn {
  background: var(--color-just-black);
  color: var(--color-surface-white);
  border: 2px solid var(--color-shockingly-green);
  border-radius: 6.25rem;
  padding: 0.7rem 4rem;
}

.tools-scroll {
  list-style-type: none;
}

.tools-scroll>li>a {
  text-decoration: none;
}

#footer-1-area {
  background: var(--color-just-black);
}



.footer-1>ul {
  list-style-type: none;
}

.footer-1>ul>li>a {
  color: var(--color-surface-white);
  text-decoration: none;
  font-weight: 400;
}

.tools-text-size {
  font-size: max(2rem, min(1.42395vw + 1.66626rem, 2.375rem));
}

.tools-btn {
  color: var(--color-surface-white);
  border: 2px solid var(--color-surface-white);
}

.tools-btn:hover {
  color: var(--color-just-black);
  background-color: var(--color-surface-white);
}

.yellow-nav {
  background: var(--color-surface-white);
  border: none !important;
}

.yellow-nav-text {
  color: var(--color-just-black);
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-item {
  padding: 8px;
  align-content: center;
  box-sizing: border-box;
}

#gridText {
  align-items: center;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-items: center;
  width: 100%;
}

#gridUi {
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #7e7575;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container {
  width: 100%;
  height: 500px;
  margin: 20px auto;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  #swiper-row>.row>*:not(.showcase-button) {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

/* referans swiper css */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

#dropUl.open {
  max-height: 500px !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}


.footer2-area {
  background: var(--color-surface-white);
}


.footer-subs-header {
  font-size: max(1.5rem, min(.776699vw + 1.31796rem, 2.25rem)) !important;
  font-weight: 600;
  margin-top: 80px;
  color: var(--color-just-black);
}

.col-title {
  color: var(--color-just-black);
}

.input-subs {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.email:focus {
  background: var(--color-surface-white);
  outline: 2px;
  outline-color: var(--color-shockingly-green);
  box-shadow: 0 0 0 0.2rem var(--color-shockingly-green);
}

.footer-email-area {
  margin-top: 2rem;
  position: relative;
}

.footermail {
  width: 100%;
  background: var(--color-surface-white);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-surface50);
  padding: 1rem 7px;
}

.footer-email-btn {
  background: 0 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.footer-col>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-ul {

  margin-top: 30px !important;
}

.footer-ul>li>a {
  color: #0e100f !important;
  text-decoration: none;
  word-break: break-word;


}

.footer-banner {
  margin-top: 120px;
  font-size: 15px;
  padding-bottom: 12px;
  color: var(--color-just-black);
  padding-bottom: max(3rem, min(1.0356vw + 2.75728rem, 4rem));
  padding-top: max(3rem, min(1.0356vw + 2.75728rem, 4rem));
}

.dropdown-container {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in-out;
}

.sidenav {
  z-index: 99;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-just-black);
  overflow-x: hidden;
  transition: 0.5s;
  
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  background-color: var(--color-surface-white);
}

.side-footer {
  translate: none;
  rotate: none;
  scale: none;
  transition: transform 1s;
  transform: translate(100%, 0%);
  background-color: var(--color-just-black);
  border: 3px solid var(--color-surface-white);
  height: 25%;
}

.side-footer>ul {
  list-style-type: none;
}

.side-footer>ul>li>a {
  text-decoration: none;
  color: var(--color-surface-white) !important;
}

.sidenav-2 {
  background-color: var(--color-surface-white);
  height: 75%;
}

#side-headerId {
  background-color: var(--color-surface-white);
  translate: none;
  rotate: none;
  scale: none;
  transition: transform 1s;
  border-radius: 25px !important;
  transform: translate(-100%, 0%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.swiper1 {
  width: 100%;
  height: 100%;
}

.swiper-slidee {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slidee img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#skipsups {
  background-color: var(--color-just-black) !important;
}

.ohno-hero__heading {
  text-align: center;
}

.swiper1 {
  width: 100%;
  height: 100%;
}

.swiper-slidee {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slidee img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#skipsups {
  background-color: var(--color-just-black) !important;
}

.ohno-hero__heading {
  text-align: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbarColorTkl {
  color: var(--color-surface-white) !important;
  border: 2px solid var(--color-surface-white) !important;
}

.navbar .megamenu {
  padding: 1rem;
}

.nav-link {
  color: var(--color-surface-white) !important;
}

#dropUl {
  list-style: none !important;
  overflow: hidden !important;
  text-align: left !important;
  width: 100% !important;
  max-height: 0 !important;
  opacity: 0 !important;
  -webkit-nav-item: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
  padding-left: 12px !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: var(--color-surface50);
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}

.show {
  display: block;
  opacity: 1;
}

.col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
}

h6 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}


.nav-item:hover .dropdown-menu {
  display: block;
}

.sidenav-menu-btn {
  border: 1px solid var(--color-surface-white) !important;
  color: var(--color-surface-white) !important;
}

.login-text {
  color: var(--color-just-black) !important;
}

.dropdown-menu.megamenu {
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
  padding: 20px;
}

.dropdown-menu.megamenu .row {
  margin-left: -15px;
  margin-right: -15px;
}

.dropdown-menu.megamenu .col-lg-2 {
  flex: 0 0 25%;
  max-width: 14%;
  padding-left: 15px;
  padding-right: 15px;
}

.c-kWnKGo-ilmWZM-css {
  color: #63727e;
  margin-bottom: 16px !important;
  padding-left: 8px;
  font-family: Karla Bold, sans-serif;
}

.c-kWnKGo-jjMOzp-variant-body4 {
  font-size: 14px;
}

.c-kWnKGo {

  font-weight: normal;
  margin: unset;
}

.dropUlatg {
  color: var(--color-just-black) !important;
}

.imgHizmetler {
  box-sizing: border-box;
  border-radius: 8px;
  object-fit: contain;
  width: 100%;
  margin-bottom: 10px;
}

.c-kWnKGo-fjOMZm-variant-body3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #20272c;
}

.c-kWnKGo-jjMOzp-variant-body4 {
  font-size: 12px;
  color: #63727e;
  margin-top: 4px;
  font-weight: normal;
  line-height: 150%;
  width: 100%;
}

.c-PJLV-iikUtaD-css {
  border-right: 1px solid #d9e0e6;
  padding-right: 24px;
}

.colline {
  margin-left: 30px;
  border-left: 1px solid #d9e0e6;
}

.c-kWnKGo-ihAfLqN-css {
  display: flex;
  align-items: center;
  font-family: var(--fonts-karlaSemiBold);
}

.dropdown-menu p {
  text-decoration: none;
}

.c-dDbmzI-igAyPou-css {
  margin: 10px;
}

.hzmArt {
  align-items: center;
}

a {
  text-decoration: none !important;
  color: black;
}

.p1hidden {
  visibility: hidden;
}

.navbarfxed {
  position: fixed !important;
  top: 0;
  z-index: 9999;
  left: 0;
  right: 0;
}

.navbarhzul {
  padding-top: 31px;
  height: 40px;
}

.nvbrataghz {
  padding-bottom: 30px !important;
}
.blackitemspn{
  color: var(--bg-black) !important;
}

.navbargutt {
  margin: 0 !important;
}

.navbarfxed  {
background: var(--color-just-black) !important;
height: 4rem;
border-bottom: 0.2px solid rgb(113, 111, 111);
} 

.bizeUlasinCls {
  color:  var(--color-surface-white);
  font-size: 14px;
  font-weight: 700 !important;
  padding: 0.7rem 1.5rem;
  transition: background 0.5s ease, color 0.5s ease;
}

.bizeUlasinCls:hover {
  color: var(--color-just-black);
}

#header-btn:hover {
  color: var(--color-just-black);
}

#header-btn:hover>a {
  color: var(--color-just-black);
}

#navbar-solitions {
  cursor: pointer;
  padding-bottom: 30px !important;
}

.footer-ul> li> a {
  color: var(--color-just-black) !important;
  font-weight: 600 !important;
}
.footermail{
  border-color: var(--color-just-black) !important;
}

.footermail::placeholder {
  color: var(--color-just-black) !important;
}

input:focus {
  color: var(--color-just-black) !important;
}

.footermail:focus {
  outline: 2px solid var(--color-just-black) !important;
  border-radius: 2px !important;
}
.footer-banner>a{
color: var(--color-just-black) !important;

}

@media(min-width: 992px) and (max-width: 1200px) {
  
  .footer-ul>li>a{
      font-size: 16px !important;
  }
}

@media (max-width: 992px) {
  .footer-ul>li>a{
      font-size: 14px !important;
      font-weight: 600;
  }
}
.footer-links {
  margin-top: 37px !important;
}


.footermailIcon{
  font-size: 32px;
  color: var(--color-just-black);
}

/* button */

.btn-31,
.btn-31 *,
.btn-31 :after,
.btn-31 :before,
.btn-31:after,
.btn-31:before {
border: 0 solid;
box-sizing: border-box;
}

.btn-31 {
-webkit-tap-highlight-color: transparent;
-webkit-appearance: button;
background-color: transparent;
background-image: none;
color: var(--color-just-black);
cursor: pointer;
font-size: 100%;
font-weight: 900;
line-height: 1.5;
margin: 0;
padding: 0;
}

.btn-31:disabled {
cursor: default;
}

.btn-31:-moz-focusring {
outline: auto;
}

.footermailIcon {
display: block;
vertical-align: middle;
}

.btn-31 [hidden] {
display: none;
}

.btn-31 {
padding: .5rem 1.5rem;
text-transform: uppercase;
margin-right: 5px;
}

.btn-31:before {
  border-radius: 25% 10%;
--progress: 100%;
background: linear-gradient(to bottom, var(--color-just-black), #000066);
-webkit-clip-path: polygon(
  100% 0,
  var(--progress) var(--progress),
  0 100%,
  100% 100%
);
clip-path: polygon(
  100% 0,
  var(--progress) var(--progress),
  0 100%,
  100% 100%
);
content: "";
inset: 0;
position: absolute;
transition: -webkit-clip-path 0.2s ease;
transition: clip-path 0.2s ease;
transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-31:hover:before {
--progress: 0%;
border-radius: 25% 10%;
}
.btn-31 .text-container {
  display: block;
  overflow: hidden;
  position: relative;
}

.btn-31 .text {
  display: block;
  font-weight: 900;
  mix-blend-mode: difference;
  position: relative;
}

.btn-31:hover .footermailIcon {
  color:#eeff00 !important;
} 

.btn-31:hover .text {
  -webkit-animation: move-up-alternate 0.3s ease forwards;
  animation: move-up-alternate 0.3s ease forwards;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

.sidenav {

  transition: transform 0.3s ease-in-out;
}

.sidenav.closed {
  transform: translateX(-100%);
}

.sidenav.open {
  transform: translateX(0);
}
