body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #eee;
    overflow-x: hidden;
}

.container-logo {
    margin-top: 150px;
}

.logo-audiobyte img {
    width: 300px;
    display: block;
    margin: auto;
}

.paragraph {
    position: relative;
    width: 75%;
    margin: 50px auto;
    text-align: justify;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.paragraph p {
    font-size: 1.6rem;
}

.title-section {
    position: relative;
    font-family: Raleway;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    word-spacing: 20px;
}

.title-section span {
    font-size: 7rem;
}

.red {
    color: #cf123a;
}

.web-design {
    margin-top: 50px;
}

.carousel-section {
    margin-top: 100px;
    position: relative;
}

.imac img {
    width: 95%;
    margin: auto;
    display: block;
}

.carousel {
    position: absolute;
    top: 4%;
    width: 50%;
    height: 57%;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-inner, .item {
    width: 100%;
    height: 100%;
}

.carousel-section .item img {
    max-width: initial;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.perspective-mockup {
    margin-top: 50px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.perspective-mockup img {
    width: 100%;
    object-fit: cover;
}

.responsive-design {
    margin-top: 100px;
}

.devices {
    margin-top: 100px;
}

.devices img {
    width: 85%;
    display: block;
    margin: auto;
    position: relative;
    left: 30px;
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.5));
}

.client {
    margin-top: 100px;
    display: flex;
    font-weight: bold;
}

.client .right-col {
    margin-left: 50px;
}

@media screen and (min-width: 2560px) {

    .container {
        width: 1800px !important;
    }

    .logo-audiobyte img {
        width: 500px;
    }

    .paragraph p {
        font-size: 2.5rem;
    }

    .title-section span {
        font-size: 12rem;
    }

}

@media screen and (min-width: 3500px) {

    .container {
        width: 2400px !important;
    }

    .paragraph {
        margin: 100px auto;
    }

    .paragraph p {
        font-size: 3.2rem;
    }

    .title-section span {
        font-size: 15rem;
    }

    .responsive-design {
        margin-top: 200px;
    }

    .devices {
        margin-top: 200px;
    }
}

@media screen and (max-width: 1500px) {
    .logo-audiobyte img {
        width: 250px;
    }

    .paragraph p {
        font-size: 1.4rem;
    }

    .title-section {
        word-spacing: 10px;
    }

    .title-section span {
        font-size: 6rem;
    }

}

@media screen and (max-width: 1000px) {
    .container-logo {
        margin-top: 100px;
    }

    .paragraph {
        width: 100%;
    }

    .imac img {
        width: 100%;
    }

    .carousel {
        width: 52%;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 25px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 30%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 30%;
    }

}

@media screen and (max-width: 768px) {
    .paragraph {
        position: initial;
        width: 80%;
    }

    .title-section {
        position: initial;
    }

    .web-design {
        margin-top: 0;
    }

    .carousel-section {
        margin-top: 50px;
    }

    .perspective-mockup {
        height: 100vh;
    }

    .perspective-mockup img {
        height: 100%;
    }
}

@media screen and (max-width: 550px) {
    .logo-audiobyte img {
        width: 200px;
    }

    .title-section span {
        font-size: 5rem;
    }

    .paragraph p {
        font-size: 1.3rem;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 20px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 35%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 35%;
    }

    .devices {
        margin-top: 50px;
    }

    .client {
        margin-top: 50px;
    }
}

@media screen and (max-width: 450px) {
    .title-section span {
        font-size: 4.5rem;
    }

    .client .right-col {
        margin-left: 10px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
    }
}
