@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&amp;display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  line-height: normal
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: normal
}

img {
  width: 100%;
  height: auto
}

p {
  font-size: 16px;
  margin-bottom: 15px
}

h2 {
  font-size: 30px;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

.gp {
  gap: 20px
}

.txt-cen {
  text-align: center
}

.fitnes-wrap {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.fitnes-flx {
  display: flex
}

.fitnes-al {
  align-items: center
}

.fitnes-jus {
  justify-content: space-between
}

.pd {
  padding: 50px 0
}

a {
  text-decoration: none
}

ul li {
  list-style: none;
}

/*Pop-up*/

.ke4fg-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.ke4fg-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 320px;
  max-width: 600px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  animation: fadeIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ke4fg-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ke4fg-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.ke4fg-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.ke4fg-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.ke4fg-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.ke4fg-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.ke4fg-popup-btn--accept {
  background: #1b1c31;
}

.ke4fg-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .ke4fg-popup-modal {
    padding: 1.5rem;
  }

  .ke4fg-popup-title {
    font-size: 1.5rem;
  }

  .ke4fg-popup-text {
    font-size: 16px;
  }

  .ke4fg-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /* .ke4fg-popup-actions {
    justify-content: center;
  } */
}

@media (max-width: 480px) {
  .ke4fg-popup-modal {
    padding: 1rem;
  }

  .ke4fg-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .ke4fg-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .ke4fg-popup-title {
    font-size: 24px
  }

  .ke4fg-popup-icon {
    align-self: flex-end;
  }
}

#pop-up-hide {
  display: none;
}

/*Pop-up*/



.fgj {
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px
}

header {
  padding: 20px
}

header img {
  max-width: 250px
}

header ul li {
  padding: 10px
}

header a {
  font-size: 16px;
  color: #fff
}

.fitnes-hero {
  background-image: url(../images/top-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 80px
}

header ul a:hover {
  text-decoration: underline;
  color: #f59f1b;
}

.fitnes-hero-inf h2 {
  font-size: 50px;
  font-weight: 500;
  font-style: italic;
}

.fitnes-hero-inf {
  max-width: 550px;
  color: #fff
}

.fitnes-hero-hg {
  background-color: #ff4e56;
  margin: 0px 0px 25px 0px;
  padding: 14px 22px 14px 22px;
  max-width: 200px;
  color: #fff;
  border-radius: 4px;
}

.fitnes-toys-categ-bx {
  width: 50%;
  text-align: center;
}

.fitnes-btn {
  max-width: 20%;
  padding: 15px;
  text-align: center;
  background: #028d9f;
  transition: 0.3s ease;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  font-weight: 400
}

.fitnes-prd-bx {
  flex: 25%;
  text-align: center;
  background: #ededed;
  padding: 20px;
}

.fitnes-prd-bx img {
  max-width: 100%;
  background: #efefef;
  border-radius: 50px;
}

.fitnes-prd-bx1 {
  flex: 60%
}

.fitnes-prd-bx1-25 {
  flex: 25%
}

.fitnes-prd-bt {
  max-width: 30%;
  margin: auto;
  padding: 15px;
  text-align: center;
  border: 1px solid #fff;
  background: #028d9f;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}

.fitnes-prd-bt i {
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  color: #f07b3c;
}

.fitnes-prd-bt:hover {
  background: #000;
  border: 0
}

.fitnes-prd-bt a:hover {
  color: #fff
}

.fitnes-ft-bx {
  flex: 33.3%
}

.fitnes-ul li {
  list-style-type: disc;
  margin-left: 35px;
  margin-bottom: 15px;
}

.fitnes-ft-inf656 {
  flex: 50%
}

.product {
  text-align: center;
}

/*.thumbnails {margin-top: 20px;}*/
.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  display: inline-flex;
  max-width: 110px;
}

.thumbnail:hover {
  border-color: #333;
}

.product img {
  max-width: 600px;
}

.fitnes-abtn {
  max-width: 40%;
  background-color: #111;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.fitnes-mid li {
  font-size: 16px;
}

.prd-img-bx {
  flex: 33.3%
}

.fitnes-flex-60 {
  flex: 60%
}

.fitnes-flex-40 {
  flex: 40%
}

.fitnes-flex-15 {
  flex: 25%
}

.prd-del ul li {
  list-style-type: disclosure-closed;
  margin-left: 35px;
  margin-bottom: 10px;
}

.fitnes-flex-40 ul li {
  list-style-type: disc;
  margin-left: 35px;
}

.cnt li {
  list-style: circle
}

.fitnes-prd-bx-uit {
  font-size: 15px;
  margin-top: 20px
}

.fitnes-prd-bx-uit2 {
  font-size: 12px
}

.prd-list li {
  list-style-type: decimal;
  margin-left: 30px;
  line-height: 1.8;
}

footer {
  background: #d6d6d6;
  padding: 50px 0;
}

.fitnes-ft-bx ul li {
  color: #000;
  margin-bottom: 10px;
}

.fitnes-ft-bx h3 {
  color: #028d9f;
  font-size: 22px;
  margin-bottom: 10px;
}

.fitnes-ft-inf {
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  padding: 15px 0;
}

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.fitnes-bgdh i {
  padding: 10px 15px;
  color: #212529;
  font-size: 30px;
}

.mob-hd {
  display: block;
}

.des-hd {
  display: none;
}

/*---testimonial----*/

/*---testimonial----*/

@media screen and (max-width: 768px) {
  .fitnes-hero-hg {
    margin: 0 auto 20px;
  }

  .mob-hd {
    display: none
  }

  .des-hd {
    display: block;
  }

  .fitnes-toys-categ-bx {
    width: 100%;
  }

  .fitnes-fets {
    text-align: center
  }

  .fitnes-hero {
    padding: 50px 20px
  }

  .mb-menu {
    display: none
  }

  .fitnes-col {
    flex-direction: column
  }

  .od {
    order: 2
  }

  .fitnes-mb-txt {
    text-align: center
  }

  .fitnes-mt {
    margin-top: 20px
  }

  .fitnes-hero-inf h2 {
    font-size: 30px;
  }

  .fitnes-btn {
    margin: auto;
    max-width: 100%
  }

  .fitnes-fets-bx {
    border: 0 !important
  }

  .fitnes-prd-bt {
    max-width: 100%
  }

  .fitnes-prd-bx {
    text-align: center
  }

  .fitnes-col-rev {
    flex-direction: column-reverse
  }

  .prd-h1 {
    font-size: 22px !important
  }

  .fitnes-abtn {
    max-width: 100%
  }

  .fitnes-hero-inf {
    max-width: 100%;
    text-align: center;
  }

  .md-cen {
    text-align: center
  }

  .mob-od {
    order: 2 !important
  }

  header {
    padding: 0
  }

  footer {
    text-align: center
  }
}