@charset "UTF-8";

/* lo loader */
.lo-loader-wrap {
    text-align: center;
}

.lo-loader-text {
    display: block;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.lo-loader {
    display: block;
    width: 48px;
    height: 48px;
    border: 10px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    margin: auto;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.lo-loader::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    inset: -10px;
    border-radius: 50%;
    border: 10px solid #EB6621;
    animation: prixClipFix 2s infinite linear;
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

/* lo loader */

/* ==========================================================================
   Slider Section
   ========================================================================== */
.main-slider {
    position: relative;
}

.slider-content-wrap {
    height: 660px;
}

.main-slider .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.main-slider .element {
    animation-duration: 800ms;
}

.main-slider .bg-img {
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    animation-duration: 10000ms;
    z-index: -1;
}

.main-slider .text-right {
    text-align: left !important;
}

.main-slider .text-right .container {
    display: flex;
    justify-content: flex-end;
}

.main-slider .text-right .slider-content {
    width: 50%;
}

.main-slider .text-center .slider-content {
    padding: 0;
}

.main-slider .slider-caption {
    color: #fff;
    font-family: "Rubik", sans-serif;
}

.main-slider .slider-caption .inner-layer {
    display: inline-block;
    overflow: hidden;
}

.main-slider .owl-item.active .slider-caption {
    visibility: visible;
}

.main-slider .slider-caption.medium {
    white-space: nowrap;
    font-size: 32px;
    font-family: "Shadows Into Light", sans-serif;
    letter-spacing: 0;
    line-height: 26px;
    min-height: 26px;
    font-weight: 500;
    color: #B53391;
    letter-spacing: 1px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin-bottom: 20px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
}

.main-slider .slider-caption.big {
    white-space: nowrap;
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    color: #f1d6c5;
    letter-spacing: -3px;
    min-height: 70px;
    display: flex;
}

.main-slider .slider-content {
    position: relative;
    padding-left: 40px;
    margin-top: 80px;
    z-index: 1;
}

.main-slider .slider-caption.medium-large {
    font-size: 24px;
    line-height: 30px;
    color: #B53391;
}

.main-slider .slider-caption.small {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    color: #e8cdbc;
    margin-top: 15px;
}

.main-slider .slider-btn-group {
    margin-top: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.main-slider .slider-btn {
    background-color: #B53391;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 12;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 0 30px;
    line-height: 45px;
}

.main-slider .slider-btn i {
    margin-left: 5px;
    line-height: 45px;
}

.main-slider .slider-btn:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.2s ease-in-out;
}

/*Slider Shape*/
.slider-shape {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}

.slider-shape.left {
    background-position: left bottom;
    left: 0;
}

/*Food Image*/
.food-img {
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 50px;
    bottom: -30px;
}

/*Food Design*/
.food-design {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -50px;
    top: 50px;
    z-index: -1;
}

/*Center Slide*/
.single-slide.center .slider-content {
    margin-top: -30px;
}

.main-slider .single-slide.center .slider-caption.small {
    margin-top: 0;
}

.main-slider .single-slide.center .slider-caption.big {
    justify-content: center;
}

.single-slide.center .food-img {
    background-position: bottom center;
    background-size: 60%;
    bottom: -50%;
    right: -5%;
}

.single-slide.center .food-design {
    background-position: center bottom;
    background-size: 65%;
    right: 0;
}

/*Right Slide*/
.single-slide.right .food-img {
    background-position: center left;
    background-size: 55%;
    top: 15%;
    right: 0;
}

.single-slide.right .food-design {
    background-position: left center;
    background-size: 55%;
    right: -2%;
    top: 2%;
}

/*=======================
    Character Animation
=========================*/
.main-slider .slick-active .char-top .char {
    -webkit-animation: fade-in-top 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fade-in-top 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}

.main-slider .slick-active .char-right .char {
    -webkit-animation: fade-in-right 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fade-in-right 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}

.main-slider .slick-active .char-expand .char {
    -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}

.main-slider .slick-active .char-bottom .char {
    -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fade-in-bottom 0.8s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}


/*=======================
    Reveal Animation
=========================*/
.reveal-text,
.reveal-text span {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
    position: relative;
    -webkit-animation-name: clip-text;
    animation-name: clip-text;

}

.reveal-text span {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
    animation-name: text-revealer;
}

/* Bullets */
.main-slider .slick-dots {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: 0;
    list-style: none;
    z-index: 2;
}

.main-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}

.main-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.7);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -99999px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.main-slider .slick-dots li button:focus,
.main-slider .slick-dots li button:active {
    outline: none;
}

.main-slider .slick-dots li.slick-active button {
    background-color: #EB6621;
    transition: all 0.3s ease-in-out;
}

/* Vertical Dots */
.main-slider.vertical-dots .slick-dots {
    width: auto;
    height: auto;
    bottom: 50%;
    left: auto;
    right: 50px;
    transform: translateY(50%);
}

.main-slider.vertical-dots .slick-dots li {
    display: block;
    margin: 5px 0;
}

/* Slick */
.main-slider .slick-arrow {
    background-color: #EB6621;
    color: #fff;
    font-size: 50px;
    width: 40px;
    height: 70px;
    line-height: 70px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.main-slider:hover.main-slider .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.main-slider .slick-arrow.slick-prev i {
    margin-left: 5px;
}

.main-slider .slick-arrow.slick-next {
    border-radius: 5px 0 0 5px;
    left: auto;
    right: 0;
}

.main-slider .slick-arrow.slick-next i {
    margin-left: -20px;
}

.main-slider .slick-arrow:hover {
    background-color: #494A4D;
    color: #fff;
    transition: all 0.3s ease-in-out;
}



/*Slider Resposnsive CSS
==========================*/
@media only screen and (max-width: 992px) {

    .slider-content-wrap {
        height: 450px;
    }

    .main-slider .slider-content {
        margin-top: 50px;
    }

    .main-slider .slider-caption.medium {
        font-size: 18px;
    }

    .main-slider .single-slide.center .slider-caption.big,
    .main-slider .slider-caption.big {
        font-size: 42px;
        line-height: 50px;
        min-height: 50px;
        letter-spacing: -1px;
    }

    .main-slider .slider-caption.medium-large {
        font-size: 20px;
        line-height: 20px;
    }

    .main-slider .slider-caption.small {
        font-size: 14px;
        line-height: 24px;
    }

    .main-slider .slider-btn-group {
        margin-top: 10px;
        margin-top: 25px;
    }

    .main-slider .slider-btn {
        line-height: 45px;
        padding: 0 35px;
        font-size: 12px;
    }

    .main-slider.owl-carousel div.owl-nav button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }

    .food-design {
        display: none;
    }

    .food-img {
        background-size: 40%;
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {

    .slider-shape,
    .food-img {
        display: none;
    }

    .main-slider .slider-content {
        padding-left: 0;
        text-align: center;
    }

    .main-slider .slider-btn-group.justify-content-left {
        justify-content: center !important;
    }

    .main-slider .single-slide.center .slider-caption.big,
    .main-slider .slider-caption.big {
        font-size: 42px;
        line-height: 50px;
        min-height: 50px;
        letter-spacing: -1px;
    }

    .main-slider .text-right .slider-content {
        width: 100%;
    }
}

@media only screen and (max-width: 520px) {

    .main-slider .single-slide.center .slider-caption.big,
    .main-slider .slider-caption.big {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .main-slider .slider-caption.small br {
        display: none;
    }

    .main-slider .slider-content {
        padding: 0 40px !important;
    }
}

/*=====================================================
    Navigation And Headers
=====================================================*/
.header {
    background-color: transparent;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    padding: 10px 0;
    border-bottom: 1px solid #f1d6c530;
    z-index: 99;
}

.header-logo img {
    max-width: 100%;
}

.header-logo .dark {
    display: none;
}

.sticky-header.sticky-fixed-top .header-logo .light {
    display: none;
}

.sticky-header.sticky-fixed-top .header-logo .dark {
    display: block;
}

.sticky-header.sticky-fixed-top .header-logo img {
    max-width: 135px;
}

/* Sticky Header */
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
}

.sticky-header .primary-header {
    background-color: #fff;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.admin-bar .sticky-header {
    top: 32px;
}

.admin-bar .header {
    margin-top: 32px;
}

.admin-bar .header-three {
    margin-top: 0;
}

.sticky-header.sticky-fixed-top {
    transition: transform 1s ease;
    will-change: transform;
}

.sticky-header.sticky-fixed-top {
    transform: translateY(0);
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Burger Menu */
.mobile-menu-icon {
    display: none;
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dark-text .line-menu,
.line-menu {
    background-color: #EB6621;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/* Menu Style */
.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative;
}

.header-menu-wrap ul li.active a{
    color: #EB6621;
}

.header-menu-wrap ul li>a {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 500;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0 15px;
    height: 90px;
    line-height: 90px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.header.dark-text .header-menu-wrap ul li>a {
    color: #0e1318;
}

.header-two.dark-text .header-menu-wrap ul li>a {
    color: #0E1318;
}

.header-two.dark-text .header-menu-wrap ul li>a:hover {
    color: #EB6621;
}

.header-two .header-menu-wrap ul li.active a{
    color: #EB6621;
}

.header-menu-wrap ul li:hover>a {
    color: #EB6621;
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 220px;
    padding: 0;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.header-menu-wrap li li {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.header-menu-wrap li li:last-child {
    margin: 0;
    border-bottom: 0;
}

.header-menu-wrap li li>a {
    font-family: "Rubik", sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: #1e1318;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: -0.5px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap li li:hover {
    background-color: #B53391;
}

.header-menu-wrap li li:hover>a {
    color: #fff;
}

.header.dark-text .header-menu-wrap li li:hover>a {
    color: #fff;
}

.header-menu-wrap li ul li ul {
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
}

/* Media Query */
@media (min-width: 993px) {
    .header-menu-wrap li ul {
        display: block !important;
    }

    .sticky-fixed-top .header-right .search-icon,
    .sticky-fixed-top .header-menu-wrap ul li>a {
        color: #B53391;
    }

    .sticky-fixed-top .header-right .search-icon,
    .sticky-fixed-top .header-menu-wrap ul li>a:hover {
        color: #EB6621;
    }

    .sticky-fixed-top .header-menu-wrap ul li.active>a {
        color: #EB6621;
    }

    .sticky-fixed-top .header-menu-wrap li li:hover>a {
        color: #fff;
    }    
}

@media (max-width: 992px) {
    #page.site {
        margin-top: 0 !important;
    }

    .headroom--top .header-menu-wrap,
    .headroom--unpinned .header-menu-wrap {
        display: none !important;
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 21px;
        right: 10px;
        width: 10px;
        height: 2px;
        background-color: #6a7c92;
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        margin: 0;
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header-menu-wrap ul li>a {
        padding: 10px 15px;
        height: inherit;
        line-height: inherit;
    }

    .header-menu-wrap li li:hover>a {
        background-color: transparent;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
        padding-top: 11px;
    }

    .header-menu-wrap li li {
        padding-left: 11px;
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .header-menu-wrap ul li>a {
        color: #B53391;
        font-size: 14px;
    }

    .header-menu-wrap ul li>a:hover {
        color: #EB6621;
    }

    .header-menu-wrap li li>a {
        color: #0e1318;
        font-size: 12px;
    }

    .header-menu-wrap li li:hover>a {
        color: #fff;
    }

    .sticky-fixed-top .header-right .search-icon {
        color: #0e1318;
    }

    .sticky-fixed-top .line-menu {
        background-color: #0e1318;
    }

    .line-menu {
        background-color: #FFFFFF;
    }

    .primary-header-two .header-right a.header-btn {
        margin: 0;
    }

    .header-two .mid-header .header-logo {
        text-align: center;
    }
}

@media (max-width: 580px) {
    .header-right a.dl-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }

    .primary-header .header-logo {
        max-width: 150px;
    }

    .top-bar .top-left li {
        font-size: 12px;
    }

    .sticky-header {
        display: none;
    }
}

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px;
}

.header-right .mobile-menu-icon {
    margin-left: 20px;
}

.header-right a.header-btn {
    display: inline-block;
    background: #B53391;
    color: #FFF;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.header-right a.header-btn:hover {
    color: #fff;
}

.header-right a.header-btn span {
    background: #0e1318 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.header-right a.header-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

.header-right .search-icon {
    color: #f1d6c5;
    cursor: pointer;
    font-size: 20px;
}

.header.dark-text .header-right .search-icon {
    color: #0e1318;
}

.header-right .search-icon:hover {
    opacity: 0.8;
}

.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.primary-header .header-logo {
    max-width: 185px;
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important;
}

/* Top Bar */
.top-bar {
    background-color: #07122D;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.top-bar .top-left li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.top-bar .top-left li:first-child {
    margin-right: 10px;
}

.top-bar .top-left li a {
    color: #fff;
    text-decoration: none;
}

.top-bar .top-social li {
    display: inline-block;
    margin-left: 13px;
}

.top-bar .top-social li:first-child {
    margin-left: 0;
}

.top-bar .top-social li a {
    color: #fff;
    font-size: 12px;
}

.top-bar .top-social li a:hover {
    color: #ddd;
}

@media (max-width: 767px) {
    .top-bar .top-right {
        display: none;
    }

    .top-bar .top-left li,
    .top-bar .top-left li:first-child {
        border: none;
    }

    .top-bar .top-left li {
        padding-left: 0;
        padding-right: 20px;
    }
}

/* Header 1 */
.primary-header-one .header-menu-wrap {
    margin-left: auto;
}

.header-cart-btn {
    margin-left: 10px;
}

.header-cart-btn a {
    color: #0e1318;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.header-cart-btn a .num {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #B53391;
    color: #fff;
    font-size: 11px;
    display: block;
    top: -8px;
    right: -9px;
    line-height: 16px;
    text-align: center;
}

/* Header 2 */
.header-two {
    border-bottom: 4px solid #EB6621;
    position: relative;
}

.header-two .mid-header {
    padding: 30px 0 70px 0;
}

.header-two .mid-header {
    padding: 30px 0;
}

.header-two .mid-header .mid-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-two .mid-header .header-logo {
    max-width: 180px;
}

.header-two .mid-header ul li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
}

.header-two .mid-header ul li:not(:last-of-type) {
    margin-right: 40px;
}

.header-two .mid-header ul li .icon {
    color: #B53391;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-two .mid-header ul li span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0e1318;
    text-transform: capitalize;
}

.header-two .mid-header ul li a {
    text-decoration: none;
}

.header-two .mid-header ul li a:hover {
    opacity: 0.9;
}

.header-two .primary-header {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 9;
}

.header-two .primary-header {
    background-color: #FFFFFF;
    position: inherit;
    transform: translateY(0);
}

.primary-header-two .header-menu-wrap ul li>a {
    color: #fff;
    padding-right: 30px;
    padding-left: 0;
}

.primary-header-two .header-menu-wrap ul li>a:hover {
    color: #B53391;
}

.primary-header-two .header-menu-wrap li li>a {
    color: #0e1318;
}

.primary-header-two .header-menu-wrap li li:hover>a:hover {
    color: #B53391;
}

.primary-header-two .header-right .search-icon {
    color: #fff;
}

.primary-header-two .header-menu-wrap li ul {
    left: -20px;
}

.primary-header-two .header-menu-wrap li ul li ul {
    left: 100%;
}

.sticky-header .primary-header-two {
    box-shadow: none;
    background-color: transparent;
}

.header-2 .sticky-header {
    background-color: #0e1318;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.primary-header-two .header-right .header-cart-btn a {
    color: #fff;
}

@media (max-width: 992px) {
    .header-two {
        border: none;
    }

    .header-two .primary-header {
        background-color: #FFFFFF;
        position: inherit;
        transform: translateY(0);
    }

    .header-two .mid-header {
        padding: 20px 0;
    }

    .header-two .mid-header-right {
        display: none;
    }

    .header-two .primary-header-inner {
        padding: 20px 0;
    }

    .header-2 .sticky-header .primary-header-inner {
        padding: 10px 0;
    }

    .primary-header-inner {
        padding: 0;
    }

    .sticky-header .primary-header-inner {
        padding: 0;
    }

    .primary-header-two .primary-header-inner .header-right {
        margin-left: 0;
        justify-content: center;
        width: 100%;
    }

    .header-two .mid-header .mid-header-inner {
        justify-content: center;
    }

    .viewport-sm .primary-header-two .header-right .search-icon {
        display: inherit;
    }

    .cart-enable.primary-header-two .header-right .header-cart-btn,
    .primary-header-two .header-right .search-icon {
        margin-right: auto;
    }

    .cart-enable.primary-header-two .header-right .search-icon {
        margin-right: 0;
    }

    .primary-header-two .header-right .mobile-menu-icon {
        margin-left: auto;
    }

    .primary-header-two .header-right .line-menu {
        background-color: #fff;
    }

    .primary-header-two .header-menu-wrap ul li ul li ul,
    .primary-header-two .header-menu-wrap ul li ul {
        left: inherit;
    }

    .primary-header-two .header-menu-wrap li li:hover>a,
    .primary-header-two .header-menu-wrap li li>a,
    .primary-header-two .header-menu-wrap ul li>a {
        color: #0e1318;
    }

    .header-1 .header-right a.header-btn {
        margin-left: 15px;
        margin-right: 0;
    }
}


@media screen and (max-width: 782px) {
    .admin-bar .header-three {
        top: 0;
    }
}

@media (max-width: 992px) {
    .header-menu-wrap {
        top: 100%;
    }

    .primary-header-three .header-right .line-menu {
        background-color: #fff;
    }

    .sticky-header .primary-header-three .header-right .line-menu {
        background-color: #222222;
    }

    .primary-header-three .header-menu-wrap ul li ul li ul,
    .primary-header-three .header-menu-wrap ul li ul {
        left: inherit;
    }

    .primary-header-three .header-menu-wrap ul li:hover>a,
    .primary-header-three .header-menu-wrap li li:hover>a,
    .primary-header-three .header-menu-wrap li li>a,
    .primary-header-three .header-menu-wrap ul li>a {
        color: #0e1318;
    }

    .primary-header .header-logo {
        max-width: 190px;
    }

    .primary-header-three .primary-header-inner {
        padding: 0;
    }
}

/* Search Box */
#popup-search-box {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}

#popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%;
}

#popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    /* Edge */
    color: #444;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #444;
}

#popup-search-box .box-inner-wrap input::placeholder {
    color: #444;
    font-size: 36px;
}

#popup-search-box .box-inner-wrap input {
    font-family: "Rubik", sans-serif;
    width: 100%;
    padding: 20px 30px;
    padding-right: 80px;
    background: transparent;
    border: none;
    font-size: 36px;
    color: #ddd;
}

#popup-search-box .box-inner-wrap input:focus {
    outline: none;
}

#popup-search-box .box-inner-wrap button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #444;
    font-size: 50px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#popup-search-box .box-inner-wrap button:hover {
    color: #ddd;
}

#popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

@media screen and (max-width: 600px) {
    #popup-search-box .box-inner-wrap form {
        width: 90%;
    }

    #popup-search-box .box-inner-wrap input,
    #popup-search-box .box-inner-wrap button {
        font-size: 3em;
    }
}

/*  ======= Page Header ======= */
.page-header {
    background-color: #EB6621;
    background-image: url('../img/bgs/page-header.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-header .overlay {
    background-color: #0e1318;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
}

.page-header-content {
    text-align: center;
    margin-top: 60px;
}

.page-header-content h4 {
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    background: #EB6621;
    display: inline-block;
    padding: 2px 6px;
    font-weight: 400;
    letter-spacing: 1px;
}

.page-header-content h2 {
    color: #FFFFFF;
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 48px;
}

.page-header-content.blog-single h2 {
    font-size: 36px;
    line-height: 46px;
}

.page-header-content p {
    color: #ddd;
    margin: 0;
}

/* Blog */
.blog-section {
    position: relative;
}

.blog-posts .post-card {
    background-color: #fff;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.blog-posts .post-thumb {
    position: relative;
    overflow: hidden;
}

.blog-posts .post-thumb img {
    width: 100%;
}

.blog-posts .post-thumb .category {
    background-color: #eb8215;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    top: 20px;
    letter-spacing: 0;
}

.blog-posts .post-thumb .category a {
    color: #fff;
}

.blog-posts .post-content .post-meta {
    margin-bottom: 10px;
}

.blog-posts .post-content .post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.blog-posts .post-content .post-meta li i {
    font-size: 15px;
    color: #eb8215;
    margin-right: 10px;
}

.blog-posts .post-content .post-meta li a {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e1318;
}

.blog-posts .post-content .post-meta li a:hover {
    color: #eb8215;
}

.blog-posts .post-content {
    background-color: #fff;
    padding: 30px;
}

.blog-posts .post-content h3 a {
    color: #0e1318;
}

.blog-posts .post-content h3 a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.blog-posts .post-content h3 {
    font-family: "Rubik", sans-serif;
    color: #0e1318;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 28px;
}

.blog-posts .post-content .read-more {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e1318;
    display: flex;
    align-items: center;
}

.blog-posts .post-content .read-more i {
    font-size: 25px;
    margin-left: 5px;
    margin-bottom: 2px;
    transition: all 0.3s ease-in-out;
}

.blog-posts .post-content .read-more:hover {
    color: #eb8215;
}

.blog-posts .post-content .read-more:hover i {
    transform: translateX(5px);
    color: #eb8215;
}

/* Classic Layout */
.classic-layout .post-thumb {
    height: 350px;
}

.classic-layout .post-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.classic-layout .post-content {
    padding: 50px;
}

.classic-layout .post-content h3 {
    font-size: 28px;
    line-height: 36px;
}

.classic-layout .post-card {
    margin-bottom: 30px;
}

/* Pagination */
.pagination-wrap li {
    display: inline-block;
    margin: 5px;
}

.pagination-wrap li a {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #3E85A3;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #EB6621;
    color: #fff;
}

.pagination-wrap li a.active {
    background-color: #EB6621;
    border: 1px solid #EB6621;
    color: #fff;
}


/* Single Layout */
.single-layout .post-thumb {
    height: 350px;
}

.single-layout .post-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.single-layout .post-content h3 {
    font-size: 28px;
    line-height: 36px;
}

.single-post-list h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
}

.single-post-list li {
    display: flex;
    align-items: center;
}

.single-post-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.single-post-list li i {
    font-size: 12px;
    color: #eb8215;
    margin-right: 10px;
}

.single-post-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    margin: 30px 0;
}

.single-layout blockquote {
    background-color: #f9fafa;
    padding: 35px;
    color: #0e1318;
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    border-left: 3px solid #eb8215;
    position: relative;
    margin: 30px 0;
}

.single-layout blockquote span {
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: block;
    color: #1e1318;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.single-layout blockquote:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    right: 20px;
    bottom: 0;
    font-size: 80px;
    color: #1e1318;
    width: 80px;
    height: 80px;
    opacity: 0.2;
}

/* Author Box */
.author-box {
    background-color: #f9fafa;
    padding: 30px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    border-left: 3px solid #eb8215;
}

.author-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.author-box .author-info {
    margin-left: 30px;
}

.author-box .author-info h4 {
    font-size: 18px;
    font-weight: 600;
}

/* Post Navigation */
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    align-items: center;
    margin-top: 30px;
}

.post-navigation .nav {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 25px;
    position: relative;
    z-index: 1;
}

.post-navigation .nav h4 {
    font-size: 22px;
    line-height: 28px;
}

.post-navigation .nav h4 a:hover {
    text-decoration: underline;
}

.post-navigation .nav:before {
    background-color: #0e1318;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

.post-navigation .nav:hover:before {
    opacity: 0.8;
}

.post-navigation .nav.next {
    text-align: right;
}

.post-navigation .nav.prev i {
    margin-right: 10px;
}

.post-navigation .nav.next i {
    margin-left: 10px;
}

.post-navigation span {
    display: block;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.post-navigation h4 {
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.post-navigation h4 a {
    color: #fff;
}

/* Posts Comments */
.comments-area .comments {
    border-bottom: 0;
    margin-bottom: 0;
}

.comments-area li>div {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 35px;
}

.comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.comments-area ol>li:last-child div {
    border-bottom: 0;
}

.comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.comments-area li>div {
    position: relative;
}

.comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.comments-area .comment-main-area {
    padding-left: 100px;
}

.comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.comments-area .comments-meta h4 {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.comments-area .comments-meta h4 span {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
    color: #1e1318;
    letter-spacing: 0;
}

.comments-area .comment-reply-link {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #eb8215;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.comments-area .comment-reply-link:before {
    background-color: #eb8215;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

/* Comment Form */
.comment-respond form input,
.comment-respond form textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.comment-respond form input:focus,
.comment-respond form textarea:focus {
    border-color: #eb8215;
}

.comment-respond form textarea {
    height: 160px;
    padding: 15px;
}

.comment-respond .form-inputs {
    overflow: hidden;
}

.comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

.comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

.comment-respond .form-submit input {
    font-family: "Rubik", sans-serif;
    max-width: 200px;
    background-color: #eb8215;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.comment-respond .form-submit input:hover {
    opacity: 0.9;
}

/* Single Post Title */
.single-post-tittle {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin: 30px 0;
}

.single-post-tittle span {
    height: 4px;
    width: 30px;
    display: inline-block;
    background: #eb8215;
    position: relative;
    margin-left: 10px;
    top: -4px;
}

.single-post-tittle span:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    height: 4px;
    width: 4px;
    background: #eb8215;
}

/* Sidebar Widgets */
.sidebar-wrap {
    padding-left: 40px;
}

.blog-posts .grid-layout {
    margin-top: -15px;
}

.sidebar-wrap .sidebar-widget:not(:last-of-type) {
    margin-bottom: 40px;
}

/* Widget Tittle */
.widget-tittle {
    display: block;
    overflow: hidden;
    position: relative;
}

.widget-tittle span {
    height: 4px;
    width: 30px;
    display: inline-block;
    background: #eb8215;
    position: relative;
    margin-left: 10px;
    top: -4px;
}

.widget-tittle span:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    height: 4px;
    width: 4px;
    background: #eb8215;
}

.widget-tittle h2 {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -1px;
}

/* About Widget */
.about-widget {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #eee;
}

.about-widget img {
    width: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.about-widget h3 {
    font-size: 18px;
    font-weight: 600;
}

/* Search Form */
.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form .form-control {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    height: 50px;
    border: 1px solid #eee;
    padding-right: 40px;
}

.sidebar-widget .search-form .form-control:focus {
    border: 1px solid #eb8215;
}

.sidebar-widget .search-form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 15px;
    color: #1e1318;
}

.sidebar-widget .search-form .search-btn:hover,
.sidebar-widget .search-form .search-btn:focus {
    color: #eb8215;
}

/* Categories */
.sidebar-widget .categories li {
    display: flex;
    align-items: center;
    position: relative;
}

.sidebar-widget .categories li:not(:last-of-type) {
    margin-bottom: 15px;
}

.sidebar-widget .categories li a {
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.2px;
    color: #1e1318;
    font-size: 16px;
    color: #777;
    transition: all 0.2s ease-in-out;
}

.sidebar-widget .categories li a:hover {
    color: #0e1318;
    text-decoration: underline;
}

.sidebar-widget .categories li a:hover span {
    background-color: #eb8215;
    color: #fff;
}

.sidebar-widget .categories li a span {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #777;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.sidebar-widget .categories.archive li a span {
    width: 50px;
}

/* Social Widget */
.social-widget {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.social-widget li a {
    background-color: #eb8215;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    display: block;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border-radius: 2px;
}

.social-widget li a:hover {
    opacity: 0.8;
}

.social-widget li a i {
    margin-right: 10px;
}

.social-widget li .facebook {
    background-color: #3b5998;
}

.social-widget li .twitter {
    background-color: #1da1f2;
}

.social-widget li .instagram {
    background-color: #e1306c;
}

.social-widget li .pinterest {
    background-color: #bd081c;
}

.social-widget li .dribbble {
    background-color: #ea4c89;
}

.social-widget li .linkedin {
    background-color: #0e76a8;
}


/* Recent Posts */
.recent-post li {
    display: flex;
    align-items: flex-start;
}

.recent-post li:not(:last-of-type) {
    margin-bottom: 30px;
}

.recent-post .thumb img {
    max-width: 90px;
    border-radius: 2px;

}

.recent-post .recent-post-meta {
    padding-left: 15px;
}

.recent-post .recent-post-meta h3 {
    font-size: 16px;
    color: #0e1318;
    font-weight: 700;
    line-height: 24px;
}

.recent-post .recent-post-meta i {
    font-size: 15px;
    color: #eb8215;
    margin-right: 8px;
}

.recent-post .recent-post-meta .date {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #1e1318;
}

.recent-post .recent-post-meta h3 a {
    color: #0e1318;
}

.recent-post .recent-post-meta h3 a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Tags */
.tags li {
    display: inline-block;
}

.tags li a {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #eb8215;
    padding: 3px 15px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 3px 5px 0;
}

.tags li a:hover {
    background-color: #0e1318;
    color: #fff;
}


/* Responsive CSS */
@media (max-width: 1024px) {
    .blog-posts .post-content h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {

    .page-header-content h2 {
        font-size: 36px;
    }

    .page-header-content p br {
        display: block;
    }

    .sidebar-wrap {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .classic-layout .post-content {
        padding: 30px;
    }

    .page-header-content h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .author-box {
        display: block;
    }

    .author-box .author-info {
        margin: 0;
        margin-top: 15px;
    }

    .post-navigation .nav h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .post-navigation .nav {
        padding: 20px;
    }
}