@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("f/r/style.css");
@import url("f/t/style.css");
.font_def, #index_main_2 > #index_part_2 > #scrolling_text > h1, #footer_2 > div:nth-last-child(1) > #footer_part_3 > a span:nth-last-child(1) > span, #about_main > #about_part_2 > #scrolling_text > h1, #index_main #index_part_2 > #scrolling_text > h1, * {
  font-family: "Poppins", sans-serif;
}

.font_head, #index_main_2 > #index_part_5 > div:nth-last-child(1) h3, #index_main_2 > #index_part_4 > #index_part_4_content > #part_4_news > .new_div > div > p, #index_main_2 > #index_part_2 > p, #index_main_2 > #index_part_2 > #scrolling_text > h1 > span, #index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span, #index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-child(1) > p:nth-child(1), #index_main_2 > #index_part_1 > #index_part_1_header > h1 > span, #index_main_2 .content_header, #menu_1 > #menu_content > a, #footer_2 > div:nth-last-child(1) > #footer_part_3 > a span, #contact_main > #contact_part_1 > div > a > span:nth-child(1), #contact_main > #contact_part_1 > div > div > span:nth-child(1), #about_main > #about_part_2 > #scrolling_text > h1 > span, #index_main #index_part_6 > #part_4_news > .new_div > div > p, #index_main #index_part_2 > #scrolling_text > h1 > span, #index_main #index_part_1 > #index_part_1_header > a, #menu_2 > #menu_content > div h3 > span, #menu_2 > #menu_content > a, h1, h2 {
  font-family: "Cormorant Infant", sans-serif;
  font-weight: 500 !important;
}

.font_sec {
  font-family: "FH Total Display - Test Regular", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

#index_part_1_img > img {
  filter: grayscale(1);
}

.m_2_i, #index_main #index_part_6 > #part_4_news > .new_div > img, #index_main #index_part_5 > #index_part_5_content_des > #part_3_articles > div > .article_div > img, #index_main #index_part_5 > #index_part_5_content_mob > #part_3_articles > .article_div > img, #index_main #index_part_3 > #part_2_content > div > .part_2_content_img > img {
  filter: grayscale(1);
}

.button_change:hover, #contact_main > #contact_part_2 > #footer_part_2 > #form > button:hover, #team_main .team_member_contact > div > a.v_card_link:hover, #team_main .team_member_contact > .contact_close_button:hover {
  background-color: #010f3b !important;
  color: #f3fcff !important;
}
.button_change:hover > ion-icon, #contact_main > #contact_part_2 > #footer_part_2 > #form > button:hover > ion-icon, #team_main .team_member_contact > div > a.v_card_link:hover > ion-icon, #team_main .team_member_contact > .contact_close_button:hover > ion-icon {
  color: #f3fcff !important;
}

#update_text {
  display: none;
}

body.updating > * {
  display: none;
}
body.updating > *#update_text {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

html {
  overflow-x: hidden;
  scrollbar-width: 0;
  height: 100%;
}

body {
  background-color: #fcfcfc;
  scrollbar-width: 0;
  height: 100%;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/ui/bg.png");
  background-position: center;
  opacity: 0.5; /* Arka plan opaklığını burada ayarlayın */
  z-index: -1; /* İçeriklerin arkasında kalması için */
}
a {
  text-decoration: none;
  color: unset;
}

h1, h2 {
  font-weight: 500;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}

#loading_page {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  padding-top: 20vh;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #bfc0ca;
  z-index: 25;
  transition: 1s allow-discrete, 1s opacity, 2s filter;
  transition-delay: 2s display, 1s opacity, 1s filter;
  background-image: url(/ui/bg.png);
}
#loading_page svg {
  width: 7rem;
}
#loading_page .cls-1 {
  fill: #010f3b;
}
#loading_page.load_done {
  opacity: 0;
  display: none;
  filter: blur(20px);
}
#loading_page div:nth-last-child(1) {
  width: 10rem;
  height: 2px;
  background-color: #010f3b;
  border-radius: 2px;
  animation: loading_line_an 3s ease-in-out forwards;
}
@keyframes loading_line_an {
  0% {
    width: 0;
  }
  20% {
    width: 2.5rem;
  }
  50% {
    width: 6.5rem;
    filter: blur(0);
  }
  90% {
    filter: blur(0px);
  }
  100% {
    width: 6.5rem;
    filter: blur(20px);
  }
}

#nav_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}
#nav_2 > #nav_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#nav_2 > #nav_left > span {
  display: inline-block;
  height: 1.7rem;
}
#nav_2 > #nav_left > span > svg {
  height: 100%;
}
#nav_2 > #nav_left > span > svg .cls-1 {
  fill: #010f3b;
}
#nav_2 #nav_right {
  margin-right: 1rem;
  width: 50vw;
  display: none;
  align-items: center;
  justify-content: space-around;
  gap: 0rem;
}
#nav_2 #nav_right > a {
  padding: 0.7rem 1rem;
  font-weight: 500;
  border-radius: 5px;
}
#nav_2 #nav_right > a:nth-last-child(1) {
  background-color: #010f3b;
  color: #f3fcff;
  font-weight: 300;
}
#nav_2 > #menu_button {
  height: 3.3rem;
  aspect-ratio: 1/1;
  background-color: #010f3b;
  border: 1px solid rgba(82, 82, 98, 0.7215686275);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#nav_2 > #menu_button > ion-icon {
  font-size: 1.8rem;
  color: #f3fcff;
  --ionicon-stroke-width: 15px;
}
@media only screen and (min-width: 800px) {
  #nav_2 #nav_right {
    display: flex;
  }
  #nav_2 #menu_button {
    display: none;
  }
}

#menu_2 {
  position: fixed;
  overflow: hidden;
  left: 0;
  width: 100vw;
  background-color: #f3fcff;
  z-index: 30;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 1s all, 0.3s opacity;
  top: -10%;
  height: 0;
  opacity: 0;
}
#menu_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/ui/bg.png");
  background-position: center;
  opacity: 0.4; /* Arka plan opaklığını burada ayarlayın */
  z-index: -3; /* İçeriklerin arkasında kalması için */
}
#menu_2.menu_active {
  height: 100vh;
  top: 0;
  opacity: 1;
}
#menu_2 > #menu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu_2 > #menu_header > a {
  width: 4rem;
}
#menu_2 > #menu_header > a > svg {
  width: 100%;
}
#menu_2 > #menu_header > button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 1px solid #010f3b;
  background-color: #010f3b;
  border-radius: 5px;
}
#menu_2 > #menu_header > button > ion-icon {
  color: #f3fcff;
  --ionicon-stroke-width: 16px;
  font-size: 2.2rem;
}
#menu_2 > #menu_content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#menu_2 > #menu_content > a {
  font-size: 1.7rem;
  font-weight: 900;
}
#menu_2 > #menu_content > div {
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid #010f3b;
  padding-top: 1.5rem;
  width: 100%;
}
#menu_2 > #menu_content > div h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 1rem;
}
#menu_2 > #menu_content > div h3 > span {
  font-size: 1.7rem;
  font-weight: 900;
  text-shadow: 0 0 1px #010f3b;
  text-wrap: nowrap;
}
#menu_2 > #menu_content > div h3 > ion-icon {
  --ionicon-stroke-width: 16px;
}
#menu_2 > #menu_content > div > div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu_2 > #menu_content > div > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(165, 165, 199, 0.4666666667);
  color: #010f3b;
  padding: 0.6rem;
  border-radius: 5px;
}
#menu_2 > #menu_content > div > div > a > ion-icon {
  --ionicon-stroke-width: 20px;
  font-size: 1.5rem;
}
#menu_2 > #menu_footer {
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 4px;
  gap: 1rem;
}
#menu_2 > #menu_footer > img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#menu_2 > #menu_footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu_2 > #menu_footer > div > span, #menu_2 > #menu_footer > div a {
  font-size: 0.9rem;
  color: #070042;
}
#menu_2 > #menu_footer > div > a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

#index_main {
  overflow-x: hidden;
  padding-top: 10vh;
}
@media only screen and (min-width: 800px) {
  #index_main {
    padding: 1rem;
  }
}
#index_main .content_header_2 {
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#index_main .content_header_2 > h1 {
  font-size: 2.4rem;
  font-weight: 900;
}
#index_main .content_header_2 > p {
  width: 80%;
  color: rgba(82, 82, 98, 0.7215686275);
}
#index_main #index_decoration_1 {
  position: absolute;
  height: 132vh;
  width: 100vw;
  top: 0;
  left: 0;
}
#index_main #index_decoration_1 > #index_part_1_img {
  position: sticky;
  display: inline-block;
  width: auto;
  top: 35vh;
  left: 100%;
  transform: translateX(15%);
  filter: blur(200px);
  animation: index_dec_img_an 1.5s ease-out forwards;
  z-index: 26;
}
@keyframes index_dec_img_an {
  0% {
    filter: blur(200px);
    opacity: 0;
  }
  20% {
    filter: blur(200px);
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
#index_main #index_decoration_1 > #index_part_1_img > img {
  height: 85vh;
}
@media only screen and (min-width: 800px) {
  #index_main #index_decoration_1 {
    height: 160vh;
  }
  #index_main #index_decoration_1 > #index_part_1_img {
    top: 30vh;
    left: 50%;
    transform: translateX(-50%);
  }
  #index_main #index_decoration_1 > #index_part_1_img > img {
    height: 100vh;
  }
}
#index_main #index_part_1 {
  width: 100%;
  padding-top: 5vh;
}
#index_main #index_part_1 > #index_part_1_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: transparent;
  gap: 2rem;
}
#index_main #index_part_1 > #index_part_1_header > h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  text-shadow: 0 0 0.5px #010f3b;
  color: #010f3b;
}
#index_main #index_part_1 > #index_part_1_header > a {
  padding: 0.7rem 1.2rem;
  background-color: #010f3b;
  color: #f3fcff;
  font-size: 1.2rem;
  text-shadow: 0 0 1px #f3fcff;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  z-index: 27;
  opacity: 0;
  filter: blur(20px);
  animation: random_an_1 0.5s ease-out forwards;
  animation-delay: 2s;
  transition: 0.7s;
}
@keyframes random_an_1 {
  to {
    opacity: 1;
    filter: blur(0);
  }
}
#index_main #index_part_1 > #index_part_1_header > a:hover {
  box-shadow: 0 0 10px #010f3b;
}
#index_main #index_part_1 > #index_part_1_content {
  width: 100%;
  height: 100%;
  padding-top: 20vh;
}
#index_main #index_part_1 > #index_part_1_content > #index_part_1_block {
  width: 85vw;
  aspect-ratio: 1/1.1;
  z-index: -3;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid rgba(165, 165, 199, 0.4666666667);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index_main #index_part_1 > #index_part_1_content > #index_part_1_text {
  position: relative;
  z-index: -3 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10vh;
}
#index_main #index_part_1 > #index_part_1_content > #index_part_1_text > h1 {
  font-size: 33vw;
  font-weight: 900;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(165, 165, 199, 0.4666666667);
}
@media only screen and (min-width: 800px) {
  #index_main #index_part_1 {
    padding-top: 10vh;
  }
  #index_main #index_part_1 > #index_part_1_header > h1 {
    font-size: 3.3rem;
  }
  #index_main #index_part_1 > #index_part_1_content > #index_part_1_block {
    width: 80vh;
  }
  #index_main #index_part_1 > #index_part_1_content > #index_part_1_text {
    margin-top: -50vh;
  }
  #index_main #index_part_1 > #index_part_1_content > #index_part_1_text > h1 {
    color: rgba(225, 228, 244, 0.5960784314);
  }
}
#index_main #index_part_2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 15vh;
  padding: 1rem;
}
#index_main #index_part_2 h2 {
  font-size: 2rem;
}
#index_main #index_part_2 > a {
  padding: 0.8rem 1.3rem;
  background-color: #010f3b;
  color: #f3fcff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
#index_main #index_part_2 > a > ion-icon {
  font-size: 1.4rem;
}
#index_main #index_part_2 > #scrolling_text {
  margin-top: 3rem;
  font-size: 2rem;
}
#index_main #index_part_2 > #scrolling_text > h1 {
  transform: translateX(-1.9rem);
  width: 100vw;
  display: flex;
  gap: 1rem;
  line-height: 110%;
  font-weight: 300;
  animation: scrolling_text_an linear;
  animation-timeline: scroll(root);
}
@keyframes scrolling_text_an {
  to {
    transform: translateX(-200%);
  }
}
#index_main #index_part_2 > #scrolling_text > h1 > span {
  font-style: italic;
  text-wrap: nowrap;
}
@media only screen and (min-width: 800px) {
  #index_main #index_part_2 {
    margin-top: 10vh;
  }
  #index_main #index_part_2 > h2 {
    width: 80%;
    font-size: 2.4rem;
  }
  #index_main #index_part_2 > a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#index_main #index_part_3 {
  margin-top: 6vh;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#index_main #index_part_3 > #part_2_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  padding: 1rem;
}
#index_main #index_part_3 > #part_2_content > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
#index_main #index_part_3 > #part_2_content > div > .part_2_content_img {
  width: 90%;
  height: 7rem;
  background-color: rgba(165, 165, 199, 0.4666666667);
}
#index_main #index_part_3 > #part_2_content > div > .part_2_content_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#index_main #index_part_3 > #part_2_content > div > p {
  width: 90%;
  font-size: 0.9rem;
}
@media only screen and (min-width: 800px) {
  #index_main #index_part_3 {
    margin-top: 10vh;
  }
  #index_main #index_part_3 > #part_2_content {
    flex-direction: row;
  }
}
#index_main #index_part_5 {
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#index_main #index_part_5 > #index_part_5_content_mob > #part_3_articles {
  display: flex;
  overflow: visible;
}
#index_main #index_part_5 > #index_part_5_content_mob > #part_3_articles > .article_div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 100vw !important;
  padding: 0 1.5rem;
  flex-shrink: 1;
  position: relative;
}
#index_main #index_part_5 > #index_part_5_content_mob > #part_3_articles > .article_div::before {
  content: attr(aria-label);
  font-size: 0.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5rem;
  color: #010f3b;
}
#index_main #index_part_5 > #index_part_5_content_mob > #part_3_articles > .article_div > img {
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
#index_main #index_part_5 > #index_part_5_content_mob > #part_3_articles > .article_div > div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #6e6e6e;
}
#index_main #index_part_5 > #index_part_5_content_mob > #part_3_articles > .article_div > h2 {
  font-weight: 700 !important;
}
#index_main #index_part_5 > #index_part_5_content_des > #part_3_articles {
  display: flex;
  overflow: visible;
}
#index_main #index_part_5 > #index_part_5_content_des > #part_3_articles > div {
  display: flex;
}
#index_main #index_part_5 > #index_part_5_content_des > #part_3_articles > div > .article_div {
  min-width: 50%;
  max-width: 50%;
  width: 50% !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.5rem;
  flex-shrink: 1;
  position: relative;
}
#index_main #index_part_5 > #index_part_5_content_des > #part_3_articles > div > .article_div::before {
  content: attr(aria-label);
  font-size: 0.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5rem;
  color: #010f3b;
}
#index_main #index_part_5 > #index_part_5_content_des > #part_3_articles > div > .article_div > img {
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
#index_main #index_part_5 > #index_part_5_content_des > #part_3_articles > div > .article_div > div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #6e6e6e;
}
#index_main #index_part_5 > #index_part_5_content_des > #part_3_articles > div > .article_div > h2 {
  font-weight: 700 !important;
}
#index_main #index_part_5 > #index_part_5_content_des {
  display: none;
}
@media only screen and (min-width: 800px) {
  #index_main #index_part_5 > #index_part_5_content_des {
    display: flex;
  }
  #index_main #index_part_5 > #index_part_5_content_mob {
    display: none;
  }
}
#index_main #index_part_6 {
  margin-top: 6vh;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 1.5rem;
}
#index_main #index_part_6 > #part_4_news {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#index_main #index_part_6 > #part_4_news > .new_div {
  display: flex;
  gap: 1rem;
}
#index_main #index_part_6 > #part_4_news > .new_div > img {
  width: 25%;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#index_main #index_part_6 > #part_4_news > .new_div > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #6e6e6e;
  gap: 1rem;
}
#index_main #index_part_6 > #part_4_news > .new_div > div > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#index_main #index_part_6 > #part_4_news > .new_div > div > div:nth-child(1) {
  height: 1rem;
}
#index_main #index_part_6 > #part_4_news > .new_div > div > p {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3rem;
  height: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; /* Burada 3 satır ile sınırlandırıyoruz */
  color: #000000;
  font-weight: 700 !important;
}
@media only screen and (min-width: 800px) {
  #index_main #index_part_6 {
    gap: 7rem;
  }
}
#index_main #index_part_7 {
  margin-top: 7vh;
}
#index_main #index_part_7 > #index_part_7_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem;
}
#index_main #index_part_7 > #index_part_7_content > input {
  padding: 1rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #010f3b;
  outline: none;
  font-size: 1.1rem;
}
#index_main #index_part_7 > #index_part_7_content > button {
  padding: 1rem;
  background-color: #010f3b;
  border-radius: 3px;
  color: #f3fcff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#index_main #index_part_7 > #index_part_7_content > button > ion-icon {
  color: #f3fcff;
  font-size: 1.3rem;
}
@media only screen and (min-width: 800px) {
  #index_main #index_part_7 {
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

#about_main {
  width: 100%;
  padding: 1rem;
  padding-top: 13vh;
}
#about_main > #about_part_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#about_main > #about_part_1 > #about_part_1_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#about_main > #about_part_1 > #about_part_1_img > h1 {
  font-size: 2.3rem;
}
#about_main > #about_part_1 > #about_part_1_img > img {
  border-radius: 5px;
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#about_main > #about_part_1 > #about_part_1_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#about_main > #about_part_1 > #about_part_1_content > p {
  font-size: 1rem;
  font-weight: 400 !important;
  color: #6e6e6e;
  text-shadow: unset;
}
#about_main > #about_part_1 > a {
  width: 100%;
  background-color: #010f3b;
  color: #f3fcff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-radius: 5px;
}
#about_main > #about_part_1 > a > ion-icon {
  font-size: 1.4rem;
}
#about_main > #about_part_2 > #scrolling_text {
  margin-top: 3rem;
  font-size: 2rem;
}
#about_main > #about_part_2 > #scrolling_text > h1 {
  transform: translateX(-1.9rem);
  width: 100vw;
  display: flex;
  gap: 1rem;
  line-height: 50%;
  font-weight: 300;
  animation: scrolling_text_an linear;
  animation-timeline: scroll(root);
}
#about_main > #about_part_2 > #scrolling_text > h1 > span {
  font-style: italic;
  text-wrap: nowrap;
}
@keyframes scrolling_text_an {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-100%);
  }
}
#about_main > #about_part_2 > #about_part_2_content {
  display: flex;
  flex-direction: column;
}
#about_main > #about_part_2 > #about_part_2_content > p {
  font-size: 1rem;
  font-weight: 400 !important;
  color: #6e6e6e;
  text-shadow: unset;
}
#about_main > #about_part_2 > #about_part_2_content > a {
  width: 100%;
  margin-top: 3rem;
  background-color: #010f3b;
  color: #f3fcff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-radius: 5px;
}
#about_main > #about_part_2 > #about_part_2_content > a > ion-icon {
  font-size: 1.4rem;
}
@media only screen and (min-width: 800px) {
  #about_main {
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 3rem;
  }
  #about_main #scrolling_text {
    display: none;
  }
  #about_main > section {
    width: 40% !important;
  }
  #about_main > section:nth-last-child(1) {
    padding-top: 7vh;
  }
}

#team_main {
  padding: 1rem;
  padding-top: 13vh;
}
#team_main > #team_part_1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#team_main > #team_part_1 > h1 {
  font-size: 2.3rem !important;
}
#team_main > #team_part_1 > p {
  font-size: 1rem;
  color: #6e6e6e;
}
#team_main > #team_part_2 {
  margin-top: 5vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#team_main > #team_part_2 > .team_member_card {
  cursor: pointer;
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
#team_main > #team_part_2 > .team_member_card > .team_member_card_img {
  width: 100%;
  height: 13rem;
}
#team_main > #team_part_2 > .team_member_card > .team_member_card_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#team_main > #team_part_2 > .team_member_card > h2 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #010f3b;
}
#team_main > #team_part_2 > .team_member_card > .team_member_info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#team_main > #team_part_2 > .team_member_card > .team_member_info > span {
  font-size: 0.8rem;
  font-weight: 300 !important;
}
#team_main > #team_part_2 > .team_member_card > .team_member_info > div {
  display: flex;
  gap: 0.3rem;
}
#team_main > #team_part_2 > .team_member_card > .team_member_info > div > ion-icon {
  font-size: 1.4rem;
  --ionicon-stroke-width: 15px;
}
#team_main .team_member_contact {
  z-index: 30;
  position: fixed;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  right: 0;
  bottom: 0;
  border-top-left-radius: 2px;
  padding-top: 5rem;
  transition: 0.4s ease-out;
  background-color: #f3fcff;
  overflow-y: scroll;
}
#team_main .team_member_contact::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/ui/bg.png");
  background-position: center;
  opacity: 0.3; /* Arka plan opaklığını burada ayarlayın */
  z-index: -1; /* İçeriklerin arkasında kalması için */
}
#team_main .team_member_contact > .contact_close_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2rem;
  top: 6rem;
  width: 3rem;
  height: 3rem;
  background-color: #f3fcff;
  border-radius: 3px;
  color: #010f3b;
  border: 1px solid #010f3b;
}
#team_main .team_member_contact > .contact_close_button > ion-icon {
  color: #010f3b;
  font-size: 3rem;
  --ionicon-stroke-width: 12px;
}
#team_main .team_member_contact > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  padding: 1rem 2rem;
}
#team_main .team_member_contact > div > h2 {
  font-size: 1.4rem;
}
#team_main .team_member_contact > div > h3 {
  font-size: 0.8rem;
  font-weight: 400;
}
#team_main .team_member_contact > div > a.v_card_link {
  font-size: 0.9rem;
  margin: 1.5rem 0;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #010f3b;
  font-weight: 300;
  border-radius: 3px;
  transition: 0.2s;
}
#team_main .team_member_contact > div > a {
  font-weight: 300;
  margin-bottom: 0.5rem;
}
#team_main .team_member_contact > div > img {
  width: 100%;
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0;
}
#team_main .team_member_contact > div > div {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 0.5rem;
}
#team_main .team_member_contact > div > div > span:nth-child(1) {
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(165, 165, 199, 0.4666666667);
  color: #6e6e6e;
  font-weight: 400;
}
#team_main .team_member_contact > div > div > span:nth-last-child(1) {
  font-size: 0.9rem;
}
#team_main .team_member_contact.member_contact_active {
  transform: translateX(0);
}
@media only screen and (min-width: 800px) {
  #team_main {
    display: flex;
    justify-content: space-around;
    padding: 5rem;
    padding-top: 13vh;
  }
  #team_main > section {
    width: 40%;
  }
  #team_main .team_member_contact {
    padding-top: 2rem;
    width: 30vw;
  }
  #team_main .team_member_contact .contact_close_button {
    top: 3rem;
  }
}

#contact_main {
  padding: 1rem;
  padding-top: 13vh;
}
#contact_main > #contact_part_1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#contact_main > #contact_part_1 > h1 {
  font-size: 2.3rem;
}
#contact_main > #contact_part_1 > img {
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact_main > #contact_part_1 > div {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#contact_main > #contact_part_1 > div > a, #contact_main > #contact_part_1 > div > div {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
#contact_main > #contact_part_1 > div > a > span:nth-child(1), #contact_main > #contact_part_1 > div > div > span:nth-child(1) {
  font-size: 1.1rem;
}
#contact_main > #contact_part_1 > div > a > span:nth-last-child(1), #contact_main > #contact_part_1 > div > div > span:nth-last-child(1) {
  font-weight: 300;
}
#contact_main > #contact_part_1 > div > div > div {
  display: flex;
  gap: 2rem;
  margin-top: 0.7rem;
}
#contact_main > #contact_part_1 > div > div > div > a > ion-icon {
  font-size: 1.75rem;
}
#contact_main > #contact_part_2 > #footer_part_2 {
  border-top: 1px solid rgba(165, 165, 199, 0.4666666667);
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#contact_main > #contact_part_2 > #footer_part_2 > #footer_part_2_header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#contact_main > #contact_part_2 > #footer_part_2 > #footer_part_2_header > h2 {
  font-style: italic;
}
#contact_main > #contact_part_2 > #footer_part_2 > #footer_part_2_header > span {
  font-size: 0.8rem;
}
#contact_main > #contact_part_2 > #footer_part_2 > #form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#contact_main > #contact_part_2 > #footer_part_2 > #form > input, #contact_main > #contact_part_2 > #footer_part_2 > #form textarea, #contact_main > #contact_part_2 > #footer_part_2 > #form button {
  background-color: transparent;
  padding: 0.5rem 0.2rem;
  border: none;
  outline: none;
  font-weight: 300;
  border-bottom: 1px solid #8e8e8e;
}
#contact_main > #contact_part_2 > #footer_part_2 > #form > span {
  font-size: 0.7rem;
}
#contact_main > #contact_part_2 > #footer_part_2 > #form > button {
  padding: 1rem 1rem;
  font-size: 1rem;
  border: 1px solid #8e8e8e;
  color: #010f3b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
#contact_main > #contact_part_2 > #footer_part_2 > #form > button > ion-icon {
  font-size: 1.2rem;
}
@media only screen and (min-width: 800px) {
  #contact_main {
    display: flex;
    padding: 5rem;
    padding-top: 15vh;
  }
  #contact_main > section {
    width: 50%;
  }
}

#services_main {
  padding: 1rem;
  padding-top: 13vh;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#services_main > #services_part_1 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#services_main > #services_part_1 > h1 {
  font-size: 2.3rem;
}
#services_main > #services_part_2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#services_main > #services_part_2 > div {
  display: flex;
  gap: 0.3rem;
}
#services_main > #services_part_2 > div > img {
  width: 30%;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
#services_main > #services_part_2 > div > div {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#services_main > #services_part_2 > div > div > p {
  font-size: 0.7rem;
}
@media only screen and (min-width: 800px) {
  #services_main {
    padding: 5rem;
    padding-top: 17vh;
  }
  #services_main > #services_part_1 {
    align-items: center;
  }
  #services_main > #services_part_1 > p {
    text-align: center;
    width: 60%;
  }
  #services_main > #services_part_2 {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 5rem;
  }
  #services_main > #services_part_2 > div {
    width: 20%;
    flex-direction: column;
    align-items: center;
  }
  #services_main > #services_part_2 > div > img {
    width: 100%;
    height: 10rem;
  }
  #services_main > #services_part_2 > div > div {
    align-items: center;
    text-align: center;
  }
  #services_main > #services_part_2 > div > div > h2 {
    width: 100%;
  }
  #services_main > #services_part_2 > div > div > p {
    width: 100%;
    font-size: 0.8rem;
  }
}

#footer_2 {
  margin-top: 10vh;
  background-color: #010f3b;
  min-height: 50vh;
  padding: 2rem 1.5rem;
  color: #f3fcff;
}
#footer_2 > #footer_part_1 {
  display: flex;
  gap: 1rem;
}
#footer_2 > #footer_part_1 > div {
  padding-top: 1rem;
  border-top: 1px solid rgba(82, 82, 98, 0.7215686275);
  width: 50%;
  color: #f3fcff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#footer_2 > #footer_part_1 > div > h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-style: italic;
}
#footer_2 > #footer_part_1 > div > a {
  font-size: 0.9rem;
  font-weight: 300;
}
#footer_2 #footer_part_ad {
  margin-top: 2rem;
}
#footer_2 #footer_part_ad > a {
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  border: 1px solid #8e8e8e;
  border-radius: 3px;
  background-color: rgba(82, 82, 98, 0.7215686275);
}
#footer_2 #footer_part_ad > a > ion-icon {
  font-size: 1.3rem;
}
#footer_2 > div:nth-last-child(1) {
  display: flex;
  flex-direction: column;
}
#footer_2 > div:nth-last-child(1) > div {
  width: 100%;
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 {
  border-top: 1px solid rgba(165, 165, 199, 0.4666666667);
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 > #footer_part_2_header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 > #footer_part_2_header > h2 {
  font-style: italic;
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 > #footer_part_2_header > span {
  font-size: 0.8rem;
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 > #form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 > #form > input, #footer_2 > div:nth-last-child(1) > #footer_part_2 > #form textarea, #footer_2 > div:nth-last-child(1) > #footer_part_2 > #form button {
  background-color: transparent;
  padding: 0.5rem 0.2rem;
  border: none;
  outline: none;
  color: #eeeeee;
  font-weight: 300;
  border-bottom: 1px solid rgba(165, 165, 199, 0.4666666667);
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 > #form > span {
  font-size: 0.7rem;
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 > #form > button {
  padding: 1rem 1rem;
  font-size: 1rem;
  border: 1px solid rgba(165, 165, 199, 0.4666666667);
  color: rgba(255, 255, 255, 0.8549019608);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
#footer_2 > div:nth-last-child(1) > #footer_part_2 > #form > button > ion-icon {
  font-size: 1.2rem;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > div {
  width: 100%;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > div > img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eeeeee;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > a span {
  font-style: italic;
  color: #010f3b;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > a span:nth-last-child(1) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > a span:nth-last-child(1) > span {
  font-weight: 400 !important;
  color: #010f3b;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > a span:nth-last-child(1) > ion-icon {
  font-size: 1.3rem;
  --ionicon-stroke-width: 25px;
  color: #010f3b;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > div:nth-last-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer_2 > div:nth-last-child(1) > #footer_part_3 > div:nth-last-child(1) > a {
  padding: 0.5rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.9rem;
  color: #8e8e8e;
}
@media only screen and (min-width: 800px) {
  #footer_2 {
    padding: 3rem 3rem;
  }
  #footer_2 > div:nth-last-child(1) {
    flex-direction: row;
    gap: 6rem;
  }
  #footer_2 > div:nth-last-child(1) > div {
    width: 100%;
  }
  #footer_2 > div:nth-last-child(1) > div img {
    -o-object-position: center 45%;
       object-position: center 45%;
  }
}

#nav_1 {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 1.5rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  transition: 0.4s;
}
#nav_1.nav_active {
  background-color: #fcfcfc;
  border-bottom: 1px solid #070042;
  opacity: 1;
}
#nav_1.nav_passive {
  background-color: #fcfcfc;
  border-bottom: 1px solid #070042;
  opacity: 1;
}
#nav_1.nav_passive .cls-1 {
  fill: #070042 !important;
}
#nav_1 > #nav_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  line-height: 110%;
}
#nav_1 > #nav_left > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#nav_1 > #nav_left > span > svg {
  height: 60%;
}
#nav_1 > #nav_left > span > svg .cls-1 {
  fill: #fcfcfc;
}
#nav_1 > #menu_button {
  height: 3rem;
  color: #070042;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav_1 > #menu_button > svg {
  height: 60%;
}
#nav_1 > #menu_button > svg .cls-1 {
  fill: #fcfcfc;
}

#menu_1 {
  transform: translateX(100%);
  width: 100vw;
  height: 100vh;
  position: fixed;
  padding: 1.5rem;
  top: 0;
  left: 0;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
  transition: 0.5s ease;
}
#menu_1.menu_active {
  transform: translateX(0);
}
#menu_1 .cls-1 {
  fill: #070042 !important;
}
#menu_1 > #menu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu_1 > #menu_header > #menu_header_left {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  height: 3.5rem;
}
#menu_1 > #menu_header > #menu_header_left > svg {
  height: 50%;
}
#menu_1 > #menu_header > #menu_header_left > span {
  display: inline-block;
  font-size: 0.9rem;
}
#menu_1 > #menu_header > #menu_header_right {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu_1 > #menu_header > #menu_header_right > svg {
  height: 75%;
}
#menu_1 > #menu_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
}
#menu_1 > #menu_content > a {
  text-align: left;
  font-size: 2rem;
  color: #070042;
  font-weight: 400;
  border-bottom: 1px solid #070042;
}
#menu_1 > #menu_footer {
  height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#menu_1 > #menu_footer > a {
  font-size: 1.1rem;
  color: #070042;
}

#hero_video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}
#hero_video.v1 {
  -o-object-position: center left;
     object-position: center left;
  overflow-x: hidden;
  filter: grayscale(1);
  -webkit-mask-image: linear-gradient(#000000 70%, rgba(255, 242, 223, 0) 100%);
          mask-image: linear-gradient(#000000 70%, rgba(255, 242, 223, 0) 100%);
}
#hero_video.v2 {
  -o-object-position: top right;
     object-position: top right;
  height: 50vh;
  filter: grayscale(100%) sepia(100%) brightness(48%) hue-rotate(171deg) saturate(1000%) contrast(110%);
  -webkit-filter: grayscale(100%) sepia(100%) brightness(48%) hue-rotate(171deg) saturate(1000%) contrast(110%);
  -moz-filter: grayscale(100%) sepia(100%) brightness(48%) hue-rotate(171deg) saturate(1000%) contrast(110%);
}

#index_main_2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.5rem;
  min-height: 200vh;
}
#index_main_2 .content_header {
  border-top: 1px solid #070042;
  padding-top: 1rem;
  font-style: italic;
  font-size: 1.7rem;
  font-weight: 600;
}
#index_main_2 > #index_part_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#index_main_2 > #index_part_1 > #index_part_1_header {
  padding-top: 12vh;
}
#index_main_2 > #index_part_1 > #index_part_1_header > h1 {
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fcfcfc;
  position: relative;
  animation: openFromMiddle 1.5s ease-out forwards;
  height: 7rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: inset(0px 50% 0px 50%);
  -webkit-clip-path: inset(0px 50% 0px 50%);
}
#index_main_2 > #index_part_1 > #index_part_1_header > h1 > span {
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
}
@keyframes openFromMiddle {
  0% {
    clip-path: inset(0px 50% 0px 50%);
    -webkit-clip-path: inset(0px 50% 0px 50%);
    transform: scale(0.9);
  }
  20% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    clip-path: inset(0px 0px 0px 0px);
    -webkit-clip-path: inset(0px 0px 0px 0px);
  }
}
#index_main_2 > #index_part_1 > #index_part_1_content {
  margin-top: 25vh;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
  font-size: 1.6rem;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
  font-size: 1rem;
  color: #6e6e6e;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-last-child(1) {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-last-child(1) > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-last-child(1) > div > button {
  width: 50%;
  height: 2.6rem;
  border: 1px solid #070042;
  padding: 0.5rem 0.5rem;
  padding-left: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-last-child(1) > div > button:hover {
  background-color: #070042;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-last-child(1) > div > button:hover > span {
  color: #fcfcfc;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-last-child(1) > div > button:hover > ion-icon {
  color: #fcfcfc;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-last-child(1) > div > button > span {
  line-height: 0%;
}
#index_main_2 > #index_part_1 > #index_part_1_content > div:nth-child(2) > div:nth-last-child(1) > div > button > ion-icon {
  font-size: 1rem;
}
#index_main_2 > #index_part_2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#index_main_2 > #index_part_2 > #scrolling_text {
  font-size: 2rem;
}
#index_main_2 > #index_part_2 > #scrolling_text > h1 {
  transform: translateX(-1.9rem);
  width: 100vw;
  display: flex;
  gap: 1rem;
  line-height: 110%;
  font-weight: 300;
  animation: scrolling_text_an linear;
  animation-timeline: scroll(root);
}
@keyframes scrolling_text_an {
  to {
    transform: translateX(-200%);
  }
}
#index_main_2 > #index_part_2 > #scrolling_text > h1 > span {
  font-style: italic;
  text-wrap: nowrap;
}
#index_main_2 > #index_part_2 > p {
  font-size: 1.7rem;
  font-weight: 500;
}
#index_main_2 > #index_part_2 > #index_part_2_img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index_main_2 > #index_part_2 > #index_part_2_content {
  display: flex;
  flex-direction: column;
}
#index_main_2 > #index_part_2 > #index_part_2_content > .services_card {
  cursor: pointer;
  padding: 2rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #070042;
  transition: 0.6s;
  transform: scaleY(1);
}
#index_main_2 > #index_part_2 > #index_part_2_content > .services_card:nth-child(1) {
  border-top: 1px solid #070042;
}
#index_main_2 > #index_part_2 > #index_part_2_content > .services_card > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index_main_2 > #index_part_2 > #index_part_2_content > .services_card > div > span {
  line-height: 110%;
}
#index_main_2 > #index_part_2 > #index_part_2_content > .services_card > div > ion-icon {
  font-size: 1.6rem;
}
#index_main_2 > #index_part_2 > #index_part_2_content > .services_card p {
  padding-top: 2rem;
  display: none;
}
#index_main_2 > #index_part_2 > #index_part_2_content > .services_card.services_card_active {
  transform: scaleY(1);
}
#index_main_2 > #index_part_2 > #index_part_2_content > .services_card.services_card_active p {
  display: inline-block;
}
#index_main_2 > #index_part_3 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#index_main_2 > #index_part_3 > .content_header {
  border: none;
  font-size: 1.7rem;
}
#index_main_2 > #index_part_3 > #index_part_3_content > #part_3_articles {
  display: flex;
  overflow: visible;
}
#index_main_2 > #index_part_3 > #index_part_3_content > #part_3_articles > .article_div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 87.5vw !important;
  flex-shrink: 1;
}
#index_main_2 > #index_part_3 > #index_part_3_content > #part_3_articles > .article_div > img {
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#index_main_2 > #index_part_3 > #index_part_3_content > #part_3_articles > .article_div > div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #6e6e6e;
}
#index_main_2 > #index_part_3 > #index_part_3_content > #part_3_articles > .article_div > h2 {
  font-weight: 700 !important;
}
#index_main_2 > #index_part_4 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#index_main_2 > #index_part_4 > .content_header {
  font-size: 1.7rem;
}
#index_main_2 > #index_part_4 > #index_part_4_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#index_main_2 > #index_part_4 > #index_part_4_content > #part_4_news {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#index_main_2 > #index_part_4 > #index_part_4_content > #part_4_news > .new_div {
  display: flex;
  gap: 1rem;
}
#index_main_2 > #index_part_4 > #index_part_4_content > #part_4_news > .new_div > img {
  width: 25%;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#index_main_2 > #index_part_4 > #index_part_4_content > #part_4_news > .new_div > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #6e6e6e;
  gap: 1rem;
}
#index_main_2 > #index_part_4 > #index_part_4_content > #part_4_news > .new_div > div > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#index_main_2 > #index_part_4 > #index_part_4_content > #part_4_news > .new_div > div > div:nth-child(1) {
  height: 1rem;
}
#index_main_2 > #index_part_4 > #index_part_4_content > #part_4_news > .new_div > div > p {
  font-size: 1.2rem;
  line-height: 1.3rem;
  height: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; /* Burada 3 satır ile sınırlandırıyoruz */
  color: #000000;
  font-weight: 700 !important;
}
#index_main_2 > #index_part_5 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#index_main_2 > #index_part_5 > div:nth-last-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
#index_main_2 > #index_part_5 > div:nth-last-child(1) h3 {
  font-size: 2rem;
}
#index_main_2 > #index_part_5 > div:nth-last-child(1) > input {
  width: 100%;
  border: 1px solid #070042;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  outline: none;
}
#index_main_2 > #index_part_5 > div:nth-last-child(1) > button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #070042;
  padding: 0.5rem 1rem;
  color: #eeeeee;
  border-radius: 3px;
}
@media only screen and (min-width: 900px) {
  #index_main_2 {
    gap: 5rem;
    padding: 2rem 5rem;
  }
  #index_main_2 .content_header {
    font-size: 1.5rem;
  }
  #index_main_2 > #index_part_1 > #index_part_1_content > div:nth-last-child(1) {
    gap: 7rem;
  }
  #index_main_2 > #index_part_1 > #index_part_1_content > div:nth-last-child(1) > div:nth-child(1) {
    width: 60%;
  }
  #index_main_2 > #index_part_1 > #index_part_1_content > div:nth-last-child(1) > div:nth-child(1) > p:nth-child(1) {
    font-size: 2.9rem !important;
  }
  #index_main_2 > #index_part_1 > #index_part_1_content > div:nth-last-child(1) > div:nth-last-child(1) {
    flex-direction: column;
    width: 40%;
    float: right;
    align-self: flex-end;
  }
  #index_main_2 > #index_part_1 > #index_part_1_content > div:nth-last-child(1) > div:nth-last-child(1) > p:nth-child(1) {
    font-size: 1.1rem !important;
  }
  #index_main_2 > #index_part_2 > #scrolling_text {
    opacity: 0;
  }
  #index_main_2 > #index_part_2 > p {
    font-size: 2.5rem;
    width: 70%;
    padding-right: 2rem;
    align-self: flex-end;
    text-align: left;
  }
}

.swiper-scrollbar {
  width: 100%;
  height: 5px;
}

p {
  position: relative;
}
p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fcfcfc 100%, transparent);
  transition: 2s;
}
p.activated_p::before {
  animation: p_bef_an 1s linear forwards;
}
@keyframes p_bef_an {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#footer_1 {
  background-color: #070042;
  padding: 2rem 1rem;
  color: #eeeeee;
  margin-top: 10vh;
}
#footer_1 > #footer_part_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer_1 > #footer_part_1 > div {
  border-top: 1px solid rgba(165, 165, 199, 0.4666666667);
  width: 49%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#footer_1 > #footer_part_1 > div > h2 {
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#footer_1 > #footer_part_1 > div > a {
  color: #eeeeee;
  font-size: 0.9rem;
  font-weight: 300;
}
#footer_1 > #footer_part_1 > div:nth-child(1), #footer_1 > #footer_part_1 > div:nth-child(3) {
  margin-right: 1%;
}
#footer_1 > #footer_part_1 > div:nth-child(3), #footer_1 > #footer_part_1 > div:nth-child(4) {
  margin-top: 1.5rem;
}
#footer_1 > #footer_part_2 {
  border-top: 1px solid rgba(165, 165, 199, 0.4666666667);
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#footer_1 > #footer_part_2 > #footer_part_2_header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#footer_1 > #footer_part_2 > #footer_part_2_header > h2 {
  font-style: italic;
}
#footer_1 > #footer_part_2 > #footer_part_2_header > span {
  font-size: 0.8rem;
}
#footer_1 > #footer_part_2 > #form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#footer_1 > #footer_part_2 > #form > input, #footer_1 > #footer_part_2 > #form textarea, #footer_1 > #footer_part_2 > #form button {
  background-color: transparent;
  padding: 0.5rem 0.2rem;
  border: none;
  outline: none;
  color: #eeeeee;
  font-weight: 300;
  border-bottom: 1px solid rgba(165, 165, 199, 0.4666666667);
}
#footer_1 > #footer_part_2 > #form > span {
  font-size: 0.7rem;
}
#footer_1 > #footer_part_2 > #form > button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid rgba(165, 165, 199, 0.4666666667);
  color: rgba(255, 255, 255, 0.8549019608);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer_1 > #footer_part_3 {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#footer_1 > #footer_part_3 > a {
  width: 100%;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #eeeeee;
}
#footer_1 > #footer_part_3 > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
#footer_1 > #footer_part_3 > a > span > ion-icon {
  font-size: 1.3rem;
}
#footer_1 > #footer_part_3 > #footer_img > iframe {
  width: 100%;
}
#footer_1 > #footer_part_3 > #footer_footer {
  font-size: 0.7rem;
  text-align: justify;
  font-weight: 300;
}/*# sourceMappingURL=style.css.map */