.wedding-section {
    margin-top: -85px;
}

.wedding-section .row.section-1 {
    border: 0.5px solid rgba(7, 57, 55, 0.5);
    border-radius: 0px 0px 0px 120px;
    cursor: pointer;
    overflow: hidden;
}

.wedding-section .row.section-1 .col-lg-5 .wedding-img {
    border-radius: 0px 0px 0px 120px;
}

.wedding-section .row.section-2 .col-lg-5 .wedding-img {
    border-radius: 120px 0px 0px 0px;
}


.wedding-section .row.section-2 {
    border: 0.5px solid rgba(7, 57, 55, 0.5);
    border-radius: 120px 0px 0px 0px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 30px;
}

.wedding-section .row .col-lg-5 {
    padding: 0;
}

.wedding-section .row .col-lg-5 .wedding-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.wedding-section .row .col-lg-5 .wedding-img img {
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.wedding-section .row:hover .col-lg-5 .wedding-img img {
    transform: scale(1.2);
}

.wedding-section .row .wedding-content {
    padding: 30px 40px;
}

.wedding-section .row .wedding-content h3 {
    margin: 0;
    padding-bottom: 22px;
}

.wedding-section .row .wedding-content p {
    font-size: 16px;
    line-height: 30px;
}

.extraordinary {
    padding-top: 80px;
}

.services {
    margin: 52px 0 10px;
}

.write-us-section .write-us h4 {
    margin: 0;
    line-height: 40px;
    margin-bottom: 10px;

}

.write-us-section .write-us p {
    max-width: 600px;
    margin: auto;
}

.send-btn .all-button {
    padding: 11px 53px;
    margin-right: 25px;
    cursor: pointer;
}


/* ===============memorable-proposals============ */

.memorable-background {
    background: #E9EDE1;
}

.memorable-proposals {
    padding-bottom: 159px;
}

.memorable-proposals .proposals-slider .row {
    display: flex;
    align-items: center;
}

.memorable-proposals .proposals-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -21%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.coracao .section-title.centered {
    margin: 0 auto 50px;
}

.memorable-proposals .proposals-slider .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.memorable-proposals .proposals-slider .slick-dots li.slick-active button {
    background: #073937;
    width: 11px;
    height: 11px;
}

.memorable-proposals .proposals-slider .slick-dots li button {
    border: 1px solid #073937;
    background: transparent;
    width: 12px;
    height: 12px;
    font-size: 1px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}

.celebrate-an-anniversary .proposals-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -21%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.celebrate-an-anniversary .proposals-slider .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.celebrate-an-anniversary .proposals-slider .slick-dots li.slick-active button {
    background: #073937;
    width: 11px;
    height: 11px;
}

.celebrate-an-anniversary .proposals-slider .slick-dots li button {
    border: 1px solid #073937;
    background: transparent;
    width: 12px;
    height: 12px;
    font-size: 1px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}



.memorable-background .custom-slick-arrows {
    position: absolute;
    width: calc(100% - 60px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    z-index: 2;
}

.anniversary .custom-slick-arrow {
    position: absolute;
    width: calc(100% - 60px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    z-index: 2;
}

/* ==============group-reservations============== */

.group-reservations .section-title {
    max-width: 1061px;
}

.group-reservations .section-title p {
    max-width: 751px;
}

.calendar-input {
    position: relative;
}

.calendar-input .calendar {
    position: absolute;
    right: 3%;
    top: 7px;
    cursor: pointer;
}

.datepicker table {
    width: 240px;
}

.datepicker table thead tr th {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 201.5%;
}

.datepicker table tbody tr td {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 201.5%;
}

.memorable-proposals .content-slide p {
    font-size: 16px;
    line-height: 30px;
}

.enquire-now-section {
    padding: 52px 0 29px;
}


/* ===========media-query============ */

@media(max-width: 2560px) {
    .img-slide {
        padding-left: 2px;
        padding-right: 1px;
    }

    .write-us-section .taxture-1 {
        position: absolute;
        right: 0;
        top: -46%;
    }
}

@media(max-width: 2260px) {
    .write-us-section .taxture-1 {
        top: -39%;
    }
}

@media(max-width: 1920px) {
    .write-us-section .taxture-1 {
        top: -37%;
    }
}

@media(max-width: 1720px) {
    .write-us-section .taxture-1 {
        top: -31%;
    }
}

@media(max-width: 1599px) {}

@media(max-width: 1366px) {
    .write-us-section .taxture-1 {
        position: absolute;
        right: 0;
        top: -22%;
    }
}

@media(max-width: 1199px) {}

@media(max-width: 991px) {
    .content-slide {
        padding-bottom: 34px;
        padding-top: 29px;
    }

    .img-slide img {
        width: 100%;
    }

    .memorable-background .custom-slick-arrows {
        position: absolute;
        width: calc(100% - 4px);
        top: 37%;
    }

    .memorable-proposals .proposals-slider .slick-dots {
        bottom: 0%;
    }

    .celebrate-an-anniversary .proposals-slider .slick-dots {
        bottom: -30px;
    }

    .anniversary .custom-slick-arrow {
        position: absolute;
        width: calc(100% - 9px);
        top: 61%;
    }

    .write-us-section .taxture-1 {
        top: -15%;
    }
}

@media(max-width: 767px) {
    .anniversary {
        padding-bottom: 50px !important;
    }

    .write-us-section .taxture-1 {
        top: -11%;
    }
    .wedding-section {
        margin-top: 0;
    }

}

@media(max-width: 575px) {
    .write-us-section .taxture-1 {
        top: -8%;
    }

    .wedding-section .row.section-1,
    .wedding-section .row.section-2 {
        margin: 14px 1px;
    }

    .wedding-section .row.section-2 {
        margin-top: 30px;
    }
}

@media(max-width: 480px) {
    .write-us-section .taxture-1 {
        top: -7%;
    }

    .wedding-section .row .wedding-content {
        padding: 35px 40px 40px 40px;
    }

    .wedding-section .row .wedding-content p:last-child {
        margin-bottom: 0;
    }
    .wedding-section .row .wedding-content h3 {
        margin-bottom: 0;
        padding-bottom: 15px;
    }
    .wedding-section .row .wedding-content h3 {
        font-size: 24px;
        line-height: 33px !important;
    }
    .extraordinary {
        padding-top: 40px;
    }
    section.section.coracao {
        padding-bottom: 0 !important;
    }

}

@media(max-width: 380px) {
    .write-us-section .taxture-1 {
        top: -6%;
    }
}