:root {
    /* --primary-color: rgb(68, 68, 68); */
    --primary-color: #ff7117;
    --secondary-color: white;
    --text-color-dark: black;
    --text-color-light: white;
    --small-font-size: 14px;
    --normal-font-size: 16px;
    --medium-font-size: 24px;
    --large-font-size: 40px;
  }

*{
    font-family: 'Inter', sans-serif !important;
    scroll-behavior: smooth !important;
}

#hero-banner .banner-ads{
    width: 100%;
    padding-top: 56.25%; 
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text{
    margin-top: -56.25%;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-light);
}

.content-wrap-top {
	position: relative;
	padding: 100px 0 50px 0;
	overflow: hidden;
}

.content-wrap {
	position: relative;
	padding: 50px 0;
	overflow: hidden;
}

.content-wrap-bot {
	position: relative;
	padding: 50px 0;
	overflow: hidden;
}

.menu-item.cta{
    margin-left: 10px;
}

.menu-link{
    font-size: var(--normal-font-size);
}

/* Main Component */

.button-main{
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-block;
    font-size: var(--normal-font-size);
    transition: 0.3s;
}

.button-main.dark{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--text-color-light);
}

.button-main.dark:hover{
    border: 1px solid var(--primary-color);
    background-color: var(--secondary-color);
    color: var(--primary-color) !important;
}

.button-main.light{
    border: 1px solid var(--primary-color);
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.button-main.light:hover{
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    color: var(--text-color-light);
    padding: 15px 30px;
    display: inline-block;
}

.title{
    color: var(--text-color-dark);
    font-size: var(--large-font-size);
    font-weight: bold;
    margin-bottom: 1rem;
}

.title.light{
    color: var(--text-color-light);
}


.subtitle{
    color: var(--text-color-dark);
    font-size: var(--small-font-size);
    margin-bottom: 1rem;
}

.subtitle.light{
    color: var(--text-color-light); 
}

.description{
    color: var(--text-color-dark);
    font-size: var(--normal-font-size);
    margin-bottom: 1.5rem;
}

.description.light{
    color: var(--secondary-color);
}

/* Main Component */

/* NAVBAR */
.nav-logo {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: 60px;
    padding: 8px;
}


/* ABOUT SECTION */
.features-bg{
    min-width: 300px;
    /* background-image: url('https://placehold.co/600x400/png'); */
    background-size: cover;
    background-position: center;
}

.bg-color,
.bg-color #header-wrap { background-color: #A74220 !important; }

/* PRODUCTS SECTION */

.flex-responsive{
    align-items: center;
    margin-bottom: 50px;
}

.flex-responsive.right{
    flex-direction: row-reverse;
}

.flex-responsive.bottom{
    margin-bottom: 0 !important;
}

#products .img-container{
    position: relative;
    width: 100%;
    padding-top: 75%; /* 3/4 = 0.75 or 75% */
}

#products .img-container img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.product-content-right{
    margin-left: 40px;
}


/* #products .description{
    margin: 36px 0 50px 0;
}

#certificate .description{
    margin-top: 36px;
} */

/* ADS BANNER */
.ads-banner-img{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: inset 0 0 0 50vw rgb(0 0 0 / 30%);
    padding: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#ads-banner .description{
    margin-bottom: 20px;
    text-align: center;
}


/* CERTIFICATE */
.flex-responsive.certificate{
    margin-bottom: 0 !important;
}

#certificate .img-container{
    position: relative;
    width: 100%;
    padding-top: 100%; /* 3/4 = 0.75 or 75% */
}

#certificate .img-container img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.certificate-content{
    padding-right: 40px;
}



/* Client section */
.client-img-container{
    position: relative;
    width: 100%;
    padding-top: 80%; /* 3/4 = 0.75 or 75% */
}

.client-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.owl-carousel .owl-dots .owl-dot {
	background-color: var(--primary-color) !important;
}


/* FOOTER */
#footer {
	position: relative;
	background-color: #333;
	border-top: 2px solid rgba(0,0,0,0.2);
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 50px 0 !important;
}

#footer .subtitle{
    font-size: 16px;
    margin-bottom: 4px;
}

.footer-desc{
    margin-bottom: 20px;
}

.entry-image {
    position: relative;
    width: 100%;
    /* padding-top: 66%; */
}

.entry-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
