@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");

*:not(i) {
  font-family: "Roboto Slab", serif;
}

.top-logo {
  background-color: rgba(0, 0, 0, 0.5);
}

.top-text h1 {
  color: #f5f5f5;
  font-weight: 800;
}

.top-text p {
  text-transform: uppercase;
  color: #f5f5f5;
  color: rgb(64, 175, 255);
  font-weight: 600;
}

.top-text .texts {
  margin-bottom: 35px;
}

.top-infos {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.top-infos .top-infos-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-infos .top-infos-item span {
  color: #f5f5f5;
  font-weight: 700;
  font-size: 15px;
}

.top-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 18px;
  padding-bottom: 18px;
}

.top-rating .rating-item {
  text-align: center;
  width: 20%;
}

.top-rating .rating-item h2 {
  font-size: 20px;
  color: #f5f5f5;
  margin: 0;
}

.desktop-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.desktop-list-item div {
  width: 20%;
  text-align: center;
}

.desktop-list-item div h3 {
  font-size: 20px;
  margin: 0;
}

.desktop-list-item div h4 {
  font-size: 32px;
  margin: 0;
}

.desktop-list-item div a {
  display: inline-block;
  background: rgb(64, 175, 255);
  padding: 10px 40px;
  color: #f5f5f5;
  text-decoration: none;
  transition: 0.2s ease all;
}

.desktop-list-item div a:hover {
  background: rgb(49, 136, 198);
}

.rate-text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e18f11;
  width: 10% !important;
}

.rate-text h5 {
  font-size: 14px;
  color: #f5f5f5;
  margin: 0;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mobile-list {
  display: none;
}

.mobile-list-item {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.mobile-item-left {
  width: 50%;
  text-align: center;
  padding: 20px 20px 30px 20px;
}

.mobile-list-logo {
  margin-bottom: 20px;
}

.mobile-list-rating {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mobile-list-rating h4 {
  margin: 0;
}

.mobile-item-right {
  width: 50%;
  text-align: center;
  padding: 20px;
  background-color: #e7e7e7;
}

.mobile-item-right h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mobile-item-right a {
  display: inline-block;
  background: rgb(64, 175, 255);
  padding: 10px 40px;
  color: #f5f5f5;
  text-decoration: none;
  transition: 0.2s ease all;
}

.mobile-item-right a:hover {
  background: rgb(49, 136, 198);
}

.rate-text-mobile {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e18f11;
  width: 25% !important;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.rate-text-mobile h5 {
  font-size: 12px;
  color: #f5f5f5;
  margin: 0;
  font-weight: 700;
}

.bottom-info {
  background: rgba(0, 0, 0, 0.5);
  padding: 18px;
  color: #f5f5f5;
}

.bottom-info ul li {
  margin-bottom: 10px;
}

.bottom-info ul li b {
  color: rgb(64, 175, 255);
}

.bottom-info a {
  color: rgb(64, 175, 255);
}

.disclaimer {
  background: rgba(0, 0, 0, 0.5);
}

.disclaimer h2 {
  color: #f5f5f5;
  font-size: 35px;
  margin-bottom: 35px;
}

footer {
  background-color: #000;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 30px;
  flex-wrap: wrap;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  text-decoration: none;
  color: #f5f5f5;
  transition: 0.2s ease all;
}

footer ul li a:hover {
  color: rgb(64, 175, 255);
}

footer p {
  color: #f5f5f5;
}

.contact-wrapper {
  max-width: 720px;
  margin: 0 auto;
}

.form-control {
  border: none;
  padding: 22px;
  font-size: 18px;
  border-radius: 2px;
  color: #333;
}

.form-control::placeholder {
  color: #8e9aa8;
  font-weight: 500;
}

textarea.form-control {
  height: 140px;
  resize: none;
}

.btn-touch {
  background: rgb(64, 175, 255);
  color: #fff;
  padding: 14px 55px;
  border-radius: 4px;
  font-size: 18px;
  border: none;
}

.btn-touch:hover {
  background: rgb(49, 136, 198);
}

@media (max-width: 992px) {
  .top-infos {
    justify-content: space-between;
  }
  .top-infos .top-infos-item {
    gap: 2px;
  }
  .top-infos .top-infos-item img {
    width: 20px;
  }
  .top-infos .top-infos-item span {
    font-size: 12px;
  }
  .top-text .texts {
    margin-bottom: 25px;
  }
  .desktop-list {
    display: none;
  }
  .top-rating-main {
    display: none;
  }
  .mobile-list {
    display: block;
  }
}

@media (max-width: 768px) {
}

body {
  background-image:
    linear-gradient(rgba(6, 24, 37, 0.8), rgba(6, 24, 37, 0.8)),
    url("../images/bg-main.jpeg");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}
