html {
    scroll-behavior: auto !important;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

body {
    width: 100%;
    font-family: 'Poppins';
    overflow-x: hidden !important;
    overflow-y: scroll;
}

* {
    transition: .2s all;
}

.hidden {
    display: none !important;
}

a {
    color: #dc3c32;
    text-decoration: none;
}

p.h0 {
    color: #333;
    font-size: 7rem;
    letter-spacing: -2px;
}

p.h0 span  {
    color: #666;
}

p.h1 {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -2px;
    font-family: 'Inter Tight';
}

p.h3 {
    letter-spacing: -1px;
}

p.logo {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -1px;
}

/** ----------------------------- **/

.btn-link {
    text-decoration: none;
    color: #333;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    text-decoration: none;
    color: #333 !important;
}

.btn svg {
    position: relative;
    top: -2px;
}

.h0 {
    font-weight: 900;
    font-size: 64px;
    line-height: 1.25em;
}

.h1 {
    font-weight: bold;
}

.rounded {
    border-radius: 15px !important;
}

.bg-transparent {
    background: #fffffffb !important;
}

.back-to-top {
    transition: .2s all;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 100% !important;
    background: rgb(255, 255, 255);
    color: #333;
    padding: .6em;
    border-radius: 50%;
    opacity: .5;
    text-align: center;
    text-decoration: none;
    z-index: 99999999 !important;
    color: #e08282;
    right: 15px;
    bottom: 15px;
}

.back-to-top:hover {
    transition: .2s all;
    opacity: 1;
}

.link {
    border-bottom: dotted #777 1px;
    font-weight: 600 !important;
}

h1 {
    font-weight: 900;
    font-size: 64px;
    line-height: 1.25em;
}

ul.no {
    list-style: none;
}

.zoom {
    transform: scale(1) !important;
    transition: all .2s !important;
    cursor: pointer;
}

.zoom:hover {
    transform: scale(1.1) !important;
    transition: all .2s !important;
    cursor: pointer;
}

.form-check-input.big-checkbox {
    width: 36px;
    height: 36px;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
}

.form-check-label {
    font-size: 1rem;
    vertical-align: middle;
}

.form-check-input.big-checkbox:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #dc3c32;
}

.rating svg {
    fill: #ffbf00;
    margin-bottom: 1em;
}

.bg-daumenrose {
    background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
}

.bg-light-tp {
    background: rgba(var(--bs-light-rgb),.9)!important
}

.bg-dark-tp {
    background: rgba(var(--bs-dark-rgb),.9)!important
}