/* baslik font */
@font-face {
    font-family: 'baslik';
    src: url('../fonts/MavenPro-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}
/* icerik font */
@font-face {
    font-family: 'icerik';
    src: url('../fonts/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
    font-style: normal;
}
/* odak font */
@font-face {
    font-family: 'odak';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #000;
}

.canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.wrapper {
    position: relative;
    width: 100%;
    height: 3800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 0;
}


/* Header start */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    cursor: url('../imgs2/bottom.png') auto;
}

.logo {
    margin-left: 5%;
    height: 70%;
}

.logo img {
    height: 90%;
    object-fit: scale-down;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

header h1 {
    display: none;
}

.menu a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-family: odak;
    font-size: 17px;
    font-weight: 400;
    margin: 20px;
    transform: translateX(0px);
    transition: 0.3s;
}

.menu a:hover {
    transform: scale(1.1) translateY(5px) ;
    color: #0971b7;
}

.menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0971b7;
    transition: width .3s;
}

.menu a:hover::after {
    width: 100%;
    transition: width .3s;
}

.menu-icon {
  display: none;
}

#menu-toggle {
  display: none;
}

#menu-toggle:checked ~ .menu {
  transform: scale(1, 1);
}

.dropbtn {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    color: #ffffff;
    font-family: odak;
    font-size: 17px;
    font-weight: 400;
    transform: translateX(0px);
    transition: 0.3s;
    border: none;
    cursor: pointer;
}
  
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: max-content;
    z-index: 1;
}
  
.dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
.dropdown:hover .dropdown-content {display: block;}

/* Header finish */


/* anasayfa start */

.anasayfa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.anasayfa h1{
    color: #fff;
    font-family: odak;
    font-size: max(3.4666666667vw,32px);
    transition: 0.5s;
    margin: auto;
    margin-bottom: 0;
}
.anasayfa p{
    color: #fff;
    font-family: odak;
    font-size: max(1.4666666667vw,22px);
    transition: 0.5s;
    margin: auto;
    margin-top: 0;
}



#scroll {
    position: absolute;
    height: 3.5em;
    width: 2em;
    border: 0.13em solid #ffffff;
    margin: auto;
    margin-bottom: 0;
    left: 0;
    right: 0;
    bottom: 3em;
    border-radius: 3em;
}
#scroll:before {
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    top: .5em;
    height: .4em;
    width: .4em;
    background-color: #ffffff;
    border-radius: 50%;
    animation: move-down 2s infinite;
}
@keyframes move-down {
    80% {
      opacity: 0.5;
    }
    100% {
      transform: translateY(2em);
      opacity: 0;
    }
}
#scroll:after {
    position: absolute;
    content: "Aşağı kaydır";
    display: block;
    width: 10em;
    text-align: center;
    left: -3.7em;
    bottom: -25px;
    font-size: 1em;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 400;
    font-family: odak;
}

@media screen and (max-width: 500px) {
    a#scroll {
      font-size: 12px;
    }
}

/* anasayfa finish */


/* sayfa1 start */

.sayfa1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.sayfa1-baslik {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30%;
}

#sayfa1h1 {
    color: #fff;
    font-family: odak;
    font-size: max(3.4666666667vw,32px);
    transition: 0.5s;
    margin: auto;
    margin-bottom: 0;
}

.sayfa1-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
}

.sayfa1-sol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 40%;
    height: 100%;
}

.sayfa1-sol p{
    font-family: odak;
    font-size: max(1.4666666667vw,12.5px);
}

.sayfa1-sag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 40%;
    height: 100%;
}

/* sayfa1 finish */

/* sayfa2 start */

.sayfa2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.sayfa2-baslik {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30%;
}

#sayfa2h1 {
    color: #fff;
    font-family: odak;
    font-size: max(3.4666666667vw,32px);
    transition: 0.5s;
    margin: auto;
    margin-bottom: 0;
}

.sayfa2-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 60%;
}

/* sayfa2 finish */

/* sayfa2 devam start */
.sayfa2-sol-box-devam {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 40%;
    min-width: 150px;
    height: 100%;
    font-family: odak;
    padding: 50px;
    position: relative;
    font-size: max(1.4666666667vw,12.5px);
}

.sayfa2-sol-box-devam h1 {
    font-size: max(1.4666666667vw,13.5px);
}

.sayfa2-sol-box-devam1 {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-width: 150px;
    height: 100%;
    font-family: odak;
    position: relative;
    font-size: max(1.4666666667vw,12.5px);
}

.imgs {
    object-fit: fill;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 30px;
}

.phone {
    position: absolute;
    width: 145%;
    height: 105%;
    object-fit: fill;
    z-index: -1;
}

/* sayfa2 devam finish */

/* sayfa3 start */

.sayfa3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.sayfa3-baslik {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30%;
}

#sayfa3h1 {
    color: #fff;
    font-family: odak;
    font-size: max(3.4666666667vw,32px);
    transition: 0.5s;
    margin: auto;
    margin-bottom: 0;
}

.sayfa3-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
}

.sayfa3-sol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 40%;
    height: 100%;
}

.sayfa3-sol p{
    font-family: odak;
    font-size: max(1.4666666667vw,12.5px);
}

.sayfa3-sag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 40%;
    height: 100%;
}

.sayfa3-sag img {
    object-fit: scale-down;
    width: 80%;
    height: 80%;
}

/* sayfa3 finish */

/* iletisim start */

.iletisim {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.iletisim-baslik {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30%;
}

#iletisimh1 {
    color: #fff;
    font-family: odak;
    font-size: max(3.4666666667vw,32px);
    transition: 0.5s;
    margin: auto;
    margin-bottom: 0;
}

.iletisim-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
}

.iletisim-sol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 40%;
    height: 100%;
}

.iletisim-sol p{
    font-family: odak;
    font-size: max(1.4666666667vw,12.5px);
}

.iletisim-sag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 40%;
    height: 100%;
}

.iletisim-sag img {
    object-fit: scale-down;
    width: 80%;
    height: 80%;
}

.footersol {
    color: #fff;
    font-family: odak;
}
.footersol h3 {
    font-size: max(1.4666666667vw,12.5px);
}
.footersol p {
    font-size: max(1.4666666667vw,12.5px);
}

.footerlink {
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    align-items: center;
}
.footerlink a {
    text-decoration: none;
}
.footerlink i {
    color: #fff;
    font-size: 30px;
    margin-left: 0;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.5s;
    transform: translateY(0);
}

.footerlink i:hover {
    color: #0971b7;
    transform: scale(1.2) translateY(5px);
}

/* iletisim finish */

.mySlides1, .mySlides2 {display: none;}
.mySlides1.fade,
.mySlides2.fade {
  opacity: 1;
}

/* Slideshow container */
.slideshow-container {
  width: 55%;
  height: 86%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: #ffffff;
  background-color: #000000c6;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 20px 20px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 20px 0 0 20px;
}

.prev:hover, .next:hover {
  background-color: #ffffffc6;
  color: #000000c6;
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
    animation-timing-function: ease-in-out; 
}
  

@keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}