@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*, *::after, *::before {
    list-style-type: none;
    border: none;
    border-radius: none;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Playfair Display", sans-serif;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
}

.section {
    width: 100%;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem 0;
    position: fixed;
    background: #fff;
}

.header__list {
    display: flex;
    column-gap: 1rem;
    li>a {
        color: black;
        font-family: 'Montserrat', sans-serif;
    }
}

.header__button {
    button {
        color: black;
        font-family: 'Montserrat', sans-serif;
        background: #707070;
        padding: .5rem;
        border-radius: 5px;
        &&:hover {
            cursor: pointer;
        }
    }
    a {
        color: black;
        font-family: 'Montserrat', sans-serif;
    }
}

.cover, .strategy, .solutions, .business {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 50%;
    margin-bottom: 10rem;
    column-gap: 5rem;
    align-items: center;
    h1 {
        font-size: 50px;
    }
    p {
        font-size: 30px;
        margin-bottom: 4rem;
    }
    img {
        width: 50%;
    }
    a {
        padding: 1rem 2rem;
        border: 1px solid #707070;
        color: #707070;
        border-radius: 5px;
        transition: .3s;
        
    }
    a:hover {
        background: #707070;
        color: aliceblue;
    }
}

.reviews {
    width: 100%;
    padding: 10rem 15rem;
    background: #707070;
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
}

.reviews__block {
    border: 2px solid #a5a5a5;
    padding: 3rem 5rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    img {
        width: 50px;
    }
    h2 {
        font-size: 40px;
    }
    p {
        font-size: 20px;
    }
}

.about {
    background: #313131;
    padding: 10rem 15rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-bottom: 10rem;

    h2 {
        font-size: 50px;
        text-align: center;
        color: aliceblue;
    }

    p, h3 {
        color: aliceblue;
    }
}

.about__block {
    display: flex;
    align-items: center;
    column-gap: 5rem;
}

.about__left {
    position: relative;
}

.about__left::after {
    content: '';
    width: 5px;
    height: 100%;
    top: 0;
    left: -1rem;
    background: #a5a5a5;
    position: absolute;
}

.about__right {
    position: relative;
}

.about__right::after {
    content: '';
    width: 5px;
    height: 100%;
    top: 0;
    left: -1rem;
    background: #a5a5a5;
    position: absolute;
}

.about__text--title {
    font-size: 35px;
    margin-bottom: 1rem;
}

.callback {
    background: #313131;
    padding: 10rem 15rem;
    display: flex;
    justify-content: center;
    form {
        width: 100%;
        border: 2px solid #a5a5a5;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        padding: 10rem 5rem;
        border-radius: 1rem;
        button {
            width: 50%;
            align-self: center;
            padding: .5rem 0;
            font-size: 18px;
            cursor: pointer;
        }
    }
}

.callback__name, .callback__number {
    background: #313131;
    border: 1px solid #a5a5a5;
    width: 100%;
    display: block;
    padding: 1rem;
    color: aliceblue;
    font-size: 20px;
    font-family: 'Montserrat';
    transition: .3s;
    &&:focus {
        box-shadow: 10px 10px 10px 1px #a5a5a5;
    }
}

.footer {
    width: 100%;
    background: #707070;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
}

.footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #a5a5a5;
    width: 80%;
    border-radius: 1rem;
    padding: 1rem;
    a {
        border-radius: 2rem;
        overflow: hidden;
    }
    .footer__navigation {
        display: flex;
        flex-direction: row;
        column-gap: 1rem;
        li>a {
            color: aliceblue;
            font-size: 20px;

        }
    }
}

.reviews__title {
    padding: 10rem;
    font-size: 50px;
}


.testimonial__content {
    padding: 5rem 0px;
}
  
.testimpnial__content--head > span {
    font-size: 16px;
}

.testimpnial__content--head > h3 {
    font-size: 3rem;
}
  
.testimonial__carousel {
    position: relative;
    width: 1200px;
    height: 425px;
    margin: 50px auto 0;
    user-select: none;
    touch-action: pan-y;
}
  
.carousel__track--item img {
    pointer-events: none;
}
  
.carousel__list {
    width: 1200px;
    height: 425px;
    overflow: hidden;
    background: #ffffff28;
    box-shadow: 0px 10px 20px 5px #000;
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    border-radius: 1rem;
}
  
.carousel__list.grab {
    cursor: grab;
}
  
.carousel__list.grabbing{
    cursor: grabbing;
}
  
.carousel__track {
    display: flex;
}
  
.carousel__track--item {
    width: 1200px;
    height: 425px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.carousel__item--image {
    background: rgb(0,0,0);
    background: linear-gradient(135deg, rgba(0,0,0,1) 16%, rgba(0,0,0,0) 70%);
    padding: 2rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    img {
        width: 30%;
        height: 30%;
        border-radius: 50%;
    }    
    p {
        font-size: 25px;
        font-weight: 200;
        text-shadow: 0px 1px 10px #fff;
    }
}

.carousel__item--text {
    max-width: 27rem;
    padding: 0rem 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    h3 {
        font-weight: 300;
    }
}

.testimonial__content--arrows {
    margin-top: 15px;
    text-align: end;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: end;
}
  
.next__slide {
    padding: 0;
    width: 43px;
    height: 43px;
    background: #000000b9;
    border: none;
    border-radius: .4rem;
    margin: 0 5px;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    box-shadow: 0px 50px 13px 2px #242424;
}
  
.prev__slide {
    padding: 0;
    width: 43px;
    height: 43px;
    background: #000000b9;
    border: none;
    border-radius: .4rem;
    margin: 0 5px;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    box-shadow: 0px 50px 13px 2px #242424;
    img {
        rotate: -180deg;
    }
}
  
.next__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.next__slide.disabled,
.prev__slide.disabled {
    opacity: .25;
    pointer-events: none;
}

.ups {
    padding: 20rem 15rem;
    font-size: 50px;
}

