@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.drop-1{
  font-weight: 400;
}

.pageTitle {
  font-family: 'JUST Sans Outline Regular', sans-serif !important;
  color: #FFFFFF !important;
  line-height: 1.2 !important;
}

@media (max-width: 768px) {
  .pageTitle {
    font-size: 32px !important;
  }
}

@media (max-width: 400px) {
  .title-home {
    font-size: 28px !important;
  }
}

/* Accordion mobil font boyutu ve gap */
@media (max-width: 844px) {
  #accordion-collapse {
    gap: 4px !important;
  }
  #accordion-collapse button,
  #accordion-collapse button span,
  #accordion-collapse .border p {
    font-size: 14px !important;
  }
  #accordion-collapse button {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

}

.bg-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  z-index: 0;
}

section.firstSection {
  position: relative;
  overflow: hidden;
}

section.firstSection > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
html {
  overflow-x: hidden !important;
}
#menu-toggle {
  border: none;
  width: 39px;
  height: 35px;
  display: inline-block;
  position: relative;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sectionNav {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

 }
.accordion-content {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards; 
}

.visible-animation {
 animation: fadeIn 2s ease forwards !important; 
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.hidden-1 {
  opacity: 1; 
  animation: fadeOut 0.5s ease forwards; 
}



@media screen and (max-width: 992px) {
  #navbar.active {
    background-color: #000;
    background-image: url("/assets/hm-bg.png");
    background-size: cover;
    background-position: center;
  }
}

#menu-toggle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#menu {
  background-color: #010102;
  background-image: url("/assets/hm-bg.png");
  background-size: cover;
  background-position: center;
}
.overlay {
  background: linear-gradient(
    180deg,
    rgba(1, 1, 2, 0.9) 0%,
    rgba(0, 7, 25, 0.774) 9.87%,
    rgba(1, 15, 51, 0.549) 41.59%,
    rgba(0, 7, 23, 0.828) 75.66%,
    rgba(0, 0, 0, 0.9) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#fp-nav {
  display: none !important;
}
.secondSection,
.thirdSection,
.fourthSection,
.fifthSection,
.sixthSection {
  background-image: url("/assets/bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 400px) {
  .line-img {
    height: 200px;
  }
}

.title-home {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 60px;
  font-weight: 700;
}
.subtitle-home {
  -webkit-text-stroke-color: white;
  font-size: 30px;
  font-weight: 400;
}
.webkit-text {
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1px;
}
.text-transparent {
  -webkit-text-fill-color: transparent;
}
.custom-font {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-top: 15rem;
  font-family: "Roboto", sans-serif;
}

.bg-calendar-active {
  height: 160px;
  background: linear-gradient(
    0deg,
    rgba(196, 0, 4, 0) 4.66%,
    rgba(196, 0, 4, 0.17) 95.75%
  );
  border-top: 2px solid #c40004;
  transition: all 1s ease-in-out;
}
.bg-calendar-active:hover {
  transition: all 1s ease;
}
.bg-calendar {
  height: 160px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 4.66%,
    rgba(255, 255, 255, 0.17) 95.75%
  );
  border-top: 2px solid #747e8f;
  transition: all 1s ease-in-out;
}
.bg-calendar:hover {
  transition: all 0.6s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(196, 0, 4, 0) 4.66%,
    rgba(196, 0, 4, 0.17) 95.75%
  );
  border-top: 2px solid #c40004;
}
.calendar:hover svg {
  background-color: #c40004 !important;
  transition: all 1s ease-in-out;
}
.calendar-active svg {
  background-color: #c40004 !important;
  transition: all 1s ease-in-out;
}
.calendar {
  transition: all 0.6s linear;
}
.calendar:hover {
  transform: translateY(-10px);
  transition: all 0.6s linear;
}

.calendar:hover .c-svg path {
  fill: #fff;
}
.calendar-active .c-svg path {
  fill: #fff;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
}

.content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
    overflow: hidden;

}

#plane {
  transition: transform 1s ease-in-out;
}
.swiper {
  height: 400px;
    margin: 0;

}
/*Eklendi*/
.swiper .swiper-slide {
    margin: auto 0;

  font-size: 18px;
  display: flex;
  height: 350px;
  transition:all 400ms linear;
  border-radius: 5px;
  border-radius: 5px;
  margin-right: 0;
}
.swiper .swiper-slide-next {
  margin-left: 0;
}
.swiper .swiper-slide-active {
  width: 300px;
  height: 400px;
  transition: all 400ms linear;
  opacity: 1;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(70%);
}



.swiper-slide img {
  display: block;
  object-fit: cover;
  background: linear-gradient(
    180deg,
    rgba(1, 1, 2, 0.9) 0%,
    rgba(0, 7, 25, 0.774) 9.87%,
    rgba(1, 15, 51, 0.549) 41.59%,
    rgba(0, 7, 23, 0.828) 75.66%,
    rgba(0, 0, 0, 0.9) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
}

@media (max-width: 640px) {
  

  .swiper-2 .swiper-slide-active .c-svg {
    background: #c40004;
  } 
  .swiper-2 .swiper-slide-active .c-svg path {
    fill: #fff;
  }
  .swiper-2 .swiper-slide-active  .bg-calendar{
    background: linear-gradient(
      0deg,
      rgba(196, 0, 4, 0) 4.66%,
      rgba(196, 0, 4, 0.17) 95.75%
    );
    border-top: 2px solid #c40004;
  }
  .swiper-2 .swiper-slide-next .calendar {
    opacity: 0.3;

    
  }


  .swiper-2 {
    width: 100%;
    height: 381px !important;
  }

  /* .swiper-slide-active {

    top: 0;
    transform: scale(1) !important;
  } */

}


[data-accordion-icon] {
  transition: transform 0.5s ease; 
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 1;
  transition: all 5s ease-in-out; 

}
@media (min-width: 641px) {
  .overlay-2 {
    transition: all 1s ease; 
    background: linear-gradient(
      180deg,
      rgba(1, 1, 2, 0.9) 0%,
      rgba(0, 7, 25, 0.774) 9.87%,
      rgba(1, 15, 51, 0.549) 41.59%,
      rgba(0, 7, 23, 0.828) 75.66%,
      rgba(0, 0, 0, 0.9) 100%
    );
  }
  .overlay-2 button {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(196, 0, 4, 0.6);
    transition: all 0.3s ease;
  }
  .overlay-2 h2 {
    color: rgba(255, 255, 255, 0.6);
  }
}

.bg-2 {
  background: linear-gradient(
    180deg,
    #010102 0%,
    rgba(0, 7, 25, 0.86) 9.87%,
    rgba(1, 15, 51, 0.61) 41.59%,
    rgba(0, 7, 23, 0.92) 75.66%,
    #000000 100%
  );
}

/* dönme */

.container-1 {
  background-image: url("/assets/circle-1.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  margin: 0;
  padding: 0;
  position: relative;
  width: 384px;
  height: 384px;
  border-radius: 50%;
}

.container-2 {
  background-image: url("/assets/circle-2.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
}

.container-3 {
  background-image: url("/assets/circle-3.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgBx {
  position: absolute;
  transition: transform 2s ease;
  left: 0;
}

.textBx {
  text-align: center;
  color: white;
  font-size: 14px;
  max-width: 180px;
  font-weight: 500;
  transition: transform 2s ease;
  z-index: 50;
}

.container-1 .imgBx:nth-child(1) {
  transform: rotate(60deg);
}

.container-1 .imgBx:nth-child(2) {
  transform: rotate(120deg);
}

.container-1 .imgBx:nth-child(3) {
  transform: rotate(240deg);
}

.container-1 .imgBx:nth-child(4) {
  transform: rotate(300deg);
}

.container-1 .imgBx:nth-child(1) .img-container {
  transform: rotate(0deg);
}

.container-1 .imgBx:nth-child(2) .img-container {
  transform: rotate(240deg);
}

.container-1 .imgBx:nth-child(3) .img-container {
  transform: rotate(120deg);
}

.container-1 .imgBx:nth-child(4) .img-container {
  transform: rotate(60deg);
}

.container-1 .imgBx:nth-child(1) .textBx {
  transform: rotate(300deg);
}

.container-1 .imgBx:nth-child(2) .textBx {
  transform: rotate(240deg);
}

.container-1 .imgBx:nth-child(3) .textBx {
  transform: rotate(120deg);
}

.container-1 .imgBx:nth-child(4) .textBx {
  transform: rotate(60deg);
}

.container-2 .imgBx:nth-child(1) {
  transform: rotate(0deg);
}

.container-2 .imgBx:nth-child(2) {
  transform: rotate(180deg);
}

.container-2 .imgBx:nth-child(1) .textBx {
  transform: rotate(0deg);
}

.container-2 .imgBx:nth-child(2) .textBx {
  transform: rotate(180deg);
}

.container-2 .imgBx:nth-child(1) .img-container {
  transform: rotate(0deg);
}

.container-2 .imgBx:nth-child(2) .img-container {
  transform: rotate(180deg);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cont {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-3 img {
  width: 150px;
  height: 150px;
}

.container-1 .icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.container-2 .icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#accordion-collapse h2,
#accordion-collapse .accordion-content {
  background-color: rgba(252, 252, 252, 0.06);
}

#accordion-collapse h2 span {
  text-align: start;
}

.container-1 .icon .imgBx {
  position: absolute;
  transition: transform 2s ease;
  transform-origin: 390px;
  z-index: 100;
  margin-left: -200px;
  display: flex;
}

.container-2 .icon .imgBx {
  position: absolute;
  transition: transform 2s ease;
  transform-origin: 337px;
  z-index: 100;
  margin-left: -190px;
  display: flex;
}

.container-1 .icon .imgBx .img-container {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-2 .icon .imgBx .img-container {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-1 .icon .imgBx .img-container img {
  position: absolute;
  width: 18px;
  height: 18px;
  object-fit: cover;
  transition: 0.5s;
  transform: rotate(calc(-360deg / 2 * var(--i)));
}

.container-2 .icon .imgBx .img-container img {
  position: absolute;
  width: 18px;
  height: 18px;
  object-fit: cover;
  transition: 0.5s;
}

.container-mobil .imgBx-mobil .img-container-mobil {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-mobil .imgBx-mobil .textBx-mobil {
  width: 270px;
  font-weight: 300;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  position: relative !important;
  z-index: 10 !important;
}
.container-mobil .imgBx-mobil.active .textBx-mobil,
.container-mobil .imgBx-mobil .textBx-mobil.active {
  font-weight: 600;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  position: relative !important;
  z-index: 10 !important;
}
.container-mobil .imgBx-mobil:not(.active) .textBx-mobil:not(.active) {
  opacity: 0.6 !important;
  color: #ffffff !important;
  visibility: visible !important;
  display: block !important;
}
.container-mobil .imgBx-mobil .img-container-mobil img {
  position: absolute;
  width: 18px;
  height: 18px;
  object-fit: cover;
  transition: 0.5s;
}
.container-1 .icon .imgBx .img-container.active {
  background-color: #ff1d50;
}

.container-mobil .imgBx-mobil .img-container-mobil.active img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%)
    contrast(100%);
}

.container-mobil .imgBx-mobil .img-container-mobil.active {
  background-color: #ff1d50;
}

.container-1 .icon .imgBx .img-container.active img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%)
    contrast(100%);
}

.container-2 .icon .imgBx .img-container.active {
  background-color: #ff1d50;
}

.container-2 .icon .imgBx .img-container.active img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%)
    contrast(100%);
}

@media (max-width: 640px) {
  .textBx {
    font-size: 10px;
    max-width: 90px;
  }
  .container-1 {
    width: 200px;
    height: 200px;
  }
  .container-2 {
    width: 125px;
    height: 125px;
  }

  .container-1 .icon {
    margin-left: 1rem;
  }
  .container-1 .icon .imgBx {
    transform-origin: 200px;
    margin-left: -120px;
  }
  .container-1 .icon .imgBx .img-container {
    width: 16px;
    height: 16px;
  }
  .container-1 .icon .imgBx .img-container img {
    width: 10px;
    height: 10px;
  }
  .container-2 .icon {
    margin-left: 7rem;
    position: absolute;
  }
  .container-2 .icon .imgBx {
    transform-origin: 160px;
    margin-left: -200px;
  }
  .container-2 .icon .imgBx .img-container {
    width: 1rem;
    height: 1rem;
  }
  .container-2 .icon .imgBx .img-container img {
    width: 10px;
    height: 10px;
  }
  .container-3 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 450px) {
  .textBx {
    font-size: 10px;
    max-width: 60px;
  }
  .container-1 .icon .imgBx {
    transform-origin: 165px;
    margin-left: -80px;
  }
  .container-2 .icon .imgBx {
    transform-origin: 125px;
    margin-left: -175px;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .textBx {
    font-size: 10px;
    max-width: 100px;
  }
  .container-1 .icon .imgBx {
    transform-origin: 310px;
    margin-left: -110px;
  }
  .container-2 .icon .imgBx {
    transform-origin: 240px;
    margin-left: -100px;
  }
}
@media (min-width: 767px) and (max-width: 1279px) {
  .textBx {
    font-size: 10px;
  }
  .container-1 {
    width: 300px;
    height: 300px;
  }
  .container-2 {
    width: 175px;
    height: 175px;
  }

  .container-1 .icon {
    margin-left: 1rem;
  }
  .container-1 .icon .imgBx {
    transform-origin: 340px;
  }
  .container-1 .icon .imgBx .img-container {
    width: 2rem;
    height: 2rem;
  }
  .container-1 .icon .imgBx .img-container img {
    width: 1rem;
    height: 1rem;
  }
  .container-2 .icon {
    position: absolute;
  }
  .container-2 .icon .imgBx {
    transform-origin: 280px;
  }
  .container-2 .icon .imgBx .img-container {
    width: 2rem;
    height: 2rem;
  }
  .container-2 .icon .imgBx .img-container img {
    width: 1rem;
    height: 1rem;
  }
  .container-3 {
    width: 50px;
    height: 50px;
  }
}

html {
  scrollbar-width: none;
}

.dropdown-menu-1,
.dropdown-menu-2 {
  transition: opacity 0.3s ease-in-out;
}

.dropdown-menu-1.hidden,
.dropdown-menu-2.hidden {
  opacity: 0;
}


#calendar .swiper-slide {
  background-color: transparent !important;
}

.swiper-slide .calendar:hover {
  transform: translateY(0);
}


body {
  overflow-x: hidden !important;
  font-family: "Roboto", sans-serif;
}

/* Navbar görünürlük düzeltmesi */
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
    position: static !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: none !important;
    transform: none !important;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex !important;
    flex-grow: 0 !important;
    padding: 0 !important;
    overflow-y: visible !important;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none !important;
  }
  .navbar-expand-lg .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .offcanvas {
    position: fixed !important;
  }
  .navbar-expand-lg .offcanvas-body {
    display: block !important;
  }
}
