* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-size: 100%;
  position: relative;
}

ol,
ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

/*
font-family: 'Poppins', sans-serif;
font-family: 'Satisfy', cursive;
*/
.logo2 {
  display: none;
  z-index: 2;
  position: absolute;
  left: 5%;
  top: 5%;
}
/* !SLİDER START */

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper_slide {
  width: 100%;
  height: 100vh !important;
  min-height: 600px !important;
}

.swiper_min {
  height: 100vh;
  min-height: 600px;
}

.slider-item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  position: relative;
}

.slider-item:hover {
  transform: scale(1.008);
}

.slider-item a {
  display: block;
  width: 100%;
  height: 100vh;
  color: #fff;
  position: relative;
}

.slider-item a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.3) 99%,
    rgba(0, 0, 0, 0.4) 100%
  );
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
}

.slider-item a:hover::after {
  opacity: 1;
}

.item-text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 8%;
  z-index: 2;
  opacity: 1 !important;
}

.item-text span {
  display: block;
  font-family: "Satisfy", cursive;
  margin-bottom: 1%;
  font-size: 30px;
  font-weight: 100;
}

.item-text h2 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1.15em;
  font-weight: 600;
  letter-spacing: -0.05em;
}

/* !SLİDER END */

/* ?MENU START */

.menu-1 {
  height: 80px;
  width: 100%;
  position: absolute;
  z-index: 2;
}

.menu1-logo {
  display: flex;
  align-items: center;
  margin-right: 3%;
}
.menu-open {
  overflow-y: hidden;
}

.menu-rows {
  position: relative;
}

.logo {
  display: block;
  width: 100px;
  height: auto;
}

@font-face {
  font-family: "Mabella";
  src: url("../font/Mabella.woff2") format("woff2"),
    url("../font/Mabella.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brushwell Swash";
  src: url("../font/Brushwell.woff2") format("woff2"),
    url("../font/Brushwell.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.logo_text {
  width: 90%;
  z-index: 2;
  margin-top: 1%;
}
.logo_text a:nth-child(1) {
  font-size: 60px;
  color: #1661a5;
  font-family: "Mabella";
  margin-left: 3%;
}

.logo_text a:nth-child(1):hover {
  color: #1661a5;
}
.logo_text span:nth-child(2) {
  font-size: 20px;
  color: #1661a5;
}
.logo_text p {
  font-size: 40px;
  color: white;
  font-family: "Brushwell Swash";
  margin-left: 3%;
  margin-top: -30px;
}

#r-logoin {
  margin-top: 23px;
}

/* .menu-icons {
  width: 90px;
  height: 100%;
  background-color: #1661a5;
} */

.menu-toggle {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2px;
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 22px;
}

.menu-toggle:before {
  content: "×";
  position: absolute;
  top: 0;
  left: -50%;
  font-size: 2.4rem;
  line-height: 0.4;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  left: 5%;
}

.menu-toggle span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease;
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
}

.menu-toggle span:nth-child(1) {
  transition-delay: 0.35s;
}

.menu-toggle span:nth-child(2) {
  transition-delay: 0.4s;
}

.menu-toggle span:nth-child(3) {
  transition-delay: 0.45s;
}

.menu-toggle span:nth-child(4) {
  transition-delay: 0.5s;
}

.menu-toggle span:nth-child(5) {
  transition-delay: 0.55s;
}

.menu-toggle span:nth-child(6) {
  transition-delay: 0.6s;
}

.menu-toggle span:nth-child(1),
.menu-toggle span:nth-child(2) {
  grid-column: span 3;
}

.menu-toggle span:nth-child(3),
.menu-toggle span:nth-child(6) {
  grid-column: span 2;
}

.menu-toggle span:nth-child(4),
.menu-toggle span:nth-child(5) {
  grid-column: span 4;
}

#menu-toggle-input {
  display: none;
}

#menu-toggle-input:checked ~ .menu-toggle span {
  transform: scaleX(0);
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(1) {
  transition-delay: 0.05s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(2) {
  transition-delay: 0.1s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(3) {
  transition-delay: 0.15s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(4) {
  transition-delay: 0.2s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(5) {
  transition-delay: 0.25s;
}

#menu-toggle-input:checked ~ .menu-toggle span:nth-child(6) {
  transition-delay: 0.3s;
}

#menu-toggle-input:checked ~ .menu-toggle:before {
  opacity: 1;
  transition-delay: 0.2s;
}

#menu-toggle-input:checked ~ nav {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

#menu {
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -moz-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -ms-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}

#menu.open {
  visibility: visible;
  height: 100%;
}

/* ?TEXT ANİMATİON */

#menu.open li {
  animation: fadeInLeft 0.5s ease forwards;
  animation-delay: 0.5s;
  -webkit-animation: fadeInLeft 0.5s ease forwards;
}

#menu.open li ul li {
  animation: fadeInrıght 0.5s ease forwards;
  animation-delay: 0.5s;
  -webkit-animation: fadeInrıght 0.5s ease forwards;
}

#menu.open li:nth-of-type(1) {
  animation-delay: 0.35s;
}

#menu.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

#menu.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

#menu.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

#menu.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}

#menu.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}

#menu ul li {
  position: relative;
  opacity: 0;
  text-align: center;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes fadeInrıght {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  min-height: 600px !important;
  text-align: center;
  background-color: rgba(22, 97, 165, 0.7);
  opacity: 0;
}

.content-top {
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  align-items: center;
  opacity: 1 !important;
}

.menu-content {
  width: 100%;
  color: #fff;
}

.menu-item {
  /*menu-item=ul*/
  line-height: 150%;
}

.menu-item li {
  width: 40%;
  margin: auto;
  text-align: center;
}

.items-menu {
  /*menu-item>li>a*/
  font-size: 30px;
  font-weight: 600;
  line-height: 250% !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/*!İTEMS-MENU HOVER */

.items-menu:before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 25%;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.items-menu:hover:before {
  width: 100%;
}

/*!İTEMS-MENU HOVER */

/* ?DROPDOWN MENU START*/

.menu-lower {
  display: none;
  width: 95%;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.05em;
  font-family: "Poppins", sans-serif;
}

.menu-lower li {
  display: block;
  width: 100%;
}

.menu-lower a {
  color: #fff;
  transition: all 0.4s ease-out;
  position: relative;
}

/***DROPDOWN HOVER**/

.menu-lower li a::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-lower li a:hover::after {
  width: 100%;
}

.responsive-logo {
  display: none;
}
.ilet_svg {
  width: 60px;
  height: 60px;
  background-color: #1661a5;
  position: absolute;
  z-index: 101;
  bottom: 3%;
  right: 2%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#phone-svg {
  display: block;
  width: 30px;
  height: 30px;
}

.ilet_svg:hover {
  background-color: rgba(22, 97, 165, 0.5);
}

/*** DROPDOWN HOVER   END**/

/* ?DROPDOWN MENU END */
