﻿ul{
    list-style-type: none;
}
.scroll-top2 {
    position: fixed;
    visibility: visible;
    opacity: 1;
    right: 15px;
    bottom: 60px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top2.active {
    visibility: visible;
    opacity: 1;
}

.scroll-top2:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
}

.scroll-top2 i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
}

.text_center {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_section1 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    background-image: url('../img/svg/diamonds.svg');
    padding: 25px;
    margin-top: 30px;
}

.about_section2 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    background-image: url('../img/svg/floor.svg');
    padding: 25px;
    margin-top: 30px;
}

.about_section3 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    background-image: url('../img/svg/flipped_diamonds.svg');
    padding: 25px;
    margin-top: 30px;
}

.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.txt_decoration
{
    line-height: 35px;
}

.border_decoration {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bg_section {
    background-image: url('../img/BG_Section.jpg');
    padding: 25px 0px;
    color: white;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: cover !important;
    height: auto;
}

.bg_white{
    color: whitesmoke;
}

.animate_hover:hover {
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .20);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .20);
    transition: all 300ms ease;
}

.contact_bg {
    background-color: var(--surface-color);
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
