#header1 {
  border-bottom: 1px solid #20addd;
  position: relative;
  z-index: 2000;
  left: auto;
  top: auto;
  width: 100%;
}

.dikeybuton {
  display: none;
}

#page {
  font-family: "poppins_light", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

@media only screen and (max-width:800px) {
  #page {
    letter-spacing: 0px;
    font-size: 1rem;
  }
}


#page .sect20 {
  position: relative;
  z-index: 1;
  aspect-ratio: 1920 / 665;
  overflow: hidden;
  /*192 / 95*/
  /*
    transition: transform 0.2s ease-out;
    transform-origin: top;
    */
  border-bottom: 1px solid #20addd;
}

#page .sect20 img.back1 {
  /*
    position:absolute;z-index:-2;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;
    position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;object-fit:cover;
    */
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page .sect20:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(32 173 221 / 0%);
}

#page .sect20 .content {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 10%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16%;
  text-align: center;
  transform: translate(-50%, 0);
}

#page .sect20 .content .text1 {
  margin: 20px 0 0 0;
  font-size: 3vw;
  color: #000;
  font-family: 'poppins_bold', Arial, sans-serif;
}

@media only screen and (max-width:1100px) {

  /*#page .sect20{aspect-ratio:5 / 3;}*/
  #page .sect20 .content .text1 {
    font-size: 4.1vw;
  }
}

@media only screen and (max-width:770px) {
  #page .sect20 {
    /*aspect-ratio:4 / 5;*/
  }
}



#page .sect30 {
  padding: 70px 0;
  background: #20addd;
  color: #fff;
}

#page .sect30 .text1 {
  font-family: 'poppins';
  font-size: 1.8rem;
}

#page .sect30 .text2 {
  margin: 20px 0 0 0;
}

@media only screen and (max-width:900px) {
  #page .sect30 {
    padding: 40px 0;
  }

  #page .sect30 .text1 {
    font-size: 1.1rem;
  }

  #page .sect30 .text2 {
    margin: 15px 0 0 0;
  }
}

#page .sect40 {
  padding: 70px 0;
}

#page .sect40 .grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

#page .sect40 .grid .s {}

#page .sect40 .grid .s.s1 {
  font-size: 1.1rem;
}

#page .sect40 .grid .s.s2 {}

#page .sect40 .grid .s.s2 img {
  width: 480px;
  max-width: 90%;
  height: auto;
}

@media only screen and (max-width:900px) {
  #page .sect40 {
    padding: 40px 0 40px 30px;
  }

  #page .sect40 .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #page .sect40 .grid .s.s1 {
    font-size: 1rem;
  }

  #page .sect40 .grid .s.s2 {
    text-align: center;
  }
}


#page .sect50 {
  position: relative;
  z-index: 1;
  padding: 20vh 0 15vh 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page .sect50 .sectback {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page .sect50:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}

#page .sect50 .secttitle {
  margin: 0 0 50px 0;
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-align: center;
}

#page .sect50 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#page .sect50 .grid .s {
  position: relative;
  z-index: 1;
  padding: 80px 20px;
  text-align: center;
}

#page .sect50 .grid .s:nth-of-type(1) {
  background: #20addd;
  color: #fff;
}

#page .sect50 .grid .s:nth-of-type(2) {
  background: transparent;
  color: #fff;
}

#page .sect50 .grid .s:nth-of-type(3) {
  background: #fff;
  color: #0B2545;
}

#page .sect50 .grid .s:nth-of-type(4) {
  background: #fff;
  color: #0B2545;
}

#page .sect50 .grid .s:nth-of-type(5) {
  background: #20addd;
  color: #fff;
}

#page .sect50 .grid .s:nth-of-type(6) {
  background: transparent;
  color: #fff;
}

#page .sect50 .grid .s:nth-of-type(7) {
  background: transparent;
  color: #fff;
}

#page .sect50 .grid .s:nth-of-type(8) {
  background: #fff;
  color: #0B2545;
}

#page .sect50 .grid .s:nth-of-type(9) {
  background: #20addd;
  color: #fff;
}

#page .sect50 .grid .s .flex {
  display: flex;
  align-items: center;
  height: 100%;
}

#page .sect50 .grid .s .flexitem {
  width: 100%;
}

#page .sect50 .grid .s .title {
  margin: 0 0 30px 0;
  font-size: 1.3rem;
  font-family: 'poppins_Semibold';
}

#page .sect50 .grid .s .img1 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  scale: .9;
}

#page .sect50 .footer {
  margin: 20px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
}

#page .sect50 .footer .icon {
  font-family: comic sans ms;
  font-size: 4rem;
}

@media only screen and (max-width:1000px) {
  #page .sect50 .secttitle {
    margin: 0 0 30px 0;
    font-size: 1.3rem;
  }

  #page .sect50 .grid {
    grid-template-columns: 1fr;
  }

  #page .sect50 .grid .s .title {
    margin: 0 0 20px 0;
    font-size: 1.1rem;
  }

  #page .sect50 .footer {
    margin: 20px 0 0 0;
    font-size: 1.1rem;
  }

  #page .sect50 .footer .icon {
    font-family: comic sans ms;
    font-size: 4rem;
  }

  #page .sect50 .grid .s {
    padding: 35px 10px;
  }

  #page .sect50 .grid .s:nth-of-type(1) {
    background: #20addd;
    color: #fff;
  }

  #page .sect50 .grid .s:nth-of-type(2) {
    background: #fff;
    color: #0B2545;
  }

  #page .sect50 .grid .s:nth-of-type(3) {
    background: #20addd;
    color: #fff;
  }

  #page .sect50 .grid .s:nth-of-type(4) {
    background: #fff;
    color: #0B2545;
  }

  #page .sect50 .grid .s:nth-of-type(5) {
    background: #20addd;
    color: #fff;
  }

  #page .sect50 .grid .s:nth-of-type(6) {
    background: #fff;
    color: #0B2545;
  }

  #page .sect50 .grid .s:nth-of-type(7) {
    background: #20addd;
    color: #fff;
  }

  #page .sect50 .grid .s:nth-of-type(8) {
    background: #fff;
    color: #0B2545;
  }

  #page .sect50 .grid .s:nth-of-type(9) {
    display: none;
    background: #20addd;
    color: #fff;
  }
}


#page .sect70 {
  padding: 70px 0;
}

#page .sect70 .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  font-size: 1.1rem;
  align-items: center;
}

#page .sect70 .grid .s {}

#page .sect70 .grid .s.s1 {
  text-align: center;
}

#page .sect70 .grid .s.s1 img {
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

#page .sect70 .grid .s.s2 {}

@media only screen and (max-width:1000px) {
  #page .sect70 {
    padding: 40px 0;
  }

  #page .sect70 .grid {
    grid-template-columns: 1fr;
    gap: 25px;
    font-size: 1.1rem;
  }
}






#page .sect440 {
  padding: 80px 0 70px 0;
}

#page .sect440 .secttitle {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  padding: 10px 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.3rem;
  text-align: left;
  border-top: 1px solid #20addd;
  border-bottom: 1px solid #20addd;
}

#page .sect440 .secttitle .icon {
  color: #20addd;
}

#page .sect440 .secttitle .icon i {
  margin: 0 10px 0 0;
  color: var(--color1);
  letter-spacing: 2px;
}

#page .sect440 .secttitle .text {
  text-align: center;
}

#page .sect440 .grid {
  /*
  min-height:70vh;
  */
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-template-areas: "content image";
  border-bottom: 1px solid #20addd;
}

#page .sect440 .grid.tip2 {
  grid-template-areas: "image content";
}

#page .sect440 .grid .s {}

#page .sect440 .grid .s.content {
  grid-area: content;
  align-self: center;
  padding: 40px 40px;
  text-align: center;
}

#page .sect440 .grid .s.content h3 {
  font-size: 1.3rem;
  letter-spacing: 2px;
}

#page .sect440 .grid .s.content .text {
  margin: 20px 0;
  font-family: 'poppins_light';
  color: #888;
}

#page .sect440 .grid .s.content .buton {}

#page .sect440 .grid .s.content .buton a {
  display: inline-block;
  padding: 9px 40px;
  border: 1px solid #000;
  border-radius: 50px;
}

#page .sect440 .grid .s.image {
  grid-area: image;
  position: relative;
  z-index: 1;
  /*clip-path: polygon(0 30px, 30px 0, 100% 0, 100% 100%, 0 100%);*/
  /*border-radius:0 0 30px 0;*/
  overflow: hidden;
}

#page .sect440 .grid .s.image img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width:800px) {

  #page .sect440 .grid,
  #page .sect440 .grid.tip2 {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0px;
    grid-template-areas: "image" "content";
  }

  #page .sect440 .grid .s.content {
    padding: 20px 0px;
  }

  #page .sect440 .grid .s.content h3 {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }

  #page .sect440 .grid .s.content .text {
    margin: 15px 0;
  }

  #page .sect440 .grid .s.content .buton {}

  #page .sect440 .grid .s.content .buton a {
    padding: 7px 20px;
    border-radius: 50px;
  }

  #page .sect440 .grid .s.image {
    aspect-ratio: 4 / 2;
  }
}

@media only screen and (max-width:500px) {
  #page .sect440 .grid .s.image {
    aspect-ratio: 4 / 3;
  }
}





/*
.scroll-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 30px;
  margin: 100px 0;
  overflow: hidden;
  min-height:150vh;
}

.grid-item {
  padding: 20px;
}

.left {
  background: #f5f5f5;
}

.right {
  position: relative;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper img {
    position:absolute;z-index:1;left:0;bottom:0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.1s linear;
}
*/


/* SSS Bölümü */
#page .sect-faq {
  padding: 80px 0 70px 0;
  background: #f9f9f9;
}

#page .sect-faq .secttitle {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  padding: 10px 0 10px 0;
  margin: 0 0 40px 0;
  font-size: 1.3rem;
  text-align: left;
  border-top: 1px solid #20addd;
  border-bottom: 1px solid #20addd;
}

#page .sect-faq .secttitle .icon {
  color: #20addd;
}

#page .sect-faq .secttitle .icon i {
  margin: 0 10px 0 0;
  color: var(--color1);
  letter-spacing: 2px;
}

#page .sect-faq .secttitle .text {
  text-align: center;
}

#page .sect-faq .faq-container {
  max-width: 900px;
  margin: 0 auto;
}

#page .sect-faq .faq-item {
  margin: 0 0 15px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#page .sect-faq .faq-item:hover {
  border-color: #20addd;
  box-shadow: 0 2px 8px rgba(32, 173, 221, 0.1);
}

#page .sect-faq .faq-item.active {
  border-color: #20addd;
  box-shadow: 0 4px 12px rgba(32, 173, 221, 0.15);
}

#page .sect-faq .faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-family: 'poppins_Semibold';
  color: #0B2545;
  transition: all 0.3s ease;
}

#page .sect-faq .faq-question:hover {
  color: #20addd;
}

#page .sect-faq .faq-question i {
  color: #20addd;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

#page .sect-faq .faq-item.active .faq-question i {
  transform: rotate(180deg);
}

#page .sect-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 25px;
}

#page .sect-faq .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 25px 20px 25px;
}

#page .sect-faq .faq-answer p {
  margin: 0;
  color: #666;
  line-height: 1.8;
  font-size: 1rem;
  font-family: 'poppins_light';
}

@media only screen and (max-width:800px) {
  #page .sect-faq {
    padding: 50px 0 40px 0;
  }

  #page .sect-faq .secttitle {
    margin: 0 0 30px 0;
    font-size: 1.1rem;
  }

  #page .sect-faq .faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  #page .sect-faq .faq-item.active .faq-answer {
    padding: 0 20px 15px 20px;
  }

  #page .sect-faq .faq-answer p {
    font-size: 0.95rem;
  }
}