/*

Tooplate 2117 Infinite Loop

https://www.tooplate.com/view/2117-infinite-loop

*/

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

body {
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
  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;
}

.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 {
  color: white;
  background-color: #38B;
}

/* Navbar */

.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;
}

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

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

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

.tm-nav-link {
  color: white;
}

.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/HEADER.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

/*
@media (min-height: 830px) {
  #infinite {
    background-position: center 20% !important;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center 25% !important;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center 30% !important;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center 35% !important;
  }
}
*/

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;   /* a a   */
  align-items: flex-start;       /* sol */
  padding: 40px;               /* kenardan bo luk */
}

.tm-hero-title,
.tm-hero-subtitle {
  text-align: left;
}
.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 
    0 4px 15px rgba(0,0,0,0.9),
    0 0 20px rgba(0,0,0,0.6);
}

.tm-hero-subtitle {
  font-weight: 500;
  text-shadow: 
    0 2px 5px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
}

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

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: inline-block;
  margin-top: 18%;
}

.tm-intro-next {
  text-align: center;
}

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

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

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

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

#testimonials * {
  text-shadow: 3px 3px 12px rgba(0,0,0,1);
}

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

.tm-icon {
  display: block;
  color: #37A;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-image: url(../img/HEADER2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media (max-width: 768px) {
  #testimonials {
    background-image: url(../img/HEADER_MOBILE.png) !important;
    background-size: cover;
    background-position: center center !important;
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 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;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

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

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

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/itu.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

/* BURAYA EKLED N */
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 85, 180, 0.45);
  z-index: 1;
}

.tm-container-contact,
.tm-footer {
  position: relative;
  z-index: 2;
}
.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
text-shadow:
    0 0 5px rgba(255,255,255,0.6),
    0 0 10px rgba(255,255,255,0.4);
  /*color: #3496d8;*/
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 50%;
	margin-bottom: 60px;
}

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

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

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

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

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
	padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

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


.tm-nav-link {
  white-space: nowrap !important;
}


/* Hero B l m ndeki B y k Resmi D zenleme */
#infinite {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    min-height: 375px;
}

@media (max-width: 991px) {
    #infinite {
        background-position: center top;
    }
}

@media (max-width: 767px) {
    #infinite {
        height: 80vh;
        min-height: 300px;
    }
}



.tour-info {
    background-color: #f0f8ff;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: fit-content;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    
}





/* Navbar'  flex container yap yoruz */
#tmNav .container {
    display: flex;
    justify-content: center; /* Men    elerini yatayda ortalar */
    padding-left: 0;  /* Sol padding s f rlan r */
    padding-right: 0; /* Sa  padding s f rlan r */
}

/* Navbar   elerinin s ralanmas n  sa lamak i in flexbox */
#tmNav .navbar-nav {
    display: flex;
    justify-content: center; /* Men    elerini ortalar */
    gap: 15px; /* Men    eleri aras ndaki bo lu u art r r */
}

/* Navbar i indeki her bir nav-item i in bo lu u ayarlama */
#tmNav .navbar-nav .nav-item {
    margin-right: 10px; /* Men ler aras ndaki bo lu u art r r */
}

/* T m ekran boyutlar nda ayn  d zenlemeyi sa lamak i in */
@media (max-width: 1199px) {
    /* Bu kodlar 1199px ve alt ndaki ekran boyutlar nda da ge erli olur */
    #tmNav .container {
        padding-left: 0; /* Sol padding s f rlan r */
        padding-right: 0; /* Sa  padding s f rlan r */
    }
    #tmNav .navbar-nav {
        gap: 15px;  /* Men    eleri aras ndaki bo lu u art r r */
    }
}

/* E er navbar'  daha k   k ekranlarda ( rne in mobilde) da kontrol etmek isterseniz */
@media (max-width: 767px) {
    #tmNav .container {
        padding-left: 0; /* K   k ekranlarda padding s f rlan r */
        padding-right: 0; /* K   k ekranlarda padding s f rlan r */
    }
    #tmNav .navbar-nav {
        gap: 12px; /* Men    eleri aras ndaki bo lu u azaltabiliriz */
    }
}




#infinite {
  background-position: center 5% !important;
  background-size: cover !important;
}

/*  stteyken (g rsel  st nde) g lge olsun */
#tmNav a,
#tmNav .navbar-brand {
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

/* Scroll olunca (beyaz men ) g lgeyi kald r */
#tmNav.scroll a,
#tmNav.scroll .navbar-brand {
  text-shadow: none !important;
}

.navbar-brand {
  transition: color 0.3s ease;
}

.navbar-brand:hover {
  color: #093152 !important;
}

.tm-hero-text-right {
  position: absolute;
  right: 40px;
  top: calc(100% - 120px);
  color: white;
  font-size: 1.2rem;
  text-align: right;
  text-shadow: 
    0 2px 5px rgba(0,0,0,0.9),
    0 0 10px rgba(0,0,0,0.7);
  z-index: 2;
}

.tm-footer p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4); /* transparan karartma */
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 1.0rem;
}


.hero-subtitle-line {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #infinite {
    height: 100vh !important;
    min-height: 100vh !important;
    background-position: center center !important;
  }

  .tm-hero-text-container {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 110px 20px 140px 20px !important;
    box-sizing: border-box;
  }

  .tm-hero-text-container-inner {
    margin-top: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .tm-hero-title {
    font-size: 3rem !important;
    line-height: 1.05;
    margin-bottom: 18px;
  }

  .tm-hero-subtitle {
    line-height: 1.25;
  }

  .hero-subtitle-line {
    font-size: 1rem !important;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  .tm-hero-text-right {
    position: static !important;
    margin: 16px 20px 0 20px;
    font-size: 0.95rem !important;
    line-height: 1.35;
    text-align: left !important;
    max-width: 100%;
  }

  .tm-intro-next {
    bottom: 24px !important;
  }

  .tm-down-arrow {
    padding: 12px 28px !important;
  }

  .navbar-brand {
    font-size: 1.1rem !important;
  }

  .tm-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-collapse {
    margin-top: 10px;
  }
}



@media (max-width: 768px) {
  .tm-hero-text-right {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 300px !important;

    font-size: 0.9rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
    z-index: 3 !important;
  }

  .tm-intro-next {
    bottom: 130px !important;
    z-index: 2 !important;
  }
}

.sponsor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sponsor-logo {
  width: 220px;
  height: 115px;
  object-fit: contain;
  margin: 20px;
}
.ata-logo {
  height: 160px;
}
.tal-logo {
  height: 125px;
}

.sponsor-container {
  gap: 30px;
}

#testimonials {
  position: relative;
}

#testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
  z-index: 1;
}

#testimonials .container {
  position: relative;
  z-index: 2;
}


.slick-prev,
.slick-next {
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 38px;
    height: 38px;
    font-size: 26px !important;
    line-height: 38px;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  color: white !important;
  font-size: 35px !important;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  background: rgba(0,0,0,0.4) !important;
}