@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&display=swap");

:root {
  --primary-color: #161015d5;
  --primary-color-dark: #6132b4;
  --text-dark: #262626;
  --text-light: #737373;
  --extra-light: #ffffff;
  --white: #ffffff;
  --max-width: 1200px;
}



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
}

#portfolio .section__header {
  color: #c50a0a;
}

.section__header span {
  color: var(--primary-color);
}

.section__description {
  max-width: 600px;
  margin-inline: auto;
  color: var(--text-light);
  line-height: 1.75rem;
  text-align: center;
}



/* Change the text color of the CONTACT button in the navigation menu */
.nav__links .btn {
  color: #ffffff; /* Change this to your desired text color */
  background-color: #070707; /* Change this to your desired background color */
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px; /* Adjust the border radius as needed */
  transition: background-color 0.3s, color 0.3s;
}

.nav__links .btn:hover {
  color: #ffffff; /* Change this to your desired hover text color */
  background-color: #51514f; /* Change this to your desired hover background color */
}

.btn:hover {
  background-color: #d16410; /* Change this to your desired hover background color */
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

.logo span {
  color: #c50a0a;
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}

nav {
  position: fixed;
  isolation: isolate;
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  z-index: 9;
}

.nav__header {
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--extra-light);
}

.nav__menu__btn {
  font-size: 1.5rem;
  color: var(--text-dark);
  cursor: pointer;
}

.nav__links {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background-color: var(--extra-light);
  transition: 0.5s;
  z-index: -1;
  transform: translateY(-100%);
}

.nav__links.open {
  transform: translateY(0);
}

.nav__links a {
  font-weight: 500;
  color: var(--text-dark);
}

.nav__links a:hover {
  color: var(--primary-color);
}

header {
  height: 300px;
  color: aqua;
}
header h1  {
  color: #f0f0f0!important; /* Change this to your desired font color */
}

.header__container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff; /* Ensure text is readable on the background video */
  padding: 100px 20px; /* Adjust padding as needed */
}
.header__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: blur(1px); /* Adjust the blur value as needed */
  
  
}



.header__container h2 {
  max-width: fit-content;
  margin-inline: auto;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #070606;
  background-color: #fff8f5;
  border-radius: 5rem;
}

.header__container h2 img {
  max-width: 25px;
}

.header__container h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  line-height: 5.5rem;
}
.section__header {
  color: #c50a0a; /* Change this to your desired color */
  max-width: 100%;
  overflow-x: hidden;
  padding: 0 1rem; 
}
/* Ensure images and videos are responsive */
img, video {
  max-width: 100%;
  height: auto;
}

.section__header span {
  color: #070606; /* Change this to your desired color */
}
.steps .section__description {
  color: #ffffff; /* Change this to your desired color */
}

.header__container h1 span {
  color: var(--primary-color);
}


.header__container p {
  margin-bottom: 2rem;
  max-width: 600px;
  margin-inline: auto;
  color: var(--text-light);
  line-height: 2rem;
  text-align: center;
}

.header__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  
}

.header__btns a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff; 
  background-color: rgb(128, 60, 0);
}

.header__btns a span {
  padding: 5px 11px;
  font-size: 1.5rem;
  color: var(--white);
  
  border-radius: 100%;
  transition: 0.3s;
}

.header__btns a:hover span {
  box-shadow: 2px 2px 10px rgba(106, 56, 194, 0.5);
}

.header__container > img {
  position: absolute;
  max-width: 40px;
  padding: 7px;
  border-radius: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.header__container > img:nth-child(1) {
  top: 30%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.header__container > img:nth-child(2) {
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.header__container > img:nth-child(3) {
  top: 75%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.header__container > img:nth-child(4) {
  top: 20%;
  right: 15%;
  transform: translate(-50%, -50%);
}

.header__container > img:nth-child(5) {
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.header__container > img:nth-child(6) {
  top: 65%;
  right: 20%;
  transform: translate(-50%, -50%);
}
#home p {
  color: #070606; /* Change this to your desired color */
  opacity: 1;
}

.steps {
  position: relative;
  overflow: hidden;
}

.steps__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: blur(2px); /* Adjust the blur value as needed */
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* Adjust the gap between items as needed */
}

.steps__card {
  padding: 1rem;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.steps__card span {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 5px 11px;
  font-size: 1.5rem;
  border-radius: 100%;
}

.steps__card:nth-child(1) span {
  color: #fa4e09;
  background-color: #fff9f6;
}

.steps__card:nth-child(2) span {
  color: #6a38c2;
  background-color: #e9ddff;
}

.steps__card:nth-child(3) span {
  color: #3ac2ba;
  background-color: #f0fffe;
}

.steps__card:nth-child(4) span {
  color: #fbbc09;
  background-color: #fff8e3;
}

.steps__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
}

.steps__card p {
  color: var(--text-light);
}

/* Default layout for larger screens */
.explore__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* Adjust the gap between items as needed */
}

.explore__card {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.explore__card:hover {
  background-color: var(--primary-color);
}

.explore__card span {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 5px 11px;
  font-size: 1.5rem;
  border-radius: 5px;
  transition: 0.3s;
}

.explore__card:nth-child(1) span {
  color: #f04a0c;
  background-color: #f6efef;
}

.explore__card:nth-child(2) span {
  color: #6a38c2;
  background-color: #e9ddff;
}

.explore__card:nth-child(3) span {
  color: #ff0101;
  background-color: #fff2f2;
}

.explore__card:nth-child(4) span {
  color: #fbbc09;
  background-color: #fff8e3;
}

.explore__card:nth-child(5) span {
  color: #4680e7;
  background-color: #e7edf8;
}

.explore__card:nth-child(6) span {
  color: #34a753;
  background-color: #f1fef5;
}

.explore__card:nth-child(7) span {
  color: #443ee0;
  background-color: #f6f5ff;
}

.explore__card:nth-child(8) span {
  color: #3ac2ba;
  background-color: #f0fffe;
}

.explore__card:hover span {
  color: var(--white);
  background-color: #794cc7;
}

.explore__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  transition: 0.3s;
}

.explore__card p {
  color: var(--text-light);
  transition: 0.3s;
}

.explore__card:hover h4 {
  color: var(--white);
}

.explore__card:hover p {
  color: var(--extra-light);
}

.explore__btn {
  text-align: center;
}

.job__grid {
  margin-top: 4rem;
  display: grid;
  gap: 1rem;
}

.job__card {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.job__card:hover {
  background-color: var(--primary-color);
}

.section__container {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.section__header {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.trainer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.trainer__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.trainer__card img {
  width: 100%;
  height: 200px; /* Adjust the height as needed */
  object-fit: contain;
}

.trainer__card .btn__preview {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.trainer__card .btn__preview:hover {
  background-color: #0056b3;
}

.trainer__socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.job__card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.job__card img {
  max-width: 50px;
  padding: 10px;
  border-radius: 100%;
  background-color: var(--white);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.job__card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: 0.3s;
}

.job__card h6 {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-light);
  transition: 0.3s;
}

.job__card h4 {
  margin-block: 1rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  transition: 0.3s;
}

.job__card p {
  margin-bottom: 1rem;
  color: var(--text-light);
  transition: 0.3s;
}

.job__card__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.job__card__footer span {
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.3s;
}

.job__card__footer span:nth-child(1) {
  color: #4680e7;
  background-color: #e7edf8;
}

.job__card__footer span:nth-child(2) {
  color: #f04a0c;
  background-color: #f6efef;
}

.job__card__footer span:nth-child(3) {
  color: #3ac2ba;
  background-color: #f0fffe;
}

.job__card:hover :is(h5, h4) {
  color: var(--white);
}

.job__card:hover :is(h6, p) {
  color: var(--extra-light);
}

.job__card:hover .job__card__footer span {
  color: var(--white);
  background-color: var(--primary-color-dark);
}

.offer__grid {
  margin-top: 4rem;
  display: grid;
  gap: 2rem 1rem;
}

.offer__card img {
  margin-bottom: 1rem;
  border-radius: 5px;
}

.offer__details {
  display: flex;
  align-items: flex-start;
}

.offer__details span {
  font-size: 2rem;
  font-weight: 800;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--text-dark);
  padding-right: 1rem;
}

.offer__details div {
  padding-left: 1rem;
  border-left: 2px solid var(--primary-color);
}

.offer__details h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
}

.offer__details p {
  color: var(--text-light);
}

.swiper {
  padding-top: 4rem;
  width: 100%;
  max-width: 600px;
}

.client__card img {
  max-width: 80px;
  margin-inline: auto;
  margin-bottom: 2rem;
  border-radius: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.client__card p {
  margin-bottom: 1rem;
  line-height: 1.75rem;
  color: var(--text-dark);
  text-align: center;
}

.client__ratings {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.client__ratings span {
  color: goldenrod;
}

.client__card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
}


.client__card h5 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
  text-align: center;
}

/*contact */
/*contact*/
.contact-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #ccc; /* Add this line for a slight border */
  border-radius: 10px; /* Optional: Add rounded corners */
  padding: 20px; /* Optional: Add padding inside the border */
}
/*change the color of 'get in touch' in the contact */
.contact-container .contact-heading {
  color: #070606;
}
.contact-left 
{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  
}
.contact-left-title h2
{
  font-weight: 600;
  color:white ;
  font-size: 50px;
  margin-bottom: 5px;
 
}
.contact-left-title hr 
{
  border: none;
  width:120px;
  height: 5px;
  background-color: #c50a0a;
  border-radius: 10px;
  margin-bottom: 20px;
  
}
.contact-inputs 
{
  width:400px;
  height: 50px;
  /* border: solid green; */
  border:none;
  outline: none;
  padding-left:20px;
  font-weight: 500;
  color: gray;
  border-radius: 50px;
  border: 1px solid #ccc;
}

.contact-left textarea 
{
  height: 150px;
  padding-top:15px ;
  border-radius: 20px;
}

.contact-inputs:focus
{
  border:2px solid red; 
}
.contact-inputs::placeholder{
  color: #a9a9a9;
}
.contact-left button 
{
  display: flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  color:#fff ;
  gap: 10px;
  border: none;
  border-radius:50px;
  background: linear-gradient(270deg, #c50a0a, #c50a0a);
  cursor:pointer ;
}
.contact-left button img{
    height: 15px;
}
.social-links {
  display: flex;
  gap: 10px; /* Adjust the gap between icons as needed */
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-links a span i {
  font-size: 1.5rem; /* Adjust the size as needed */
  color: inherit; /* Ensure the color is inherited from the parent */
}

.social-links a[href*="instagram.com"] span i {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-links a[href*="t.me"] span i {
  color: #0088cc; /* Telegram color */
}

.social-links a[href*="wa.me"] span i {
  color: #25D366; /* WhatsApp color */
}
.footer
{
  margin-left: 20px;
}

.footer__container {
  display: grid;
  gap: 4rem 2rem;
}

.footer__logo {
  margin-bottom: 2rem;
}

.footer__col p {
  max-width: 400px;
  color: var(--text-light);
}

.footer__col h4 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
}

.footer__links {
  display: grid;
  gap: 1rem;
}

.footer__links a {
  display: flex;
  align-items: center;
  color: var(--text-light);
  /* font-size: 10px; */
}

.footer__links a:hover {
  color: var(--primary-color);
}

.footer__links a span {
  font-size: 1.25rem;
}
.footer__links a span i {
  font-size: 1.5rem; /* Adjust the size as needed */
  color: inherit; /* Ensure the color is inherited from the parent */
}

.footer__links a[href*="tel:"] span i {
  color: #000; /* Default color for phone icon */
}

.footer__links a[href*="mailto:"] span i {
  color: #000; /* Default color for email icon */
}


.footer__bar {
  padding: 1rem;
  font-size: 0.9rem;
  color: var(--text-light);
  text-align: center;
}
.email-icon {
  color:rgb(0, 0, 0) /* Change this to your desired color */
}


@media (max-width: 540px) {
  .trainer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .explore__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width > 540px) {
  .steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .explore__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .job__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-inputs 
{
  width:100%;
 
}
.section__header span {
 
  font-size: 30px;
  /* border: 1px solid rebeccapurple; */
 
  width: 100%;
}


  .nav__menu__btn {
    display: block;
  }
  .nav__links {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--extra-light);
  }

  .nav__links.open {
    display: flex;
  }

  .footer{
    margin-left:20px ;
  }

}
/* Adjust the layout for smaller screens */
@media (max-width: 768px) {
  .steps__grid,
  .explore__grid,
  .trainer__grid {
    grid-template-columns: 1fr;
  }

  .steps__card,
  .explore__card,
  .trainer__card {
    padding: 1rem;
  }

}
  .section__description {
    margin-bottom: 1rem; /* Adjust the value as needed */
  }
  .steps__card {
    padding: 10px;
    font-size: 14px;
  }

  .steps__card h4 {
    font-size: 16px;
  }

  .steps__card p {
    font-size: 12px;
  }

  .explore__card h4 {
    font-size: 14px;
  }

  .explore__card p {
    font-size: 12px;
  }
  
/* Ensure the navigation menu is responsive */
@media (max-width: 768px) {
  .nav__header {
    background-color: rgba(242, 235, 235, 0.8); /* Semi-transparent background */
    backdrop-filter: blur(2px); /* Apply blur effect */
  }
  .nav__menu__btn {
    display: block;
  }

  .nav__links {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(242, 235, 235, 0.8); /* Semi-transparent background */
    backdrop-filter: blur(2px); /* Apply blur effect */
  }

  .nav__links.open {
    display: flex;
  }

  /* Adjust the layout for smaller screens */
  .steps__grid,
  .explore__grid,
  .trainer__grid {
    grid-template-columns: 1fr;
  }

  .steps__card,
  .explore__card,
  .trainer__card {
    padding: 1rem;
  }
}

/* Adjust the layout for smaller screens */
@media (max-width: 540px) {
  .trainer__grid,
  .explore__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Adjust the layout for larger screens */
@media (min-width: 769px) {
  .explore__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Adjust the gap between items as needed */
  }

  .explore__card {
    padding: 15px;
  }

  .explore__card h4 {
    font-size: 16px;
  }

  .explore__card p {
    font-size: 14px;
  }

  nav {
    position: static;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--extra-light);
    gap: 2rem;
  }

  .nav__header {
    padding: 0;
    background-color: transparent;
  }

  .nav__menu__btn {
    display: none;
  }

  .nav__links {
    position: static;
    padding: 0;
    flex-direction: row;
    justify-content: flex-end;
    background-color: transparent;
    transform: none;
  }

  .steps__grid {
    margin-top: 6rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .steps__card:nth-child(2n - 1) {
    transform: translateY(-2rem);
  }

  .explore__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .job__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .offer__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__container {
    grid-template-columns: repeat(5, 1fr);
  }

  .footer__col:nth-child(1) {
    grid-column: 1/3;
  }
}

@media (min-width: 1024px) {
  .steps__card,
  .explore__card {
    padding: 1.5rem;
  }

  .explore__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer__grid {
    gap: 2rem;
  }
}