@-webkit-keyframes carouselZoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes carouselZoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel {
    max-height: 100vh;
    min-height: 100vh;
    margin: 0 auto;
    float: none;
    background-color: black;
}

.carousel img {
    max-height: 100vh;
    min-height: 100vh;
    
    opacity: 0.3;
}

.carousel-inner .carousel-item > img {
    -webkit-animation: carouselZoom 30s;
    animation: carouselZoom linear 30s;
}

.carousel-indicators [data-bs-target] {
    position: relative;
    width: 60px;
    height: 6px;
    border: none;
    border-radius: 24px;
}

.carousel-indicators [data-bs-target] span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #6f00ff;
    border-radius: inherit;
}

.carousel-scrollIcon {
    position: absolute;
    right: 0;
    bottom: 5%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.scrollIcon-border {
    border: solid;
    border-radius: 999px;
    height: 70px;
    width: 35px;
    padding-top: 20px;
    color: #fff;
}

.scrollIcon-item {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.noDecorationLink {
    text-decoration: none;
    color: white;
}

.noDecorationLink:hover {
    text-decoration: none;
    color: white;
}

.noDecorationLink:visited {
    text-decoration: none;
    color: white;
}

.noDecorationLink:active {
    text-decoration: none;
    color: white;
}

.noDecorationLink:focus {
    text-decoration: none;
    color: white;
}

.navigation {
    position: fixed;
    top: auto;
    /* left: 0; */
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: rgba(104, 102, 102, 0.8);
    z-index: 999;
}

.nav-item {
    margin: 1px;
}

.homeCaption {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1000;
}

.carousel-caption {
    color: black;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

.carousel-caption .badge {
    padding: 16px 24px;
    text-shadow: 0 2px 4px rgba(23, 25, 37, 0.4);
    font-size: 16px;
    border-radius: 40px;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}

.btn-lang {
    display: inline-block;
    padding: 0;
    width: 50px;
    height: 50px;
    outline: none;
    border: 0;
    border-radius: 50%;
    line-height: 50px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
}

.btn-settings {
    display: inline-block;
    padding: 0;
    width: 35px;
    height: 35px;
    outline: none;
    border: 0;
    border-radius: 50%;
    line-height: 35px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
}

.config {
    position: fixed;
    bottom: 0;
    left: -282px;
    background-color: transparent;
    transition: left .3s ease;
    z-index: 100;
}

.config.active {
    left: 0;
}

.template-config {
    position: relative;
    display: block;
    float: right;
    margin: 170.5px 0 0 0 !important;
    padding: 5px;
    background-color: #fff;
    border-radius: 0 12px 12px 0;
    box-shadow: -3px 2px 9px rgba(50, 50, 50, 0.2);
}

.template-config .btn-settings {
    background-color: transparent !important;
    color: #52565c !important;
    margin: 3px 0;
}

.template-config .btn-settings:hover,
.template-config .btn-settings:focus {
    background-color: #f2f4fa !important;
}

.color-bar {
    display: block;
    margin: 10px 0;
    width: 100%;
}

.color-item {
    display: inline-block;
    margin: 5px 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.color-item.selected {
    background-position: center center;
    background-size: 50% 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}

.set-menu {
    position: relative;
    display: inline-block;
    margin: 0 !important;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.2);
}

.logos-section {
    position: relative;
    display: block;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
    background-color: #171925;
    color: #fff;
}

.logos-section .row .item {
    padding-top: 60px;
    padding-bottom: 60px;
    border-width: 0 1px 1px 1px;
    border-left-width: 1px;
    border-style: solid;
    border-left-style: solid;
    border-color: #292e3b;
    border-left-color: rgb(41, 46, 59);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-section .img-logos {
    width: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.logos-section .img-logos:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }

.logos-section .img-logos:hover img {
    filter: none;
}

.logos-section .row .item:first-child {
    border-left: 0;
}

.logos-section .row:last-child .item {
    border-bottom: 0;
}

.logos-section .row .item:last-child {
    border-right: 0;
}

.logos-section .row .item:last-child {
    border-right: 0;
}

.img-logos {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.img-logos > img {
    width: 100%;
    height: auto;
}

html {
  scrollbar-width: none;
}
