* {
  margin: 0;
}

body {
  font-family: Poppins;
}

a {
  color: inherit;
  text-decoration: inherit;
}

header {
  padding-top: 70px;
}

h1 {
  display: inline-block;
}

.animation {
  animation: transitionin 1.2s;
}

.hatter {
  background: linear-gradient(-45deg, #3FB2FF, #3FB2FF, #40739e, #40739e, #3FB2FF, #3FB2FF);
  background-size: 400% 400%;
  position: relative;
  animation: szineshatter 25s infinite;
  height: 100%;
  width: 100%;
}

.hatter2 {
  background: linear-gradient(-45deg, #C4E538, #C4E538, #009432, #C4E538, #C4E538);
  background-size: 400% 400%;
  position: relative;
  animation: szineshatter 25s infinite;
  height: 100%;
  width: 100%;
}

.navbar {
  display: inherit;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbarhatter {
  background: #45aaf2;
}

.atmenet {
  background: linear-gradient(0deg, rgba(0,0,0,0), #45aaf2);
  width: 100%;
}

.alcim {
  font-size: 14px;
  padding: 0px 0 13px;
  width: 100%;
  position: fixed;
  bottom:0;
}

.alcim p {
  height: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 15px 0;
}

.alcimbg {
  background: rgba(0,0,0,.4);
}

.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.headerimg {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 25px;
}

.headertext {
  float: left;
  padding-top: 5%;
  padding-bottom: 1%;
  padding-left: 25px;
}

.cim {
  font-size: 20px;
  text-align: center;
  margin: auto 80px;
  position: relative;
  line-height: 60px;
}

.cim::after {
  content: '';
  background: #45aaf2;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cim2 {
  padding-top: 60px;
  font-size: 20px;
  text-align: center;
  margin: auto 80px;
  line-height: 60px;
}

.gomb{
  display: inline-block;
  background: #34ace0;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 5px;
  transition: 0.2s;
}

.gomb:hover {
  background: #2A8AB3;
}

.right{
  float: right;
}

.left{
  float: left;
}

.center {
  text-align: center;
}

.sor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.termek {
  flex-basis: 25%;
  padding: 10px;
  min-width: 200px;
  margin-bottom: 50px;
  transition: transform 0.3s;
}

.termek:hover {
  transform: translateY(-10px);
}

.termekek {
  flex-basis: 20%;
  padding: 10px;
  min-width: 200px;
  margin-bottom: 50px;
  transition: transform 0.3s;
}

.termekek:hover {
  transform: translateY(-10px);
}

#termekkep {
  max-width: 100%;
}

#fiokikon {
  max-width: 40px;
  padding-top: 10px;
  padding-right: 15px;
  text-align: right;
  transition: transform 0.25s;
}

#fiokikon:hover {
  transform: translateY(-5px);
}

#fiokikon2 {
  max-width: 40px;
  padding-top: 19px;
  padding-right: 15px;
  text-align: right;
  transition: transform 0.25s;
}

#fiokikon2:hover {
  transform: translateY(-5px);
}

#c1 {
  padding-right: 25px;
  padding-top: 5%;
  transition: transform 0.25s;
}

#c1:hover {
  transform: translateY(-5px);
}

#c2 {
  padding-left: 25px;
  max-width: 200px;
  padding-top: 1%;
}

#c3 {
  padding-top: 10px;
  font-weight: bolder;
  font-size: 105%;
}

@keyframes transitionin {
  from {
    opacity: 0;
    transform: rotateX(-10deg);
  }

  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

@keyframes szineshatter {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #2A8AB3;
}

::-webkit-scrollbar-thumb {
  background: #34ace0;
}

::-webkit-scrollbar-thumb:hover {
  background: #34ace0;
}
