/*
CTC Separate Stylesheet
Updated: 2025-08-19 10:06:17
*/

/* #### Generated By: http://font.download #### */

@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

    @font-face {
    font-family: 'Bitstream Iowan Old Style BT';
    font-style: normal;
    font-weight: normal;
    src: local('Bitstream Iowan Old Style BT'), url('../assets/fonts/bitstream-iowan-old-style-bt-586c36a8d7712.woff') format('woff');
    }


    @font-face {
    font-family: 'Bitstream Iowan Old Style Bold BT';
    font-style: normal;
    font-weight: normal;
    src: local('Bitstream Iowan Old Style Bold BT'), url('../assets/fonts/bitstream-iowan-old-style-bold-bt-586c371d8d669.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Bitstream Iowan Old Style Black BT';
    font-style: normal;
    font-weight: normal;
    src: local('Bitstream Iowan Old Style Black BT'), url('../assets/fonts/bitstream-iowan-old-style-black-bt-586c36e930225.woff') format('woff');
    }


@font-face {
  font-family: 'Inria Serif';
  src: url('../assets/fonts/InriaSerif-Light.woff2') format('woff2'),
       url('../assets/fonts/InriaSerif-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inria Serif';
  src: url('../assets/fonts/InriaSerif-Regular.woff2') format('woff2'),
       url('../assets/fonts/InriaSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inria Serif';
  src: url('../assets/fonts/InriaSerif-Bold.woff2') format('woff2'),
       url('../assets/fonts/InriaSerif-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



body{
    background:#1E1E1E !important;
	
}
p, span{
  font-family: "Poppins", sans-serif !important;
}
h1, h2, h3 , h4 , h5, h6{
	  font-family: 'Inria Serif' !important;
}
@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px !important;
    }
}
.row.center-div {
    align-items: center;
}
.site-branding{
	display:none;
}
.custom-logo-link img{
	    width: 150px !important;
    height: 150px !important;
    object-fit: contain;
}
#primary-menu-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
#primary-menu-list li {
  padding: 10px 20px;
  list-style: none;
}

#primary-menu-list li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    position: relative;
    padding: 0px;
	width: max-content;
	    font-family: 'Inria Serif';
}
#primary-menu-list a:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #fc7e09;
  position: absolute;
  top: 100%;
  left: 0;
}

#primary-menu-list li:hover a:before {
  width: 50%;
  transform: translatex(100%);
  transition: 0.5s;
}
.custom-site-header{
	    position: absolute;
    width: 100%;
    z-index: 1;
}
  .video-banner {
      position: relative;
      width: 100%;
      /* Ensures the height scales with width maintaining 16:9 ratio */
      padding-top: 59.25%; /* 9/16 ≈ 0.5625 */
      overflow: hidden;
    }
    .video-banner video {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Crops intelligently to fill container */
    }
    /* Optional overlay style (e.g., for dimming or adding text) */
    .video-banner .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.3);
    }
    .video-banner .content {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-align: center;
      z-index: 2;
    }
.section-space{
	padding-top:100px;
}

#owl-about .owl-item img{
	    height: 400px !important;
    object-fit: contain;
}
#owl-about:before{
	content:url(/wp-content/uploads/2025/08/Pattern-1.png);
	position: absolute;
    right: 75px;
    top: -38px;
}

.fonts-style h3{
    font-family: Miniver, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #fc7e09;
    display: block;
    margin-bottom: 13px;	
}
.fonts-style p{
font-size: 25px;
line-height: 34px;
color: #FFFFFF;
}
.our-cuts{
	    position: relative;
}
.our-cuts .image-1{
    position: absolute;
    right: 98px;
    bottom: -64px;	
}
.our-cuts .image-1 img{
	height:300px;
}




.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  width: 350px;
  margin: 1rem;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
  position: absolute;
  object-fit: cover;
  height: 14rem;
  width: 100%;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}

.popular {
  background: #ef257a;
}

.technology {
  background: #651fff;
}

.psychology {
  background: #e85808;
}

.card-body {
  margin: 15rem 1rem 1rem 1rem;
}

.blog-hashtag {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d97b2;
}

.blog-title {
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
}

.blog-description {
  color: #616b74;
  font-size: 0.9rem;
}

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 1rem;
}

.profile-followers {
  color: #616b74;
  font-size: 0.9rem;
}
.space-tb{
	    margin: 150px 0px 80px;
}
.ft-menu{
	position: inherit !important;
    transform: none !important;
    display: block !important;
    padding: 0px;
    margin: 0px;
}
.ft-menu li {
    padding: 10px 0px !important;
}
.ft-menu li a{
	font-size:25px !important;
}
.ft-menu h3 , .ft-contact h3{
	    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
.ft-contact ul{
	    list-style: none;
    padding: 0;
}
.ft-contact li{
    font-size: 15px;
    color: #fc7e09;
    font-weight: bold;
    margin-bottom: 10px;
}
.ft-contact li a{
    font-weight: 400;
    text-decoration: none;
    font-family: 'Inria Serif';
    font-style: normal;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}
.footer-navigation-wrapper li .svg-icon
Specificity: (0,2,1)
 {
    fill: #fff !important;
}
.footer-navigation-wrapper {
    display: block !important;
}
.product-categories-list img, .woocommerce-page .product-category img{
	width:100%;
	    height: 200px;
    object-fit: contain;
}
.cat-style{
    background: #fc7e09b5;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 3px 10px #0000005c;
}
.cat-style a , .cat-style a:focus{
	text-decoration:none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: 0px;
}
.cat-style p{
	padding: 20px 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (min-width: 1168px) {
    .woocommerce-breadcrumb {
        margin-bottom: 1rem;
    }
}
.woocommerce-products-header__title.page-title, .product_title {
	color: #fff;
    font-size: 40px;
	text-transform:capitalize;
}

.woocommerce-breadcrumb {
	    color: #fff;
    font-size: 14px;
}
.woocommerce-breadcrumb a{
	color: #ffa249;
	text-decoration:none;
}
.site-main1{
/* 	    margin-top: 15%; */
}
.woocommerce-result-count{
	color:#fff;
}
.buy-now-wrapper .button.product_type_simple.add_to_cart_button{
	    text-align: center;
    margin: auto;
    background: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 1px solid #000 !important;
    border-radius: 17px !important;
    text-transform: uppercase;
	padding: 10px;
	    margin-top: -25%;
    margin-right: 25px;
}
.buy-now-wrapper{
	    text-align: right;
    width: 100%;
}
.button.product_type_simple.add_to_cart_button, .single_add_to_cart_button{
/*     text-align: center;
    margin: auto;
    background: #ffa249 !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 1px solid #ffa249 !important;
    border-radius: 29px !important;
    text-transform: uppercase; */
}
 ul.products li.product .woocommerce-loop-product__title {
font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 36px;
    color: #fff;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.products li.product .price{
    color: #ffa249;
    font-size: 18px;
    font-weight: bold;	
}
ul.products li.product .added_to_cart {
    margin: 10px auto;
    color: #ffa249;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce-Price-amount.amount{
	color: #fff;
font-family: 'Inria Serif';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 36px;
text-align: center;
color: #fff;

}
.woocommerce-product-details__short-description p{
	color:#000;
}
.product_meta{
	display:none;
}

ul.products li.product .woocommerce-loop-product__title{
	    text-align: center;
    width: 100%;
}
.single-product form.cart input[type=number] {
    border: 1px solid;
    height: 47px;
    border-radius: 50px;
}
.single_add_to_cart_button:hover{
	border: 0px;
}
.quantity input[type=number]:focus,{
	    outline-offset: 0px;
    outline: none;
}
.footer-navigation-wrapper svg path{
	    fill: #fc7e09;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none;
    text-decoration: none;
    text-decoration-skip-ink: none;
    background: transparent;
}
.image-banner , .category-banner{
/* 	    background: #000; */
	position: relative;
}
.category-banner{
	display:none;
}
.image-banner img , .category-banner img{
	    width: 100%;
    height: 600px !important;
       object-fit: cover;
	   max-width: 100% !important;
/*     opacity: 0.5; */
	    object-position: bottom;
}
.category-title{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 48px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    margin: 0;
    text-align: center;
}

.woocommerce-breadcrumb , .woocommerce-products-header , .woocommerce-result-count , .woocommerce-ordering{
    display: none;
}
.site-footer1{
	    background: #6A160F;
}

.color-section{
/* 	    background: #fd01000d; */
}

.single-product .custom-site-header , .woocommerce-checkout  .custom-site-header , .woocommerce-cart .custom-site-header{
	    position: relative;
	border-bottom: 1px solid #fff;
}
.single-product .custom-site-header #primary-menu-list li a,  .woocommerce-checkout .custom-site-header #primary-menu-list li a, .woocommerce-cart .custom-site-header #primary-menu-list li a{
/*     color: #000 !important; */
}
.woocommerce-message a{
	    color: rgb(252 127 10);
}
.singular .entry-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 70px;
    margin-top: 88px;
}
.entry-title{
    color: #000;
    font-size: 60px !important;
    text-transform: capitalize;
    font-weight: bold !important;
    border: 0px;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th {
    text-align: left;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
width: 50px !important;
    border: 1px solid #000;
    background: #00000073;
    padding: 10px;
    border-radius: 15px;
}
a.remove {
    line-height: 20px;
    font-size: 16px;
    background: #fd0100;
    color: #fff;
}
.woocommerce-cart-form__cart-item.cart_item .product-name a{
text-decoration: none;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive th , .woocommerce table.shop_table tbody tr, .woocommerce-page table.shop_table tbody tr{
    border: none;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.woocommerce .cart-collaterals h2 {
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    color: #fff;
}
table td, table th, .wp-block-table td, .wp-block-table th {
    border: 1px solid #fff;
}
.woocommerce .woocommerce-cart-form input.qty {
    border: 1px solid;
}
.woocommerce .woocommerce-cart-form button[name=apply_coupon], .woocommerce .woocommerce-cart-form button[name=update_cart]{
text-align: center;
    margin: auto;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 2px solid #fff !important;
    border-radius: 29px !important;
    text-transform: uppercase;
    padding: 10px 20px;
}
.woocommerce .return-to-shop a.button, .woocommerce .wc-proceed-to-checkout a.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    border: 3px solid #c1972f;
    background: #0e0c0582;
    border-radius: 80px;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    width: 250px;
    margin: auto;
    text-transform: capitalize;
}
.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text {
    border: 1px solid var(--wc-red);
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	    border: 1px solid #000 !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus {
    color: var(--form--color-text);
    outline-offset: 0px !important;
    outline: 0px dotted var(--form--border-color) !important;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading{
	    width: 100% !important;
}
.woocommerce-checkout form .col2-set {
    width: 100% !important;
}
.woocommerce-privacy-policy-text{
	display:none;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 0rem;
}
.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width {
    max-width: 1380px;
}
.pro-style{
	    margin-top: 50px;
}
.related.products h2 {
	color: #fff;
    font-size: 40px;
	text-transform:capitalize;
}
.bottom-shape img{
	    position: absolute;
    width: 100%;
    bottom: -4px;
}
.home-banner{
	    position: relative;
}
.about-image img{
	width:100%;
}
@media (min-width: 1700px) {
	.about-image{
    margin-top: -46%;
    position: relative;
	}
}
.review-title{
    background: #fff;
    border: 3px solid #EDC537;
    border-radius: 31.5px;
    width: 200px;
    margin: auto;
    padding: 12px;
    margin-bottom: -20px;
    position: relative;
}
.review-body{
background: linear-gradient(190deg, #edc537 0%, #ffa551bf 100.91%);
    border-radius: 57px;
    padding: 20px;
    margin: auto;
    text-align: center;
    box-shadow: 2px 3px 71px 12px #fc7e09c4;
}
.shadow-review{
	text-align: center;
margin: 14%;
}
.pre-ft img{
	width:100%;
}
.heading p{
	font-family: 'Bitstream Iowan Old Style BT';
font-weight: 400;
font-size: 40px;
line-height: 55px;
text-align: center;
color: #fff;	
}
.heading h2{
font-weight: 700;
font-size: 64px;
line-height: 77px;
text-align: center;
color: #fff;
	
}
.space-heading{
    margin: -10% 25% 40px;
}
.related.products{
	text-align:center;
}
.fonts-style h2 , .related.products h2{
	position:relative;
    text-transform: uppercase;
 font-style: italic;
font-weight: 700;
font-size: 64px;
line-height: 77px;
   background: url(/wp-content/uploads/2025/10/bg-heading.png);
  background-size: cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
	    display: inline-block;
	margin-bottom:40px;
}
.fonts-style h2::after, , .related.products h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
    background: url(/wp-content/uploads/2025/10/bg-heading.png);
  background-size: cover;
  background-position: center;
  -webkit-mask: linear-gradient(to top, black 100%, transparent 100%);
  mask: linear-gradient(to top, black 100%, transparent 100%);
}
.btn-style a{
    background: #444036;
    border: 3px solid #cca54a;
    border-radius: 53.5px;
  font-family: "Poppins", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 11px 20px;
	    transition: 0.5s;
}
.btn-style a:hover{
    background:#422001;
border: 3px solid #fc7e09;
	 transition: 0.5s;
}
.btn-style{
	margin-top:40px;
}
.space-row {
    margin: 0px 14%;
}
.about-section{
	position:relative;
}
.about-section:after{
    content: url(/wp-content/uploads/2025/10/leaf1.png);
    position: absolute;
    right: 0;
    bottom: -2%;
	    z-index: -1;
}
.site-logo{
	    text-align: left;
}
.site-logo img{
	    height: 200px;
    object-fit: contain;
}
 .woocommerce-cart .woocommerce{
	background: rgba(217, 217, 217, 0.1);
border: 3px solid rgb(199 160 59);
border-radius: 133px;
	 padding:50px;
}
.page-banner{
	position: relative;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text{
	position: absolute;
    z-index: 1;
    bottom: 45%;
    text-align: center;
    margin: 0px 31%;
}
.banner-text h1{
	font-style: italic;
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
}
.banner-text p{
	    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}
.text-style h2{
	font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    color: #FFFFFF;
}
.text-style p{
	font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #fff;
}
.form-style h3{
	font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}
.form-style h4{
	    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #fff;
	text-align:center;
}
.form-style input{
	    border: 3px solid #fff;
    border-radius: 0px 34px;
    height: 66px;
    width: 100%;
	    background: transparent;
	    color: #fff;
}
.form-style textarea{
	    border: 3px solid #fff;
    border-radius: 0px 34px;
    height: 166px;
    width: 100%;
	    background: transparent;
	    color: #fff;
}
.form-style{
	    border: 3px solid #c1972f;
    padding: 20px;
    background: #97886240;
    border-radius: 80px;
}
.contact-details{
	    display: inline-block;
    column-count: 2;
    width: 100%;
	    margin-top: 30px;
	    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 30px;
}
.cont-style {
    display: flex;
    align-items: center;
	    margin-bottom: 25px;
}
.text-con p{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.follow-us{
	margin-top:30px;
}
.follow-us h3{
	font-weight: 700;
font-size: 28px;
line-height: 34px;
color: #FFFFFF;

}

.follow-us p{
	font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #fff;
}
.form-style input[type=submit]{
	    border: 3px solid #c1972f;
    background: #97886240;
    border-radius: 80px;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    width: 250px;
    margin: auto;
}
.book-style h3{
	font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
	   text-align: center;
}
.book-style h2{
	    font-style: italic;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    color: #FFFFFF;
	    text-align: center;
    margin-bottom: 50PX;
}
.book-style input{
	border: 3px solid #fff;
    border-radius: 0px 34px;
    height: 66px;
    width: 100%;
    background: transparent;
    color: #fff;
}
.booknow{
	padding:150px 0px;
}
.book-style label, .form-style label{
	font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #fff;
	    text-transform: capitalize;
}
.book-style input[type=submit]{
	    border: 3px solid #c1972f;
    background-color: transparent !important;
    border-radius: 80px;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF !important;
    width: 300px;
    margin: auto;
    margin-top: 20px;
}
.book-style{
	    margin: 0px 15%;
}
.section-space{
	margin-bottom:150px;
}

.order-change:nth-child(even) .product-category-image {
    order: 2;
}
.order-change a{
	text-decoration:none !important;
}
.order-change:nth-child(even) .product-category-text {
    order: 1;
}
.product-category .order-change{
border: 7px solid #e6c269;
    background: #e3d19c47;
    border-radius: 100px;
    align-items: center;
    margin-bottom: 50px;
    padding: 20px;
    text-align: center;
    height: 294px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.bg-section{
	background: url(http://carnivore.kematconsulting.co.uk/wp-content/uploads/2025/11/bg-scaled.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cat-style1 h2{
	font-style: italic;
font-weight: 700;
font-size: 32px;
line-height: 40px;
color: #fff;
}
.cat-style1 p{
	font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 44px;
color: #fff;
}
.cat-style1 {
/*     margin: 0px 18%; */
}
.woocommerce-checkout .insta-section ,  .woocommerce-cart .insta-section{
	display:none;
}
.woocommerce-checkout form #order_review_heading , .woocommerce-checkout .woocommerce-billing-fields h3{
font-family: 'Inria Serif';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 42px;
text-align: center;
text-decoration-line: underline;
color: #fff;	 
}
.woocommerce-checkout form .col2-set label {
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text , .woocommerce form .form-row select{
	    border: 3px solid #fff !important;
    border-radius: 0px 34px;
    height: 66px;
    width: 100%;
    background: transparent;
    color: #fff;
}
.woocommerce form .form-row select option {
    color: #000;
}
.woocommerce-checkout .woocommerce , .woocommerce-cart .woocommerce{
	border: 7px solid #e6c269;
    background: #e3d19c47;
    border-radius: 150px;
    align-items: center;
    margin-bottom: 50px;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td, .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table td, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table th{
	font-family: 'Inria Serif';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 36px;
color: #fff;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .order-total {
    border-top: 2px solid #fff;
}
.woocommerce-checkout form #order_review{
	    padding: 0px 15%;
}
.entry-header{
	text-align:center;
}
.entry-header h1{
	position: relative;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    background: url(/wp-content/uploads/2025/10/bg-heading.png);
    background-size: cover;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
}

.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail, .woocommerce ul.products li.product img.woocommerce-placeholder {
    height: auto !important;
    margin-top: -49%;
    height: 333px !important;
    width: 333px !important;
    max-width: 333px !important;
    object-fit: contain;
}
.woocommerce ul.products.columns-3 li.product {
    border: 5px solid #e6c269;
    background: #e3d19c47;
    border-radius: 150px;
    margin-bottom: 50px;
	    padding: 10px;
	    margin-top: 14%;
		    text-align: center;
}
.products.columns-3 .product-short-description  {
	    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
font-family: "Poppins", sans-serif !important;
	    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
	    min-height: 150px;

}
.woocommerce-product-details__short-description p{
	    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: 'Bitstream Iowan Old Style BT';	
}
.ul.products li.product .price{
	text-align:left;
}
.product-price-and-button{
	    display: flex;
    width: 100%;
    justify-content: space-around;
	    padding: 34px;
}
.tax-product_cat .product-price-and-button .price{
	    width: 50%;
	display:block !important;
}
.tax-product_cat .product-price-and-button .buy-now-wrapper{
		display:block !important;
}
ul.products li.product .price {
    margin-bottom: -9px;
    margin-left: 25px;
	width: 50%;
}
.woocommerce ul.products.columns-3 li.product {
    min-height: 445px;
}
ul.products li.product .woocommerce-loop-product__link {
    position: revert;
}
.buy-now-wrapper .view-cart-button{
	    text-align: center;
    margin: auto;
    background: #e6c269 !important;
    color: #000 !important;
    font-size: 14px !important;
    border: 1px solid #e6c269 !important;
    border-radius: 17px !important;
    text-transform: uppercase;
    padding: 10px;
    margin-top: -40%;
    margin-right: 25px;
}
ul.products li.product .price {
    text-align: left;
}
.woo-pages:after{
    content: url(http://carnivore.kematconsulting.co.uk/wp-content/uploads/2025/12/Group-74-22-1.png);
    position: absolute;
    z-index: -1;
    bottom: -59%;
    background-size: cover;
    background-position: center;
/* 	    transform: scale(0.5); */
	    left: 0;
}
.woo-pages{
	position:relative;
}
#sb_instagram img {
    border-radius: 40px;
    border: 5px solid #c8a13d;
}
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: transparent !important;
    border: 0px;
}
body .qib-button-wrapper {
    background: #00000069;
    border: 1px solid #000000;
    border-radius: 30px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    background: transparent !important;
    border: 0px solid #efefef !important;
    color: #fff;
    width: 45px;
}
body .qib-button-wrapper .minus.qib-button:hover, body .qib-button-wrapper .plus.qib-button:hover {
    color: #e6c269 !important;
}
.checkout-button::after{
	display:none;
}
.woocommerce .return-to-shop a.button, .woocommerce .wc-proceed-to-checkout a.button {
    width: 100% !important;
    margin-top: 20px !important;
}
.woocommerce-NoticeGroup-checkout{
	display: none;
}
.woocommerce-order .woocommerce-thankyou-order-received{
	    color: #fff;
    font-size: 34px;
    padding: 20px;
}
.woocommerce-thankyou-order-details.order_details , .woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details , .woocommerce-order .woocommerce-order-details__title , .woocommerce-order .woocommerce-table.shop_table.order_details{
	display:none;
}
.woocommerce-product-gallery__image{
	    height: 750px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 5px solid #e6c269;
    background: #e3d19c47;
    border-radius: 150px;
}
.woocommerce-product-gallery img {
    margin-left: 25%;
}
.woocommerce-product-gallery__trigger{
	display:none;
}
 .single_add_to_cart_button.button{
text-align: center;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 26px !important;
    text-transform: uppercase;
    padding: 0px;
    width: 164px;
    height: 47px;
    border: 1px solid #cea644;
    background: #cea644 !important;
}
.single-product .cart .button.view-cart-button{
	    text-align: center;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 26px !important;
    text-transform: uppercase;
    padding: 0px;
    width: 164px;
    line-height: 42px;
    height: 47px;
    border: 1px solid #6a160f;
    background: #6a160f !important;
    text-decoration: none !important;
}
.summary.entry-summary{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
}
.singular .entry-title{
	    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 36px;
    color: #fff;
}


.woocommerce-product-gallery__image {
    overflow: visible !important;
}
.woocommerce-product-gallery .zoomImg {
    background-color: transparent !important;
}
.menubanner-text h1{
	font-family: 'Inria Serif';
font-style: italic;
font-weight: 300;
font-size: 80px;
line-height: 96px;
color: #FFFFFF;

}
.menubanner-text{
	    position: absolute;
    top: 40%;
    right: 18%;
}
.story-image img{
    width: 90%;
    height: 750px;
    object-fit: cover;
    border-radius: 150px;
}
.story-image:before{
    content: "";
    border: 5px solid #c9a239;
    position: absolute;
    height: 700px;
    width: 93%;
    right: 113px;
    border-radius: 150px;
    top: -38px;
    z-index: -1;
}
.story-image {
    position: relative;
}

.booknow{
margin-bottom:150px;	
}
.woocommerce section {
    padding-top: 0rem;
}
.woocommerce ul.products li.product {
    align-items: center;
}

body.hide-price ul.products li.product .woocommerce-loop-product__title{
	    min-height: auto;
}
body.hide-price ul.products li.product .price {
	text-align:center;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: -32px;
}

body.hide-price ul.products.columns-3 li.product {
    min-height: 550px;
}
body.hide-price .products.columns-3 .product-short-description {
    min-height: 150px;
}

@media screen and (min-width: 1025px) and (max-width: 2000px) {
	.behide-section .story-image:before {
    height: 537px !important;
    width: 90% !important;
    right: 65px !important;
}
	.behide-section .story-image img {
    width: 100% !important;
    height: 500px !important;
}
		.story-image:before {
    height: 600px;
    width: 93%;
    right: 56px;
}
	.story-image img {
    height: 600px;
}
#primary-menu-list li a {
    font-size: 16px;
}	
	.fonts-style h2, .related.products h2{
		    font-size: 40px;
    line-height: 40px;

	}
	.fonts-style p {
    font-size: 20px;
    line-height: 28px;
}
	.heading h2 {
    font-size: 38px;
    line-height: 45px;
}
	.ft-contact li a {
    font-size: 20px;
    line-height: 32px;
}
	.ft-menu li a {
    font-size: 20px !important;
}
	.site-logo img {
    height: 130px;
}
	.row-center {
/* 	    align-items: center; */
}
}
.sp-tyle{
	    text-align: center;
    border: 5px solid #e1bc64;
    border-radius: 140px;
	min-height: 470px;
}
.sp-image img{
	    height: 200px;
    width: 200px;
    object-fit: contain;
}
.sp-fonts h3{
	font-family: 'Inria Serif';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 42px;
text-decoration-line: underline;
color: #FFFFFF;
}
.sp-fonts p{
	font-family: 'Iowan Old Style';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 41px;
text-align: center;
color: #fff;
}
.sp-fonts{
	    margin: 20px 10% 63px;
}

.page-template-main-menu .custom-site-header , .page-template-menu-template .custom-site-header , .tax-product_cat .custom-site-header , .page-template-menu-tab .custom-site-header{
    position: relative;
	border-bottom: 1px solid #fff;
}
.tax-product_cat .product-category{
	    margin-top: 50px;
}


.review-title h5{
	font-family: 'Inria Serif';
font-style: normal;
font-weight: 400;
    font-size: 23px;
    line-height: 28px;
text-align: center;
color: #6A160F;
}
.review-text p{
	font-family: 'Iowan Old Style';
font-style: normal;
font-weight: 400;
    font-size: 20px;
    line-height: 28px;
text-align: center;
color: #6A160F;
}

@media screen and (max-width: 767px){
		.about-section .order-mob-2{
		order:2;
	}
	.about-section .order-mob-1{
		order:1;
	}
	.banner-text {
    margin: auto;
}
	.banner-text h1 {
    font-size: 40px;
    line-height: 50px;
}
	.image-banner img, .category-banner img {
    height: 400px !important;
 
}
	.story-image img {
    width: 100%;
    height: 350px;
    border-radius: 50px;
}
	.story-image:before{
		display:none;
	}
	.fonts-style.padding-lr {
    padding: 23px !important;
}
.behide-section .story-image img {
    width: 100% !important;
    height: 350px !important;
}
	.sp-tyle {
    border-radius: 40px;
    min-height: auto;
    margin-bottom: 20px;
}
	.sp-fonts h3 {
    font-size: 25px;
    line-height: 42px;
}
	.sp-fonts p {
    font-size: 22px;
    line-height: 30px;
}
}
@media screen and (max-width: 768px) {
	.fonts-style h2, .related.products h2{
		    font-size: 30px;
    line-height: 40px;
	}
	.fonts-style p {
    font-size: 16px;
    line-height: 22px;
}
	.space-row {
    margin: 0px 5%;
}
	.btn-style a {
    font-size: 14px;
    line-height: 25px;
}
	.site-logo img {
    height: 130px;
}
	.ft-menu h3, .ft-contact h3 {
    font-size: 25px;
}
	.ft-menu li a, .ft-contact li a {
    font-size: 16px !important;
}

	.section-space {
    padding-top: 0px;
}
	.section-space {
    margin-bottom: 50px;
}
	.review-title h5{
		    font-size: 16px;
    line-height: 22px;
	}
	.review-text p{
		    font-size: 15px;
    line-height: 23px;
	}
	.shadow-review {
    margin: 6%;
}
	.video-banner {
    padding-top: 119.25%;

}
}
.behide-section .story-image img {
    width: 75%;
    height: 550px;
}
.behide-section .story-image:before {
    height: 537px;
    width: 79%;
    right: 150px;
}
.fonts-style.padding-lr {
    padding: 50px;
}
.row-center1{
	    align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.story-image:before{
	display:none;
}
	#primary-menu-list li {
    padding: 10px 10px;
}
	#primary-menu-list li a, .ft-contact li a {
    font-size: 13px !important;
}
	.video-banner {
        padding-top: 60.25%;
    }
	.fonts-style h2, .related.products h2{
		    font-size: 32px;
    line-height: 40px;
	}
	.image-banner img, .category-banner img{
		    height: 400px !important;
	}
	.banner-text h1{
		    font-size: 40px;
    line-height: 50px;
	}
	.banner-text p{
		    font-size: 25px;
    line-height: 32px;
	}
	.story-image img {
    width: 100% !important;
    height: 450px !important;
    border-radius: 100px;;
}
	.fonts-style.padding-lr {
    padding: 15px;
}
	.sp-image img {
    height: 140px;
    width: 140px;
}
	.sp-fonts {
    margin: 20px 3% 26px;
}
	.sp-tyle {
    border-radius: 90px;
    min-height: 360px;
}
	.sp-fonts h3 {
    font-size: 24px;
    line-height: 35px;
}
	.sp-fonts p {
    font-size: 20px;
    line-height: 28px;
}
	.site-logo img {
    height: 100px;

}
	.site-logo img {
    height: 100px;
    object-fit: contain;
}

}

.home .about-image{
	    margin-top: -50%;
}

.page-template-main-menu .fonts-style{
text-align:center;	
}
.page-template-main-menu .cat-style1 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}
.page-template-main-menu .product-category .order-change {
    height: 390px;
    width: 60%;
}
.page-template-main-menu .product-categories-list img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}