.custom-logo-link img {
    width: 140px;
    height: auto;
}

.footer-bottomLogo {
    max-width: 500px;
    margin-inline: auto 0;
    align-items: end;
}

.footer-bottomLogo a {
    display: inline;
}

.footer-social.social-icon .ic-facebook {
    color: #4267B2;
}

.footer-social.social-icon .ic-instagram {
    color: transparent;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.footer-social.social-icon .ic-line {
    color: #06C755;
}

.footer-social.social-icon .ic-youtube {
    color: #FF0000;
}

.footer-social.social-icon .ic-pinterest {
    color: #E60023;
}

.footer-social.social-icon .ic-linkedin {
    color: #0077B5;
}
.footer-social.social-icon .ic-spotify {
    color: #1DB954;
}

.footer-social.social-icon .ic-weibo {
    color: #e7162d;
}

.footer-social.social-icon .ic-.vimeo {
    color: #1AB7EA;
}

.footer-social.social-icon .ic-.messenger {
    color: #00B2FF;
}

.footer-social.social-icon .ic-wechat {
    color: #09B83E;
}

.footer-social.social-icon .ic-whatsapp {
    color: #25D366
}

.popup-container video {
    aspect-ratio: 1;
    max-width: 500px;
}

.logo-banner {
    height: auto;
}

.single-brand .gallery-wrapper .swiper-gallery .swiper-slide {
    aspect-ratio: 1;
}

.single-brand .gallery-wrapper .swiper-slide .media-wrapper {
    height: 100%;
}

.lang-selector a {
    text-transform: uppercase;
}

.pagination {
    margin-top: 36px;
    /* text-align: center; */
    font-size: 24px;
    display: flex;
    gap: 14px;
    justify-content: center;
}

.other-section .section-heading .fsw-h4 {
    text-transform: uppercase;
}

.social-icon button {
    width: 40px;
    height: 40px;
    background-color: var(--color-white);
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-silver-50);
}

.social-icon button .ic {
    color: var(--color-black);
    font-size: var(--font-size-sm);
}

.singleContent-section .social-icon button {
    border: 1px solid var(--color-silver-100);
}

.directory-cate .icon-circle img {
    width: 16px;
    height: auto;
}

.directory-cate .a-center {
    max-width: 120px;
    text-transform: capitalize;
    /* text-transform: lowercase; */
}

.directoryGroup-grid .directory-item .fsw-title {
    margin-bottom: var(--spacing-2xs);
    transition: color var(--transition) var(--timing-function);
}

.anchor-item .icon-circle > img,
.otherVoucher-content img {
    height: auto;
}

.error404 .custom-logo-link img {
    filter: brightness(0) invert(1);
}

.section-heading .fsw-h1 {
    width: 50%;
}

.page-homepage .tourist-section {
    background-color: var(--color-black);
}

.tourist-section .fsw-h2 {
    max-width: 800px;
}

.tourist-section .icon-item .c-white.a-center {
    max-width: 140px;
}

.tourist-section .icon-item .icon-circle img {
    width: 24px;
    height: auto;
}

.input-search {
    font-family: 'DB Adman X', sans-serif;
    font-size: 16px;
}

.fullSlide-section .fullSlide-overlay img,
.fullSlide-overlay img {
    height: auto;
}

.main-menu a {
    text-align: center;
}

.entry-content tr,
.entry-content td {
    border: 1px solid #000;
}

.entry-content td {
    padding: 5px;
}

.entry-content iframe {
    width: 100%;
}

.logo-item .wp-post-image {
    filter: grayscale(1);
    transition: 0.2s;
}

.logo-item .wp-post-image:hover {
    filter: none;
    transition: 0.2s;
}

.page-blog .section-heading .fsw-h1,
.page-blog .swiper-wrapper .fsw-tagline {
    text-transform: uppercase;
}

.blog-thumb .fsw-tagline {
    text-transform: uppercase;
}

.loading-image {
    width: 100%;
    height: auto;
}

/** Entersite */
.landing-page-wrapper {
	align-content: center;
	text-align: center;
	padding: 20px;
}

.landing-page-image img {
	max-height: 80vh;
	max-width: 100%;
	width: auto;
	height: auto;
}

.landing-page-button {
	margin-block-start: 16px;
}

.landing-page-button .button {
    background-color: #aa9b6d;
    padding: 0.5em 30px;
    color: #fff;
    border-radius: 32px;
}

#footer.footer-entersite {
    padding-block: 24px;
    background: #fff;
}

.footer-entersite .wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.footer-entersite .filter-white {
    filter: brightness(0) !important;
}

@media( min-width: 992px ) {
    .footer-entersite  .wp-block-group {
        max-width: 500px;
        margin-left: auto;
    }

    .footer-entersite .wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer-entersite .copyright {
        margin-right: auto;
    }
}