@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

HTML {
  /* background: url(img/space3.jpg); */
  width: 100%;
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.65);
  font-family: Arial, Helvetica, sans-serif;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.topnav {
  overflow: hidden;
  /*background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(228, 228, 228));*/
}

.topnav a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 8px 10px;
  margin-top: 10px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #de7154;
  color: black;
  border-radius: 15px;
  color: #fff;
}

.topnav a.active {
  background-color: #4caf50;
  color: white;
}

.topnav .icon {
  display: none;
}
#dil {
  color: white;
  padding: 5px 15px;
  background-color: #de7154;
  border-radius: 15px;
}
#dil:hover {
  background-color: #e96440;
  text-decoration: none;
}

@media screen and (max-width: 1465px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 1465px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;

    top: 0;
    right: 0px;
  }
  .topnav.responsive a {
    display: block;

    text-align: left;
  }
}

p {
  text-align: center;
}

/* Kaynaklar kısmı*/
#sources {
  padding: 10px 30px;
  background-color: #004477;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
#sources:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
#faq {
  height: auto;
  max-height: auto;
  margin: 5rem 0;
}
.faq-container {
  width: 100%;
  max-width: 1336px;
  margin: auto;
  height: auto;
  max-height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgb(0 0 0 / 9%);
}
#faq .heading-row {
  text-align: center;
}
#faq .area-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;

  margin-bottom: 25px;
  padding-bottom: 15px;
  display: inline-block;
  letter-spacing: 0;
  margin-left: 30px;
  margin-top: 2rem;
}
.faq-container .area-title::before {
  background-color: #ab46f8;
  background-image: -moz-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ab46f8),
    color-stop(100%, #5225f8)
  );
  background-image: -webkit-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background-image: -o-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background: -ms-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background: -webkit-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background: -o-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background: linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  content: "";

  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-100%);
  height: 2px;
  width: 100px;
  z-index: 1;
}
.faq-container .heading-row p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  width: 40%;
  margin-left: 30px;
  color: silver;
}
.faq-container .faq-row {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.faq-container .faq-row .faq {
  border: none;
  background: #ffffff;
  border-radius: 3px;
  position: relative;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 9%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 9%);
  height: 25%;
  width: auto;
  margin: 1rem 0;
  padding: 1rem 1rem;
}
.faq-container .faq-row .faq h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #004477;
  margin: 1rem 0;
}
.faq-container .faq-row .faq p {
  color: silver;
}
@media only screen and (max-width: 768px) {
  .faq-container .faq-row {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .faq-container .faq-row {
    width: 95%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
}

.vertical {
  border: none;
  border-left: 1px solid hsla(200, 10%, 50%, 100);
  height: 350vh;
  width: 1px;
}
.totop a {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}
.footer-bs {
  background-color: #ebebeb;
  margin: 0;
  padding: 60px 40px;
  color: rgba(0, 0, 0, 1);

  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  padding: 10px 25px;
}
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  border-color: transparent;
}
.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}
.footer-bs .footer-brand p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
}
.footer-bs .footer-nav ul.pages a {
  color: rgba(0, 0, 0, 1);
}
.footer-bs .footer-nav ul.pages a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
}
.footer-bs .footer-nav ul.list a {
  color: black;
}
.footer-bs .footer-nav ul.list a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer-bs .footer-social li {
  padding: 5px 4px;
}
.footer-bs .footer-social a {
  color: black;
}
.footer-bs .footer-social a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.footer-bs .footer-ns p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

footer {
  background-color: #ebebeb;
  /* background: #228b22;
  background: -webkit-linear-gradient(59deg, #1c6071, #232d23);
  background: #1c6071; */
  color: black;
}
.footer-pad h4 {
  color: black;
}
footer a {
  color: black;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #fa944b;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid black;
  color: black;
}
.copy ul {
  list-style: none;
  display: inline;
  float: right;
}
.copy ul li {
  display: inline;
}

.footer-middle {
  padding-top: 2em;
  color: black;
}

.bize_ulasin {
  background-color: white;
}
.bize_ulasin:hover {
  background-color: #73d3c8;
}

.foot_1 {
  margin: 25px 0px;
  padding: 10px 0;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}
#copyright {
  text-decoration: none;
  color: white;
}
#copyright:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}
