@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');
/*  ==========================================================================
    Common Styles
    ========================================================================== */








    /*/////////////////////////////// main project page////////////////////////////////////////*/
    .project-item{
        height: 45vh;
        
    }
    .project-item img{ 
        height: 45vh;
   
        width: 600px;
    }
    @media (min-width: 800px) and (max-width: 850px) { 
        .project-item{
            height: 25vh;
            width: 350px;           
        }
        .project-item img{
            height: 25vh;
         
            width: 350px;
        }
    }
    @media (min-width: 1024px) and (max-width: 1024px) {


     }

    @media only screen and (max-width: 770px) { 
        .project-item{
            height: 60vh;
            width: 500px;           
        }

    }
    @media only screen and (max-width: 500px) { 


        .project-item{
            height: 40vh;
            width: 100%;
            
        }
        .project-item img{
            height: 40vh;
           
            width: 100%;
         
        }
     }
/* General Styling */
.project-page {
    padding: 0px;
   
}


/* First Container */
.first-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
    height: 80vh;
}
/* Media Query for mobile devices (max-width: 767px) */
@media only screen and (max-width: 767px) {  

    .first-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        text-align: center;
        height: 60vh;
    }


}
.info-box {
    margin-bottom: 20px;
    padding-top: 400px;
}

.info-box h2 {
    font-size: 2em;
    margin-bottom: 10px;
    color: rgb(244, 240, 240);
}

.info-box p {
    font-size: 14px;
    color: white;
}

.image-box img {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
}

/* Second Container */
.second-container {
 
    justify-content: center;
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 80px;
}
.second-container h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    /* Your CSS styles for small screens go here */
    .second-container {
 
        justify-content: center;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
  }

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    width: 100%;
    max-width: 1500px;
    min-height: 60vh;
}

.grid-item {
    padding: 20px;
    background-color: #f4f4f400;
    border: none;
  
}
.second-container h3{
    justify-items: center;
    align-items: center;
    align-content: center;
    padding-left: 90px;
    font-size: 40px;
    color: #0c0b0b;
    font-weight: 300;
    
}
.grid-item.image p{
    width: 100%;
    height: auto;
    padding-left: 0px;
    font-size: 16px;
    
}

.grid-item.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
    border-left: 1.5px solid black; 
    margin-bottom: 15px;
}

.grid-item.info h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.grid-item.info p {
    font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .grid-item.info {
       
        border-left: 1.5px solid rgba(0, 0, 0, 0); 
        margin-bottom: 0px;
    }

    .info-box, .image-box, .grid-item {
        /* text-align: center; */
    }
    .second-container h3{
        justify-items: center;
        align-items: center;
        align-content: center;
        padding-left: 10px;
        font-size: 20px;
        font-weight: 500;
        
    }
      
}

.down-arrow {
    position: absolute;
    top:83vh;
    left: calc(50% - 14px);
    width: 0;
    height: 0px;
    border: 2px solid;
    border-radius: 2px;
    animation: jumpInfinite 1.5s infinite;
    color: rgb(255, 255, 255);
   
  }
  
  .down-arrow:after {
    content: " ";
    position:absolute;
    top: 12px;
    left: -10px;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid;
    border-right: 4px solid;
    border-radius: 4px;
    transform: rotateZ(45deg);
  }
  @media (max-width: 480px) {

    .down-arrow {
        position: absolute;
        top:34vh;
        left: calc(50% - 14px);
        width: 0;
        height: 20px;
        border: 2px solid;
        border-radius: 2px;
        animation: jumpInfinite 1.5s infinite;
        color: white;
       
      }
      
      .down-arrow:after {
        content: " ";
        position:absolute;
        top: 12px;
        left: -10px;
        width: 16px;
        height: 16px;
        border-bottom: 4px solid;
        border-right: 4px solid;
        border-radius: 4px;
        transform: rotateZ(45deg);
      }

    
  }
  
  @keyframes jumpInfinite {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0;
    }
  }
  .scroll{
    color: white;
    font-weight: 600;
    padding-top: 60px;
  }
  .details{
    font-size: 18px;
    color: black;
  }
  @media (max-width: 480px) {
    .first-container {
        height: auto; /* Adjust height to fit content */
        padding: 10px; /* Add padding for better spacing */
        height: 40vh;
    }
    .scroll{
        color: white;
        padding-top: 40px;
      }

    .info-box {
        padding-top: 150px; /* Further reduce padding-top */
    }

    .info-box h2 {
        font-size: 1.2em; /* Even smaller font size for h2 */
    }

    .info-box p {
        font-size: 10px; /* Even smaller font size for p */
    }
}
@media (max-width: 480px) {
    .grid-item.image img {
        height: 20vh; /* Further reduce image height for extra small screens */
    }

    .grid-item.info h3 {
        font-size: 1.2em; /* Further reduce font size for headings */
    }

    .grid-item.info p {
        font-size: 0.9em; /* Further reduce font size for text */
    }
    .grid-container {
        display: grid;
        
        gap: 20px;
        width: 100%;
        max-width: 1500px;
        min-height: 10vh;
    }
}


/* slider css */

.carousel {
    background-color: rgba(142, 129, 129, 0);
    height: 90vh;
    display: flex; /* Use flexbox */
    padding: 0 0 40px 0;
    position: relative;
   
}

.carousel .left-section {
    width: 80px;
    height: 90vh;
    background-color: #232729; /* Add your desired color */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
@media (max-width: 480px) {

    .carousel .left-section { 
display: none;
    }
    .carousel {
        background-color: rgba(142, 129, 129, 0);
        height: 40vh;
        display: flex; /* Use flexbox */
        padding: 0 0 40px 0;
        position: relative;
       
    }
}
@media (max-width: 768px) {

    .carousel .left-section { 
        display: none;
            }
            .scroll{
                color: white;
                padding-top: 40px;
              }
}

.carousel .left-section h2 {
    writing-mode: vertical-rl; /* Rotate the text vertically */
    transform: rotate(180deg); /* Flip the text to read top to bottom */
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}

.carousel .list {
    flex: 1; /* Allow this to take the remaining space */
    height: 100%;
    position: relative;
}

.carousel .list .item {
    position: absolute;
    inset: 0;
    display: none; /* Hide all items by default */
    transition: transform 0.5s ease-in-out; /* Smooth transition effect */
}

.carousel .list .item.active {
    display: block; /* Show only the active item */
    transform: translateX(0); /* Move the active item to the center */
}

.carousel .list .item.slide-in-right {
    display: block;
    transform: translateX(100%); /* Start off-screen to the right */
}

.carousel .list .item.slide-in-left {
    display: block;
    transform: translateX(-100%); /* Start off-screen to the left */
}

.carousel .list .item.slide-out-left {
    display: block;
    transform: translateX(-100%); /* Slide out to the left */
}

.carousel .list .item.slide-out-right {
    display: block;
    transform: translateX(100%); /* Slide out to the right */
}

.carousel .arrows {
    display: flex;
    position: absolute;
    bottom: -15px;
    right: 30px;
    gap: 0px;
    z-index: 0;
}
.carousel .arrows .button-next{
    display: flex;
            justify-content: left; /* Align to left */
            margin-bottom: 20px;
            margin-right: 1130px;
            
           
}
.carousel .arrows .button-next .button{
    width: 200px;

}
@media (max-width: 1500px) {
    .carousel .arrows .button-next {
        margin-right: 1100px; /* Remove large margin on smaller screens */
        justify-content: center; /* Center the button for small screens */
    }
}
@media (max-width: 1450px) {
    .carousel .arrows .button-next {
        margin-right: 980px; /* Remove large margin on smaller screens */
        justify-content: center; /* Center the button for small screens */
    }
}
@media (max-width: 1350px) {
    .carousel .arrows .button-next {
        margin-right: 850px; /* Remove large margin on smaller screens */
        justify-content: center; /* Center the button for small screens */
    }
}
@media (max-width: 1200px) {
    .carousel .arrows .button-next {
        margin-right: 500px; /* Remove large margin on smaller screens */
        justify-content: center; /* Center the button for small screens */
    }
}
@media (max-width: 1050px) {
    .carousel .arrows .button-next {
        margin-right: 400px; /* Remove large margin on smaller screens */
        justify-content: center; /* Center the button for small screens */
    }
}

@media (min-width: 700px) and (max-width: 800px){
    .carousel .arrows .button-next {
        margin-right: 350px; /* Remove large margin on smaller screens */
        justify-content: center; /* Center the button for small screens */
    }
}
@media (min-width: 600px) and (max-width: 700px){
    .carousel .arrows .button-next {
        margin-right: 300px; /* Remove large margin on smaller screens */
        justify-content: center; /* Center the button for small screens */
    }
}
@media (min-width: 500px) and (max-width: 600px){
    .carousel .arrows .button-next {
        margin-right: 200px; /* Remove large margin on smaller screens */
        justify-content: center; /* Center the button for small screens */
    }
}
@media (max-width: 480px) {
    .carousel .arrows .button-next {
        margin-right: 150px;
        justify-content: center; /* Center on very small screens */
        margin-bottom: 10px; /* Adjust bottom margin if necessary */
    }
}

.carousel .arrows button {
    position: relative;
    width: 100px; /* Adjust based on your need */
    height: 50px;
    
    background-color: #383838d6;
    color: #fff;
    
    cursor: pointer;
    transition: color 0.5s;
    overflow: hidden;
}

.carousel .arrows button::before {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dec5355c;
    transition: bottom 0.5s ease;
    z-index: 0;
}

.carousel .arrows button:hover::before {
    bottom: 0;
}

.carousel .arrows button:hover {
    
    color: #ffffff; /* Change text color on hover */
}

.carousel .arrows button {
    position: relative;
    z-index: 0;

}


.carousel .indicators {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
@media (max-width: 480px) {

    .carousel .indicators {
        position: absolute;
        top: 24%;
        right: 10px; 
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

  
    .carousel .indicators ul {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin: 0;
        padding: 0;
     
    }
    .carousel .arrows {
        display: flex;
        
        top: 310px; 
        right: 50px;
        left: 10px;
        gap: 5px;

        z-index: 0;
    }
     .carousel .arrows button {
      
        width:70px; /* Adjust based on your need */
        height: 35px;
        border: 1px solid #659cdf55;
        background-color: #373131;
        color: #fff;
        font-size:10px;
        cursor: pointer;
        transition: color 0.5s, border-color 0.5s;
        overflow: hidden;
        z-index:0.1;
    
    } 
    
    .carousel .arrows button::before {
        content: '';
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #e4e7eb5c;
        transition: bottom 0.5s ease;
        z-index: 0;
    }
    
}

@media only screen and (width: 360px) {
    .carousel .arrows {
        display: flex;
        top: 250px; 
        right: 50px;
        left: 10px;
        gap: 5px;
        z-index: 0;
    }
    .info-box {
        padding-top: 120px; /* Further reduce padding-top ///////////////////////////////////////////////////////////////*/ 
    }
}

@media (max-width: 768px) {
    .carousel .indicators ul {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin: 0;
        padding: 0;
     
    }
}

.carousel .indicators ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 600px) {
    /* Your CSS styles for small screens go here */

    .carousel .indicators ul {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin: 0;
        padding: 0;
    }
  }
.carousel .indicators ul li {
    display: flex;
    align-items: center;
    gap: 0px;
    cursor: pointer;
    position: relative;
}

.carousel .indicators ul li .line {
    width: 30px;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s;
}

.carousel .indicators ul li:hover {
    gap: 0px; /* Adjust gap on hover */

    color: white;
}

.carousel .indicators ul li:hover .line {
    background-color: #ffffff; /* Change the line color on hover */
}
.carousel .indicators ul li.active .line {
    background-color: rgb(251, 251, 247);
}

.carousel .indicators ul li .number {
 
    font-size: 1em;
    color: rgb(119, 115, 115);
}

.carousel .indicators ul li.active .number {
    color: rgb(249, 244, 244);
}

.carousel .list img {
    width: 100%;
    height: auto;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

/* horizontal section*/

.horizontal{
    height: 40px;
    width: 100%;
    background-color: #95d5f561;
}





/* Swiper Container Styles */
.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 90vh;
}

/* Swiper Wrapper Styles */
.swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    background-color: #817979;
}

/* Swiper Slide Styles */
.swiper-slide {
    position: relative;
    width: 100%;
    height: 90vh;
   background-size:contain;
   display: flex;
     /* Center the content horizontally */
         /* Center the content vertically */
    overflow: hidden;          /* Hide any overflow from images */
    background-color: #cac4c441; /* Optional background color */
}

/* Image Styles for Proper Aspect Ratio */
.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit:fill;   
     
    
}


.swiper-slide .first-container {
    width: 100%;
   min-height: 90vh;
    display: flex;
      /* Center any inner content */
    background-size: cover; 
    background-repeat: no-repeat;
  
   
}
@media (min-width: 750px) and (max-width: 770px) {

    .swiper-slide .first-container {
        width: 100%;
       min-height: 90vh;
        display: flex;
          /* Center any inner content */
        object-fit: fill;
        background-position: center;
        background-repeat: no-repeat;
      
       
    }
    .carousel .left-section {
        width: 80px;
        height: 50vh;
        background-color: #232729; /* Add your desired color */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }
    
.info-box {
    margin-bottom: 20px;
    padding-top: 200px;
}
.swiper-slide {
    position: relative;
    width: 100%;
    height: 50vh;
   background-size:contain;
   display: flex;
     /* Center the content horizontally */
         /* Center the content vertically */
    overflow: hidden;          /* Hide any overflow from images */
    background-color: #cac4c441; /* Optional background color */
}
.carousel {
    background-color: rgba(142, 129, 129, 0);
    height: 50vh;
    display: flex; /* Use flexbox */
    padding: 0 0 40px 0;
    position: relative;
   
}
.carousel .indicators {
    position: absolute;
    top: 20%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}
.carousel .indicators ul {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 50vh;
}

    
 }
@media (min-width: 800px) and (max-width: 850px) { 
    
    .swiper-slide .first-container {
        width: 100%;
       min-height: 40vh;
       display: flex;
          /* Center any inner content */
        /* background-size: contain;  */
      
       
        background-size: contain;
        
        background-repeat: no-repeat;
      
       
    }
    #first-container3{
        width: 100%;
        min-height: 40vh;
        display: flex;
           /* Center any inner content */
         /* background-size: contain;  */
       
        
         background: top;
         
         background-repeat: no-repeat;
    }
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        width: 100%;
        max-width: 1500px;
        min-height: 0vh;
    }
    .carousel .left-section {
        width: 80px;
        height: 40.1vh;
        background-color: #232729; /* Add your desired color */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }
    
.info-box {
    margin-bottom: 20px;
    padding-top: 250px;
}
.swiper-slide {
    position: relative;
    width: 100%;
    height: 40vh;
   background-size:contain;
   display: flex;
     /* Center the content horizontally */
         /* Center the content vertically */
    overflow: hidden;          /* Hide any overflow from images */
    background-color: #cac4c441; /* Optional background color */
}
.carousel {
    background-color: rgba(142, 129, 129, 0);
    height: 40vh;
    display: flex; /* Use flexbox */
    padding: 0 0 40px 0;
    position: relative;
   
}
.carousel .indicators {
    position: absolute;
    /* top: 30%; */
  
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}
.carousel .indicators ul {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 40vh;
}
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1000px) and (max-width: 1050px) { 
    .swiper-slide .first-container {
        width: 100%;
       min-height: 90vh;
        display: flex;
          /* Center any inner content */
        background-size: contain; 
        background-repeat: no-repeat;
      
       
    }
    .carousel .left-section {
        width: 80px;
        height: 40.1vh;
        background-color: #232729; /* Add your desired color */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }
    
.info-box {
    margin-bottom: 20px;
    padding-top: 250px;
}
.swiper-slide {
    position: relative;
    width: 100%;
    height: 40vh;
   background-size:contain;
   display: flex;
     /* Center the content horizontally */
         /* Center the content vertically */
    overflow: hidden;          /* Hide any overflow from images */
    background-color: #cac4c441; /* Optional background color */
}
.carousel {
    background-color: rgba(142, 129, 129, 0);
    height: 40vh;
    display: flex; /* Use flexbox */
    padding: 0 0 40px 0;
    position: relative;
   
}
.carousel .indicators {
    position: absolute;
    top: 25%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}
.carousel .indicators ul {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 40vh;
}
.carousel .arrows .button-next {
    margin-right: 600px;
    justify-content: center;
}

}

@media (max-width: 480px) {

    .swiper-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 45vh;
    }

}

.swiper-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.swiper-slide img {
    min-width: 100%;
    max-height: 100%;
    display: block;
}

@media (max-width: 480px) {

    .swiper-slide {
        min-width:100%;
        box-sizing: border-box;
        height: 40vh;
    }
    
    .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }
   
    .swiper-slide .first-container{
        max-width: 100%;
        height: 40vh;
        background-repeat: no-repeat;
        background-size: contain; /* Keep the entire image visible */
        object-fit: cover;
        background-position: top;
  
       
    }
    .swiper-slide .first-container {
        width: 100%;
       min-height: 0vh;
        display: flex;
          /* Center any inner content */
        background-size: cover; 
        background-repeat: no-repeat;
      
       
    }
}

@media (min-width: 1200px)  { 
#first-container {
    background-position: center;
}


}
@media (min-width: 1200px)  { 
    #first-container1 {
        background-position: bottom;
        object-fit: fill;
    }
    
    
    }
 
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.swiper-pagination-bullet.active {
    background-color: #3d96c0;
    color: white;
}


.grid-item {

    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
  

}

table {
   
    border-collapse: collapse;
    width: 90%;
    
  }
  th {
    text-align:left;
    font-family: Poppins;
    font-weight: 500;
    padding: 8px;
    color: #100f0f;
    border-bottom: 1px solid #4a4949; /* Bottom border only */
  }
  
  td{
        text-align:left;
    font-family: Poppins;
    font-weight: 300;
    padding: 8px;
    color: #100f0f;
    border-bottom: 1px solid #4a4949; /* Bottom border only */
  }
  
  tr:last-child td, tr:last-child th {
    border-bottom: none; /* Remove the bottom border of the last row */
  }
  
  table tr th:first-child,
  table tr td:first-child {
    border-right: 1px solid #343131; /* Middle vertical line */
 
  }
  
  table tr th:last-child,
  table tr td:last-child {
    border-left: none; /* No left border for the second column */
   
  }
  
  /*/////////////////////////////////////verticle line ///////////////////////////////////////////////////*/

  .grid-item  p {
    /* border-right: 1.5px solid black;  */
    border-radius: 0px; padding-right: 10px;
  }
  @media only screen and (max-width: 800px) {
    /* Your CSS styles for small screens go here */
    .grid-item p{
        border-right: 0px solid rgba(0, 0, 0, 0); 
        border-radius: 0px; 
      }
  }
  .projecttypes{
    padding-top: 30px;
    align-items: left;
  padding-left: 0px;
    justify-content: left;
    
  }
  .projecttypes h5{

  
    padding-bottom: 4px;
  }
 

  .types{

    border-radius: 80px;
    border: solid 1px black;
    padding: 8px;
  
 
  }

  .types1{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    margin-left: 0px;
  }


  /*///////////////////////////// filter tab  /////////////////////////////////////////*/

  /* Basic styling for the page header */
.page-header {
    padding: 40px 0;
    background-color: #f5f5f5;
}


.page-content button {
    padding: 10px 30px;
    background-color: #ffee0008;
    color: white;
    border: none;
    cursor: pointer;
    left: 400px;

    font-size: 20px;
    margin-top: 0px;
    bottom: 150px;
    border-radius: 30px;
    border: 2px solid rgb(79, 78, 78);
}
@media (max-width: 980px) {
  .page-content button {
    padding: 10px 30px;
    background-color: #ffee0008;
    color: white;
    border: none;
    bottom: 50px;
    cursor: pointer;
    left: 300px;
   bottom: 100px;
    font-size: 16px;
    margin-top: 0px;
    border-radius: 30px;
    border: 2px solid rgb(79, 78, 78);}

}


@media (max-width: 768px) {

  .page-content button {
    padding: 10px 30px;
    background-color: #ffee0008;
    color: white;
    border: none;
    cursor: pointer;
    bottom: 0;
    font-size: 16px;
    left: 0;
    margin-top: 20px;
    border-radius: 30px;
    border: 2px solid rgb(79, 78, 78);
}
}

.page-content button:hover { 
    background-color: #40403e;
}

/* Filter Menu styling */
.filter-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background-color: rgba(60, 59, 59, 0.984);
    overflow: hidden;
    transition: height 0.5s ease;
    z-index: 1000;
}

.filter-container.open {
    height: 80vh;
}

.filter-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}

.filter-menu li {
    margin: 15px 0;
}

.filter-menu li a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.filter-menu li a:hover {
    color: #eec762;
}

/* Close button styling */
.close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    background: none;
    border: none;
    font-size: 50px;
    color: white;
    cursor: pointer;
}

.close-btn:hover {
    color: #eec762;
}

/* Responsive styling */
@media (max-width: 768px) {
    .filter-menu li a {
        font-size: 20px;
    }

    .close-btn {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .filter-menu li a {
        font-size: 18px;
    }

    .close-btn {
        font-size: 20px;
    }
}

/*////////////////////////////////////// 3 d slider //////////////////////////////////////////////////////////////////////////////////////*/



/* Slider container */
.dslider {
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    justify-content: center;
    align-items:start;
    margin: 0; /* Centers the slider */
    position: relative; /* Allows positioning children absolutely */
    padding-top: 20px;
    padding-left: 0px;
  }
  
  /* Slider container holding the slides */
  .dslider-container {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    position: relative;
  }
  
  /* Individual slide styling */
  .slide1 {
    min-width: 100%;
    transition: transform 0.5s ease;
  }
  
  .slide1 img {
    width: 100%;
    overflow-x: hidden;
    border-radius: 0px;
  }
  
  /* Navigation arrow styles */
  .arrow {
    position: absolute;
    top: 50%; /* Vertically centers the arrow */
    transform: translateY(-50%); /* Adjusts for the center */
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
  }
  
  /* Positioning left and right arrows */
  .left-arrow {
    left: 10px; /* Positions left arrow 10px from the left */
  }
  
  .right-arrow {
    right: 10px; /* Positions right arrow 10px from the right */
  }
  
  



  /* //////////////////////////////////// */




/* 
  section {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
  } */
  /* section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
   
  } */
  section h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    white-space: nowrap;
  }
  
  .demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transform: translate(-50%, 0); 
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  
  .demo a:hover {
    opacity: 1;
  } 
  
  #section01 a {
    padding-top: 60px;
   cursor: pointer;
  }
  
  #section01 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px; /* Increased width for a bolder effect */
    height: 24px; /* Increased height for a bolder effect */
    margin-left: -14px; /* Adjusted for center alignment */
    border-left: 3px solid #fff; /* Thicker border for bold arrow */
    border-bottom: 3px solid #fff; /* Thicker border for bold arrow */
    transform: rotate(-45deg);
    box-sizing: border-box;
    animation: upDown 1.5s infinite ease-in-out; /* Smoother animation with 'ease-in-out' */
  }
  
  @keyframes upDown {
    0%, 100% {
      opacity: 1;
      transform: rotate(-45deg) translateY(5px);
    }
    50% {
      opacity: 1;
      transform: rotate(-45deg) translateY(5px); /* Adjusted translateY for a noticeable up and down */
    }
  }
  