* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.all-wrapper {
    position: relative;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}
.hero-section,
.second-sec,
.third-sec,
.fourth-sec,
.fifth-sec,
.sixth-sec,
.seventh-sec,
.footer {
    max-width: 1920px;
}
nav {
    display: flex;
    padding-top: clamp(10px, 3vw, 49px);
    justify-content: space-between;
}
nav>img {
    height: clamp(50px, 5vw, 168px);
    aspect-ratio: 1/1;
}
nav ul {
    display: flex;
    height: max-content;
    list-style: none;
    font-family: var(--font-lexend);
    font-size: clamp(12px, 1vw, 20px);
    gap: 20px
}

nav ul li a {
    text-decoration: none;
    font-weight: 600;
    color: var(--color-white);
    
}
/* nav ul li:first-child,
nav ul li:nth-child(2) {
    margin-right: 50px;
} */
.get-started,
#btnContainer a {
    display: inline-block;
    text-decoration: none;
    background-color: var(--color-goldenrod);
    padding:  15px 20px;
    border-radius: 10px;
}
.hero-wrapper {
    background-color: var(--color-darkslateblue-100 );
    padding-inline: clamp(10px, 3vw,64px);
}
.speaklab-is-reinventing-busine-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-sec-title {
    color: #F6F8FF;
    font-family: Audiowide;
    font-size: clamp(15px, 3vw,40px);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.get-started {
    margin-top: 66px;
    color: #3A2A64;
    text-align: center;
    font-size: clamp(20,2vw,30px);
    font-style: normal;
    font-weight: 600;
    font-family: var(--font-lexend);
    width: max-content;
    cursor: pointer;
}
.iphone {
    width: clamp(200px, 36vw, 653px);
}

.hamburger {
    display: none;
    height: 25px;
    aspect-ratio:1;
    position: relative;
    z-index: 300;
}
.ham {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.804);
    cursor: pointer;
    transition: 200ms linear;
    backdrop-filter: invert(1);
}
.ham:first-child{
    top: 0%;
}
.ham:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
}
.ham:nth-child(3){
    bottom: 0%;
}
.allow-cookie {
    background-color: var(--color-goldenrod);
    max-width: 1920px;
    display: flex;
    justify-content: center;
    padding-block: 10px;
    align-items: center;
    font-family: var(--font-lexend);
    color: #FFF;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
}
.allow-cookie p {
    margin-right: 47px;
}
.allow-cookie>div {
    display: flex;
}
.allow-cookie>div div:last-child {
    margin-left: 20px;
    background-color: var(--color-white);
    color: var(--color-goldenrod);
}
.allow-cookie>div>div {
    background-color: #3A2A64;
    padding:18px 24px;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.405px;
    border-radius: 10px;
    color: var(--color-white);
    width: 100px;
    display: flex;
    justify-content: center;
}
.text-are-2 {
    margin-bottom: 90px;
}
@media only screen and (max-width: 750px) {
    .iphone {
        /* transform: translateX(-9%); */
        /* z-index: -1; */
        position: relative;
    }
    .btn-wrapper {
        display: flex;
        justify-content: center;
    }
    .speaklab-is-reinventing-busine-wrapper{
        flex-direction: column-reverse;
        justify-content: center;
    }
    .hero-sec-title  {
        text-align: center;
            /* margin-top: -20%;
    margin-bottom: 20%; */
    }
    .speaklab-is-reinventing-container {
        margin-block-start: -20px;
    }
    .get-started {
        margin: 20px auto;
    }
    .hamburger {
        top: 20px;
        right: 10%;
        position: fixed;
        display: block;
        z-index: 300;
    }
    

    
    nav ul {
        /* position: relative; */
        z-index: 200;
        top: 0;
        left: 100%;
        bottom: 0;
        position: fixed;
        background-color: #3A2A64;
        height: 100vh;
        width: 100vw;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
        transition: 200ms linear;
    }
    nav ul li:first-child, nav ul li:nth-child(2){
        margin: 0;
    }
    nav ul li:nth-child(2),
    #btnContainer a.sign-in{
        display: inline-block;
        /* margin-bottom: 20px; */
    }
    .hamburger.ham-active .ham:first-child{
        top: 40%;
        transform: rotate(45deg);
    }
    .hamburger.ham-active .ham:nth-child(2){
        top: 50%;
        transform: translateY(-50%);
        transform: translateX(-100%);
        opacity: 0;
    }
    .hamburger.ham-active .ham:nth-child(3){
        bottom: 40%;
        transform: rotate(-45deg);
    }
    .active {
        left: 0;
    }
    
    .allow-cookie p {
        margin-right: 0;
    }
    .allow-cookie {
        flex-direction: column;
    }
    .allow-cookie>div {
        margin-top: 10px;
    }
    .allow-cookie>div div  {
        margin: 4px;
    }
    .text-are-2 {
        margin-bottom: 20px;
    
    }

  }

.second-sec {
    padding-inline: clamp(10px, 3vw,64px);
    padding-block: clamp(40px, 3vw,64px);
    display: flex;
    flex-direction: column;
}
.second-sec img {
    width: clamp(200px, 100vw, 1200px);
    margin: 0 auto;
}

.text-are-2 h2 {
    color: #3A2A64;
    font-family: Audiowide;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.text-are-2 h3 {
    color: #3A2A64;
    font-family: Lexend;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    /* text-transform: lowercase; */
}

.inner-box {
    background-color: var(--color-goldenrod);
    border-radius: 20px;
    padding: clamp(10px, 4vw, 38px);
}
.third-sec{
    padding-inline: clamp(10px, 3vw,64px);
    padding-block: clamp(40px, 3vw,64px);
    position: relative;
}
.third-sec h3{
    color: #FFF;
    font-family: Audiowide;
    font-size: clamp(20px, 5vw,36px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 50.4px */
    text-transform: uppercase;
}
.third-sec h4{
    color: #FFF;
    font-family: Lexend;
    font-size: clamp(17px, 5vw,30px);
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 42px */
    text-transform: capitalize;
}
.third-sec p{
    color: #FFF;
    font-family: Lexend;
    font-size: clamp(15px, 5vw, 28.5px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 39.9px */
    /* text-transform: capitalize; */
}
.third-sec .btn{
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #3A2A64;
    color: var(--color-white);
    text-align: center;
    font-family: Lexend;
    font-size: clamp(15px, 5vw,27px);
    font-style: normal;
    font-weight: 600; /* 41.667% */
    text-transform: capitalize;
    padding: 10px 0 10px 0px;
    width: 250px;
    margin-block: 15px;
    text-decoration: none;
}
.third-sec img{
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(200px, 50vw,805px);
    position: absolute;
}
.inner-box>div:first-child {
    margin-bottom: 27px;
}
.btns {
    display: flex;
    flex-direction: column;
}

.third-sec-last-txt {
    color: #FFF;
    font-family: Lexend;
    font-size: clamp(10px, 1vw,17px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 39.9px */
    text-transform: capitalize;
}




@media only screen and (max-width: 850px) {
    .third-sec img {
        display: none;
    }
    .card {
        margin-bottom: 20px;
    }
}
.fourth-sec,
.sixth-sec,
.fifth-sec,
.afliated-company {
    padding-inline: clamp(10px, 3vw,64px);
    padding-block: clamp(40px, 3vw,64px);

}
.bg-image {
    background: url(./public/banner@2x.png);
    background-size: cover;
    background-position: center;
    height: 556.5px;
    border-radius: 20px;
    padding-inline: clamp(10px, 3vw,64px);
    padding-block: clamp(40px, 5vw,84px);
    display: flex;
    align-items: flex-end;
}
.bg-image h2 {
    color: #FFF;
    font-family: Audiowide;
    font-size: clamp(20px, 5vw,36px);
    font-style: normal;
    font-weight: 400;
    line-height: 41.25px; /* 114.583% */
    text-transform: uppercase;
}

.fourth-sec h2 {
    color: #3A2A64;
    font-family: Audiowide;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 250% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}



.card p {
    margin-top: 10px;
    color: #3A2A64;
    text-align: center;
    font-family: Lexend;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.75px; /* 118.421% */
}
.card-sec {
    display: flex;
    justify-content: center;

    flex-wrap: wrap;
    flex: 1;
    gap: 40px;
}

.card {
    text-align: center;
    width: 304px;
    padding: 20px 15px;
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 16.75223px 13.40178px 0px rgba(0, 0, 0, 0.04), 0px 31.33321px 25.06657px 0px rgba(0, 0, 0, 0.05), 0px 75px 60px 0px rgba(0, 0, 0, 0.07);
}

.card-sec .card h2 {
    margin-top: 20px;
    font-size: clamp(20px, 2vw, 25px);
    line-height: initial;
  }

.sixth-sec h2{
    color: #3A2A64;
    font-family: Audiowide;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 250% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.carou-sec {
    overflow-x: hidden;
    display: flex;
    position: relative;
}
.carou-sec> .just-to-scroll {
    display: flex;
    position: relative;
    transition: .5s linear;
    overflow: scroll;
    -webkit-overflow-scrolling:touch;
}
.carou-sec> .just-to-scroll::-webkit-scrollbar {
    width: 0 !important
}
.car-clicked {
    right: 0%;
}
.carousel {
    cursor: pointer;
    border-radius: 12px;
    width: clamp(300px, 40vw, 558px);
    flex-shrink: 0;
    margin: 6px;
    padding: 20px;
}
.video-carousel{
    width: clamp(300px, 40vw, 558px);
    flex-shrink: 0;
    margin: 10px;

}
.carousel:not(.video-carousel){
    
    background: rgba(58, 42, 100, 0.05);
}
.carousel>div img {
    width: 54px;
    margin-right: 20px;
}
.carousel>div  h3 {
    color: #3A2A64;
    font-family: Lexend;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
}
.text-testimonial {
    display: flex;
    height: fit-content;
}
.carousel>div  p {
    color: #070E25;
    font-family: Lexend;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 20.25px */
    letter-spacing: 0.27px;
    opacity: 0.3;
}
.carousel>div {
    display: flex;
}

.carousel>p{
    margin-top: 30px;
    color: #3A2A64;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    opacity: 0.8;
}
.next-btn {
    display: none;
}
/* .video-carousel>div{
    background: #fff;
} */
* ul {
    list-style: none;
}


@media only screen and (max-width: 1000px) {
    .next-btn {
        display: none;
    }
}
.seventh-sec {
    
    padding-inline: clamp(10px, 3vw,64px);
    padding-block: clamp(40px, 3vw,64px);
}
.seventh-sec h2,
.afliated-company h2 {
    color: #3A2A64;
    font-family: Audiowide;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 250% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.seventh-sec p {
    color: #3A2A64;
    font-family: Lexend;
    font-size: clamp(12px, 3vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%; 
    letter-spacing: 0.48px;
}
.seventh-sec ul li>div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-inline: 36px;
    border-radius: 12px;
    background: rgba(58, 42, 100, 0.05);
    margin-block: 6px;
    position: relative;
    list-style: none;
}
.faq .drop-div {
    display: none;
    transform:  rotateX(90deg);
    transform-origin: top;
    transition: .2s ease;
    padding: 30px;
}
.seventh-sec .drop {
    
    font-size: clamp(10px, 2vw, 15px);
}
.seventh-sec ul .hello>div:not(.drop-div){
    background: #8c6d9e;
}

.seventh-sec ul .hello>div:not(.drop-div) p{
    
    color: white;
}

.hello  .drop-div {
    display: block;
    transform:  rotateX(0);
}

.hello .drop-div .drop {
    
    transform:  rotateX(0);
}







/* footer css */

.media-icon {
    width: var(--font-size-13xl);
    margin-inline: clamp(5px, 1vw, 10px);
    text-decoration: none;
}
.rectangle-parent {
    background-color: var(--color-3);
    border-radius: 10px;
    padding-block: 20px;
    padding-inline: 20px;
}
.join-our-groups {
    color: var(--color-white);
    font-size: var(--font-size-13xl);
    font-family: var(--font-lexend);
}
.copyright-2022,
.footer-contact {
    font-size: var(--font-size-5xl);
    color: #555;
    font-family: var(--font-lexend);
    text-align: center;
}
.footer-contact a {
    text-decoration: underline;
    color: inherit;
}
.join-our-groups-wrapper {
    display: flex;
    justify-content: space-between;
}
.copyright-2022 {
    margin-top: 20px;
}
.footer-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    filter: brightness(0) invert(1);
}



@media only screen and (max-width: 750px) {
            .text-are-2 h3 {
         font-size:20px;
    }
             h2 {
         font-size:30px;
    }
    .third-sec h3, p, .btn {
         font-size:18px; 
    }
    .card p {
    font-size:14px;}
    
    /* .third-sec-last-txt {
        font-size:15px;
    } */
    p {
          font-size:14px; 
    }
    
  }

@media only screen and (max-width: 600px) {
    .join-our-groups-wrapper {
        text-align: center;
        flex-direction: column;
    }
  }



  .speaklab-is-reinventing-container {
    margin-block: 30px;
  }

  .third-sec-p {
    max-width: 700px;
  }


  .afliated-company ul{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .afliated-company ul li img{
    max-width: 100px;
  }

.company-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent)
}

.afliated-company ul{
    width: fit-content;
    flex-wrap: nowrap;
    animation: scroll 35s linear  infinite;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 10px));
    }
}
