/*body starts*/
body{
    background-color: #F5F7F8;
    color: #000000;
    /*font-family: 'SF Pro Display', sans-serif;*/
    font-family: 'Lora', serif;
}

/*---- button style to change color of btn-warning bootstrap class ----*/
.btn-warning {
    --mdb-btn-bg: #73530D;
    --mdb-btn-color: #fff;
    --mdb-btn-box-shadow: 0 4px 9px -4px #495E57;
    --mdb-btn-hover-bg: #73530D;
    --mdb-btn-hover-color: #fff;
    --mdb-btn-focus-bg: #73530D;
    --mdb-btn-focus-color: #fff;
    --mdb-btn-active-bg: #73530D;
    --mdb-btn-active-color: #fff;
    --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(228, 161, 27, 0.3), 0 4px 18px 0 rgba(228, 161, 27, 0.2);
}
/*---- button style to change color of btn-warning bootstrap class ends ----*/
/* body ends*/
/***************************** landing page css Starts here *****************************/
/* Logo and search bar */
/* .btn:hover{
     color:#fff;
}
 .input-text:focus{
     box-shadow: 0px 0px 0px;
     border-color:#f8c146;
     outline: 0px;
}
 .form-control {
     border: 1px solid #f8c146;
}
 */
a {
    font-size:14px;
    font-weight:700
}
.superNav {
    font-size:13px;
}
.form-control {
    outline:none !important;
    box-shadow: none !important;
}
@media screen and (max-width:540px){
    .centerOnMobile {
        text-align:center
    }
}
.mobile-icon{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tab-icon{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
}
.color-g{
    color: #495E57;
}
.color-b{
    background-color: #495E57 ;
    color: white;
}
.color-h:hover {
    background-color: #495E57 ;
    color: white;
}
.color-t{
    background-color: transparent ;
    box-shadow: none;
    color: white;
}
.color-o{
    background-color: darkorange;
}
.search-bordar{
    border:#495E57;
}
h1{
    /*font-family: 'SF Pro Display', sans-serif;*/
}
.landing-page-bg-1{
    background-image: url(../img/background-img/banner1.webp);
    background-repeat: no-repeat;
    background-color: #FDFCD7;
    display: flex;
    background-size: contain;
    background-position: right;
    width: auto;
    height: auto;
}
.banner-1{
    padding: 100px;
}
.banner{
    padding: 20px;
}
.landing-banner-small{
    background-image: url(../img/background-img/banner-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: auto;
    min-height: 150px;
}
/* card css starts */
/*---- Main Style ----*/
#cards_landscape_wrap-2{
    text-align: center;
    /* background: #F7F7F7;
     */
}
#cards_landscape_wrap-2 .container{
    padding-top: 20px;
    padding-bottom: 100px;
}
#cards_landscape_wrap-2 a{
    text-decoration: none;
    outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
    background: #495E57;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
    border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
    -webkit-transition:all .9s ease;
    -moz-transition:all .9s ease;
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease;
    /* width: 100%;
     height: 200px;
     */
    width: 100%;
    max-height: 316px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
    opacity: 0.7;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
    text-align: center;
    background-color: #F6F7F8;
    height: 470px;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
    background: #FFFFFF;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box span{
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    /*font-family: 'SF Pro Display', sans-serif;*/
    letter-spacing: 1px;
    color: #00626B;
}
/* card css ends */
/* Hover Bootstrap Cards starts */
.card{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    /*padding: 14px 80px 18px 36px;*/
    cursor: pointer;
}
.card:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.card span{
    font-weight: 600;
}

.card-1{
    background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}
.card-2{
    background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}
.card-3{
    background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}
@media(max-width: 990px){
    .card{
        margin: 20px;
    }
}
/* Hover Bootstrap Cards ends */
/* FAQ Accordion starts */
.accordion-container {
    width: 80%;
    max-width: 600px;
}
.accordion-item {
    background-color: #FFFFFF;
    /* White background for items */
    border: 1px solid #E0E0E0;
    /* Light border */
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    /* Softer shadow */
}
.accordion-header {
    background-color: #495E57;
    /* Soft purple */
    color: #FFFFFF;
    /* White text */
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}
.accordion-header:hover {
    background-color: #495E57;
    /* Darker shade of purple */
}
.accordion-content {
    background-color: #FAFAFA;
    /* Very light grey for content */
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}
.icon {
    transition: transform 0.3s ease;
}
.active .icon {
    transform: rotate(45deg);
}
/* FAQ Accordion ends */
/***************************** landing page css Ends here *****************************/
/***************************** Stores name and logo css starts here *****************************/
/***************************** Stores name and logo css ends here *****************************/
/***************************** advertisement css starts here *****************************/
/* advertise visibility css */
@media screen and (max-width: 991px) {
    .advertise {
        display: none;
    }
}
/***************************** advertisement css ends here *****************************/
/*slider css landing page starts*/
.carousel-item {
    /*height: 65vh;
    */
    /*min-height: 300px;
    */
}
.carousel-caption {
    bottom: 20px;
}
.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}
.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}
.carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    background: darkorange;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    margin-top: 15px;
}
.slider-vh-65 {
    height: 575px;
    min-height: 575px;
    width: 100%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
@media only screen and (max-width: 769px) {
    .carousel-caption {
        bottom: 8px;
    }
    .carousel-caption h5 {
        font-size: 17px;
        margin: -15px;
    }
    .carousel-caption a {
        padding: 5px 8px;
        font-size: 8px;
    }
    .slider-vh-65 {
        height: 270px;
        min-height: 195px;
        width: 100%;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 50% 20%;
        border-bottom-right-radius: 50% 20%;
    }
}
/* slider css landing page ends */
/* back to top button css starts */
#btn-back-to-top {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1;
    /*background-color: #495E57;
    */
}
/* back to top button css ends */
/*styles for categories sidebar css starts*/
/* The side navigation menu */
.sidebar {
    margin: 0;
    padding: 0;
    width: auto;
    background-color: white;
    /* position: fixed;
     */
    height: 100%;
    overflow: auto;
}
/* Sidebar links */
.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}
/* Active/current link */
.sidebar a:focus, a.active {
    /*background-color: rgb(52, 53, 56);*/
    background-color: #495E57;
    border-radius: 20px;
    font-weight: bold;
    color: white;
}
/* Links on mouse-over */
.sidebar a:hover:not(.active) {
    /*background-color: lightgrey;*/
    background-color: honeydew;
    border-radius: 20px;
    font-weight: bold;
    color: black;
}
/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 991px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
    }
    .sidebar a {
        float: left;
        overflow-x: scroll;
    }
    div.content {
        margin-left: 0;
    }
}
/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
/*@media screen and (max-width: 400px) {*/
/*    .sidebar a {*/
/*        text-align: center;*/
/*        float: left;*/
/*        overflow-x: scroll;*/
/*    }*/
/*}*/
/*styles for categories sidebar css starts*/
/*Login-Resigtration-Forget by Mahfuz*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/***** For Smartphones *******/
.container-center {
    position: relative;
    left: 50%;
    /*width: 85%;
    */
    height: auto;
    background-color: transparent;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    /*bottom: 50%;
    */
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
}
.text-shadow{
    text-align: center;
    color: #495E57;
    font-weight: 10;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
.opacity{
    text-align: center;
    color:#495E57;
    font-size: 1.1em;
    font-style:normal;
    line-height: 130%;
    opacity: .6;
}
.reset-form {
    width: 100%;
    overflow: hidden;
    background-color: #FEFEFE;
    padding: 21px 13px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
}
formgroup {
    position: relative;
    width: 100%;
    display: block;
    margin: 1em 0;
    font-size: 1em;
}
formgroup input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #888888;
    padding: 8px 0;
    font-size: inherit !important;
    margin-bottom: 13px;
    outline: none;
    opacity: 0.7;
}
formgroup input:focus {
    opacity: 1;
    border-bottom: 2px solid #495E57;
    color: #495E57;
}
formgroup label {
    position: absolute;
    font-size: 0.8em;
    top: -1em;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
    color: #888888;
    text-transform: uppercase;
}
formgroup span {
    position: absolute;
    top: -1em;
    left: -500px;
    opacity: 0;
    color: #495E57;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
formgroup input:focus + label {
    left: 500px;
    opacity: 0;
}
formgroup input:focus ~ span {
    left: 0;
    opacity: 1;
}
#login-btn {
    border: none;
    color: #FEFEFE;
    width: 100%;
    border-radius: 5px;
    /*box-shadow: 0px 3px 21px rgb(73, 94, 87);
    */
    background: #495E57;
    background-size: 100%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px;
}
.sign_in:hover {
    color: darkorange;
    --mdb-btn-hover-color: red;
    text-decoration: none;
    font-weight: bold;
}
.font14{
    font-size: 14px;
}
/*Login-Resigtration-Forget by Mahfuz*/

/*navbar mobile view left align*/
.nav-link{
    display: flex;
    justify-content: end;
}

/*********************************
Most Searched Items in Australia
**********************************/
/*.dropdown:hover>.dropdown-menu {*/
/*    display: block;*/
/*    top: auto;*/
/*}*/

/*.dropdown>.dropdown-toggle:active {*/
/*    !*Without this, clicking will make it sticky*!*/
/*    pointer-events: none;*/
/*}*/

.imgt{
    max-width: 100%;
    vertical-align: middle;

}
.imghome{
    max-width: 100%;
    vertical-align: middle;
}

@media all {

    .tab-list {
        padding-left: 0;
        padding-right: 0;
    }
    .tab-list > li {
        padding: 0 3%;
        border-left: 1px solid #6c6c6c;
        text-align: center;
        float: left;
        cursor: pointer;
    }
    .tab-list > li:first-child {
        border-left: none;
    }
    .tab-list > li:hover > h3,
    .tab-list > li.active > h3 {
        color: #4ECDC4;
    }
    .tab-list > li > h4 {
        font-weight: 100;
        display: block;
        transition: all 500ms ease;
    }


    .tabs-content { opacity: 0; display: none; margin: 3em 0;  }
    .tabs-content.active { opacity: 1; display: block; }

    /* Tab 1 Set */
    .tabs-content#content-select-1 > div {
        padding: 0 0;
    }
    .tabs-content > div > i  {
        font-size: 65px;
        float: left;
        display: block;
        margin-top: 10px;
    }
    .tabs-content > div > article {
        float: right;
        width: 80%;
    }
    .tabs-content > div > article h3 {
        font-weight: bold;
    }

    /* Bar Set Style */
    .tab-header { margin: 0 0 1em; }
    .tab-header h3 { font-size: 20px; text-transform: uppercase; }
    .single-bar {
        float: left;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .single-bar p { text-align: center; }
    .single-bar p.bar-place { margin: 1em 0; }
    .bar-container {
        border-bottom: 1px solid #fff;
        padding: 0 1em;
        min-height: 280px;
        position: relative;
    }
    .bar {
        position: absolute;
        overflow: hidden;
        bottom: 0;
    }
    .bar:first-child { padding-left: 0; }
    .bar-value {border: 1px solid #fff;
        border-bottom: none;}
    .bar1 { height: 150px; }
    .bar2 { height: 245px; }
    .bar3 { height: 110px; }
    .bar4 { height: 95px; }
    .bar5 { height: 180px; }
    .bar6 { height: 50px; }
    .bar-highlight {
        background-color: #4ECDC4;
        border-color:  #4ECDC4;
    }
    .bar-highlight:hover { opacity: .9; }
}

/*welcome page button width fixed for most popular items starts*/
.w-most-searched{
    width: 178px;
}
@media only screen and (max-width: 425px) {
    .w-most-searched{
        width: 85%;
    }
}
.w-most-searched-li{
    width: 108px;
}
/*welcome page button width fixed for most popular items ends*/
/* for wishlist button starts*/
btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color:red;

}
/* for wishlist button ends*/

/* for adsterra start*/

.mobileShow {display: none;}
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 1023px){
    .mobileShow {display: inline;}
}
.mobileHide { display: inline; }

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 1023px){
    .mobileHide { display: none;}
}

.tabon { display: inline; }

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
    .tabon { display: none;}
}

.taboff {display: none;}
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
    .taboff {display: inline;}
}
/*!* for adsterra button ends*!*/

/* Banner Home*/

.show-on-small-screen {
    display: block;
}

.show-on-small {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px){
    .show-on-small-screen {
        display: block !important;
    }}

@media only screen and (min-width: 992px) {
    .show-on-small-screen {
        display: none;
    }
    .show-on-small {
        display: none;
    }
}

.show-on-large-screen {
    display: none;
}

@media only screen and (min-width: 992px) {
    .show-on-large-screen {
        display: block;
    }
}
/* Banner Home*/

.text-yellow {
    color: #73530D;
}

.font1rem {
    font-size: 1rem
}
.box-design{
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
}
.delay-1{
    animation-delay: 1s
}

.delay-2{
    animation-delay: 2s
}

.delay-3{
    animation-delay: 2s
}
.store-border{
    border: 1px solid #E8E9EB;
    color: #72767E;
}

.logo-round{
    width: 62px;
    height: auto;
}
.footer-back{
    background-color: #45474B;
}

.footer-sec-back{
    background-color: #495E57;
}

.link-color{
    width: 60px;
    background-color: #7c4dff;
    height: 2px;
}

.fixed-top {
    /*position: sticky;*/
    top: 0;
    width: 100%;
    z-index: 2;
}
.nav-size{
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%
}

/* Custom styles for the autocomplete dropdown */
.ui-autocomplete {
    max-height: 65vh;
    overflow-y: auto;
    position: fixed;
    /*top: 100px;!* Height of your sticky navbar *!;*/
    z-index: 1000; /* Adjust the z-index as needed */

    /* Rounded border and background color */
    border-radius: 8px;
    border: 1px solid #495E57; /* Add a border for visual separation */

    /* Remove the blue outline */
    outline: none;

    /* Remove the scrollbar */
    scrollbar-width: thin; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */

    /* Rounded border */
    border-radius: 5px;
    border: 1px solid #495E57; /* Add a border for visual separation */

}


.ui-autocomplete::-webkit-scrollbar {
    width: 0; /* Remove scrollbar for Webkit browsers (Chrome, Safari) */
}

/* Style for each item in the dropdown */
.ui-menu-item {
    padding: 5px;
    cursor: pointer;
    /* Add other styles as needed */
}
/* Remove the blue outline on hover */
&:hover {
    outline: none;
}

/* Style for the selected item in the dropdown */
.ui-menu-item-wrapper.ui-state-active {
    background-color: #495E57;
    color: #fff;
    outline: none;
}
@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-end;

    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: end;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        box-shadow: none;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}
.b-50{
    border-radius: 50px;
}
.font-size-top{
    font-size: 0.5rem;
    top: -0.5rem;
}

.dropdown-design{
    max-width: 80dvw;
    max-height: 60dvh;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart-size{
    width: 50px;
    height: auto;
}

.flex-app {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-btn {
    width: 160px;
    color: #fff;
    margin: 0 3px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
.app-btn.blu {
    background-color: #101010;
    transition: background-color 0.25s linear;
    color: #fff;
}
.app-btn.blu:hover {
    background-color: #454545;
    color: #fff;
}
.app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 7px;
}
.app-btn .big-txt {
    font-size: 17px;
    text-transform: capitalize;
}



/*Style for 404 page*/

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    animation: colorSlide 15s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;

    .text-center {
        text-align: center;
        & h1, & h3 {
            margin: 10px;
            cursor: default;

            .fade-in {
                animation: fadeIn 2s ease infinite;
            }
        }

        & h1 {
            font-size: 8em;
            transition: font-size 200ms ease-in-out;
            border-bottom: 1px dashed white;

            & span#digit1 { animation-delay: 200ms; }
            & span#digit2 { animation-delay: 300ms; }
            & span#digit3 { animation-delay: 400ms; }
        }

        & button {
            border: 1px solid white;
            background: transparent;
            outline: none;
            padding: 10px 20px;
            font-size: 1.1rem;
            font-weight: bold;
            color: white;
            text-transform: uppercase;
            transition: background-color 200ms ease-in;
            margin: 20px 0;

            &:hover {
                background-color: white;
                color: #555;
                cursor: pointer;
            }
        }
    }
}

@keyframes colorSlide {
    0% { background-color: #152a68; }
    25% { background-color: royalblue; }
    50% { background-color: seagreen; }
    75% { background-color: tomato; }
    100% { background-color: #152a68; }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    100% {
    opacity: 1;
    }
}

/*Style for 404 page*/
.bannerback1{
    background-image: url(../img/banner/background-pattern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-blocks {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 2rem;
}
.block-1 { grid-area: 1 / 1 / 3 / 8; }
.block-2 { grid-area: 1 / 8 / 2 / 13; }
.block-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
    .banner-blocks {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
    }
    .block-1 { grid-area: 1 / 1 / 3 / 2; }
    .block-2 { grid-area: 3 / 1 / 4 / 2; }
    .block-3 { grid-area: 4 / 1 / 5 / 2; }

}
/* banner ad */
.banner-ad {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.banner-ad.blue {
    background: #e6f3fb;
}
.banner-ad .swiper-pagination {
    bottom: 40px;
    left: 0;
    right: 0;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 4px;
    background: #FFF;
    opacity: 1;
    transition: background 0.3s ease-out;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFC43F;
}
.banner-ad .swiper-slide {
    min-height: 630px;
    display: flex;
}
/* .banner-ad .banner-content {
  padding: 52px;
}
.banner-ad.large .banner-content {
  padding: 90px;
} */
.banner-ad .banner-content .categories {
    /*font-family: Georgia, serif;*/
    font-size: 30px;
    text-transform: capitalize;
}
.banner-ad .banner-content .sale {
    position: relative;
    display: inline-block;
}

.banner-ad .banner-content .banner-title {
    font-size: 22px;
}

.banner-ad.large .banner-content .banner-title {
    font-size: 54px;
}
.bg-ban{
    background-color: #F9E4B7;
}
.bg-success-subtle{
    background-color: #FAD7A1;
}
.bg-dan{
     background-color: #F6B93B;
 }
.display-4{
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

/* Animation for the "Half Price" link */
.half-price {
    text-decoration: none;
    margin: 0;
    padding: 0.5rem;
    font-size: 0.75rem;
    transition: all 0.4s ease;
    animation: highlight 3s infinite;
    border-radius: 3px;
}

/* Keyframes for the highlight animation */
@keyframes highlight {
    0% {
        color: #ffffff;
        background-color: #495E57;
        transform: scale(1);
    }
    50% {
        color: black; /* Deep burgundy */
        background-color: orange; /* Golden yellow */
        transform: scale(1.1);
    }
    100% {
        color: #ffffff;
        background-color: #495E57;
        transform: scale(1);
    }
}

/* Hover effect */
.half-price:hover {
    animation: none; /* Stop the animation on hover */
    color: white; /* White */
    background: #73530D; /* Gradient for a polished look */
    transform: scale(1);
}


/*---------------------
Blog
-----------------------*/

.blog {
    /*padding-top: 70px;*/
    /*padding-bottom: 80px;*/
}

.blog__item {
    margin-bottom: 35px;
}

.blog__item__pic {
    height: 300px;
}

.blog__item__pic.large__item {
    height: 540px;
}

.blog__item__text {
    padding: 25px 20px 0 0;
    margin-right: 30px;
    background: #ffffff;
    margin-top: -54px;
}

.blog__item__text h6 {
    margin-bottom: 6px;
}

.blog__item__text h6 a {
    color: #111111;
    font-weight: 600;
    line-height: 21px;
}

.blog__item__text ul li {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    list-style: none;
    margin-right: 25px;
    position: relative;
}

.blog__item__text ul li span {
    color: #111111;
}

.blog__item__text ul li:after {
    position: absolute;
    right: -17px;
    top: 0px;
    content: "|";
}

.blog__item__text ul li:last-child {
    margin-right: 0;
}

.blog__item__text ul li:last-child:after {
    display: none;
}

.primary-btn.load-btn {
    color: #111111;
    background: #f2f2f2;
    padding: 12px 85px 10px;
    border-radius: 50px;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
    padding-left: 40px;
}

.blog__sidebar__item {
    margin-bottom: 50px;
}

.blog__sidebar__item:last-child {
    margin-bottom: 0;
}

.blog__sidebar__item .section-title {
    margin-bottom: 40px;
}

.blog__sidebar__item .section-title h4 {
    font-size: 16px;
}

.blog__sidebar__item .section-title h4:after {
    bottom: -7px;
}

.blog__sidebar__item ul li {
    list-style: none;
    line-height: 30px;
}

.blog__sidebar__item ul li a {
    font-size: 14px;
    color: #111111;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
    color: #ca1515;
}

.blog__sidebar__item ul li a:hover span {
    color: #111111;
}

.blog__sidebar__item ul li a span {
    float: right;
    color: #888888;
}

.blog__feature__item {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog__feature__item:last-child {
    margin-bottom: 0;
}

.blog__feature__item__pic {
    float: left;
    margin-right: 25px;
}

.blog__feature__item__text {
    overflow: hidden;
}

.blog__feature__item__text h6 {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 5px;
}

.blog__feature__item__text span {
    font-size: 12px;
    color: #888888;
    display: block;
}

.blog__sidebar__tags a {
    display: inline-block;
    font-size: 13px;
    color: #666666;
    border: 1px solid #f2f2f2;
    padding: 8px 14px 7px;
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.blog__sidebar__tags a:hover {
    color: #111111;
}

.blog__sidebar__tags a:last-child {
    margin-right: 0;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog__details__pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__details__item {
    background: #ffffff;
    margin-bottom: 24px;
}

.blog__details__item__title {
    /*background: #ffffff;*/
    padding-top: 30px;
    padding-right: 30px;
    /*margin-top: -100px;*/
    position: relative;
    margin-right: 50px;
}

.blog__details__item__title .tip {
    font-size: 12px;
    color: #ffffff;
    background: #ca1515;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 2px 11px 1px;
    border-radius: 5px;
}

.blog__details__item__title h4 {
    color: #111111;
    font-weight: 600;
    line-height: 39px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog__details__item__title ul li {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    list-style: none;
    margin-right: 25px;
    position: relative;
}

.blog__details__item__title ul li span {
    color: #111111;
}

.blog__details__item__title ul li:after {
    position: absolute;
    right: -17px;
    top: 0px;
    content: "|";
}

.blog__details__item__title ul li:last-child {
    margin-right: 0;
}

.blog__details__item__title ul li:last-child:after {
    display: none;
}

.blog__details__desc {
    margin-bottom: 40px;
}

.blog__details__desc p {
    font-size: 15px;
    color: #444444;
    line-height: 27px;
}

.blog__details__desc p:last-child {
    margin-bottom: 0;
}

.blog__details__quote {
    border-top: 2px solid #ca1515;
    position: relative;
    padding-top: 22px;
    margin-bottom: 20px;
}

.blog__details__quote .icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
    color: #ca1515;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: -11px;
}

.blog__details__quote p {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 0;
}

.blog__details__tags {
    margin-bottom: 50px;
}

.blog__details__tags a {
    display: inline-block;
    font-size: 13px;
    color: #666666;
    border: 1px solid #f2f2f2;
    padding: 8px 14px 7px;
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.blog__details__tags a:hover {
    color: #111111;
}

.blog__details__tags a:last-child {
    margin-right: 0;
}

.blog__details__btns {
    background: #f5f5f5;
    padding: 14px 30px;
    margin-bottom: 55px;
}

.blog__details__btn__item.blog__details__btn__item--next {
    text-align: right;
}

.blog__details__btn__item.blog__details__btn__item--next h6 a i {
    margin-right: 0;
    margin-left: 5px;
}

.blog__details__btn__item h6 a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111111;
}

.blog__details__btn__item h6 a i {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.blog__details__comment {
    position: relative;
}

.blog__details__comment h5 {
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.blog__details__comment .leave-btn {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
}

.blog__details__comment .leave-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background: #ca1515;
    content: "";
}

.blog__comment__item {
    margin-bottom: 35px;
}

.blog__comment__item:last-child {
    margin-bottom: 0;
}

.blog__comment__item.blog__comment__item--reply {
    padding-left: 115px;
}

.blog__comment__item__pic {
    float: left;
    margin-right: 25px;
}

.blog__comment__item__pic img {
    border-radius: 50%;
}

.blog__comment__item__text {
    overflow: hidden;
}

.blog__comment__item__text h6 {
    color: #111111;
    font-weight: 600;
    margin-bottom: 14px;
}

.blog__comment__item__text p {
    font-size: 15px;
    color: #444444;
    line-height: 26px;
}

.blog__comment__item__text ul li {
    list-style: none;
    font-size: 12px;
    color: #888888;
    display: inline-block;
    margin-right: 25px;
}

.blog__comment__item__text ul li:last-child {
    margin-right: 0;
}

.blog__comment__item__text ul li i {
    font-size: 14px;
    color: #ca1515;
    margin-right: 5px;
}

.blog .blog-pagination {
    color: #8795a4;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #556270;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #f09330;
}


.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ------------
   Blog List Grid
--------------- */

.blog-container {
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*gap: 20px;*/
    /*width: 940px;*/
    margin: auto;
}
.card {
    color: black;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: auto;
}
.card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    min-height: 250px;
}
.tag {
    background-color: #ccc;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    padding: 2px 10px;
    text-transform: uppercase;
}
.tag-teal {
    background-color: #92d4e4;
}
.tag-purple {
    background-color: #3d1d94;
}
.tag-pink {
    background-color: #c62bcd;
}
.tag-category {
    background-color: #495E57;
}

.tag-tags {
    background-color: #f09330;
}
.card-body h4 {
    margin: 10px 0;
}
.card-body p {
    font-size: 14px;
    margin: 0 0 40px 0;
    font-weight: 500;
    color: rgb(70, 68, 68);
}
.user {
    display: flex;
    margin-top: auto;
}
.user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}
.user-info h5 {
    margin: 0;
}
.user-info small {
    color: #888785;
}
@media (max-width: 940px) {
    .container {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

@media (max-width: 767px) {
    .blog-banner {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .blog-banner {
        display: block !important;
    }
}
