
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    .inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    }
    body {
      font-family: 'Montserrat', sans-serif;
    }

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 3rem 4rem;
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      z-index: 1000;
      transition: top 0.8s ease;

    }

    header.hide {
      top: -100%;
    }
    .hide {
      top: -120px; /* moves it upward off-screen */
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo img {
      height: 40px;
      margin-right: 10px;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 30px;
    }

    nav a {
      text-decoration: none;
      color: #111;
      font-weight: 500;
      letter-spacing: 1px;
    }

    

    .cart {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .cart img {
      width: 20px;
    }

    .buy-btn {
      background-color: #111;
      color: #fff;
      padding: 12px 20px;
      border: none;
      font-weight: 700;
      letter-spacing: 1px;
      cursor: pointer;
    }



    /* section 1 */
    

    .section1-main{
        background-color: #fff;
      color: #111;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0rem 2rem;
      padding-top: 18rem;
      padding-bottom: 18rem;
    }
    h1 {
      font-size: 6.5rem;
      font-weight: 500;
    }

    p {
      color: #666;
      max-width: 800px;
      font-size: 1.25rem;
      margin: 1.5rem auto;
      line-height: 1.6;
    }

    .section-one-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 2rem;
      justify-content: center;
    }

    .section-one-btn {
      padding: 1.5rem 2.5rem;
      font-size: 1.2rem;
      font-weight: 400;
      cursor: pointer;
      border: none;
      transition: all 0.3s ease;
    }

    .section-one-btn-primary {
      background-color: #111;
      color: #fff;
    }

    .section-one-btn-primary:hover {
      background-color: #333;
    }

    .section-one-btn-outline {
      background-color: #fff;
      color: #111;
      border: 1px solid #111;
    }

    .section-one-btn-outline:hover {
      background-color: #f5f5f5;
    }



    /* section two */

    .gallery-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      min-height: 100vh;
      background-color: #000000;
      padding: 0rem 3rem;
    }

    .left-section {
      flex: 1 1 60%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
      position:relative;
      top: -19rem;
    }
    .right-section{
        flex: 1 1 40%;
      display: flex;
      align-items: center;
      justify-content: center;
      position:relative;
      top: -18.5rem;
    }

    .left-section img {
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: cover;
    }

    .right-section img {
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: contain;
    }


    /*  */
        .section3{
            display: flex;
            padding: 1rem;
            gap: 2rem;
            background-color: #000000;
            color: white;
            padding-bottom: 4rem;
        }
     .section-three-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-three-title {
            color: #bbbbbb;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
            padding: 2rem 4rem;
        }

        .section-three-main-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1rem;
            padding: 0rem 4rem;
        }

        .section-three-description {
            font-size: 1rem;
            line-height: 1.6;
            color: #cccccc;
            max-width: 750px;
            padding: 0rem 4rem;
        }

        .section-three-image {
            margin-top: 2rem;
            
        }

        .section-three-image img {
            width: 100%;
            border-radius: 8px;
            display: block;
        }



    .section4-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
    }

    .image-box {
      flex: 1 1 48%;
      margin: 10px;
    }
    .image-box2 {
      flex: 1 1 48%;
      margin: 10px;
      display: flex;
      justify-content: end;
      padding-top: 20rem;
    }
     .image-box3 {
      flex: 1 1 30%;
      margin: 10px;
      display: flex;
      justify-content: end;
       position: relative;
      top: -10rem;
      
    }
     .image-box4 {
      flex: 1 1 30%;
      margin: 10px;
      display: flex;
      position: relative;
      top: -10rem;
      
    }

    .image-box img {
      width: 80%;
      height: auto;
    }
    .image-box2 img {
      width: 80%;
      height: auto;
    }
    .image-box3 img {
      width: 70%;
      height: auto;
    }
     .image-box4 img {
      width: 70%;
      height: auto;
    }

    .mission {
      text-align: center;
      font-size: 1.2em;
      margin-top: 30px;
      letter-spacing: 2px;
      color: #666;
    }





       .section5-main {
        
        color: #111;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0rem 2rem;
        padding-top: 1rem;
       
        position: relative;
        top: -5rem;
        }

        h2 {

            padding-top: 1rem;
        font-size: 4.25rem;
        font-weight: 600;
        padding: 2rem 5rem 0rem 5rem;
        }

        p {
        color: #666;
        max-width: 800px;
        font-size: 1.25rem;
        margin: 1.5rem auto;
        line-height: 1.6;
        }

        .section-five-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 2rem;
        justify-content: center;
        }

        .section-five-btn {
        padding: 1.5rem 2.5rem;
        font-size: 1.2rem;
        font-weight: 400;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
        }

        .section-five-btn-primary {
        background-color: #111;
        color: #fff;
        }

        .section-five-btn-primary:hover {
        background-color: #333;
        }

        .section-five-btn-outline {
        background-color: #fff;
        color: #111;
        border: 1px solid #111;
        }

        .section-five-btn-outline:hover {
        background-color: #f5f5f5;
        }








        .section-six-section-six-container {
            display: flex;           
            justify-content: space-between;
            align-items: center;
            padding: 2rem 4rem;
            padding-top: 15rem;
            background-color: #000000;
        }
        .section-six-section-six-header {
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #cfcfcf;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }
        .section-six-section-six-title {
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.2;
            margin: 0;
            color: white;
            padding: 2rem 0rem;
        }
        .section-six-section-six-ticket-button {
            align-self: center;
            margin-top: 2rem;
        }
        .section-six-section-six-ticket-button a {
            text-decoration: none;
            background-color: white;
            color: black;
            font-weight: bold;
            padding: 2rem 3rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: background-color 0.3s;
        }
        .section-six-section-six-ticket-button a:hover {
            background-color: #ddd;
        }



         .timeline-container {
            display: flex;
            flex-direction: row;
            width: 100%;
            background-color: #000000;
            }
            .timelineheading{
                font-size: 4.25rem;
                color: white;
                border-bottom: solid 1px #6b6a6a;
            }
            .timline-image{
                width: 95%;
                height: auto;
            }

            .years {
            width: 20%;
            background-color: #000;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 50px;
            position: relative;
            }

            .years::before {
            content: '';
            position: absolute;
            left: 32%;
            top: 0;
            bottom: 0;
            width: 1px;
            height: 40rem;
            background-color: #555;
            transform: translateX(-50%);
            }

            .year {
            color: #888;
            font-size: 32px;
            margin: 0 auto;
            margin-bottom: 7rem;
            margin-left: 5rem;
            cursor: pointer;
            position: relative;
            z-index: 1;
            }

            .year.active {
            color: #fff;
            font-weight: bold;
            }

            .year::before {
            content: '';
            width: 12px;
            height: 12px;
            background-color: #555;
            border-radius: 50%;
            position: absolute;
            left: -35px;
            top: 5px;
            z-index: 2;
            }

            .year.active::before {
            background-color: #fff;
            }

            .content {
            width: 80%;
            padding: 40px;
            }

            .content-section {
            display: none;
            animation: fadeIn 0.5s ease-in-out;
            padding-top: 2rem;
            }

            .content-section.active {
            display: block;
            }

            @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
            }

            .content-section img {
            max-width: 100%;
            margin-top: 20px;
            border-radius: 8px;
            }







            /* Section Styling */
            .seven{
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 10rem 1.2rem;
                background-color: #fff;
                text-align: center;
            }
            .section-seven {
            max-width: 1000px;
            }

            /* Subheading */
            .section-seven-subheading {
            font-size: 16px;
            letter-spacing: 2px;
            color: #777;
            margin-bottom: 20px;
            text-transform: uppercase;
            }

            /* Main Heading */
            .section-seven-heading {
            font-size: 48px;
            font-weight: 800;
            color: #111;
            line-height: 1.2;
            margin-bottom: 20px;
            }

            .section-seven-heading span {
            display: block;
            }

            /* Description */
            .section-seven-description {
            font-size: 20px;
            color: #747474;
            line-height: 1.6;
            }




            .section-eight-gallery-wrapper {
                display: flex;
                flex-direction: row;
                gap: 20px;
                justify-content: center;
                width: 95%;
                flex-wrap: nowrap;
                margin: 0 auto;
                }

                .section-eight-gallery {
                display: flex;
                flex-direction: column;
                gap: 40px;
                width: 100%;
               
                transform: translateY(100px);
                transition: transform 4s ease;
                }
                .section-eight-gallery2 {
                display: flex;
                flex-direction: column;
                gap: 40px;
                width: 100%;
               
                transform: translateY(100px);
                transition: transform 4s ease;
                padding-top: 5rem;
                }
                .section-eight-gallery3 {
                display: flex;
                flex-direction: column;
                gap: 40px;
                width: 100%;
               
                transform: translateY(100px);
                transition: transform 4s ease;
                padding-top: 2rem;
                }

                .section-eight-gallery.section-eight-animate {
                transform: translateY(0);
                }
                .section-eight-gallery2.section-eight-animate {
                transform: translateY(0);
                }
                .section-eight-gallery3.section-eight-animate {
                transform: translateY(0);
                }

                .section-eight-gallery-item {
                width: 100%;
                overflow: hidden;
               
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
                position: relative;
                }

                .section-eight-gallery-item img {
                width: 100%;
                height: auto;
                display: block;
                object-fit: cover;
                }

                .section-eight-fog-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,1));
                pointer-events: none;
                }

                .section-eight-fog-overlay-mostly {
                position: absolute;
                top: 10%;
                left: 0;
                width: 100%;
                height: 90%;
                background: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,1));
                pointer-events: none;
                }





                .footer {
                  background-color: #ffffff;
                  padding: 40px 20px;
                  display: flex;
                  width: 100%;
                  margin-top: 8rem;
                 
                 
                }
                .footer-column {
                  flex: 0 0 auto;
                  width: 40%;
                  margin: 0 auto;
                }
                .footer-column2 {
                  flex: 0 0 auto;
                  width: 20%;
                  margin: 0 auto;
                }
                .footer-column3 {
                  flex: 0 0 auto;
                  width: 15%;
                  margin: 0 auto;
                }
                .logo2 {
                  display: flex;
                  align-items: center;
                  gap: 10px;
                  margin-bottom: 16px;
                }
                .logo2 img {
                  width: 50%;
                  height:auto;
                }
                .logo2 h2 {
                  font-size: 20px;
                  font-weight: 600;
                }
                .description {
                  margin-bottom: 20px;
                  color: #747474;
                  font-size: 18px;
                }
                .social-icons {
                  display: flex;
                  gap: 16px;
                  margin-bottom: 24px;
                  margin: 0 auto;
                  justify-content: center;
                }
                .social-icons a {
                  color: #000;
                  text-decoration: none;
                  font-size: 18px;
                }
                .newsletter {
                  margin-top: 24px;
                }
                .newsletter input[type="email"] {
                  padding: 10px;
                  width: 100%;
                  max-width: 300px;
                  margin-bottom: 12px;
                  border: 1px solid #ccc;
                  border-radius: 4px;
                }
                .newsletter button {
                  padding: 12px 24px;
                  background: #111;
                  color: #fff;
                  border: none;
                  border-radius: 4px;
                  font-weight: bold;
                  cursor: pointer;
                }
                .footer-menu h3 {
                  font-size: 16px;
                  margin-bottom: 16px;
                }
                .footer-menu ul {
                  list-style: none;
                }
                .footer-menu ul li {
                  margin-bottom: 10px;
                }
                .footer-menu ul li a {
                  text-decoration: none;
                  color: #747474;
                  font-size: 18px;
                  font-family: "Inter", sans-serif;
                  font-optical-sizing: auto;
                  font-weight: 400;
                  font-style: normal;
                }
                .footer-menu ul li a:hover {
                  color: #000;
                }


                .subscribe-container {
                  text-align: center;
                  max-width: 500px;
                  width: 100%;
                }

                .subscribe-container h2 {
                  font-size: 18px;
                  font-weight: 400;
                  color: #666;
                  letter-spacing: 2px;
                  margin-bottom: 20px;
                }

                .divider {
                  border-top: 1px solid #ccc;
                  margin-bottom: 30px;
                  padding: 1rem;
                  margin: 0 auto;
                  width: 80%;
                }

                .subscribe-button {
                  display: inline-block;
                  background-color: #111;
                  color: #fff;
                  text-transform: uppercase;
                  font-weight: bold;
                  padding: 20px 0px;
                  font-size: 18px;
                  text-decoration: none;
                  transition: background 0.3s ease;
                  width: 100%;
                }

                .subscribe-button:hover {
                  background-color: #333;
                }






                .popup-header {
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  padding: 1rem;
                  background: white;
                  border-bottom: 1px solid #ddd;
                  position: fixed;
                  top: 0;
                  width: 100%;
                  z-index: 10;
                }

                .popup-logo {
                  font-weight: bold;
                  font-size: 1.2rem;
                }

                .popup-menu-icon {
                  font-size: 2rem;
                  cursor: pointer;
                  display: none;
                }

                /* Popup Menu Styles */
                .popup-menu {
                  display: none;
                  flex-direction: column;
                  background: white;
                  height: 100vh;
                  position: fixed;
                  top: 0;
                  right: 0;
                  width: 100%;
                  z-index: 20;
                  padding: 5rem 2rem 2rem;
                }

                .popup-close-icon {
                  position: absolute;
                  top: 1rem;
                  right: 1rem;
                  font-size: 2rem;
                  cursor: pointer;
                }

                .popup-menu .popup-nav a {
                  text-decoration: none;
                  color: black;
                  margin: 1rem 0;
                  font-size: 1.2rem;
                  font-weight: 500;
                  display: block;
                }

                .popup-ticket-btn {
                  margin-top: auto;
                  text-align: center;
                  padding-top: 2rem;
                }

                .popup-ticket-btn button {
                  background: #111;
                  color: white;
                  font-weight: bold;
                  padding: 1rem;
                  width: 100%;
                  border: none;
                  cursor: pointer;
                }

                /* Responsive Behavior */
                @media screen and (max-width: 768px) {
                  .popup-menu-icon {
                    display: block;
                  }
                }

              
                
               



        @media (max-width: 768px) {

             nav {
             display: none;
            }
            .buy-btn {
                padding: 10px 15px;
                display: none;
            }



            /* section one */

            h1 {
                font-size: 2.5rem;
            }
            p {
                font-size: 1rem;
            }
            .section-one-btn {
                width: 100%;
                padding: 1rem;
            }
            
            .section-three-main-title {
                font-size: 1.5rem;
                padding: 0rem;
            }

            .section-three-description {
                font-size: 0.95rem;
                padding: 0rem 0rem;
            }



            .section4-container {
            flex-direction: column;
            align-items: center;
            }
            .image-box {
                flex: 1 1 90%;
            }
            .image-box2 {
                flex: 1 1 90%;
                padding-top: 0rem;
            }
            .seven{
                  padding: 3rem 1.2rem;

            }


            .gallery-container {
             flex-direction: column;
            }

            .left-section{
                flex: 1 1 100%;
                padding: 1rem;
                top: 3rem;
            } 
            .right-section {
                flex: 1 1 100%;
                padding: 1rem;
                top: 0rem;
            }




             .section-six-section-six-title {
                font-size: 2.2rem;
            }
            .section-six-section-six-ticket-button {
                align-self: center;
                margin-top: 3rem;
                margin-bottom: 2rem;
            }

            .footer-column2 {
              flex: 0 0 auto;
              width: 100%;
              margin: 0 auto;
          }
          .footer-column3 {
            flex: 0 0 auto;
            width: 100%;
            margin: 0 auto;
        }
        .footer-menu ul {
          list-style: none;
          text-align: center;
      }
      .footer-menu h3 {
        font-size: 16px;
        margin-bottom: 16px;
        text-align: center;
        padding-top: 2rem;
    }
      .image-box img {
      width: 100%;
      height: auto;
  }



            .timeline {
                padding-left: 20px;
            }

            .timeline::before {
                left: 20px;
            }

            .timeline-item {
                padding-left: 50px;
            }

            .timeline-item::before {
                left: 12px;
            }




            .timeline-container {
                flex-direction: column;
            }

            .years {
                width: 100%;
                flex-direction: row;
                overflow-x: auto;
                border-bottom: 1px solid #333;
                border-right: none;
            }

            .years::before {
                top: auto;
                left: 0;
                right: 0;
                height: 2px;
                width: 100%;
                background-color: #555;
                transform: none;
            }

            .year::before {
                left: 50%;
                transform: translateX(-50%);
                    top: -17px;
            }

            .content {
                width: 100%;
            }

            .timline-image {
              width: 100%;
              height: auto;
          }
          .image-box2 img {
              width: 100%;
              height: auto;
          }

          .image-box4 img {
            width: 100%;
            height: auto;
        }

        .image-box3 img {
            width: 100%;
            height: auto;
        }

        .section-three-title {
            color: #bbbbbb;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
            padding: 2rem 0rem;
        }



             .section-eight-gallery-wrapper {
                    flex-direction: column;
                    align-items: center;
                }

                .footer {
                    flex-wrap: wrap;
                    flex-direction: column;
                    align-items: flex-start;
                  }
                  .footer-column {
                    width: 100%;
                    margin: 20px 0;
                  }



                  .section-seven-heading {
                      font-size: 36px;
                  }

                  .section-seven-description {
                      font-size: 18px;
                  }
                  }


                    @media (max-width: 600px) {
                  .subscribe-button {
                    width: 100%;
                    padding: 15px 0;
                  }
                }

                  @media (max-width: 480px) {
                  .section-seven-heading {
                      font-size: 28px;
                  }

                  .section-seven-description {
                      font-size: 16px;
                  }

                  .section3 {
                    flex-direction: column;
                  }
                  header {
                        padding: 2rem 1rem;
                  }
                  .logo img {
                    height: 30px;
                    margin-right: 10px;
                }
                .none{
                  display: none;
                }
                .cart {
                  display: flex ;
                  align-items: center;
                  gap: 10px;
              }
              h2{
                padding: 2rem 0rem 0rem 0rem;
                font-size: 2.25rem;
              }
              .section-six-section-six-container {
                padding: 2rem 0rem;
                flex-direction: column;
              }
        }
        

   
        .fade-up {
          opacity: 0;
          transform: translateY(20px);
          animation: fadeUp 1.5s ease-out forwards;
        }

        @keyframes fadeUp {
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
        .fade-up2 {
          opacity: 0;
          transform: translateY(40px);
          animation: fadeUp .5s ease-out forwards;
        }

        @keyframes fadeUp2 {
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }


        .animate-on-scroll {
          opacity: 0;
          transform: translateY(30px);
          transition: opacity 1s ease, transform 1s ease;
        }

        .animate-on-scroll.visible {
          opacity: 1;
          transform: translateY(0);
        }

        .fade-in-section {
          opacity: 0;
         
          transition: opacity 3s ease-out, transform 3s ease-out;
          }

          .fade-in-section.visible {
              opacity: 1;
              transform: translateY(0);
          }


          /* Blink section: initially hidden */
        .blink-section {
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        /* Blink animation (quick fade in/out) */
        .blink-visible {
            animation: blinkEffect 1s forwards;
        }

        @keyframes blinkEffect {
            0% { opacity: 0; }
            50% { opacity: 1; }
            100% { opacity: 1; }
        }



        .section-content.hidden {
          opacity: 0;
          transform: translateY(20px);
          transition: opacity 1s ease-out, transform 1s ease-out;
        }

        .section-content.visible {
          opacity: 1;
          transform: translateY(0);
        }


        .fade-in {
          opacity: 0;
          transform: translateY(20px);
          transition: opacity 1s ease, transform 1s ease;
        }

        .fade-in.visible {
          opacity: 1;
          transform: translateY(0);
        }




       .fade-in2 {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 1s ease forwards;
        animation-delay: 1s;
      }

      

      @keyframes fadeInUp {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

       .fade-in3 {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 1s ease forwards;
        animation-delay: 1.5s;
      }

      @keyframes fadeInUp {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
       .fade-in4 {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 1s ease forwards;
        animation-delay: 2.5s;
      }

      @keyframes fadeInUp {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      .fade-in5 {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 1s ease forwards;
        animation-delay: 3.5s;
      }

      @keyframes fadeInUp {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

        


        /* blog  */
        .section1-main2{
        background-color: #fff;
      color: #111;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0rem 2rem;
      padding-top: 13rem;
      padding-bottom: 5rem;
    }

        .info-panel {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 4rem;
      flex-wrap: wrap;
      text-align: center;
    }
    .blog-sec1{
       background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
     padding: 4rem 0rem;
    }

    .info-block {
      display: flex;
      flex-direction: column;
    }

    .label {
      font-size: 16px;
      color: #888;
      letter-spacing: 0.1em;
      margin-bottom: 1rem;
       font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
     
    
    }

    .value {
      font-size: 20px;
      font-weight: bold;
      color: #000;
       font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase;
    }
    .blog-sec2 img{
      width: 100%;
      height: auto;
    }

    .blog-section2-wrapper {
      max-width: 900px;
      padding: 20px;
    }

    .blog-section2-title {
      font-size: 2.25rem;
      font-weight: 700;
      color: #111;
      margin-bottom: 1.2rem;
      padding: 0rem;
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }

    .blog-section2-description {
      font-size: 1.05rem;
      line-height: 1.8;
      color: #555;
      margin-bottom: 1.5rem;
       font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }

    .blog-section2-list {
       list-style-type: none;
      padding-left: 1rem;
      font-size: 1.05rem;
      color: #555;
      line-height: 1.8;
    }
    .blog-section2{
      background-color: #fff;
      padding: 20px;
      display: flex;
      justify-content: center;
      
    }

    .blog-section2-list li {
      margin-bottom: 0.8rem;
       font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }

    .section3-blog-container {
    
      padding: 20px;
    }

    .section3-blog-quote-box {
      border-left: 2px solid #000;
      padding-left: 24px;
      margin: 20px 90px;
    }

    .section3-blog-text {
      font-size: 1.25rem;
      line-height: 1.8;
      color: #111;
      padding: 4rem 0rem;
      font-size: 28px;
    line-height: 1.679em;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }
    .section3blog{
      background-color: #fff;
      padding: 20px;
      
      padding: 25px 87px;
    }

    .section4-blog-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .section4-blog-title {
      font-size: 3rem;
      font-weight: 800;
      color: #111;
      padding: 0rem;
    }

    .section4-blog-button {
      border: 1px solid #000;
      padding: 23px 27px;
      font-size: 1rem;
      letter-spacing: 1px;
      background-color: transparent;
      cursor: pointer;
      text-transform: uppercase;
      transition: all 0.2s ease-in-out;
    }

    .section4-blog-button:hover {
      background-color: #000;
      color: #fff;
    }
    .image2{
      width: 100%;
      height: auto;
    }



    .section5-blog-card {
     width: 100%;
      border: 1px solid #eee;
      background-color: #fff;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .section5-blog-image-container {
      position: relative;
    }

    .section5-blog-image-container img {
      width: 100%;
      height: auto;
      display: block;
    }

    .section5-blog-tag {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #000;
      color: white;
      padding: 6px 12px;
      font-size: 0.75rem;
      text-transform: uppercase;
      font-weight: bold;
    }

    .section5-blog-content {
      padding: 20px;
    }

    .section5-blog-date {
      font-size: 18px;
      color: #777;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .section5-blog-title {
      font-size: 23px;
      font-weight: bold;
      margin: 10px 0 20px;
      color: #111;
    }

    .section5-blog-link {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: #111;
      border-bottom: 2px solid #aba5a5;
      padding-bottom: 2px;
      transition: color 0.3s;
    }

    .section5-blog-link:hover {
      color: #555;
      border-color: #555;
    }
    .sectionblog-5{
      display: flex;
      gap: 2rem;
      margin: 0 auto;
      width: 95%;
      padding: 2rem 0rem;
    }

    @media (max-width: 500px) {
      .section5-blog-card {
        max-width: 100%;
      }
    }

    @media (max-width: 768px) {
      .section4-blog-wrapper {
        flex-direction: column;
        align-items: center;
      }
      .sectionblog-5 {
    display: flex; 
    flex-direction: column;
    }
    .blog-section2-wrapper {
    max-width: 900px;
    padding: 0px;
    }
    .section3-blog-container {
    padding: 0px;
    }
    .blog-section2-list {
      list-style-type: none;
    padding-left: 0rem;
 
    }
    .section1-main2{
        background-color: #fff;
      color: #111;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0rem 2rem;
      padding-top: 10rem;
      padding-bottom: 5rem;
    }



      .section4-blog-title {
        font-size: 2.5rem;
      }

      .section4-blog-button {
        padding: 19px 117px;
      }
      .section3blog {
          background-color: #fff;
          padding: 20px;
          padding: 25px 2px;
      }
      .section3-blog-quote-box {
          border-left: 2px solid #000;
          padding-left: 24px;
          margin: 0px 21px;
      }
    }

    @media (max-width: 600px) {
      .section3-blog-text {
        font-size: 1.05rem;
        padding: 2rem 0rem;
      }
    }

    @media (max-width: 600px) {
      .blog-section2-title {
        font-size: 1.75rem;
      }
      .blog-section2-description,
      .blog-section2-list {
        font-size: 1rem;
      }
    }

    @media (max-width: 600px) {
      .info-panel {
        
        gap: 2rem;
        align-items: center;
      }
    }


  

  

