:root {
    --primary: #36D680;
    --secondary: #31BD72;
    --accent: #1C6DFF;
    --black: #060606;
    --white: #F9F9F9;
    --grey: #666666;

    --font-one: 'Raleway', sans-serif;
    --font-two: 'Lato', sans-serif;
}

/* Button Declaration */
.button-layout {
    background-color: var(--accent);
    border-radius: 100px;
    color: var(--white);
    padding: 8px 24px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
}

.button-layout:hover {
    color: var(--white);
    background-color: #0040b8;
}
/* End button layout */


/* Utils */
html,
body {
    background-color: #171717;
}
/* End Utils */


/* Navbar */
.navbar-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
/* End Navbar */


/* Header */
.header-bg {
    background: url(../../images/home/header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit: fill;
    height: auto;
}

.page-header {
    padding-bottom: 0;
}
/* End Header 1 */


/* Content 1 */
.c1-accent {
    position: absolute;
    left: 0;
    width: 15vw;
    top: 0;
    bottom: 0;
}

.c1-icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
/* End Content 1 */


/* Content 2 */
.c2-img {
    border: 5px solid var(--secondary);
    border-radius: 30px;
    width: 80%;
    height: 90vh;
    object-fit: cover;
}

.c2-img-front {
    position: absolute;
    left: 15%;
    top: 6%;
}

.c2-accent {
    position: absolute;
    right: 0;
    bottom: -50%;
    width: 23vw;
}
/* End Content 2 */


/* Content 3 */
.c3-card {
    background: var(--white);
    border-radius: 10px;
}

.c3-card-image {
    height: 35vh;
    width: 100%;
    object-fit: cover;
}

.c3-card-title {
    font-family: var(--font-one);
    font-style: normal;
    font-weight: 500;
    font-size: 1.9531rem;
    color: #060606;
}

.c3-card-description {
    font-family: var(--font-two);
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 165%;
    color: #1D1D1D;
}

.c3-card-price {
    font-family: var(--font-two);
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    color: #1C6DFF;
}
/* End Content 3 */


/* Content 4 */
.c4-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 5px solid var(--primary);
    border-radius: 20px;
}

.c4-carousel-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--accent);
    position: absolute;
    top: -7vh;
}

.c4-accent {
    position: absolute;
    top: 0;
    width: 20vw;
}
/* End Content 4 */


/* Footer */
.footer {
    background: url(../../images/home/footer-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit: fill;
}
/* End Foooter */


@media only screen and (max-width: 767.98px) {

    /* Header */
    .page-header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-bg {
        height: auto;
    }
    /* End Header */


    /* Content 1 */
    .c1-label {
        font-size: 18px;
    }

    .c1-gutter {
        margin-right: -8px;
        margin-left: -8px;
    }

    .c1-gutter > [class^="col-"],
    .c1-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .c1-icon {
        width: 75px;
        height: 75px;
        object-fit: contain;
    }
    /* End Content 1 */


    /* Content 2 */
    .c2-img {
        height: 260px;
    }
    /* End Content 2 */


    /* Content 3 */
    .c3-card-image {
        height: 240px;
    }

    .c3-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .c3-gutter > [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .c3-card-title {
        font-size: 22px;
    }
    /* End Content 3 */


    /* Content 4 */
    .c4-carousel-button {
        position: unset;
        margin-top: 1rem;
    }

    .c4-image {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        object-fit: cover;
        height: 220px;
    }
    /* end Content 4 */

}

@media only screen and (max-width: 997.98px) {

    #layoutDefault,
    #layoutDefault_footer {
        overflow-x: hidden;
    }


    /* Navbar */
    .navbar-icon {
        margin-right: 0;
    }

    .navbar-marketing {
        padding-bottom: 0;
    }
    /* End Navbar */


    /* Content 4 */
    .slick-dots li.slick-active button::before {
        opacity: 1 !important;
        color: var(--primary) !important;
    }
    /* End Content 4 */


}

@media screen and (min-width: 768px) and (max-width: 997.98px) {

    /* Header */
    .header-bg {
        height: auto;
    }

    .page-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    /* End Header */


    /* Content 1 */
    .c1-icon {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }
    /* End Content 1 */


    /* Content 2 */
    .c2-img {
        height: 400px;
    }
    /* End Content 2 */


    /* Content 3 */
    .c3-card-image {
        height: 260px;
    }
    /* End Content 3 */

}
