:root {
    --main-color: #333333;    
    --second-color: #e2352d;
    --third-color: #8B898a;
     --link-color: 226, 53, 45;
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
        color: #f8d2ac;
        top: 0 !important;
}
body::-webkit-scrollbar {
    width: .6em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 1px solid slategrey;
}
a {
	color: var(--third-color);
	font-weight: 400;
}
p {
	color: var(--third-color);
	font-weight: 400;
}
.navbar-holder {
  background-color: black;
}
nav .navbar-nav li.nav-item {
	padding: 0.8rem;
}
nav .navbar-collapse {
	border-right: 1px solid rgb(226, 53, 45);
	border-left: 1px solid rgb(226, 53, 45);
}
.navbar-dark .navbar-nav .nav-link {
	color: white;
}
nav .navbar li.nav-item a:hover {
	color: var(--second-color);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: var(--second-color);
}
nav .navbar-brand {
	width: 20%;
}
nav .navbar-brand img {
  width: 50%;
}
.navbar-brand {
    margin-left: 1.2rem;
}
nav {
	padding: 0.2rem!important;
	width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.top-menu ul {
	list-style: none;
	padding: 0.4rem;
  margin-bottom: 0rem;
}
.top-menu ul li {
	color: white;
	font-weight: 100;
  margin-left: 1rem;
}
.top-menu ul li i {
  padding-right: 0.6rem;
}
.top-menu ul li a { 
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}
.carousel-item img {
  filter: brightness(40%);
  min-height: 360px;
}
.top-menu ul li button { 
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  background-color: unset;
  border: unset;
}
.top-menu .translate-lang {
  border-right: 1px solid black;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.top-menu .translate-lang:last-child{
    border: none;
}
.top-menu .translate-lang.active{
    color: black;
}
.skiptranslate {
    display: none;
}
li.nl-link:hover a {
  color: black;
   transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
} 
li.nl-link:hover a {
  color: black;
   transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
} 
#main-section .main-text-holder h1,h5 {
	color: white;
	font-weight: 100;
}
#main-section .main-text-holder h1 {
	font-size: 4rem;
	font-weight: 500;
}
.carousel-caption {
    bottom: 0rem;
    top: 34%;
}
span {
	color: var(--second-color);
}
header .top-bar ul {
  list-style: none;
  display: flex;
  color: white;
  margin: 0rem;
  padding: 0rem;
}
header .top-bar p {
  margin-bottom: 0rem;
  color: white;
}
header .top-bar .top-bar-title {
  padding-left: 1rem;
}
header .social-media ul {
  display: flex;
}
header .social-media ul li {
display: inline-block;
    vertical-align: top;
    width: 45px!important;
    height: 45px!important;
    background: white;
    -webkit-border-radius: 100px;
    text-align: center;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    padding: 12px 2px 0px 0px;
    margin: 24px 19px 0 0!important;
    cursor: pointer;
  }
header .social-media ul li a {
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 100;
  text-decoration: none;
  color: black;
}
header .social-media ul li:hover {
  background-color: var(--second-color);
}
header  .social-media ul li:hover a {
  color: white;
  transition: all 300ms linear 0ms;
}
header .top-bar {
 padding: 0.5rem 0rem;
 background-color: var(--second-color);
}
ul {
  list-style: none;
}

a.navbar-brand:hover::after {
  display: none;
}
/* Fade-in animation */
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
#product {
  margin-top: 10rem;
}
#product .title-holder {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
#product .title-holder h3 {
  color: black;
  font-weight: 500;
  margin-bottom: 3rem;
}
.tabs-holder {
  margin-top: -4rem;
}
.tabs-holder .tab-holder {
  position: relative;
    width: 100%;
    background-color: #1b1a1a;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 3%;
}
.tabs-holder .tab-holder .tab-img-holder {
  position: relative;
    background-color: #333;
    overflow: hidden;
    border-bottom: 3px solid var(--second-color);
    border-top-right-radius: 3%;
    border-top-left-radius: 3%;
  }
  .tab-text-holder {
    padding: 1rem 2rem 0.2rem 2rem;
    overflow: hidden;
    color:white;
  }
  .tab-text-holder h5 {
    font-weight: 100;
    font-size: 15px;
  }
.with-conic-gradient {
  border-style: solid;
  border-width: 1px;
  border-image: radial-gradient(rgb(255, 255, 0), rgb(226, 53, 45)) 1;;
}
.title-holder h3 {
  color: white;
  border-left: 1px solid rgb(226, 53, 45);
  padding-left: 0.4rem;
  margin-bottom: 2rem;
}
#product .title-holder p {
  color: var(--third-color);
}
.parallax {
  background-image: url("../img/background/burning-charcoal-close-up-coal-fire-smoke_49882-476.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6rem;
}
#about-us .parallax .title-holder {
  width: 33%;
  margin-top: 9rem;
}
#about-us .parallax .title-holder p {
  color: #b3b2b3;
}
.button {
  border-radius: 0rem;
  background-color: var(--second-color);
  color: white;
  padding: 1rem 1.5rem;
}
.button:hover {
  background-color: var(--main-color);
  color: var(--second-color);
}
.cta-holder {
  margin-top: 4rem;
  background-image: url(../img/background/phone.png);
  background-repeat: no-repeat;
    padding: 5rem 2rem 7rem 2rem;
}
.cta-holder h3 {
  color: black;
  border-left: 1px solid rgb(226, 53, 45);
  padding-left: 0.4rem;
}
.cta-holder p {
  color: var(--third-color);
}
footer {
  margin-top: 5rem;
  padding-bottom: 2rem;
  padding-top: 2.5rem;
  background: url(../img/background/footer2.jpg);
}
footer .title-holder h3 {
  color: white;
  padding-left: 0.4rem;
  margin-bottom: 2.6rem;
  border-left: 1px solid white;
}
.info-row {
  margin-top: 1rem;
}
.copy-right {
  background-color: var(--main-color);
  padding: 0.4rem;
}
.copy-right p.croonus-powered-by-text {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}
.copy-right a:hover {
  color:var(--second-color);
}
.container-fluid .row {
  padding: 0rem!important;
  margin: 0rem!important;
}
.map{
  filter: grayscale(100%) invert(96%) contrast(98%);
}
.newsletter-holder {
  margin-bottom: -2rem;
  width: 61%;
}
.newsletter-holder input {
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  padding: 0.4rem 0.4rem;
  font-weight: 100;
}
.card1 {
  background-image: url(../img/icons/card1icon.png);
    background-repeat: no-repeat;
    margin-top: -2rem;
    margin-right: -3rem;
    filter: opacity(0.2);
}
.card2 {
  background-image: url(../img/icons/card2icon.png);
    background-repeat: no-repeat;
    margin-top: -2rem;
    margin-right: -3rem;
}
.card3 {
  background-image: url(../img/icons/card3icon.png);
    background-repeat: no-repeat;
    margin-top: -2rem;
    margin-right: -3rem;
}
.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.title-divider-holder {
    position: relative;
}
.title-divider {
    position: absolute;
    top: -180px;
}
#contact-form-holder form input {
  margin-bottom: 1rem;
}
#contact-form-holder form {
  margin-top: 5rem;
}
#contact-form-holder form input::placeholder{
  font-weight:100;
  color: #999;
}
#contact-form-holder form textarea::placeholder {
  font-weight:100;
  color: #999;
}
#contact-form-holder button {
   border-radius: 0rem;
  background-color: var(--second-color);
  color: white;
  padding: 1rem 1.5rem;
  border: none;
}
#contact-form-holder button:hover {
  background-color: var(--main-color);
  color: white;
}
#contact-form-holder button:active {
  box-shadow: none;
}
#contact-form-holder form input,
#contact-form-holder form textarea {
  border-radius: 0;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('./../img/background/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    background-color: rgba(255, 255, 255, 0.5);
}



