


/* intro */

.intro-section{
    position: relative;
    background-image: linear-gradient(var(--softgrey),var(--extralight-accent) ,white);
 
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    

    
}

.intro-section .bg{
position: absolute;
width: 100%;
height: 100vh;
z-index: 0;
background-image: url("images/main-bg.svg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.8;

}
.intro{
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;
  
}

.intro-section img{
    z-index: 100;
}

.intro .content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    justify-content: center;
    
    z-index: 2;
    color: white;
   
}

.intro .content p{
    color: white;
}

.intro .content h1 span{
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    color: white;

}

.intro .content h1 .word{
    position: relative;
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1s;
    
}



/* .intro .bg{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("icons/services/maker-launch.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.7;
} */


/* .intro .content h1 span{
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
}

.intro .content h1 .word{
    position: relative;
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1s;
} */



.why{
    position: relative;
    width:100%;
    box-shadow: 0px 0px 5px grey;
    z-index: 10;
  


}

.why-card{
    position: relative;
    z-index: 10;
    
}



/* why-static */

.greet2{
    background-image: url("images/tech-bg-animation2.svg");
    background-size: cover;
    background-repeat: no-repeat;
}



.greet2 h2{
   position: relative;
  
}

.greet2 h2:after{
    content: " ";
    background-image: radial-gradient(white 10%,transparent,transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    display: block;
    height: 40px;
    
    z-index: 100;
}

/* why us */

/* slide */

.slider {
    position: relative;
    width: 100%;
    height: fit-content;

    display: flex;
    
    gap: 16px;
    pointer-events: none;
    justify-content: flex-start;
    overflow-x: scroll;
    scrollbar-width: none;
    /* enable vertical scroll */
    -ms-overflow-style: none;
    /* IE and legacy Edge */
    scrollbar-width: none;
    /* Firefox */
}




.slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}


.slider>.item {
    position: relative;

    flex-shrink: 0;
    flex-basis: 400px;
    margin:56px 0px;
    padding: 16px;
    min-height: 400px;
    border-radius: 16px;
    background-color: var(--extra-softgrey);
    box-shadow: 0px 0px 5px rgb(196, 195, 195);
   
}

.slider>.item>.content {
    padding: 16px;
}

.slider>.item>.content>h4,
.slider>.item>.content>p {
    position: relative;

}

.slider>.item>.content>h4 {
    color: var(--extra-dark-grey);
}

.slider>.item>.content>.line {
    width: 120px;
    height: 4px;
    background-image: linear-gradient(to right,var(--extra-softgrey),var(--accent),var(--extra-softgrey));
}

.slider>.item>.image {
    display: flex;
    justify-content: end;
}

.slider>.item>.image>img {
    position: relative;
    width: 200px;
    padding: 16px;

}

.nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 8px;
}

.nav>button {
    position: relative;
    padding: 0px 8px;
    margin: 0px 8px;
    line-height: 0.8;
    border: none;
    border-radius: 12px;
    background-color: #E5E7EB;
    color: rgb(42, 165, 42);

}
.nav>button img{
    width: 32px;
}

@media screen and (max-width: 600px) {
    .slider>.item {
        flex-basis: 88vw;
    }
}



/* chat faq */

.faq-section{
    background-image: url(images/dotted-vector.svg);
}

.chat-faq{
  
    
    width: 100%;
    display: flex;
    justify-content: center;
   
}

.faq{
    max-height: 700px;
    aspect-ratio: 2/4;
    overflow: auto;
    pointer-events: none;

    background-color: white;
    border: solid 4px #E5E7EB;border-radius: 32px;padding: 16px;
    padding-top: 0px;

    position: sticky;top: 0px;
    scrollbar-width: none;
    box-shadow: 0px 0px 5px grey;
}

.faq::-webkit-scrollbar {
      scrollbar-width: none;          /* Chrome, Safari, Edge */
  }

.faq p{
position: relative;
font-size: 16px;
width: 70%;

background-color: var(--extralight-accent);
padding: 12px;
border-radius: 24px 24px 24px 0px;
z-index: 2;
}
.faq p:nth-of-type(odd){
    margin-left: auto;
    border-radius: 24px 24px 0px 24px;
    background-color: var(--extra-softgrey);
}
.faq p:last-of-type{
    margin-right: auto;
    margin-left: 0px;
    width: fit-content;
    background-color: var(--extra-softgrey);
    border-radius: 24px 24px 24px 0px;
}
.faq p>span{
    font-size: 24px;
}

.faq div{
    position: sticky;
    top: 0;
    width: 100%;
    padding: 5px 0px;
    background-color: white;
    z-index: 5;
}
.faq .part{
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 20%;
    min-height: 10px;
    border-radius: 10px;
  
    background-color: #E5E7EB;
}


/* slider 2 */


.slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 16px 50px;
    --maxItemsview:3;
}

.slider-track {
    display: flex;
    padding-left: 0px;
    height: fit-content;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    padding:16px 0px;
}

.slide {
    width: calc((100% - 40px) / 3);
    flex-shrink: 0;
    border-radius: 16px;
   
    /* background-color: #0ED077; */
    background: #f8f9fa;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 0px;
   
}

.slide:hover {
    transform: translateY(-10px);
}

.slide img {
    width: 100%;
    margin-top: -8px;
    height: 250px;
    object-fit: cover;
    display: block;
}

.slide-content {
    padding: 20px;
    background: #f8f9fa;
}

.slide-content h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.2em;
}

.slide-content p {
    color: #666;
    font-size: 0.9em;
    line-height: 1.5;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 10;
}

.nav-btn:hover {
    /* background: #80ea66; */
    background-color: #0ED077;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.nav-btn.prev {
    left: 0;
}

.nav-btn.next {
    right: 0;
}

.nav-btn svg {
    width: 20px;
    height: 20px;
}

.dots-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #0ED077;
    width: 30px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .slide {
        width: calc(100% - 40px);
    }

    .slider-wrapper{
        --maxItemsview:1
    }

    .slider-container {
        
    }
}