/*
Theme Name: Theme002
Text Domain: theme002
Version: 1.1
Tested up to: 7.4
Requires at least: 5.2
Requires PHP: 5.7
Description: theme002
Author: Susanta
Author URI: https://freelancedeveloperindia.com/
Theme URI: https://freelancedeveloperindia.com/
License: https://freelancedeveloperindia.com/
License URI: https://freelancedeveloperindia.com/
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?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');*/
/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/

:root {
    --font-default: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* Colors */
:root {
    --color-default: #0f1115;
    --color-primary: #ed1b24; 
    --color-secondary: #5c6802; 
    --color-white: #ffffff;
    --color-light: #999999;
    --color-border: #ccc;
    --color-dark: #020202;
    --color-black: #000000;
}
.garamond{font-family: "Cormorant Garamond", serif;}
/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
}

.bg-default{
    background-color: var(--color-default)!important;
    color: var(--color-white);
}
.bg-primary{
    background-color:var(--color-primary)!important;
    color: var(--color-white);
}
.bg-secondary{
    background-color:var(--color-secondary)!important;
    color: var(--color-white);
}
.bg-white{
    background-color:var(--color-white)!important;
    color: var(--color-default);
}
.bg-light {
    background-color: var(--color-light)!important;
    color: var(--color-black);
}
.bg-light-gray {
    background-color: var(--color-light)!important;
    color: var(--color-black);
}
.bg-dark{
    background-color:var(--color-dark)!important;
    color: var(--color-white);
}
.bg-black{
    background-color:var(--color-black)!important;
    color: var(--color-light);
}

.text-default{
    color:var(--color-default)!important;
}
.text-primary{
    color:var(--color-primary)!important;
}
.text-secondary{
    color:var(--color-secondary)!important;
}
.text-white{
    color:var(--color-white)!important;
}
.text-light{
    color: var(--color-light)!important;
}
.text-light-gray{
    color: var(--color-light-gray)!important;
}
.text-dark{
    color:var(--color-dark)!important;
}
.text-black{
    color:var(--color-black)!important;
}

.lineabove,
.line-above,
.lineupper,
.line-upper{
    display: inline-block;
}
.lineabove::before,
.line-above::before,
.lineupper::before,
.line-upper::before{
    content:"";
    width:75px;
    height:12px;
    margin-bottom: 10px;
    display:block;
    background:url(assets/images/line.gif);
    background-size: 100% 100%;
}
.text-center.lineabove::before,
.text-center.line-above::before,
.text-center.lineupper::before,
.text-center.line-upper::before,
.text-center .lineabove::before,
.text-center .line-above::before,
.text-center .lineupper::before,
.text-center .line-upper::before{
    margin-left: auto;  
    margin-right: auto;   
}

.lineunder:after,
.line-under:after{
    content:"";
    width:75px;
    height:4px;
    display:block;
    background:var(--color-primary);
    margin-top:10px;
    margin-bottom:30px;	
}
.text-center.lineunder:after,
.text-center.line-under:after,
.text-center .lineunder:after,
.text-center .line-under:after{
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .text-center.text-md-start.lineunder:after,
    .text-center.text-md-start.line-under:after,
    .text-center.text-md-start .lineunder:after,
    .text-center.text-md-start .line-under:after{
        margin-left: 0;
        margin-right: 0;
    }
}
.lineright:after,
.line-right:after,
.lineend:after,
.line-end:after{
    content:"";
    width:65px;
    height:5px;
    display:inline-block;
    background:var(--color-primary);
    margin-left:10px;
}
.lineboth{
    position: relative;
    display: inline-block;
}
.lineboth::before{
    content:"";
    position: absolute;
    top:19px;
    right: 100%;
    width:66px;
    height:11px;
    display:inline-block;
    background:url(assets/images/style5.png);
    margin-right: 15px;
}
.lineboth::after{
    content:"";
    position: absolute;
    top:19px;
    left: 100%;
    width:66px;
    height:11px;
    display:inline-block;
    background:url(assets/images/style5.png);
    transform: rotate(-180deg);
    margin-left: 15px;
}
@media (max-width: 575px) {
    .lineboth::before,
    .lineboth::after{
        display: none;
    }
}

.btn-sm{
    padding: 4px 10px;
}
.btn-md{
    padding: .7rem 1.6rem;
}
.btn-lg{
    padding: 22px 40px;
}

.link1{
    color:var(--color-white);
}
.link1:hover{
    color:var(--color-primary);
}
a{
    color: var(--color-light);
    text-decoration: none;
    cursor: pointer;
    transition: 300ms;
}  
a:hover {
    color: var(--color-white);
    text-decoration: none;
}
*{
    border-color:#cccccc;
}

.narrow{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* Start */
body {
    font-size: 17px;    
    line-height: 1.8;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"slnt" 0; 
    position: relative;   
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #0f1115;
}
body.loaded {
    overflow: hidden !important;
    height: 100% !important;
}
.wrapper{
    width:90%;
    margin: 0 auto;
}
.btn1{
    background-color: var(--color-primary);
    color: var(--color-white);  
    font-weight:700!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    border: 1px solid var(--color-primary);
    padding: 15px 30px;
    transition:300ms;
}
.btn1:hover{
    background-color: var(--color-primary);
    color: var(--color-white);  
}
.btn2{
    background-color: transparent;
    color: var(--color-white);  
    font-weight:600!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    border: none;
    padding: 0;
    transition:300ms;
    position: relative;
}
.btn2::before{
    content: "";
    width: 25px;
    transition:300ms;
    height: 2px;
    background-color: var(--color-white);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.btn2:hover{
    color: var(--color-white);
}
.btn2:hover::before{
    width: 40px;
    background: var(--color-white);
}
.btn3{
    color: var(--color-primary)!important;  
    font-weight:600!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    border: 1px solid var(--color-primary);
    padding: 15px 30px;
    transition:300ms;
    display: inline-block;    
}
.btn3:hover{
    color: var(--color-white)!important;  
    background-color: var(--color-primary);
    transform: skew(-10deg);
}
.btn3.white{  
    background-color: var(--color-white);
}
.btn3.white:hover{  
    background-color: var(--color-primary);
}
.btn-sm{
    padding: 4px 10px;
}
.btn-md{
    padding: 12px 30px;
}
.btn-lg{
    padding: 22px 40px;
}

.sec1,.sec2,.sec3,.sec4,.sec5,.sec6,.sec7,.sec8{
    width: 100%;
    overflow: hidden;
    display: block;
}

.sec2 .products .wp-post-image{
    display: none!important;
}
.sec2 .products .source-meta{
    margin-bottom: 10px!important;
}
.sec2 .products .source-meta .GF,
.sec2 .products .source-meta .DF{
    margin-left: 0!important;
}
.sec2 .woocommerce ul.products li.product .button {
    margin-top: 0;
}
.sec2 div[itemprop=description]{
    font-size: 14px;
}






