@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/oswald-v49-latin-200.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/oswald-v49-latin-300.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/oswald-v49-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/oswald-v49-latin-500.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/oswald-v49-latin-600.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/oswald-v49-latin-700.woff2') format('woff2');
}

body {
	font-family:  Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--darkgrey);
	background: var(--lightgrey);
}

a {
	text-decoration: none;
	color: var(--darkgrey);
}

h1,
.size-xxl {
	font-family: 'Oswald';
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
}

h2,
.size-xl {
	font-family: 'Oswald';
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
}

h3,
.size-l {
	font-family: 'Oswald';
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	text-transform: uppercase;
}

h4,
.size-m {
	font-family: 'Oswald';
	font-size: 2.125rem;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	font-family: 'Oswald';
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

h6 {
	font-family: 'Oswald';
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

:root {
	--yellow: #febd17;
	--black: #000;
	--darkgrey: #1a1a1a;
	--darkestgrey: #1a1a1a;
	--darkgrey: #353535;
	--lightgrey: #edeeef;
	--white: #fff;
}

.btn.btn-yellow {
	background: var(--yellow);
	color: var(--darkgrey);
	font-family:  Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	padding: .8rem 1.25rem;
}

.btn.btn-yellow:hover {
	background: #c68d00;
}

.btn.btn-darkgrey {
	background: var(--darkgrey);
	color: var(--white);
	font-family:  Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	padding: .8rem 2rem;
}

.btn.btn-darkgrey:hover {
	background: var(--darkgrey);
}

.btn.btn-white {
	background: var(--white);
	color: var(--darkgrey);
	font-family:  Arial, sans-serif;
	font-size: 14px;
	border-radius: 2px;
	padding: .8rem 1.25rem;
}

.btn.btn-white:hover {
	background: rgba(255, 255, 255, .8);
}

.container {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}

/* Header */
.navbar {
	display:none;
}

a:hover {
  color: #000;
  opacity:0.7;
}

header {
	width: 100%;
	background: var(--yellow);
	margin: 0;
	padding: 0;
	height: 58px;
	display: flex;
	flex-direction: row;
	align-content: center;
}

header .logo-dewalt img {
	height: 58px;
	padding-left: 10px;
}

/* Footer */
footer .footer-boxes {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #eeeeee;
}

footer .footer-boxes .material-icons {
	font-size: 36px;
}

footer .footer-boxes li {
	list-style-type: none;
	flex: 1;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

footer .footer-boxes h6 {
	margin-top: 2rem;
}

footer .footer-boxes p {
	margin-bottom: 1rem;
}

footer .footer-boxes a:hover {
	text-decoration: none;
}

footer .footer-tagline {
	text-align: center;
	background-color: #f8b119;
	color: darkgrey;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

footer .footer-tagline span {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: darkgrey;
	text-transform: uppercase;
	font-family:  Arial, sans-serif;
	font-weight: 700;
	font-size: 2.3rem;
}

footer .social-icons {
	display: flex;
}

footer a.social-link-facebook:before {
	content: url("../images/logo-facebook.svg");
	display: block;
}

footer a.social-link-instagram:before {
	content: url("../images/logo-instagram.svg");
	display: block;
}

footer a.social-link-youtube:before {
	content: url("../images/logo-youtube.svg");
	display: block;
}

footer .footer-legal {
	background-color: #1a1a1a;
	color: #eeeeee;
}

footer .footer-legal {
	color: #eeeeee;
	text-decoration: none;
	font-size: 0.75rem;
	padding: 1rem;
	text-align: center;
}

footer .footer-legal ul {
	margin: 0;
	padding: 0;
}

footer .footer-legal li {
	position: relative;
	list-style-type: none;
	padding-left: 1rem;
	padding-right: 1rem;
}

footer .footer-legal li:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 0.0625rem;
	background-color: #6b6b6b;
	margin-left: 1rem;
}

footer .footer-legal li:last-child::after {
	display: none;
}

footer .footer-legal li a {
	color: #eeeeee;
	text-decoration: none;
}

footer .footer-legal li a:hover {
	text-decoration: underline;
}

footer .copyright-text-footer {
	font-size: 0.875rem;
}

@media (max-width: 991.98px) {
	footer .footer-legal ul {
		flex-direction: column;
	}

	footer .footer-legal li:after {
		display: none;
	}

	footer .footer-boxes .d-flex {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 2rem;
	}

	footer .footer-tagline span {
		font-size: 1.5rem;
	}
}

/*------------------------*
/* CUSTOM */
/*------------------------*/

.white-bg {
	background: var(--white);
}

.grey-bg {
	background: var(--lightgrey);
}

.black-bg {
	background: var(--black);
}

.black-bg p {
	color: var(--white);
}

.black-bg h2 {
	color: var(--white);
}

.black-bg h3 {
	color: var(--white);
}

.darkgrey-bg {
	background: var(--darkestgrey);
}

.darkgrey-bg p {
	color: var(--white);
}

.darkgrey-bg h2 {
	color: var(--white);
}

.darkgrey-bg h3 {
	color: var(--white);
}

.white-bg h3 {
	text-align:center;
}

img {
	max-width: 100%;
}

#top-banner {
	position: relative;
	width: 100%;
}

#top-banner img {
	width: 100%;
	height:auto;
}

#intro-text .container {
	padding: 48px 0;
}

#intro-text h1 {
	color:var(--white);
	text-align: center;
	font-size:48px;
	line-height: 1.1;
}

.content-box{
	display:flex;
	flex-direction:row;
	gap:50px;
}

.text-image,
.text-text{
	width:50%;
	align-content: center;
}

#range-18v-products,
#range-martello-demolitore-products {
	padding: 50px 0;
}

.carousel{
	padding-top: 50px;
}

.carousel-navigation {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	display: flex;
	height: 44px;
	align-items: center;
	justify-content: center;
}

.carousel-navigation button {
	border: 1px solid #C4C4C4;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: block;
	opacity: 1;
}

.carousel-navigation .fa {
	color: var(--darkgrey);
}

#carousel-indicator {
	font-weight: bold;
	font-size: 16px;
}

#carousel-indicator i {
	font-weight: normal;
	font-style: italic;
}

.card {
	background: transparent;
	border: none;
	border-radius: 0;
}

.card-image {
	background: var(--white);
	padding: 30px;
	border: 1px solid #c4c4c4;
}

.card-body {
	padding: 10px 0;
}

.card-title {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4D4D4D;
	margin: 0 0 5px 0;
	padding: 0;
}

.card-text {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: var(--darkgrey);
	margin: 0 0 5px 0;
	padding: 0;
}

.card-link {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 16px;
	color: var(--darkgrey);
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

.arabic .card-link{
	text-align: right;
	display: block;
}

.card-new {
	background: var(--darkestgrey);
	color: var(--white);
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 10px;
	padding: 3px 8px;
	z-index: 9999;
}

.carousel-item {
	padding-top: 10px;
}

#regulations .container {
	padding: 48px 0;
}

#regulations .regulations-headline{
	text-align:center;
}

#regulations h2 {
	color:var(--darkgrey);
	font-size:38px;
	line-height: 1.1;
}

#regulations .regulations-wrapper{
	display:flex;
	flex-direction:row;
	gap:50px;
	flex-wrap:wrap;
	padding-top:30px;
}

#regulations .regulations-box{
	width:calc(50% - 25px);
	align-content: center;
}

#regulations .regulations-box h3{
	font-size:22px;
}

/*------------------------*
/* RESPONSIVE */
/*------------------------*/
@media (min-width: 1200px) {
	.container {
		max-width: 1160px;
	}
}

@media (min-width:768px) {
	.hide-desktop {
		display: none;
	}
}

@media (max-width:960px) {
	.hide-tablet {
		display: none;
	}
}

@media (max-width:768px) {

	.hide-mobile {
		display: none;
	}

	main {
		position: relative;
	}

	footer {
		padding-bottom: 0;
	}

	footer .footer-wrapper {
		background: var(--darkgrey);
		padding: 1rem 1rem 20% 1rem;
		display: flex;
		flex-direction: column;
		max-width: 100%;
		text-align: center;
	}

	footer .footer-copyright {
		margin: auto;
	}

	#intro-text h1{
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	#range-18v-products .carousel-navigation{
		width: 100px;
	}
	

#intro-text .container {
	padding: 20px 0;
}

.content-box{
	display:flex;
	flex-direction:column;
	gap:20px;
	padding:20px;
}

.text-image,
.text-text{
	width:100%;
	align-content: center;
}

#range-18v-products,
#range-martello-demolitore-products {
	padding: 20px;
}

.carousel{
	padding-top: 50px;
}	
	
#regulations .container {
	padding: 20px 0;
}

#regulations .regulations-wrapper{
	display:flex;
	flex-direction:row;
	gap:20px;
	flex-wrap:wrap;
	padding-top:20px;
}

#regulations .regulations-box{
	width:100%;
}

}

sub, sup {
  font-size: .4em;
  top: -1.3em;
}

p sub, p sup {
  font-size: .7em;
  top: -.4em;
}