* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    color: #e7e7e7;
    min-height: 100vh;
    line-height: 1.5;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    overflow: hidden;
    background: 
        url('images/slider-mainbg-003.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
}

.content {
    width: 100%;
    /* margin-left: 2%;s */
    z-index: 999;
    display: flex;
    max-width: 40rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 3rem;
    /* animation: content-animation 0.8s ease forwards; */
   
}

.content h1 {
    font-size: 2rem;
    font-weight: 300;
    color: #6f2c91;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.content p {
    font-size: 1rem;
    color: #1a1a1a;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}
.hero-product{
    position: absolute;
    top: 25%;
    right: 0;
    width: 50%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* overflow: hidden; */
    height: 100vh;
    /* animation: hero-animation 0.8s ease-in-out forwards; */
}
.hero-product img{
    width: 60%;
    z-index: 999;
}

.hero-product.animate {
    animation: hero-animation 0.8s ease forwards;
  }
  
  .content.animate {
    animation: content-animation 0.8s ease forwards;
  }
.swiper-slide img{
    margin-top: -33rem;
    z-index: 999;
}
.swiper {
    width: 100%;
    box-shadow: none;
    /* margin-top: -80px; */
    height: 100vh;
    margin-left: 6%;
    overflow: hidden;
}
@keyframes hero-animation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }

}
@keyframes content-animation {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }

}

.buttons {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
    padding: 0 3rem;  
}
.buttons.animate {
    animation: button-animation 1s ease forwards;
  }
  @keyframes button-animation {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

.btn-get-started {
    text-decoration: none;
    border: 1px solid #6f2c91;
    padding: 0.4rem 1rem;
    /* border-radius: 50px; */
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: background-color 0.2s ease;
    color: #1a1a1a;
}

.btn-get-started:hover {
    background-color: #e7e7e7;
}

.btn-sign-in {
    text-decoration: none;
    background-color: rgb(244, 101, 39);
    color: #000;
    padding: 0.6rem 2.5rem;
    /* border-radius: 50px; */
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #e7e7e7;
    transition: background-color 0.2s ease;
}

.btn-sign-in:hover {
    background-color: rgba(244, 101, 39, 0.42);
}
.content1 {
    padding: 0;
    margin: 0;
  }

  .animate1 {
            opacity: 0;
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }
        
        .animate1.show {
            opacity: 1;
        }
        
        /* Different animation types */
        .slide-up {
            transform: translateY(50px);
        }
        
        .slide-up.show {
            transform: translateY(0);
           
        }
        
        .slide-left {
            transform: translateX(-50px);
            
        }
        
        .slide-left.show {
            transform: translateX(0);
             
        }
        
        .slide-right {
            transform: translateX(50px);
            
        }
        
        .slide-right.show {
            transform: translateX(0);
        }
        
        .zoom-in {
            transform: scale(0.95);
        }
        
        .zoom-in.show {
            transform: scale(1);
        }
        
        .fade-in {
            cursor: pointer;
            /* No transform needed for simple fade */
        }

  .section-underline {
  display: flex;
  height: 4px;
  width: 250px; /* Adjust width as needed */
  background: linear-gradient(to right, #000033 30%, #6f2c91 30%);
}
  
  .main-info {
    display: flex;
    gap: 2rem; /* space between text and image */
    justify-content: center;
    align-items: center;
  }
  .top-info{
    padding: 3rem 5rem;
  }
  
  .top-info, .image-info {
    flex: 1;
  }
  .top-info p{
    font-size: 1.2rem;
        color: #666666;
        letter-spacing: 0.05em;
        font-weight: 300;
        line-height: 2rem; 
        padding: 1rem 0;
  }
  
  .image-info {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
    padding: 0;
  }
  
  .image-info img {
    width: 70%; /* or 60% if you want a smaller image */
    height: 50%;
    display: block;
    margin: 0;
  }
  
  
  @media (max-width: 768px) {
    .main-info {
      flex-direction: column;
    }
  }
  .content2{
    margin: 0rem 0rem;
    background-color: #e7e7e7;
    /* height: 30rem; */
    width: 100%;
    padding: 2rem 6rem;
    background-attachment: fixed;
  }
  
  .product-list{
    display: flex;
    gap: 2rem; /* space between text and image */
    justify-content: center;
    /* align-items: center; */
    align-items: flex-start;
  }
  .product-cont {
    flex: 1 1 250px; /* Takes less space */
    max-width: 300px;
  }
  .product-card {
    flex: 1 1 200px;
    position: relative;
    width: 200px;
    height: 350px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 15px; */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .product-cont h3{
    font-size: 1.5rem;
    font-weight: 300;
    color: #f46527;
    /* text-align: center; */
    padding-bottom: 1rem;
  }
  .product-cont p{
    font-size: 1.2rem;
    color: #1a1a1a;
    /* text-align: center; */
    padding-bottom: 1rem;
    max-width: 40rem;
    font-weight: 300;
  }
  
  .product-card img {
    max-width: 80%;   /* scales image */
    max-height: 80%;  /* ensures it doesn’t overflow */
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  
  /* Overlay styles */
  .card-overlay {
    position: absolute;
    display: none;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    text-align: center;
    transition: bottom 0.4s ease;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .content61{
            margin: 3rem 0rem;
            width: 100%;
            padding: 0rem 6rem;
            background-attachment: fixed;
            
        }
        
        .conc {
            display: flex;
            align-items: center;
            gap: 20px;
            background-color: #e7e7e7;
          }
          
           .conc-image {
            flex: 0 0 40%; /* fixed 40% width */
            margin: 0;
          }
          
          .conc-image img {
            width: 100%;
            height: 100%;
            display: block;
          }
          
          .conc-content {
            flex: 1; /* take remaining space */
          }
          .conc-content p{
            font-size: 1rem;
            color: #666666;
            letter-spacing: 0.05em;
            font-weight: 300;
            line-height: 2rem; 
          }
            .conc-content h4{
                font-size: 2rem;
                color: #000;
            }

  
  .product-card:hover .card-overlay {
    bottom: 0%;
  }
  
  .card-overlay h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .card-overlay p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    opacity: 0.9;
  }
  .content3{
    margin: 0rem 0rem;
    background-color: #fff;
    /* height: 30rem; */
    width: 100%;
    padding: 2rem 6rem;
    background-attachment: fixed;
  }
  .content4{
    margin: 4rem 0rem;
    background-color: #fff;
    /* height: 30rem; */
    width: 100%;
    padding: 2rem 6rem;
    background-attachment: fixed;
  }
  .content5{
    margin: 4rem 0rem;
    background-color: #e7e7e7;
    /* height: 30rem; */
    width: 100%;
    padding: 2rem 6rem;
    background-attachment: fixed;
  }

  .content6{
    margin: 3rem 0rem;
    background-color: #fff;
    /* height: 23rem; */
    width: 100%;
    padding: 2rem 5rem;
    background-attachment: fixed;
  }

  .content7{
    margin: 2rem 0rem;
    background-color: #fff;
    /* height: 23rem; */
    width: 100%;
    padding: 2rem 5rem;
    background-attachment: fixed;
  }
  .content8{
    margin: 2rem 0rem;
    background-color: #fff;
    /* height: 23rem; */
    width: 100%;
    padding: 2rem 5rem;
    background-attachment: fixed;
  }
  .mainProduct{
    display: flex;
    /* justify-content: ; */
    align-items: center;
    gap: 1rem;
  }
  .prod-cont{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
  }
  .product-desc{
    flex: 1 1 300px;
    max-width: 500px;
    border-right: 1px solid #eee;
  }
  .product-desc:last-child {
    border-right: none;
  }
  
  .prod-cont p{
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 1.5rem;
    width: 300px;
    color: #666666;
  }
  .product-desc h3{
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0.3rem 0;
    color: #f46527;
    line-height: 1.2;
  }
  .product-desc .pdesc{
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    /* line-height: 1.5rem; */
    width: 400px;
    color: #1a1a1a;
    padding-bottom: 10px;
  }
  .mainProduct1 img{
    width: 8rem;
  }
  .item-desc1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .item-desc1{
    width: 350px;
  }
  .pdesc1{
    color: #1a1a1a;
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 1.5rem;
     padding-bottom: 10px;
  }

  .content8 h3{
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0.3rem 0;
    color: #f46527;
    line-height: 1.2;
  }
  .pdesc2{
    color: #666666;
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    width: 320px;
    line-height: 1.5rem;
     padding-bottom: 10px;
  }
  .item-info{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    padding-left: 1rem;
  }
  .mainProduct1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  
  @media (max-width: 768px){
    .container {
    width: 100%;
    margin: 0 0;
   padding: 1rem 0.5rem;
     background-color: rgba(0, 255, 0, 0.05);
    position: relative;
    overflow: hidden;
    /* height: 100%; */
    height: 100dvh;
}

.content {
    width: 100%;
    /* margin-left: 2%;s */
    z-index: 1001;
    display: flex;
    height: auto;
    margin-top: 25rem;
    /* max-width: 40rem; */
    /* flex-direction: column; */
    justify-content: start;
    align-items: center;
    padding: 0rem 1rem;
    /* animation: content-animation 0.8s ease forwards; */
   
}

.content h1 {
    font-size: 1rem;
    font-weight: 300;
    color: #6f2c91;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.content p {
    font-size: 1rem;
    color: #1a1a1a;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}
.hero-product{
    position: absolute;
    top: 35%;
    width: 100%;
    /* height: 50%; */
    /* right: 55%; */
}
.hero-product img{
    width: 100%;
    z-index: 999;
}

.btn-get-started {
  margin-top: 0%;
  padding-top: 0;
  white-space: nowrap;

    
}
.buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 30%;
    justify-content: center;
    margin-top: 3rem;
    padding: 0 1rem;  
}

.btn-sign-in {
     margin-top: 0%;
  padding-top: 0;
}
.main-info{
  display: flex;
}
.top-info{
    padding: 0rem 1rem;
  }
  
  .top-info, .image-info {
    flex: 1;
  }
  .top-info p{
    font-size: 1rem;
  }
  
  
  
  .image-info img {
    width: 100%; /* or 60% if you want a smaller image */
  }
  .content2{
     padding: 2rem 1rem;
  }
  .product-list{
    flex-direction: column;
  }

  .content3, .content4, .content5, .content6, .content7, .content8{
     padding: 2rem 1rem;
  }
  .product-card{
    width: 100%;
  }
  .mainProduct{
    flex-direction: column;
    padding: 1rem 0;
    width: 100%;
    margin: 0;
  }
  .mainProduct1{
    flex-direction: column;
    padding: 1rem 0;
    width: 100%;
    margin: 0;
  }
  .product-desc{
    flex: 1 1 100px;
    width: 100%;
    border-right: none;
  }
  .product-desc p{
    max-width: 300px;
  }
  .item-desc1 {
    padding: 0;
    margin: 0;
    width: 80%;
  }
  .item-desc1 .pdesc{
   max-width: 300px;
  }
  .product-desc:last-child {
    border-right: none;
  }
  .item-info{
    padding: 0rem 0;
    width: 85%;
  }
  
  .prod-cont p{
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 1.5rem;
    /* width: 300px; */
    color: #666666;
  }
  }