@import url('../css2');
@import url('../css2-1');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.monts {
  font-family: Montserrat;
}

.cab-color {
  color: #FCBD10;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Montserrat;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #121416;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #990707 #E6A7A7;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #121416;
}

*::-webkit-scrollbar-track:hover {
  background-color: #121416;
}

*::-webkit-scrollbar-track:active {
  background-color: #121416;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #FCBD10;
  transition: all .5s;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #e2a90e;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #9e780d;
}

.logo-text {
  font-family: Rubik Doodle Shadow;
  color: white;
  font-size: 3rem;
  margin-left: 1rem;
}

.logo-taxi {
  color: #FCBD10;
}

div.taxi-tiles {
  height: 3rem;
  width: 100%;
  background-image: url("../img/taxi-tiles.png");
  background-repeat: repeat-x;
  background-size: contain;
}

.nav-item {
  align-self: center;
  margin-right: 1rem;
}

.nav-link:hover {
  color: #FCBD10 !important;
}

.nav-link:focus {
  color: #9e780d !important;
}

.call-button {
  border-color: #FCBD10;
  border-style: solid;
  border-radius: 2rem;
  padding: 0 0.5rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.call-button:hover {
  background-color: #FCBD10;
}

.call-button .nav-link:hover {
  color: white !important;
}

.index-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  backdrop-filter: blur(3px) brightness(0.8);
  border-radius: 1rem;
}

.card-title {
  letter-spacing: 2.5px;
  white-space: nowrap;
}

.map {
  border-radius: 0.6rem;
  overflow: hidden;
  height: 300px;
  width: 300px;
}

#hizmetler,
#iletisim {
  letter-spacing: 1.5rem;
  font-weight: 500
}

.intext-call {
  background-color: #FCBD10;
  padding: .3rem;
  border-radius: .6rem;
}

.navbar-toggler {
  background-color: #FCBD10;
}

.slider-photo {
  height: 80vh;
  object-fit: cover;
}

.slider-photo.topphoto {
  object-position: top;
}

@media only screen and (max-width: 768px) {
  .slider-photo {
    height: 30vh;
    object-fit: cover;
  }

  .logo-text {
    font-size: 1.5rem;
  }

  .index-bg img {
    height: 45vh;
    object-fit: cover;
    object-position: center;
  }

  .index-bg-text {
    width: 90%;
  }

  .index-bg-text h1,
  .index-bg-text h2,
  .index-bg-text h3 {
    white-space: nowrap;
  }

  #hizmetler,
  #iletisim {
    letter-spacing: 1rem;
    font-weight: 500
  }



}