@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Goldman);
@import url(https://fonts.googleapis.com/css?family=Poppins);
:root {
  --tema-rengi: var(--bs-blue);
}
.tema{
    background-color: var(--tema-rengi);
}
body{
    background-color: #ffffff;
    font-family: 'Poppins','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
}
html,body{
    background-image: url('../img/arka-plan-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}
footer{
    background-color: #d3d3d3;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
*, ::before, ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Açık ve koyu tema ayarlama*/
/*@media (prefers-color-scheme: dark) { 
  body {
    background: #33ff33;
    color: #ff3333;
  }
}*/
/***** Linkler İçin *******/
a:link{ color: black; text-decoration: none; }
a:visited{ color: black; text-decoration: none; }
a:hover{ color: black; text-decoration: none; }
a:active{ color: black; text-decoration: none; }
/* Yazı seçilirse renkler */
::selection {
    background: #dbdbdb;
    color: #000000;
}
/************** Yükleniyor Animasyonu *********************/
.yukleniyor {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    background: #fff;
    overflow-x: hidden;
}
.yukleniyor-icerik {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.loader > div {
  height: 100px;
  width: 18px;
  display: inline-block;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}
.loader .bar1 {
  background-color: #754fa0;
}
.loader .bar2 {
  background-color: #09b7bf;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loader .bar3 {
  background-color: #90d36b;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loader .bar4 {
  background-color: #f2d40d;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loader .bar5 {
  background-color: #fcb12b;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader .bar6 {
  background-color: #ed1b72;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/************* Yukarı çıkma oku */
.atf-scroll-top {
    position: fixed;
    right: 10px;
    bottom: 105%;
    z-index: 99;
    cursor: pointer;
    transition: 1.5s linear;
    border: none;
    background: transparent;
    opacity: 0;
}
.atf-scroll-top.open {
    bottom: 30px;
    opacity: 1;
}
.atf-scrollup-icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: var(--tema-rengi);
    line-height: 45px !important;
    color: white;
    border-radius: 50%;
}
.atf-scrollup-icon:hover {
    background: black;
    color: white;
    transition: 0.3s;
}
/******************** ARTI IKON *****************************/
.arti-ikon {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 99;
    cursor: pointer;
    transition: 0.5s linear;
    border: none;
    background: transparent;
}
.arti-ikon.open {
    transform: rotate(-45deg);
}
.arti-ikon-icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #55FF55;
    line-height: 50px !important;
    color: white;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
}
.arti-ikon-icon.yuvarlak {
    border-radius: 50% !important;
}
.arti-ikon.bir{
    opacity: 0;
    display: none;
    bottom: 100px !important;
}
.arti-ikon.iki{
    opacity: 0;
    display: none;
    bottom: 160px !important;
}
.arti-ikon.uc{
    opacity: 0;
    display: none;
    bottom: 220px !important;
}
.arti-ikon.dort{
    opacity: 0;
    display: none;
    bottom: 280px !important;
}
.arti-ikon.goster {
    opacity: 1;
    display: block;
}
/************ Telefon Açma Animasyonu ****************/
.telefon-ac {
    position: fixed;
    left: 10px;
    bottom: 105%;
    z-index: 99;
    cursor: pointer;
    transition: 1.5s linear;
    border: none;
    background: transparent;
    opacity: 0;
}
.telefon-ac.open {
    bottom: 30px;
    opacity: 1;
}
.telefon-ac-icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: var(--bs-green);
    line-height: 45px !important;
    color: white;
    border-radius: 50%;
}
/************ WhatsApp Mesaj At Animasyonu ****************/
.whatsapp-mesaj {
    position: fixed;
    left: 10px;
    bottom: 120%;
    z-index: 99;
    cursor: pointer;
    transition: 1.5s linear;
    border: none;
    background: transparent;
    opacity: 0;
}
.whatsapp-mesaj.open {
    bottom: 85px;
    opacity: 1;
}
.whatsapp-mesaj-icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: var(--bs-green);
    line-height: 45px !important;
    color: white;
    border-radius: 50%;
}

.btn {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05rem;
}
/***************  404 Animasyonu İçin *************************/
#handboy{
    animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: 98% 98%;
    transform-box: fill-box;    
}
#girllight{
    animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: 0% 97%;
    transform-box: fill-box;
}
#hairgirl{
    animation: swinghair ease-in-out 1.3s infinite alternate;
    transform-origin: 60% 0%;
    transform-box: fill-box;
}
#zero{
    transform-origin:bottom;
    transform-box:fill-box;
}
@keyframes swing {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}
@keyframes swinghair {
    0% { transform: rotate(6deg); }
    100% { transform: rotate(-6deg); }
}
/***************************************/
.yazi-secilmesin{
  -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}
/***************************************/
/********** RADİO BUTTON ****************************/
.rad-label {
  display: flex;
  align-items: center;

  border-radius: 100px;
  padding: 14px 16px;
  margin: 10px 0;

  cursor: pointer;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: hsla(0, 0%, 80%, .14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;

  background: linear-gradient(to right bottom, blue, white);
  position: relative;
}

.rad-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

.rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.rad-text {
  color: hsl(0, 0%, 60%);
  margin-left: 14px;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 900;

  transition: .3s;
}

.rad-input:checked~.rad-text {
  color: black;
}
/************************* COMBOBOX SELECT ************************/
 .box select {
  appearance: none;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 13px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.box::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 5px;
}
/*****************************************************************/
.dikey-ortala {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*****************************************************************/
.toggle-wrapper {
  display: inline-block;
  position: relative;
  border-radius: 3.125em;
  overflow: hidden;
}

.toggle-checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.toggle-container {
  display: flex;
  position: relative;
  border-radius: inherit;
  width: 2.5em;
  height: 1.25em;
  background-color: #d1d4dc;
  box-shadow:
    inset .0625em 0 0 #d4d2de,
    inset -.0625em 0 0 #d4d2de,
    inset .125em .25em .125em .25em #b5b5c3;
  mask-image: radial-gradient(#fff, #000);
  transition: all .4s;
  
  .toggle-wrapper.red > .toggle-checkbox:checked + & {
    background-color: #f5233c;
    box-shadow:
      inset .0625em 0 0 #f5233c,
      inset -.0625em 0 0 #f5233c,
      inset .125em .25em .125em .25em #d70026;
  }
  
  .toggle-wrapper.yellow > .toggle-checkbox:checked + & {
    background-color: #fbc433;
    box-shadow:
      inset .0625em 0 0 #fbc433,
      inset -.0625em 0 0 #fbc433,
      inset .125em .25em .125em .25em #ee9902;
  }
  
  .toggle-wrapper.blue > .toggle-checkbox:checked + & {
    background-color: #4588ff;
    box-shadow:
      inset .0625em 0 0 #4588ff,
      inset -.0625em 0 0 #4588ff,
      inset .125em .25em .125em .25em #3952f3;
  }
}

.toggle-ball {
  position: relative;
  border-radius: 50%;  
  width: 1.25em;
  height: 1.25em;
  background-image:
    radial-gradient(rgba(#fff, .6), rgba(#fff, 0) 16%),
    radial-gradient(#d2d4dc, #babac2);
  background-position: -.25em -.25em;
  background-size: auto, calc(100% + .25em) calc(100% + .25em);
  background-repeat: no-repeat;
  box-shadow:
    .25em .25em .25em #8d889e,
    inset .0625em .0625em .25em #d1d1d6,
    inset -.0625em -.0625em .25em #8c869e;
  transition: transform .4s, box-shadow .4s;
  
  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-position: -.25em -.25em;
    background-size: auto, calc(100% + .25em) calc(100% + .25em);
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .4s;
    
    .toggle-wrapper.red > .toggle-container > & {
      background-image:
        radial-gradient(rgba(#fff, .6), rgba(#fff, 0) 16%),
        radial-gradient(#ff2751, #e0022f);
      box-shadow:
        .25em .25em .25em #b70033,
        inset .0625em .0625em .25em #fe7d7e,
        inset -.0625em -.0625em .25em #870002;
    }
    
    .toggle-wrapper.yellow > .toggle-container > & {
      background-image:
        radial-gradient(rgba(#fff, .6), rgba(#fff, 0) 16%),
        radial-gradient(#f5d05f, #d67f1b);
      box-shadow:
        .25em .25em .25em #bc6d00,
        inset .0625em .0625em .25em #fff27a,
        inset -.0625em -.0625em .25em #9f3901;
    }
    
    .toggle-wrapper.blue > .toggle-container > & {
      background-image:
        radial-gradient(rgba(#fff, .6), rgba(#fff, 0) 16%),
        radial-gradient(#419efe, #4ba2ff);
      box-shadow:
        .25em .25em .25em #2634d0,
        inset .0625em .0625em .25em #8dd5ff,
        inset -.0625em -.0625em .25em #1500ac;
    }
  }
  
  .toggle-wrapper > .toggle-checkbox:checked + .toggle-container > &::after {
    opacity: 1;
  }
  
  .toggle-checkbox:checked + .toggle-container > & {
    transform: translateX(100%);
  }
}
/*****************************************************************/
.bg-seffaf-gri{
  background-color: #6c757d;
  opacity: 0.7;
}
.bg-sari{
  background-color: yellow;
}
.bg-orange{
  background-color: #FF5722;
}
.bg-yesil{
  background-color: #36e392;
}
.bg-yesil2{
  background-color: #009688;
}
.bg-acik-yesil{
  background-color: #B5FFDC;
}
.bg-koyu-yesil{
  background-color: #19BA6F;
}
.bg-kahverengi{
  background-color: #964B00;
}
.bg-mavi{
  background-color: #0000FF;
}
.bg-turkuaz{
  background-color: #08E8DE;
}
.bg-opera{
  background-color: #CA82AF;
}
.bg-pembe{
  background-color: #FFCBDB;
}
.bg-koyu-kirmizi{
  background-color: #AC234C;
}
/*****************************************************************/