@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

body {
    background-image: url('../images/alexander-grey-NkQD-RHhbvY-unsplash.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: 'Crimson Text', serif;
}

.pagebanner {
    height: 280vh;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

.navbar {
    width: 100%;
    font-weight: 500;
    padding: 15px;
    font-weight: bold;
    position: fixed;
    z-index: 4;
    top: 0;
}

.clock {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    font-size: calc(1.375rem + 3vw);
    width: 600px;
}

.clock-div {
    margin: 1rem;

}

.clock-div p {
    font-size: 1rem;
}

.pagebanner-text {
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(44, 44, 44, 0.651);
    text-align: center;
    padding-bottom: 20px;

}

.collapse {
    justify-content: end;
}

.textbg {
    height: 500px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.textdiv {
    height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #f9ebd1;
}

.swiper {
    max-width: 700px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100% !important;
}

.cards {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: transparent
}

.swiper-slide img {
    display: block;
    width: 88%;
    height: 90%;
    object-fit: contain;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: rgb(0, 0, 0);
    font-size: 20px !important;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
}

.container-fluid {}

.bg2 {
    background: #ffffff85;
}

.bg3 {
    padding-top: 20px;
    background-color: white;
}

.textbg {
    background-color: #f9ebd1
}

.card {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    border: 0;
    height: 100%;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.card img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.card-body {
    text-align: center;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

h6.card-title {
    background-color: #545d7aa6;
    color: white;
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
}

h5 {
    font-size: 1rem;
}

.card-grid {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gift {
    flex-direction: row;
    text-align: left;
}

.gift h6 {
    background-color: transparent;
}

.slideshow-container {
    background-color: white;
    position: relative;
    margin: auto;
    height: 230vh;
}

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

.mySlides img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    margin: 0;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    border: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.568);
}

.next {
    text-decoration: none;
    right: 0;
}

.prev {
    left: 0;
    text-decoration: none;
}

.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.89);
    color: black;
}

.dot {
    display: none;
}

/* Fading animation */
.fadeimage {
    animation-name: fadeimage;
    animation-duration: 1.5s;
}

@keyframes fadeimage {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.radiobutton-div {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.radiobutton-div label {
    box-sizing: content-box;
    text-align: center;
}

.selection-div {
    margin: 20px auto;
}

.radiobtn {
    cursor: pointer;
    height: 20px;
    display: flex;
    width: 105px;
    background-color: white;
    padding: 19px 20px;
    margin: 5px;
    color: rgb(0, 0, 0);
    transition: 0.5s;
    font-size: 1rem;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.radiobtn:hover {
    background-color: #525252;
    color: white;
}

input[type="radio"]:checked+label {
    background-color: #525252;
    color: white;
}

input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.select-persons {
    height: 40px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background-color: rgb(245 245 245);
    border-radius: 5px;
    display: block;
}

option {
    padding: 10px;
}

textarea {
    max-width: 100%;
    min-width: 50%;
    min-height: 300px;
    width: 100%;
    height: 300px;
    background-color: rgb(245 245 245);
    border-radius: 5px;
    font-size: 15px;
}

form {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 1000px;
}

button {
    border: 0;
    padding: 10px 40px;
    background: white;
    color: black;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.5s;
    font-weight: 700;
    border-radius: 5px;
}

button:hover {
    background: #525252;
    border: 0;
    color: white;
}

.form-div {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 300px;
    position: relative;
    background-color: #8d739d;
    color: white;
    text-align: center;
}

.btn-primary {
    --bs-btn-color: #525252;
    --bs-btn-bg: white;
    --bs-btn-border-color: #525252;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #525252;
    --bs-btn-hover-border-color: #525252;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #525252;
    --bs-btn-active-border-color: #525252;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #525252;
    --bs-btn-disabled-border-color: #525252;
    transition: 0.5s;

}

.contact {
    text-align: center;
    padding: 30px 10px;
}

footer {
    color: black;
    text-align: center;
    padding: 20px 0;
    background-color: white;
    background-image: url('../images/flower-g3eff20fd3_1920.png');
    background-position: center;
}

footer h3 {
    margin: 0;
}

button {
    display: block;
    margin: 0 auto;
}

.itinerario {
    margin-bottom: 20px;
}

.itinerario p,
h4 {
    margin: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.space {
    margin-bottom: 15px;
    margin-top: 0;
}

.navbar button {
    margin: 0;

}

.navbar button:hover {
    background-color: #d9d9d9;
    border: rgb(248, 249, 250);
}

.navbar button:focus {
    --bs-navbar-toggler-focus-width: 0rem;
}

@media only screen and (max-width: 912px) {
    .clock {
        font-size: 11vw;
        max-width: 100%;
    }
}

.contacts {
    max-width: 500px;
    margin: 0 auto;
}

.contacts div {
    padding: 10px;
}

#leftcontact {
    float: left;
    margin-right: 20px;
    width: 50%;
}


@media screen and (max-width: 400px) {
    #leftcontact {
        float: none;
        margin-right: 0;
        width: auto;
    }

    .clock-div p {
        font-size: 5vw;
    }

    .clock-div {
        margin: 0;
    }

    .pagebanner {
        height: 100vh;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size:cover;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom;
    }
}

@media screen and (max-width: 991px) {
    .slideshow-container {
        height: 90vh;
    }
}

/*dgfdg*/
.timeline {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}

.timeline__event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #9251ac;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 20px;
}

.timeline__event__date {
    color: #f6a4ec;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}

.timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: #9251ac;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 40%;
    font-size: 2rem;
    color: #9251ac;
    padding: 20px;
}

.timeline__event__icon i {
    position: absolute;
    top: 50%;
    left: -65px;
    z-index: 2;
    font-size: 2.5rem;
    transform: translateY(-50%);
    font-style: normal;
}

.timeline__event__description {
    flex-basis: 60%;
}

.timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #9251ac;
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: 1;
}


.timeline__event:before {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    background: #f6a4ec;
    border-radius: 100%;
    left: -6rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    border: 2px solid #9251ac;
}

.timeline__event--type2:before {
    background: #87bbfe;
    border-color: #555ac0;
}

.timeline__event--type2:after {
    background: #555ac0;
}

.timeline__event--type2 .timeline__event__date {
    color: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
    background: #555ac0;
    color: #555ac0;
}

.timeline__event--type2 .timeline__event__title {
    color: #555ac0;
}

.timeline__event--type3:before {
    background: #aff1b6;
    border-color: #24b47e;
}

.timeline__event--type3:after {
    background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
    color: #aff1b6;
}

.timeline__event--type3 .timeline__event__icon {
    background: #24b47e;
    color: #24b47e;
}

.timeline__event--type3 .timeline__event__title {
    color: #24b47e;
}

.timeline__event:last-child:after {
    content: none;
}

.timeline__event__description p {
    margin: 0;
}

@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
    }

    .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }

    .timeline__event:after {
        content: "";
        width: 2px;
        height: 100%;
        background: #9251ac;
        position: absolute;
        top: 52%;
        left: -3.5rem;
        z-index: 1;
        display: none;
    }


    .timeline__event:before {
        content: "";
        width: 5rem;
        height: 5rem;
        position: absolute;
        background: #f6a4ec;
        border-radius: 100%;
        left: -6rem;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        border: 2px solid #9251ac;
        display: none;
    }


    .timeline__event__icon i {
        position: inherit;
        margin-right: 2rem;
    }

    .timeline__event__icon {
        justify-content: flex-start;
    }
}

@media (max-width: 240px) {
    .timeline {
        margin: 0;
    }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

.popup button {
    display: inline-block;
    text-align: center;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 5px;
    background: rgb(255, 255, 255);
    display: table;
    z-index: 3;
    box-shadow: 0px 0px 6px 5px rgba(214, 209, 209, 0.7);
    -webkit-box-shadow: 0px 0px 6px 5px rgba(214, 209, 209, 0.7);
    -moz-box-shadow: 0px 0px 6px 5px rgba(214, 209, 209, 0.7);
}