.container {
    @include breakpoint(xx-large) {
        max-width: 1360;
    }
}

.bg-main {
    background: linear-gradient(150.69deg, #04244B -3.97%, #598D42 123.62%);
}


.sec-p {
    .slick-arrow {
        position: absolute;
        top: 50%;
        right: -70px;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border: 1px solid $color-primary;
        border-radius: 100%;
        color: $color-primary;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;

        @include breakpoint(normal) {
            top: unset !important;
            bottom: 0;
            left: 70px;
        }

        &.slick-prev {
            right: unset;
            left: -70px;
            // background-color: #D8D8D8;
            // border: 1px solid #D8D8D8;
            // color: #8B8989;
            z-index: 9;

            @include breakpoint(normal) {
                left: 0;
                right: unset;
            }

            // i {
            //     color: $color-primary;
            // }
        }

        &:hover {
            background-color: $color-primary;
            color: #fff !important;
        }

        i {
            // color: #fff;
            font-size: 20px;
        }
    }


    ul.slick-dots {
        display: flex !important;
        gap: 8px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: -30px;

        li {
            height: auto;
            line-height: 0;

            button {
                border: 0;
                font-size: 0;
                width: 10px;
                height: 10px;
                background-color: #D9D9D9;
                border-radius: 100%;
            }

            &.slick-active {
                button {
                    background-color: $color-primary;
                }
            }

        }

    }

}



ul {
    padding: 0 0;
    margin: 0 0;

    li {
        padding: 0 0;
        margin: 0 0;
        list-style-type: none;
    }
}


figure {
    margin: 0 0;
}

.sec-p {
    padding: 80px 0;

    @include breakpoint(ipad) {
        padding: 40px 0;
    }

}


.sec-heading {
    margin-bottom: 35px;

    h2 {
        margin-bottom: 8px;
    }

    @include breakpoint(ipad) {
        margin-bottom: 15px;
    }

    // span {
    //     font-family: $Neue-Montreal-Medium;
    // }
}

.slick-slide {
    margin: 0 15px;
}

.slick-list {
    margin: 0 -15px;
}



.icn-list {

    &.icn-list-dark {
        ul {
            @include breakpoint(desktop) {
                flex-direction: column;
                gap: 4px 10px;
            }

            li {
                color: $color-text;
                width: calc(100% / 1 - 10px);

                @include breakpoint(desktop) {
                    width: calc(100% - 0px);
                }

                &:before {
                    // content: "\f00c";
                    // font-family: "Font Awesome 6 Free";
                    // font-weight: 900;
                    content: '';
                    background-image: url('../images/ok.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    left: 3px;
                    top: 2px;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }
            }
        }



    }

    &.icn-list-dark-1 {
        li {
            color: $color-text;
            width: calc(100%);

            &:before {
                color: $color-primary;
            }
        }
    }

    ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 10px;
        max-width: 850px;
        margin-bottom: 15px;

        li {
            width: calc(100% / 1 - 5px);
            color: #fff;
            font-size: 18px;
            position: relative;
            padding-left: 30px;

            @include breakpoint(normal) {
                font-size: 15px;
            }

            @include breakpoint (mobile-s) {
                width: calc(100% / 1 - 0px);
            }

            &:before {
                content: "\f00c";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                left: 3px;
                font-size: 16px;
                top: 2px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }
        }
    }
}


.overlay {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;

    &::before {
        content: '';
        position: absolute;
        // background-image: linear-gradient(90deg, rgb(0 0 0 / 80%) 10%, rgb(0 0 0 / 22%) 60%);
        background-color: rgba(0, 0, 0, 0.7);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 0;
    }

    .row {
        position: relative;
    }
}


.row {
    &.row-rotate {
        @include breakpoint(ipad) {
            // flex-direction: column-reverse;
        }
    }
}



// .sec-before-bg {
//     position: relative;


//     &::before {
//         content: '';
//         position: absolute;
//         width: 492px;
//         height: 859px;
//         left: -176px;
//         top: 50%;
//         transform: translateY(-50%);
//         background: linear-gradient(180deg, #D99F20 0%, #76D47A 100%);
//         opacity: 0.44;
//         filter: blur(250px);
//     }
// }







.how-it-work {
    overflow: unset;
    position: relative;

    figure.right-img {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        z-index: 0;
        right: 0px;
        max-width: 230px;
        width: 100%;


        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    }
}

.product {

    figure.right-img {
        position: absolute;
        top: calc(50% + 180px);
        transform: translateY(-50%);
        z-index: 0;
        right: 0px;
        max-width: 180px;
        width: 100%;


        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    }

    figure.left-img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        left: 0px;
        max-width: 260px;
        width: 100%;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

}

.moving-service {

    .container {
        position: relative;
    }

    figure.right-img {
        position: absolute;
        top: calc(50% + 180px);
        transform: translateY(-50%);
        z-index: 0;
        right: -120px;
        max-width: 180px;
        width: 100%;
    }

    figure.left-img {
        position: absolute;
        bottom: -40px;
        z-index: 1;
        left: -120px;
        max-width: 240px;
        width: 100%;
    }

}

.faq {
    position: relative;

    figure.right-img {
        position: absolute;
        top: 0;
        z-index: 0;
        left: 0px;
        max-width: 300px;
        width: 100%;


        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    }
}

.sec-before-bg {
    position: relative;
    overflow: hidden;

    &::before {
        content: "";
        position: absolute;
        width: 492px;
        height: 50%;
        left: -340px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: -webkit-gradient(linear, left top, left bottom, from(#D99F20), to(#76D47A));
        background: linear-gradient(180deg, #D99F20 0%, #76D47A 100%);
        opacity: 0.3;
        -webkit-filter: blur(250px);
        filter: blur(120px);
    }
}