@import url("https://fonts.googleapis.com/css?family=Outfit:400,600|DM+Sans:400");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Outfit";
}
.header {
  height: 31.25rem;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ede8e8;
}

.gradient-2 {
  position: absolute;
  width: 482px;
  height: 325px;
  top: 162px;
  left: 0;
  transform: rotate(-180deg);
  filter: blur(200px);
  background: linear-gradient(180deg, rgb(161 158 208) 0%, rgb(50 8 231) 100%);
  opacity: 0.4;
}

.gradient-3 {
  position: absolute;
  height: 157px;
  top: 343px;
  left: 628px;
  filter: blur(102px);
  background: linear-gradient(180deg, rgb(161 158 208) 0%, rgb(50 8 231) 100%);
  opacity: 0.3;
}

.gradient {
  position: absolute;
  height: 318px;
  top: 182px;
  right: 0;
  filter: blur(106px);
  background: linear-gradient(180deg, rgb(161 158 208) 0%, rgb(50 8 231) 100%);
  opacity: 0.4;
}

.header__border {
  text-align: center;
  padding-top: 12px;
  padding-right: 16px;
}

.header__navbar {
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: transparent;
  transition: all 0.5s ease;
}

.header__navbar-logo {
  display: flex;
  align-items: center;
}

.logo {
  width: 2rem;
  height: 2.75rem;
}

.logo__title {
  padding-left: 4px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}

.header__navbar-main {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header__navbar-list {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  list-style-type: none;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.header__navbar-list > li > a {
  text-decoration: none;
  color: #7b88a8;
}

.search,
.bags {
  padding-left: 1.25rem;
}

.header__btn,
.ri-menu-line {
  padding-left: 1.25rem;
}

.bags {
  position: relative;
}
.bags__count {
  position: absolute;
  background-color: red;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  top: 0;
  right: 0;
}

.btn1 {
  border: none;
  width: 8.0625rem;
  height: 3rem;
  padding: 0.8125rem 1.5rem;
  background-color: #4f77ff;
  border-radius: 0.3125rem;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}

.ri-menu-line {
  font-size: 20px;
  display: none;
}

.title1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle;
}
.text-wrapper {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
}

.content {
  /* position: absolute; */
  height: 82.438rem;
  margin-top: 120px;
  top: 612px;
  left: 200px;
}

/*  ===================*/
.icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%;
  color: #838080;
}

.btn-light {
  background-color: #fff;
  border-color: #e4e4e4;
}

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.list-menu a {
  color: #343a40;
}

.card-product-grid .info-wrap {
  overflow: hidden;
  padding: 18px 20px;
}

[class*="card-product"] a.title {
  color: #212529;
  display: block;
}

.card-product-grid:hover .btn-overlay {
  opacity: 1;
}
.card-product-grid .btn-overlay {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.img-wrap {
  overflow: hidden;
  position: relative;
}

.title {
  color: #212529;
  font-weight: bold;
}

:root {
  --primary: #4f77ff;
  --greyLight: #23adade1;
  --greyLight-2: #cbe0dd;
  --greyDark: #2d4848;
}

.container {
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--greyDark);
}

ul {
  list-style-type: none;
}

.items-list {
  max-width: 90vw;
  margin: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3rem;
  justify-content: center;
  align-content: center;
}

.item {
  width: 10rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--greyDark);
  cursor: pointer;
}

.item span {
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(#5a6181, 0.05);
  border-radius: 0.6rem;
  padding: 2rem;
  font-size: 3rem;
  transition: all 0.3s ease;
}

.item:hover span {
  transform: scale(1.2);
  color: var(--primary);
}

.item p {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: var(--greyLight);
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin: 2.5rem;
  border-radius: 0.6rem;
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(#5a6181, 0.05);
  cursor: pointer;
}

.page__numbers,
.page__btn,
.page__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.8rem;
  font-size: 1.4rem;
  cursor: pointer;
}

.page__dots {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--greyLight);
  cursor: initial;
}

.page__numbers,
.page__dots {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-size: 13px;
  color: #918b8b;
}

.page__numbers:hover {
  color: var(--primary);
}

.page__numbers.active {
  color: #ffffff;
  background: var(--primary);
  font-weight: 600;
  border: 1px solid var(--primary);
}

.page__btn {
  color: #918b8b;
  pointer-events: none;
}

.page__btn.active {
  color: var(--primary);
  pointer-events: initial;
  cursor: pointer;
}

.page__btn.active:hover {
  color: var(--primary);
  cursor: pointer;
}

#contact {
  height: 31.25rem;
  display: flex;
  background-color: #ccc;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* .gradient-5 {
  position: absolute;
  width: 482px;
  height: 325px;
  top: 162px;
  left: 0;
  transform: rotate(-180deg);
  filter: blur(200px);
  background: linear-gradient(180deg, rgb(161 158 208) 0%, rgb(50 8 231) 100%);
  opacity: 0.4;
}

.gradient-6 {
  position: absolute;
  height: 157px;
  top: 343px;
  left: 628px;
  filter: blur(102px);
  background: linear-gradient(180deg, rgb(161 158 208) 0%, rgb(50 8 231) 100%);
  opacity: 0.3;
}

.gradient4 {
  position: absolute;
  height: 318px;
  top: 182px;
  right: 0;
  filter: blur(106px);
  background: linear-gradient(180deg, rgb(161 158 208) 0%, rgb(50 8 231) 100%);
  opacity: 0.4;
} */

.contact__title {
  color: #2d3958;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
  letter-spacing: -0.125rem;
  margin-bottom: 1.8rem;
}
.contact__description {
  --main-font: 400 1.375rem/2rem normal -0.0625rem;
  color: #7b88a8;
  font: var(--main-font);
}

.contact__btn {
  border: none;
  background: #4f77ff;
  padding: 1.125rem 2rem;
  border-radius: 0.3125rem;
  margin-top: 2rem;
  cursor: pointer;
  color: #fff;
  font: 500 0.9375rem;
}

#footer {
  position: absolute;
  width: 100%;
  background: #10182f;
}
#footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 3.5rem;
  padding: 60px;
}
.footer-row .footer-col h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.0625rem;
}
.footer-col .links {
  margin-top: 20px;
}
.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-col .links li a {
  text-decoration: none;
  color: #e7e5ea;
  font-size: 0.875rem;
}
.footer-col .links li a:hover {
  color: #fff;
}
.footer-col p {
  margin: 20px 0;
  color: #e7e5ea;
  max-width: 300px;
  font-size: 1rem;
  line-height: 1.625rem;
}
.footer-col form {
  display: flex;
  gap: 5px;
}
.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: #e7e5ea;
  width: 100%;
  outline: none;
  border: 1px solid #7489c6;
  caret-color: #fff;
  color: #7b88a8;
  padding-left: 10px;
}
.footer-col input::placeholder {
  color: #ccc;
}
.footer-col form button {
  background: #4f77ff;
  color: #fff;
  outline: none;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}
.footer-col form button:hover {
  background: #cecccc;
}
.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}
.footer-col .icons i {
  color: #afb6c7;
}
.footer-col .icons i:hover {
  color: #fff;
}

.icon__bottom {
  width: 73.125rem;
  height: 0.0625rem;
  background-color: #7b88a8;
  margin: 0 auto;
}

.icon__footer {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 2.5rem;
  gap: 18rem;
}

.icon__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  color: #e7e5ea;
}

.backtop .backtop__nav {
  position: fixed;
  background-color: #4f77ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}
.backtop__nav:hover {
  color: #333;
}

@media (max-width: 768px) {
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }
  .footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }
  .footer-col form {
    display: block;
  }
  .footer-col form :where(input, button) {
    width: 100%;
  }
  .footer-col form button {
    margin: 10px 0 0 0;
  }
}
