::selection {
  background: #3e6ffc;
  color: black;
}

html {
  scroll-padding-top: 72px;
}

.gal-img, .ser-sec {
	transition: all 0.3s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .gal-img:hover, .ser-sec:hover {
        transform: scale(1.05);
    }
}

.custom-link {
	color: black !important;
}

.custom-link:hover {
	color: #424242 !important;
}
@media only screen and (max-width: 1000px) {
    .gab-img {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 4rem !important;
    }
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px);
}

#home {
    background-image: url("/assets/img/inform.jpeg");
    position: relative;
}

.head-home {
    z-index: 1000;
}
