/* HEADER  */

header {
    position: fixed;
    width: 100%;
    padding: 75px 0 0;
    z-index: 2;
    transition: all 0.3s;
}
header.black:not(.sticky):not(.no-background) {
    filter: invert(1);
}
header.sticky {
    padding: 45px 0 0;
    transition: all 0.5s;
}
header.sticky .container {
    position: relative;
}
header.no-background.sticky .container:before {
    display: none;
}
header.sticky .container:before {
    content: '';
    background: rgba(56, 25, 28, 0.5);
    width: calc(100% + 30px);
    height: 180%;
    position: absolute;
    z-index: -1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    top: -40%;
    left: -15px;
    padding: 15px 15px;
    border-radius: 20px;
    transition: all 0.5s;
}
header .wrapper-header.row {
    align-items: center;
}
header .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
header .first.menu {
    justify-content: flex-start;
    gap: 35px;
}
header .last.menu {
    justify-content: flex-end;
    gap: 35px;
}
header .wrapper-header .col-md-2 {
    display: flex;
    justify-content: center;
}
header .menu li a {
    font-family: 'Saira Condensed', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
header .menu li a:hover {
    font-weight: 500;
}
header img.logo {
    width: 120px;
    margin: 0 auto;
}
header .last.menu .download-app {
    border-radius: 11px;
    background: #FFF;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.15);
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 700;
    padding: 0 20px;
    cursor: pointer;
    transition: all 0.3s;
}
header .last.menu .download-app:hover {
    background: #000;
    color: #fff;
}

/* HOMEPAGE */

#home {
    position: relative;
}
#home .wrapper-home {
    overflow: hidden;
}
#home .content .ellipse-one,
.download-page .content .ellipse-one {
    width: 790px;
    height: 860px;
    background: radial-gradient(rgba(213, 0, 0, 1), rgba(245, 104, 104, 1));
    top: -18%;
    left: -41%;
    position: absolute;
    z-index: -1;
    opacity: 0.0;
    filter: blur(106.35px);
    mix-blend-mode: color-dodge;
}
#home .content .ellipse-two,
.download-page .content .ellipse-two {
    width: 610px;
    height: 660px;
    background: radial-gradient(rgba(213, 0, 0, 1), rgba(245, 104, 104, 1));
    transform: rotate(172.061deg);
    top: -13%;
    right: -12%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    filter: blur(106.35px);
    mix-blend-mode: color-dodge;
}
#home .content .ellipse-three,
.download-page .content .ellipse-three {
    width: 795px;
    height: 865px;
    background: radial-gradient(rgba(213, 0, 0, 1), rgba(0, 0, 0, 1));
    transform: rotate(172.061deg);
    top: 8%;
    left: -25%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    filter: blur(106.35px);
}
#home .content .ellipse-four,
.download-page .content .ellipse-four {
    width: 795px;
    height: 865px;
    background: radial-gradient(rgba(213, 0, 0, 1), rgba(245, 104, 104, 1));
    transform: rotate(172.061deg);
    top: 19%;
    right: -36%;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    filter: blur(106.35px);
    mix-blend-mode: color-dodge;
}
#home .social-wrapper {
    position: absolute;
    height: 100%;
    top: 0;
    right: 65px;
    z-index: 2;
}
#home .socials-sticky {
    position: sticky;
    top: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#home .content,
.download-page .content {
    padding: 190px 0 105px;
    background: linear-gradient(180deg, #201B1E 0%, #000 100%);
    position: relative;
    z-index: 1;
}
.download-page .content {
    overflow: hidden;
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
}
#home .content video {
    width: 100%;
    transform: translateX(calc(-50% + 50vw));
    position: absolute;
    top: 9%;
    left: 0;
    z-index: -3;
}
#home .shadow {
    width: 100%;
    height: 57vw;
    position: absolute;
    background: linear-gradient(181deg, #181416 0%, rgba(0, 0, 0, 0.51) 61.11%, #100D0F 100%);
    top: 8.9%;
    z-index: -2;
}
#home .row.row-intro,
.download-page .row.row-intro {
    align-items: center;
    padding-bottom: 105px;
}
#home .row.row-intro .wrapper-image-intro,
.download-apge .row.row-intro .wrapper-image-intro {
    position: relative;
}
#home .row.row-intro .wrapper-image-intro:after,
.download-page .row.row-intro .wrapper-image-intro:after {
    content: '';
    width: 610px;
    height: 340px;
    display: block;
    border-radius: 95px;
    background: rgba(0, 0, 0, 0.50);
    filter: blur(62.5px);
    position: absolute;
    bottom: -65px;
    left: -105px;
    z-index: -1;
}
#home .row.row-intro img.iphone-intro,
.download-page .row.row-intro img.iphone-intro {
    max-width: 500px;
    width: 100%;
}
#home .content h1,
#home .icons h2,
#home .contact h2,
#home .contact h3,
.download-page .content h1 {
    color: #FFF;
    font-size: 43px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 700;
    line-height: 111%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#home .content h1,
#home .contact h3,
.download-page .content h1 {
    margin-bottom: 24px;
}
#home .content p,
#home .contact p,
.download-page .content p {
    color: #FFF;
    font-size: 28px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 300;
    line-height: 111%;
    margin-bottom: 20px;
}
#home .content .cta.buttons,
#home .contact .cta.buttons,
.download-page .content .cta.buttons {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 48px;
}
#home .content .cta.buttons a,
#home .contact .cta.buttons a,
.download-page .content .cta.buttons a {
    cursor: pointer;
}
#home .content .cta.buttons a:hover img,
#home .contact .cta.buttons a:hover img,
.download-page .content .cta.buttons a:hover img {
    filter: invert(100);
    transition: all 0.3s;
}
#home .container.icons .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
#home .container.icons .wrapper-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 75px;
}
#home .container.about {
    max-width: 1200px;
    padding-top: 200px;
    padding-bottom: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 2%;
    row-gap: 25px;
}
#home .container.about .box {
    width: 100%;
    max-width: 49%;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 16px;
}
#home .container.about .box.box-img {
    aspect-ratio: unset;
}
#home .container.about .box.margin-negative {
    margin-top: -40px;
}
#home .about .box-red {
    border-radius: 16px;
    background: #D50000;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.15);
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#home .about .box-red h2 {
    color: #FFF;
    font-size: 57px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 700;
    line-height: 111.4%;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#home .about .box-red p {
    color: #FFF;
    font-size: 28px;
    font-family: Saira Condensed;
    font-weight: 300;
    line-height: 128.4%;
    margin-bottom: 0;
}
#home .about .box.box-img img {
    width: 100%;
    left: 50%;
    object-fit: cover;
    aspect-ratio: 1;
    position: relative;
    transform: translateX(-50%);
}
#home .container.partners .background-partners {
    max-width: 1200px;
    border-radius: 49px;
    background: #FFF;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 0 auto;
}
#home .partners h2 {
    color: #000;
    font-size: 45px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 700;
    line-height: 111%;
    text-transform: uppercase;
    margin-bottom: 0;
}
#home .partners .wrapper-partners {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 5%;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
#home .partners .wrapper-partners .single-partner {
    width: 16%;
}
#home .partners .wrapper-partners .single-partner img {
    width: 100%;
}
#newsletter {
    padding-top: 164px;
}
#newsletter h2,
#newsletter p {
    color: #FFF;
    font-family: "Saira Condensed", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 111.4%;
}
#newsletter h2 {
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
}
.mc4wp-form .email-wrapper {
    display: flex;
    align-items: center;
}
.mc4wp-form input[type="email"] {
    width: 100%;
    height: 100%;
    border: none;
    padding: 13px 28px;
    border-radius: 16px;
    background: #272727;
    color: #FFF;
    font-family: "Saira Condensed", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 122.9%;
}
.mc4wp-form input[type="email"]:focus-visible {
    outline: 1px solid #747474;
}
.mc4wp-form input[type="submit"] {
    border: none;
    padding: 13px 30px;
    border-radius: 16px;
    background: #D50000;
    color: #FFF;
    font-family: "Saira Condensed", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 122.9%;
    text-transform: uppercase;
    transform: translateX(-30px);
}
.mc4wp-form .checkbox-wrapper label {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #FFF;
    font-family: "Saira Condensed", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 122.9%;
    cursor: pointer;
}
.mc4wp-form .checkbox-wrapper label a {
    color: #fff;
}
.mc4wp-form .checkbox-wrapper input {
    accent-color: #fff;
    width: 16px;
    height: 16px;
}
#newsletter .swimmer {
    position: absolute;
    width: 100%;
    bottom: -240px;
}
#contact {
    background: #D50000;
    padding-top: 160px;
    position: relative;
    overflow: hidden;
}
#contact .background-black {
    width: 100%;
    height: 49px;
    background: #000;
    position: absolute;
    top: -1px;
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px;
}
#contact .ellipse-one {
    width: 395px;
    height: 415px;
    transform: rotate(-155.58deg);
    background: radial-gradient(rgba(213, 0, 0, 1), rgba(245, 104, 104, 1));
    position: absolute;
    top: 9%;
    left: -5%;
    z-index: -1;
    opacity: 0.3;
    filter: blur(106.35px);
    mix-blend-mode: color-dodge;
}
#contact .ellipse-two {
    width: 790px;
    height: 860px;
    transform: rotate(172.061deg);
    background: radial-gradient(rgba(0, 0, 0, 1), rgba(33, 33, 33, 1));
    position: absolute;
    right: -17%;
    top: 68%;
    z-index: 0;
    opacity: 0.2;
    filter: blur(106.35px);
    mix-blend-mode: multiply;
}
#contact .row {
    align-items: center;
}
#home .contact .contact-form {
    margin-top: 25px;
}
#home .contact .field-form input,
#home .contact .field-form textarea {
    border-radius: 16px;
    background: #D33;
    border: none;
    width: 100%;
}
#home .contact .field-form input,
#home .contact .field-form textarea,
#home .contact .field-form input::placeholder,
#home .contact .field-form textarea::placeholder {
    color: #FFF;
    font-size: 18px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 300;
    line-height: 117.9%;
}
#home .contact .field-form input:focus-visible,
#home .contact .field-form textarea:focus-visible {
    outline: 1px solid #fff;
}
#home .contact .field-form input {
    padding: 14px 28px;
}
#home .contact .field-form textarea {
    padding: 18px 28px;
    max-height: 150px;
    resize: none;
}
.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 10px;
    font-family: 'Saira Condensed';
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
    border-radius: 11px;
    margin-top: 24px;
}
#home .contact .privacy-send {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
#home .contact .field-form.privacy p {
    line-height: 7px;
    margin-bottom: 0;
}
#home .contact .field-form.privacy p a {
    color: #fff;
}
#home .contact .field-form.privacy span.wpcf7-list-item {
    margin-left: 0;
    position: relative;
}
#home .contact .field-form.privacy label {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    cursor: pointer;
}
#home .contact .field-form.privacy span.wpcf7-list-item-label {
    color: #FFF;
    font-size: 13px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 300;
    line-height: 122.9%;
    padding-left: 35px;
}
#home .contact .field-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#home .contact .field-form span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border-radius: 6px;
    border: 1px solid #FFF;
    cursor: pointer;
}
#home .contact .field-form input[type="checkbox"]:checked + .wpcf7-list-item-label .checkmark::before {
    content: '';
    width: 14px;
    height: 14px;
    display: flex;
    background-image: url(../images/checked.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#home .contact .send p {
    line-height: 0;
    margin-bottom: 0;
}
#home .contact .wpcf7-submit {
    border-radius: 11px;
    background: #FFF;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 0 45px;
    color: #D50000;
    text-align: center;
    font-size: 20px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 700;
    height: 30px;
}
#home .contact .wpcf7-submit:hover {
    cursor: pointer;
    transition: all 0.3s;
    background: #000;
    color: #FFF;
}
#home .contact .wpcf7-spinner {
    display: none;
}

/* FOOTER */

footer {
    background: #D50000;
    padding: 75px 0;
    position: relative;
}
#home footer {
    background: transparent;
}
footer .wrapper-legals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .copyright,
footer .policy,
footer .credits,
footer .divider,
footer .copyright a,
footer .policy a,
footer .credits a {
    color: #FFF;
    font-size: 15px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
footer .copyright a:hover,
footer .policy a:hover,
footer .credits a:hover {
    border-bottom: 1px solid #fff;
}
footer .policy {
    text-align: end;
}

/* SWIPER FEATURES */
#home .features {
    width: 100%;
    margin-bottom: 195px;
}
#home .features h2 {
    color: #FFF;
    text-align: center;
    font-family: "Saira Condensed", sans-serif;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.4%;
    text-transform: uppercase;
    margin-bottom: 50px;
}
#home .features .swiper-pagination {
    position: unset;
    margin-top: 24px;
}
#home .features .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}
#home .features .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10px;
}
#home .features-slider .slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 88px;
    align-items: center;
    background: #000;
    padding: 16px;
    border-radius: 40px;
    opacity: 0 !important;
    transition: all 0.3s;
}
#home .features-slider .slide.swiper-slide-visible {
    opacity: 1 !important;
}
#home .features-slider .slide .text {
    padding-left: 74px;
}
#home .features-slider .slide .text h3 {
    color: #FFF;
    font-family: "Saira Condensed", sans-serif;
    font-size: 47px;
    font-weight: 700;
    line-height: 92%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
#home .features-slider .slide .text h3 span {
    font-size: 27px;
    line-height: 92%;
}
#home .features-slider .slide .text p {
    color: #FFF;
    font-family: "Saira Condensed", sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 111.4%;
    margin-bottom: 0;
}
#home .features-slider .slide img {
    width: 100%;
    border-radius: 40px;
}

.default-layout {
    padding: 200px 0;
}
.default-layout h1,
.delete-user-guide h1 {
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 700;
}
.default-layout p,
.delete-user-guide p,
.default-layout li,
.delete-user-guide li {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 18px;
}
.delete-user-guide {
    padding: 200px 0 100px 0;
}
.delete-user-guide .screenshot {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 5px 40px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 40px 3px rgba(0,0,0,0.15);
}
.delete-user-guide .screenshot-grid {
    margin-top: 32px;
}

.newsletter-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(130, 130, 130, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.newsletter-popup-wrapper {
    position: absolute;
    width: 100%;
    max-width: 744px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #000;
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.75);
}
.newsletter-popup .close {
    position: absolute;
    background: #fff;
    border: none;
    width: 34px;
    height: 34px;
    top: -10px;
    right: -10px;
    padding: 0;
    padding-bottom: 4px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 30px;
    color: #696969;
	z-index:1;
}
.newsletter-popup .popup-content {
    position: relative;
    padding: 98px 60px;
}
.newsletter-popup .popup-content .text-wrapper {
    max-width: 61%;
}
.newsletter-popup .popup-content .title {
    color: #fff;
    font-family: "Saira Condensed", sans-serif;
    font-size: 47px;
    font-weight: 700;
    line-height: 97%;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.newsletter-popup .popup-content p {
    color: #fff;
    font-family: "Saira Condensed", sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 111.4%;
}
.newsletter-popup .popup-content .swimmer {
    position: absolute;
    max-width: 64%;
    max-height: 110%;
    right: -40px;
    top: 46%;
    transform: translateY(-50%);
    pointer-events: none;
}
.newsletter-popup .mc4wp-form input[type="submit"] {
    font-size: 19px;
    padding: 16px 30px;
}
.newsletter-popup .mc4wp-form .checkbox-wrapper label {
    font-size: 14px;
}
.mc4wp-alert, .mc4wp-notice {
    padding: 12px 16px;
    border: 1px solid #747474;
}
.mc4wp-alert p,
.mc4wp-notice p {
    font-size: 20px !important;
    margin-bottom: 0 !important;
}
