.main-container {
    position     : relative;
    margin-left  : auto;
    margin-right : auto;
    padding-right: 15px;
    padding-left : 15px;
    width        : 1200px;
    max-width    : 100%;
}
.heading-section h2
{
	text-transform: uppercase;
}
.main-container.full {
    width: 100%;
}
.pt-100
{
	padding-top: 100px;
}
.main-container.w1573 {
    width: 1603px;
}

.main-container.w1550 {
    width: 1580px;
}

.main-container.w1604 {
    width: 1634px;
}

.main-container.w1600 {
    width: 1630px;
}

.main-container.w700 {
    width: 730px;
}
.inner header{
    background: #2D2723;
}
/* page-title */
/* ------------------------------------ 
.page-title-home::after {
    position: absolute;
    z-index: 6;
    content: '';
    width: 100%;
    height: 83px;
    bottom: -41px;
    left: 0;
    background-image: url(../images/wave.png);
}*/
.is-fixed .header-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 77px;
    width: 100%;
    max-width: inherit;
    height: 60px;
    border-radius: 0px;
    background-color: #2D2723;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.is-fixed #site-logo {
    width: 130px;
    height: 82px;
    padding: 10px;
    transform: translate(-50%, -50%);
    top: 70%;
}
.page-title {
    padding-top: 430px;
    padding-bottom: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.page-title::before {
    background-color: rgb(0 0 0 / 60%);
    opacity: 0.7;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}



.page-title-home .swiper-container .swiper-pagination.style-2 {
    bottom: 193px;
}

.page-title-home .swiper-container .swiper-pagination.style-2 .swiper-pagination-bullet {
    background-color: #FFF !important;
}  

.page-title .sub-title {
    color: #F6E7D0;
    text-align: center;
    font-family: "Sue Ellen Francisco";
    font-size: 40px;
    font-weight: 400;
    line-height: 65px;
}

.page-title .title {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 91px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.page-title .text {
    font-family: 'CerebriSans';
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    margin-bottom: 41px;
    margin-top: 8px;
    letter-spacing: 0.2px;
}

.page-title .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* home-2 */
.home-2 .page-title {
    padding-top: 213px;
    padding-bottom: 220px;
}

.home-2::after .page-title {
    display: none;
}

.page-title-home.home-2 > .item-1 {
    position: absolute;
    bottom: 75px;
    right: 73px;
}

.page-title-home.home-2 .content .text,
.page-title-home.home-2 .content .title,
.page-title-home.home-2 .content .sub-title {
    text-align: start;
}


.page-title-home.home-2 .content .buttons {
    justify-content: start;
}

.swiper-container .swiper-pagination.style-1 {
    top: 0;
    right: calc((100vw - 1170px) / 2);
    bottom: unset !important;
    left: unset !important;
    width: unset !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.swiper-container .swiper-pagination.style-1 .swiper-pagination-bullet {
    margin: 10px 0 !important;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    width: 9px;
    height: 9px;
    position: relative;
}

.swiper-container .swiper-pagination.style-1 .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 39px;
    height: 39px;
    border-radius: 50%;
}

.swiper-container .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
}

.swiper-container .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #c1a07b;
}


/*==============Choose us ===============*/

section
{
    padding-top: 100px;
    padding-bottom: 50px;
}
footer{
    margin-top: 50px !important;
}


/*======= Services ==== */
.wg-service {
    position: relative;
}

.wg-service::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 430px;
   
}

.service-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-item::after {
    position: absolute;
    content: '';
    top: 17px;
    left: 18px;
    right: 17px;
    bottom: 17px;
    border: 1px solid #d8cbb6;
    border-radius: 10px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover::after {
    opacity: 1;
    visibility: visible;
}

.service-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg,rgba(18, 15, 12,0.651),rgba(18, 15, 12,0));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover::before {
    backdrop-filter: blur(2px);
    background-color: rgba(18, 15, 12, 0.65);
}

.service-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 41px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content {
    bottom: 50%;
    transform: translateY(50%);
    padding-bottom: 0;
}

.service-item .content > i {
    font-size: 87px;
    color: #f6e7d0;
}

.service-item .content .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-top: -44px;
}

.service-item .content .title span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content .title span {
    opacity: 1;
    visibility: visible;
}

.service-item .content .title a {
    color: #FFF;
}

.service-item .content .title a:hover {
    color: #C3A27C;
}

.service-item .content p {
    color: #FFF;
    padding: 0 50px;
    opacity: 0;
    visibility: hidden;
    margin-top: -100px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content p {
    opacity: 1;
    visibility: visible;
    margin-top: 17px;
}

.service-item img {
    width: 100%;
}
/*======= Product ======*/

.product-item { margin-bottom: 48px; }
.product-item .image 
{ 
    background-color: #f0f0f0; 
    border-radius: 10px; 
    margin-bottom: 30px; 
    overflow: hidden; 
    position: relative; 
}
.product-item .content { 
    text-align: center; 
}
.product-item .name
 {
     color: #171412; font-size: 22px; font-weight: 600; line-height: 33px; text-transform: uppercase; letter-spacing: 0.8px;  
    }

    .product-item .country
    {
        font-weight: 600;
    }


/*==========Inner Page ======*/
.inner-section
{
    padding-top: 170px !important;
    padding-bottom: 54px !important;
}
.inner-section.archive {
    padding-top: 290px !important;
    padding-bottom: 54px !important;
}
.widget-content-inner h2
{
font-size:30px;
}
    /*===========Shop =============*/
   
    .inner .product-item .image {
        padding-top: 82px;
        background-color: #f0f0f0;
        border-radius: 10px;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
    }
.wg-shop-content .product-item 
{
display: block;
    background: #fff;
    box-shadow: 0 6px 34px rgba(215,216,222,.41);
    border-radius: 5px;
    text-align: center;
    padding: 30px 30px 50px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    transition: .4s ease-in-out;
}



    /*================ About us =================*/

    /* about-us */
/* ------------------------------ */
.about-us {
    position: relative;
    background: url(../images/box-item/bg-about.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.about-us::before {
    position: absolute;
    content: url(../images/item-background/item-2.png);
    bottom: 0;
    left: -7px;
    width: 217px;
    height: 238px;
}

.about-us::after {
    position: absolute;
    content: url(../images/item-background/item-1.png);
    bottom: 0;
    right: 0;
    width: 707px;
    height: 309px;
}

.about-us .content {
    margin-top: 189px;
    margin-left: 3px;
    margin-right: 78px ;
    flex-grow: 1;
}

.about-us .content p {
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 27px;
}

.about-us .content ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #C3A27C;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 17px;
}

.about-us .content ul li:last-child {
    margin-bottom: 0 !important;
}

.about-us .content ul li i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #2d2723;
}

.about-us .right {
    padding-left: 147px;
}

.about-us .box-infor {
    position: absolute;
    background-color: #FFF;
    min-width: 300px;
    height: max-content;
    padding: 46px 28px 43px;
    border-radius: 30px;
    z-index: 10;
    top: 146px;
    left: 0;
}

.about-us .image {
    width: 740px;
    position: relative;
    z-index: 5;
}

.about-us .image img {
    border-radius: 10px;
}

/* style-1 */
.about-us {
    background: none;
    padding-top: 135px;
    padding-bottom: 116px;
}

.about-us::before,
.about-us::after {
    display: none;
}

.about-us .content p {
    color: #666666;
    margin-bottom: 25px;
}

.box-infor.style-1 {
    background-color: #2d2723;
    position: unset;
    transform: none;
}



.about-us .image {
    width: 511px;
}

.about-us .content {
    margin-top: 38px;
    margin-right: 80px;
}

.about-us .content ul {
    margin-bottom: 47px;
}

.about-us .content ul li {
    color: #2d2723;
    margin-bottom: 13px;
    gap: 15px;
}

.about-us .content ul li i {
    color: #FFF;
    background-color: #C3A27C;
}

.about-us .right {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-left: 0;
}

/* type-1 */
.about-us {
    padding-top: 270px !important;
    padding-bottom: 54px;
}

.about-us .img-left {
    min-width: 547px;
    position: relative;
}

.about-us .content {
    margin-top: 72px;
    margin-right: -32px;
    padding-top: 53px;
    padding-left: 80px;
    background-color: #FFF;
    border-top-left-radius: 10px;
    z-index: 5;
}

.about-us .content .heading-section {
    margin-bottom: 27px;
}

.about-us .content p {
    margin-bottom: 26px;
    margin-top: 0;
}

.about-us .content ul {
    margin-bottom: 0;
}

.about-us .content ul li {
    letter-spacing: 0.9px;
}

.about-us .image-2,
.about-us .image-1 {
    border-radius: 10px;
    overflow: hidden;
}

.about-us .image-2 {
    position: absolute;
    bottom: -54px;
    left: -215px;
}



/*====================Contact Us ===========================*/
.wg-contact-us .left .title {
    color: #171412;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.wg-contact-us .left > p {
    color: #171412;
    margin-bottom: 41px;
    letter-spacing: 0.15px;
}

.wg-contact-us form input {
    margin-bottom: 20px;
}

.wg-contact-us form textarea {
    height: 174px !important;
}

.wg-contact-us form button.style-submit {
    font-weight: 600;
    letter-spacing: 2.2px;
}
.btn-submit {
    font-weight: 600;
    letter-spacing: 2.2px;
}
.btn-submit:hover {
    color: #000;
    text-decoration: underline;
}


/*=======================Shop Single ======================== */
/* wg-shop-detail */
/* --------------------------------------- */
.widget-content-inner ol{
	padding-left: 20px;
}
.wg-shop-detail {
    padding-top: 124px;
    padding-bottom: 65px;
}

.wg-shop-detail .images .image-top {
    margin-bottom: 31px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f0f0f0;
    padding-top: 80px;
} 


.wg-shop-detail .images .image-bottom {
    display: flex;
    gap: 30px;
}

.wg-shop-detail .images .image-bottom img {
    border-radius: 10px;
}

.wg-shop-detail .content-inner {
    padding-top: 32px;
    padding-left: 28px;
}

.wg-shop-detail .content-inner .more-infor,
.wg-shop-detail .content-inner .add-wishlist,
.wg-shop-detail .content-inner > p,
.wg-shop-detail .content-inner .product-item {
    padding-bottom: 28px;
    margin-bottom: 23px;
    border-bottom: 1px solid #dedede;
}

.wg-shop-detail .content-inner > p {
    padding-bottom: 23px;
}

.wg-shop-detail .content-inner .add-wishlist {
    padding-bottom: 18px;
}

.wg-shop-detail .content-inner .more-infor {
    padding-bottom: 23px;
    margin-bottom: 27px;
    margin-top: 20px;
}

.wg-shop-detail .content-inner .product-item .content {
    text-align: start;
}

.wg-shop-detail .content-inner .product-item .name {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 2px;
    margin-bottom: 21px;
}

.wg-shop-detail .content-inner .product-item .price {
    margin-bottom: 21px;
}

.wg-shop-detail .content-inner .product-item .rating i {
    font-size: 19px;
    margin: 0 -2px;
}

.wg-shop-detail .content-inner .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #171412;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.wg-quantity {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 28px;
}

.wg-quantity > a i {
    margin-left: 8px;
    font-size: 20px;
}

.quantity {
    width: 66px;
    height: 50px;
    border-radius: 5px;
    background-color: #2d2723;
    position: relative;
}

.quantity input {
    padding: 0 0 0 20px !important;
    background-color: #2d2723 !important;
    color: #FFF !important;
}

.quantity .plus-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
}

.quantity .minus-btn {
    position: absolute;
    bottom: 9px;
    right: 6px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
}

.add-wishlist a {
    font-family: 'CerebriSans';
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #171412;
}

.add-wishlist a i {
    margin-right: 9px;
    color: #C3A27C;
}

.wg-shop-detail .content-inner .more-infor ul li {
    font-family: 'CerebriSans';
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #080f19;
    margin-bottom: -1px;
}

.wg-shop-detail .content-inner .more-infor ul li span {
    color: #666666;
}

.wg-shop-detail .content-inner .widget-social {
    gap: 20px;
}

.wg-shop-detail .content-inner .widget-social ul {
    gap: 8px;
}

.wg-shop-detail .content-inner .widget-social ul li a {
    background-color: #FFF;
    border: 1px solid #C3A27C;
}

.wg-shop-detail .content-inner .widget-social ul li a:hover {
    background-color: #C3A27C;
    color: #FFF;
}
.read-more
{
	font-size: 18px;
    line-height: 2.2;
	color: #573d3d;
}
.brand .product-item {
    margin-bottom: 0px;
}
/* widget-tabs */
.widget-tabs {
    position: relative;
}

.widget-menu-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    position: relative;
    margin-bottom: 49px;
}

.widget-menu-tab::after {
    position: absolute;
    width: 470px;
    height: 1px;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dedede;
}

.widget-menu-tab .item-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    padding-top: 4px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.widget-menu-tab .item-title.active::after {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #C3A27C;
}
.widget-content-inner ol li, .widget-content-inner ul li
{
	font-family: 'CerebriSans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
	color: #051028;
    list-style: auto;
	font-weight:400;
}
.mb-30
{
	margin: 40px 0px;
}
/* style-1 */
.widget-tabs.style-1 .widget-menu-tab {
    justify-content: start;
    margin-bottom: 34px;
    gap: 21px;
    flex-wrap: wrap;
}

.widget-tabs.style-1 .widget-menu-tab::after {
    width: 100%;
}

.widget-tabs.style-1 .widget-menu-tab .item-title {
    color: #171412;
    letter-spacing: 1.5px;
    padding-bottom: 28px;
    padding-right: 29px;
}

.wg-shop-detail .content-inner .product-item .price {
    margin-bottom: 21px;
}
.product-item .price {
    color: #C3A27C;
    font-family: 'CerebriSans';
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 9px;
}

.wg-pagination
{
	padding-top: 80px;
}
/*------------------------Upcomming Barista Classes ---------------------*/
.private-event {
    padding-top: 135px;
    padding-bottom: 219px;
}

.private-event .image {
    width: 475px;
    height: 630px;
    margin: auto;
    position: relative;
}

.private-event .image .img-1 {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 15px;
    z-index: 3;
}

.private-event .image .img-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    z-index: 5;
}

.private-event .content {
    padding-top: 18px;
    padding-left: 2px;
}

.private-event .content > p {
    margin-bottom: 20px;
}

.private-event .content .flat-accordion {
    margin-bottom: 43px;
}

.flat-accordion .flat-toggle {
    margin-bottom: 19px;
}

.flat-accordion .flat-toggle .toggle-title {
    color: #051028;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.flat-accordion .flat-toggle .toggle-title::before {
    position: absolute;
    content: '+';
    top: 0;
    left: 0;
    font-size: 30px;
    color: #C3A27C;
}

.flat-accordion .flat-toggle .toggle-title.active::before {
    content: '-';
}

.flat-accordion .flat-toggle .toggle-content {
    display: none;
    margin-top: 14px;
}

/* customer-testimonial */
/* -------------------------------- */
.customer-testimonial {
    padding-top: 154px;
    padding-bottom: 133px;
    background-image: url(../images/box-item/testimonial.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.customer-testimonial > .img-1 {
    position: absolute;
    top: -58px;
    left: 0;
    transform: rotate(180deg);
}

.customer-testimonial::before {
    background-color: rgb(30 26 22 / 55%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
}

.customer-testimonial-item p {
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    max-width: 1170px;
    margin: auto;
    letter-spacing: 0.35px;
    margin-bottom: 35px;
}

.customer-testimonial-item .name {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.customer-testimonial-item .name a {
    color: #FFF;
    letter-spacing: 1.7px;
}

.customer-testimonial-item .name a:hover {
    color: #C3A27C;
}

.swiper-container .swiper-button-prev.style-2::after,
.swiper-container .swiper-button-next.style-2::after {
    font-family: 'icomoon';
    content: '\e928';
}

.swiper-container .swiper-button-prev.style-2 {
    transform: rotate(180deg);
    left: 144px;
    top: 27%;
}

.swiper-container .swiper-button-next.style-2 {
    right: 144px;
    top: 27%;
}

.cup-coffee {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}

.cup-coffee.t1 {
    top: 0;
}

.cup-coffee.t1 img {
    width: 194px;
}

.cup-coffee svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* style-1 */
.customer-testimonial.style-1 {
    background: #FFF;
    padding-top: 126px;
    padding-bottom: 113px;
}

.customer-testimonial.style-1::before {
    display: none;
}

.customer-testimonial.style-1 .swiper-wrapper {
    padding-bottom: 73px;
}

.customer-testimonial-item.style-1 .name a,
.customer-testimonial-item.style-1 p {
    color: #171412;
}

.trainning li {
    color: #051028;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    padding-left: 26px;
    text-transform: initial;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 14px;
}
.trainning li::before {
    position: absolute;
    content: '-';
    top: 0;
    left: 0;
    font-size: 30px;
    color: #C3A27C;
}
.btn
{
    border: solid 2px #c3a27c;
    width: max-content;
    height: 50px;
    background-color: #fff;
    color: #c3a27c;
    font-size: 15px;
    letter-spacing: 2.5px;
    padding: 0 38px 0 40px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}