/* .aboutSlider-section {
    position: relative;
    background-image: url('/images/back2.png');
    background-size: cover; 
    background-position: center ;
    background-attachment: fixed;
    

    height: 100vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
   
} */

.aboutSliderh1{
    color: rgb(6, 163, 218) !important;
}


.navbarabout {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    
.aboutSlider-section{
    margin-top: 100px;
    height: fit-content;
}
.aboutSlider .navbarabout a{
    margin: 20px;
    text-decoration: none;
    color: white;
}
.aboutSliderh1{
    text-align: center;
}
.aboutSlider .navbarabout{
    display: flex;
    flex-direction: column;
    position: static;
}
.aboutSlider img{
    width: 70% !important;
    object-fit: contain;

}
.aboutSlider .navbarabout a.active1 {
    color: rgb(6, 163, 218);
}

  .aboutSlider i{
    color: rgb(6, 163, 218);
    margin-right: 10px;
  }

  .aboutSlider #content{
    margin: 30px;
  }
  .aboutSlider  .icon-text{
   margin-left: 10px;
   display: flex;
   flex-direction: row;
   color: white;
    /* margin-left: 50px; */
  }
  .aboutSlider  span{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    
  }
  #content img {
    max-width: 100%; 
    height: auto;
    display: block;
    margin: 0 auto;
}
  #content > p {
    color: white;

     /* Adjust padding as needed */

}
.progress-aboutSlider {
        
    width: 100%;
    height: 3px;
}

.progress-bar {
    height: 5px;
    width: 0;
    background-color: rgb(6, 163, 218);
    position: absolute;
    transition: width 5s linear;
}
}
@media (min-width:768px) {
    .icon-text {
        display: flex;
        align-items: center;
        margin-top: 30px;
        font-size: 22px;
        color: white;
   
    }
    
    .icon-text i {
        margin-right: 8px;
        font-size: 40px;
        color:rgb(6, 163, 218); 
    }
    .aboutSlider-section{
        min-height: 100vh;
    }  
   .aboutSlider {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}
    .navbarabout a i {
        margin-right: 8px;
    font-size: 20px;
    }
    .aboutSliderh1{
        text-align: center;
    }
    
    .aboutSlider .navbarabout {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        position: static;
        background-color: #cccccc65;
        padding: 10px 20px;
        border-radius: 8px;
    }
    
    .aboutSlider .navbarabout a {
        text-decoration: none;
        color:black;
        padding: 10px 20px;
        transition: color 0.3s, border-bottom 0.3s;
        margin: 0 10px;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        
    }
    
    .aboutSlider .navbarabout a.active1, .navbarabout a:hover {
        color: rgb(6, 163, 218);
    }
    
    .progress-aboutSlider { 
        position: relative;     
        width: 100%;
        height: 3px;
    }
    
    .progress-bar {
        height: 5px;
        margin-top: -20px;
        width: 0;
        background-color: rgb(6, 163, 218);
        position: absolute;
        transition: width 5s linear;
        /* margin-left: -130px; */
    }
    
    #content {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 20px;
        text-align: left;
    }
    
    #content > img {
        max-width: 100%;
      
        margin-top: 10px;
    }
    
    #content > p {
        flex: 1;
        font-weight: 500;
        padding-right: 20px; 
        color: white;
        font-size: 30px;
        max-width: 40%;
   
         /* Adjust padding as needed */
    
    }
    
    
    .marketplace {
        text-decoration: none;
        color: rgb(6, 163, 218);
        padding: 10px 20px;
        border: 1px solid transparent;
        border-radius: 5px;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .marketplace:hover {
        background-color: rgb(6, 163, 218);
        color: #fff;
        border-color: rgb(6, 163, 218);
    }
    .text{
    margin-top: 30px;
    margin-bottom: auto;
    }
    
    
}
