@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  direction: rtl;
  font-size: 100%;
  font-family: "Rubik", sans-serif;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
  direction: rtl;
}

/* .main {
    position: relative;
}
 */

.homepage-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('..\\assets\\images\\hero_new.jpg');
}

.personal-training-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('..\\assets\\images\\cert.jpg');
  text-align: center;
  /* height: 100vh; */
}

.social-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('..\\assets\\images\\social\\social_hero.jpg');
}

.cab-hero {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('..\\assets\\images\\cab-hero3.jpg');
  /* z-index: 1;
  height: 170vh; */

}

.book-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('..\\assets\\images\\book.jpg');
}

.business-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('..\\assets\\images\\business\\business-hero.jpg');
}

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: none;
  /* height: 70vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding-top: 4%; */
}

.idf-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('..\\assets\\images\\idf\\idf2.jpg');
  background-position: center 2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: none;

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

@media (max-width: 600px) {
  .hero {
    padding: 5%;
    /* height: 70vh; */
    /* padding-top: 10%; */
  }
}

.content {
  text-align: center;
  width: 100%;
}

.content:has(h1, h2) {
  color: white;
}

h1 {
  font-size: 500%;
}

h2 {
  font-size: 300%;
}

/* .links a {
  
  color: white;
} */

.links {
  display: flex;
  flex-direction: column;
  padding: 1%;
  align-items: center;
  /*     width: 100%;
 */
}

.links a {
  font-size: 150%;
  background-color: black;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 15px;
  display: block;
  width: 12%;
  padding: 1%;
  margin: 0.5% 0;
  transition: transform 0.3s ease;
}

.links a:hover,
.social-icons a:hover {
  transform: scale(1.1);
}

.social-icons {
  font-size: 250%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 20%;
  margin: auto;

}

.social-icons a {
  background-color: white;
  padding: 5%;
  margin: 2%;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

@media (max-width: 600px) {
  .social-icons {
    font-size: 250%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 40%;
    margin: auto;

  }

  .social-icons a {
    background-color: white;
    padding: 11%;
    margin: 6%;
    border-radius: 5px;
    transition: transform 0.3s ease;
  }
}

@media (max-width: 700px) {
  .social-icons {
    font-size: 250%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 20%;
    margin: auto;

  }

}

@media (max-width: 800px) {
  .social-icons {
    font-size: 250%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 20%;
    margin: auto;

  }

  .social-icons a {
    background-color: white;
    padding: 11%;
    margin: 6%;
    border-radius: 5px;
    transition: transform 0.3s ease;
  }
}


#icon-facebook {
  color: #0866FF;
}

#icon-instagram {
  color: #FE115C;
}

#icon-whatsapp {
  color: #25D366;
}

.about {
  padding: 1%;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.about-text-container {
  width: 60%;
  text-align: center;
  margin: auto;
}

.about-text-container p {
  font-size: 120%;
}

.quote-text-container {
  width: 60%;
  text-align: justify;
  margin: auto;
}

.about h2 {
  padding-bottom: 1%;
}

.video-container {
  margin-top: 2%;
}

.video-container video {
  border-radius: 15px;
  width: 100%;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  margin: 1% 0;
}

iframe {
  border-radius: 15px;
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

/* .account-notebook {
    width: 50%;
    min-height: 100vh;
    background-color: black;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.303) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.303) 1px, transparent 1px);
    background-size: 120px 120px;
     Size of each square 
    margin: 5%;
    border-radius: 15px;
} */

.about img {
  width: 10%;
  border-radius: 350px;
  margin: 1% 0;
}

.whatsapp {
  position: fixed;
  bottom: 5px;
  /* Distance from the bottom */
  left: 5px;
  /* Distance from the left */
  padding: 5px;
  /* Optional padding around the image */
  background-color: white;
  border-radius: 10px;
}

.whatsapp img {
  width: 40px;
  /* Adjust size as needed */
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp img:hover {
  transform: scale(1.1);
}

.row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/*   @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  } */



#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  cursor: pointer;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  padding-bottom: 10px;
  /* max-height: 800px; */
}

/* Add Animation */
.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  /* font-weight: bold; */
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.container {
  position: relative;
  width: 100%;
  min-height: 450px;
  /* background-color: #f5f5f5; */
  background-color: #4587ff57;
}

.container .contents-wraper {
  width: 70%;
  min-height: inherit;
  margin: 30px auto;
  text-align: center;
}

.contents-wraper .header h1 {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 2%;
}

.contents-wraper .header h1::before {
  content: '';
  width: 200px;
  height: 2px;
  background-color: #006994;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.contents-wraper .testRow {
  width: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}

.testRow .testItem {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testRow .testItem:not(.active) {
  top: 0;
  left: -100%;
}

.testRow .testItem img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
  outline: 2px solid #006994;
  outline-offset: 2px;
}

.testRow .testItem h3 {
  font-size: 30px;
  font-style: italic;
  padding: 7px;
}

.testRow .testItem h4 {
  font-style: italic;
}

.testRow .testItem p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 10px;
}

.contents-wraper .indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  cursor: pointer;
}

.contents-wraper .indicators .dot {
  width: 15px;
  height: 15px;
  margin: 0px 3px;
  border: 3px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.contents-wraper .indicators .active {
  background-color: #006994;
}

@keyframes next1 {
  from {
    left: 0%;
  }

  to {
    left: 100%;
  }
}

@keyframes next2 {
  from {
    left: -100%;
  }

  to {
    left: 0%;
  }
}

@keyframes prev1 {
  from {
    left: 0%;
  }

  to {
    left: -100%;
  }
}

@keyframes prev2 {
  from {
    left: 100%;
  }

  to {
    left: 0%;
  }
}

@media(max-width: 550px) {
  .container .contents-wraper {
    width: 90%;
  }

  .contents-wraper .header h1 {
    font-size: 32px;
  }

  .testRow .testItem h3 {
    font-size: 26px;
  }

  .testRow .testItem p {
    font-size: 16px;
    letter-spacing: initial;
    line-height: initial;
  }

}

.call {
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  padding: 2% 0;
}

@media (max-width: 765px) {
  .call {
    padding: 5% 0;
  }
}

.call p {
  font-size: 120%;
}

/* Ensure span is inline-block to allow scaling */
.call span {
  display: inline-block;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

/* Apply hover effect to span */
.call span:hover {
  transform: scale(1.1);
  /*     border: 1px solid red; /* Added border to see hover effect */
}

/* Style the link inside the span */
.call a {
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  background-color: black;

}


.card-list {
  column-count: 4;
  padding: 10px;
  /* background-color: #262626 ; */
}

.card,
.video-card {
  break-inside: avoid;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  /* transition: transform 0.3s ease; */
  transition: box-shadow 0.3s ease;
}

.card:hover,
.video-card:hover {
  /*  transform: scale(1.1); */
  box-shadow: 0 4px 8px rgba(255, 254, 254, 0.271);
  /* Adds shadow on hover */
}

#img01 {
  border-radius: 25px;
}

@media (max-width: 1500px) {
  .card-list {
    column-count: 3;
  }
}

@media (max-width: 1000px) {
  .card-list {
    column-count: 2;
  }
}

.video-card video {
  width: 100%;
  border-radius: 5px;
}

.shavim-videos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 600px) {
  .shavim-videos {
    width: 95%;
    flex-direction: column;
    margin: auto;
    gap: 0;
  }
}

.nav {
  background-color: black;
  position: fixed;
  width: 100%;
  padding: 1%;
  z-index: 2;
}

/* ul {
  display: flex;
  justify-content: center;
  gap: 2%;
  list-style: none;
} */

/* .ul-show .nav-ul {
  display: block;
  opacity: 1;
  max-height: none;
} */

.nav a {
  color: white;
  text-decoration: none;
  font-size: 130%;
}

.nav a:hover {
  text-decoration: underline;
}

.icon-container {
  display: none;
  /* display: inline-block; */
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.nav-h {
  display: none;
}

.nav-h h3 {
  color: white;
  /* font-size: 170%; */
}

@media (max-width: 600px) {
  /* .nav {
     display: flex;
     align-items: center;
  }   */

  ul {
    display: block;
    /* visibility: hidden;
    opacity: 0;
    height: 0; */
    transition: opacity 0.5s, max-height 2s;
  }

  #nav-ul li a {
    display: block;
    /* border-top: 1px solid white; */
    border-bottom: 1px solid white;

  }

  .icon-container {
    display: inline-block;
    padding-right: 1%;
  }

  .nav-h {
    display: block;
  }

}

.show-ul {
  visibility: visible;
  display: block;
  max-height: none;
  opacity: 1;
  height: 100%;
  padding-top: 1%;
}

/* .natural {
display: block;
} */

#float-whatsapp {
  color: #25D366;
  font-size: 250%;
}


.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 2%; */
  /* margin-bottom: 1%; */

}

.form-container h2 {
  padding: 2%;
}

.form {
  max-width: 400px;
  width: 100%;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  font-size: 120%;
}

.comment h3 {
  font-size: larger;
}


.comment p {
  font-size: large;
}


.comment small {
  font-size: medium;
}

.comment h3,
.comment p,
.comment small {
  padding: 1%;
}

input[type="text"] {
  border-radius: 5px;
  width: 100%;
  padding: 2%;
  /*   border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
 */
}

textarea {
  border-radius: 5px;
  width: 100%;
  padding: 2%;
}

input[type="submit"] {
  background-color: black;
  color: white;
  padding: 2%;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

input[type="submit"]:disabled {
  background-color: rgba(0, 0, 0, 0.212);
  color: white;
  cursor: default;
  transition: none;
}

input[type="submit"]:disabled:hover {
  transform: none;
}

input[type="submit"]:hover {
  transform: scale(1.1);
}

.comments-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2%;

}

.comment {
  /* width: 38%; */
  max-width: 400px;
  width: 100%;
  font-size: 120%;
  padding: 1%;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 764px) {
  /*  .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2%; 
    margin: 5%;
  } */

  .form-container h2 {
    padding: 5%;
    font-size: 250%;
  }

  .form {
    max-width: 350px;
    font-size: 140%;
    padding: 5%;

  }

  .comments-list {

    /* margin-top: 5%;
    margin-bottom: 5%; */
    padding-top: 5%;
    padding-bottom: 3%;
  }

  .comment {
    max-width: 350px;
    /* width: 90%;  */
    /* font-size: 140%; */
    padding: 5%;
  }

}

#business-hero-profile {
  border-radius: 1150px;
  border: #333 10px solid;
  width: 20%;
}

@media (max-width: 1300px) {
  #business-hero-profile {
    width: 30%;
  }
}

@media (max-width: 1000px) {
  #business-hero-profile {
    width: 50%;
  }
}

@media (max-width: 763px) {
  #business-hero-profile {
    width: 60%;
  }
}

.booklet-container {
  margin-top: 2%;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.booklet-container a {
  background-color: black;
  color: white;
  padding: 1%;
  margin: 0.5%;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 12%;
  text-decoration: none;
  font-size: 150%;

}

/* .pdf {
  margin: 2% 0;
  width: 70%;
  height: 100%;
} */
/* 
#book {
  display: none;
}  */

/* @media (max-width: 1635px) {

  .pdf {
    margin: 2% 0;
    width: 80%;
    height: 100%;
  }

}

@media (max-width: 1434px) {

  .pdf {
    margin: 2% 0;
    width: 90%;
    height: 100%;
  }

}

@media (max-width: 1267px) {

  .pdf {
    display: none;
  }

  #book {
    display: block;
  }

  .booklet-container {
    margin-top: 2%;
  }
}

@media (max-width: 800px) {
  #book {
    display: none;
  }
} */

.terms-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2% 0;
}

.docs-content {
  margin-top: 2%;
  width: 50%;
}

.docs-content h2 {
  font-size: 200%;
  margin-bottom: 2%;
}

.docs-content p {
  font-size: 120%;
}

li {
  font-size: 120%;
}

@media (max-width: 768px) {

  .terms-sec h1 {
    font-size: 300%;
  }

   .terms-sec h2 {
    font-size: 220%;
  }

  .docs-content {
    margin-top: 2%;
    width: 90%;
  }

}

@media (max-width: 1610px) {
  .booklet-container a {
    width: 14%;
    /* font-size: 120%; */
  }
}

@media (max-width: 1355px) {
  .booklet-container a {
    width: 17%;
    /* font-size: 120%; */
  }
}

@media (max-width: 1105px) {
  .booklet-container a {
    width: 22%;
    /*  font-size: 120%; */
  }
}

@media (max-width: 878px) {
  .booklet-container a {
    width: 23%;
    /*  font-size: 120%; */
  }
}

@media (max-width: 820px) {
  .booklet-container a {
    width: 30%;
    /* font-size: 120%; */
  }
}

@media (max-width: 693px) {
  .booklet-container a {
    width: 32%;
    /* font-size: 120%; */
  }
}

@media (max-width: 601px) {
  .booklet-container a {
    width: 50%;
    font-size: 140%;
    margin: 1.5%;
    padding: 2%;
  }
}

.booklet-container a:hover {
  transform: scale(1.1);
}

.docs-content {
  color: #000000
}

.footer {
  background-color: #000000;
  padding: 2% 0;
}

.footer-tabs {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.pages {
  color: white;
  margin: 0 5%;
}

.pages h3 {
  font-size: 130%;
}

.pages ul li {
  list-style: none;
}

.pages ul li a {
  color: white;
  text-decoration: none;
}

.pages ul li a:hover {
  text-decoration: underline;
}

.footer-hr {
  padding: 2% 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-hr hr {
  color: white;
  width: 50%;
}

.footer-hr p {
  padding: 2% 0;
  color: white;
}

@media (max-width: 768px) {
  .footer-hr {
    margin: 2% 0;
  }

  .footer-hr p {
    padding-top: 4%;
    padding-bottom: 15%;
  }
}


/* Cookie Banner */

:root {
  --shw-bg: #0d0f14;

  --shw-text: #eef1f5;

  --shw-link: #7ec3ff;

  --shw-btn: #ff3b6b;

  --shw-btn-text: #fff;

  --shw-shadow: 0 10px 30px rgba(0, 0, 0, .35);
  --shw-radius: 14px;
}

#shw-cookie-banner {
  position: fixed;
  inset-inline: 16px;
  bottom: 16px;
  z-index: 999999;
  font-family: inherit;
  color: var(--shw-text);
  background: rgba(13, 15, 20, .92);
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: var(--shw-shadow);
  border-radius: var(--shw-radius);
  backdrop-filter: blur(6px);
  display: none;

}

#shw-cookie-banner .shw-cookie-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 16px 18px;
  align-items: center;
}

.shw-cookie-text {
  line-height: 1.6;
  font-size: 15px;
}

.shw-cookie-link {
  color: var(--shw-btn) !important;
  text-decoration: underline;
}

.shw-cookie-link:focus,
.shw-cookie-link:hover {
  color: var(--shw-btn);
  text-decoration: none;
  outline: none;
}

.shw-cookie-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.shw-cookie-accept {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  background: var(--shw-btn);
  color: var(--shw-btn-text);
  transition: transform .06s ease, opacity .2s ease;
}

.shw-cookie-accept:hover {
  opacity: .92;
  background: var(--shw-btn);
}

.shw-cookie-accept:active {
  transform: translateY(1px);
  background: var(--shw-btn);
}

.shw-cookie-accept:focus {
  outline: 2px solid #fff3;
  outline-offset: 2px
}

@media (max-width: 680px) {
  #shw-cookie-banner .shw-cookie-inner {
    grid-template-columns: 1fr;
  }

  .shw-cookie-actions {
    justify-content: flex-start
  }
}