@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap");

* {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #A3E0D0;
  font-family: "Montserrat", sans-serif;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
  scroll-behavior: smooth;
}

h1 {
  font-family: "Oswald", sans-serif;
}

nav {
  background-color: #A3E0D0;
}

.nav-call {
  font-style: italic;
}

ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.5s;
}

ul li a :active {
  font-weight: 900;
}

ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: #1b1c1e;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
ul li a:hover {
  color: #1b1c1e;
}
ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.light-btn {
  border: none;
  background-color: #06a77d;
  color: #fdfcf9;
  font-family: "Oswald", sans-serif;
}

.dark-btn {
  border: none;
  background-color: #0e103d;
  color: #fdfcf9;
}

.btn:hover {
  color: #fdfcf9;
  transform: translateY(-2px);
}

.btn {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease 0s;
}

.header,
.about,
.contact {
  min-height: 100%;
}

.contact-btn {
  margin-bottom: 1rem;
}

#header-img {
  min-width: 40%;
  max-width: 100%;
}

.about {
  background-color: #0e103d;
  color: #fdfcf9;
}

.contact {
  background-color: #0e103d;
  color: #fdfcf9;
}

.sticky-top {
  position: fixed;
  position: -webkit-fixed;
  width: 100%;
}

.card-img {
  height: 200px;
  position: relative;
}

.card-img img {
  max-height: 80%;
  max-width: 80%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.card-footer {
  background-color: rgba(0, 0, 0, 0);
  padding: 0.75rem;
}

.card {
  padding: 10px;
  font-family: "Oswald", sans-serif;
  margin: 10px;
  border: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.card:hover {
  transform: translateY(-2px);
}

.card-body {
  font-weight: 200;
}

.remorci-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 10vh;
}

.platforme {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.platforme-card {
  margin: 0;
}

.remorci {
  padding-top: 10vh;
}

.list-specifications {
  list-style-type: none;
  padding-top: 12px;
}

.contitions {
  font-size: 0.8rem;
}

.title-container {
  margin-top: 10%;
}

.title-header {
  margin-bottom: 1rem;
}

.mobile-call {
  display: none;
}

.modal-content {
  color: #1b1c1e !important;
}

.carousel-indicators li {
  background-color: #1b1c1e;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231b1c1e' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231b1c1e' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

#carouselPlatforme {
  padding-left: 10%;
  padding-right: 10%;
}

.carousel-item {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.carousel-item img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cookie-banner {
  padding: 5px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(14, 16, 61, 0.5);
  color: #fdfcf9;
  z-index: 2000;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 11px;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .carousel-item {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-call {
    display: block;
    position: fixed;
    right: 15px;
    z-index: 2000;
    font-style: italic;
  }

  .nav-call {
    display: none;
  }

  .carousel-item {
    height: 300px;
  }
}

.logo {
  width: 150px;
  height: 70px;
}

.cookie-banner a {
  cursor: pointer;
}

.btn-GDPR {
  display: block;
  margin: 0 auto;
  font-size: 9px;
}

#modalGDPR {
  z-index: 3000;
}
