*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  border: none;
}

html,
body {
  padding-top: 45px;
  height: 100%;
  overflow-x: hidden;
  min-height: 100%;
  background-color: #0b0028;
  font-family: "Jura", sans-serif;

}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#root {
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: #53486c63 !important;
  backdrop-filter: blur(10px);

}

.nav-link {
  font-size: 14px !important;
}

h1 {
  line-height: 48px;
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.hero-p {
  line-height: 28px;
}

.card {
  background-color: rgba(255, 255, 255, 0.059);
  transition: transform 0.3s ease-in-out;

}
.hero-btn{
  background: linear-gradient(0deg, rgba(73,56,113,0.4) 0%, rgba(194,187,221,0.4) 100%);
  border: none;
  color: white;
  font-weight: 600;
}
.hero-btn:active{
  background: linear-gradient(0deg, rgba(73,56,113,0.4) 0%, rgba(194,187,221,0.4) 100%);
  border: none;
  color: white;
  font-weight: 600;
}
.card:hover {
  background-color: rgba(255, 255, 255, 0.082);
  transform: translateY(0px);
  animation: bounce 0.6s ease-in-out;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.card-p {
  font-size: 14px;
  color: rgba(211, 199, 222, 0.762);
}

/* mobilde gelecek */
.call-btn {
  background-color: #ffffffc8;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: "Marcellus", serif;
  font-weight: 400;
  position: fixed;
  bottom: 20px;
  right: 10px;
  border: none;
  border-radius: 500px;
  padding: 10px 15px;
  z-index: 999;
  box-shadow: 1px 2px 55px 0px rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 1px 2px 55px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 1px 2px 55px 0px rgba(0, 0, 0, 0.48);
}

.call-btn-container {
  position: relative;
  z-index: 9999;
}

/*  whatsapp btn */
.whatsapp-btn {
  background-color: #ffffffc8;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: "Marcellus", serif;
  font-weight: 400;
  position: fixed;
  bottom: 20px;
  left: 10px;
  border: none;
  border-radius: 500px;
  padding: 10px 15px;
  z-index: 999;
  box-shadow: 1px 2px 55px 0px rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 1px 2px 55px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 1px 2px 55px 0px rgba(0, 0, 0, 0.48);
}

.whatsapp-btn-container {
  position: relative;
  z-index: 9999;
}

.call-icons {
  font-size: 20px;
  color: #0b0028;
}

.navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 0.473) !important;
  border-radius: 4px;

}

.navbar-toggler {
  border: none !important;
}
#languageSwitcher{
  color: orange !important;
}
.value-card{
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 130px;
  border-radius: 5px;
}
.value-card:hover{
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 130px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
}
.hero-btn:hover{
  background: linear-gradient(0deg, rgba(73,56,113,0.6) 0%, rgba(194,187,221,0.6) 100%);
  border: none;
  color: orange;
  font-weight: 600;

}
.btn-warning{
  background-color: orange !important;
  border-color: orange !important;
}
.bg-warning{
  background-color: orange !important;
}
a{
  text-decoration: none !important;
}