.acheivementsContainer .Acheivements{
    color: #000;
}
.acheivementsBanner{
    background-image: url(../Images/extImages/Nephele\ 2-0\ Hero\ banner.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    padding: 5rem 2rem 0rem 2rem;
}
.acheivementmobile{
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
}
.acheivementsBanner h1{
    font-size: 17px;
    font-weight: 800;
    color: #fff;
}
.acheivementsBanner p{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    line-height: 20px;
}
.acheivementsbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.acheivementsbox video {
    width: auto;
   height: 170px;
    
}
.project h2{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.ProjectDetails{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.ProjectDetails p{
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 20.15px;
    text-align:justify;

}
.ProjectDetails img{
    width: 100%;
    height: 288px;
}
.ourTeam span{
    font-size: 13px;
    font-weight: 800;
    line-height: 21.78px;
}
.ourTeam p{
    font-size: 12px;
    font-weight: 400;
    line-height: 21.78px;
    width: 100%;
    text-align: center;
}
.OTPbox{
    width: 228px;
    height: 294px;
    border-radius: 12px;
    border: 0.75px solid rgba(0, 0, 0, 0.14)
}
.OTPSubbox{
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    height: 70px;
    color: rgba(115, 115, 115, 1);
    font-size: 12px;
    font-weight: 400;
    
}
.OTPSubbox h3{
    color: #000;
    font-size: 12px;
    font-weight: 700;
}
.OTPSubbox P{
    text-align: left;
    width: 100%;
}
.cardmobile{
    display: block;
}
.moreProject{
    font-size: 18px;
    font-weight: 800;
    line-height: 21.78px;
    text-align: left;   
}
.cradlap{
    display: none;
}
.moreProBox{
    width: 262px;
    height: 265px;
    background: rgba(255, 255, 255, 1);   
}
.moreProBox:hover{
    box-shadow: 0px 3.01px 26.23px 0px rgba(0, 0, 0, 0.09);
}
.moreProBox img{
    width: 245px;
    height: 148px;
    position: relative;
    object-fit: cover;
}
.latestcon{
    position: absolute;
    width:240px ;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.moreProBox p{
    font-size: 13px;
    font-weight: 400;
    line-height: 18.19px;
    text-align: left;
}
.latestconbox{
    background: rgba(151, 245, 0, 0.19);
    width: 60px;
    padding: 0.2rem;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}
.groupcon{
    position: fixed;
    z-index: 100000;
    bottom: 7rem;
    width:100% ;
    justify-content: center;
    align-items: center;
    display: flex;
}
.groupbox{
    width: 261px;
    height: 42px;
    border-radius: 7px;
    background: rgba(233, 233, 233, 0.92);
}
.groupbox a{
    width: 129px;
    height: 30px;
    border-radius: 3px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 800;

}
.groupone{
    background: rgba(255, 255, 255, 1);
    color: #000;
}



.celebrating h4{ 
    font-size: 18px;
    font-weight: 800;  
}
.celebrating p{ 
    font-size: 14px;
    font-weight: 400;  
    text-align: center;
  
}
.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
/* pages */
.acheivementsBannerpages{
    background-image: url(../Images/extImages/Nephele\ 2-0\ Hero\ banner.png);
    background-repeat: no-repeat;
    background-size: 100% ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    padding: 5rem 2rem 0rem 2rem;
}
.brands-scroll {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
  .brands-container{
      overflow-x: scroll;
      max-width: 1440px;
      width: 100%;
  }
  .brands-container::-webkit-scrollbar {
      display: none;
  }
  .flex-container {
    display: flex;  
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
.flex-item img{
    width: 288px;
    height: 288px;
}
.flex-item {
    background-color: #e0e0e0;
    width: 288px;
    height: 288px;
    /* border-radius: 3px; */
}
.paginationLeft button {
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.paginationRight button{
        padding: 10px 10px;
        margin: 0 1px;
        border: 1px solid #ccc;
        
        background-color: #fff;
        cursor: pointer;
}
.paginationRight :hover{
    background: #9747FF;

    color: white;
}
.paginationLeft :hover{
    background: #9747FF;

        color: white;
}
.paginationRight .page.active {
    background: #9747FF;

    ; /* Change this to the color you want */
    color: white; /* Text color for active page */
  }

  
  .swiper-container {
    width: 100%;
    height: auto;
    max-width: 1440px;
    overflow: hidden;
    position: relative;
}

.moreProBox {
    /* Add custom styling for your cards */
    width: 262px;
    height: 270px;
    background: rgba(255, 255, 255, 1); 
}




.ourteampic {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.logo_items {
    display: flex;
    gap: 0;
    width: max-content; /* Allow items to stretch */
}

.OTPbox {
    flex-shrink: 0;
    width: 200px; /* Adjust to fit your design */
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.OTPSubbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

@keyframes scroll-infinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media screen and (min-width: 1020px) {
   
    .acheivementsContainer .Acheivements{
        color: #000;
    }
    .acheivementsBanner{
        background-image: url(../Images/extImages/Nephele\ 2-0\ Hero\ banner.png);
        background-repeat: no-repeat;
        background-size: 100% 547px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1.5rem;
        padding: 8rem 10rem 0rem 10rem;
    }
    .acheivementmobile{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .acheivementsBanner h1{
        font-size: 36px;
        font-weight: 800;
        color: #fff;
    }
    .acheivementsBanner p{
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        line-height: 20px;
    }
    .acheivementsbox{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .acheivementsbox video {
        width: auto;
        height: 468px;
        
    }
    .project h2{
        font-size: 24px;
        font-weight: 800;
        color: #000;
    }
    .ProjectDetails{
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .ProjectDetails p{
        width: 50%;
        font-size: 15px;
        font-weight: 400;
        line-height: 20.15px;
        text-align:justify;
    
    }
    .ProjectDetails img{
        width: 100%;
        height: 288px;
    }
    .ourTeam span{
        font-size: 18px;
        font-weight: 800;
        line-height: 21.78px;
    }
    .ourTeam p{
        font-size: 15px;
        font-weight: 400;
        line-height: 21.78px;
        width: 70%;
        text-align: center;
    }
    .OTPbox{
        width: 228px;
        height: 294px;
        border-radius: 12px;
        border: 0.75px solid rgba(0, 0, 0, 0.14)
    }
    .OTPSubbox{
        background: rgba(255, 255, 255, 1);
        border-radius: 6px;
        height: 70px;
        color: rgba(115, 115, 115, 1);
        font-size: 12px;
        font-weight: 400;
        
    }
    .OTPSubbox h3{
        color: #000;
        font-size: 15px;
        font-weight: 700;
    }
    .OTPSubbox P{
        text-align: left;
        width: 100%;
    }
    .moreProject{
        font-size: 18px;
        font-weight: 800;
        line-height: 21.78px;
        text-align: left;   
    }
    .moreProBox{
        width: 262px;
        height: 270px;
        background: rgba(255, 255, 255, 1);   
    }
    .moreProBox:hover{
        box-shadow: 0px 3.01px 26.23px 0px rgba(0, 0, 0, 0.09);
    }
    .moreProBox img{
        width: 245px;
        height: 148px;
        position: relative;
        object-fit: cover;
    }
    .latestcon{
        position: absolute;
        width:240px ;
        height: 30px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .moreProBox p{
        font-size: 13px;
        font-weight: 700;
        line-height: 18.19px;
        text-align: left;
    }
    .latestconbox{
        background: rgba(151, 245, 0, 0.19);
        width: 60px;
        padding: 0.2rem;
        border-radius: 4px;
        font-size: 10px;
        font-weight: 600;
    }
    .groupcon{
        position: fixed;
        z-index: 100000;
        bottom: 2rem;
        width:100% ;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .groupbox{
        width: 261px;
        height: 42px;
        border-radius: 7px;
        background: rgba(233, 233, 233, 0.92);
    }
    .groupbox a{
        width: 129px;
        height: 30px;
        border-radius: 3px;
        color: rgba(0, 0, 0, 1);
        font-size: 14px;
        font-weight: 800;
    
    }
    .groupone{
        background: rgba(255, 255, 255, 1);
        color: #000;
    }
    
    
    
    .celebrating h4{ 
        font-size: 18px;
        font-weight: 800;  
    }
    .celebrating p{ 
        font-size: 14px;
        font-weight: 400;  
        text-align: center;
      
    }
    .pagination {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    /* pages */
    .brands-scroll {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
      }
      .brands-container{
          overflow-x: scroll;
          max-width: 1440px;
      }
      .brands-container::-webkit-scrollbar {
          display: none;
      }
      .flex-container {
        display: flex;  
        flex-direction: row;
        gap: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
      }
    .flex-item img{
        width: 288px;
        height: 288px;
    }
    .flex-item {
        background-color: #e0e0e0;
        width: 288px;
        height: 288px;
        /* border-radius: 3px; */
    }
    .paginationLeft button {
        padding: 10px 15px;
        margin: 0 5px;
        border: 1px solid #ccc;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
    }
    .paginationRight button{
            padding: 10px 10px;
            margin: 0 1px;
            border: 1px solid #ccc;
            
            background-color: #fff;
            cursor: pointer;
    }
    .paginationRight :hover{
        background: #9747FF;
    
        color: white;
    }
    .paginationLeft :hover{
        background: #9747FF;
    
            color: white;
    }
    .paginationRight .page.active {
        background: #9747FF;
    
        ; /* Change this to the color you want */
        color: white; /* Text color for active page */
      }
    
      
      .swiper-container {
        width: 100%;
        height: auto;
        max-width: 1440px;
        overflow: hidden;
        position: relative;
    }
    
    .moreProBox {
        /* Add custom styling for your cards */
        width: 262px;
        height: 265px;
        background: rgba(255, 255, 255, 1); 
    }
    .acheivementsBannerpages{
        background-image: url(../Images/extImages/Nephele\ 2-0\ Hero\ banner.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1.5rem;
        padding: 8rem 10rem 0rem 10rem;
    }
    
    /* Next button */
    .swiper-button-next {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255); /* Semi-transparent background */
        color: rgb(0, 0, 0) !important; /* Arrow color */
        border-radius: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px !important;
        cursor: pointer;
        z-index: 10;
        transition: background-color 0.3s;
    }
    
    .swiper-button-next:hover {
        background-color: #ff6347; /* Change color on hover */
    }
    
    /* Prev button */
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255); /* Semi-transparent background */
        color: rgb(0, 0, 0) !important; /* Arrow color */
        border-radius: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px !important;
        cursor: pointer;
        z-index: 10;
        transition: background-color 0.3s;
    }
    
    .swiper-button-prev:hover {
        background-color: #ffffff; /* Change color on hover */
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #ffffff;
        color: #000;
    }
    .swiper-button-next {
        right: 15px; /* Adjusts the right margin */
    }
    
    .swiper-button-prev {
        left: 15px; /* Adjusts the left margin */
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 14px !important; /* Adjust the arrow icon size */
        color: #000000 !important;     /* Change the arrow icon color */
    }
    
    .ourteampic {
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    
    .logo_items {
        display: flex;
        gap: 0;
        width: max-content; /* Allow items to stretch */
    }
    
    .OTPbox {
        flex-shrink: 0;
        width: 200px; /* Adjust to fit your design */
        height: 250px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    .OTPSubbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    
    @keyframes scroll-infinite {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    } 
}
@media screen and (min-width: 1440px) {
    .cradlap{
        display:block;
    }
    .cardmobile{
        display: none;
    }
   
}