@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
  width: auto;
  height: auto;
  /* font-size: 18px; */
  font-family: "Noto Sans";
}

.iport-linkler {
  height: 100%;
  display: block;
}

#red-text {
  color: #102694;
}

#title-text-separator {
  width: 120px;
  margin-top: 1%;
  border: solid 1px #102694;
}

#loading-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.loading {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* HEADER */

/* SLİDER */
.slide-text {
  font-family: "Open Sans", Arial, sans-serif;
  flex-direction: column;
  width: 100%;
  font-size: 30px;
  /* text-align: center; */
  align-items: start;
  font-weight: bold;
  color: white;
  text-shadow: rgb(52, 52, 52) 1px 0 0px;
  line-height: 75px;
  border-width: 0px;
  margin: 10px;
  padding: 0px;
  font-weight: 900;
  font-size: 48px;
}

.slide-text h2 {
  font-size: 48px;
  margin: 0;
}

.slide-text h1 {
  font-weight: 800;
  /* display: inline; */
  /* Teknolojik kelimesini inline element yaparak yan yana gelmesini sağlar */
  margin: 0;
  /* H1 elementinin default margin'ini sıfırlar */
  animation: myAnim 0.8s ease-in 0s 1 normal none
}

@keyframes myAnim {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
    transform: scale(2);
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
  }
}

#hero-header {
  /* width: 100vw; */
  height: 100vh;
  box-shadow: 1px 1px 1px #bebebe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(e2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#hero-content {
  min-height: 270px;
}

/* #hero-text {
  font-size: 1.75em;
  margin-top: 2%;
  margin-bottom: 6%;
  font-weight: bold;
  font-family: 'Be Vietnam Pro', sans-serif;
  color: #102694ce;
} */

#slider-text {
  position: relative;
  min-width: 30rem;
  min-height: 130px;
  font-family: "Be Vietnam Pro", sans-serif;
}


.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2em;
  line-height: 1.5em;
}

.hero-content h2 {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
  line-height: 1.25em;
}

.hero-content img {
  width: 5.5rem;
  border: 1px solid #fff;
  border-radius: 100%;
}

.text-content {
  padding: 4rem 0;
  border: 1px solid white;
  border-left: none;
  border-right: none;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-content h2 {
  margin-bottom: 18px;
}

.before-content {
  position: relative;
}

.before-content>* {
  margin-top: 3rem;
}

.before-content>*:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-3rem - 1px);
  left: calc(50% - 1px);
  width: 1px;
  height: calc(3rem + 1px);
  background: #ffffff;
}

.table-content {
  position: relative;
  text-align: center;
}

.table-content table {
  margin: 0 auto;
}

.table-content table tr td {
  font-size: 16px;
  padding: 13px 35px;
  margin: 0;
}

.table-content table tr td:hover {
  background-color: #ffffff2a;
}

.table-content table {
  border: 1px solid;
  border-radius: 3px;
}

.table-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background: #ffffff;
}

.table-content a {
  text-decoration: none;
  color: white;
}

.vizyon {
  display: none;
}

@keyframes expand {
  100% {
    padding: 4rem 0;
  }

  0% {
    padding: 0rem 0;
  }
}

.text-content {
  animation: expand 0.5s ease-in-out;
}

/* Vizyon ve misyon sınıflarını görünür yapmak için JS kodu ile kontrol edebilirsiniz */

/* SLİDER CARD */

.slider-card-center {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  z-index: -1111;
}

.slider-card {
  width: calc(17% - 30px);
  height: 250px;
  background-color: #fff;
  background: transparent;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 7rem 1.5rem;
}

.slider-card h1 {
  text-align: center;
}

.slider-card .additional {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2f519189;
  transition: height 0.5s;
  overflow: hidden;
  z-index: 2;
  bottom: 0;
  /* Kartın altından başlaması için */
}

.slider-card:hover .additional {
  height: 100%;
  /* Kartın üzerine gelince yüksekliği azaltmak için */
  border: 1px solid rgb(150, 150, 150);
  background-color: #2f5191;
}

.slider-card .additional .more-info {
  height: 100%;
}

.more-info-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 75px;
}

.more-info-title p {
  line-height: 24px;
}

.more-info-title img {
  color: white;
}

.more-info hr {
  background-color: rgb(254, 254, 254);
  height: 1px;
}

.more-info p {
  text-align: justify;
  padding: 15px;
}

/* SLİDER CARD */

/* SLİDER */

/* WRAPPER2 */

.wrapper2 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 2em;
  color: #444;
  margin: 0 7vw;
  padding: 100px 0 80px 0;
}

.wrapper2 h4 {
  color: #242f67;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.5em;
}

.feature-grid {
  position: relative;
}

.feature-grid:after {
  clear: both;
  content: "";
  display: block;
}

.feature-grid .feature {
  float: left;
  margin-bottom: 3em;
  width: 50%;
}

.feature-grid .feature .content {
  width: 60%;
}

.feature-grid .feature .image img {
  display: inline;
  max-width: 100%;
}

.feature-grid .feature:nth-child(odd) .content,
.feature-grid .feature:nth-child(odd) .image {
  float: right;
  margin-right: 5%;
  text-align: right;
}

.feature-grid .feature:nth-child(even) .content,
.feature-grid .feature:nth-child(even) .image {
  float: left;
  margin-left: 5%;
  text-align: left;
}

@media screen and (max-width: 480px) {

  .feature-grid .feature .content,
  .feature-grid .feature .image {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  .feature-grid .feature .image {
    margin-bottom: 1em;
  }

  .feature {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1280px) {
  .feature-grid .feature {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 1200px) {
  .feature-grid .feature {
    display: block;
    width: 100%;
  }

  .feature-grid .feature .content {
    width: 65%;
  }

  .feature-grid .feature .image.rounded {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 736px) {
  .feature-grid .feature {
    margin-bottom: 1em;
  }
}

/* Image */

.image.rounded {
  border-radius: 100%;
}

.image.rounded img {
  border: solid 0.5em #242f67;
  border-radius: 100%;
  padding: 25px;
}

.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .feature-grid .feature {
    display: block;
    width: 100%;
  }
}

/* HAKKIMIZDA */

#features-container {
  box-shadow: 2px 2px 15px #525252;
}

#service-features {
  display: flex;
  flex-direction: row;
  /* Change flow-direction to "column" in the responsive design for the features to stack
    one on top of another. */
  justify-content: space-around;
  margin-top: 2%;
  padding-bottom: 3%;
}

#features-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  padding: 1%;
  display: flex;
  width: 60%;
}

#features-description h1 {
  font-size: 45px;
  padding-top: 6%;
  padding-bottom: 2%;
}

#features-description p {
  padding-top: 4%;
  margin-top: 1%;
  max-width: 70%;
  padding-bottom: 0;
  margin-bottom: 6%;
}

/* HAKKIMIZDA */

/* HIZLI LİNK */
.arkaplan {
  background-color: #d1d9df;
  /* background-color: #ece8e4; */
  /* background-color: #c4b9b4; */
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cont {
  width: 80%;
}

.container {
  gap: 1fr;
  display: flex;
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cell {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cell:nth-child(1) {
  color: #102694;
  font-size: 50px;
  font-family: "Noto Sans";
}

.cell:nth-child(2) {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  line-height: 35px;
  letter-spacing: 2px;
  font-family: "Noto Sans";
}

.cell:nth-child(3) {
  text-align: center;
  color: #333333;
  font-size: 16px;
}

.cell img {
  width: 50px;
}

@media all and (max-width: 570px) {
  .cont .container {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 5vw;
  }

}

/* HIZLI LİNK */

/* ÜRÜNLERİMİZ */

#presentation-container {
  display: flex;
  flex-flow: column;
}

#presentation-title-description {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-top: 5%;
  width: 60%;
}

#presentation-title-description h1 {
  font-size: 45px;
  padding-bottom: 2%;
}

#presentation-title-description p {
  margin-top: 1%;
  padding: 4%;
}

#section-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.product-button {
  border: none;
  border-radius: 50%;
  background-color: inherit;
  box-shadow: 1px 2px 15px #bebebe;
  padding: 7px;
  text-align: center;
  margin: 1%;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.daire {
  border-radius: 50%;
  background-color: #bebebe;
  padding: 5px;
}

.product-button:hover {
  cursor: pointer;
}

.product-button:focus {
  outline: 0;
}

.product-button-active {
  background-color: #102694;
  color: white;
}

.wrap-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  width: 140px;
  height: 45px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #a1a2a4;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin: 0px auto;
}

.button:hover {
  background-color: #285585;
  box-shadow: 0px 15px 20px rgba(46, 122, 229, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

/* -- SUBSECTION CSS: Section Content CSS -- */

#section-content-container {
  margin: auto;
  width: 63%;
}

.product-content {
  display: flex;
  flex-flow: row;
  justify-content: center;
  padding: 2%;
}

#content-image {
  width: 100%;
  height: 100%;
  max-width: 40vw;
  height: auto;
  filter: drop-shadow(10px 8px 6px #717171);
}

#content-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 35%;
  z-index: -1;
}

#content-title-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding: 1%;
}

#content-title-text p {
  margin-top: 2%;
}

.product-features-list {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 5%;
}

#first-feature-list {
  margin-top: 0;
}

#product-feature-image {
  justify-content: flex-start;
  align-items: flex-start;
  width: 10%;
}

#correct-icon {
  width: 100%;
  height: 100%;
}

#inside-features-title-text {
  display: flex;
  flex-flow: column;
  margin-left: 2%;
}

/* ÜRÜNLERİMİZ */

/* SAYILARLA ENELSİS */

.middle {
  margin-top: 6%;
}

.counting-sec {
  padding: 40px 0;
  width: 100%;
  background: #a1a2a4;
  /* background-color: #bdc7c9; */
}

.inner-width {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 1fr;
  /* Burada gap özelliğini tanımlayın */
}

.col {
  flex: 1;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 5px;
  /* Sağ ve sol kenarlar için margin ekleyin */
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
}


.col i {
  font-size: 25px;
  color: #ffffff;
}

.col img {
  width: 50px;
  margin: 0;
}

.num {
  font-size: 40px;
  margin: 15px 0;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Open Sans", Arial, sans-serif;
}

@media all and (max-width: 660px) {
  .inner-width {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
  }
}

@media all and (max-width: 440px) {
  .inner-width {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

/* SAYILARLA ENELSİS */

/* FOOTER */

.site-footer {
  background-color: #3a3c41;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.row-footer {
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.site-footer h6 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 3px;
  text-align: center;
  border-left: 1px solid rgb(126, 126, 126);
  padding: 0 70px;
}

.footer-logo {
  width: 80px;
  margin-top: 5px;
  filter: grayscale(80%) brightness(50%);
}

.footer-logo:hover {
  filter: none;
}

.col-sm-12 h6 {
  border-left: none;
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
  text-align: right;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }

  .site-footer [class^="col-"] {
    display: block;
  }

  .row-footer {
    display: flex;
    flex-direction: column;
  }

  .site-footer h6 {
    font-size: small;
    border: none;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #464e54;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #9428a4c2;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.whatsapp:hover {
  background-color: #00b624;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.site-footer hr {
  width: 80%;
  height: 2px;
  border: none;
  margin: 0 auto;
  margin-bottom: 15px;
  background: linear-gradient(to right,
      rgba(13, 27, 99, 0),
      rgb(74, 88, 160) 50%,
      rgba(16, 38, 148, 0));
}

/* FOOTER */

/* @Media min-width: 480px */
@media only screen and (min-width: 200px) and (max-width: 860px) {
  /* General Elements */

  #title-text-separator {
    width: 15%;
    margin-top: 3%;
    margin-bottom: 3%;
    border: solid 1px #2e3192;
  }

  /* Navigation CSS */
  #header {
    background: white;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 80px;
    margin: auto;
  }

  #normal-header {
    display: none;
  }

  #responsive-header {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: auto;
  }

  #responsive-logo-button {
    display: flex;
    justify-content: space-between;
    padding: 1% 0 1% 0;
  }

  #responsive-nav-bar {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  #responsive-nav-bar ul {
    list-style: none;
  }

  #responsive-nav-bar li {
    text-align: center;
    font-size: 23px;
    margin-top: 40%;
  }

  #responsive-first-item {
    margin-top: 0;
    padding: 0;
  }

  #header-img-black {
    margin-left: 5%;
    margin-top: 3%;
    width: 50%;
    height: auto;
  }

  #dropdown-button-black {
    display: block;
    width: 55%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #image-button-black {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    padding: 2%;
  }

  /* Hero CSS */

  #hero-header {
    width: auto;
    height: 120vh;

    /* hero-header flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    /* Texy style */
    text-align: center;
    color: white;

    /* Background image */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(e.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  #hero-title {
    font-size: 3.5em;
  }

  #hero-text {
    font-size: 1.3em;
    margin-top: 2%;
  }

  #hero-button {
    border: solid 2px white;
    background-color: inherit;
    color: white;
    margin-top: 6%;
    width: 25%;
    height: 55px;
    font-size: 15px;
    border-radius: 10px;
  }

  #hero-button:hover {
    cursor: pointer;
  }

  /* Service Features CSS */

  #service-features {
    display: flex;
    flex-direction: column;
    /* Change flow-direction to "column" in the responsive design for the features to stack
      one on top of another. */
    justify-content: space-around;
    align-items: center;
    margin-top: 2%;
  }

  #features-description {
    width: 90%;
  }

  #feature {
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 1px #bebebe;
    box-shadow: 1px 2px 15px #bebebe;
    margin-top: 10%;
  }

  #feature-button {
    border: none;
    margin-top: 30%;
    width: 15vh;
    height: 5vh;
    border-radius: 15px;
    background-color: #102694;
    color: white;
    font-size: 16px;
    margin-bottom: 20%;
  }

  /* Presentation Section CSS */

  #presentation-container {
    margin-top: 5%;
  }

  #presentation-title-description {
    width: 90%;
  }

  #section-buttons {
    margin-top: 5%;
  }

  #section-content-container {
    margin: auto;
    width: 90%;
  }

  #section-content-container {
    margin-top: 7%;
  }

  .daire {
    border-radius: 50%;
    background-color: #bebebe;
    padding: 5px;
  }

  .product-button {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 7px;
    align-items: center;
  }

  .product-content {
    display: flex;
    flex-flow: column;
    padding: 2%;
    align-items: center;
    justify-content: center;
  }

  #content-image {
    width: 100%;
    height: 100%;
  }

  #content-image-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #section-content-container {
    height: 500px;
  }

  #content-title-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: auto;
    margin-top: 5%;
  }

  #content-title-text h1 {
    margin: auto;
  }


  #content-title-text p {
    margin-top: 5%;
  }

  #product-feature-image {
    justify-content: center;
    align-items: center;
    width: 20%;
  }

  .product-features-list {
    margin-top: 15%;
  }

  #first-feature-list {
    margin-top: 10%;
  }

  #content-button {
    margin: auto;
    margin-top: 10%;
    width: 35%;
  }

  /* -- Media Section CSS -- */

  #main-media-container {
    margin-top: 5%;
  }

  #media-title-description {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90%;
    margin-top: 8%;
  }

  #media-video-text-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 2% 1% 2% 1%;
    margin-top: 10%;
    text-align: center;
  }

  #media-text {
    width: 100%;
  }

  #media-text h2 {
    margin: auto;
  }

  #media-text p {
    margin-top: 6%;
  }

  #text-video-sperator {
    height: 1%;
    width: 80%;
    margin-top: 10%;
    margin-bottom: 9%;
  }

  #media-button {
    width: 30%;
    margin: auto;
    margin-top: 7%;
  }

  #media-video {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
  }

  #iframe-video {
    width: 50vh;
    height: 30vh;
    margin-bottom: 8%;
  }

  /* -- Prices Section CSS -- */

  #prices-section-container {
    margin-top: 15%;
  }

  #prices-title-description {
    width: 90%;
  }

  #all-prices-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .price-container {
    width: 90%;
    margin-top: 15%;
  }

  #price-container-two {
    margin-top: 15%;
  }

  .price-container button {
    width: 35%;
  }

  /* Email Section CSS */

  #newsletter-container {
    margin-top: 10%;
  }

  #newsletter-title-description {
    width: 90%;
  }

  #email-form label {
    width: 90%;
    text-align: center;
  }

  #email {
    width: 80%;
  }


}

@media only screen and (max-width: 385px) {
  #content-title-text h1 {
    font-size: 6vw;
  }
}

@media only screen and (min-width: 860px) and (max-width: 1280px) {

  /* Navigation CSS */
  #header {
    background: white;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 80px;
    margin: auto;
  }

  #normal-header {
    display: none;
  }

  #responsive-header {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: auto;
  }

  #responsive-logo-button {
    display: flex;
    justify-content: space-between;
    padding: 1% 0 1% 0;
  }

  #responsive-nav-bar {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  #responsive-nav-bar ul {
    list-style: none;
  }

  #responsive-nav-bar li {
    text-align: center;
    font-size: 23px;
    margin-top: 40%;
  }

  #responsive-first-item {
    margin-top: 0;
    padding: 0;
  }

  #header-img-black {
    margin-left: 5%;
    width: 15%;
    height: auto;
  }

  #dropdown-button-black {
    display: block;
    width: 55%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #image-button-black {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    padding: 2%;
  }

  /* Hero CSS */

  #hero-header {
    width: auto;
    height: 120vh;

    /* hero-header flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    /* Texy style */
    text-align: center;
    color: white;

    /* Background image */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(/images/e.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  #hero-title {
    font-size: 3.5em;
  }

  #hero-text {
    font-size: 1.3em;
    margin-top: 2%;
  }

  #hero-button {
    border: solid 2px white;
    background-color: inherit;
    color: white;
    margin-top: 6%;
    width: 25%;
    height: 55px;
    font-size: 15px;
    border-radius: 10px;
  }

  #hero-button:hover {
    cursor: pointer;
  }

  /* Service Features CSS */

  #service-features {
    display: flex;
    flex-flow: row;
    /* Change flow-direction to "column" in the responsive design for the features to stack
      one on top of another. */
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2%;
  }

  #features-description {
    width: 90%;
  }

  #feature {
    width: 30%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: solid 1px #bebebe;
    box-shadow: 1px 2px 15px #bebebe;
    margin-top: 10%;
  }

  #feature-button {
    border: none;
    margin-top: 30%;
    width: 15vh;
    height: 5vh;
    border-radius: 15px;
    background-color: #102694;
    color: white;
    font-size: 16px;
    margin-bottom: 20%;
  }

  /* Presentation Section CSS */

  #presentation-container {
    margin-top: 5%;
    width: 80%;
    margin: auto;
  }

  #presentation-title-description {
    width: 90%;
  }

  #section-buttons {
    margin-top: 3%;
  }

  #section-content-container {
    margin: auto;
    width: 90%;
  }

  .daire {
    border-radius: 50%;
    background-color: #a1a2a4;
    padding: 5px;
  }

  .product-button {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 7px;
    align-items: center;
  }

  .product-content {
    display: flex;
    flex-flow: column;
    padding: 2%;
    align-items: center;
  }

  #content-image {
    width: 100%;
    height: 100%;
  }

  #content-image-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #content-title-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    margin-top: 5%;
  }

  #content-title-text h1 {
    margin: auto;
  }

  #centered-product-description {
    text-align: center;
    font-size: 20px;
  }

  #content-title-text p {
    margin-top: 5%;
    font-size: 17px;
    text-align: center;
  }

  #product-feature-image {
    justify-content: center;
    align-items: center;
    width: 8%;
  }

  .product-features-list {
    margin-top: 15%;
  }

  #first-feature-list {
    margin-top: 10%;
  }

  #content-button {
    margin: auto;
    margin-top: 10%;
    width: 35%;
  }

  /* -- Media Section CSS -- */

  #main-media-container {
    margin-top: 5%;
  }

  #media-title-description {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90%;
    margin-top: 8%;
  }

  #media-video-text-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 2% 1% 2% 1%;
    margin-top: 10%;
    text-align: center;
  }

  #media-text {
    width: 100%;
  }

  #media-text h2 {
    margin: auto;
  }

  #media-text p {
    margin-top: 6%;
  }

  #text-video-sperator {
    height: 1%;
    width: 80%;
    margin-top: 10%;
    margin-bottom: 9%;
  }

  #media-button {
    width: 35%;
    margin: auto;
    margin-top: 7%;
  }

  #media-video {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
  }

  #iframe-video {
    width: 80vh;
    height: 50vh;
    margin-bottom: 9%;
  }

  /* -- Prices Section CSS -- */

  #prices-section-container {
    margin-top: 15%;
  }

  #prices-title-description {
    width: 90%;
  }

  #all-prices-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .price-container {
    width: 50%;
    margin-top: 15%;
  }

  #price-container-two {
    margin-top: 15%;
  }

  .price-container button {
    width: 35%;
  }

  /* Email Section CSS */

  #newsletter-container {
    margin-top: 10%;
  }

  #newsletter-title-description {
    width: 90%;
  }

  #email-form label {
    width: 90%;
    text-align: center;
  }

  #email {
    width: 80%;
  }
}

/* Ürünler Sayfası */

.intro {
  background: #cfcfcf;
  padding: 0 30px 30px 30px;
}

.container-urunlerPage {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.urunler_resim {
  width: 300px;
  margin: 50px auto;
  filter: drop-shadow(10px 8px 6px #717171);
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  background: #5e5a80;
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: floralwhite;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: linear-gradient(to bottom, #c2eae9 0%, #facfd7 100%);
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #facfd7 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #facfd7;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #99c5c4;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #c2eae9 transparent transparent;
  }
}

body.ar .your-text-class {
  text-align: right;
  justify-content: right;
}

.arapca-ikon {
  top: 10px;
}


/* Yüzde Çubukları */
.percentage-container {
  width: 70%;
  margin: 150px auto;
  margin-top: 0;
}

.percentage-bars {
  display: flex;
}

.percentage-bar {
  flex: 1;
  margin: 30px 50px;
  text-align: center;
}

.percentage {
  height: 10px;
  background-color: #b3b3b390;
  position: relative;
  border-radius: 15px;
}

.fill {
  border-radius: 15px;
  height: 100%;
  background-color: #8a8989;
}

.fill {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.1s ease, transform 1.5s ease;
}

.fill.animate {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 850px) {
  .percentage-container {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  .percentage-container {
    width: 80%;
  }

  .percentage-bars {
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .percentage-bar {
    margin: 30px;
  }
}

.label {
  /* color: #1e2f37; */
  color: #2d2e2b;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.07em;
}