body .cities-section,
body .hotels-section {
    padding: 42px 8px; }
@media only screen and (min-width: 992px) {
    body .cities-section,
    body .hotels-section {
        padding: 52px 22px; } }
@media only screen and (min-width: 1200px) {
    body .cities-section,
    body .hotels-section {
        padding: 82px 32px; } }
@media only screen and (min-width: 1600px) {
    body .cities-section,
    body .hotels-section {
        padding: 92px 72px; } }
body .cities-section .section-heading,
body .hotels-section .section-heading {
    margin-bottom: 20px; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-heading,
    body .hotels-section .section-heading {
        margin-bottom: 28px; } }
@media only screen and (min-width: 1200px) {
    body .cities-section .section-heading,
    body .hotels-section .section-heading {
        margin-bottom: 38px; } }
body .cities-section .section-heading p,
body .hotels-section .section-heading p {
    color: #151515;
    font-size: 18px;
    text-align: center;
    font-weight: bold; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-heading p,
    body .hotels-section .section-heading p {
        font-size: 22px; } }
body .cities-section .section-body .main-section-ul,
body .hotels-section .section-body .main-section-ul {
    display: grid;
    grid-gap: 32px; }
@media only screen and (min-width: 768px) {
    body .cities-section .section-body .main-section-ul,
    body .hotels-section .section-body .main-section-ul {
        grid-template-columns: 1fr 1fr; } }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul,
    body .hotels-section .section-body .main-section-ul {
        grid-template-columns: repeat(3, 1fr); } }
@media only screen and (min-width: 1200px) {
    body .cities-section .section-body .main-section-ul,
    body .hotels-section .section-body .main-section-ul {
        grid-gap: 42px; } }
@media only screen and (min-width: 1600px) {
    body .cities-section .section-body .main-section-ul,
    body .hotels-section .section-body .main-section-ul {
        grid-gap: 52px; } }
body .cities-section .section-body .main-section-ul li,
body .hotels-section .section-body .main-section-ul li {
    display: grid; }
body .cities-section .section-body .main-section-ul li .main-flip-card,
body .hotels-section .section-body .main-section-ul li .main-flip-card {
    display: grid; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content {
    border-radius: 2px;
    position: relative;
    background-color: cadetblue;
    height: 230px;
    transform-style: preserve-3d;
    transition: all .6s ease-out; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content {
        border-radius: 4px; } }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content {
        height: 400px; } }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front,
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back {
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    transform-style: preserve-3d;
    backface-visibility: hidden; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front,
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back {
        box-shadow: 0 24px 28px rgba(0, 0, 0, 0.1); } }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front,
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back {
        border-radius: 4px; } }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans,
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans {
    position: absolute;
    top: 4%;
    left: 4%;
    right: 4%;
    bottom: 4%;
    z-index: 1; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span,
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.56);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.2); }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(1), body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(3),
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(1),
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(3),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(1),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(3),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(1),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(3) {
    width: 100%;
    height: 1px; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(1),
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(1),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(1),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(1) {
    top: 5%; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(3),
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(3),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(3),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(3) {
    bottom: 5%; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(2), body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(4),
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(2),
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(4),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(2),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(4),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(2),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(4) {
    width: 1px;
    height: 100%; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(2),
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(2),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(2),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(2) {
    right: 5%; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(4),
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(4),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .spans span:nth-of-type(4),
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .spans span:nth-of-type(4) {
    left: 5%; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .img-div,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .img-div {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .img-div img,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 2px; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .img-div img,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .img-div img {
        border-radius: 4px; } }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title {
    position: relative;
    z-index: 1;
    max-width: 75%;
    transform: translateZ(80px);
    background-color: rgba(1, 185, 207, 0.7);
    padding: 4px 18px;
    border-radius: 52px; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title {
        padding: 10px 32px; } }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title p,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title p {
    text-align: center;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(1, 185, 207, 0.35);
    font-weight: bold;
    color: transparent;
    background-image: linear-gradient(to left, #fdffa2, #ffd9d9);
    background-clip: text;
    -webkit-background-clip: text; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title p,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title p {
        font-size: 22px;
        text-shadow: 0 4px 6px rgba(1, 185, 207, 0.35); } }
@media only screen and (min-width: 1200px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title p,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front .title p {
        font-size: 26px; } }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front::after,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #01B9CF, #0b8793);
    opacity: .3;
    border-radius: 2px; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-front::after,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-front::after {
        border-radius: 4px; } }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back {
    background-color: #0a3d62;
    transform: rotateY(0.5turn);
    overflow: hidden; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .text,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .text {
    position: relative;
    transform: translateZ(80px);
    max-width: 75%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    z-index: 1; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .text p,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .text p {
    color: #eee;
    text-align: center;
    line-height: 1.8;
    font-size: 14px; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .text p,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .text p {
        font-size: 16px; } }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .read-more,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .read-more {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    background-color: #01b9cf;
    color: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
    border-radius: 32px;
    padding: 6px 14px;
    font-size: 14px;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: auto auto;
    grid-gap: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(120px);
    transition: all .2s ease-out; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .read-more,
    body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .read-more {
        grid-gap: 6px;
        padding: 10px 22px;
        margin-top: 22px;
        box-shadow: 0 0 14px rgba(255, 255, 255, 0.25); } }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .read-more:hover,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back .read-more:hover {
    background-color: #fff;
    color: #0a3d62; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back::before,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bkgs/dots-large.svg);
    opacity: .06; }
body .cities-section .section-body .main-section-ul li .main-flip-card .card-content .card-back::after,
body .hotels-section .section-body .main-section-ul li .main-flip-card .card-content .card-back::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.03); }
body .cities-section .section-body .main-section-ul li .main-flip-card:hover .card-content,
body .hotels-section .section-body .main-section-ul li .main-flip-card:hover .card-content {
    transform: rotateY(0.5turn); }
body .cities-section .section-body .main-section-ul li .main-flip-card:hover .card-content .card-back .text,
body .cities-section .section-body .main-section-ul li .main-flip-card:hover .card-content .card-back .read-more,
body .hotels-section .section-body .main-section-ul li .main-flip-card:hover .card-content .card-back .text,
body .hotels-section .section-body .main-section-ul li .main-flip-card:hover .card-content .card-back .read-more {
    opacity: 1;
    visibility: visible; }
body .cities-section .section-body .main-section-ul li:nth-of-type(2n + 2) .main-flip-card .card-content .card-back,
body .hotels-section .section-body .main-section-ul li:nth-of-type(2n + 2) .main-flip-card .card-content .card-back {
    transform: rotateX(0.5turn); }
body .cities-section .section-body .main-section-ul li:nth-of-type(2n + 2) .main-flip-card:hover .card-content,
body .hotels-section .section-body .main-section-ul li:nth-of-type(2n + 2) .main-flip-card:hover .card-content {
    transform: rotateX(0.5turn); }
body .cities-section .section-body .section-more-btn,
body .hotels-section .section-body .section-more-btn {
    display: grid;
    grid-template-columns: auto auto;
    width: max-content;
    align-items: center;
    justify-items: center;
    margin: 32px auto;
    background-color: #01b9cf;
    color: #fff;
    border-radius: 32px;
    padding: 10px 18px;
    font-size: 14px;
    grid-gap: 3px;
    transition: all 0.3s ease-out; }
@media only screen and (min-width: 992px) {
    body .cities-section .section-body .section-more-btn,
    body .hotels-section .section-body .section-more-btn {
        margin-top: 52px;
        font-size: 16px;
        grid-gap: 6px;
        padding: 12px 28px; } }
@media only screen and (min-width: 1200px) {
    body .cities-section .section-body .section-more-btn,
    body .hotels-section .section-body .section-more-btn {
        margin-top: 62px; } }
body .cities-section .section-body .section-more-btn:hover,
body .hotels-section .section-body .section-more-btn:hover {
    background-color: #9e1833; }
