@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff !important;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #979a9b;
}

:-moz-placeholder {
  color: #979a9b;
}

::-moz-placeholder {
  color: #979a9b;
}

:-ms-input-placeholder {
  color: #979a9b;
}

::selection {
  background: #841844;
  color: white;
}

::-moz-selection {
  background: #841844;
}

body, input, textarea, select, option {
  font-family: "";
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.max-container {
  width: 100%;
  padding: 0 320px;
}

header {
  width: 100%;
  position: fixed;
  background-color: #960948;
  height: 220px;
  z-index: 999;
  transition: 0.3s;
  text-align: center;
}
header .logo {
  margin-top: 25px;
}
header.sticky {
  height: 120px;
  transition: 0.3s;
}
header.sticky .logo img {
  width: 12%;
}
header.sticky .badge {
  transition: 0.3s;
}
header.sticky .badge img {
  width: 50%;
  transition: 0.3s;
}
header.sticky .headTel {
  top: 80px;
  right: 80px;
}
header .badge {
  position: absolute;
  top: 50px;
  right: 180px;
}
header .headTel {
  position: absolute;
  top: 150px;
  right: 20px;
}
header .headTel a {
  font-size: 22px;
  font-weight: 700;
  color: white;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}
.banner ul.slider {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.banner ul.slider .slick-list, .banner ul.slider .slick-track {
  width: 100%;
  height: 100%;
}
.banner ul.slider .slick-arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1;
  width: 73px;
  height: 110px;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.banner ul.slider .slick-arrow.slick-prev {
  left: 20px;
  background: url(../images/icons/arrow-left.png);
}
.banner ul.slider .slick-arrow.slick-next {
  right: 20px;
  background: url(../images/icons/arrow-right.png);
}
.banner ul.slider li.item {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.banner ul.slider li.item .logo {
  position: absolute;
  z-index: 2;
  top: 230px;
}
.banner ul.slider li.item .logo.marinaAnkara {
  left: 20px;
}
.banner ul.slider li.item .logo.altinOran {
  left: 60px;
}

.contentTop {
  position: relative;
  padding-top: 150px;
  min-height: 465px;
}
.contentTop .form {
  margin-top: -310px;
  height: 290px;
  background-color: white;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #960948;
  margin-left: 70px;
  margin-right: 70px;
}
.contentTop .form .head {
  background-color: #960948;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  height: 15%;
}
.contentTop .form .head h2 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: white;
  padding-top: 10px;
}
.contentTop .form .formContent {
  height: 85%;
  padding: 25px 40px;
  box-sizing: border-box;
}
.contentTop .form .formContent .row {
  display: flex;
  margin-bottom: 25px;
}
.contentTop .form .formContent .row .col {
  width: 100%;
  padding: 0 15px;
}
.contentTop .form .formContent .row .col select {
  width: 100%;
  border-radius: 0px;
  padding: 10px;
  font-size: 17px;
  font-weight: 400;
  font-family: roboto;
  color: #191919;
  border: 1px solid #bfbfbf;
  transition: 0.3s;
}
.contentTop .form .formContent .row .col select option {
  font-size: 17px;
  font-weight: 400;
  font-family: roboto;
}
.contentTop .form .formContent .row .col select:focus {
  border: 1px solid #960948;
  transition: 0.3s;
}
.contentTop .form .formContent .row .col select.inputError {
  border-bottom: 2px solid #960948;
}
.contentTop .form .formContent .row .col input {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  font-family: roboto;
  color: #191919;
  padding: 10px;
  border: 1px solid #bfbfbf;
  transition: 0.3s;
  position: relative;
}
.contentTop .form .formContent .row .col input::placeholder {
  color: #191919;
}
.contentTop .form .formContent .row .col input:focus {
  border: 1px solid #960948;
  transition: 0.3s;
}
.contentTop .form .formContent .row .col input.inputError {
  border-bottom: 2px solid #960948;
}
.contentTop .form .formContent .row .col .button {
  width: 100%;
  padding: 10px;
  background-color: #f39d0e;
  color: #fff;
  border-radius: 0px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}
.contentTop .form .formContent .row .col .button:hover {
  background-color: #960948;
  transition: 0.3s;
}
.contentTop .form .formContent .row .col.col-8 {
  width: 75%;
  position: relative;
}
.contentTop .form .formContent .row .col.col-8.agreeArea p {
  width: auto;
  font-size: 15px;
  padding-left: 0px;
  position: relative;
}
.contentTop .form .formContent .row .col.col-8.agreeArea p input {
  width: auto;
}
.contentTop .form .formContent .row .col.col-2 {
  width: 25%;
}
.contentTop .form .formContent .row:last-child {
  margin-bottom: 0px;
}
.contentTop:after {
  content: "";
  width: 1000px;
  height: 465px;
  background: url(../images/img/content-img.png) no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
}
.contentTop p {
  width: 50%;
  color: #191919;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 400;
  padding-left: 60px;
  padding-right: 50px;
}
.contentTop p strong {
  color: #960948;
  font-weight: 800;
}

.formContent input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.formContent input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 10px;
  color: #000;
  vertical-align: middle;
  cursor: pointer;
}

.formContent input[type=checkbox].css-checkbox:checked + label.css-label:before {
  background: #960948;
}

.formContent .css-label:before {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #960948;
  content: "";
}

.formContent .css-label a {
  color: #000;
  text-decoration: underline;
}

.formContent .check {
  width: 27%;
  float: left;
  margin-top: 5px;
}

.radiovalidate {
  position: absolute;
  left: -37px;
  top: -7px;
  width: 24px;
}

.contentBottom {
  background-color: #f6f6f6;
  padding: 40px 60px 50px 60px;
}
.contentBottom h2 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.contentBottom .row {
  display: flex;
  justify-content: space-between;
}
.contentBottom .row .col {
  width: 48%;
  box-shadow: 0px 0px 15px -2px #c5c5c5;
  background-color: white;
  height: 220px;
  display: inline-flex;
  align-items: center;
}
.contentBottom .row .col .left {
  width: 60%;
  text-align: center;
}
.contentBottom .row .col .left img {
  width: 80%;
  display: inline;
}
.contentBottom .row .col .right {
  width: 40%;
  background-color: #960948;
  height: 100%;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
}
.contentBottom .row .col .right a {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: white;
}

@media screen and (max-width: 1700px) {
  .max-container {
    width: 100%;
    padding: 0 200px;
  }
}
@media screen and (max-width: 1550px) {
  .max-container {
    width: 100%;
    padding: 0 100px;
  }

  header {
    height: 120px;
  }
  header .logo {
    margin-top: 25px;
  }
  header .logo img {
    width: 18%;
  }
  header .badge {
    transition: 0.3s;
  }
  header .badge img {
    width: 50%;
  }
  header .headTel {
    top: 80px;
    right: 80px;
  }
  header.sticky .logo img {
    width: 18%;
  }

  .banner ul.slider li.item .logo {
    top: 130px;
  }

  .contentTop:after {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .max-container {
    width: 100%;
    padding: 0;
  }

  header {
    height: 120px;
  }
  header .logo {
    margin-top: 25px;
  }
  header .logo img {
    width: 20%;
  }
  header .badge {
    transition: 0.3s;
    right: 0;
  }
  header .badge img {
    width: 50%;
  }
  header.sticky .logo img {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .max-container {
    width: 100%;
    padding: 0 20px;
  }

  header {
    height: 130px;
  }
  header .logo {
    margin-top: 15px;
  }
  header .logo img {
    width: 70%;
  }
  header .badge {
    transition: 0.3s;
    right: 20px;
    width: 40%;
    top: 120px;
  }
  header .badge img {
    width: 100%;
  }

  .banner ul.slider .slick-arrow.slick-prev {
    background-size: 60%;
    background-repeat: no-repeat;
  }
  .banner ul.slider .slick-arrow.slick-next {
    background-size: 60%;
    background-repeat: no-repeat;
    right: 0px;
  }
  .banner ul.slider li.item .logo {
    width: 70%;
    text-align: center;
    display: none;
  }
  .banner ul.slider li.item .logo.marinaAnkara {
    bottom: 100px;
    top: auto;
  }
  .banner ul.slider li.item .logo.marinaAnkara img {
    width: 100%;
  }

  .contentTop {
    height: auto;
    padding-top: 0px;
  }
  .contentTop .form {
    margin: -21% 0px 25px 0px;
    height: auto;
  }
  .contentTop .form .head h2 {
    font-size: 20px;
    padding: 15px 0px;
  }
  .contentTop .form .formContent {
    padding: 15px 20px;
  }
  .contentTop .form .formContent .row {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .contentTop .form .formContent .row .col {
    margin-bottom: 10px;
  }
  .contentTop .form .formContent .row .col.col-8 {
    width: 100%;
  }
  .contentTop .form .formContent .row .col.col-2 {
    width: 100%;
  }
  .contentTop:after {
    display: none;
  }
  .contentTop p {
    width: auto;
    padding: 0px;
    font-size: 20px;
  }

  .contentBottom {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contentBottom .row {
    flex-direction: column;
  }
  .contentBottom .row .col {
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
  }
  .contentBottom .row .col .right {
    box-sizing: content-box;
  }
  .contentBottom .row .col .right a {
    font-size: 16px;
  }
  .contentBottom .row .col:last-child {
    margin-bottom: 40px;
  }
}