.footer {
  left: 0;
  bottom: 0px;
  width: 100%;
  background-color: rgba(33, 37, 41, 140);
  color: white;
  text-align: center;
  height: 50px;
}

.container video {
  display: flex;
  justify-content: center;
}

.kupak {
  text-align: center;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;

}

* {
  box-sizing: border-box;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.header {
  padding: 30px;
}

.header-cim {
  text-align: center;
}

.bg-img {
  background-image: url("https://static.independent.co.uk/2024/05/13/15/GettyImages-2152603903.jpg");
  min-height: 1080px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.half-screen-carousel {
  width: 50%;
  margin: 0 auto;
}

.all-bg {
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSi3vjTvBXMwPf0Mr08xLVxqBHcOUZKHF4YvMTi6KgUimmvf6Bgy-tkYFR7-Q2aXVHBWVE&usqp=CAU");
  min-height: 1080px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

input[type=text] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.kuldes {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.siker {
  text-align: center;
  color: white
}

.kozepre{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}