html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
}

.navbar-main .nav-link {
  color: var(--Shades-3, #273242);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.navbar .nav-item .nav-link {
  position: relative;
}
.navbar-dark .nav-link {
  color: var(--Shades-3, #fff);
  position: relative;
}
.navbar-main .nav-link::before {
  content: "";
  border-bottom: solid 2px #ec008c;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;

  transition: all 300ms ease-in-out;
}
.navbar-main .btn-main::before {
  content: none !important;
}
.navbar-main .nav-link:hover::before {
  width: 100%;
}

.navbar-main .btn-main {
  color: #fff;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  line-height: 20px !important;
}
.nav__bar__link {
  font-weight: 400;
  font-size: 14px;
}
.navbar__btn {
  height: 50px;
  width: 158px;
}
.navbar__container .width__max__content {
  width: max-content;
  flex-grow: unset;
}
.vid_cp h3 {
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 22px;
}
/* 
footer {
  background-color: var(--dark-grey);
}
footer .ftTp {
  margin-bottom: 103px;
}
footer h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 42px;
}

.social {
  display: flex;
  gap: 10px;
}
.social a {
  display: inline-block;
  border-radius: 50%;
  width: 46px;
  aspect-ratio: 1/1;
  border: solid 1px var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* footer .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
footer .links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
} */

footer {
  background-color: var(--dark-grey);
}
footer .ftTp {
  margin-bottom: 103px;
}
footer h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 42px;
}

.social {
  display: flex;
  gap: 10px;
}
.social a {
  display: inline-block;
  border-radius: 50%;
  width: 46px;
  aspect-ratio: 1/1;
  border: solid 1px var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  margin-bottom: 30px;
}
footer .links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.payment_cards {
  margin-bottom: 24px;
}
.payment_cards img {
  height: 60px;
}
footer.padding-main {
  /* padding-bottom: 20px; */
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  footer h3 {
    margin-bottom: 22px !important;
  }
  footer .links {
    gap: 9px !important;
    margin-bottom: 48px;
  }
  footer .links a {
    display: list-item;
    margin-left: 16px;
    padding-left: 8px;
  }
  .ftTp {
    display: none !important;
  }
}
