/*!
Theme Name: Strahl
Theme URI: http://underscores.me/
Author: silicio
Author URI: http://www.siliciovisual.com
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strahl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Strahl is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/


.immagine-testo-new {
}

.immagine-testo-new .top-triangle {
    position: absolute;
    top: -2px;
    width: 102%;
    left: -1%;
    right: -1%;
}

.immagine-testo-new .bottom-triangle {
    position: absolute;
    bottom: -2px;
    width: 102%;
    left: -1%;
    right: -1%;
    transform: scaleX(-1) scaleY(-1);
}
.immagine-testo-new .claim-container {
    background-color: rgba(255, 0, 0, 0.8);
    padding: 20% 6rem;
    width: 140%;
    position: relative;
    /* display: inline-block; */
    float: right;
    /* top: 20%; */
    /* right: 0; */
    transform: skew(0, -10deg) translateZ(0);
    -webkit-transform: skew(0, -10deg) translateZ(0);
    z-index: 1;
    margin-bottom: 10%;
    color: white;
}
.immagine-testo-new .claim-container.auto-width {
    width: auto;
    padding: 15% 6rem;
}
.immagine-testo-new .claim-container p {
    color: white;
}
.immagine-testo-new .claim-container.claim-container-left {
    /* left: 0; */
    right: unset;
    transform: skew(0, -10deg) translateZ(0);
    -webkit-transform: skew(0, -10deg) translateZ(0);
    z-index: 100;
    float: left;
}
@media screen and (max-width: 992px) {
    .immagine-testo-new .claim-container {
        width: unset;
        margin-bottom: unset;
    }
}
@media screen and (max-width: 768px) {
    .immagine-testo-new .claim-container {
        padding: 20% 3rem;
        margin-bottom: unset;
    }
	
	.immagine-testo-new .claim-container.auto-width {
		width: auto;
		padding: 15% 2rem;
	}
}

.immagine-testo-new .claim-container>div {
    transform: skew(0, 10deg);
    backface-visibility: hidden;
}
.immagine-testo-new .button {
    background: white;
    border-radius: 0;
    color: black !important;
    text-transform: uppercase;
    font-size: 14px !important;
    max-width: 180px !important;
    border: none !important;
    height: 2.5rem;
}
.text-white {
    color: white !important;
}

.form-cta input, .form-cta textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #DBDBDB;
    height: 3rem;
    border-radius: 0;
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
    font-size: 1.25rem; 
}

.country-select.inside input, .country-select.inside input[type=text] {
    font-size: 1rem;
    color: #6e6e73;
}
.button, .submit, .wpcf7-form-control.wpcf7-submit.has-spinner, button {
    border-radius: 0;
    font-size: 14px;
    color: white !important;
    background: #FD0114;
    text-transform: uppercase;
    border: none !important;
}
.message-field {
    min-height: 180px;
}

.footer-credits {
    font-size: 14px;
    color: inherit;
}
.footer-credits a {
    color: inherit !important;
}

.post-footer {
    font-size: 14px;
    color: inherit;
}
.post-footer a {
    color: inherit !important;
    display: inline-block;
    margin: 0 4px;
}

.wpcf7-list-item {
    margin-left: 0;
}

.full-bg-vid .position-absolute {
    bottom: unset;
    top: 40vh;
}
.full-bg-vid {
    /* overflow-x: hidden;
    overflow-y: visible; */
}

.strahl-visualizer {
    width: 100%;
    height: calc(100vh - 70px);
    height: 80vh;
    overflow: hidden;
    position: relative;
    background-color: #D9D9D9;
}
@media (max-width: 768px) {
    .strahl-visualizer {
        height: 75vh;
    }
}

.strahl-visualizer .decoration {
    background-color: #FD0114;
    width: 600px;
    aspect-ratio: 3/2;
    transform: skewY(-15deg);
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.strahl-visualizer .background-title {
    color: white;
    opacity: 0.4;
    position: absolute;
    top: 55%;
    font-size: 90px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
}

.swiper-slide .img-container {
    position: relative;
    height: 100%;
    z-index: 10;
}

.swiper-slide .img-container img {
    height: 100%;
    max-height: 100%;
    width: auto;
}
.swiper-slide .img-container img.background-img {
    position: absolute;
    z-index: -1;
}

.swiper-slide .img-container .poi {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 100%;
    border-radius: 50%;
    background-color: #FD0114;
    box-shadow: 0px 0px 1px 1px #ffffff1a;
    cursor: pointer;
}

.swiper-slide .img-container .poi.white {
    background-color: white;
}

.mySwiper .poi-legend {
    display: none;
    opacity: 0;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -100%;
    z-index: 10;
    background-color: white;
    color: black;
    padding: 1rem;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2rem 0;
}

.swiper-pagination-bullet-active::before {
    border: 1px solid red;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
    content: "";
    background-color: transparent;
    border: 1px solid #FD0114;
}


.swiper-pagination-bullet .after {
    display: none;
    white-space: nowrap;
}

.swiper-pagination-bullet-active .after {
    display: block;
    left: 2rem;
    color: #FD0114;
    font-size: 14px;
    top: -4px;
    position: absolute;
}
@media (max-width: 768px) {
    .swiper-pagination-bullet-active .after {
        display: none;
    }
}

.swiper-pagination-bullet {
    background-color: white;
    width: 10px;
    height: 10px;
    position: relative;
    opacity: 1;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: 2rem;
    right: auto;
}

.mySwiper .swiper-next,
.mySwiper .swiper-prev {
    color: black;
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    left: 2rem;
    z-index: 100;
    user-select: none;
    color: #FD0114;
}

.mySwiper .swiper-prev {
    transform: rotate(-90deg);
    top: 1rem;
}

.mySwiper .swiper-next {
    transform: rotate(90deg);
    bottom: 1rem;
}

.pulse-red {
    animation: pulse-animation-red 2s infinite;
}

.pulse-white {
    animation: pulse-animation-white 2s infinite;
}

@keyframes pulse-animation-red {
    0% {
        box-shadow: 0 0 0 0px rgba(253, 1, 20, 0.6);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(253, 1, 20, 0);
    }
}

@keyframes pulse-animation-white {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

#poiModal .modal-content {
    border-color: white;
    border-radius: 0;
    padding: 1rem;
}
#poiModal p, #poiModalMobile p {
    font-size: 14px;
    color: black;
    margin-bottom: unset;
}
#poiModal .title, #poiModalMobile .title {
    font-size: 18px;
    color: #FD0114;
    font-weight: 600;
}

.modal-backdrop {
    background: transparent;
}

.modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
}

.modal.show .modal-dialog {
    transform: translate3d(0, 80vh, 0);
}