@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    color: var(--main_color) !important;
}

p {
    margin-bottom: 0px !important;
}

a {
    color: var(--text_color);
    text-decoration: none !important;
}

.slider_homepage img,
.slider img {
    width: 100%;
    height: 500px;
    object-position: center;
    margin: 0 auto;
}

.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.social svg {
    width: 50px;
    height: 50px;
    fill: var(--main_color);
}

.social.custom .img-banner {
    width: initial !important;
    height: 50px !important;
    object-fit: contain !important;
    margin-bottom: 0px !important;
}


.social span {
    margin-bottom: 10px;
}

.images img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-position: center;
    margin-bottom: 20px;
}

.images_home {
    width: 100%;
    height: 500px;
    padding: 0px;
    text-align: center;
}

.img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.custom-icon {
    font-size: 70px;
}

.bg-full p,
.bg-full label,
.bg-full span {
    color: #fff !important;
}

.bg-full .site-btn {
    border: 1px solid #fff;
}

@media (max-width: 900px) {
    .slick-dots {
        bottom: 15px;
    }

    .social {
        font-size: 10px;
    }

    .images_home {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
}