.carousel-desc {
    position: absolute;
    font-size: 2rem;
    color: black;
    top: 0;
    margin: 4rem 0 0 10rem;
}

.icon-before {
    min-width: fit-content;
}

.icon-before-big {
    min-width: fit-content;
}

.icon-before::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-before-big::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.zoom-img {
    transition: transform .3s ease;
}

.zoom-img:hover {
    transform: scale(2);
}

/* ICONS */
.icon-download::before {
    background-image: url("../../icons/download.png");
}

.icon-gallery::before {
    background-image: url("../../icons/gallery.png");
}

.icon-pen::before {
    background-image: url("../../icons/pen.png");
}

.icon-calendar::before {
    background-image: url("../../icons/calendar.png");
}

.icon-more::before {
    background-image: url("../../icons/more.png");
}

/* BIG ICONS */
.icon-pen-big::before {
    background-image: url("../../icons/pen.png");
}

.icon-car-big::before {
    background-image: url("../../icons/car.png");
}

.icon-info-big::before {
    background-image: url("../../icons/info.png");
}

.icon-backpack-big::before {
    background-image: url("../../icons/backpack.png");
}

.icon-document-big::before {
    background-image: url("../../icons/document.png");
}

.icon-ring-big::before {
    background-image: url("../../icons/ring.png");
}

.icon-mapm-big::before {
    background-image: url("../../icons/mapmarker.png");
}

.icon-mapw-big::before {
    background-image: url("../../icons/mapwaypoint.png");
}

.icon-address-big::before {
    background-image: url("../../icons/address.png");
}

.icon-letterbox-big::before {
    background-image: url("../../icons/letterbox.png");
}

.icon-gallery-big::before {
    background-image: url("../../icons/gallery.png");
}

.icon-phone-big::before {
    background-image: url("../../icons/phone.svg");
}

.icon-mail-big::before {
    background-image: url("../../icons/mail.svg");
}

.icon-join-big::before {
    background-image: url("../../icons/join.png");
}

.icon-house-big::before {
    background-image: url("../../icons/house.png");
}

.icon-tree-big::before {
    background-image: url("../../icons/tree.png");
}

.icon-team-big::before {
    background-image: url("../../icons/team.png");
}

.icon-lightning-big::before {
    background-image: url("../../icons/lighting.png");
}

.icon-harrypotter-big::before {
    background-image: url("../../icons/harrypotter.png");
}

.icon-admin-big::before {
    background-image: url("../../icons/admin.svg");
}
