

.row_btn {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.theme_btn1 {
  padding: 0.833vw 1.562vw;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 0.9375vw;
  border-radius: 100px;
  border: 1px solid #fff;
  font-weight: bold;
}

.theme_btn2 {
  padding: 0.833vw 1.562vw;
  background-color: #FFC500;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 0.9375vw;
  border-radius: 100px;
  border: 1px solid #FFC500;
  font-weight: bold;
}

.white_btn {
  background: #fff;
  color: #000;
}

.hero_section {
  position: relative;
  display: flex;
  justify-content: center;
}

.banner_images {
  width: 100%;
}

.content_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.row_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.25vw;
  margin-top: 0.833vw;
}

.row_tabs button {
  background: transparent;
  font-size: 0.9375vw;
  font-weight: bold;
  color: #fff;
}

.row_tabs button.active {
  color: #FFC500;
}



.explore-btn {
  padding: 0.036vw 0.078vw;
  background-color: #FFC500;
  border: none;
  color: #fff;
  font-size: 0.052vw;
  cursor: pointer;
}

.content_wrapper .row_btn {
  margin-top: 3.125vw;
}

.row_download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.729vw;
  margin-top: 6.77vw;
}

.row_download img {
  height: 2.5vw;
}

.dark_border {
  border-color: #000;
  color: #000;
}

/* Welcome Section */
.welcome {
  text-align: center;
  margin-top: 5rem;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.welcome h2 {
  font-size: 2.8125vw;
  margin-bottom: 0.052vw;
  font-weight: bold;
  font-family: futura-stdheavy;
  color:#000;
}

.smile {
  height: 2.604vw;
  margin: 2.083vw 0;
}

.welcome p {
  color: #000;
  line-height: 1.3;
  font-size: 1.562vw;
  max-width: 67.708vw;
  margin-bottom: 2.604vw;
}

/* Gallery Section */
.gallery {
  width: 100%;
  margin-top: 2.083vw;
}

.gallery-item {
  margin: 0 0.52vw;
  max-width: 20.833vw;
}

.gallery-item>img {
  width: 100%;
  height: auto;
  border-radius: 0.625vw;
}

/* benifit section  */
.membership-benefits {
  text-align: center;
  padding: 7vw 0.8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.membership-benefits h2 {
  font-size: 2.8125vw;
  margin-bottom: 0.052vw;
  font-weight: bold;
  font-family: futura-stdheavy;
  line-height: 1.2;
  text-transform: uppercase;
  color:#000;
}

.membership-benefits h2 span {
  color: #00000071;
  display: block;
}

.membership-benefits p {
  color: #000;
  line-height: 1.3;
  font-size: 1.041vw;
  margin-top: 0.52vw;
}

.benefits-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.78vw;
  padding: 0 0.052vw;
  max-width: 74.479vw;
  margin-top: 1.302vw;
}

.benefit-card {
  background-color: #f9f9f9;
  border-radius: 2.604vw;
  text-align: left;
  position: relative;
  max-width: 35.417vw;
  width: 100%;
  display: flex;
}

.title_benifit {
  padding: 2vw 0 2vw 1.5vw;
}

.benefit-card .title_benifit h3 {
  font-size: 1.458vw;
  margin-bottom: 0.26vw;
  font-family: futura-stdheavy;
}

.benefit-card .title_benifit p {
  font-size: 1.041vw;
  color: #000;
  line-height: 1.3;
  margin-top: 1.302vw;
}

.benefit-card>img {
  width: 11.979vw;
  height: 15.104vw;
  object-fit: contain;
  object-position: bottom;
}

.space_btn {
  margin-top: 2.5vw;
}

/* Card Styling */
.testimonial-card {
  background-color: #fff;
  padding: 1.042vw;
  border-radius: 1.042vw;
  border: 1px solid #C8C8C8;
}

.row_user {
  display: flex;
  align-items: center;
  gap: 0.52vw;
}

.row_user img {
  height: 2.5vw;
}

/* Member Name Styling */
.member-info {
  font-size: 1.042vw;
  color: #000;
  text-transform: capitalize;
}

.head_test {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials-grid {
  display: flex;
  width: 100%;
  gap: 1.563vw;
  padding: 1.042vw 0.52vw;
}

.test-column {
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
}

/* Main Quote Text */
.testimonial-text {
  font-size: 1.563vw;
  color: #333;
  line-height: 1.5;
  text-align: left;
  margin-top: 1.302vw !important;
}

/* Star Rating */
.star-rating {
  color: #FFD700;
  font-size: 1.146vw;
}

.pricing-plans {
  display: flex;
  gap: 3.125vw;
  width: 100%;
  justify-content: center;
  padding: 4.167vw 0.833vw;
}

.pricing-card {
  width: 32.813vw;
  min-height: 38.021vw;
  border-radius: 2.083vw;
  color: #fff;
  text-align: center;
  position: relative;
  box-shadow: 0 0.208vw 0.781vw rgba(0, 0, 0, 0.2);
}

.pricing_head {
  padding: 2.083vw 2.083vw 1.042vw;
  border-bottom: 0.052vw solid #ffffff2c;
}

.pricing-card img {
  height: 3.125vw;
}

.basic-plan {
  background: linear-gradient(#252525, #000);
}

.plus-plan {
  background: linear-gradient(#FFD744, #FBC70A);
  color: #000;
}

.row_price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  margin-top: 0.625vw;
}

.row_price h4 {
  max-width: 5vw;
  line-height: 1.3;
}

.row_price h4 span {
  text-decoration: line-through;
  color: #aaa;
  font-size: 1vw;
}

.pricing-card h3 {
  font-size: 1.041vw;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0.729vw;
  font-family: futura-stdheavy;
}

.pricing-card h1 {
  font-size: 2.5vw;
  margin: 0.26vw 0;
}

.pricing-card p {
  font-size: 0.8rem;
  color: #aaa;
}

.plus-plan.pricing-card p,
.plus-plan .row_price h4 span {
  color: #00000081;
}

.plus-plan .pricing_head {
  border-color: #00000036;
}

.pricing_body {
  padding: 1.25vw 3.906vw;
}

.pricing-card ul {
  list-style: none;
  text-align: left;
  margin-bottom: 1.042vw;
  min-height: 15.625vw;
}

.pricing-card ul li {
  font-size: 0.9375vw;
  margin-bottom: 0.26vw;
  display: flex;
  align-items: center;
  gap: 0.52vw;
  padding: 0.364vw 0;
  font-weight: bold;
}

.pricing-card button {
  padding: 0.416vw 0.625vw;
  border-radius: 0.26vw;
  background: none;
  color: inherit;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}

.basic-plan button:hover {
  background-color: #555555;
}

.plus-plan button:hover {
  background-color: #FFD700;
  color: #333333;
  border: 1px solid #333333;
}

.App {
  text-align: center;
  padding: 0.52vw;
}

.MarqueeContainer {
  width: 100%;
}

.colation-1,
.colation-2 {
  width: 100%;
}

.colation-2 {
  margin-top: 1.042vw;
}

.MarqueeContainer img {
  border-radius: 1.042vw;
  margin: 0 0.52vw;
  max-width: 35.417vw;
  width: 100%;
  display: block;
}

.Featured_section {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FBC50D;
  padding: 5.208vw 0.833vw;
  border-radius: 1.563vw;
}

.middle_cont {
  width: 100%;
  max-width: 87.5vw;
  margin: 0 auto;
  padding-bottom: 5.99vw;
  position: relative;
}

.icon_wrap {
  width: 6.25vw;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.icon_wrap img {
  height: 2.604vw;
}

.feature_card {
  display: flex;
  align-items: center;
}

.feat_head {
  max-width: 26.042vw;
  color: #000;
  font-size: 1.146vw;
  line-height: 1.5;
}

.feat_head span {
  font-weight: 700;
  font-family: futura-stdheavy;
  margin-bottom: 0.781vw;
  display: block;
}

.feature_card {
  display: flex;
  align-items: center;
  gap: 2.083vw;
}

.row_2 .feature_card,
.row_4 .feature_card {
  flex-direction: row-reverse;
}

.row_2 .feature_card .feat_head,
.row_4 .feature_card .feat_head {
  text-align: right;
}

.middle_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row_1,
.row_3,
.row_5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 5.208vw;
  position: relative;
  z-index: 2;
}

.row_2,
.row_4 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 5.208vw;
  position: relative;
  z-index: 2;
}

.middle_line {
  position: absolute;
  width: 100%;
  max-width: 27.083vw;
  min-height: 38.021vw;
/*
  top: 6.771vw;
*/
  top: 8vw;
  left: 37%;
}

.row_4 {
  margin-right: -2.604vw;
}

.row_1 {
  margin-left: -13.021vw;
}

.row_5 {
  margin-left: -13.021vw;
}

.row_3 {
  margin-left: -3.646vw;
}

.line_mob {
  display: none;
}

.footer {
  padding: 0 1.042vw;
  margin-top: 0.781vw;
}

.row_ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.458vw 0;
  border-top: 1px solid #0000007c;
}

.foote_links {
  display: flex;
  align-items: center;
  gap: 4.167vw;
}

.foote_links a,
.row_ft p {
  color: #000;
  font-size: 0.833vw;
  font-weight: 500;
}

.foote_links a:hover {
  text-decoration: underline;
}


.ham_u {
  display: none;
  background: transparent;
}

  .middle_line.line_mobile {
  display:none;
  }

@media (max-width: 1366px) {
  .row_1 {
    margin-left: -19.021vw;
  }

  .row_5 {
    margin-left: -20.021vw;
  }

  .row_1,
  .row_3,
  .row_5 {
    margin-top: 4.208vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 12px 16px;
  }

  .logo_u img {
    height: 40px;
  }

  ul.for-web {
    display: none;
  }

  .navbar ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .navbar ul a {
    color: #000;
    font-size: 16px;
  }

  .theme_btn1,
  .theme_btn2 {
    font-size: 12px;
    padding: 10px 22px;
  }

  .ham_u {
    display: flex;
    color: #fff;
  }

  /* Hero Section adjustments */
  .hero_section {
    min-height: 700px;
  }

  .row_download img {
    height: 30px;
  }

  .row_download {
    gap: 10px;
    margin-top: 45px;
  }

  .hero_section>img {
    width: 100%;
    object-fit: cover;
  }

  .content_wrapper h1 {
    font-size: 32px;
    max-width: 566px;
    margin-top: 45px;
  }

  .content_wrapper p {
    font-size: 14px;
    max-width: 500px;
    margin-top: 15px;
  }

  .explore-btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  .row_tabs {
    gap: 55px;
    margin-top: 2rem;
  }

  .row_tabs button {
    font-size: 14px;
  }

  .row_btn {
    gap: 12px;
  }

  /* Welcome Section adjustments */
  .welcome h2 {
    font-size: 32px;
  }

  .welcome p {
    font-size: 14px;
    max-width: 580px;
  }

  /* Gallery adjustments */
  .gallery-item {
    max-width: 300px;
    margin: 0 6px;
  }

  /* Membership Benefits adjustments */
  .membership-benefits h2 {
    font-size: 32px;
  }

  .membership-benefits p {
    max-width: 600px;
  }

  .benefits-container {
    flex-direction: column;
    max-width: 100%;
    gap: 12px;
    padding: 2rem 1rem;
  }

  .benefit-card {
    max-width: 700px;
    width: 100%;
    padding: 15px;
  }

  .benefit-card>img {
    width: 130px;
    height: 170px;
  }

  .benefit-card .title_benifit h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .benefit-card .title_benifit p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
  }

  /* Testimonial adjustments */
  .testimonial-card {
    padding: 10px;
  }

  .testimonial-text {
    font-size: 20px;
  }

  /* Pricing adjustments */
  .pricing-plans {
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }

  .pricing-card {
    width: 100%;
    min-height: auto;
    max-width: 575px;
  }

  .pricing-card h1 {
    font-size: 36px;
  }

  /* Footer adjustments */
  .foote_links {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .row_ft {
    flex-direction: column-reverse;
    align-items: center;
    padding: 10px 0;
    gap: 2rem;
  }

  .row_ft p {
    font-size: 14px;
    margin-top: 8px;
  }

  .pricing-card ul li {
    font-size: 14px;
    margin-bottom: 0;
    gap: 10px;
    padding: 8px 0;
  }

  .pricing-card ul {
    margin-bottom: 0;
    min-height: 180px;
  }

  .row_price h4 span {
    text-decoration: line-through;
    color: #aaa;
    font-size: 15px;
  }

  .pricing-card img {
    height: 45px;
  }

  .pricing_body {
    padding: 20px;
  }

  .pricing_body a {
    font-size: 16px;
  }

  .membership-benefits {
    text-align: center;
  }

  .testimonials-grid {
    gap: 1rem;
    padding: 3rem 1rem;
    flex-direction: column;
  }

  .row_user img {
    height: 40px;
  }

  .member-info {
    font-size: 16px;
  }

  .star-rating {
    font-size: 24px;
  }

  .testimonial-text {
    font-size: 16px;
    margin-top: 1rem !important;
  }

  .foote_links a,
  .row_ft p {
    font-size: 12px;
  }

  .foote_links {
    margin-top: 1rem;
  }
}


@media (max-width:500px) {
.feat_head {
    max-width: 35vw;
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  

  .feat_head span {
  font-weight: 400;
  }
  .row_1 {
    margin-left: 0px;
  }
  .row_3 {
  margin-left: 0px;
}

.row_4 {
  margin-right: 0px;
}

.row_5 {
    margin-left: 0px;
  }
  
  .content_wrapper h1 {
    font-size: 24px;
    max-width: 400px;
  }
  .middle_line.line_web {
  display:none;
  }
  .middle_line.line_mobile {
  display:inherit;
  }
  .middle_line {
  max-width: 140px;
  top: 60px;
  left: 31%;
}
  .smile {
  height: 4.604vw;
  margin: 4.083vw 0;
}

  .content_wrapper p {
    font-size: 13px;
    max-width: 370px;
  }

  .content_wrapper .row_btn {
    margin-top: 3rem;
  }

  .welcome {
    margin-top: 3rem;
  }

  .welcome p {
    font-size: 12px;
    padding: 0 1rem;
  }

  .welcome h2 {
    font-size: 26px;
  }

  .gallery-item {
    max-width: 200px;
    margin: 0 6px;
  }

  .benefit-card .title_benifit h3 {
    font-size: 20px;
  }

  .benefit-card>img {
    width: 100px;
    height: 150px;
  }

  .membership-benefits>p {
    font-size: 14px;
    max-width: 600px;
    padding: 0 1.5rem;
    margin-top: 16px;
  }

  .row_price h4 {
    max-width: 60px;
  }

  .membership-benefits h2 {
    font-size: 24px;
  }
}

@media (max-width:400px) {
  .benefit-card .title_benifit h3 {
    font-size: 18px;
  }

  .benefit-card .title_benifit p {
    font-size: 13px;
  }

  .benefit-card>img {
    width: 85px;
    height: 145px;
  }

  .membership-benefits h2 {
    font-size: 20px;
  }
}
@media (max-width:380px) {
.feat_head {
  line-height: 1.0rem;  
  }
}