@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-Regular.ttf);
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-Medium.ttf);
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-Bold.ttf);
  font-weight: 700;
  font-display: swap
}

.grecaptcha-badge {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::selection {
  background-color: #193db2;
  color: rgb(255, 255, 255);
}

/* 193db2
07153a
*/

body {
  font-family: "Poppins", sans-serif;
  background-color: rgb(255, 255, 255);
  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, #07153a 0%, #193db2 50%, #2c4fc3 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;
  border-bottom: 1px solid rgb(40, 40, 40, 0.2);
}

header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 20px 10%;
}

header img {
  width: 200px;
  height: auto;
}

header .main-nav {
  display: flex;
  gap: 10px;
}

header .main-nav a {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  color: rgb(25, 25, 25);
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 25px;
}

header .main-nav a:hover {
  background-color: rgba(25, 61, 178, 0.1);
  color: #193db2;
}

header .main-nav a:hover::after {
  width: 100%;
}

footer {
  background-color: rgb(15, 15, 15);
  padding-top: 100px;
  padding-bottom: 50px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2)),
    url(/img/back.jpg) no-repeat center center;
  background-size: cover;
  border-top: 1px solid #07153a;
}

footer hr {
  border: none;
  outline: none;
  height: 0.5px;
  background-color: #07153a;
  width: 100%;
  margin: 20px auto;
}

footer .footer-con {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 70%;
  margin: auto;
}

footer .footer-con div {
  display: flex;
  flex-direction: column;
}

footer .footer-con div.footer-sosyal {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  flex-direction: row;
}

footer .footer-con div.footer-sosyal a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #193db2;
  background-color: #193db2;
  transition: all 0.2s ease;
}

footer .footer-con div.footer-sosyal a:hover {
  background-color: #07153a;
  border-color: #07153a;
}

footer .footer-con div.footer-sosyal a svg {
  width: 30px;
  height: 30px;
}

footer .footer-con p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: #07153a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer .footer-con a {
  width: fit-content;
}

footer .footer-con a.btn {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background-color: #07153a;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 5px;
  color: rgb(255, 255, 255);
}

footer .footer-con a.btn:nth-of-type(2) {
  background-color: #2367fc;
}

footer .footer-con a.btn:nth-of-type(3) {
  background-color: #0f7635;
}

footer .footer-con a.btn:last-child {
  font-size: 12px;
}

footer .footer-con a.btn svg path {
  fill: rgb(255, 255, 255);
}

footer .footer-con a.btn svg {
  width: 25px;
  height: 25px;
  margin-right: 3px;
}

footer .footer-con img {
  width: 220px;
}

footer nav {
  display: flex;
  gap: 50px;
  width: 70%;
  margin: 30px auto;
}

footer nav.politikalar {
  gap: 20px;
  justify-content: center;
}

footer nav.politikalar a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.2s ease;
  color: #07153a;
}

footer nav.politikalar a::before {
  content: '* ';
  color: red;
}

footer nav a {
  color: #193db2;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

footer .copy {
  font-size: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

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;
}

.telefon-ikonu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 70px;
    height: 70px;
    background-color: rgb(37, 211, 102);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 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(0, 133, 241);
}

.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%;
  }

  header .header-content img {
    width: 140px;
  }

  header .main-nav {
    display: none;
  }

  .menu-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    padding: 5px;
    border: rgb(40, 40, 40, 0.2) 1px solid;
    border-radius: 50%;
  }

  .menu-label .menu-icon {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    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 .menu-ic-label {
    display: flex;
    text-align: end;
    border: 1px solid rgb(40, 40, 40, 0.2);
    align-self: flex-end;
    width: fit-content;
    padding: 8px 20px;
    margin-right: 20px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 400;
    cursor: pointer;
  }

  .menu a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    letter-spacing: 0.7px;
    padding: 8px 0;
    padding-left: 30px;
    border-bottom: 1px solid rgb(51, 51, 51, .1)
  }

  .menu div {
    margin-top: 30px;
    padding-left: 30px;
  }

  .menu div p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .menu div span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding-right: 30px;
    margin-bottom: 25px;
  }

  .menu div span b {
    font-weight: 500;
  }

  .menu div span a {
    color: #2aab32;
    padding: 0;
    border: none;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 15px;
    width: fit-content;
  }

  .menu a i {
    background-color: #2aab32;
    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
  }

  footer {
    padding-top: 50px;
  }

  footer .footer-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    flex-direction: column;
  }

  footer .footer-con div {
    align-items: center;
  }

  footer .footer-con p {
    text-align: center;
    line-height: 1.2;
  }

  footer .footer-con a.btn:last-child {
    display: none;
  }

  footer .footer-con img {
    width: 180px;
  }

  footer nav {
    gap: 8px;
    align-items: center;
    width: 90%;
    flex-direction: column;
  }

  footer nav.politikalar {
    gap: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  footer .copy {
    font-size: 12px;
  }
}

@media screen and (max-width:550px) {
  .header-ust .iletisim-header a:nth-child(2) {
    display: none;
  }
}