@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");

* {
  box-sizing: border-box;
}

html {
  font-size: 20px;
}

body {
  font-family: Rubik, sans-serif;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.5rem;
}

p {
  color: #666666;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3rem;
}

a {
  text-decoration: none;
}

#cartBadge {
  font-size: .75em;
  background: #ff0000;
  color: #fff;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -10px;
  visibility: hidden;
}
.badge {
padding-left: 9px;
padding-right: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
background-color: #c67605;
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.is-full {
  width: 100%;
}

.is-half {
  width: 50%;
}

.is-one-third {
  width: 33.3333%;
}

.column {
  padding: 0.75rem;
}

.v-h-center {
  align-items: center;
  justify-content: center;
}

.btn {
  display: inline-block;
  color: #333333;
  background-color: transparent;
  font-weight: 500;
  border: 2px solid #333333;
  border-radius: 30px;
  padding: 1rem 2rem;
  transition: 0.25s;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
  background-color: #333333;
  cursor: pointer;
}

.btn-primary {
  color: #ffffff;
  background: #dc0d05;
}

.btn-primary:hover {
  color: #333333;
  background-color: transparent;
}

.btn-light {
  color: #333333;
  background-color: #ffffff;
}

.btn-light:hover {
  background-color: transparent;
  border-color: #ffffff;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  max-width: 1152px;
}

.fw-light {
  font-weight: 300;
}

.fw-bold {
  font-weight: 500;
}

.text-light-grey {
  color: #666666;
}

section:not(:first-of-type) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-grey {
  background-color: #f7f7f7;
}

/* Hero */

.hero {
  background-image: linear-gradient(
      to bottom,
      rgb(245 246 252 / 40%),
      rgb(255 255 255 / 80%)
    ),
    url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
}

.hero-text {
  padding: 5rem;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.vh-100 {
  height: 100vh;
}

.intro {
  font-size: 22px;
}


.hero-text h1 {
  /*font-size: 3rem;
	font-weight: 500;*/
  margin-bottom: 2rem;
}

.hero p {
  color: #000;
}

.hero .btn {
  margin-top: 1rem;
}

.hero .btn:hover {
  background: #dc0d05;
  background: -webkit-linear-gradient(to right, #dc0d05, #ff3c14);
  background: linear-gradient(to right, #dc0d05, #ff3c14);
  border-color: transparent;
}

.tagline-1 {
  position: relative;
  font-size: 4.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.tagline-1 .letters {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0;
}

.tagline-2 {
  display: inline-block;
  opacity: 0;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 40px;
  background: #dc0d05;
  background: -webkit-linear-gradient(to right, #dc0d05, #ff3c14);
  background: linear-gradient(to right, #dc0d05, #ff3c14);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tagline-2 .letters {
  display: inline-block;
}

/* Features */

.features .section-title {
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

.feature-item {
  position: relative;
  padding: 0.75rem;
}

.feature-item .title {
  font-size: 1.5rem;
  font-weight: 500;
}

.feature-item img {
  margin-bottom: 1rem;
}

.feature-item p {
  text-align: justify;
}

/* Product Display */

.product-display .title {
  font-size: 4rem;
  font-weight: 500;
}

.product-display .title span {
  font-weight: 300;
}

.product-display .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.product-display .price {
  margin: 1.5rem 0 0;
  font-size: 2.25rem;
  color: #333333;
}

.product-display .price-note {
  margin: 0.5rem 0 1rem;
}

.product-display .btn-primary {
  margin: 1rem 0;
}

/* CTA */

.cta {
  text-align: center;
}

.cta .title {
  font-size: 3rem;
  color: #ffffff;
}

.cta .subtitle {
  font-size: 1.125rem;
  color: #ffffff;
  margin: 2rem 0;
}

.cta .btn-light {
  margin: 1rem 0;
}

.cta-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                       rgba(0, 0, 0, 0.5)), url("../images/cta-1.jpg");
  background-size: cover;
}

/* Text block 1 */

.title-style-1,
.title-style-2 {
  font-size: 3rem;
  margin-bottom: 1.4rem;
}

.title-style-1 {
  font-weight: 500;
}

.title-style-2 {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .title-style-1,
  .title-style-2 {
    font-size: 2rem;
  }
}

.call-us {
  display: flex;
  gap: 12px;
  align-items: center;
}

.call-us p {
  margin-bottom: 0.4rem;
}

.call-us a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #F12B0F !important;
}

/* text block 2 */

section.textblock-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.pad {
  padding: 4rem;
}

.title-style-3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/* benefits */

.benefits .section-title {
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}

.slnumber p {
  position: relative;
  z-index: 5;
  font-size: 4rem;
  font-weight: 300;
  line-height: 4rem;
  color: #333;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.slnumber::before {
  display: block;
  position: absolute;
  z-index: 4;
  top: -5px;
  left: 5px;
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #dedede;
  background: -webkit-linear-gradient(235deg, #f5f5f5, #c5c5c5);
  background: linear-gradient(235deg, #f5f5f5, #c5c5c5);
}

/* client testimonials */

section.testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials .title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.testimonials .quote {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
  text-align: justify;
  margin-bottom: 2.25rem;
}

.testimonials .meta-wrap {
  align-items: center;
  gap: 12px;
}

.testimonials .meta .name {
  color: #333333;
  margin-bottom: 0.25rem;
}

.testimonials .meta .description {
  font-size: 0.875rem;
  color: #828282;
  margin-bottom: 0.1rem;
}

.testimonials .meta .description span {
  display: block;
}

.tns-nav {
  text-align: right;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: #333333;
}

/* Contact form */

.form-field {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #333;
}

.form-field label {
  position: absolute;
  left: 2px;
  font-size: 0.75rem;
  margin-top: 5px;
  opacity: 0;
}

.form-field input {
  position: relative;
  z-index: 10;
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 100%;
}

.form-field input:placeholder-shown + label {
  color: #ff0000;
}

.form-field input:not(:placeholder-shown) + label {
  transform: translateY(-1.25rem);
  opacity: 1;
  transition: opacity 0.25s;
}

.form-field-last {
  margin-bottom: 4rem;
}

.form-submit {
  display: block;
  text-align: right;
}

.form-submit button {
  cursor: pointer;
}

/* Footer */

section.footer-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-1 {
  background-color: #1a1a1a;
  color: #dbdbdb;
}

.footer-1 .is-one-third .row {
  flex-direction: column;
  gap: 1rem;
}

.footer-1 .is-one-third .row .column {
  flex-grow: 1;
}

.footer-1 .title {
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 1rem;
  border-bottom: 2px solid #4f4f4f;
}

.footer-1 p {
  font-size: 0.875rem;
  color: #dbdbdb;
  line-height: 1.5rem;
}

.footer-newsletter input[type="text"] {
  display: block;
  width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 40px;
  padding: 0.9rem 3rem 0.9rem 0.9rem;
  background-color: transparent;
  outline: 0;
  color: #fff;
}

.footer-1 .call-us a {
  color: #e0e0e0;
}

.footer-1 .footer-newsletter {
  position: relative;
}

.footer-1 .footer-newsletter button {
  position: absolute;
  background-color: transparent;
  border: 0;
  top: 1.125rem;
  right: 1rem;
  padding: 0;
  cursor: pointer;
}

.footer-newsletter input[type="text"]::placeholder {
  color: #d3d3d3;
}

.footer-menu ul {
  padding-left: 1.25rem;
}

.footer-menu ul li {
  margin-bottom: 8px;
}

.footer-menu a {
  color: #dbdbdb;
}

.footer-1 .social-links a:first-child {
  margin-right: 1rem;
}

/* secondary footer */

section.footer-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-2 {
  background-color: #131313;
}

.footer-2 .row {
  justify-content: space-between;
  gap: 2rem;
}

.footer-2 .menu li:not(:last-of-type) {
  margin-right: 5rem;
}

.footer-2 .menu li a,
.footer-2 p {
  color: #b2b2b2;
  font-size: 0.875rem;
  padding: 0;
  margin-bottom: 0;
}

/* Modal */

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /*padding: 2rem;
  width: 24rem;*/
  width: 60rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 960px) {
  .modal-content {
    width: 48rem;
  }
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 24rem;
  }

  .xs-hidden {
    display: none;
  }
}

.modal-content .bg-img {
  background: url(../images/wave-pattern-red.png) top right;
  height: 100%;
}

.modal-form {
  align-items: center;
  justify-content: space-around;
  padding: 1.5rem;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
  transition: transform 0.25s 0s;
  /*border-radius: 0.25rem;
  background-color: lightgray;*/
}

.close-button:hover {
  opacity: 1;
  transform: scale(1.25);
  transition: transform 0.25s 0s;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.lead-gen-modal .form-wrap {
  margin-top: 2rem;
  width: 80%;
}

.lead-gen-modal .form-field-last {
  margin-bottom: 2rem;
}

/* Nav */

nav {
  background: transparent;
  padding: 0 5rem;
  position: relative;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-left: 0;
}

.menu,
.submenu {
  list-style-type: none;
}

.logo {
  font-size: 20px;
  /*padding: 7.5px 10px 7.5px 0;*/
}

.item {
  padding: 10px 20px;
}

.item.button {
  padding: 9px 5px;
}

/* Mobile menu */

.menu li a {
  display: block;
  padding: 15px 5px;
  color: #000;
}

.menu li.subitem a {
  padding: 15px;
}

.logo-img {
  max-width: 250px;
}

.toggle {
  order: 1;
  font-size: 20px;
}

.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}
.active .item {
  display: block;
}

@media screen and (max-width: 360px) {
  .logo-img {
    max-width: 215px;
  }
}

/* Tablet menu */
@media screen and (min-width: 700px) {
  .menu {
    justify-content: center;
  }

  .logo {
    flex: 1;
  }

  .item.button {
    width: auto;
    order: 1;
    display: block;
  }

  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }
}

/* Desktop menu */
@media screen and (min-width: 960px) {
  .hero {
    margin-top: -80px;
  }

  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }

  .menu li a {
    display: inline-block;
    padding: 25px 5px 5px;
  }

  .logo {
    order: 0;
  }

  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }

  .toggle {
    display: none;
  }
}

/* Tablet view styles */

@media screen and (max-width: 768px) {
  nav {
    padding: 0 1rem;
  }

  .is-half,
  .is-one-third {
    width: 100%;
  }

  .order-sm-1 {
    order: -1;
  }

  .tagline-2 {
    font-size: 4rem;
  }
}

/* Mobile view styles */

@media screen and (max-width: 960px) {
  .container {
    max-width: 540px;
    padding: 1.5rem;
  }

  .hero-text {
    padding: 1.5rem;
  }

  .is-half,
  .is-one-third {
    width: 100%;
  }

  .hero-text h1 {
    margin-bottom: 3rem;
  }

  .pad {
    padding: 2rem;
  }

  .form-field {
    margin-bottom: 3rem;
  }
}

/* About Us */

em,
strong,
.emphasized {
  color: #333333;
}

/*.title-style-1,
.title-style-2,
.title-style-3 {
  background: #dc0d05;
  background: -webkit-linear-gradient(to right, #dc0d05, #ff3c14);
  background: linear-gradient(to right, #dc0d05, #ff3c14);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}*/

.emphasized {
  font-size: 1.5rem;
  font-weight: 500;
}

.page-title {
  padding: 100px 0;
  background-position: top center;
  background-size: cover;
}

.page-title-1 {
  background-image: url(../images/title-pattern1.png);
}

.page-title h1 {
  padding: 0 0.75rem;
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #808080;
}

/* Contact Us */

.page-title-2 {
  background-image: url(../images/title-pattern2.png);
}

.contact .sub-title {
  margin-bottom: 1rem;
}

.wrap:nth-of-type(1) {
  margin-bottom: 3rem;
}

.sub-title.form-sub-title {
  margin-bottom: 3rem;
}

/* Chatbox */

.chatbutton a {
  /*width: 150px;*/
  height: 50px;
  border-radius: 30px;
}

.chatbutton {
  display: block;
  position: fixed;
  bottom: 35px;
  right: 10px;
}

.chatBoxWrapper {
  display: none;
  max-width: 550px;
  width: 95%;
  text-align: left;
  position: relative;
  right: 0px;
  /*bottom: 10px;*/
  width: 100%;
  height: 405px;
  box-shadow: 5px 5px 10px #a1a1a1;
}

.chatBoxWrapper #output {
  position: absolute;
  top: 42px;
  /*left:2px;*/
  height: 325px;
  width: 100%;
  border: 0px;
  outline: 1px solid #aaaaaa;
  /*border-radius:5px;*/
  /* font-size: 0.875rem; */
  padding: 8px;
  font-size: 14px;
  font-family: Arial;
  resize: none;
}

.chatBoxWrapper #input {
  position: absolute;
  top: 370px;
  left: 0px;
  height: 35px;
  width: 80%;
  border: 0px;
  outline: 1px solid #aaaaaa;
  /*border-radius:5px;*/
  /* font-size: 0.875rem; */
  font-size: 14px;
  font-family: Arial;
  resize: none;
}

.chatBoxWrapper #SendTo {
  position: absolute;
  top: 370px;
  right: 0px;
  height: 34px;
  width: 19%;
  /* font-size: 0.875rem; */
  font-size: 14px;
  font-family: Arial;
}

.Header {
  position: absolute;
  top: -13px;
  left: 0px;
  height: 55px;
  width: inherit;
  background: #1a1a1a;
  /*background: #dc0d05;
   background: -webkit-linear-gradient(to right, #dc0d05, #ff3c14);
   background: linear-gradient(to right, #dc0d05, #ff3c14);*/
  border-radius: 5px 5px 0px 0px;
  font-size: 20px;
  color: #dbdbdb;
}

button.HelpExitButton {
  color: #ffffff;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: #ffffff;
  outline: none;
}

button.HelpExitButton:focus {
  box-shadow: 0 0 0 1pt black;
}

.front {
  z-index: 500;
}

.a-btn-text {
  font-size: 22px;
  line-height: 22px;
  margin-left: calc(50% - 30px);
}

.a-btn img {
  position: relative;
  top: -45px;
  margin-left: -8px;
  text-align: left;
  float: left;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 1px inset ghostwhite;
}

i.material-icons {
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 12px;
  color: var(--slider-background);
  transform: rotate(0deg);
  transition-duration: 250ms;
}

i.material-icons.infocus {
  transform: rotate(-180deg);
  transition-duration: 250ms;
}

.material-icons.md-12 {
  font-size: 27px;
  top: 0px;
  left: 0px;
  color: #ffffff;
}

.chat-btn {
  /*font-family: Oswald;*/
  background: #dc0d05;
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(#dc0d05, 0),
    color-stop(#dc0d05, 1)
  ); */
  /* background: -webkit-linear-gradient(top, #dc0d05 0%, #dc0d05 100%);
  background: -moz-linear-gradient(top, #dc0d05 0%, #dc0d05 100%);
  background: -o-linear-gradient(top, #dc0d05 0%, #dc0d05 100%);
  background: linear-gradient(top, #dc0d05 0%, #dc0d05 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a', GradientType=0); */
  border: 2px solid #333333;
  /* border-color: #dc0d05 #dc0d05 #dc0d05; */
  /* -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #dc0d05; */
  /* -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #dc0d05; */
  /* box-shadow: 0 1px 1px #2e2e2eb2, inset 0 1px 0 #dc0d05; */
  padding: 0px 80px 0px 10px;
  height: 30px;
  display: block;
  position: relative;
  /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px; */
  /* border-radius: 4px; */
  float: left;
  margin: 10px;
  overflow: hidden;
}

.chat-btn-text {
  padding-top: 2px;
  display: block;
  font-size: 18px;
  white-space: nowrap;
  color: #fff;
  /* text-shadow: 0 1px 0 #fedd9b; */
  /* -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; */
}
.chat-btn:hover {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.chat-btn:hover .chat-btn-text {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #333333;
  cursor: default;
}

#index-contact-error, #contact-error {
  color: #dc0d05;
}

#index-contact-success, #contact-success {
  color: green;
}

@media screen and (max-width: 768px) {
  .chatbutton {
    display: none;
  }
}

.red1 {
  color: #dc0d05;
}

.red2 {
  color: #F12B0F;
}

