* {
  box-sizing: border-box;
}
.header-with-swiper {
  background-color: #f5f5f5 !important;
}
header .swiper {
  width: 30%;
}
.swiper-slide {
  text-align: center;
  background-color: #f5f5f5;
  color: black;
}
.swiper-button-prev,
.swiper-button-next {
  color: rgba(0, 0, 0, 0.75);
}
.nav-link {
  color: black;
}
.header-white {
  background-color: white !important;
}
@media screen and (max-width: 1200px) {
  .swiper-backface-hidden .swiper-slide {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-backface-hidden .swiper-slide {
    font-size: 20px;
  }
  header .swiper {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .swiper-backface-hidden .swiper-slide {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .header-white a,
  .header-white form,
  .header-white ul {
    width: 100% !important;
  }
}
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: white;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-one {
  padding: 30px;
}
.sec-one .swiper .slide-one {
  background-image: url(../image/sec-one/S1.jpg);
  background-size: cover;
}
.sec-one .swiper .slide-two {
  background-image: url(../image/sec-one/S2.jpg);
  background-size: cover;
}
.sec-one .swiper .swiper-slide {
  height: 500px;
  color: white;
  align-items: flex-start;
  padding: 60px;
  width: 10%;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.sec-one .swiper .swiper-slide div {
  width: 30%;
  gap: 20px;
  font-family: Assistant, sans-serif;
}
.sec-one .swiper .swiper-slide div p {
  padding: 0;
  margin: 0;
  text-indent: 0;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
}
.sec-one .swiper .swiper-slide div h2 {
  font-size: 40px;
}
.sec-one .swiper .swiper-slide div button {
  color: white;
}

@media screen and (max-width: 550px) {
  .sec-one .swiper .swiper-slide div {
    width: 100%;
  }
  .sec-one .swiper .swiper-slide div p {
    font-size: 10px;
  }
  .sec-one .swiper .swiper-slide div h2 {
    font-size: 35px;
  }
  .sec-one .swiper .swiper-slide div button {
    padding: 5px;
  }
}
@media screen and (max-width: 350px) {
  .sec-one .swiper .swiper-slide {
    padding: 30px;
  }
}

.sec-two {
  box-shadow: 0px 1px 4px #888888;
  padding: 30px;
}
.sec-two,
.sec-three,
.sec-four,
.sec-five,
.sec-six {
  transition: all 0.6s ease-in-out; /* Smooth transition */
  opacity: 0; /* Start invisible */

  transform: translateY(50px); /* Start slightly off position */
}
.visible {
  transform: translateY(0); /* Reset to normal position */
  opacity: 1; /* Fully visible */
}
.sec-two .part-one {
  width: 20%;
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
  justify-content: space-between; /* Optional for spacing */
  align-items: center; /* Align items vertically */
}
.sec-two .part-one .image,
.sec-two .part-one .data {
  width: 50%;
  margin: 0;
  padding: 0;
}
.sec-two .part-one .image {
  width: 40%;
}
.sec-two .part-one .data {
  width: 60%;
}
.sec-two div img {
  width: 70%;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.sec-two div img:hover {
  transform: translateY(-10px);
}
.sec-two h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
.sec-two p {
  margin: 0;
  font-weight: 400;
  color: rgb(0, 0, 0, 0.6);
}
.sec-two .blackline {
  position: relative;
}
.sec-two .blackline ::after {
  background-color: rgba(0, 0, 0, 0.2);
  height: 80%;
  width: 1px;
  content: "";

  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .sec-two .part-one {
    width: 40%;
  }
  .sec-two .dellete ::after {
    width: 0;
  }
}
@media screen and (max-width: 600px) {
  .sec-two .part-one {
    width: 60%;
  }
  .sec-two .blackline ::after {
    width: 0;
  }
}
.sec-three {
  padding: 30px;
  display: flex;
  flex-wrap: wrap; /* Ensures proper wrapping for smaller screens */
  gap: 20px; /* Adds spacing between elements */
  align-items: stretch; /* Ensures consistent height alignment */
}
.sec-three a {
  color: rgb(0, 0, 0, 0.5);
  cursor: pointer;
}
.sec-three .left {
  background-image: url(../image/sec-three/mackbook.jpg);
  background-size: cover; /* Ensures the entire image is visible */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat;
  flex: 1; /* Takes up equal space */
  height: 400px;
}

.sec-three .right {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Adds spacing between top and bottom sections */
  flex: 1; /* Takes up equal space */
}

.sec-three .right .top {
  background-image: url(../image/sec-three/funiture.jpg);
  background-size: cover; /* Ensures the entire image is visible */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat;
  height: 50%; /* Relative height within the right section */
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-three .right .buttom {
  display: flex;
  gap: 20px; /* Adds spacing between start and end sections */
  flex: 1; /* Takes up remaining height */
}

.sec-three .right .buttom .start,
.sec-three .right .buttom .end {
  background-size: cover; /* Ensures the entire image is visible */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat;
  flex: 1; /* Ensures equal widths for both sections */
}

.sec-three .right .buttom .start {
  background-image: url(../image/sec-three/PowerBank.jpg);
}

.sec-three .right .buttom .end {
  background-image: url(../image/sec-three/Earpods.jpg);
}

.sec-three .left,
.sec-three .right .top,
.sec-three .right .buttom .start,
.sec-three .right .buttom .end {
  transition: all 1s ease;
}
.sec-three .left:hover,
.sec-three .right .top:hover,
.sec-three .right .buttom .start:hover,
.sec-three .right .buttom .end:hover {
  transform: scale(1.05);
}
/* Media Query for Responsiveness */
@media screen and (max-width: 1000px) {
  .sec-three {
    flex-direction: column; /* Stacks sections vertically */
    gap: 20px; /* Adds spacing between stacked sections */
  }

  .sec-three .left,
  .sec-three .right {
    width: 100%; /* Full width on smaller screens */
    height: auto; /* Adjusts height automatically based on content */
  }

  .sec-three .right .top,
  .sec-three .right .buttom .start,
  .sec-three .right .buttom .end {
    height: 200px; /* Ensures consistent height for images */
  }

  .sec-three .right .buttom {
    flex-direction: column; /* Stacks start and end sections */
    gap: 10px; /* Adds spacing between stacked items */
  }
}

.sec-five {
  background-image: url(../image/sec-five/offer-bg.jpg);
  margin-top: 33px;
}
.sec-five h2 {
  font-size: 40px;
}
.sec-five p {
  font-size: 20px;
  margin: 0;
}
.sec-five p,
.sec-five i {
  color: rgb(0, 0, 0, 0.8);
}
/* here section four start */

.sec-four .happy-weekend {
  background-image: url(../image/sec-four/450x520.jpg);
  width: 20%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-four .happy-weekend .data {
  color: white;
  padding: 20px;
}
.sec-four .collections {
  width: 80%;
  height: 100%;
  position: relative;
}
.sec-four .collections::after {
  content: "";
  height: 2px;
  width: 18%;
  background-color: #cb0000;
  position: absolute;
  top: 44px;
  left: 0px;
}
.sec-four .swiper {
  width: 100%;
  height: 100%;
}

.sec-four .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-four .swiper-slide .data {
  background-color: #f5f5f5;
  transition: all 1s ease;
}
.sec-four .swiper-slide .data:hover {
  transform: scale(1.05);
}
.sec-four .swiper-slide .data a {
  color: black;
  text-decoration: none;
}
.sec-four .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.sec-four .collections .diriction {
  position: absolute;
  top: 16px;
  right: 23px;
  flex-direction: row-reverse;
}

.sec-four .swiper-button-next:after {
  position: absolute;
  border-radius: 20%;
  color: white;
  background-color: #d60000;
  padding: 7px;
  font-size: 18px;
}
.sec-four .swiper-button-prev:after {
  position: absolute;
  border-radius: 20%;
  color: white;
  background-color: #d60000;
  padding: 7px;
  font-size: 18px;
}
.sec-four .swiper-button-next {
  left: 0; /* Move "Next" button to the left */
  right: auto;
}

.sec-four .swiper-button-prev {
  right: 0; /* Move "Prev" button to the right */
  left: auto;
}
.sec-four .swiper-button-next:after,
.sec-four .swiper-button-prev:after {
  transition: all 1s ease;
}

.sec-four .swiper-button-next:hover:after,
.sec-four .swiper-button-prev:hover:after {
  transition: (1.2s);
  background-color: black;
  /* background: linear-gradient(to left, #fc0404, #640101); */
}
@media screen and (max-width: 1000px) {
  .sec-four {
    flex-wrap: wrap;
  }
  .sec-four .happy-weekend {
    width: 100%;
    /* height: 150px; */
  }
  .sec-four .collections {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sec-four .collections::after {
    top: 42px;
    width: 25%;
  }
}
/* here section four end */

.sec-six {
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
}
.sec-six .parent {
  box-sizing: border-box;
  width: 100%;
}
.sec-six .data {
  background-image: url(../image/sec-six/1530x300_2e28ed71-62bb-427a-b209-0d157a29b986.jpg);
  background-repeat: no-repeat;
  background-size: contain; /* Ensures the image adjusts proportionally */
  background-position: center; /* Keeps the background centered */
  padding: 10px;
  height: 300px;
  display: flex; /* Use flexbox for alignment */
  flex-direction: column; /* Stack child elements vertically */
  justify-content: center; /* Center elements vertically */
  align-items: center; /* Center elements horizontally */
  text-align: center; /* Center-align text */
  transition: all 1s ease;
  box-sizing: border-box;
  position: relative; /* Keeps child elements inside the container */
  overflow: hidden; /* Prevents content from spilling out */
}

.sec-six::after {
  content: "";
  width: 14%;
  height: 1px;
  background-color: red;
  position: absolute;
  top: 40px;
  left: 0;
}

.sec-six .data:hover {
  transform: scale(1.1);
}

.sec-six .intro {
  position: relative;
}

.sec-six .intro a,
.sec-six .intro h2 {
  position: absolute;
}

.sec-six .intro a {
  right: 0;
  color: #888888;
  cursor: pointer;
}

.sec-six .intro a:hover {
  color: red;
}

.sec-six .data span {
  color: rgba(0, 0, 0, 0.8); /* Ensure text opacity works */
  font-weight: 400;
}

.sec-six .data h4 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(#b2910d, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-six .clock {
  color: #000;
}

.sec-six .time:last-of-type {
  border-right: 1px solid transparent;
}
.sec-six .time {
  position: relative;
}
.sec-six .time::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgb(0, 0, 0, 0.5);
  top: 0;
  right: -14px;
}
.sec-six .time:last-of-type::after {
  width: 0;
}
.sec-six #days,
.sec-six #hours,
.sec-six #minutes,
.sec-six #seconds {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

/* Responsive styles for larger screens */
@media screen and (max-width: 1200px) {
  .sec-six .data {
    height: 200px;
  }
  .sec-six .data h4 {
    font-size: 30px;
  }
  .sec-six .data {
    background-size: cover;
  }
}

/* Responsive styles for smaller screens */
@media screen and (max-width: 1000px) {
  .sec-six .data h4 {
    font-size: 20px; /* Reduce text size for smaller screens */
    margin: 10px 0;
  }

  .sec-six .data span {
    font-size: 14px;
  }

  .sec-six .data p {
    font-size: 12px;
  }
}

.sec-siven .collections {
  width: 100%;
  height: 200%;
  position: relative;
}
.sec-siven .collections::after {
  content: "";
  height: 2px;
  width: 18%;
  background-color: #cb0000;
  position: absolute;
  top: 44px;
  left: 0px;
}
.sec-siven .swiper {
  width: 100%;
  height: 200%;
}

.sec-siven .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-siven .swiper-slide .data {
  transition: all 1s ease;
  width: 250px;
  height: 400px;
}
.sec-siven .swiper-slide .data:hover {
  transform: scale(1.05);
}
.sec-siven .swiper-slide .data a {
  color: black;
  text-decoration: none;
}
.sec-siven .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.sec-siven .collections .diriction {
  position: absolute;
  top: 16px;
  right: 23px;
  flex-direction: row-reverse;
}

.sec-siven .swiper-button-next:after {
  position: absolute;
  border-radius: 20%;
  color: white;
  background-color: #d60000;
  padding: 7px;
  font-size: 18px;
}
.sec-siven .swiper-button-prev:after {
  position: absolute;
  border-radius: 20%;
  color: white;
  background-color: #d60000;
  padding: 7px;
  font-size: 18px;
}
.sec-siven .swiper-button-next {
  left: 0; /* Move "Next" button to the left */
  right: auto;
}

.sec-siven .swiper-button-prev {
  right: 0; /* Move "Prev" button to the right */
  left: auto;
}
.sec-siven .swiper-button-next:after,
.sec-siven .swiper-button-prev:after {
  transition: all 1s ease;
}

.sec-siven .swiper-button-next:hover:after,
.sec-siven .swiper-button-prev:hover:after {
  transition: (1.2s);
  background-color: black;
}

.sec-siven .swiper-slide .data .gray-line {
  height: 2px;
  background-color: gray;
  width: 80%;
  position: relative;
}
.sec-siven .swiper-slide .data .incontainr {
  color: #008a00;
  font-weight: 500;
  font-size: 14px;
}
.sec-siven .swiper-slide .data .company {
  margin-bottom: 0;
  text-transform: capitalize;
  word-wrap: break-word;
  line-height: normal;
  color: rgb(0, 0, 0, 0.7);
}
.sec-siven .swiper-slide .data .name {
  font-family: "" Work Sans ", sans-serif";
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}
.sec-siven .swiper-slide .data .price {
  font-weight: 700;
  font-size: 18px;
}
.sec-siven .swiper-slide .data .gray-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 10%;
  background-color: green;
}
.sec-siven .swiper-slide .data .slide-one .gray-line::after,
.sec-siven .swiper-slide .data .slide-five .gray-line::after {
  width: 18%;
}
.sec-siven .swiper-slide .data .slide-two .gray-line::after,
.sec-siven .swiper-slide .data .slide-three .gray-line::after,
.sec-siven .swiper-slide .data .slide-four .gray-line::after,
.sec-siven .swiper-slide .data .slide-six .gray-line::after {
  width: 30%;
}
.sec-siven .swiper-slide {
  border-radius: 0.6rem;

  border: 1px solid rgb(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .sec-siven {
    flex-wrap: wrap;
  }
  .sec-siven .happy-weekend {
    width: 100%;
    /* height: 150px; */
  }
  .sec-siven .collections {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sec-siven .collections::after {
    top: 42px;
    width: 25%;
  }
}
.sec-eight {
  margin-top: 30px;
}
.sec-eight .mySwiper {
  border: 1px solid rgb(0, 0, 0, 0.1);
}
.sec-eight .mySwiper {
  width: 100%;
}
.sec-eight .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-eight .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* now section nine */
.sec-nine {
  margin-top: 30px;
}
.sec-nine .collections {
  width: 100%;
  height: 200%;
  position: relative;
}
.sec-nine .collections::after {
  content: "";
  height: 2px;
  width: 18%;
  background-color: #cb0000;
  position: absolute;
  top: 44px;
  left: 0px;
}
.sec-nine .swiper {
  width: 100%;
  height: 200%;
}

.sec-nine .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-nine .swiper-slide .data {
  width: 100%;
  height: 400px;
}
.sec-nine .swiper-slide .data img {
  transition: all 1s ease;
}
.sec-nine .swiper-slide .data img:hover {
  transform: scale(1.05);
}
.sec-nine .swiper-slide .data a {
  color: #000;
  font-weight: 600;
  transform: all 1s ease;
}
.sec-nine .swiper-slide .data a:hover {
  color: red;
}
.sec-nine .swiper-slide .data .readme {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.sec-nine .swiper-slide .data .name {
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Work Sans", sans-serif;
}
.sec-nine .swiper-slide .data .details {
  font-size: 12px;
  font-weight: 400;
}
.sec-nine .swiper-slide .data p {
  font-size: 14px;
  color: rgb(0, 0, 0, 0.8);
  margin-bottom: 10px;
  text-align: start;
}
.sec-nine .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.sec-nine .collections .diriction {
  position: absolute;
  top: 16px;
  right: 23px;
  flex-direction: row-reverse;
}

.sec-nine .swiper-button-next:after {
  position: absolute;
  border-radius: 20%;
  color: white;
  background-color: #d60000;
  padding: 7px;
  font-size: 18px;
}
.sec-nine .swiper-button-prev:after {
  position: absolute;
  border-radius: 20%;
  color: white;
  background-color: #d60000;
  padding: 7px;
  font-size: 18px;
}
.sec-nine .swiper-button-next {
  left: 0; /* Move "Next" button to the left */
  right: auto;
}

.sec-nine .swiper-button-prev {
  right: 0; /* Move "Prev" button to the right */
  left: auto;
}
.sec-nine .swiper-button-next:after,
.sec-nine .swiper-button-prev:after {
  transition: all 1s ease;
}

.sec-nine .swiper-button-next:hover:after,
.sec-nine .swiper-button-prev:hover:after {
  transition: (1.2s);
  background-color: black;
}

.sec-nine .swiper-slide {
  border-radius: 0.6rem;
}
@media screen and (max-width: 1000px) {
  .sec-siven {
    flex-wrap: wrap;
  }
  .sec-siven .happy-weekend {
    width: 100%;
    /* height: 150px; */
  }
  .sec-siven .collections {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sec-siven .collections::after {
    top: 42px;
    width: 25%;
  }
}

.sec-ten {
  padding: 50px 0;
  background-color: #f5f5f5;
}
/* .sec-ten .Review {
  position: relative;
}
.sec-ten .Review::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: gray;
  top: 0;
  right: -50px;
} */
.sec-ten .Review,
.sec-ten .signup {
  width: 49%;
}

.sec-ten .Review .faceoff img {
  width: 100%;
  border: 0.5px solid red;
  border-radius: 50%;
}
.sec-ten .Review p {
  margin: 0;
  font-size: 14px;
  color: rgb(0, 0, 0, 0.8);
}
.sec-ten .Review .data .rating span {
  font-size: 12px;
  font-weight: 500;
}
.sec-ten .Review .data .name p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.sec-ten .Review .data .name span {
  font-size: 14px;
  color: rgb(0, 0, 0, 0.8);
}
.sec-ten .signup {
  padding-left: 50px;
  border-left: 1px solid rgb(0, 0, 0, 0.1);
}
.sec-ten .signup form {
  width: 80%;
}
.sec-ten .signup h3 {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 0;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.sec-ten .signup .follous h4 {
  margin: 0;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}
.sec-ten .signup .follous .social a {
  color: black;
  background-color: white;
  width: 30px;
  text-decoration: none;
}
.sec-ten .signup .follous .social i {
  font-size: 22px;
}

@media screen and (max-width: 1000px) {
  .sec-ten .Review,
  .sec-ten .signup {
    width: 100%;
    justify-content: center;
  }
  .sec-ten .container {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .sec-ten .Review {
    flex-wrap: wrap;
  }
  .sec-ten .Review div {
    width: 100%;
  }
  .sec-ten .Review .faceoff {
    width: 40%;
  }
  .sec-ten .signup {
    padding: 0;
  }
}
/* footer */

.footer {
  background-color: #333;
  color: white;
  padding: 60px 0;
}
.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.footer .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--interfont);
  flex-wrap: wrap;
}
.footer .navbar .navbar-brand {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .navbar .navbar-brand a {
  color: #e8ecef;
  text-decoration: none;
}
.footer .navbar .navbar-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .navbar .navbar-menu ul li a {
  color: white;
  font-family: var(--interfont);
  text-decoration: none;
}
.footer .site-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid white;
  padding: 10px 0;
  font-family: var(--Poppinsfont);
  flex-wrap: wrap;
}
.footer .site-footer .footer-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .site-footer .footer-info a {
  font-family: var(--Poppinsfont);
  color: white;
}
.footer .site-footer .social {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .site-footer .social a {
  text-decoration: none;
  color: #e8ecef;
  width: 30px;
}
.footer .site-footer .social a i {
  font-size: 22px;
}
.footer .navbar .navbar-brand span,
.footer .site-footer .footer-info span {
  color: #e8ecef;
}
@media screen and (max-width: 860px) {
  .footer .navbar {
    justify-content: center;
  }
  .footer .site-footer {
    gap: 30px;
    justify-content: center;
  }
  .footer .site-footer .footer-info {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .site-footer .footer-social {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .site-footer .footer-info .gray {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer .site-footer .footer-info .policy {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 830px) {
  /* the first section  */

  .footer .navbar {
    gap: 30px;
  }
  .footer .navbar .navbar-brand {
    width: 100%;
    justify-content: center;
  }
  .footer .navbar .navbar-menu {
    width: 100%;
  }
  .footer .navbar .navbar-menu ul {
    width: 100%;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  .footer .navbar .navbar-brand div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .navbar .navbar-brand .dellet {
    display: none;
  }
  .footer .navbar .navbar-menu ul li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .navbar .navbar-brand div img {
    padding-bottom: 10px;
    border-bottom: 1px solid white;
  }
}
