* {
    font-family: 'Circular Spotify Text';
    ;
}

img {
    width: 100%;
    display: block;
}

/* navbar */
.navbar {
    .container-sm {
        a.navbar-brand {
            color: white;
            font-weight: lighter;
            font-size: 24px;

            i {
                font-size: 30px;
            }
        }

        .navbar-collapse {
            .navbar-buttons {
                a {
                    color: white;
                    transition: all 0.2s ease;

                    &:hover i {
                        transform: scale(1.05);
                    }
                }

                .custom-btn-outline {
                    font-size: 14px;
                    color: white;
                    border-radius: 20px;
                    padding: 5px 10px;
                    transition: all 0.2s ease;

                    &:hover {
                        transform: scale(1.05);
                    }
                }

                .custom-btn {
                    font-size: 14px;
                    border-radius: 20px;
                    padding: 5px 10px;
                    transition: all 0.2s ease;

                    &:hover {
                        transform: scale(1.05);
                    }
                }
            }

            ul {
                li {
                    a {
                        color: white;
                        font-size: 14px;
                        position: relative;

                        &::before {
                            content: '';
                            position: absolute;
                            width: 0;
                            height: 1.5px;
                            background-color: white;
                            bottom: 10px;
                            transition: all 0.2s ease;
                        }

                        &:hover::before {
                            width: 90%;
                        }
                    }
                }
            }
        }
    }
}

/* ====== */
/* home */
.home {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/front-view-musicians-working-studio.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;

    .container-sm {
        .row {
            .col-12 {
                padding-block: 30px;

                .caption {
                    color: white;

                    h1 {
                        font-size: 64px;
                        font-weight: 700;
                    }

                    p {
                        font-size: 32px;
                        font-weight: 700;
                    }
                }
            }

            .col-sm-12 {
                padding: 20px;

                .home-item {
                    border-top: 2px solid white;
                    color: white;
                    font-size: 32px;
                    font-weight: 700;
                    position: relative;
                    padding: 5px;
                    z-index: 1;
                    transition: all 0.3s ease;

                    &::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 100%;
                        background-color: white;
                        transition: all 0.3s ease;
                        z-index: -1;
                    }

                    &:hover::before {
                        bottom: 0;
                    }

                    &:hover {
                        color: black;
                    }

                    i {
                        opacity: 0;
                        transition: all 0.1s 0.2s ease;
                    }

                    &:hover i {
                        opacity: 1;
                    }
                }
            }
        }
    }
}

/* ========= */

/* features */
.features {
    padding-block: 20px;

    .container-sm {
        .row {
            .col-lg-6 {
                .image-container {
                    padding: 30px;

                    img {
                        width: 80%;
                    }
                }

                .feature-caption {
                    color: white;

                    * {
                        padding-block: 5px;
                    }

                    h2 {
                        font-size: 48px;
                        font-weight: 700;
                    }

                    p {
                        font-weight: lighter;
                    }

                    .list {
                        ul li {
                            font-size: 16px;
                            font-weight: lighter;

                            i {
                                color: #AE93C4;
                            }
                        }
                    }

                    button {
                        border-radius: 20px;
                        transition: all 0.15s ease;

                        &:hover {
                            transform: scale(1.05);
                        }
                    }
                }
            }

        }

    }
}

.features-1 {
    padding-block: 50px;

    .container-sm {
        .row {
            .col-lg-4 {
                .feature-caption {
                    h2 {
                        font-size: 48px;
                        font-weight: 700;
                    }
                }
            }
        }
    }
}

.features-3 {
    .container-sm {
        .row {
            .col-sm-12 {
                .feature-caption {
                    .list {
                        ul {
                            li i {
                                color: #CEF56A;
                            }
                        }
                    }
                }
            }
        }
    }
}

.features-4 {
    .container-sm {
        .row {
            .col-sm-12 {
                .feature-caption {
                    .list {
                        ul {
                            li i {
                                color: #1AE68C;
                            }
                        }
                    }
                }
            }
        }
    }
}

.features-5 {
    .container-sm {
        .row {
            .col-sm-12 {
                .feature-caption {
                    .list {
                        ul {
                            li i {
                                color: #A5BAD1;
                            }
                        }
                    }
                }
            }
        }
    }
}

/* =========== */
/* noteworthy */
.noteworthy {
    padding-block: 20px;

    .container-sm {
        .row {
            .col-12 {
                .heading {
                    h2 {
                        font-size: 48px;
                        font-weight: 700;
                    }
                }
            }

            .col-sm-12 {
                .note-item {
                    h2 {
                        font-size: 24px;

                        a {
                            text-decoration: none;

                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }

                    p {
                        font-weight: lighter;
                    }
                    .image-container{
                        overflow:hidden;
                        img{
                            transition:all 0.2s ease;
                        }
                        &:hover img{
                            transform: scale(1.05);
                        }
                    }
                }
            }
        }
    }
}
/* =========== */
/* get-start */
.get-start{
    background-color: #4100F4;
    .container-sm{
        .caption{
            p{
                font-size: 48px;
                font-weight: 700;
            }
        }
        .button-container{
            button{
                color:#4100F4;
                transition: all 0.2s ease;
                padding-inline: 20px;
                border-radius: 20px;
                &:hover{
                    transform: scale(1.05);
                }
            }
        }
    }
}
/* ============ */
/* footer */
.footer{
    padding-block:20px;
    .container-sm{
        .row{
            .col-lg-8{
                .row{
                    .col-3{
                        .links{
                            h4{
                                font-size: 12px;
                            }
                            ul{
                                list-style: none;
                                padding-left: 0;
                                li{
                                    padding-block:10px;
                                    a{
                                        text-decoration: none;
                                        font-size: 16px;
                                        font-weight: lighter;
                                        color: rgba(255, 255, 255, 0.7);
                                        &:hover{
                                            color: white;
                                        }
                                    }
                                }
                            }
                        }
                        .image-container{
                            img{
                                width: 70%;
                            }
                        }
                    }
                }
            }
            .col-lg-4{
                .links{
                    .link{
                        width:50px;
                        height: 50px;
                        display: flex;
                        justify-content:center;
                        align-items: center;
                        border:1px solid rgba(255, 255, 255, 0.618);
                        border-radius: 50%;
                        margin-inline: 5px;
                        transition: all 0.2s ease;
                        
                        a{
                            text-decoration: none;
                            color: white;
                            font-size: 26px;
                            i{
                                transition: all 0.2s ease;
                            }

                        }
                        &:hover{
                            border:1.5px solid white;
                        }
                        &:hover a i{
                            transform: scale(1.05);
                        }
                    }
                }
            }
        }
    }
}
/* ============ */