html {
    font-size: 16px;
    font-family: DM Sans, serif;
    position: relative;
}

body {
    background: linear-gradient(0deg, rgb(241, 221, 172), rgb(255, 240, 228));
    min-height: 100vh;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0;
}

.links-wrapper {
    max-width: 580px;
    margin: 0 auto;
}

.links-logo img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.links-logo {
    text-align: center;
    margin-bottom: 1rem;
}

.links-logo img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.links-logo {
    text-align: center;
    margin-bottom: 1rem;
}

.links-title h1 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.4px;
    margin: 0;
}

.links-title h2 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.4px;
    margin: 0;
    font-weight: 400;
}

.links-title {
    text-align: center;
}

.links-img {
    margin-top: 2rem;
}

.links-img img {
    width: 100%;
    border-radius: 24px;
    max-height: 340px;
    object-fit: cover;
}

.links-img-wrapper::after {
    content: "";
    height: 25%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 0 0 24px 24px;
}

.links-img-wrapper {
    position: relative;
    cursor: pointer;
}

.links-lnks-wrapper {
    padding-left: 66px;
    padding-right: 66px;
    min-height: 64px !important;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px 0px;
    transform: scale(1);
    transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
    border-radius: 30px;
    cursor: pointer;
}

.links-lnks-wrapper img {
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    left: 11px;
}

.links-lnks-wrapper h3 {
    width: 100%;
    position: relative;
}

.links-lnks span {
    display: block;
    margin-bottom: 1rem;
    text-decoration: none;
}

span.links-bdots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}

.links-lnks {
    margin-top: 1rem;
}

.cst-modal-bckp, .cst-modal-bckp-local {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 100000;
    opacity: 0.7;
    display: none;
}

.hero-modal {
    z-index: 100001;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    background: #fff;
}

.hero-modal-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 340px;
}

.hero-modal-text img {
    max-width: 500px;
    height: calc(100% - 75px);
}

.img-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 30px;
    right: 30px;
}

.links-img-txt {
    color: #fff;
    font-size: 16px;
}

.links-dots {
    width: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.links-lnks-wrapper h3 a {
    text-decoration: none;
    color: #000;
}

.links-md-ph a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.links-md-ph {
    background: linear-gradient(90deg, #f7cd54, #f9c652, #fac050, #fbb94f, #fcb24e, #fdac4e, #fda54e, #fd9e4f);
    text-align: center;
    padding: 17px 0;
    font-weight: 900;
    font-size: 21px;
    position: relative;
    max-width: 418px;
    margin: 0 auto;
    margin-top: -5px;
    display: flex;
    justify-content: space-around;
}

.links-md-ph span {
    font-size: 10px;
}

.links-md-ph > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share-buttons {
    display: flex;
    gap: 15px;
    max-width: 450px;
    overflow-y: overlay;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: center;
}
.menu-btn {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}
.share-buttons > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.share-buttons > div svg {
    width: 3rem;
    height: 3rem;
}
.lnk-phone-icon img {
    width: 15px;
    height: 15px;
    background: #fff;
}
.share-wrapper {
    padding: 27px;
}

.share-buttons a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.hero-modal {
    border-radius: 20px;
}

.share-buttons::-webkit-scrollbar {
    display: none;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.copy-link {
    cursor: pointer;
}

.links-img.special {
    position: relative;
    z-index: 1000000;
}

/*slider*/
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

.slider ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 720px;
    display: inline-block;
    list-style: none;
}


.slider ul li {
    position: relative;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 900px;
    height: 720px;
    text-align: center;
    color: #333;
}


.control {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.hero-modal-rita,.hero-modal-ritaes {
    background: transparent;
}

.close {
    background: teal;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.close:after {
    content: '';
    height: 30px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 17px;
    top: 2px;
}

.close:before {
    content: '';
    height: 30px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 17px;
    top: 2px;
}

.lnk-phone-icon {
    background: #000;
    display: inline-flex;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
span.lnk-phone-icon.no-bck-col img,span.lnk-phone-icon.no-bck-col {
    background: transparent;
}
/*slider*/
.hero-modal.hero-modal-picconcierge {
    background: transparent;
}

.links-md-ph.concierge {
    background: #fff;
    max-width: 499px;
    flex-wrap: wrap;
    bottom: 61px;
}

.links-md-ph.concierge a {
    display: flex;
}

.links-md-ph .conc-title {
    font-size: 14px;
    font-weight: bold;
    color: #F6921E;
    margin-bottom: 8px;
}

.links-md-ph.concierge > div:first-child {
    flex-basis: 100%;
}
.phone-ic {
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}
.share-buttons > div .phone-ic svg {
    width: 2.3rem;
    width: 2.3rem;
}
@media all and (max-width: 991px) {
    .slider ul li {
        width: 530px;
    }
}

@media all and (max-width: 767px) {
    .slider ul li {
        width: 430px;
    }
}

@media all and (max-width: 525px) {
    .links-container {
        padding: 0 15px;
    }

    .hero-modal-text img {
        max-width: 340px;
    }

    .share-buttons {
        max-width: 251px;
        margin: 0 auto;
    }

    .slider ul li {
        width: 330px;
        height: 580px;
    }

    .links-md-ph.concierge {
        bottom: 48px;
    }
}
