body {
    font-family: "Montserrat", serif;
    font-size: 18px;
}

/* color */

:root {
    --Black: #000000;
    --White: #ffffff;
    --Blue: #0A2438;
    --Beige: #E6DCCF;
    --LightYellow: #F8F7F3;
}

/* section */

section {
    padding: 90px 0;
}

@media (max-width: 991px) {
    section {
        padding: 40px 0;
    }
}

.container-full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* font */

h1 {
    color: var(--White);
    font-family: "Lexend", serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

.sopra-titolo {
    color: var(--Black);
    font-family: "Lexend", serif;
;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .sopra-titolo {
        font-size: 14px;
    }
}

.sopra-titolo.white {
    color: var(--White);
}

.sopra-titolo.blue {
    color: var(--Blue);
}

.sopra-titolo.black {
    color: var(--Black);
}

h2 {
    color: var(--Black);
    font-family: "Lexend", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}


@media (max-width: 992px) {
    h2 {
        font-size: 32px;
    }
}

h2.white {
    color: var(--White);
}

h3 {
    color: var(--Black);
    font-family: "Lexend", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    h3 {
        font-size: 24px;
    }
}

h3.white {
    color: var(--White);
}

p {
    color: var(--Black);
    font-family: "Montserrat", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 23px;
}

@media (max-width: 992px) {
    p {
        font-size: 14px;
        margin-bottom: 25px;
    }
}

p:last-child {
    margin-bottom: 0;
}

p b,
p strong,
ul li strong {
    font-weight: 500;
}

ul {
    margin-bottom: 0;
}

li {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
}

@media (max-width: 992px) {
    li {
        font-size: 14px;
    }
}

hr {
    color: rgba(0, 0, 0, 0.20);
}

/* progress wrap */

.progress-wrap.active-progress {
    opacity: 1;
}

.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px rgba(128, 130, 134, 0.25);
    z-index: 1010;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75px);
    transition: all 200ms linear, margin-right 0ms;
    background-color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
    .progress-wrap {
        transition: none;
    }
}

.progress-wrap.active-progress {
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap:after {
    position: absolute;
    content: "⭡";
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: var(--Blue);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

@media (prefers-reduced-motion: reduce) {
    .progress-wrap:after {
        transition: none;
    }
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--Bordeaux);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear;
}

/* form */

input.form-control,
textarea.form-control,
select.form-select {
    width: 100%;
    border: none;
    border-radius: 50px;
    background-color: var(--White);
    color: var(--Black);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 30px;
    margin-bottom: 15px;
}

textarea.form-control {
    border-radius: 30px;
}

label.form-label {
    color: var(--Black);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.form-check {
    margin-bottom: 10px;
}

.form-check .form-check-label {
    color: var(--Black);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
}

@media (max-width: 992px) {
    .form-check .form-check-label {
        font-size: 14px;
    }
}

textarea.form-control {
    resize: none;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: var(--Blue);
    box-shadow: none;
}

::placeholder {
    color: var(--Black);
    opacity: 1;
}

::-ms-input-placeholder {
    color: var(--Black);
}

.form-check-input:checked {
    background-color: var(--Blue);
    border-color: var(--Blue);
}

.answer_form {
    color: var(--Black);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

/* buttons */
.btn.line {
    color: var(--White);
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

.btn.blue {
    font-family: "Lexend", serif;
    color: var(--White);
    background-color: var(--Blue);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    height: fit-content;
    border-radius: 20px;
    line-height: normal;
    padding: 7px 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn.white {
    font-family: "Lexend", serif;
    color: var(--Black);
    background-color: var(--White);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    height: fit-content;
    border-radius: 20px;
    line-height: normal;
    padding: 7px 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn.blue img,
.btn.white img {
    aspect-ratio: 7.75/15.5 !important;
    height: 12px !important;
    object-fit: contain !important;
    width: auto !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* header */

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

header {
    width: 100%;
    position: fixed;
    z-index: 100;
}

.navbar {
    z-index: 10;
    padding: 25px 20px;
}

.navbar img {
    aspect-ratio: 209/60;
    height: 60px;
    object-fit: contain;
}

.navbar.landing img {
    margin: auto;
}

@media (max-width: 991px) {
    .navbar img {
        height: 45px;
    }

    .navbar {
        padding-bottom: unset;
    }
}

/* footer */

footer {
    padding-top: 90px;
}


footer img {
    aspect-ratio: 209/60;
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-bottom: 30px;
}

footer .title {
    font-family: "Lexend", serif;
    color: var(--Black);
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

footer a.social {
    color: var(--Black);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

footer a.social:hover {
    text-decoration: underline;
}

footer .certificato {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

footer .certificato img {
    aspect-ratio: 95/91;
    height: 70px;
    object-fit: contain;
    margin-bottom: 0;
    object-position: left;
}

footer .privacy {
    background-color: var(--Black);
    color: var(--White);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 6px;
    line-height: normal;
    margin-top: 130px;
}

@media (max-width: 991px) {
    footer {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {

    footer .certificato {
        flex-direction: row;
    }
}

/* section-1 */
.section-1 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: 500px;
    padding-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-1 .shadow.top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(10, 36, 56, 0.30) 0%, rgba(10, 36, 56, 0.00) 19.59%);
}

.section-1 .shadow.bottom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, #0A2438 4.33%, rgba(10, 36, 56, 0.00) 67.31%);
}

.section-1 .text {
    position: relative;
    z-index: 10;
    text-align: center;
}

.section-1 p {
    color: var(--White);
    margin-bottom: 120px;
    font-size: 22px;
    line-height: normal;
}

.section-1 a {
    color: var(--White);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    display: inline-block;
}

.section-1 img {
    rotate: 90deg;
}

@media (max-width: 1440px) {
    .section-1 {
        padding: 450px 0 80px 0;
    }
}

@media (max-width: 991px) {
    .section-1 {
        padding: 280px 0 70px 0;
    }

    .section-1 h1 {
        margin-bottom: 40px;
    }

    .section-1.v2 h1 {
        font-size: 50px;
    }

    .section-1 p:first-child {
        margin-bottom: 100px;
    }
}

/* section-2 */
.section-2 {
    background-color: var(--Blue);
}

.section-2 p {
    color: var(--White);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    font-family: "Lexend", serif;
    margin-bottom: 20px;
}

.section-2 h2 {
    color: var(--Beige);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.section-2 .countdown {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-end;
}

.section-2 .countdown .unit {
    text-align: center;
    color: var(--Beige);
    font-family: Lexend;
}

.section-2 .countdown .unit .value {
    text-align: center;
    font-size: 100px;
    line-height: 100px;
    font-weight: 400;
    display: block;
}

.section-2 .countdown .unit .label {
    display: block;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-2.expired .countdown .value {
    opacity: 0.6;
}

@media (max-width: 992px) {

    .section-2 p,
    .section-2 h2 {
        font-size: 24px;
    }

    .section-2 .countdown .unit .value {
        font-size: 70px;
        line-height: 70px;
    }

    .section-2 .countdown .unit .label {
        font-size: 24px;
    }
}

/* section-3 */
.section-3 {
    position: relative;
    background-color: var(--LightYellow);
    min-height: 850px;
}

.section-3 .image {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 43%;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-3 p {
    margin-bottom: 30px;
}

.section-3 ul li {
    font-family: Lexend;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
}

@media (max-width: 991px) {
    .section-3 {
        min-height: unset;
    }

    .section-3 .image {
        display: none;
    }

    .section-3 ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section-3 img {
        width: 100%;
        aspect-ratio: 2/1;
        object-position: center;
        object-fit: cover;
        margin-bottom: 15px;
    }
}

/* section-4 */
.section-4 h2 {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}

.section-4 .card.house_category {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-top: 40px;
}

.section-4 .card.house_category img {
    aspect-ratio: 287/396;
    height: 390px;
    width: auto;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-4 .card.house_category:hover img {
    -webkit-box-shadow: 0px 0px 20px -5px #BFBFBF;
    box-shadow: 0px 0px 20px -5px #BFBFBF;
    margin-top: -10px;
}

.section-4 .card.house_category .card-body {
    padding: 15px;
    display: flex;
    justify-content: center;
}

.section-4 .card.house_category h3 {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    color: var(--Blue);
}


@media (max-width: 991px) {
    .section-4 h2 {
        font-size: 24px;
    }
}

/* section-5 */
.section-5 {
    background-color: var(--LightYellow);
}

.section-5 h3 {
    color: var(--Blue);
    font-weight: 400;
    margin-bottom: 10px;
}

.section-5 p {
    margin-bottom: 50px;
}

.section-5 p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-5 p {
        margin-bottom: 30px;
    }
}

/* section-6 */
.section-6 {
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-6 h2 {
    font-size: 80px;
    color: var(--White);
    margin-bottom: 15px;
}

.section-6 h3 {
    color: var(--White);
    margin-bottom: 140px;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
}

.section-6 h4 {
    color: var(--White);
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.section-6 p {
    color: var(--White);
    margin-bottom: 30px;
}

.section-6 ul {
    margin-bottom: 30px;
}

.section-6 ul li {
    color: var(--White);
}

.section-6 .images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-6 img.mini {
    aspect-ratio: 332/200;
    width: auto;
    height: 200px;
    object-fit: cover;
}

.section-6 img.medium {
    aspect-ratio: 332/346;
    width: auto;
    height: 346px;
    object-fit: cover;
}

.section-6 img.big {
    aspect-ratio: 332/397;
    width: auto;
    height: 397px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .section-6 {
        padding: 50px 0;
    }

    .section-6 h2 {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .section-6 h3 {
        margin-bottom: 100px;
        font-size: 35px;
    }

    .section-6 img.medium {
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

/* section-7 */
.section-7 {
    text-align: center;
    padding: 150px 0;
}

.section-7 p {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: Lexend;
}

.section-7 p bold,
.section-7 p b {
    font-weight: 400;
}

@media (max-width: 991px) {
    .section-7 {
        padding: 70px 0;
    }

    .section-7 p {
        font-size: 24px;
    }
}

/* section-8 */
.section-8 {
    background-color: var(--LightYellow);
}

.section-8 .sopra-titolo {
    text-align: center;
}

.section-8 h2 {
    text-align: center;
    margin-bottom: 100px;
}

.section-8 h3 {
    color: var(--Blue);
    margin-bottom: 25px;
}

.section-8 ul {
    padding-left: 15px;
}

.section-8 ul li {
    font-family: Lexend;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

.section-8 img {
    aspect-ratio: 568/325;
    width: 100%;
}

@media (max-width: 991px) {
    .section-8 h2 {
        margin-bottom: 30px;
    }
}

/* section-9 */
.section-9 {
    padding-bottom: 140px;
    padding-top: 160px;
}

.section-9 .title {
    padding-left: 50px;
}

@media (max-width: 992px) {
    .section-9 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-9 .title {
        padding-left: 0;
    }
}

.section-9 h3 {
    color: var(--Black);
}

.section-9 .row-with-scroll {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
    justify-content: left !important;
    margin-bottom: 40px;
    cursor: grab;
}

.section-9 .row-with-scroll a.item {
    width: 450px;
    position: relative;
}

.section-9 .row-with-scroll .item .item-content {
    color: var(--Black);
    font-family: "Lexend", serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 17px;
}

.section-9 .row-with-scroll .item .category {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    color: var(--Black);
}

.section-9 .row-with-scroll .item .category:before {
    background-color: var(--Black);
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    top: 25%;
    left: -20px;
}

.section-9 .row-with-scroll .item img,
.section-9 .row-with-scroll .item .img {
    width: 100%;
    height: 280px;
    aspect-ratio: 449/283;
    object-fit: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-9 .row-with-scroll::-webkit-scrollbar {
    height: 6px;
}

.section-9 .row-with-scroll::-webkit-scrollbar-thumb {
    background: var(--Black);
    border-radius: 4px;
    min-height: 20px;
}

.section-9 .row-with-scroll::-webkit-scrollbar-thumb:hover {
    background: #3B41FF;
}

.section-9 .row-with-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.section-9 .custom-scrollbar {
    position: relative;
    height: 8px;
    background-image: url('/image/scrollbar-bg-black.svg');
    background-size: 1px;
    background-position: center;
    background-repeat: repeat-x;
    margin-top: 10px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 40px;
}

.section-9 .scroll-thumb {
    position: absolute;
    height: 100%;
    width: 50px;
    background-color: var(--Black);
    border-radius: 4px;
    cursor: grab;
}

.section-9 .scroll-arrow {
    background-color: var(--White);
    color: var(--Black);
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    background-image: url('/image/black-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.section-9 .scroll-arrow.left-arrow {
    transform: rotate(180deg);
}

.section-9 .scroll-arrow:hover {
    opacity: 0.3;
}

.section-9 .modal-dialog {
    max-width: 1100px;
}

.section-9 .modal-content {
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(2px);
}

.section-9 .modal .modal-header,
.section-9 .modal .modal-footer {
    border: none;
}

.section-9 .modal .modal-body {
    padding: 0 50px;
}

.section-9 .modal .modal-footer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-9 .modal h2 {
    color: var(--Blue);
    margin-bottom: 30px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-9 .modal p {
    color: var(--Blue);
    margin-bottom: 15px;
}

.section-9 .modal p:last-child {
    margin-bottom: 30px;
}

.section-9 .modal ul {
    padding-left: 20px;
    margin-bottom: 35px;
}

.section-9 .modal ul li {
    color: var(--Blue);
}

.section-9 .modal-carousel img {
    display: block;
    width: 100%;
    aspect-ratio: 449 / 283;
    object-fit: cover;
}

.section-9 .modal ul.slick-dots {
    margin: 0;
    padding: 0;
}


/* section-10 */
.section-10 {
    background-color: var(--Blue);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.section-10 .sopra-titolo,
.section-10 h3,
.section-10 p,
.section-10 ul li {
    color: var(--White);
}

.section-10 ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.section-10 ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.section-10 p {
    margin-bottom: 30px;
}

.section-10 .sopra-titolo {
    margin-bottom: 60px;
}

.section-10 .images {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section-10 .images img:first-child,
.section-10 .images img:last-child {
    aspect-ratio: 332/258;
    width: auto;
    height: 258px;
    object-fit: cover;
}

.section-10 .images img {
    aspect-ratio: 332/458;
    width: auto;
    height: 458px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .section-10 {
        padding: 100px 0;
    }

    .section-10 .sopra-titolo {
        margin-bottom: 20px;
    }

    .section-10 ul li {
        font-size: 17px;
        line-height: 25px;
    }

    .section-10 .images {
        flex-direction: row;
        gap: 15px;
    }

    .section-10 .images img:last-child,
    .section-10 .images img:first-child {
        display: none;
    }

    .section-10 .images img {
        width: 100%;
        height: 300px;
    }
}

/* section-11 */
.section-11 {
    background-color: var(--LightYellow);
}

/* section-12 */
.section-12 {
    padding: 300px 0 200px 0;
    background-color: var(--Blue);
}

.section-12 h1 {
    color: var(--White);
    text-align: center;
    font-size: 90px;
}

.section-12 p {
    color: var(--White);
    text-align: center;
}

@media (max-width: 991px) {
    .section-12 {
        padding: 200px 0 150px 0;
    }
    .section-12 h1 {
        font-size: 30px;
    }
}

/* responsive */
@media (max-width:991px) {

    .desktop-col,
    .desktop-row,
    img.desktop,
    section.desktop,
    .desktop {
        display: none !important;
    }
}

@media (min-width:992px) {

    .mobile-row,
    .mobile-col,
    img.mobile,
    section.mobile,
    .mobile {
        display: none !important;
    }
}