@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

.sep {
    height: 150px !important;
}

@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

html {
    height: -webkit-fill-available;
    overflow-y: auto;
}

#scrollup-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.my-icon {
    padding: 3px;
    font-weight: bold;
    cursor: pointer;
}

.my-shadow {
    -webkit-filter: drop-shadow(0px 16px 10px rgba(168, 168, 189, 0.6));
    -moz-filter: drop-shadow(0px 16px 10px rgba(168, 168, 189, 0.6));
    -ms-filter: drop-shadow(0px 16px 10px rgba(168, 168, 189, 0.6));
    -o-filter: drop-shadow(0px 16px 10px rgba(168, 168, 189, 0.6));
    filter: drop-shadow(0px 16px 10px rgba(168, 168, 189, 0.6));
}

.adjust-img {
    width: 20%;
    height: auto;
}

.adjust-img-home {
    width: 30%;
    height: auto;
}

.line-1 {
    height: 5px;
    width: 20%;
    background: rgb(80, 77, 77);
}

.line-2 {
    height: 3px;
    width: 100;
    background: rgb(80, 77, 77);
}

.btn {
    width: 150px;
}