:root {
  --orange: #9d5248;
  --darkblue: #004a94;
  --black: rgb(56, 55, 55);
  --light-color: #ababab;
  --box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  --border: 0.2rem solid rgba(0, 0, 0, 0.1);
  --outline: 0.1rem solid rgba(0, 0, 0, 0.1);
  --outline-hover: 0.2rem solid var(--black);
}

* {
  font-family: Arial, sans-serif; /* Apply Anderson Grotesk to all paragraphs */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.2s linear;
}

/* Apply FH Total font to headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FH Total";
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  background: #fff;
}

section {
  padding: 2rem 4.4%;
}

p {
  font-size: 16px;
  font-weight: 200;
  color: var(--black);
  font-family: "Anderson Grotesk"; /* Apply Anderson Grotesk to all paragraphs */
}

.heading {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
  margin-top: 10rem;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  font-weight: 300;
  font-family: "FH Total";
  color: var(--black);
}

.heading span {
  color: var(--black);
  font-weight: 300;
  background-color: #c1e7e3;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 14px;
  border-radius: 55px;
}

.heading-1 {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
  margin-top: 10rem;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  font-weight: 300;
  font-family: "FH Total";
  color: var(--black);
}

.heading-1 span {
  color: var(--black);
  font-weight: 300;
  background-color: #efd5ff;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 14px;
  border-radius: 55px;
}

.heading-2 {
  text-align: center;
  width: 100%;
  padding: 1.8rem 0;
  margin-top: 8rem;
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "FH Total";
  color: var(--black);
}

.heading-2 span {
  color: var(--black);
  font-weight: 300;
  background-color: #f1efca;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 14px;
  border-radius: 55px;
}

.heading-3 {
  text-align: center;
  width: 100%;
  padding: 1.8rem 0;
  margin-top: 8rem;
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "FH Total";
  color: var(--black);
}

.heading-3 span {
  color: var(--black);
  font-weight: 300;
  background-color: #fee3d0;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 14px;
  border-radius: 55px;
}

.heading-4 {
  text-align: center;
  width: 100%;
  padding: 1.8rem 0;
  margin-top: 8rem;
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "FH Total";
  color: var(--black);
}

.heading-4 span {
  color: var(--black);
  font-weight: 300;
  background-color: #e5ffbf;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 14px;
  border-radius: 55px;
}

.heading-5 {
  text-align: center;
  width: 100%;
  padding: 1.8rem 0;
  margin-top: 8rem;
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "FH Total";
  color: var(--black);
}

.heading-5 span {
  color: var(--black);
  font-weight: 300;
  background-color: #f5eccd;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 14px;
  border-radius: 55px;
}

@media (max-width: 450px) {
  .heading {
    text-align: center;
    padding: 2rem 0;
    font-family: "FH Total";
    margin-top: 4rem;
    margin-bottom: 0%;
    font-size: 32px;
    line-height: 1.5;
    color: var(--black);
  }

  .heading span {
    color: var(--black);
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 55px;
  }

  .heading-1 {
    text-align: center;
    padding: 2rem 0;
    font-family: "FH Total";
    margin-top: 4rem;
    margin-bottom: 0%;
    font-size: 32px;
    line-height: 1.5;
    color: var(--black);
  }

  .heading-1 span {
    color: var(--black);
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 55px;
  }

  .heading-2 {
    text-align: center;
    padding: 2rem 0;
    font-family: "FH Total";
    margin-top: 4rem;
    margin-bottom: 0%;
    font-size: 32px;
    line-height: 1.5;
    color: var(--black);
  }

  .heading-2 span {
    color: var(--black);
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 55px;
  }

  .heading-3 {
    text-align: center;
    padding: 2rem 0;
    margin-top: 10rem;
    font-family: "FH Total";
    margin-bottom: 6rem;
    font-size: 3.5rem;
    color: var(--black);
  }

  .heading-3 span {
    color: var(--black);
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 14px;
    border-radius: 55px;
  }

  .heading-4 {
    text-align: center;
    font-family: "FH Total";
    padding: 2rem 0;
    margin-top: 10rem;
    margin-bottom: 6rem;
    font-size: 3.5rem;
    color: var(--black);
  }

  .heading-4 span {
    color: var(--black);
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 14px;
    border-radius: 55px;
  }

  .heading-5 {
    text-align: center;
    padding: 2rem 0;
    font-family: "FH Total";
    margin-top: 4rem;
    margin-bottom: 0%;
    font-size: 32px;
    line-height: 1.5;
    color: var(--black);
  }

  .heading-5 span {
    color: var(--black);
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 55px;
  }
}

/*  Button   */

.button {
  font-family: "Anderson Grotesk"; /* Apply Anderson Grotesk to all paragraphs */
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  margin-left: 10px;
  background-color: #004a94;
  color: #fff;
  border: 2px solid #004a94;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-size: 20px;
  font-weight: 700;
}

.button:hover {
  background-color: #fff;
  border-color: #004a94;
  color: #004a94;
}

/*  Button   */

/*  button-1  */

.btn-1 {
  font-family: "Anderson Grotesk"; /* Apply Anderson Grotesk to all paragraphs */
  margin-top: 1rem;
  align-items: center;
  display: inline-block;
  padding: 1rem 16rem;
  font-size: 1.7rem;
  font-weight: bold;
  border: 4px solid var(--black);
  color: var(--black);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  margin-left: 53.5rem;
}

.btn-1:hover {
  padding: 1rem 16rem;
  margin-left: 53.5rem;
  background-color: var(--black);
  color: white;
  border: 2px solid var(--black);
}

@media (max-width: 800px) {
  .btn-1 {
    margin-top: 1rem;
    align-items: center;
    display: inline-block;
    padding: 1rem 12rem;
    font-size: 1.7rem;
    font-weight: bold;
    border: 4px solid var(--black);
    color: var(--black);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    margin-left: 30.5rem;
  }

  .btn-1:hover {
    padding: 1rem 16rem;
    margin-left: 53.5rem;
    background-color: var(--black);
    color: white;
    border: 2px solid var(--black);
  }
}

/*  button-1  */

/*  button-2  */

.btn-2 {
  font-family: "Anderson Grotesk"; /* Apply Anderson Grotesk to all paragraphs */
  margin-top: 1rem;
  align-items: center;
  display: inline-block;
  padding: 1rem 3.4rem;
  font-size: 1.7rem;
  border: 0.2rem solid #004a94;
  color: #fff;
  border-radius: 5px;
  background-color: #004a94;
  cursor: pointer;
}

.btn-2:hover {
  border: 0.2rem solid #004a94;
  color: #004a94;
  background-color: #fff;
}

/*  button-2  */

/*  preloader  */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#loader-img {
  width: 300px; /* Adjust the size of the rotating image */
  height: 300px; /* Adjust the size of the rotating image */
  animation: rotate 3s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(380deg);
  }
}

/*  preloader  */
/*  pop-up  */

.popup-container {
  display: none;
  position: fixed;
  bottom: 16px;
  left: 19.5%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 25px;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  max-width: 700px;
}

.popup-image {
  width: 210px;
  height: 320px; /* Adjust the image width as needed */
  height: auto;
  margin-right: 5px;
}

.popup-content {
  font-family: "Anderson Grotesk"; /* Apply Anderson Grotesk to all paragraphs */
  text-align: center;
  line-height: 1.5;
  color: var(--black);
}
.popup-content h2 {
  font-size: 25px;
  color: var(--black);
  padding-top: 50px;
  margin-bottom: 2px;
}

.popup-content p {
  font-size: 15px;
  color: var(--black);
  margin-top: 0%;
  font-weight: 500;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 25px;
  cursor: pointer;
  color: #888;
}

@media (max-width: 1200px) {
  .popup-container {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 120%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 25px;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: flex;
    max-width: 700px;
  }
}

@media (max-width: 1028px) {
  .popup-container {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 140%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 25px;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: flex;
    max-width: 700px;
  }
}

@media (max-width: 8098px) {
  .popup-container {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 160%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 25px;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: flex;
    max-width: 700px;
  }
}

@media (max-width: 450px) {
  .popup-container {
    display: none;
    border-radius: 8px;
    position: fixed;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: flex;
    max-width: 500px;
  }

  .popup-image {
    width: 160px;
    height: 150px; /* Adjust the image width as needed */
    height: auto;
    margin-right: 1px;
  }

  .popup-content {
    font-family: "Anderson Grotesk"; /* Apply Anderson Grotesk to all paragraphs */
    width: 174px;
    text-align: left;
    line-height: 1.4;
    color: var(--black);
  }
  .popup-content h2 {
    font-size: 20px;
    padding-top: 13px;
    margin-bottom: 2px;
    color: var(--black);
  }

  .popup-content p {
    font-size: 17px;
    margin-top: 0%;
    font-weight: 500;
    color: var(--darkblue);
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 20px;
    cursor: pointer;
    color: #888;
  }
}

/*  pop-up   */

/*   Hero Section   */

/* header One */
header {
  height: 85vh;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.header-title {
  font-size: 4rem;
  font-family: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  max-width: 610px;
  margin: 0.4rem 0;
  word-break: break-word;
  line-height: 1.1;
}

h3 {
  font-size: 20px;
  font-weight: 200;
  padding: 12px 16px;
  border-radius: 55px;
  margin-bottom: 0;
}

.header-subtitle {
  font-size: 20px;
  font-weight: 200;
  max-width: 600px;
  margin: 0 0 1rem 0;
}

.header-button {
  padding: 8.2px 128px;
  background-color: transparent;
  color: #000;
  border: 4px solid #000;
  cursor: pointer;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 600;
  margin-top: 1rem;
  font-family: "FH Total", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.header-button:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 8px 125px;
}

/* Responsive: Tablets and below */
@media (max-width: 1024px) {
  header {
    height: 55vh;
    padding: 4rem 2rem;
  }

  .header-title {
    font-size: 4.4rem;
    width: 100%;
  }

  .header-subtitle {
    font-size: 18px;
    width: 100%;
  }

  .header-button {
    padding: 8px 80px;
    font-size: 18px;
  }
}

/* Mobile phones */
@media (max-width: 479px) {
  header {
    height: 600px;
    padding: 4rem 1rem;
  }

  .header-title {
    font-size: 35px;
    font-weight: 500;
    margin: 1rem 0 0.8rem 0;
  }

  h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
  }

  .header-subtitle {
    font-size: 18px;
    font-weight: 200;
    padding: 0 8px;
    margin-bottom: 8px;
  }

  .header-button {
    padding: 8px 80px;
    font-size: 16px;
  }

  .header-button:hover {
    padding: 8px 70px;
  }
}

/* header Two */

.header-second {
  height: 70vh;
  background: #face74;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container {
  width: 598px;
  text-align: center;
  padding: 20px;
  padding-bottom: 3.5rem;
  border-radius: 10px;
}

@media (max-width: 850px) {
  .header-second {
    height: 50vh;
  }

  .header-container {
    margin-bottom: 2rem;
  }
}

@media (max-width: 450px) {
  .header-second {
    height: 80vh;
  }

  .header-button {
    padding: 8.2px 80px;
  }

  .header-button:hover {
    padding: 8px 70px;
  }
}

/*   Hero Section   */

/*   categories section   */

.video-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  padding-bottom: 0%;
  justify-content: center;
}

.video {
  width: 324px;
  height: 220px;
  margin: 8px;
  margin-bottom: 7rem;
  box-sizing: border-box;
}

.video img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.video-details {
  display: flex;
  align-items: center;
  padding: 2px;
  padding-left: 2px;
  padding-top: 4px;
  background-color: #fff;
}

.video-details img {
  width: 34px;
  height: 34px;
  background-color: black;
  border-radius: 50%;
  margin-right: 6px;
}

.video-details .info {
  flex-grow: 1;
}

.video-details .info h3 {
  margin: 0;
  padding: 0%;
  color: var(--black);
  font-size: 16px;
  font-weight: 200;
  font-family: "poppins";
}

.video-details p {
  margin: 1px 0;
  padding: 0%;
  font-size: 12px;
}

@media (max-width: 1400px) {
  .video {
    width: 290px;
    height: 165px;
    margin: 6px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }
}

@media (max-width: 1300px) {
  .video {
    width: 290px;
    height: 165px;
    margin: 6px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }
}

@media (max-width: 1280px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 0%;
    justify-content: center;
  }

  .video {
    width: 296px;
    height: 186px;
    margin: 5px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }

  .video-details {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-left: 0%;
    background-color: #fff;
    padding-top: 5px;
    color: var(--black);
    font-size: 20px;
  }

  .video-details img {
    width: 40px;
    height: 40px;
    background-color: black;
    border-radius: 50%;
    margin-right: 5px;
  }

  .video-details .info {
    flex-grow: 1;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 18px;
  }

  .video-details p {
    margin: 1px 0;
    padding: 0%;
    font-size: 13px;
  }
}

@media (max-width: 1210px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    padding-bottom: 0%;
    justify-content: center;
  }
  .video {
    width: 270px;
    height: 170px;
    margin: 6px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }

  .video-details img {
    width: 38px;
    height: 38px;
    background-color: black;
    border-radius: 50%;
    margin-right: 4px;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 16px;
  }

  .video-details p {
    margin: 1px 0;
    padding: 0%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1150px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 0%;
    justify-content: center;
  }

  .video {
    width: 320px;
    height: 200px;
    margin: 10px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1100px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 0%;
    justify-content: left;
  }

  .video {
    width: 320px;
    height: 196px;
    margin: 4px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }

  .video-details {
    display: flex;
    align-items: center;
    padding: 2px;
    padding-left: 2px;
    background-color: #fff;
    color: var(--black);
    font-size: 20px;
  }

  .video-details img {
    width: 38px;
    height: 38px;
    background-color: black;
    border-radius: 50%;
    margin-right: 4px;
    background-size: cover;
  }

  .video-details .info {
    flex-grow: 1;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 17px;
  }

  .video-details p {
    margin: 1px 0;
    padding: 0%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1006px) {
  .video {
    width: 300px;
    height: 190px;
    margin: 7px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 16.5px;
  }

  .video-details p {
    margin: 1px 0;
    padding: 0%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 990px) {
  .video {
    width: 290px;
    height: 180px;
    margin: 6px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 950px) {
  .video {
    width: 280px;
    height: 170px;
    margin: 6px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }

  .video-details img {
    width: 36px;
    height: 36px;
    background-color: black;
    border-radius: 50%;
    margin-right: 4px;
    background-size: cover;
  }
}

@media only screen and (max-width: 916px) {
  .video {
    width: 270px;
    height: 160px;
    margin: 6px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 886px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-bottom: 0%;
    justify-content: center;
  }

  .video {
    width: 270px;
    height: 160px;
    margin: 5px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }

  .video-details img {
    width: 35px;
    height: 35px;
    background-color: black;
    border-radius: 50%;
    margin-right: 4px;
    background-size: cover;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 16.4px;
  }

  .video-details p {
    margin: 1px 0;
    padding: 0%;
    font-size: 13.6px;
  }
}

@media only screen and (max-width: 860px) {
  .video {
    width: 262px;
    height: 158px;
    margin: 4px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 830px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-bottom: 0%;
    justify-content: center;
  }

  .video {
    width: 260px;
    height: 150px;
    margin: 4px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }

  /*
  .video-details {
    display: flex;
    align-items: center;
    padding: 12px;
    padding-left: 2px;
    background-color: #fff;
    padding-top: 4px;
    color: var(--black);
    font-size: 20px;
  }*/

  .video-details img {
    width: 36px;
    height: 36px;
    background-color: black;
    border-radius: 50%;
    margin-right: 3px;
    background-size: cover;
  }

  .video-details .info {
    flex-grow: 1;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 16px;
  }

  .video-details p {
    margin: 1px 0;
    padding: 0%;
    font-size: 13.4px;
  }
}
@media (max-width: 825px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-bottom: 0%;
    justify-content: center;
  }

  .video {
    width: 252px;
    height: 150px;
    margin: 4px;
    margin-bottom: 8rem;
    box-sizing: border-box;
  }

  .video-details img {
    width: 35px;
    height: 35px;
    background-color: black;
    border-radius: 50%;
    margin-right: 3px;
    background-size: cover;
  }
}

@media (max-width: 799px) {
  .video {
    width: 340px;
    height: 200px;
    margin: 10px;
    margin-bottom: 6rem;
    box-sizing: border-box;
  }

  .video-details img {
    width: 39px;
    height: 39px;
    background-color: black;
    border-radius: 50%;
    margin-right: 5px;
    background-size: cover;
  }

  .video-details .info h3 {
    margin: 0;
    padding-top: 4px;
    color: var(--black);
    font-size: 18px;
  }

  .video-details p {
    margin: 1px 0;
    padding: 0%;
    font-size: 14.4px;
  }
}

@media (max-width: 769px) {
  .video {
    width: calc(50% - 20px);
  }

  .video-details img {
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    margin-right: 4px;
    background-size: cover;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 20.6px;
  }
}

@media (max-width: 700px) {
  .video {
    width: 320px;
    height: 180px;
    margin: 6px;
    margin-bottom: 6rem;
    box-sizing: border-box;
  }

  .video-details img {
    width: 42px;
    height: 42px;
    background-color: black;
    border-radius: 50%;
    margin-right: 4px;
    background-size: cover;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 19px;
  }
}

@media (max-width: 685px) {
  .video {
    width: 310px;
    height: 170px;
    margin: 6px;
    margin-bottom: 6rem;
    box-sizing: border-box;
  }
}

@media (max-width: 665px) {
  .video {
    width: 300px;
    height: 170px;
    margin: 6px;
    margin-bottom: 6rem;
    box-sizing: border-box;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 18px;
  }
}

@media (max-width: 645px) {
  .video {
    width: 290px;
    height: 170px;
    margin: 6px;
    margin-bottom: 6rem;
    box-sizing: border-box;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 18px;
  }
}

@media (max-width: 625px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-bottom: 0%;
    justify-content: center;
  }

  .video {
    width: 282px;
    height: 160px;
    margin: 6px;
    margin-bottom: 6rem;
    box-sizing: border-box;
  }

  .video-details img {
    width: 38px;
    height: 38px;
    background-color: black;
    border-radius: 50%;
    margin-right: 3px;
    background-size: cover;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 17.4px;
  }
}

@media (max-width: 480px) {
  .video-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: space-around;
  }

  .video {
    width: calc(100% - 20px);
    height: 220px;
    padding-bottom: 14px;
  }

  .video-details {
    display: flex;
    align-items: center;
    padding: 2px;
    padding-left: 2px;
    background-color: #fff;
    padding-top: 6px;
    color: var(--black);
    font-size: 20px;
  }

  .video-details img {
    width: 40px;
    height: 40px;
    background-color: black;
    border-radius: 50%;
    margin-right: 4px;
    background-size: cover;
  }

  .video-details .info {
    flex-grow: 1;
  }

  .video-details .info h3 {
    margin: 0;
    padding: 0%;
    color: var(--black);
    font-size: 19px;
  }

  .video-details p {
    margin: 1px 0;
    padding: 0%;
    font-size: 15px;
  }
}

/*   categories section   */

/*   product   */

.store-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding: 0rem 5.6%;
}

.store-card {
  width: 49%;
  margin-top: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  height: 600px;
}

.store-card:hover {
  transform: translateY(-8px);
}

.store-card img {
  width: 100%;
  height: 84%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.store-loading {
  width: 100%;
  height: 84%;
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.store-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e0e0e0 0%, rgba(255,255,255,0.6) 50%, #e0e0e0 100%);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.store-details {
  padding: 4px;
  text-align: left;
}

.store-details h2 {
  margin: 0;
  font-size: 28px;
  color: #333;
}

.store-price {
  font-weight: bold;
  color: rgb(138, 219, 251);
  margin: 4px 0;
  font-size: 18px;
}

/* Media Queries */
@media (max-width: 1290px) {
  .store-container {
    gap: 1rem;
    padding: 1rem 1%;
  }

  .store-card {
    width: 48%;
  }
}

@media (max-width: 1028px) {
  .store-card {
    width: 48%;
  }
}

@media (max-width: 828px) {
  .store-container {
    gap: 14px;
    padding: 0;
    margin: 0;
  }

  .store-card {
    width: 47%;
  }

  .store-details {
    height: 340px;
  }

  .store-card img,
  .store-loading {
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .store-container {
    padding: 0;
    justify-content: center;
    margin-bottom: 5rem;
    gap: 10px;
  }

  .store-card {
    width: 47%;
    margin: 0;
    border-radius: 0;
  }

  .store-card img,
  .store-loading {
    border-radius: 0;
  }

  .store-details h2 {
    font-size: 26px;
  }

  .store-price {
    font-size: 18px;
  }
}

@media (max-width: 468px) {
  .store-container {
    display: grid;
    justify-items: center;
    margin: 3rem 0 5rem 0;
  }

  .store-card {
    width: 347px;
    margin: 0;
    border-radius: 0;
  }

  .store-card img,
  .store-loading {
    border-radius: 0;
  }

  .store-details h2,
  .store-price {
    padding-left: 4px;
    font-size: 26px;
  }
}

/*   product   */

/*   Review Section   */

.review-section {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 6%;
  gap: 15px;
}

/* Review Container */
.review-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  text-align: center;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 460px; /* Fixed height */
}

/* Stars and Heading Container */
.review-header {
  margin: 8px; /* Adjust gap between header and review text */
}

.review-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  margin: 0; /* Remove margin to minimize spacing */
}

/* Stars */
.stars {
  font-size: 2rem;
  font-weight: 600;
  color: var(--black); /* Change star color */
  margin-bottom: 10px; /* Small gap between h3 and stars */
  margin-top: 0%;
}

/* Paragraph (Review Text) */
.text {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.text span {
  font-weight: 900;
  font-size: 1.1rem;
}

/* Review Footer */
.review-footer {
  font-size: 2rem;
  color: var(--black);
  font-style: italic;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

/*
@media (max-width: 1440px) {
  .review-section {
    display: flex;
    justify-content: space-between;
    padding: 4rem 8%;
    gap: 20px;
  }

  .review-container {
    padding: 14px;
  }
}

@media (max-width: 1290px) {
  .review-section {
    display: flex;
    justify-content: space-between;
    padding: 6rem 3%;
    gap: 20px;
  }

  .review-container {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    text-align: center;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 420px;  
  }*/
/*
  .review-header {
    margin: 10px; }*/
/*
  .text {
    font-size: 17px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  /*
  .review-footer {
    font-size: 2rem;
    color: var(--black);
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 4px;
    border-top: 1px solid #ccc;
  }

*/


@media (max-width: 1028px) {
  .review-section {
    display: flex;
    justify-content: space-between;
    padding: 6rem 3%;
    gap: 10px;
  }

  .review-container {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    text-align: center;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 420px; /* Fixed height */
  }

  .review-header {
    margin-top: 20px; /* Adjust gap between header and review text */
  }

  .review-header h3 {
    font-size: 20px;
    color: var(--black);
    margin: 0; /* Remove margin to minimize spacing */
    padding: 0%;
  }

  .stars {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .text {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
    padding: 0%;
  }

  .review-container .review-footer {
    font-size: 19px;
    padding-bottom: 4px;
  }
}

@media (max-width: 830px) {
  .review-section {
    padding: 18px;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
  }

  .review-container {
    flex: 1 1 calc(50% - 20px);
    max-width: 374px; /* Remove max-width to allow flexibility */
    height: 500px;
  }

  .text {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .review-section {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
  }

  .review-container {
    flex: 1 1 calc(50% - 20px);
    max-width: 356px; /* Remove max-width to allow flexibility */
  }

  .text {
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .review-section {
    display: grid;
    padding: 14px;
    margin-top: 1.4rem;
    margin-bottom: 6rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
  }

  .review-container {
    padding: 14px;
    width: 100%;
    height: 455px;
  }

  .text {
    font-size: 17px;
    line-height: 1.2;
  }

  .review-header h3 {
    font-size: 26px;
  }

  .stars {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .review-container .review-footer {
    font-size: 24px;
  }
}

/*   Review Section   */


/*   brand logos  */

.container {
  width: 1200px;
  /* Fixed width for larger screens */
  margin: 0 auto;
  /* Center the container */
  margin-bottom: 6rem;
  margin-top: 2rem;
  text-align: center;
  /* Center the text */
  padding: 0;
  /* Add some padding for spacing */

}

.container p {
  font-size: 16px;
  margin-bottom: 20px;
  /* Add some padding for spacing */
  line-height: 1.3;
}

.container p span {
  font-weight: bolder;
}

/* Responsive design */
@media (max-width: 1024px) {
  .container {
    width: 84%;
    /* Adjust width for medium screens */
  }

  .container p {
    font-size: 17px;
    line-height: 1.3;
  }
}

@media (max-width: 826px) {
  .container {
    width: 90%;
    /* Adjust width for medium screens */
  }

  .container p {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .container {
    width: 90%;
    /* Adjust width for smaller screens */
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    height: auto;
    /* Full width for mobile screens */
    padding: 10px;
    padding-bottom: 0;
    margin: 0;
    /* Reduce padding on smaller screens */
  }

  .container p {
    font-size: 16.2px;
    line-height: 1.2;
  }
}

span {
  font-weight: bold;
  /* Optional: make the text inside the span bold */
}

.logo-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 6 logos per row */
  gap: 0%;
  /* Space between logos */
  justify-items: center;
  /* Center logos horizontally */
  margin: 0 auto;
  /* Center the entire grid */
  padding-left: 1rem;
  padding-right: 1rem;
  /* Top and bottom padding */
}

.brand-logo {
  width: 68px;
  /* Adjust logo size */
  height: 68px;
  margin-bottom: 5rem;
  object-fit: contain;
  /* Ensure logos are contained within the box */
  transition: transform 0.3s ease;
  filter: grayscale(100%);
  /* Make logos black and white */
}

.brand-logo:hover {
  transform: scale(1.1);
  /* Slight zoom on hover */
}

/* Responsive design for mobile screens */
@media (max-width: 1028px) {
  .logo-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 6 logos per row */
    gap: 0%;
    /* Space between logos */
    justify-items: center;
    /* Center logos horizontally */
    margin: 0 auto;
    /* Center the entire grid */
    padding-left: 2%;
    padding-right: 2%;
    /* Top and bottom padding */
  }

  .brand-logo {
    width: 60px;
    /* Adjust logo size */
    height: 60px;
    margin-bottom: 5rem;
    object-fit: contain;
    /* Ensure logos are contained within the box */
    transition: transform 0.3s ease;
    filter: grayscale(100%);
    /* Make logos black and white */
  }
}

@media (max-width: 826px) {
  .logo-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 6 logos per row */
    gap: 0%;
    /* Space between logos */
    justify-items: center;
    /* Center logos horizontally */
    margin: 0 auto;
    /* Center the entire grid */
    padding-left: 3%;
    padding-right: 3%;
    /* Top and bottom padding */
  }
}

/* Responsive design for mobile screens */
@media (max-width: 768px) {
  .logo-container {
    grid-template-columns: repeat(0, 1fr);
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .logo-container {
    grid-template-columns: repeat(0, 1fr);
    /* 2 logos per row for mobile */
    padding: 4px;
    padding-top: none;
  }

  .brand-logo {
    width: 55px;
    /* Adjust logo size */
    height: 55px;
    margin-bottom: 5px;
    object-fit: contain;
    /* Ensure logos are contained within the box */
    transition: transform 0.3s ease;
  }
}

/*   brand logos  */


.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}

.carousel {
  display: flex;
  animation: moveLeft 14s linear infinite;
}

.carousel-item {
  flex: 0 0 auto;
  margin: 0 8px;
  text-align: center;
}

.carousel-item img {
  width: 280px;
  height: 190px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.carousel-item img:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15), 0 6px 15px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}

.carousel-item .data-info {
  margin-top: 6px;
  padding-left: 6px;
  color: var(--black);
  text-align: left;
}

.carousel-item .data-info h6 {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-78%);
  }
}

/* Media Queries for Responsive Adjustments */
@media (max-width: 1400px) {
  .carousel-item img {
    width: 280px;
    height: 220px;
  }
  .carousel-item .data-info h6 {
    font-size: 17px;
  }
}

@media (max-width: 1282px) {
  .carousel-item img {
    width: 290px;
    height: 200px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-117%);
    }
  }
}

@media (max-width: 1025px) {
  .carousel-item img {
    width: 340px;
    height: 230px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-215%);
    }
  }

  .carousel-item .data-info h6 {
    font-size: 20px;
  }

}

@media (max-width: 822px) {
  .carousel-item img {
    width: 340px;
    height: 220px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-296%);
    }
  }

}

@media (max-width: 769px) {
  .carousel-item img {
    width: 340px;
    height: 220px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-322%);
    }
  }
}

@media (max-width: 576px) {
  .carousel {
    animation: moveLeft 22s linear infinite;
  }
  .carousel-item img {
    width: 250px;
    height: 160px;
  }
  .carousel-item .data-info h6 {
    font-size: 15px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-536%);
    }
  }
}

@media (max-width: 431px) {
  .carousel {
    animation: moveLeft 14s linear infinite;
  }
  .carousel-item img {
    width: 320px;
    height: 210px;
  }
  .carousel-item .data-info h6 {
    font-size: 18px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-610%);
    }
  }
}

@media (max-width: 415px) {
  .carousel {
    animation: moveLeft 14s linear infinite;
  }
  .carousel-item img {
    width: 290px;
    height: 190px;
  }
  .carousel-item .data-info h6 {
    font-size: 17px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-565%);
    }
  }
}

@media (max-width: 413px) {
  .carousel {
    animation: moveLeft 14s linear infinite;
  }
  .carousel-item img {
    width: 290px;
    height: 190px;
  }
  .carousel-item .data-info h6 {
    font-size: 17px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-580%);
    }
  }
}

@media (max-width: 411px) {
  .carousel {
    animation: moveLeft 14s linear infinite;
  }
  .carousel-item img {
    width: 300px;
    height: 200px;
  }
  .carousel-item .data-info h6 {
    font-size: 17px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-625%);
    }
  }
}

@media (max-width: 376px) {
  .carousel {
    animation: moveLeft 22s linear infinite;
  }
  .carousel-item img {
    width: 250px;
    height: 160px;
  }
  .carousel-item .data-info h6 {
    font-size: 15px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-536%);
    }
  }
}

@media (max-width: 361px) {
  .carousel {
    animation: moveLeft 18s linear infinite;
  }
  .carousel-item img {
    width: 250px;
    height: 160px;
  }
  .carousel-item .data-info h6 {
    font-size: 16px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-660%);
    }
  }
}

@media (max-width: 391px) {
  .carousel {
    animation: moveLeft 18s linear infinite;
  }
  .carousel-item img {
    width: 300px;
    height: 200px;
  }
  .carousel-item .data-info h6 {
    font-size: 15px;
  }

  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-636%);
    }
  }
}
/*   branding   */