.section {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 40px;
	text-align: center;
}

.imagesContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.imagesbanner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.form__input {
  color: #333;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  border: none;
  width: 100%;
  display: block;
  border-bottom: 5px solid transparent;
  transition: all 0.3s;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}


.imageContainer {
    width: 33%;
    padding: 10px;
}
.imagebanner {
    width: 100%;
}


.logo {
	margin-top: 20px;
    height: 260px;
	padding-bottom: 30px;
}
.xlogo {
    height: 40px;
	margin-bottom: 10px;
}


.title {
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    font-size: 32px;
    padding: 0px;
    margin-top: -16px;
}
.text {
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    padding: 0px;
    margin-top: -16px;
}

.imageContainer img {
    /* width: -webkit-fill-available;
    width: -moz-available; */
    width: 100%;
    border-radius: 10px;
}
.imagebanner img {
    /* width: -webkit-fill-available;
    width: -moz-available; */
    width: 100%;
    border-radius: 2px;
}

.reklam-sol {
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    position: fixed;z-index:1
}

.reklam-sag {
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    position: fixed;z-index:1
}

.reklam-top {
    display: none;
}

.bosluk {
    margin-top: 40px;
}

.information {
    font-size: 25px;
    background-color: #750000;
    border-radius: 2px;
    font-weight: bold;
}




@media (max-width: 1200px) {
    .section {
        width: 98%;
		text-align: center;
    }
    .reklam-sol {
        display: none;
    }

    .reklam-sag {
        display: none;
    }

    .reklam-top {
        display: block;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        position: fixed;z-index:1
    }

    header {
        margin-top: 22%;
    }

    .title {
        font-size: 26px;
        margin-top: -16px;
    }
	.text {
        font-size: 16px;
        margin-top: -16px;
    }

    p{
        font-size: 14px;
    }

    .bosluk {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {

    .information {
        display: none;
    }
    .imageContainer {
        width: 33%;
        padding: 2px;
    }
	.imagebanner {
        width: 100%;
        padding: 10px;
    }
}

