/** Root **/
:root {
    --color-primary: #FFC555;
    --color-secondary: #000000;
    --color-paragraph: #74787C;
    --color-body: #FFF5CF;
    --color-white: #FFFFFF;
    --title-font: "Kanit", serif;
    --body-font: "Inter", sans-serif;
}

/*** theme button ***/
.glamer-button .glamer-btn {
    display: inline-flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
}

.glamer-button .glamer-btn svg {
    width: 12px;
    margin-left: 5px;
}

.glamer-button .glamer-btn:hover svg {
    fill: var(--color-white);
    transition: .4s;
}
.single-post-wrapper .post-thumbnail-wrapper img {
    height: 100%;
}
.single-post-wrapper.glamer-post-grid-2 .post-thumbnail-wrapper {
    width: 100%;
}
/*** section title ***/

.section-title-wrap .small-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-secondary);
}

.section-title .section-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.section-title .section-title-wrapper .section-title-wrap {
    width: 100%;
}

/*** featured post **/
.glamber-hero-wrapper .swiper {
    padding-right: 0;
    padding-bottom: 0;
}

.glamber-hero-card .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-img .blog-tag .cat-links i {
    display: none;
}

@media screen and (max-width: 991) {
    .in-travel .single-post-list-style.blog-two .post-thumbnail-wrapper {
        width: 100%;
    }
}

.post-thumbnail-wrapper .tumbnail-tag .cat-links i {
    display: none;
}

.blog-post-card-v3 .post-meta i {
    color: #FFFFFF;
}

.home-widget p:empty {
    display: none;
}

header.nav-header.header-layout2 .container {
    display: flex;
    flex-direction: column;
}

.post-grid-layout-3 .thumnail-swiper-slider .post-thumbnail-wrapper {
    height: 260px;
}

.post-grid-layout-2 .thumnail-swiper-slider .post-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
}

.post-grid-layout-3 .thumnail-swiper-slider .post-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
}

.footer-one-top-categories-widget-info .widget-title {
    text-transform: uppercase;
}

.footer-one-top-categories-widget-info {
    overflow: hidden;
}

@media screen and (min-width: 48em) {
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

.header-v3-social-wrapper {
    display: none;
}

.header-v3-social-wrapper .header-sidebar-social-icon {
    margin-top: 0;
}

.header-middle-area {
    background: var(--color-body);
    z-index: 0;
    position: relative;
}

.glamer-cf-area {
    border-radius: 30px;
    border: 3px solid var(--color-secondary);
    -webkit-box-shadow: 0px 5px 0px 0px var(--color-secondary);
    box-shadow: 0px 5px 0px 0px var(--color-secondary);
    margin-bottom: 40px;
    overflow: hidden;
}

.footer-layout1 {
    background: transparent !important;
}

.glamer-pageLink-item.footer-addons ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 30px;
}

.glamer-pageLink-item ul li a {
    color: var(--color-secondary);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

header.nav-header.header-layout1 .header-wrapper {
    padding: 46px 0;
}

.shop-section-title {
    margin-bottom: 35px;
}

.section-title.shop-section-title .section-title-wrapper .section-title-wrap .big-title {
    margin-bottom: 0px;
}

.arrow-glamer-btn-wrap {
    margin-top: 9px;
}

.header-search-popup .header-search-overlay .closes-button a {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    border-radius: 100%;
    color: var(--color-secondary);
    background: var(--color-white);
    padding: 14px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 3px solid var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-popup .header-search-overlay .closes-button a:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

@media (max-width: 1200px) {
    .glamer-featured-post-slider-wrapper .glamber-hero-slide-btn-prev {
        left: 0px;
    }

    .glamer-featured-post-slider-wrapper .glamber-hero-slide-btn-next {
        right: 5px;
    }
}

@media (max-width: 991px) {

    .glamer-featured-post-slider-wrapper .glamber-hero-slide-btn-next,
    .glamer-featured-post-slider-wrapper .glamber-hero-slide-btn-prev {
        display: none;
    }
}

/* <==========>
   <==========> Home Two Sidebar Widgets Styles <==========> */

.home-bar-items.home-widget>ul {
    padding: 30px 40px 30px 40px;
    list-style: none;
    margin: 0;
}

.home-bar-items.home-widget>ul>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0 0px 25px;
    border-radius: 100px;
    border: 3px solid var(--color-secondary);
    overflow: hidden;
    color: var(--color-secondary);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}

.home-bar-items.home-widget>ul>li>a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home-bar-items.home-widget>ul>li>a>span.post-count-number {
    padding: 10px 22px 10px 22px;
    background: var(--color-primary);
    border-left: 3px solid var(--color-secondary);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.home-bar-items.home-widget>ul>li>a:hover {
    color: var(--color-primary);
}

.home-bar-items.home-widget>ul>li>a:hover>span.post-count-number {
    color: var(--color-white);
    background-color: var(--color-secondary);
}

.home-bar-items .home-widget .top-posts-by-markus-wrapper .markus-item {
    padding: 0 !important;
}

/* <==========> Tag Styles <==========> */

.home-bar-items.home-widget .tagcloud {
    padding: 30px 40px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 6px;
    list-style: none;
}

.home-bar-items.home-widget .tagcloud a {
    display: inline-block;
    border-radius: 100px;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary);
    font-family: var(--title-font);
    font-size: 14px !important;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 1px 17px 1px 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    background: rgba(255, 197, 85, 0.30);
}

.home-bar-items.home-widget .tagcloud a::before {
    content: "#";
    position: absolute;
    top: 1px;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 1;
}

.home-bar-items.home-widget .tagcloud a:hover {
    background-color: var(--color-primary);
}

.home-bar-items.home-widget .top-posts-by-markus-wrapper .markus-item {
    border: none;
    padding: 30px 40px 0px 37px;
}

.home-bar-items.home-widget input[type="submit"],
.home-bar-item-content.stay-in-the-loop-wrapper input[type="submit"],
.home-bar-item-content.stay-in-the-loop-wrapper input[type=email],
.home-bar-items.home-widget input[type=email] {
    width: 100%;
    border-radius: 11px;
    margin-bottom: 10px;
    border-width: 2px;
}

.trams-and-condition input[type="checkbox"] {
    max-width: 13px !important;
    margin-top: 2px;
}

:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}

/* <==========> Widget First Post Styles <==========> */

.home-bar-items.home-widget .top-posts-by-markus-wrapper .markus-item:last-child {
    padding-bottom: 40px;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child .markus-img {
    height: 260px;
    width: 340px;
    min-width: 100%;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child .markus-item-content .markus-title {
    line-height: 30px;
    font-size: 24px;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child .markus-img img {
    border-radius: 20px;
    width: 100%;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child .markus-item-content {
    padding-top: 7px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 14px;
    width: 100%;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item .markus-item-content .post-meta ul {
    justify-content: flex-start;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item .markus-item-content .post-meta ul li:last-child {
    display: none;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item .markus-item-content .post-meta ul li a {
    padding-right: 0;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item .markus-item-content .post-meta ul li a::before {
    display: none;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child .markus-item-content .post-meta ul li a {
    padding-right: 35px;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child .markus-item-content .post-meta ul li span.author.vcard a::before {
    display: block;
}

.thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child .markus-item-content .post-meta ul li:last-child {
    display: block;
}

.top-posts-by-markus.border-added .top-posts-by-markus-wrapper .markus-item {
    border-bottom: 1px solid var(--color-secondary);
    padding-bottom: 30px;
    padding-top: 30px;
}

.top-posts-by-markus.border-added .top-posts-by-markus-wrapper .markus-item:last-child {
    border-bottom: 0px;
    padding-bottom: 35px;
}

@media (max-width: 1200px) {
    .thumb-full-width .top-posts-by-markus-wrapper .markus-item:first-child {
        display: none;
    }
}

/* <==========> SWIPER DEFAULT CSS <==========> */

.section-title.blog-section-top-wrp {
    margin-bottom: 30px;
}

/* Blog Image No Thumb */
.author-post-wrapper .blog-post-card-v2 .no-thum {
    height: 420px;
}

.blog-post-card-v3 .no-thum {
    height: 480px;
}

/* <==================>
Post Gallery Widget Styles
<==================> */

.top-posts-by-markus-wrapper.glamer-post-gallery-widget {
    padding: 59px 40px 35px 48px;
}

.top-posts-by-markus-wrapper.glamer-post-gallery-widget .markus-post-gallery-img {
    overflow: hidden;
}

.top-posts-by-markus-wrapper.glamer-post-gallery-widget .markus-post-gallery-img {
    height: 105px;
    width: 105px;
    max-width: 105px;
    object-fit: cover;
    border: 3px solid var(--color-secondary);
    border-radius: 20px;
    transition: all .3s ease-in-out;
}

.top-posts-by-markus-wrapper.glamer-post-gallery-widget .markus-post-gallery-img img {
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: 100%;
    height: 100%;
}

.top-posts-by-markus-wrapper.glamer-post-gallery-widget .markus-post-gallery-img:hover img {
    transform: scale(1.05);
}

.top-posts-by-markus-wrapper.glamer-post-gallery-widget .row {
    gap: 10px;
}

.markus-post-gallery-img.col-auto {
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px) and (max-width: 1360px) {
    .top-posts-by-markus-wrapper.glamer-post-gallery-widget .markus-post-gallery-img {
        width: 89px;
        height: 89px;
        max-width: 89px;
    }
}

@media (max-width: 768px) {
    .home-bar-items.home-widget>ul {
        padding: 20px 20px 10px 20px;
    }

    .home-bar-items.home-widget .tagcloud {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .top-posts-by-markus-wrapper.glamer-post-gallery-widget {
        padding: 44px 20px 20px 32px;
    }

    .top-posts-by-markus-wrapper.glamer-post-gallery-widget .markus-post-gallery-img {
        height: 109px;
        width: 109px;
        max-width: 109px;
    }
}

.author-card-wrapper.glamer-author-card-wrp .author-img {
    padding-top: 0;
    position: relative;
}

.author-card-wrapper.glamer-author-card-wrp .author-img img {
    border-radius: 20px;
    border: 4px solid var(--color-secondary);
    width: 346px;
    height: 300px;
    object-fit: cover;
}

.author-card-bg {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.author-card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-card-bg {
    width: 100%;
    padding: 0 40px;
}

.author-card-bg img {
    width: 340px;
    height: 165px;
    object-fit: cover;
}

.single-post-wrapper.single-post-list-style.blog-two .glamer-btn {
    margin-top: 8px;
}

@media (max-width: 991px) {

    .hero-swiper-v6-wrap .hero-swiper-v6-next,
    .hero-swiper-v6-wrap .hero-swiper-v6-prev {
        display: none;
    }
}

.grid-masonary .single-post-wrapper {
    display: inline-block;
}

.in-travel .infinite-wrapper {
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

/* project card 3---------------------------------- */
.marquee-wrap {
    display: flex;
}

.marquee-wrap:not(:last-child) {
    margin-bottom: 90px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .marquee-wrap:not(:last-child) {
        margin-bottom: 60px;
    }
}

.marquee-wrap .marquee__group .m-item {
    display: inline-flex;
    margin-right: 27px;
}

.social-card {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    flex: none;
    display: flex;
    align-items: center;
    gap: 37px;
}

.social-card a {
    color: var(--color-white);
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.social-card a:hover {
    color: var(--color-white);
}

.social-card span {
    animation: rotation 27s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}