/* @import url("responsive.css"); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: "Inter", sans-serif;
    color: #1A1A1A;
}

a, a:hover, a:active{
    text-decoration: none;
    color: inherit;
    box-shadow: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    /* margin-bottom: 0; */
}
.green{
    color: #5ACC81;
}
.bg-blue{
    background-color: #00C2CB !important;
}
.text-blue{
    color: #00C2CB !important;
}
.sec_subtitle{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    color: #000;
    margin-bottom: 15px;
}
.sec_title{
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    color: #545754;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}
.filter_white{
    filter: brightness(0) invert(1);
}
.filter_black{
    filter: brightness(0);
}
.border-6{
    border-width: 6px !important;
}
.border-7{
    border-width: 7px !important;
}
.border-8{
    border-width: 8px !important;
}

.theme_btn{
    position: relative;
    display: inline-block;
    background-color: #D9A870;
    color: #4E4E4E;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 35px;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.theme_btn:hover, .theme_btn:focus, .theme_btn:active {
    background-color: #4E4E4E;
    color: #fff;
}
.all_btn{
    position: relative;
    display: inline-block;
    background-color: #4B408C;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    text-align: center;
    padding: 18px 40px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
.all_btn:hover, .all_btn:focus{
    background-color: #F3539A;
    color: #fff;
}



/* Pulse Button css  */
.pulse-button {
  cursor: poInter;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* --------------------------------- */

.pulse-button-2 {
  cursor: poInter;
  animation: pulse-2 1s infinite;
}
@keyframes pulse-2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}



/* header section css  */
.menu_sec{
    background-color: #556571;
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
}
.logo_sec img{
    width: 320px;
}
.menu_sec .main_nav .nav-link{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0;
    padding: 0 12px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
}
.menu_sec .main_nav .nav-link:hover{
    font-weight: 700;
    text-decoration: underline;
}
.menu_sec .dropdown-menu{
    background-color: #89A0AD;
    border: none;
    min-width: 200px;
    margin-top: 30px;
    border-radius: 0;
}
.menu_sec .dropdown-menu .dropdown-item{
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    transition: all 0.4s ease-in-out;
}
.menu_sec .dropdown-menu .dropdown-item:focus,
.menu_sec .dropdown-menu .dropdown-item:hover{
    color: #fff;
    background-color: #556571;
}
.menu_sec .dropdown-toggle::after{
    display: none;
}
.menu_sec .navbar-toggler{
    padding: 0;
    border: none;
}
.menu_sec .navbar-toggler:focus {
    box-shadow: none;
}
.cart_icon{
    width: 55px;
}
span.shopping-bag.wcmenucart-count.ng-binding {
    background-color: #F6921E;
    color: #556571 !important;
    border-radius: 100% !important;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 20px;
    width: 22px;
    height: 22px;
    position: absolute !important;
    right: -15px;
    top: -5px;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cartbtn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00456D;
    border-radius: 10px;
    position: relative;
}
.cartbtn i{
    position: relative;
    font-size: 24px;
    color: #fff;
    right: 3px;
    top: 3px;
}
.cartbtn span{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: #FFC700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.cart-eddy-btn {
    background: #FFEA8F;
    padding: 10px;
    border-radius: 50rem;
    margin-top: 8px;
    /* width: 60px; */
    /* height: 60px; */
    position: relative;
    font-family: 'Inter', sans-serif;
}
.cart-dropdown-item-wraper {
    top: 110%;
    right: 30px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #eaeaea;
    width: 336px;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    text-align: left;
}
.nav-cart-items {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
}
.nav-cart-item {
    border-top: 1px solid #f5f5f5;
    margin-top: 15px;
    padding-top: 15px;
}
.nav-cart-item:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.nav-cart-item-image {
    border: 2px solid #eee;
    float: left;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}
.nav-cart-item-image a, .nav-cart-item-image img {
    display: block;
    height: 44px;
    width: 44px;
}
.nav-cart-item-desc {
    overflow: hidden;
    position: relative;
}
.nav-cart-item-desc a {
    font-size: 13px;
    font-weight: 600;
    height: auto;
    text-align: left;
    width: auto;
}
.nav-cart-item-desc span.nav-cart-item-price {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.nav-cart-item-desc a.nav-cart-item-quantity {
    color: #444;
    display: block;
    font-size: 12px;
    position: relative !important;
    right: 0;
    top: 2px;
    padding: 0px 5px 2px 5px;
}
.nav-cart-title {
    border-bottom: 1px solid #eee;
}
.nav-cart-title h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
    text-transform: uppercase;
}
.nav-cart-action {
    border-top: 1px solid #eee;
}
.site-button {
    background: #181525 !important;
    border-radius: 9px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .51px;
    margin-top: 15px;
    line-height: 22px;
    text-align: center;
    padding: 15px;
    width: 90%;
    position: relative;
    outline: none !important;
    border: 2px solid #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}
/* --------------------------------- */




/* Footer Sec CSS */
.footer_sec{
    position: relative;
    padding: 50px 0 40px;
    font-size: 20px;
    font-weight: 300;
    color: #45484B;
    background-color: #89A0AD;
    border-top: 50px solid #556571;
}
.footer_logo img{
    width: 200px;
}
.footer_sec h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    color:#45484B;
    margin-bottom: 10px;
}
.footer_links .list-inline-item:not(:last-child){
    margin-right: 1rem !important;
}
.footer_links li + li{
    margin-top: 18px;
}
.footer_links li, .footer_links a{
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #45484B;
    font-family: 'Inter', sans-serif;
    transition: all 0.4s ease-in-out;
}
.footer_links a{
    text-transform: capitalize;
}
.footer_links a:hover{
    text-decoration: underline;
}
.footer_sec p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #45484B;
    font-family: 'Inter', sans-serif;
    margin: 0;
}
.footer_sec p + p{
    margin-top: 15px;
}
.footer_card{
    flex: 1;
}
.footer_card img{
    width: 220px;
}
.copyright_sec{
    background-color: #556571;
}
.copyright_sec p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}

/* --------------------------------- */



div#success-alert {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    background: #28a745;
    color: #fff;
    text-align: center;
    font-family: 'Sansation';
    text-transform: capitalize;
    font-size: 15px;
    z-index: 1;
    opacity: 0;
}



/* Breadcrambs Sec */
.breadcrumbs_sec{
    background-image: url(../images/inner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 0 0 80px 80px;
    padding: 200px 0 100px;
    z-index: 1;
}
.breadcrumbs_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #262626 0.75%, rgba(117, 117, 117, 0.94) 48.08%, rgba(158, 158, 158, 0) 100%);
    z-index: -1;
}
/* --------------------------------- */



@media screen and (max-width: 1399px){
    .theme_btn{
        font-size: 20px;
        padding: 16px 30px;
    }
    .all_btn{
        font-size: 15px;
        padding: 16px 35px;
    }
    .sec_title {
        font-size: 40px;
        line-height: 50px;
    }
    .menu_sec .main_nav .nav-link{
        font-size: 16px;
    }
    span.shopping-bag.wcmenucart-count.ng-binding{
        width: 22px;
        height: 22px;
        right: 5px;
    }
    .footer_links .list-inline-item:not(:last-child) {
        margin-right: 0.5rem !important;
    }
}

@media screen and (max-width: 1199px){
    .theme_btn{
        font-size: 18px;
    }
    .all_btn {
        font-size: 14px;
        padding: 15px 30px;
    }
    .sec_title {
        font-size: 35px;
        line-height: 45px;
    }
    .menu_sec .main_nav .nav-link {
        font-size: 15px;
        padding: 0 12px;
    }
    .logo_sec img {
        width: 250px;
    }
    .footer_sec h4{
        font-size: 20px;
    }
    .footer_sec p, .footer_links a{
        font-size: 16px;
    }
    .footer_links li + li {
        margin-top: 15px;
    }
}

@media screen and (max-width: 991px){
    .theme_btn {
        font-size: 16px;
        font-weight: 700;
        padding: 15px 25px;
    }
    .sec_subtitle{
        margin-bottom: 10px;
    }
    .sec_title{
        font-size: 30px;
        line-height: 40px;
    }
    .topbar{
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    }
    .mobile_menu .btn-close{
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    .menu_sec .navbar-collapse{
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        /* transform: translateX(-50%); */
        width: 50%;
        background-color: #89A0AD;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        padding: 0;
    }
    .menu_sec .main_nav li{
        width: 100%;
    }
    .menu_sec .main_nav .nav-link{
        font-size: 18px;
        font-weight: 400;
        padding: 15px !important;
        color: #000;
    }
    .menu_sec .main_nav .nav-link:hover{
        background-color: #556571;
        color: #fff;
    }
    /* .menu_sec .main_nav li + li{
        border-top: 1px dashed #fff;
    } */
    .cart_icon {
        width: 45px;
    }
    span.shopping-bag.wcmenucart-count.ng-binding {
        width: 18px;
        height: 18px;
        right: -12px;
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px){
    .logo_sec img {
        width: 200px;
    }
    .cart_icon {
        width: 40px;
    }
    .footer_logo img{
        width: 150px;
    }
    .footer_logo::after {
        top: -25px;
        transform: none;
        width: 100%;
    }
    .footer_card img{
        width: 200px;
    }

    .breadcrumbs_sec{
        background-image: url(../images/inner_bg_mob.jpg);
        padding: 150px 0 50px;
        border-radius: 0 0 40px 40px;
    }
}

@media screen and (max-width: 575px){
    .theme_btn {
        font-size: 16px;
        padding: 18px 30px;
    }
}