@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

*:not(i) {
  font-family: "Quicksand", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 999;
}

.nav-link-my {
  color: #000000a1;
  font-weight: 500;
}

.nav-link-my:hover {
  color: #ff007f;
}

.btn-rankings {
  background: #ff007f;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  padding: 10px 14px;
  border: 0;
  white-space: nowrap;
}

.btn-rankings:hover {
  background: #cf0068;
  color: #fff;
}

.dropdown-menu-my {
  min-width: 140px;
  border: 0;
  border-radius: 0;
  padding: 6px 0;
  background: #e9edf2;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.dropdown-menu-my .dropdown-item {
  font-size: 16px;
  padding: 10px 12px;
}
.dropdown-menu-my .dropdown-item:hover {
  background: #dde3ea;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  background: linear-gradient(135deg, #ffd6e8 0%, #e6d6ff 100%);
}

.hero h1 {
  color: #000000c2;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 12px;
}
.hero p {
  color: #000000a1;
}

.brand-mobile-it {
  background-color: #ffffffbb;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 5px 5px 15px 1px #0000002d;
}

.brand-mobile-it-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.brand-mobile-it-top-left h3 {
  font-size: 20px;
  color: #000000c2;
  font-weight: 700;
  margin-bottom: 15px;
}

.brand-mobile-it-top-left ul {
  margin: 0;
  padding-left: 0;
}

.brand-mobile-it-top-left ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
  font-size: 16px;
  color: #000000a1;
  font-weight: 600;
  margin-bottom: 7px;
}

.brand-mobile-it-top-left ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: green;
  font-weight: bold;
}

.brand-mobile-it-top-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
}

.brand-mobile-it-top-right p {
  color: #fdcc0d;
  font-size: 18px;
  font-weight: bold;
}

.brand-mobile-it-top-right h4 {
  color: #000000c2;
  font-weight: 700;
  margin: 0;
  font-size: 30px;
}

.brand-mobile-it a {
  display: inline-block;
  text-align: center;
  background: #ff007f;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: 0.2s;
}

.brand-mobile-it a:hover {
  background: #cf0068;
}

.brand-desk-it {
  display: flex;
  align-items: center;
  background-color: #ffffffbb;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 5px 5px 15px 1px #0000002d;
  transition: 0.2s;
}

.brand-desk-it:hover {
  box-shadow: 5px 5px 30px 1px #0000002d;
}

.brand-desk-it .brand-img-desk {
  width: 22%;
  text-align: start;
}

.brand-desk-it .brand-info-desk {
  width: 60%;
  padding: 0 20px;
}

.brand-desk-it .brand-info-desk h3 {
  color: #000000c2;
  font-weight: 700;
}

.brand-desk-it .brand-info-desk ul {
  margin: 0;
  padding-left: 0;
}

.brand-desk-it .brand-info-desk ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
  margin-bottom: 7px;
  color: #000000a1;
  font-weight: 600;
}

.brand-desk-it .brand-info-desk ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: green;
  font-weight: bold;
}

.brand-desk-it .brand-link-desk {
  width: 18%;
  text-align: center;
}

.brand-desk-it .brand-link-desk-rev {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.brand-desk-it .brand-link-desk-rev p {
  color: #fdcc0d;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.brand-desk-it .brand-link-desk-rev h4 {
  color: #000000c2;
  font-weight: 700;
  margin: 0;
  font-size: 30px;
}

.brand-desk-it .brand-link-desk-link a {
  display: inline-block;
  padding: 10px;
  width: 100%;
  background: #ff007f;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s ease all;
}

.brand-desk-it .brand-link-desk-link a:hover {
  background: #cf0068;
  color: #fff;
}

.about img {
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffd6e8 0%, #e6d6ff 100%);
}

.about h2 {
  color: #000000c2;
  font-size: 40px;
}

.about p {
  color: #000000a1;
  font-size: 17px;
  font-weight: 500;
}

.about h3 {
  color: #000000c2;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

footer {
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #000000a1;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 500;
}

footer ul li a:hover {
  color: #ff007f;
}

footer p {
  color: #000000a1;
  text-align: center;
  font-weight: 500;
}

.brand-main-mobile {
  display: none !important;
}

@media (max-width: 992px) {
  .btn-rankings {
    width: 100%;
    margin-top: 10px;
  }
  .dropdown-menu-my {
    min-width: 100%;
  }
  .brand-main-desktop {
    display: none !important;
  }

  .brand-main-mobile {
    display: block !important;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: rgba(230, 214, 255, 0.341);
}
