html {
    scroll-behavior: smooth;
}

body {
    background-color: #F5F5F7;
}


/* Header */

.header {
    padding-top: 150px;
}

.header-headings {
    margin-top: 50px;
}

.VideoArea {
    height: 220px;
    background-color: white;
}


/* Box */

#Box {
    padding: 20px 0px;
    background-color: white;
}

.card-dark {
    height: 600px;
    background-color: rgba(0, 0, 0, 0.9);
}

.card {
    border: 0px;
    border-radius: 0px;
    height: 600px;
    background-color: #fbfbfd;
}

.wrapper-blue {
    margin-top: 50px;
    height: 550px;
    background-color: #010127;
    opacity: 1;
}

.wrapper-dark {
    margin-top: 10px;
    height: 550px;
    background-color: black;
    opacity: 1;
}

.box {
    height: 450px;
    background-color: black;
}


/* Statistics */

#statistics {
    /* height: 200px auto; */
    padding: 80px 0px;
    margin: 20px 0px;
}

#statistics span {
    font-size: 75px;
    font-weight: bold;
}


/* Team */

#team {
    background-color: white;
    padding-top: 40px;
}

.team-header {
    margin-bottom: 40px;
}

.team-img {
    box-shadow: 2px 2px 12px rgb(0 0 0 / 8%)
}

.img-block {
    padding: 0px 20px;
}


/* Client */

.client {
    width: 100%;
    height: 100%;
    background: #fff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E100FF, #7F00FF);
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #E100FF, #7F00FF); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.carousel-icon i {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.3);
}

.t-card {
    padding: 50px 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1.25rem;
    color: #fff;
    height: auto;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}

.client-img {
    width: 60%;
    float: right;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    background-color: transparent;
}

.left:hover {
    background-color: transparent;
}