
a i {
    color: #fff;
    transition: color 0.3s ease;
  }


a i:hover {
    color: lightgreen;
}


.img-link1, .img-link2 {
    transition: color 0.3s ease;
}


.img-link1:hover {
    filter: brightness(85%);
    border-radius: 6px;
}


.img-link2:hover {
    opacity: 82%;
    border-radius: 6px;
}


.rectangle-skewed-bottom {
    width: 100%;
    height: 210px;
    background-color: #006666;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
}


.rectangle-skewed-up {
    width: 100%;
    height: 210px;
    background-color: #006666;
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
}


.gnode {
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: auto;
}


.button {
    --bs-btn-color: #006666;
    --bs-btn-border-color: #006666;
    --bs-btn-hover-bg: #006666;
    --bs-btn-hover-border-color: #006666;
    --bs-btn-active-bg: #006666;
    --bs-btn-active-border-color: darkgray;
    --bs-btn-active-color:  #fff;
    --bs-btn-hover-color: #fff;
    margin-left: 0.8rem;
}


.buttons-up {
    position: relative;
    top: -20px;
}


.buttons-bottom {
    position: relative;
    top: 36px;
}


.block-center {
    margin: 0 auto;
}


.mt-6 {
    margin-top: 6rem !important;
}


.w-remote {
    width: 10em;
    display: inline-block;
}


.w-cloud a {
    width: 8em;
    display: inline-block;
}


.w-shell {
    width: 10em;
    display: inline-block;
}


.bg-section-2 {
    background-color: #eeeeee;
}


@media (min-width: 768px) {
    .line-shift {
        left: -4em;
    }

    .fs-title {
        font-size: 4rem;
    }
}


@media (max-width: 767.98px) {
    .line-shift {
        left: 0em;
    }

    .fs-title {
        font-size: 3.8rem;
    }
}


#scroll_up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #006666;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.3em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.8;
}


#scroll_up.show {
    display: block;
}


#scroll_up:hover {
    opacity: 1;
    /* transform: scale(1.05); */
}
