@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --black-color: #000000;
  --yellow-color: #d3b025;
  --white-color: #ffffff;
  --hover-color: #575757;
}

body {
  font-family: "Inter", sans-serif !important;
}

.header-head {
  background-color: white;
  padding: 10px 0px;
}

.header-contact {
  display: flex;
  align-items: center;
  column-gap: 8px;
  text-decoration: none;
  color: var(--black-color);
  transition: all 0.3s;
}

.header-contact:hover {
  color: var(--hover-color);
}

.header-contact-text head {
  font-size: 15px;
  font-weight: 400;
}

.header-contact-text .alt {
  font-size: 15px;
  font-weight: 600;
  margin-top: -3px;
  text-decoration: none;
}

.header-btn {
  padding: 10px 10px;
  background-color: var(--black-color);
  font-size: 14px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.header-btn:hover {
  opacity: 0.8;
  color: white;
}

header {
  position: relative;
}

.header-navbar {
  background-color: var(--black-color);
  padding: 12px 0px;
  position: absolute;
  width: 100%;
  z-index: 550;
  transition: all 0.3s;
}

.fixed .header-navbar {
  transition: all 0.3s;
  position: fixed;
  top: 0;
}

.header-navbar-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  max-width: 170px;
}

.header-menu-list {
  display: flex;
  align-items: center;
  list-style-type: none;
  column-gap: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.header-menu-list li a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 16px;
}

.header-end .header-contact {
  color: var(--white-color);
}

.slider {
  margin-top: 100px;
  position: relative;
}

.slider-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
}

.slider-head h1 {
  color: var(--white-color);
  font-size: 50px;
  font-weight: 200;
}
.swiper-slider {
  height: fit-content;
}
.slider-img img {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.slider-head h1 strong {
  font-weight: 600;
}

.slider-click a {
  text-decoration: none;
  color: var(--white-color);
  font-size: 20px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  display: block;
  width: fit-content;
  margin-top: 15px;
  border-radius: 12px;
}

.slider-click a:hover {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.slider-click a span {
  color: var(--yellow-color);
  font-weight: 600;
}

.slider-app h6 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
}

.slider-app-flex {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.slider-app-flex a {
  max-width: 150px;
  display: block;
  transition: all 0.3s;
  transform: translatey(0px);
}

.slider-app-flex a:hover {
  transform: translatey(-8px);
}

.about {
  margin-top: 80px;
}

.about-card {
  border-radius: 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  box-shadow: 0px 0px 12px -4px rgb(219 219 219);
  position: relative;
}

.about-card-left img {
  border-radius: 15px;
}

.about-card-right {
  width: 60%;
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: 0;
  height: fit-content;
  background-color: #ffffffb5;
  border-radius: 10px;
  padding: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.about-card-text h6 {
  font-size: 25px;
  color: var(--black-color);
}

.about-card-text p {
  font-size: 22px;
  color: black;
  font-weight: 500;
}

.btn {
  background-color: var(--black-color);
  padding: 10px 16px;
  font-size: 15px;
  color: var(--white-color);
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
  transform: translatey(0px);
  transition: all 0.3s;
}

.btn:hover {
  transform: translatey(-8px);
  color: var(--white-color);
}

.app {
  margin-top: 80px;
  background-image: url(../img/apps-background.png);
  background-size: cover;
  width: 100%;
  padding: 40px 0px;
}

.app-text h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--white-color);
}

.app-flex {
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.app-flex a {
  max-width: 150px;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  transform: translatey(0px);
}

.app-flex a:hover {
  transition: all 0.3s;
  transform: translatey(-15px);
}

.app-right-img {
  max-width: 450px;
}

.service {
  margin-top: 80px;
}

.section-head {
  text-align: center;
  margin-bottom: 30px;
}

.section-head h3 {
  font-size: 18px;
  font-weight: 400;
}

.section-head h2 {
  font-size: 35px;
  font-weight: 600;
}

.service-card-alt {
  padding: 15px 12px;
  box-shadow: 0px 12px 18px -6px rgb(236 236 236);
  border-radius: 0px 0px 6px 6px;
}

.service-card-text-head {
  font-size: 14px;
  font-weight: 400;
}

.service-card-text-alt {
  font-weight: 600;
  font-size: 18px;
}

.service-card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--black-color);
  text-decoration: none;
  margin-left: auto;
  transition: all 0.3s;
  transform: translatex(0px);
}

.service-card-link:hover {
  opacity: 0.7;
  transform: translatex(5px);
}

.service-card-link i {
  color: var(--white-color);
  font-size: 18px;
}

.service-card-alt {
  display: flex;
  align-items: center;
}

.service-card-img img {
  border-radius: 10px 10px 0px 0px;
}

.section-link-btn {
  background-color: var(--black-color);
  padding: 18px 20px;
  height: 42px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  text-decoration: none;
  border-radius: 8px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  color: white;
}

.section-link-btn span {
  font-weight: 500;
  font-size: 15px;
  color: white;
}

.section-link-btn i {
  color: var(--white-color);
  font-size: 25px;
  transform: translatex(0px);
  transition: all 0.3s;
  color: white;
}

.section-link-btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.section-link-btn:hover i {
  opacity: 0.7;
  transform: translatex(5px);
}

.stores {
  margin-top: 80px;
}

.stores-card {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.stores-card-header {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--black-color);
}
.stores-card-header:hover {
  color: var(--yellow-color) !important;
}
.stores-card-icon {
  max-width: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.stores-card-text .head {
  font-size: 15px;
  font-weight: 600;
}

.stores-card-text .alt {
  font-size: 15px;
  font-weight: 400;
}

.stores-card-alt {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--hover-color);
}

.stores-card-item {
  display: block;
  background-color: #f5f5f5;
  margin-top: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  text-align: center;
}

.stores-card-item-left {
  font-size: 14px;
  font-weight: 600;
  min-width: 95px;
}

.stores-card-item-right {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  text-align: left;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.stores-card-tel {
  display: block;
  background-color: #f5f5f5;
  margin-top: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: var(--black-color) !important;
  transition: all 0.3s;
}
.stores-card-tel:hover {
  background-color: #e2e2e2;
}
.stores-card {
  padding: 15px 12px;
  box-shadow: 0px 0px 12px -4px rgb(219 219 219);
  border-radius: 10px;
}

.contact {
  margin-top: 90px;
  position: relative;
  z-index: 150;
  margin-bottom: -50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contact::after {
  position: absolute;
  z-index: 140;
  width: 80%;
  background-color: var(--black-color);
  height: 100%;
  content: "";
  top: -15px;
  border-radius: 15px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}

.contact-card {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  box-shadow: 0px 0px 12px -4px rgb(219 219 219);
  padding: 35px 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  z-index: 180;
  background-color: white;
}

.contact-card-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.contact-card-text {
  text-decoration: none;
  color: var(--black-color) !important;
}
.contact-card-text head {
  color: #848484;
  font-size: 15px;
  font-weight: 400;
}

.contact-card-text .alt {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
}

.contact-card-icon {
  max-width: 50px;
}

.footer {
  background-color: var(--black-color);
  padding-top: 120px;
  padding-bottom: 10px;
}

.footer-text {
  display: block;
  margin-top: 10px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
}

.footer-right {
  display: flex;
  justify-content: space-between;
}

.footer-item-head {
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 10px;
}

.footer-menu {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-menu li {
  padding: 0.4rem 0rem;
}

.footer-menu li a {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-alt-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
}

.footer-alt-link a {
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color);
}

.header-mobile-btn {
  display: none;
}

.header-mobile-top {
  display: none;
}

.header-menu-list-mobile {
  display: none;
}

.header-dropdown .btn-header {
  color: white;
  border: none;
  background-color: transparent !important;
}

.header-dropdown .dropdown-item {
  color: black;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px !important;
  border-radius: 0px;
  border-top: 1px solid #dedede;
}

.header-dropdown .dropdown-menu {
  padding: 0px !important;
}

.header-dropdown .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  border-radius: 0px !important;
}

.dropdown-item:hover {
  background-color: #e8e8e8;
}

.footer-dropdown .btn-footer {
  background-color: transparent;
  padding: 0px;
  border: none;
  color: white;
}

.footer-dropdown .dropdown-item {
  color: black;
}

.collection-body-span {
  border: 1px solid black;
  padding: 15px 25px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.collection-body-span a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: var(--black-color);
  font-weight: 700;
}

.collection-note {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
}
.footer-item-flex {
  display: flex;
  column-gap: 15px;
}
.footer-item-card {
  color: white;
  max-width: 185px;
  font-size: 14px;
}
.terms-card {
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.price-alt-flex {
  display: flex;
  align-items: center;
  max-width: 418px;
}
.price-alt-flex-r {
  margin-left: auto;
  min-width: 143px;
}
.price-alt-flex-r .price-list {
  list-style-type: none;
  padding-left: 0px;
}
.slider-mobile-img {
  display: none;
}
@media only screen and (max-width: 992px) {
  .about-card-right {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 30px;
  }
  .about-card-text p {
    font-size: 18px;
  }
  .price-alt-flex {
    display: block;
  }
  .header-head {
    display: none;
  }

  .header-menu {
    position: fixed;
    width: 100%;
    right: -300vh;
    transition: all 0.3s;
    background-color: black;
    padding: 0px 0px;
    top: 0;
    z-index: 150;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  .menu-active {
    right: 0;
  }

  .header-menu-list {
    display: block;
    padding: 10px 20px;
  }

  .header-menu-list li {
    margin-top: 15px;
  }

  .header-menu-list li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
  }

  .header-dropdown .btn-header {
    font-size: 18px;
    padding: 0px;
  }

  .contact-card-icon {
    max-width: 35px;
  }

  .header-mobile-top {
    padding: 12px 20px;
    border-bottom: 1px solid var(--hover-color);
    display: flex;
    align-items: center;
  }

  .header-menu-list-mobile {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 10px 20px;
    display: block;
  }

  .header-menu-list-mobile li {
    padding-bottom: 16px;
  }

  .header-menu-list-mobile .header-contact {
    display: flex;
  }

  .header-contact {
    color: var(--white-color);
  }

  .header-mobile-close-btn {
    margin-left: auto;
    width: 38px;
    height: 38px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 20px;
  }

  .header-mobile-logo {
    max-width: 125px;
  }

  .header-mobile-btn {
    column-gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid white;
    height: 50px;
    width: 100px;
    border-radius: 7px;
  }

  .header-mobile-btn i {
    font-size: 30px;
    color: var(--white-color);
  }

  .header-mobile-btn span {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
  }

  .header-contact {
    display: none;
  }

  .header-logo {
    max-width: 140px;
  }

  .header-mobile-btn:hover {
    cursor: pointer;
  }

  .about-card {
    max-width: 550px;
    display: block;
  }

  .about-card-left {
    width: 100%;
  }

  .about-card-right {
    width: 100%;
  }

  .about-card-text {
    margin-top: 15px;
  }

  .service-card {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-navbar {
    top: 0;
  }

  .slider {
    margin-top: 86px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-web-img {
    display: none;
  }
  .slider-mobile-img {
    display: block;
  }
  .footer-right .footer-item:last-child {
    display: none;
  }
  .footer-right {
    justify-content: center;
  }
  .footer-left {
    display: none;
  }

  .contact-card {
    display: block;
  }

  .contact-card-bg {
    display: none;
  }

  .contact-card-item {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    min-width: 345px;
  }

  .contact-card-bg {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .contact-card-item {
    min-width: 280px;
  }

  .slider-head h1 {
    font-size: 35px;
  }

  .slider-click a {
    font-size: 15px;
    padding: 12px 15px;
  }

  .slider-app h6 {
    font-size: 15px;
  }

  .about-card-text h6 {
    font-size: 18px;
  }

  .about-card-text p {
    font-size: 15px;
  }

  .btn {
    font-size: 15px;
    padding: 8px 12px;
  }

  .app-text {
    text-align: center;
  }

  .app-text h2 {
    font-size: 25px;
  }

  .app-flex {
    justify-content: center;
  }

  .section-head h2 {
    font-size: 25px;
  }

  .section-head h3 {
    font-size: 17px;
  }

  .contact-card-text .head {
    font-size: 15px;
  }

  .contact-card-text .alt {
    font-size: 14px;
  }

  .contact-card-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .contact-card {
    padding: 20px 15px;
  }

  .stores-card-icon {
    max-width: 90px;
  }

  .footer .mt-5 {
    margin-top: 0.5rem !important;
  }

  .footer-text {
    margin-top: 20px;
  }

  .footer {
    padding-top: 90px;
  }

  .header-logo {
    max-width: 110px;
  }

  .header-mobile-btn span {
    font-size: 14px;
  }

  .header-mobile-btn i {
    font-size: 25px;
  }

  .header-mobile-btn {
    height: 45px;
    width: 90px;
  }

  .slider {
    margin-top: 73px;
  }
}
