@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter_18pt-Regular.ttf);
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter_18pt-Medium.ttf);
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter_18pt-SemiBold.ttf);
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter_18pt-Bold.ttf);
  font-weight: 700;
  font-display: swap
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::selection {
  background-color: rgb(2, 112, 222);
  color: rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb {
  background: rgb(2, 112, 222);
  border-radius: 15px;
}

::-webkit-scrollbar-track {
  background: rgb(20, 20, 20);
}

::-webkit-scrollbar {
  width: 8px;
}

body {
  font-family: "Inter", sans-serif;
  background-color: rgb(250, 250, 250);
  color: rgb(0, 0, 0);
  font-weight: 500;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

img,
svg {
  user-select: none;
  vertical-align: middle;
}

.header-ust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10%;
  background: linear-gradient(135deg, #1994ff 0%, #007cf0 45%, #0052d4 100%);
  width: 100%;
  color: rgb(255, 255, 255);
}

.header-ust .iletisim-header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-ust .iletisim-header a {
  display: flex;
  align-items: center;
}

.header-ust .iletisim-header a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.header-ust p a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.header-ust p {
  margin-bottom: 0;
}

.header-ust .header-sosyal {
  display: flex;
  gap: 15px;
  align-items: center;
}

.header-ust .header-sosyal a svg {
  width: 24px;
  height: 24px;
}

header {
  display: block;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 100;
  width: 100%;
  top: 0;
  border: none;
  outline: none;
}

header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10%;
  position: relative;
}

header img {
  width: 150px;
  height: auto;
}

header .main-nav {
  display: flex;
  gap: 20px;
}

header .main-nav a {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  color: rgb(2, 112, 222);
  text-decoration: none;
}

header .main-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 3px;
  background-color: rgb(2, 112, 222);
  transition: width 0.3s ease-in-out;
}

header .main-nav a:hover::after {
  width: 100%;
}

footer {
  background-color: rgb(240, 240, 240);
  padding: 50px 10%;
}

footer p {
  margin-bottom: 0;
}

footer .footer-div {
  display: flex;
  justify-content: space-between;
}

footer .footer-div div {
  max-width: 30%;
}

footer .footer-div div img {
  width: 220px;
  display: block;
}

footer .footer-div div p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

footer .footer-div div a {
  display: block;
  margin-bottom: 2px;
  font-family: 400;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  color: rgb(20, 20, 20);
}

footer .footer-div div a:hover {
  color: rgb(2, 112, 222);
}

footer .footer-div div span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: rgb(80, 80, 80);
}

footer .footer-sosyal {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

footer .footer-sosyal a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(2, 112, 222);
  padding: 5px;
  border-radius: 5px;
}

footer .footer-sosyal a svg {
  width: 23px;
  height: 23px;
  display: block;
}

footer .altmetin {
  text-align: center;
  font-size: 14px;
  color: rgb(55, 55, 55);
  margin-top: 20px;
}

footer .altmetin a {
  color: rgb(55, 55, 55);
  text-decoration: underline;
}

footer .tag {
  display: block;
  text-align: center;
  font-size: 14px;
  color: rgb(55, 55, 55);
  margin-top: 10px;
}

footer .tag a {
  color: rgb(2, 112, 222);
  font-weight: 600;
  text-decoration: underline;
}

header input {
  display: none
}

header label {
  display: none
}

header .menu {
  display: none
}

header .menu-bg {
  display: none
}

.con {
  position: fixed;
  bottom: 50px;
  right: 3%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  user-select: none;
  align-items: end;
}

.scrollToTop:hover,
.telefon-ikonu:hover {
  scale: 1.1;
}

.scrollToTop {
  position: fixed;
  bottom: 125px;
  right: 3%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0, 0.75);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}

.scrollToTop svg {
  width: 25px;
  height: 25px;
}

.telefon-ikonu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 60px;
  height: 60px;
  background-color: rgb(37, 211, 102);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.ikonlar {
  display: flex;
  width: 100%;
  height: 100%;
}

.ikonlar img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

.ikonlar img:first-child {
  transform: translateX(0);
}

.ikonlar img:last-child {
  transform: translateX(-100%);
}

.ikon-div {
  position: relative;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  gap: 5px;
  background-color: rgb(255, 255, 255);
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  animation: slideRightLeft 0.5s ease forwards;
}

@keyframes slideRightLeft {
  from {
    opacity: 0;
    left: 100px;
  }

  to {
    opacity: 1;
    left: 0%;
  }
}

@keyframes slideTop {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-30px);
  }
}


.ikon-div a {
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 5px 75px 5px 20px;
  background-color: rgb(255, 255, 255);
  transition: transform 0.3s ease-in-out;
}

.ikon-div a:hover {
  background-color: rgb(0, 0, 0, 0.08);
}

.ikon-div a img {
  width: 40px;
  aspect-ratio: 1/1;
  background-color: rgb(37, 211, 102);
  padding: 8px;
  border-radius: 50%;
  display: inline-block;
}

.ikon-div a .phone-img {
  background-color: rgb(2, 112, 222);
}

.ikon-div a span {
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: 15px;
}

@media screen and (max-width:1050px) {
  .header-ust {
    padding: 10px 5%;
  }

  header .header-content {
    padding: 20px 5%;
  }

  footer {
    padding: 50px 5%;
  }

  footer .footer-div {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  footer .footer-div div {
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
  }

  footer .footer-div div img {
    width: 220px;
    display: block;
    margin: 0 auto;
  }

  footer .footer-div div p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  footer .footer-div div span {
    margin-bottom: 15px;
  }

  footer .altmetin {
    font-size: 12px;
  }

  header .main-nav {
    display: none;
  }

  .menu-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 101;
    background: rgb(2, 112, 222);
    padding: 5px;
    border-radius: 2px
  }

  .menu-label span {
    display: block;
    width: 25px;
    height: 4px;
    margin: 2px 0;
    background: #ffffff;
    transition: 0.3s ease-in-out
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100vh;
    padding-top: 150px;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .2);
    transition: right 0.3s ease-in-out;
    z-index: 100;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    justify-content: flex-start !important;
    gap: 0
  }

  .menu a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 10px 0;
    padding-left: 20px;
    border-bottom: 1px solid rgb(51, 51, 51, .1)
  }

  .menu a i {
    background-color: rgb(2, 112, 222);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
  }

  .menu-toggle:checked~.menu {
    right: 0
  }

  .menu-toggle:checked~.menu-label span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
  }

  .menu-toggle:checked~.menu-label span:nth-child(2) {
    opacity: 0
  }

  .menu-toggle:checked~.menu-label span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
  }

  .menu-bg {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out
  }

  .menu-toggle:checked~.menu-bg {
    visibility: visible;
    opacity: 1
  }
}

@media screen and (max-width:550px) {
  .header-ust .iletisim-header a:nth-child(2) {
    display: none;
  }
}