@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  transition: all 0.3s ease;
  color: #38B;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

p {
  line-height: 1.9;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #37A;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  background-color: #38B;
}

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.tm-navbar.scroll .navbar-brand {
  color: #369;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #38B;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}

.tm-navbar.scroll .tm-nav-link {
  color: #369;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #369;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* HERO */

#infinite {
  background-color: #222;
  background-image: url(../img/infinite-loop-01.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  font-size: 1.2rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-section-title {
  font-size: 2.4rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.1rem;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

.tm-down-arrow {
  color: #FFF;
  background: #357;
  padding: 15px 40px;
  transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  background: #37A;
  padding: 20px 50px;
}

/* GALLERY & TESTIMONIAL */

.tm-gallery-container {
  padding: 70px 0 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.tm-testimonial-item {
  max-width: 290px;
  margin: 0 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}

.tm-footer a {
  color: #fff;
}

.tm-footer a:hover {
  color: #9CF;
}

/* CONTACT */

#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/infinite-loop-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 980px;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.tm-input {
  margin-bottom: 20px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
  font-size: 1rem;
}

.tm-btn-submit {
  font-size: 1rem;
  color: #fff;
  background-color: #369;
  width: 100%;
  padding: 10px 0;
}

.tm-btn-submit:hover {
  background-color: #38B;
}

::placeholder {
  color: white;
  opacity: 1;
}

/* RESPONSIVE - MOBİL İYİLEŞTİRME */

@media (max-width: 768px) {
  body {
    font-size: 0.95em;
  }

  .tm-hero-title {
    font-size: 2rem;
    text-align: center;
  }

  .tm-hero-subtitle {
    font-size: 1rem;
    text-align: center;
    padding: 0 15px;
  }

  .tm-section-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .tm-intro-text {
    font-size: 1rem;
    padding: 0 15px;
    text-align: center;
  }

  .tm-testimonial-item figcaption {
    font-size: 0.95rem;
    text-align: center;
  }

  .tm-nav-link {
    font-size: 1rem;
    padding: 10px;
    display: block;
  }

  .tm-btn-submit {
    width: 100%;
    font-size: 1rem;
  }

  .tm-input {
    width: 100%;
    font-size: 1rem;
  }

  .navbar-collapse {
    background-color: white;
    border-radius: 5px;
  }

  .navbar-collapse .nav-link {
    color: #333;
    padding: 10px;
  }

  .tm-gallery-container {
    padding: 30px 10px;
  }

  .tm-gallery-item {
    margin-bottom: 1rem;
  }

  .tm-footer {
    font-size: 0.9rem;
    text-align: center;
  }
}
