@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&amp;display=swap');


*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
}
.navbar-nav{
    display: flex;
    width: 507px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
background: rgba(254, 223, 206, 0.13);
box-shadow: #000;

/* Background Blur */
backdrop-filter: blur(25px);
}




/* CSS */
.primarybutton {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .primarybutton {
    padding: 19px 32px;
  }
}

.primarybutton:before,
.primarybutton:after {
  border-radius: 80px;
}

.primarybutton:before {
  background-color: rgba(249, 58, 19, .32);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.primarybutton:after {
  background-color: initial;
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.primarybutton:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}

.primarybutton:active:not(:disabled) {
  color: #ccc;
}

.primarybutton:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.primarybutton:disabled {
  cursor: default;
  opacity: .24;
}


.main-heading h1{
  color: var(--text-color, #000);

/* Headings/H1 600 */
font-family: "Titillium Web";
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 90px */
letter-spacing: -0.9px;
}

.main-heading p{
  color: var(--text-color, #000);
font-feature-settings: 'clig' off, 'liga' off;

/* Main Text/P1 400 */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 143.75% */
}

.about-header h6{
  color: var(--shadow-color, #AF1D1D);

/* Headings/H6 600 */
font-family: "Titillium Web";
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 114.286% */
}

.about-header h2{
  color: var(--text-color, #000);
  font-family: "Titillium Web";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 104.478% */
  text-transform: capitalize;
}
.about-header p{
  color: var(--text-color, #000);
font-feature-settings: 'clig' off, 'liga' off;

/* Main Text/P1 400 */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 143.75% */
}

.text-heading{
  justify-content: center;
  margin-top: 50px;
}

.text-heading h6{
  color: var(--shadow-color, #AF1D1D);
  text-align: center;
  
  /* Headings/H6 600 */
  font-family: "Titillium Web";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 114.286% */
}
.text-heading h2{
  color: var(--text-color, #000);
text-align: center;

/* Headings/H2 600 */
font-family: "Titillium Web";
font-size: 67px;
font-style: normal;
font-weight: 600;
line-height: 70px; /* 104.478% */
text-transform: capitalize;
}
.text-heading p{
  color: var(--text-color, #000);
text-align: center;
font-feature-settings: 'clig' off, 'liga' off;

/* Main Text/P1 400 */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 143.75% */
}

.card{
  position: relative;
  text-align: center;
  display: flex;
  width: 350px;
  padding: 44px 36px 22px 36px;
  gap: 8px;
  border-radius: 16px;
border: 2px solid var(--shadow-color, #AF1D1D);
background: #00B0B5;
}


.card h5{
  color: #FFF;
text-align: center;
font-family: "Titillium Web";
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 32px; 
}
.card p{
  color: #FFF;
text-align: center;
font-feature-settings: 'clig' off, 'liga' off;

font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 23px;
}
.card-icon img{
  border: 1px solid #AF1D1D;
  width: 60px;
padding: 16px;
background-color: white;
border-radius: 50%;
position: absolute;
top: -30px;
left: 140px;
}

.ServicesDetail{
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.ServicesDetail img{
 width: 500px;
}
.Services-card-1{
      margin-bottom: 20px;
      border-radius: 10px;
      align-items: right;
      transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.Services-card-1 h3{
background-color: #00bcd4;
font-weight: 600;
max-width: 20%;
text-align: center;
border-radius: 10px;
} 


.Services-card-1:hover {
  /* Change to your desired hover background color */
  transform: scale(1.05); /* Increase size on hover */
}

.Services-sub-Services h3{
font-family: "Titillium Web";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 70px; /* 104.478% */
text-transform: capitalize;
border-bottom:3px solid #f26725;
}
.Services-sub-Services p{
  text-align: justify;
  font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px;
}

.point{
  justify-content: center;
  align-items: center;
}

.point-1 h4{
font-size: 30px;
font-weight: 600;
}

.point-1 p{
  font-size: 15px;
  text-align: justify;
}

/* mlm-plam */
.mlm-plan h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 30px;
 font-family: Poppins;
 font-style: normal;
 }
.mlm-plan p{
  font-family: 'Poppins', sans-serif;
 font-weight: 400;
 line-height: 30px;
font-family: Poppins;
font-style: normal;
}

.testimonial-card {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
background-color: #00B0B5;
border-radius: 10px;
padding: 25px 20px;}
.avatar{
  max-width: 30%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.avatar img{
  width: 80px;
  background-color: wheat;
  border-radius: 50%;
}
.testimonial-card-text{
  max-width: 70%;
  color: #ffffff;
}
.testimonial-card h4{
  color: var(--button-color, #FFF);
  font-family: "Titillium Web";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 114.286% */
}
.testimonial-card p{
  color: var(--button-color, #FFF);
font-feature-settings: 'clig' off, 'liga' off;
 font-weight: 200;
font-family: Poppins;
letter-spacing: 1px;
font-size: 11px;
font-style: normal;
  }

.footer{
  margin-top: 100px;
}

.footer-header {
  font-family: "Titillium Web";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px
  }

.footer-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link li {
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out;
}

.footer-link li a {
  color: var(--text-color, #000);
font-feature-settings: 'clig' off, 'liga' off;
/* Main Text/P1 400 */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px;
text-decoration: none;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.footer-link li a:hover {
  color: #00bcd4; /* Change to your desired hover color */
}

.footer-link li:hover {
  transform: translateY(-5px); /* Adjust the upward movement on hover */
}
.footer-about p{
  font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px;
}
.footer-about-link{
  display: flex;
  gap: 20px;
}
.footer-about-link a{
  border-radius: 8px;
  border: 1px solid var(--text-color, #000);
  padding: 5px 8px;
  color: black;
}

.footer-about-link a:hover{
  border-radius: 8px;
  border: 1px solid var(--text-color, #f26725);
  padding: 5px 8px;
  color: #f26725;
}


.input-sms{
padding: 8px 24px;
align-items: center;
border-radius: 24px;
background: #00B0B5;
border: none;
}
.input-btn{
background-color: #FF683A;; border-radius: 24px; border: none;
              background: #FF683A; padding: 16px 24px;
}


/* contact-form */

.contact{
  background-color: #a8f9ff;
  border-radius: 20px;
  padding: 100px;
}
form{
  padding: 50px;
  border-radius: 20px;
  background: #00B0B5;
  box-shadow: #000;
}


@media only screen and (max-width: 600px) {
  .main-heading{ 
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .main-heading h1{
    font-size: 40px;
  }

  .about-header{
    align-items: center;
    text-align: center;
  }
  .about-header h2{
    font-size: 25px;
    line-height: 40px;
  }

  .text-heading{
    align-items: center;
    text-align: center;
  }
  .text-heading h2{
    font-size: 35px;
    line-height: 50px;
  }
  .Services-sub-Services h3{
    text-align: center;
  }
  .point{
    text-align: center;
  }
  .point-1 h4{
    margin-top: 20px;
  }
  .footer-about{
    text-align: center;
  }
  .footer-about-link{
    justify-content: center;
  }
  .footer-header{
    text-align: center;
    margin-top: 20px;
  }
  .footer-link{
    text-align: center;
  }
  .contact{
    padding: 20px;
  }
  form{
    padding: 20px;
  }
  .contact-side-1{
    text-align: center;
    margin-bottom: 20px;
  }
  .ServicesDetail img{
    width: 400px;
   }
   .Services-card-1{
    align-items: center;
    text-align: center;
}
.Services-card-1 h3{
  text-align: center;
  align-items: center;
  max-width: 100%;
  background-color: white;
  font-weight: 800;
  color: tomato;
  } 
  .mlm-plan h4{
    text-align: center;
   }
   .mlm-plan p{
    text-align: center;
   }
}