@import url("https://fonts.googleapis.com/css2?family=Gabarito&family=Kanit:wght@300&family=Montserrat&family=Mulish:ital,wght@0,200;0,300;0,500;0,700;0,800;1,200;1,400;1,700&family=Roboto&family=Roboto+Condensed:ital,wght@0,100;0,300;0,400;0,600;1,100;1,300;1,600&family=Satisfy&display=swap");


/* animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    z-index: none !important;
  }
}

/* @keyframes bgChange {
  0%, 23.22% {
    background-color: white; 
  }
  23.22%, 66.66% {
    background-color: transparent; 
  }
  66.66%, 100% {
    background-color: white;
  }
}


.card-efect {
  animation: bgChange 4.5s infinite;
  -webkit-animation: bgChange 4.5s infinite;
 
} */





.container {
  width: 100% !important;
  margin: 0 auto !important;
}

/* whatsapp */
.whatsapp {
  position: fixed;
  

  border-radius: 50%;
  right: 40px;
  z-index: 3;
  bottom: 17px;
}
.whatsapp i {
  font-size: 3.3rem;
  color: #4dc247;
}

h1,
h2 {
  font-family: "Arial", Times, serif;
  color: #FF9500 !important;
}
/* Preloader Genel Stil */
.preloader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: RGB(21, 18, 18); /* Açık gri arka plan */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Noktaların Hareketi */
.dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: #FF9500; /* Mavi ton */
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

/* Nokta Animasyonu */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

/* Yükleniyor Metni */
.loading-text {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  font-weight: bold;
  text-align: center;
}
.fade-out-animation {
  opacity: 0;
  visibility: hidden;
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff !important;
  line-height: 1.6rem;
  overflow-x: hidden;
  background-color: RGB(21, 18, 18);
} 

ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #FF9500;
}
img {
  width: 100%;
  object-fit: cover;
}
.text-center {
  text-align: center;
}

/* navbar */
nav {
  display: flex;
  height: auto;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: #fff;

  height: 100px;
  animation: slideDown 1.5s ease-out forwards;
}

.navbar a {
  border-radius: 15px;
  color: #ffff;
  padding: 5px 15px;
  margin: 0 0.5px;
  font-size: 0.9rem;
  background-color: transparent;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar .link a:hover {
  background-color: white;
  color: #111;
}

.navbar h1 {
  color: #fff;
}

.navbar ul {
  display: flex;
}
/* aboutus */

.about p {
  font-size: medium;
  padding: 0 10%;
}

/* header inner */

.spline{
  position: absolute;
  width: 100%;
  height: 100%;

}

.main-inner {
  /* background: url("../img/phone.jpg") no-repeat 50% 50% / cover; */
  height: 5.9rem;
  color: #fff;
  border-bottom: 2px solid #333;
}

/* header */
.main-header {
  /* background-image: url("../img/phone.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;

  height: 100vb;
}
.main-header::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}


.main-header .content {
  z-index: 1  ;
  border: 3px solid #FFC107;
  display: flex;
  background-color: #333333b3;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px; 
  width: 350px;
  color: #ffff;
}

/* flex */
.flex-items {
  display: flex;
  width: 100%;
  /* flex: 4; */
  flex-direction: row;

  align-items: center;

  justify-content: space-evenly;
  align-content: center;
}
.flex-items i {
  font-size: 1.7rem;
  padding: 15px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
}
/* icon */
.icons {
  margin-top: 30px;
}
.flex-items .icons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon {
  text-align: center;
  color: #333 !important;
}

.icon-text {
  margin-top: 5px;
  text-align: center;
  height: 100px;
}
/* card */

.card {
  margin: 20px 0;
  height: 360px;
  width: 260px;
  box-shadow: 20px 20px 50px 15px rgba(128, 128, 128, 0.705);
  padding: 10px;
  color: #fff;
  background-color: #FFC107;
  border-radius: 0;
  /* background-color: antiquewhite; */
  /* box-shadow: 5px 5px rgba(14, 4, 4, 0.5); */
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.card:hover {
  transform: translateY(-10px);
  border-radius: 15px;
  background-color: rgb(1, 1, 32);
  color: #fff;
}

.card .content {
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
}

/* vehilce */
/* .vehicel-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.vehicel {
  width: 100%;
  height: 100vh;
} */

.pad {
  padding: 0 0.4rem;
}
.column img {
  transition: all 1s ease;
}

.column img:hover {
  opacity: 0.4;
}

/* whoamı */
.whoami {
  display: flex;
  padding: 15px;
  text-align: center;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

/* profile */
.profile {
  height: 200px;
  width: 100%;
}
.profile .profile-image h2 {
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 4px;
}
.profile-image {
  text-align: center;

  margin: 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-image img {
  border-radius: 50%;
  border: 2px solid #333;
  margin-bottom: 10px;
}
.profile-image i {
  margin-right: 10px;
}

/* aboutus */
.aboutus .text {
  flex: 75%;
}
.aboutus .flex-items {
  flex-direction: row-reverse;

  flex-basis: auto;
}
.aboutus .profile {
  flex: 50%;
}

/* about*/

.about {
  /* height: 5.6rem; */
  /* padding: 20px; */
  height: auto;
}
.about img {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 0;
}

.about .row {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
}
.about .column-1 {
  flex: 30%;
  display: flex;
}

.about .column-2 {
  display: flex;
  flex: 50%;
  background-color: transparent;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3rem;
}

.about .service {
  flex-direction: row-reverse;
}

.about-2 .row {
  flex-direction: row-reverse;
}
.about-2 .column-1 {
  flex: 50%;
}
.about-2 .column-2 {
  flex: 50%;
}

/* footer */

.main-footer {
  width: 100%;
  height: 150px;
  background-color: rgb(1, 1, 32);
  color: #fff;
}

.flex-f {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.social {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.social-link {
  display: flex;
}
.social-link a {
  margin-right: 5px;
}

.footer .social a {
  text-decoration: none;
  margin-right: 1rem;

  color: #fff;
}

/* vehicel */

.icon-c {
  height: 100px;
}
.icon-f {
  display: flex;
  width: 100px;
  justify-content: center;
  align-items: center;
}

/* cars */
.cars .row {
  flex-direction: column;
}
.cars img {
  width: 100%;
}

.cars .info {
  padding: 2px;
  border-bottom: 1px solid #fff;
  display: flex;

  font-size: 1rem;
}
.cars .info h3 {
  margin-right: 10px;
  font-size: 1rem;
}

.cars .column-1 {
  flex: 1;
  height: 100%;
}
.cars .column-2 {
  flex: 1;
  background-color: #333;
  color: #fff;
}

/* card-owl */
.item .item-f {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* .item .item-f .up {
} */
.item .item-f .down {
  color: #fff;
}
.item img {
  border-radius: 10px;
}

.item {
  height: 300px;
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
}

/* yedek */

.flex-c {
  height: 4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item {
  height: 350px;
}
.logo-f {
  height: 100px;
  width: 100%;
  /* background-color: #333; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo-f img {
  height: 75px;
  width: 75px;
  background-size: cover;
}

.mercedes p,
.audi p,
.volswagen p {
  font-size: large;
}

/* vizyon */
.vizyon {
  margin-bottom: 2%;
}

.adres {
  width: 100%;
  height: 100%;
  /* margin: 0 20%; */
  padding: 0 5%;
}

/* why-us */
.why-us {
  height: 560px;
  width: 100%;
}
.why-us .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.why-us .column-1,
.column2 {
  flex: 50%;
}
.why-us .row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.why-us .title {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* LabelCandy */

.labelCandy {
  color: #fff !important;
}

.labelCandy .row {
  width: 100%;
  height: 100%;
  display: flex;
}

.labelCandy .column-1 {
  flex: 40%;
}
.labelCandy .column-2 {
  flex: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.labelCandy .container * {
  z-index: 3;
}

.labelCandy .container {
  height: 100%;
}
.labelCandy .column {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}



/* reference */
.reference ul {
  list-style: none;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
/* .reference div {
   padding: 0 60px; 
} */

.reference p {
  border: 1px solid #333;
  border-radius: 15px;
  width: auto;
  padding: 1rem;
}
.reference img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  /* padding-right: 0.5rem; */
  object-fit: cover;
}
.reference li {
  padding-right: 0.5rem;
}

.reference div {
  width: auto;
}

/* labelcandy */

/* contact */
.contact {
  position: relative;
}

.contact .special {
  height: 150px !important;
}
.contact .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
}

.contact .row i {
  font-size: larger;
}

#contact-a .form-fields {
  display: grid;
  grid-template-areas:
    "name email"
    "subject phone"
    "message message"
    "button button";
  gap: 1rem;
  margin-bottom: 1rem;
}
#contact-a .form-fields .name {
  grid-area: name;
}
#contact-a .form-fields .email {
  grid-area: email;
}
#contact-a .form-fields .subject {
  grid-area: subject;
}
#contact-a .form-fields .phone {
  grid-area: phone;
}
#contact-a .form-fields .message {
  height: 180px;
  grid-area: message;
}
#contact-a .form-fields .btn-dark {
  grid-area: button;
}
#contact-a .form-fields .input {
  padding: 0.5rem 1rem;
}

/* img */
.column-1 img {
  border-radius: 40px !important;
}

/* Menu Tasarım*/

.header-menu {
  height: 100vh !important;
  display: flex;
  flex-direction: column;
}
.navbar-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: aquamarine;

  height: 10rem;
}

.navbar-menu a {
  font-family: "Satisfy", cursive;
  font-size: auto !important;
  height: 100%;
  width: 100%;
  color: #111;
  padding: 5px 10px;
  margin: 0 0.5px;
  font-size: 0.9rem;
  transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-menu .link a:hover {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  color: rgb(0, 255, 170);
}

.hot-item p {
  font-family: "Satisfy", cursive;
}

.navbar-menu h1 {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  color: #fff;
}

.navbar-menu ul {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* .header-menu * {
  z-index: 1;
} */
.header-menu .content-menu-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #111;
}

.header-menu .content-menu-logo img {
  height: 400px !important;
  width: 400px !important;
  object-fit: cover !important;
}

/* hot_cofee */

.content-hot-list {
  width: 100%;
  height: 75%;
  overflow: auto;
  overflow-y: scroll;
}
.content-hot-list .hot-item {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* cold_coffe */
.content-cold-list {
  width: 100%;
  height: 75%;
  overflow: auto;
  overflow-y: scroll;
}
.content-cold-list .cold-item {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


/* owl-carousel  */
.owl-carousel {
  width: 100% !important;
}