/* 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: 'yazi';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "baslik", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

/* ============================================================================== */

/* HEADER START */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 1rem 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  background: rgba(255, 255, 255, 0.027);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.logo {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  height: 100%;
}
.logo img {
  height: 100%;
}

.nav-item {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.13px;
  text-decoration: none;
  margin-left: 2.5rem;
  transition: all 0.5s ease;
}

.nav-item:hover {
  color: #048ED6;
}

.icons {
  position: absolute;
  right: 15%;
  font-size: 2.3rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}
/* HEADER FINISH */

/* ============================================================================== */

/* ANASAYFA START */

.anasayfa {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.anasayfa h1 {
  font-size: max(3.0666666667vw,22px);
  padding: 30px;
  color: #e5e5e5;
  padding: 0px 50px;
  text-shadow: 
    0 0 5px #fff,
    0 0 30px #fff;
}

.anasayfa p {
    font-size: max(1.6666666667vw,22px);
    padding: 30px;
    color: #e5e5e5;
    padding: 0px 50px;
    text-shadow: 
    0 0 5px #fff,
    0 0 25px #fff;
}

.glow-div {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: 0.5s;
}

.glow {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 50px;
    border: 2px solid white;
}

.glow:before,
.glow:after, .spn {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    box-shadow: 0 0 15px #153f86;
    animation: glow-grow 2s ease-out infinite;
}

.glow:after {
    animation-delay: 1s;
}

.glow .spn{
    animation-delay: 2s;
}

.glow-div a{
    text-decoration: none;
    cursor: pointer;
    transform: translateY(50px);
    transition: transform 0.5s;
}

.glow-div a:hover{
    transform: translateY(70px);
}

.glow img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

@keyframes glow-grow {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* ANASAYFA FINISH */

/* ============================================================================== */

/* AMACIMIZ START */

.amacımız {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 50px 0px;
}
.amacımız h1 {
    font-size: max(3.7666666667vw,22px);
    width: 100%;
    height: 20%;
    padding-bottom: 50px;
}

.amac-ic {
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.amac-sol {
    width: 50%;
    min-width: 300px;
    height: 80%;
    padding: 50px;
    font-size: max(1.5666666667vw,18px);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.amac-sag {
    width: 50%;
    min-width: 300px;
    height: 70%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.amac-sag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 
    0px 0px 5px #494949,
    0px 0px 15px #464646;
}

/* AMACIMIZ FINISH */

/* ============================================================================== */

/* PROGRAM START */

.program {
    width: 100%;
    height: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 100px 0px;
}
.program h1 {
    font-size: max(3.7666666667vw,22px);
    width: 100%;
    height: 10%;
}

/* PROGRAM FINISH */

/* ============================================================================== */

/* MASALAR START */

.masalar1 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.masah1 {
  font-size: max(3.7666666667vw,22px);
  width: 100%;
  padding: 50px;
  text-align: center;
}

/* MASALAR FINISH */

/* ============================================================================== */

/* SPONSOR START */

.sponsor {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

#products {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}
#products::-webkit-scrollbar {
  height: 8px;
}
#products::-webkit-scrollbar-thumb {
  border-radius: 90px;
  background: rgba(0, 0, 0, 0.2);
}
#products .cardx {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  transition: 0.4s ease-in-out;
  width: 300px;
  height: 300px;
}
#products .cardx:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
#products .cardx:hover .backdrop {
  bottom: -78%;
}
#products .cardx .backdrop {
  width: 600px;
  height: 380px;
  position: absolute;
  left: 50%;
  bottom: -80%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
#products .cardx .c1 {
  background: linear-gradient(180deg, #FCC201 0%, #B78628 25.43%);
}
#products .cardx .c2 {
  background: linear-gradient(180deg, #BEC0C2 0%, #70706F 25.43%);
}
#products .cardx .c3 {
  background: linear-gradient(180deg, #B08D57 0%, #804A00 25.43%);
}

#products .cardx img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#products .cardx .desc {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  justify-content: center;
  align-items: center;
  z-index: 12;
  width: 100%;
}
#products .cardx .desc span {
  width: auto;
  height: 40px;
  display: inline-block;
  line-height: 44px;
  font-size: 20px;
  margin: 5px;
  border-radius: 4px;
  padding: 0 15px;
  color: #ffffff;
  background-color: #00000031;
}

/* SPONSOR FINISH */

/* ============================================================================== */

/* İLETİSİM START */

.iletisim {
  width: 100%;
  min-height: 70vh;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-family: "Poppins", sans-serif;
  background-blend-mode: normal;
}

.iletisim-ic {
  width: 60%;
  min-width: 300px;
  min-height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.358) 0px 0.5rem 1rem 0px;
  border: 1px solid #fff;
}

.harita {
  width: 70%;
  min-width: 100px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.harita iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
}

.iletisim-yazi {
  width: 30%;
  min-width: 200px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 20px;
  font-size: max(0.9666666667vw,12px);
}

.ust{
  width: 100%;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.orta{
  width: 100%;
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}
.tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.tel i {
  margin: 5px;
}
.tel p {
  width: 100%;
  margin: 5px;
  font-size: max(0.8066666667vw,15px);
}

.konum {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.konum i {
  margin: 5px;
}
.konum p {
  margin-left: 5px;
  font-size: max(0.8066666667vw,15px);
}

.son {
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: row;
  justify-content: baseline;
  align-items: center;
}
.son a {
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.son i {
  font-size: max(1.9666666667vw,30px);
  margin-right: 100%;
}

/* İLETİSİM FINISH */

/* ============================================================================== */

/* FOOTER START */

.footer {
  width: 100%;
  min-height: 200px;
  background-color: #000f1ea6;
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}

.footer-sol {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  color: #FFF;
  margin: 5px 30px;
}
.footer-sol img {
  width: 100%;
  margin-top: 20px;
}
.footer-sol p {
  margin-top: 20px;
}

.navbar1 {
  text-align: center;
}

.footer-orta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 5px 30px;
}

.footer-orta h5 {
  width: 100%;
  border-bottom: 1px solid #585858;
  text-align: center;
  line-height: 50px;
}

.nav-item1 {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.13px;
  text-decoration: none;
  margin: 1.4rem;
  transition: all 0.5s ease;
}

.nav-item1:hover {
  color: #048ED6;
  text-decoration: none;
}

.footer-sag {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 5px 30px;
  z-index: 1;
}

.footer-sag a {
  text-decoration: none;
  color: #048ED6;
}
/* FOOTER FINISH */

/* ============================================================================== */
