body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  /* font-family: "Arsenal", sans-serif; */
}

:focus {
  outline: 0
}

* {
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.page {
  /* display:grid; */
  grid-template-columns: 260px 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100dvh;
  position: relative;
  z-index: 9;
}

.leftpanel {
  grid-row: 1 / span 2;
  /* padding: 30px; */
  padding-top: 30px;
  background: linear-gradient(180deg, #0b1a3c, #1e3a82);
  color: #eaf0ff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  position: fixed;
  z-index: 999;
  height: 100vh;
  width: 11%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  user-select: none
}

.brandmark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  color: #0c1b3f;
  font-weight: 800;
  display: grid;
  place-items: center;
  letter-spacing: .5px
}

.brandtext {
  line-height: 1.05
}

.brandtext b {
  font-size: 30px;
  display: block
}

.brandtext small {
  font-size: 12px;
  opacity: .8;
  letter-spacing: 1.1px
}

.nav {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.navitem {
  font-size: 18px;
  color: #eaf0ff;
  text-decoration: none;
  opacity: .9;
  transition: opacity .2s ease, transform .2s ease;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.navitem:hover {
  opacity: 1;
  transform: translateX(2px)
}

.lang {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #eaf0ff;
  opacity: .9;
  position: absolute;
  bottom: 100px;
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: 6px
}

.social {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  display: grid;
  place-items: center;
  transition: transform .15s ease, background .15s ease
}

.social:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .2)
}

.social svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

.heroarea {
  position: absolute;
  overflow: hidden;
  background: #0e1831;
  right: 0;
  width: 89% !important;
  top: 0;
  z-index: 999;
  height: 100vh;
}

.menumobil {
  position: fixed;
  top: -20px;
  right: 0;
  width: 100px;
  height: 60px;
  text-align: center;
  padding-top: 30px;
  cursor: pointer;
  z-index: 9999999999;
  padding-bottom: 10px;
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.menutext {
  color: #0C8F97;
}

.line {
  background: #fff;
  width: 50%;
  height: 5px;
  margin: 0 auto;
  margin-top: 10px;
  position: absolute;
  top: -10px;
  border-radius: 60px;
}

.menudiv {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 33.6%;
  height: 100vh;
  z-index: 999999999;
  transition: all 0.5s;
  opacity: 0;
  display: none;
  overflow: hidden;
  /* border-left: 7px solid #4db4e83b; */
  box-shadow: 1px 1px 100px #dedede;
  /* background-image: linear-gradient(to right, #6ca098, #49756d); */
}

.menudivv {
  position: absolute;
  top: 10px;
  right: -90px;
  width: 300px;
  /* z-index: -1; */
  display: none;
  /* margin-left: 100px; */
  margin-right: -100px;
  opacity: 0;
  transition: all 3s;
}

.menucenter {
  width: 85%;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  text-align: right;
}

.menucontent {
  text-align: left;
  margin-top: 100px;
}


.menucontent div ul li {
  margin-top: 19px;
  color: #7B2828;
  font-size: 38px;
  cursor: pointer;
  position: relative;
  left: -50%;
  opacity: 0;
  transition: all 1s;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-family: "Kanit", sans-serif;
  letter-spacing: 3px;
}

/* iki katman: fade iÃƒÆ’Ã‚Â§in */
.heroimg,
.heroimgb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.02);
  transform: scale(1.02);
  opacity: 0;
  transition: opacity .6s ease;
  /* width: 900px; */
  overflow: hidden;
}

.heroimg.show,
.heroimgb.show {
  opacity: 1
}

.herooverlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 30, .25);
  pointer-events: none
}

.topbar {
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 3;
  display: flex;
  gap: 14px;
  align-items: center
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  /* backdrop-filter:blur(8px); */
  text-decoration: none;
  font-weight: 500;
  transition: transform .15s ease, background .15s ease, border .15s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .22);
  border-color: rgba(255, 255, 255, .35)
}

.phone {
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .25);
  letter-spacing: .3px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.arrows {
  position: absolute;
  left: 24px;
  bottom: 96px;
  z-index: 3;
  display: flex;
  gap: 14px;
  align-items: center
}

.arrowbtn {
  /* width: 100px; */
  /* height: 100px; */
  border-radius: 999px;
  display: grid;
  place-items: center;
  /* background:rgba(0,0,0,.35); */
  border: unset;
  /* backdrop-filter:blur(6px); */
  transition: transform .15s ease, background .15s ease;
  cursor: pointer;
  background: unset;
}

.arrowbtn svg {
  width: 50px;
  height: 50px;
  stroke: #fff
}

#nextbtn svg {
  width: 70px;
  height: 70px;
}

.progresswrap {
  grid-column: 2;
  position: relative;
  background: rgba(0, 0, 0, .35);
  position: absolute;
  bottom: 0;
  z-index: 999;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.progressbar {
  height: 6px;
  width: 90%;
  background: rgba(255, 255, 255, .22);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  border-radius: 999px;
  overflow: hidden
}

.progressfill {
  width: 0;
  height: 100%;
  background: #fff;
  opacity: .9;
  border-radius: 999px;
  transition: width linear;
  /* position: absolute; */
  /* bottom: 0; */
  /* z-index: 999; */
}

@media (max-width:1060px) {
  .page {
    grid-template-columns: 220px 1fr
  }

  .navitem {
    font-size: 16px
  }
}

@media (max-width:860px) {
  .page {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto
  }

  .leftpanel {
    grid-row: auto;
    grid-column: 1;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 14px 16px
  }

  .nav {
    flex-direction: row;
    gap: 16px;
    margin-left: auto
  }

  .lang {
    margin-top: 0;
    flex-direction: row
  }

  .socials {
    display: none
  }

  .topbar {
    top: 12px;
    right: 12px
  }

  .arrows {
    left: 12px;
    bottom: 74px
  }

  .progressbar {
    bottom: 16px
  }

  .brandtext b {
    font-size: 22px
  }
}

.sloganbadge {
  width: min(62vw, 290px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(135deg, #958162d4, #ccb38c);
  display: grid;
  place-items: center;
  padding: 30px;
  position: relative;
  overflow: visible;
  /* "RENGÃƒâ€žÃ‚Â°" taÃƒâ€¦Ã…Â¸abilir */
  position: absolute;
  right: 500px;
  top: 160px;
}

.sloganinner {
  /* text-align:center; */
  color: #fff;
  line-height: 1.06;
  position: absolute;
  right: -90px;
}

.linetop,
.linebot {
  font-weight: 700;
  font-size: clamp(18px, 2.6vw, 28px);
  letter-spacing: .2px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.linemid {
  margin: .35em 0;
  display: flex;
  gap: .35em;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.wordoutline {
  font-weight: 800;
  font-size: clamp(42px, 6.2vw, 64px);
  -webkit-text-stroke: 3px #ffffff;
  color: transparent;
  /* dÃƒâ€žÃ‚Â±Ãƒâ€¦Ã…Â¸ ÃƒÆ’Ã‚Â§izgili yazÃƒâ€žÃ‚Â± */
  text-shadow: none;
}

.wordsolid {
  font-weight: 800;
  font-size: clamp(42px, 6.8vw, 72px);
  color: #ffffff;
  /* dolu beyaz */
  white-space: nowrap;
}

.roundslider {
  width: 89%;
  /* margin:40px auto; */
  /* padding:24px 20px; */
  position: relative;
  /* overflow:hidden; */
  float: right;
  margin-top: 60px;
  /* right: 0; */
  /* margin: 0 auto; */
}

.stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: -60px;
  overflow: hidden;
  width: 990px;
  margin: 0 auto;
}

/* soldaki metin dairesi */
.leftball {
  width: min(90vw, 390px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(135deg, #d7cbb8, #eedfca);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 48px;
  position: relative;
}

.leftcontent {
  max-width: 70%;
}

.lefttitle {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #5a4a39;
  margin: 0 0 18px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.lefttext {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  color: #7a6c5d;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* saÃƒâ€žÃ…Â¸daki gÃƒÆ’Ã‚Â¶rsel dairesi */
.rightball {
  justify-self: end;
  width: min(95vw, 490px);
  aspect-ratio: 1/1;
  border-radius: 60px;
  position: relative;
  display: block;
  right: 60px;
}

.photoring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 14px;
  /* halka kalÃƒâ€žÃ‚Â±nlÃƒâ€žÃ‚Â±Ãƒâ€žÃ…Â¸Ãƒâ€žÃ‚Â± */
  background: conic-gradient(#cdb485, #d9c299, #cdb485);
  -webkit-mask:
    radial-gradient(farthest-side, #0000 calc(100% - 14px), #000 0);
  mask: radial-gradient(farthest-side, #0000 calc(100% - 14px), #000 0);
}

.photo {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

/* oklar */
.navwrap {
  position: relative;
  /* left: calc(0px + 3%); */
  /* padding-left: 100px; */
  bottom: 0;
  display: flex;
  gap: 0px;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}

.arrow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: unset;
  background: unset;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}

.arrow svg {
  width: 30px;
  height: 30px;
  stroke: #b79d73
}

/* ilerleme ÃƒÆ’Ã‚Â§izgisi */
.progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #eee;
  overflow: hidden;
}

.progressfill {
  width: 0;
  height: 100%;
  background: #b79d73;
  transition: width linear;
}

/* fade geÃƒÆ’Ã‚Â§iÃƒâ€¦Ã…Â¸ */
.fadein {
  animation: fadein .6s ease both
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* responsive */
@media (max-width:1024px) {
  .stage {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .leftball {
    justify-self: center;
    padding: 0;
    width: 100%;
  }

  .rightball {
    justify-self: center
  }

  .navwrap {
    left: 24px
  }
}

.stariaarea {
  position: relative;
  /* overflow:hidden; */
  background: #fff
}

.stariaarea .viewbox {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.stariaarea .viewbg {
  position: relative;
  height: 560px;
  /* border-radius:16px; */
  overflow: hidden;
  background: url('../images/staria.png') center/cover no-repeat;
}

.stariaarea .viewshade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
  pointer-events: none;
}

.stariaarea .titlemain {
  position: absolute;
  left: 90px;
  top: 36px;
  margin: 0;
  /* font-family:Poppins,system-ui,Arial,sans-serif; */
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .2px;
  color: #00165F;
  font-size: clamp(28px, 3.2vw, 44px);
  text-shadow: 0 1px 2px rgba(255, 255, 255, .3);
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 39px;
}

.stariaarea .titlemain .toneblue {
  color: #1f56d6
}

.badgerow {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 12px;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
  align-items: flex-start;
  /* overflow-x:auto; */
  /* scroll-snap-type:x mandatory; */
  width: 90%;
  margin: 0 auto;
}

.badgerow::-webkit-scrollbar {
  height: 8px
}

.badgerow::-webkit-scrollbar-thumb {
  background: #cdb485;
  border-radius: 10px
}

.badge {
  width: 100px;
  /* height: 30px; */
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.badge .icon {
  width: 160px;
  height: 160px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  /* box-shadow:0 6px 16px rgba(0,0,0,.18), inset 0 0 0 6px rgba(255,255,255,.14); */
}

.badge svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  stroke: #fff
}

.badge .label {
  line-height: 1.25;
  font-size: 19px;
  position: relative;
  top: -10px;
  /* letter-spacing: -1px; */
}

.badge .label b {
  display: block;
  font-weight: 800
}

.badge .label span {
  display: block;
  font-weight: 600;
  opacity: .95
}

.badge.tonepeach .icon {
  background: linear-gradient(135deg, #eab07b, #f0caa7)
}

.badge.toneblue .icon {
  background: linear-gradient(135deg, #5d7fb6, #83a3d3)
}

.badge.tonedark .icon {
  background: linear-gradient(135deg, #2d3442, #495265);
}

.badge.tonepeach .label {
  color: #ffeada
}

.badge.toneblue .label {
  color: #eaf0ff
}

.badge.tonedark .label {
  color: #e5e9f2
}

@media (max-width:1024px) {
  .stariaarea .viewbg {
    height: 520px
  }
}

@media (max-width:760px) {
  .stariaarea .viewbg {
    height: 480px
  }

  .stariaarea .titlemain {
    left: 20px;
    top: 20px
  }

  .badgerow {
    left: 12px;
    right: 12px;
    gap: 12px
  }

  .badge {
    min-width: 120px
  }

  .badge .icon {
    width: 84px;
    height: 110px;
  }

  .badge svg {
    width: 36px;
    height: 36px
  }
}

.sayfa {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  /* background: #F7F4F0; */
  background: linear-gradient(180deg, #F7F4F0 0%, #f3ecdf 50%, #E5DCCF 100%);
  padding-top: 30px;
  padding-bottom: 30px;
}

.sayfadiv {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  /* background: #F7F4F0; */
  background: unset;
  overflow: hidden;
}

.baslik {
  font-size: 39px;
  font-weight: 800;
  /* letter-spacing:.06em; */
  /* margin:8px 0 24px; */
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #958162;
  width: 260px;
  display: inline-block;
  vertical-align: top;
  padding-left: 19px;
}

/* Sekmeler */
.sekmealan {
  display: flex;
  gap: 28px;
  align-items: center;
  margin: 8px 0 28px;
  flex-wrap: wrap;
  /* width: 300px; */
  display: inline-block;
  vertical-align: top;
}

.sekmealann {
  display: flex;
  gap: 28px;
  align-items: center;
  margin: 8px 0 28px;
  flex-wrap: wrap;
  /* width: 300px; */
  display: inline-block;
  vertical-align: top;
}

.sekmebutton {
  position: relative;
  font-size: 28px;
  cursor: pointer;
  user-select: none;
  transition: opacity .2s ease;
  padding: 14px 18px;
  border-radius: 999px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  border: unset;
  color: #958162;
  background: unset;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.sekmebutton::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  background: transparent;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}

.sekmebutton.aktif {
  color: #6b5a3f;
}

.sekmebutton.aktif::before {
  background: #e8dcc9;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.sekmebuttondiv.aktifdiv {
  color: #6b5a3f;
}

.sekmebuttondiv.aktifdiv::before {
  background: #e8dcc9;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.sekmebutton:hover {
  opacity: 1
}

.sekmebuttondiv {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  transition: opacity .2s ease;
  padding: 14px 18px;
  border-radius: 999px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  border: unset;
  color: #958162;
  background: unset;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.sekmebuttondiv::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  background: transparent;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}

.sekmebuttondiv.aktif {
  color: #6b5a3f;
}

.sekmebuttondiv.aktif::before {
  background: #e8dcc9;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.sekmebuttondiv:hover {
  opacity: 1
}

/* Geçmiş Aylar Dropdown */
.gecmis-aylar-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.gecmis-aylar-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  z-index: 1001;
  min-width: 220px;
  padding: 10px 0;
  margin-top: 5px;
  border: 1px solid #e8dcc9;
  margin-top: -10px;
}

.gecmis-aylar-dropdown:hover .gecmis-aylar-menu {
  display: block;
}

.sekmebuttondiv-item {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #958162;
  text-align: center;
  transition: all 0.2s ease;
}

.sekmebuttondiv-item:hover {
  background-color: #f7f4f0;
  color: #6b5a3f;
}

.sekmebuttondiv-item.aktifdiv {
  color: #6b5a3f;
  background-color: #e8dcc9;
}

.gecmis-aylar-dropdown .ok {
  font-size: 14px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.gecmis-aylar-dropdown:hover .ok {
  transform: rotate(180deg);
}

/* Grid */
.imgizgara {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.imgizgaradiv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.kart {
  /* aspect-ratio: 10/3; */
  background: unset;
  /* border-radius: 60px; */
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 10px 20px rgba(0, 0, 0, .06);
}

.kart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.kart:hover img {
  transform: scale(1.03)
}

/* Paneller */
.panel {
  display: none;
}

.panel.aktif {
  display: block;
}

.panell {
  display: none;
}

.panell.aktif {
  display: block;
}

.paneldiv {
  display: none;
}

.paneldiv.aktifdiv {
  display: block;
}

/* Responsive */
@media (max-width:1024px) {
  .imgizgara {
    grid-template-columns: repeat(2, 1fr);
  }

  .sekmeButon::before {
    width: 78px;
    height: 78px;
  }
}

@media (max-width:640px) {
  .baslik {
    font-size: 34px;
  }

  .sekmeButon {
    font-size: 22px;
    padding: 10px 14px;
  }

  .sekmeButon::before {
    width: 66px;
    height: 66px;
  }

  .imgizgara {
    grid-template-columns: 1fr;
  }
}

.konum {
  /* background:#f3f4f6; */
  /* aÃƒÂ§Ã„Â±k gri */
  padding: 48px 20px;
}

/* Ã„Â°ki sÃƒÂ¼tun dÃƒÂ¼zeni */
.konumicerik {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 30px;
  align-items: start;
}

.buyukbaslik {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #27364a;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.paragraf {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #3a4a5d;
  width: 300px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* Zaman listesi */
.zamanliste {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zamanoge {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: #fff;
  /* border-radius: 10px; */
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.zamanetiket {
  background: #2b61a3;
  color: #fff;
  font-weight: 800;
  letter-spacing: .2px;
  padding: 10px 14px;
  display: inline-block;
  min-width: 64px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.zamanbaslik {
  padding: 10px;
  color: #2f3e52;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.haritakutu {
  position: relative;
  background: #dde3ea;
  border-radius: 4px;
  overflow: hidden;
}

.harita {
  display: block;
  width: 100%;
  height: 630px;
}

.rozet {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.altkutu {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  align-items: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 0 0 4px 4px;
}

.adres {
  font-size: 10px;
  color: #1f2d40;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.tel {
  font-size: 19px;
  font-weight: 800;
  color: #0d2b73;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.yolbuton {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0px;
  text-decoration: none;
  font-weight: 800;
  color: #0d2b73;
  position: relative;
  padding: 10px 18px 10px 18px;
  border-radius: 60px;
  /* background:#e3ebf7; */
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.yolok {
  display: inline-grid;
  place-items: center;
  width: 39px;
  height: 39px;
  /* border-radius:50%; */
  /* background:#c6d7f3; */
  /* font-size: 10px; */
  /* display: none; */
  padding-left: 10px;
}

.yolbuton:hover {
  filter: brightness(0.96)
}

.yolok svg {
  width: 100%;
  margin-top: 0px;
}

/* Responsive */
@media (max-width:1100px) {
  .konumicerik {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .buyukbaslik {
    font-size: 36px;
  }

  .altkutu {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tel {
    font-size: 32px;
  }

  .yolbuton {
    justify-self: start;
  }
}

@media (max-width:560px) {
  .buyukbaslik {
    font-size: 30px;
  }

  .paragraf {
    font-size: 16px;
  }

  .tel {
    font-size: 28px;
  }
}

.footer {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, .06);
  /* ÃƒÂ¼st ince ÃƒÂ§izgi */
  position: relative;
  overflow: hidden;
}

.footer::after {
  /* alttaki mavi hat */
  content: "";
  display: block;
  height: 4px;
  background: #1e56a0;
}

.footericerik {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footerleft {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
}

.footerlogo {
  height: 34px;
  width: auto;
  display: block;
}

.ayrac {
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, .25);
  display: inline-block;
}

.footerright {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #274a67;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.telif {
  white-space: nowrap;
}

.footernav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footerlink {
  color: #274a67;
  text-decoration: none;
  white-space: nowrap;
}

.footerlink:hover {
  text-decoration: underline;
}

.noktali {
  opacity: .8;
}

.form-etiket {
  position: fixed;
  right: 310px;
  top: 90px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right bottom;
  background: #1e3a8a;
  color: white;
  padding: 12px 25px;
  cursor: pointer;
  z-index: 9999;
  transition: all 1s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px 8px 0 0;
  flex-direction: row-reverse;
  width: 190px;
}

.form-kapsayici {
  position: fixed !important;
  z-index: 9999;
  width: 260px;
  background: #fff;
  padding: 30px 25px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  right: -330px;
  top: 90px;
  transition: all 1s;
}

.form-girdi input,
.form-girdi textarea {
  width: 100%;
  padding: 3px;
  border: none;
  border-bottom: 1px solid #aaa;
  background: transparent;
  font-size: 14px;
  outline: none;
  font-weight: 300;
}

.form-onay {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #333;
  font-weight: 300;
}

.form-onay input {
  margin-top: 4px;
  font-weight: 300;
}

.form-kapat {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 999;
}

.form-baslik {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.form-aciklama {
  font-size: 12px;
  color: #444;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.form-girdi {
  margin-bottom: 16px;
}

.form-girdi label {
  display: none;
  font-size: 14px;
  margin-bottom: 5px;
  color: #222;
}

.form-girdi input,
.form-girdi textarea {
  width: 100%;
  padding: 3px;
  border: none;
  border-bottom: 1px solid #aaa;
  background: transparent;
  font-size: 14px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.form-gonder {
  width: 100px;
  padding: 10px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  margin: 10px;
  color: #000;
}

.etiket-ok {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid white;
  border-left: 3px solid white;
  transform: rotate(225deg);
  transition: transform 0.4s ease;
}

.form-etiket.kapali .etiket-ok {
  transform: rotate(45deg);
}

.form-etiket.kapali {
  right: -5px;
}

@media (max-width:800px) {
  .footericerik {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footerlogo {
    height: 30px;
  }

  .lefttitle {
    font-size: 25px;
  }

  .sayfadiv {
    padding: 0;
  }
}