@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');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    --ot-purple: #793E6E
}

body{
    flex-direction: column;
    align-items: center;
    font-family: "Open Sans", sans-serif;
}
header img{
    width: 273.06px;
    margin: 30px;
}
.logo{
    color: white;
    padding: 15px 20px;
    width: 273.06px;
    background: var(--ot-purple);
    margin-top: 50px;
    font-family: "Poppins", sans-serif;
    margin: 30px;
}
.logo h1{
    font-weight: 500;
}
header{
    border-bottom: 2px solid lightgrey;
}
.intro{
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.intro h1{
    font-size: 40px;
}
.intro video{
    margin: 50px 0;
    width: 70%;
}
.intro p{
    color: var(--ot-purple);
}
.thanks{
    background: #e3e3e3; 
    text-align: center;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.thanks h1{
    font-size: 40px;
}
.partners{
    margin: 40px ;
    text-align: center;
}
.partners h1{
    font-size: 35px;
}
.partners h2{
    color: black;
    margin: 20px 0;
    font-size: 30px;
}
.logos{
    overflow: hidden;
    display: flex;
    position: relative;
    
}
.logos::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    content: "";
    z-index: 1;
}
.logos::after{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    content: "";
    z-index: 1;
}
@keyframes slide {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.logos .slider{
    align-items: center;
    display: flex;
    animation: 30s slide infinite linear;
}
.logos:hover .slider{
    animation-play-state: paused;
}
.logos img{
    margin: 40px;
    width: 150px;
}
.clients{
    text-align: center;
    background: #e3e3e3;
    padding: 50px;
}
.clients h1{
    font-size: 35px;
}
.testimonials{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.bottlenecks{
    padding: 80px;
}
.bottlenecks ul li{
    margin: 15px 0;
    font-size: 20px;
}
ul li{
    padding-left: 25px;
    position: relative;
}
ul li::before{
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
}
ul li{
    list-style-type: none;
}

.case-study{
    background: #e3e3e3;
    padding: 50px;
}
.stories{
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.stories article{
    width: 100%;
}
.stories b, .stories p, .stories li{
    font-size: 20px;
    margin-bottom: 20px;
}
.stories li b{
    color: black;
}
.stories b{
    color: var(--ot-purple);
}
.stories h1{
    font-weight: 900;
}
.success{
    padding: 80px;
    gap: 50px;
    font-size: 20px;
    position: relative;
}
.success img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.success article:nth-child(2){
    margin-top: 200px;
}
.success br{
    margin-top: 10px;
}
.success ol, .success ul{
    margin: 20px 0;
}

ol {
    list-style-type: none;
    counter-reset: custom-counter;
}
  
ol li {
    font-weight: 500;
    counter-increment: custom-counter;
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
}
  
ol li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    border: 1.5px solid var(--ot-purple); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--ot-purple);
    font-weight: 500;
}
  
.success li{
    margin: 15px 0;
}

.call{
    background: #e3e3e3;
    padding: 80px;
}

.screenshots{
    display: flex;
    margin-top: 30px;
    gap: 50px;
}
.screenshots p{
    font-weight: 700;
    margin-top: 20px;
}
.call p, .call b{
    font-size: 20px;
}
.call h3{
    margin-top: 20px;
}
.call img{
    width: 100%;
    margin: 15px 0;
}
.call li{
    margin: 15px 0;
    font-size: 20px;
}
.why{
    padding: 70px;
}
.why li{
    margin: 15px 0;
    font-size: 20px;
}
.partnership{
    padding: 80px;
    background: #e3e3e3;
    position: relative;
}
.partnership img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    object-fit: cover ;
    object-position: 0px 30%;
}
.partnership h1{
    margin-top: 250px;
}
section h1{
    color: var(--ot-purple);
    font-size: 30px;
    margin-bottom: 20px; 
}
.partnership p, .partnership li, .partnership b{
    font-size: 20px;
}
.partnership.tech p{
    margin-top: 20px;
}
.partnership b{
    color: var(--ot-purple);
}
.steps{
    display: flex;
    gap: 30px;
    align-content: flex-start;
}
.steps img{
    width: 200px;
    object-fit: contain;
}
.days{
    grid-template-columns: auto auto;
    flex-wrap: wrap;
}
.days ul{
    margin-top: 20px;
}

.footer{
    text-align: center;
    padding: 80px;
}
.footer button{
    background: #2d7ff9;
    color: white;
    outline: none;
    border-width: 0;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 30px;
    font-weight: 600;
}
.footer h1{
    font-size: 45px;
    font-weight: 700;
}
.footer h2{
    font-size: 24px;
    font-weight: 400;
    margin: 20px;
}
.footer p{
    color: #0d3674;
}
footer{
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    font-size: 14px;
    align-items: center;
    background: var(--ot-purple);
    color: white;
}
.email{
    display: flex;
    align-items: center;
    gap: 5px;
}
.email a{
    color: white;
    text-decoration: none;
}
.email a:hover{
    text-decoration: underline;
}
span{
    text-decoration: none;
}

@media screen and (max-width: 900px){
    .intro{
        gap: 0;
    }
    iframe{
        width: 90%;
        height: 300px;
        margin: 20px 0;
    }
    .thanks{
        gap: 10px;
        padding: 30px;
        text-align: left;
    }
    .testimonials{
        gap: 50px;
    }
    .testimonials video{
        width: 100%;
    }
    .bottlenecks{
        padding: 25px;
    }
    .case-study{
        padding: 20px;
    }
    .stories{
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .stories article{
        width: 100%;
    }
    section h1{
        font-size: 24px;
        margin-bottom: 20px; 
    }
    .success{
        padding: 25px;
    }
    .success article:nth-child(2){
        margin-top: 250px;
    }
    .call{
        padding: 25px;
    }
    .screenshots{
        flex-direction: column;
        gap: 0;
    }
    .why{
        padding: 25px;
    }
      
    ol li::before {
        width: 23px;
        height: 23px;
        line-height: 23px; 
        font-size: 16px;
    }
    .success h1{
        margin-top: 50px;
    }
    .partnership{
        padding: 25px;
        padding-top: 100px;
    }
    .partnership li:not(.days li){
        margin-left: -20px;
    }
    .footer{
        padding: 50px;
    }
}