@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap";
html,
body {
  font-family: poppins, sans-serif;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)),
    url(imgs/screen.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
* {
  scroll-behavior: smooth;
}
.buton:hover {
  border-bottom: 0.5vh solid tomato;
}
* {
  outline: none;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #ff3636;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c22828;
}
.loader-container {
  width: 100%;
  height: 100vh;
  background-color: #e7e7e7;
  background-image: url(imgs/inspiration-geometry.png);
  position: fixed;
  display: flex;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.loader {
  width: 50px;
  height: 50px;
  border: 5px solid;
  color: tomato;
  border-radius: 50%;
  border-top-color: transparent;
  animation: loader 1.2s linear infinite;
}
@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gold_background {
  background: linear-gradient(to top, white, rgba(255, 217, 0, 0.521));
}
.dia_background {
  background: linear-gradient(to top, white, rgba(135, 207, 235, 0.514));
}
.bronz_background {
  background: linear-gradient(to top, white, rgba(146, 83, 0, 0.329));
}
.ıletisim_background {
  background: linear-gradient(to left, white, rgba(146, 83, 0, 0.329));
}
.card:hover {
  transform: translateY(-10px);
  transition: all 0.2s;
}
.links {
  transition: all 0.2s;
}
.links:hover {
  transform: translateX(-10px);
  transition: all 0.2s;
}
.navbar {
  position: fixed;
  top: 0;
  transition: all 0.1s;
  font-weight: 700;
  left: 0;
  background: 0 0;
  z-index: 99999;
  width: 100%;
  height: 80px;
}
.navbar ul {
  list-style-type: none;
  padding: 0;
}
.navbar ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 0 13px;
  margin-top: -5vh;
}
@media screen and (max-width: 1200px) {
  .nav-a {
    display: none;
  }
  .navbar {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .name {
    text-align: center;
    float: none;
    margin-left: 0;
  }
  body {
    text-align: center;
  }
}
@media screen and (max-width: 702px) {
  .footerbg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 410px) {
  .start-buton {
    display: block;
    flex: none;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    padding-right: 2vh;
    padding-left: 2vh;
  }
}
@media screen and (max-width: 414px) {
  .name {
    margin-top: 3.8vh;
  }
}
@media screen and (max-width: 1223px) {
  .start-name {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    padding-top: 8rem;
    float: none;
    text-align: center;
    flex: none;
    display: block;
  }
  .start-img {
    margin: 0;
    display: flex;
    padding-bottom: 2vh;
    float: none;
    justify-content: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .navbar {
    padding: 0;
  }
}
@media screen and (max-width: 645px) {
  .socialcontent {
    text-align: center;
    flex: none;
    display: block;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .development {
    text-align: center;
    display: block;
    float: none;
    max-width: none;
  }
  .onemli {
    display: none;
  }
}
#hero {
  position: relative;
}
#hero .contaje {
  background: rgba(0, 0, 0, 0.418);
  height: 100%;
  width: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
}
#hero video {
  height: 100vh;
  width: 100%;
  background-position: absolute;
  z-index: 10;
  object-fit: cover;
}
