@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html{
  scroll-behavior:smooth;
}

* {
  font-family: 'Poppins', sans-serif;

}

body {
  position: relative;
}

header {
  position: absolute;
  z-index: 5;
  background-color: #f8f8ff00;
  width: 100%;
  margin-top: 20px;
  transition: all 2s;
  animation-name: header;
  animation-duration: 1.5s;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.preloader::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color: black;
  position: absolute;
  opacity: 0.9;
}

.preloader img {
  width: 100px;
  height: 100px;
  margin-top: 0%;
  position: relative;
  z-index: 55;
}

#kay {
  cursor: pointer;
}

#kay:active {
  transform: scale(0.9);
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
}

.sayfa {
  overflow: hidden;
}

body {
  background-color: #f8f8ff;
}

.navbar {
  width: 80%;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: all .8s;
  font-size: 18px;
}

.bg-light {
  background-color: #f8f8ff !important;
}

/* .navbar-brand img{
    width: 20%;
    position: absolute;
    top: -75%;
    left: 0%;
} */
.navbar-brand img {
  width: 100%;
  height: 40px !important;
  margin-top: 0%;
}

.nav-link{
  position: relative;
  z-index: 20;
  overflow: hidden;
  transition: all .4s;
  &::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: -1;
    width: 100%;
    transition: all .4s;
    height: 100%;
    background-color: #D62a5b;
    border-radius: 30px;
  }
  &:hover{
    color: white !important;
  }
  &:hover::before{
    top: 0%;
  }
}
.nav-item .nav-link{
  z-index: 5;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  z-index: 20;
}

.bölüm1 {
  background-color: #2c2c2c;
  backdrop-filter: blur(4px);
  overflow: hidden;
  width: 100%;
  height: 100% !important;
  padding-bottom: 10%;
  position: relative;
}

.b1-ark {
  width: 500px;
  height: 500px;
  background-color: #b62a5b;
  filter: blur(20px);
}

.b1-ark-1 {
  margin-top: -10%;
  margin-left: -20%;
  border-radius: 50%;
}

.b1-ark-2 {
  margin-left: 80%;
  margin-bottom: -10%;
  border-radius: 50%;
}

.b1-ark-3 {
  position: absolute;
  /* margin-left: 80%;
    margin-top: -50%; */
  top: -10%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #1F41BB;
  filter: blur(20px);
}

.bölüm1 h1 {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin-top: -50%;
}

.bölüm1 i {
  color: white;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: giriş-i;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes giriş-i {
  50% {
    margin-top: 3%;
  }

  100% {
    margin-top: 0%;
  }
}

.bölüm2 {
  background-color: #f8f8ff;
  margin-top: -10%;
  position: relative;
  z-index: 5;
  padding-top: 5%;
  padding-bottom: 5%;
}

.baslik-yazı h2 {
  text-align: center;
  color: #b62a5b;
  position: relative;
}

.b2-kutu {
  margin-top: 10%;
  background-color: white;
  text-align: center;
  border-radius: 10px;
  height: 200px;
  box-shadow: 0px 5px 10px #d9d9d9;
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  color: black;
  &:hover i{
    transform: rotateY(360deg);
  }
}

.b2-kutu:active {
  transform: scale(0.9);
}

.b2-kutu:hover {
  margin-top: 7%;
  color: white;
}

.b2-kutu:hover .b2-yazı {
  position: relative;
  z-index: 565;
  color: white;
}

.b2-kutu:hover .b2-animate {
  width: 150%;
  height: 180%;
}

.b2-animate {
  position: absolute;
  width: 0px;
  height: 0px;
  background: linear-gradient(to bottom right,orangered, #D62A5B 50%, #6f42c1);
  border-radius: 50%;
  transition: all .6s;
  margin-top: -30%;
  margin-left: -30%;
  z-index: 1;
}

.b2-kutu i {
  font-size: 32px;
  color: #b62a5b;
  margin-top: 10%;
  transition: all .4s;
}

.b2-kutu h3 {
  margin-top: 15%;
}

.bölüm3 {
  padding-top: 5%;
  padding-bottom: 10%;
  /* background-color: #2c2c2c; */
  background-image: url("../img/codding.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.bölüm3::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  background-color: black;
  opacity: 0.7;
}

.bölüm3 p {
  margin-top: 15%;
  font-weight: 600;
  margin-left: -30%;
  font-size: 20px;
  color: white;
  transition: 2s;
  width: 100%;
}

.b3-sağ {
  width: 100%;
  display: flex;
}

.b3-sağ img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}

.bölüm4 {
  background-color: #f8f8ff;
  padding-top: 5%;
  padding-bottom: 5%;
}

.b4-kutu {
  overflow: hidden;
  position: relative;
  transition: all .8s;
}

.b4-kutu:hover .b4-kutu-hvr {
  opacity: 1;
}
.b4-kutu:hover .b4-kutu-hvr::before {
  left: 0%;
}
.b4-kutu:hover .b4-kutu-hvr::after {
  right: 0%;
}

.b4-kutu:hover .b4-img {
  filter: blur(2px);
}

.b4-kutu-hvr {
  position: absolute;
  background-color: #2c2c2c60;
  width: 80%;
  height: 95%;
  margin-left: 10%;
  height: 87%;
  opacity: 0;
  top: 13%;
  /* top: 13%; */
  border-radius: 10px;
  transition: all .6s;
}
.b4-kutu-hvr::before{
  content: "";
  width: 50%;
  height: 2px;
  background-color: white;
  position: absolute;
  left: -40%;
  transition: all .9s;
  top: 35%;
}
.b4-kutu-hvr::after{
  content: "";
  width: 50%;
  height: 2px;
  background-color: white;
  position: absolute;
  right: -40%;
  transition-delay: 2s;
  transition: all .9s;
  top: 50%;
}

.b4-kutu-hvr p {
  color: white;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
}

.b4-kutu-hvr button {
  width: 40%;
  border: none;
  border-radius: 20px;
  transition: all .4s;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 50%;
  &:hover{
    background-color: #D62A5B;
    color: white;
  }
}

.b4-kutu img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 15%;
  border-radius: 10px;
  box-shadow: 0px 5px 10px #d9d9d9;
  transition: all .8s;

}

.bölüm5 {
  background-color: #2c2c2c;
  padding-top: 5%;
  padding-bottom: 5%;
}

.b5-kutu img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0%;
}

.m-b5-img {
  margin-top: -50% !important;
}

.e-b5-img {
  margin-top: -20% !important;
}

.b5-kutu-rsm {
  width: 130px;
  height: 130px;
  margin-top: 30%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  opacity: 0.6;
  transition: all .4s;
  display: block;
}

.bölüm5 .swiper-slide {
  padding-bottom: 5%;
}

.b5-kutu {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  margin-top: 30%;
  background-color: #d9d9d936;
  border-radius: 10px;
  cursor: context-menu;
}

.b5-kutu:hover .b5-kutu-rsm {
  opacity: 1;
  margin-top: 20%;
}

.b5-kutu:hover .b5-hvr {
  top: 75%;
}

.b5-kutu h4 {
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 15%;
}

.b5-kutu p {
  color: white;
  width: 100%;
  text-align: center;
}

.b5-hvr {
  width: 100%;
  height: 40%;
  top: 100%;
  border-radius: 10px;
  position: absolute;
  transition: all .4s;
}

.b5-hvr .social {
  width: 53%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

.social h4 {
  color: white;
  text-align: center;
}

.b5-hvr a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #b62a5b;
  text-decoration: none;
  transition: all .4s;
}

.b5-hvr a i {
  color: #b62a5b;
  font-size: 20px;
  transition: all .4s;
}

.b5-hvr a:hover .b5-i {
  color: white !important;
}

.b5-hvr a:active {
  transform: scale(0.9);
}

.b5-hvr a:hover {
  color: white;
  background-color: #b62a5b;
}

/* .b5-hvr li i{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.bölüm6 {
  background-color: #f8f8ff;
  padding-top: 5%;
  padding-bottom: 5%;
}

.bölüm6 p {
  width: 90%;
  float: left;
}

.bölüm6 img {
  width: 80%;
  border-radius: 10px 0px 0px 10px;
  float: right;
}

.b6 {
  margin-top: 5%;
}

/* ... diğer CSS kodları ... */

footer {
  position: relative;
  width: 100%;
  background-color: #f8f8ff;
  color: white;
  padding: 20px 0;
  cursor: context-menu;
  bottom: 0;
  /* En alta sabitleme */
  animation: flyUp 2s infinite alternate;
}

/* @keyframes flyUp {
    from {
      transform: translateY(0); 
    }
    to {
      transform: translateY(-10px);
    }
  } */

.footer-sol p {
  margin-top: 10%;
}

footer img {
  width: 100%;
  margin-top: 30%;
  margin-left: -10%;
}

footer h3 {
  margin-top: 30%;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

footer li {
  list-style-type: none;
  transition: all .4s;
}

footer li:hover {
  margin-left: 5px;
  color: #b62a5b;
}

footer hr {
  background-color: white;
  opacity: 0.7;
}

.pulse {
  height: 100px;
  width: 100px;
  background: linear-gradient(#8a82fb,
      #407ed7);
  position: absolute;
  left: 80%;
  right: 0px;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 100px;
  font-size: 50px;
  color: #ffffff;
  transition: all 2s;
}

.pulse:before,
.pulse:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f8f8ff;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.7;
}

.pulse:before {
  animation: pulse 2s ease-out infinite;
}

.pulse:after {
  animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0px 5px 10px #4d4d4d;
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0px 5px 10px #4d4d4d;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #b62a5b;
  font-size: 20px;
}

footer .footer-alt p {
  float: right;
  margin-top: 5%;
}

.alt-logo {
  width: 100%;
  margin-top: 0%;
  margin-left: 35%;
  transition: all .8s;
}

.logo-mask {
  background-color: #2c2c2c;
  width: 60%;
  height: 70%;
  position: absolute;
  top: 10%;
  left: 66%;
  transition: all .8s;
}

.alt-logo:hover {
  margin-left: 0%;
}

.alt-logo:hover footer .logo-mask {
  background-color: #2c2c2c;
  width: 0%;
  height: 70%;
  position: absolute;
  top: 0%;
  left: 100%;
  opacity: 0.5;
}

.footer-lgo:hover .logo-mask {
  left: 100%;
}

footer {
  background-color: #f8f8ff;
  margin-bottom: 0px;
  transition: all 1.8s;
  width: 100%;
  opacity: 0.7;
  height: 100%;
  overflow: hidden;
}

footer .container {
  background-color: #2c2c2c;
  border-radius: 30px;
  padding: 0px 50px 15px 50px;
  overflow: hidden;
  transition: all 3s;
  overflow: hidden;
}





/*sağ tık menüsü*/

.context-menu {
  position: absolute;
  z-index: 1261347;
}

.context-menu li {
  list-style-type: none;
}

.menu {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
  padding: 10px 0;
}

.menu>li>a {
  font: inherit;
  border: 0;
  padding: 10px 30px 10px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: unset;
  color: #000;
  font-weight: 500;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}

.menu>li>a:hover {
  background: #f1f3f7;
  color: #4b00ff;
}

.menu>li>a>i {
  padding-right: 10px;
}

.menu>li.trash>a:hover {
  color: red;
}

/*sağ tık menüsü*/


/* scrollbar */

::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}

::-webkit-scrollbar-thumb {
  /* background: linear-gradient(
    to bottom,
    #607EAA,
    #FF06B7); */
  background: linear-gradient(to top,
      #1F41BB,
      #D62a5b);

  border-radius: 50px;
}

::-webkit-scrollbar-track {
  background: #474747;
  box-shadow: 20px 15px 10px #d9d9d9, -2px -10px 10px #d9d9d9;

}

/* scrollbar */


.sayfa-üst {
  background-image: url("../img/pexels-pixabay-270366.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 15%;
  padding-bottom: 15%;
  width: 100%;
  height: 50%;
  position: relative;
}

.sayfa-üst::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  top: 0%;
  left: 0%;
  z-index: 0;
}

.sayfa-üst h2 {
  color: white;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-top: 10%;
}

.sayfa-üst hr {
  width: 15%;
  height: 5px;
  background-color: #D62a5b;
  position: relative;
  border-radius: 10px;
  margin-top: 0%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  animation-name: sayfa-üst-hr;
  animation-duration: 2s;
}

@keyframes sayfa-üst-hr {
  0% {
    width: 5%;
  }

  100% {
    width: 15%;
  }
}

.sayfa-üst .row {
  opacity: 1;
  position: absolute;
  top: 20%;
  right: 0%;
  left: 0%;
  animation-name: sayfa-üst;
  animation-duration: 1.5s;
}

@keyframes sayfa-üst {
  0% {
    opacity: 0.2;
    top: 30%;
  }

  100% {
    opacity: 1;
    top: 20%;
  }
}

.b2sol {
  left: -30%;
  transition: left 2s, margin-top .4s;
}

.b2sağ {
  right: -30%;
  transition: right 2s, margin-top .4s;
}




.web-dev-b1 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.web-dev-b1 h3 {
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: black;
  margin-top: 5%;
}

.tek {
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  border-radius: 50%;
  border: 15px solid #FF7F00;
  color: #FF7F00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  box-shadow: 5px 5px 15px #c2c0c0;
}

.tek img {
  width: 100px;
  height: 100px;
}

.tek2 {
  border: 15px solid #006eba;
  color: #006eba;
}

.tek3 {
  border: 15px solid #e9ca32;
  color: #e9ca32;
}

.tek4 {
  border: 15px solid #777bb3;
  color: #777bb3;
}

.tek5 {
  border: 15px solid #1c9cff;
  color: #1c9cff;
}

.tek6 {
  border: 15px solid #ff9a00;
  color: #ff9a00;
}

.gelistir-yazı {
  width: 100%;
  text-align: center;
}

ul li {
  list-style-type: none;
}

.hak-p {
  width: 80%;
  margin-top: 5%;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
}

.cont-kutu {
  text-align: center;
  width: 100%;
  padding-top: 15%;
  padding-bottom: 15%;
  height: 250px;
  border-radius: 10px;
  transition: all .8s;
  background: linear-gradient(to right, #D62a5b 10%, #ab31dfb9);
  box-shadow: 5px 5px 10px #757575;
  color: white;
  cursor: context-menu;
}

.cont-kutu h3 {
  color: white;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.cont-kutu:hover {
  transform: scale(1.1);
}

.cont-kutu i {
  color: #D62a5b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 0px 1px 22px #d9d9d9;
}

.cont-kutu p {
  position: relative;
}

.cont-kutu li {
  list-style-type: none;
}

.cont-kutu p::before {
  content: "";
  position: absolute;
  transform: scale(0);
  bottom: -3px;
  height: 1px;
  width: 30%;
  left: 35%;
  transition: all .4s;
  right: 35%;
  background-color: white;
}

.cont-kutu li:hover .cont-p::before {
  transform: scale(1);
}

.cont-kutu a:hover {
  color: white;
}

.hiz-b2 {
  margin-top: 0%;
}

.referans .swiper-pagination-bullet {
  width: 10%;
  height: 30px;
  border-radius: 10px;
  background: transparent;
  opacity: 1;
  margin: 0% !important;
  box-shadow: 1px 5px 10px #d9d9d9;
  background-color: #f8f8ff;
  position: relative;
  font-size: 15px;
}

.referans .swiper-pagination {
  position: absolute;
  top: 5%;
  width: 100%;
  height: 50px;
}

.swiper-pagination-bullet-active {
  background: #D62a5b !important;
  position: relative;
  z-index: 2;
}

.mySwiperreferans {
  padding-top: 10%;
}

.custom-pagination-bullet-0::before {
  content: "web";
  position: absolute;
  left: 0%;
  width: 100%;
}

.custom-pagination-bullet-1::before {
  content: "Sosyal medya";
  position: absolute;
  text-align: center;
  left: 0%;
  width: 100%;
}

.custom-pagination-bullet-2::before {
  content: "Grafik Tasarım";
  position: absolute;
  text-align: center;
  left: 0%;
  width: 100%;
}

.swiper-pagination-bullet-active::before {
  color: white;
}

.referans-kutu {
  width: 90%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
  position: relative;
  box-shadow: 0px 5px 10px #b6b1b1;
}

.referans-kutu img {
  width: 100%;
  height: 100%;
}

.ref-kutu-gizle {
  position: absolute;
  top: 100%;
  left: 0%;
  color: white;
  width: 100%;
  transition: all .4s;
  height: 30%;
  background-color: white;
}

.ref-kutu-gizle h4 {
  width: 100%;
  text-align: center;
  color: #D62a5b;
  position: relative;
  margin-top: 5%;
}

.ref-kutu-gizle button {
  width: 40%;
  height: 35px;
  border: none;
  border-radius: 20px;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 110%;
  transition: all .4s;
  position: relative;
  margin-top: 0%;
  box-shadow: 0px 5px 10px #d9d9d9;
}

.ref-kutu-gizle button:active {
  transform: scale(0.9);
}

.ref-kutu-gizle button:hover {
  background-color: #D62a5b;
  color: white;
}

.referans-kutu:hover .ref-kutu-gizle {
  top: 70%;
}

.cont-form {
  margin-top: 5%;
}

.cont-form input {
  width: 100%;
  height: 50px;
  margin-top: 5%;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 10px #d9d9d9;
  padding-left: 10px;
  transition: all .4s;
}

.cont-form input:focus-visible {
  outline: none;
  /* border: none;
    box-shadow: 0px 1px 2px #d62a5bb7; */
}

.cont-form textarea {
  width: 100%;
  height: 200px;
  margin-top: 2%;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 10px #d9d9d9;
  padding: 20px;
  resize: none;
  transition: all .4s;
}

.cont-form textarea:focus-visible {
  outline: none;
  /* border: none;
    box-shadow: 0px 1px 2px #d62a5bb7; */
}

.form-label {
  position: absolute;
  left: 5%;
  transition: all .6s;
  top: 50%;
  opacity: 0.7;
}

.form-label1 {
  top: 15%;
  left: 2.5%;

}

.cont-form input:focus+.form-label {
  top: 0;
}

.cont-form textarea:focus+.form-label1 {
  top: 0;
}

.submit-btn {
  width: 20% !important;
  margin-top: 2% !important;
  background-color: #D62a5b;
  color: white;
  position: relative;
  overflow: hidden;
  border: none;
  height: 40px;
  border-radius: 5px;
  transition: all .4s;
  box-shadow: 0px 5px 10px #777777;
}

.submit-btn:active {
  transform: scale(0.9);
}

.submit-btn i {
  position: absolute;
  right: -20%;
  font-size: 20px;
  top: 30%;
  transition: all .4s;
}

.submit-btn:hover .sub-btn-i {
  right: 10%;
}

.submit-btn span {
  text-align: left;
  width: 100%;
  transition: all .4s;
  font-size: 20px;
}

.submit-btn:hover span {
  margin-left: -30%;
}


.cont-form .col-md-6 {
  position: relative;
}

.cont-form input~.border {
  position: absolute;
  left: 3%;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #D62a5b;
}

.cont-form input:focus~.border {
  width: 94%;
  transition: 0.6s;
}

.cont-form textarea~.border {
  position: absolute;
  left: 1.5%;
  bottom: 3%;
  width: 0%;
  height: 3px;
  background-color: #D62a5b;
}

.cont-form textarea:focus~.border {
  width: 97%;
  transition: 0.6s;
}

.prof-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-top: 10%;
  margin-bottom: 10%;
}

.prof-img img {
  width: 100%;
  position: absolute;
  top: -90%;
  transition: all .4s;
}

.prof-img:hover .profil-photo {
  transform: scale(1.1);
  filter: brightness(0.6);
}

.profil h4 p {
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profil h4 {
  margin-top: 5%;
  background: -webkit-linear-gradient(#D62a5b 35%, #8a82fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prof-sağ {
  padding-top: 3%;
}

.prof-img .social {
  top: 110%;
  width: 16%;
  position: absolute;
  left: 42%;
  transition: all .4s;
}

.profil .social i {
  color: #D62a5b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.profil .social .b5-i {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .4s;
}

.profil .social .b5-i:hover {
  background-color: #D62a5b;
  color: white;
}

.prof-img:hover .prof-soc {
  top: 85%;
}

#alert-yesil {
  color: #198754;
  text-align: center;
  font-size: 20px;
}

#alert-kirmizi {
  color: #DC3545;
  text-align: center;
  font-size: 20px;
}

#telefonCount {
  height: 0px;
  width: 0px;
}

.green-alert{
  width: 50%;
  position: fixed;
  top: 30%;
  display: none;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 5px 10px #8f8787;
  padding-top: 10%;
  padding-bottom: 10%;
  z-index: 5;
  left: 25%;
  right: 25%;
  background-color: white;
  animation-name: green-alert;
  animation-duration: 2s ;
  & h3{
    text-align: center;
    display: block;
    width:80%;
  }
  & p{
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    top:65%;

  }
  & i{
    position: absolute;
    font-size: 32px;
    top: 25%;
    color: green;
    animation-name: alert-icon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  & button{
    position: absolute;
    top: 75%;

    &:hover{
      background-color:#2c2c2c !important;
      transform:scale(1.1);
    }
    &:active{
      transform:scale(0.9);

    }
  }
}

.red-alert{
  width: 50%;
  position: fixed;
  top: 30%;
  display: none;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 5px 10px #8f8787;
  padding-top: 10%;
  padding-bottom: 10%;
  z-index: 5;
  left: 25%;
  right: 25%;
  background-color: white;
  animation-name: green-alert;
  animation-duration: 2s ;
  & h3{
    text-align: center;
    display: block;
    width:80%;
  }
  & p{
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    top:65%;

  }
  & i{
    position: absolute;
    font-size: 32px;
    top: 25%;
    color: red;
  }
  & button{
    position: absolute;
    top: 75%;

    &:hover{
      background-color:#2c2c2c !important;
      transform:scale(1.1);
    }
    &:active{
      transform:scale(0.9);

    }
  }
}


@keyframes alert-icon {
  0%{
    transform: rotate(20deg);
  }
  50%{
    transform: rotate(-20deg);
  }
  100%{
    transform: rotate(20deg);
  }

}

@keyframes green-alert {
  0%{
    top: 15%;
    opacity: 0;
  }
}