@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --textcolor: #333;
  --fontfamprimary: "Inter", sans-serif;
  --fontfamalternate: "Oswald", sans-serif;
  --slide: 60rem;
  --header: 8rem;
  --headerN: -8rem;
  --colorRed: #e40613;
}
@media (min-width: 768px) {
  :root {
    --header: 10rem;
    --headerN: -10rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --slide: 80rem;
  }
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-size-adjust: 100%;
  margin-right: 0 !important;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  color: var(--textcolor);
  font-family: var(--fontfamprimary);
  font-optical-sizing: auto;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 1rem;
}
body::-webkit-scrollbar-track {
  background-color: #111820;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--colorRed);
}
::-moz-selection {
  background-color: var(--colorRed);
  color: #fff;
}
::selection {
  background-color: var(--colorRed);
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
address {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontfamalternate);
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
}
button {
  border: none;
  outline: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.equal [class^="col"] {
  display: flex;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt5 {
  margin-top: 5rem;
}
.alert {
  width: 100%;
}
.lr5 {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .lr5 {
    padding: 0 5rem;
  }
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  label {
    font-size: 1.6rem;
  }
}
.contactForm .form-control {
  border: 0.1rem solid #eaeaea;
}
.contactForm .form-control:hover,
.contactForm .form-control:focus {
  border: 0.1rem solid #333;
}
.padding {
  padding: 5rem 0;
}
@media (min-width: 1200px) {
  .padding {
    padding: 10rem 0;
  }
}
.container-fluid {
  padding: 0;
}
.slide,
.slidemain {
  position: relative;
  z-index: 0;
}
.slidemain {
  height: var(--slide);
  overflow: hidden;
  margin-top: var(--headerN);
}
.slidemain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}
.slidevideo {
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.swiperslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 3rem;
  border-radius: 0.2rem;
  height: 0.5rem;
}
.swiper-pagination-bullet-active {
  background-color: var(--colorRed) !important;
}
.slidetext {
  position: absolute;
  top: calc(var(--header) / 2);
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: grab;
}
.slidetext:active {
  cursor: grabbing;
}
.swiperslide .swiper-slide-active .slidetext .content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.6s;
}
.swiperslide .swiper-slide-active .slidetext .content a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.2s;
}
.slidetext .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .slidetext .content {
    width: 50rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .slidetext .content {
    width: 60rem;
  }
}
@media (min-width: 1200px) {
  .slidetext .content {
    width: 80rem;
  }
}
@media (min-width: 1600px) {
  .slidetext .content {
    width: 90rem;
  }
}
.slidetext .content h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .slidetext .content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .slidetext .content h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .slidetext .content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .slidetext .content h1 {
    font-size: 4.5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1500px) {
  .slidetext .content h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .slidetext .content h1 {
    font-size: 6rem;
  }
}
.slidetext .content a {
  border: 0.2rem solid var(--colorRed);
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  transition: all 300ms ease;
  border-radius: 5rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .slidetext .content a {
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .slidetext .content a {
    font-size: 1.8rem;
  }
}
.slidetext .content a i {
  transition: transform 300ms ease;
}
.slidetext .content a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.slidetext .content a:hover i {
  transform: translateX(0.6rem);
}
.header {
  position: relative;
  height: var(--header);
  z-index: 5;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  transition: all 300ms ease;
}
.header:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.menubar {
  height: var(--header);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.logo img {
  width: 8rem;
}
@media (min-width: 576px) {
  .logo img {
    width: 10rem;
  }
}
@media (min-width: 1500px) {
  .logo img {
    width: 12rem;
  }
}
.mainmenu {
  height: 100%;
  flex: 1;
}
.mainmenu ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5rem;
}
.mainmenu ul li {
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: all 300ms ease;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.dropdownMenu {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: -5rem;
  background-color: #000;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 25rem;
  transition: transform 0.3s ease-in-out;
  transform-origin: top right;
  transform: perspective(600px) rotateX(-90deg);
}
.dropdownlink {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8rem;
  white-space: nowrap;
}
.dropdownlink:hover .dropdownMenu {
  display: block;
  transform: perspective(600px) rotateX(0deg);
}
.dropdownMenu a {
  width: 100%;
  display: block;
  font-size: 1.5rem !important;
  border-radius: 0.3rem;
  transition: all 300ms ease;
  padding: 1rem;
}
@media (min-width: 1600px) {
  .dropdownMenu a {
    font-size: 1.6rem !important;
  }
}
.dropdownMenu a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.dropdownMenu a:not(:last-child) {
  margin-bottom: 0.2rem;
}
.dropdownlink i {
  transition: transform 300ms ease;
}
.dropdownlink:hover i {
  transform: rotate(-45deg);
}
.mainmenu ul li a {
  color: #fff;
  font-size: 1.6rem;
  transition: all 300ms ease;
  white-space: nowrap;
}
.menubarend {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  column-gap: 1rem;
}
.menubarend a {
  border-radius: 0.3rem;
  padding: 1rem 2rem;
  background-color: #fff;
  border: 0.1rem solid transparent;
  color: var(--textcolor);
  display: inline-block;
  transition: all 300ms ease;
}
.menubarend a:hover {
  background-color: transparent;
  color: #fff;
  border: 0.1rem solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
#searchbutton {
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  transition: all 300ms ease;
}
#searchbutton:hover {
  opacity: 0.8;
}
#mobilemenuicon {
  transition: all 300ms ease;
  font-size: 1.8rem;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#mobilemenuicon:hover {
  opacity: 0.8;
}
.blogbox {
  background-color: #fafafa;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.blogboximage {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blogboximage img {
  transition: transform 1.2s ease;
  object-fit: cover;
}
.blogbox:hover .blogboximage img {
  transform: scale(1.1);
}
.blogdate {
  position: absolute;
  bottom: 0;
  right: 1rem;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  background-color: #fafafa;
  border-radius: 5rem 5rem 0 0;
  padding: 2rem 0.8rem;
  font-weight: 500;
}
.blogbox .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem 4rem;
}
.blogbox .content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  transition: all 300ms ease;
}
.blogbox:hover .content h3 {
  text-decoration: underline;
  text-decoration-color: var(--colorRed);
}
.blogbox .content h3 a {
  color: var(--textcolor);
  transition: all 300ms ease;
}
.blogbox:hover .content h3 a {
  color: var(--colorRed);
}
.blogbox .content p {
  font-size: 1.6rem;
  flex: 1;
}
.blogboxend {
  border-top: 0.1rem solid #e6e6e6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 4rem;
}
.blogboxend a {
  font-size: 1.6rem;
  color: var(--textcolor);
  transition: color 300ms ease;
  font-weight: 500;
}
.blogboxend a:hover {
  color: var(--colorRed);
}
.blogboxend i {
  transition: transform 300ms ease;
}
.blogboxend a:hover i {
  transform: rotate(45deg);
}
.blogbox:hover .blogboxend a i {
  transform: rotate(45deg);
  color: var(--colorRed);
}
.maintitle {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.maintitle h2 {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .maintitle h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .maintitle h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .maintitle h2 {
    font-size: 4.5rem;
  }
}
.maintitle p {
  font-size: 1.6rem;
  opacity: 0.8;
}
.footer {
  padding: 5rem 0;
  background-color: #111820;
}
.footerbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5rem;
}
@media (min-width: 1200px) {
  .footerbox {
    margin-bottom: 0;
  }
}
.footerbox h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .footerbox h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .footerbox h4 {
    font-size: 2rem;
  }
}
.footerbox h4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.3rem;
  bottom: -1rem;
}
.footerbox h4::after {
  content: "";
  position: absolute;
  left: 3.5rem;
  width: 2rem;
  height: 0.2rem;
  background-color: var(--colorRed);
  border-radius: 0.3rem;
  bottom: -1rem;
}
.footercontentbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footercontentboxitem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footercontentboxitem:not(:last-child) {
  margin-bottom: 2rem;
}
.footercontentboxicon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 300 !important;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
  transition: all 300ms ease;
}
.footercontentboxitem:hover .footercontentboxicon {
  background-color: var(--colorRed);
  color: #fff;
}
.footercontentboxitem .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1rem;
  width: calc(100% - 3.5rem);
}
.footercontentboxitem .content a {
  color: #fff;
  transition: all 300ms ease;
  width: 70%;
}
.footercontentboxitem:hover .content a {
  opacity: 0.8;
}
.footercontentboxitem .content span {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.footercontentboxitem .content p {
  color: #fff;
}
.footerbox ul li {
  padding: 0.5rem 0;
  transition: all 600ms ease;
}
.footerbox ul li a {
  font-size: 1.6rem;
  color: #fff;
}
.footerbox ul li:hover {
  transform: translateX(1rem);
}
.footerbox ul li:hover a {
  color: var(--colorRed);
}
.footerbox p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
}
.footerbox form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
.footerbox form .form-group {
  margin-bottom: 1rem;
  width: 100%;
}
.footerbox form label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
}
.form-control {
  padding: 1rem;
  font-size: 1.6rem;
}
.form-control,
.form-control:hover,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.form-group-flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.form-group-flex label {
  font-size: 1.5rem;
  color: #fff;
  margin: 0 !important;
}
.form-group-flex label a {
  color: var(--colorRed);
}
.form-group-flex input {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
button[type="submit"] {
  border-radius: 0.3rem;
  padding: 1rem 2rem;
  background-color: var(--colorRed);
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  transition: all 300ms ease;
}
button[type="submit"]:hover {
  background-color: #a1030d;
  color: #fff;
}
.banner {
  padding: 15rem 0 5rem 0;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: var(--headerN);
}
@media (min-width: 576px) {
  .banner {
    padding: 20rem 0 5rem 0;
  }
}
@media (min-width: 768px) {
  .banner {
    padding: 25rem 0 5rem 0;
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.bannertitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.bannertitle h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .bannertitle h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .bannertitle h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .bannertitle h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .bannertitle h1 {
    font-size: 5rem;
  }
}
.bannertitle ul {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.bannertitle ul li {
  position: relative;
  color: #fff;
}
.bannertitle ul li:not(:last-child)::after {
  content: "\EA54";
  font-family: "remixicon";
  position: absolute;
  right: -1.9rem;
  color: #fff;
}
.bannertitle ul li.active {
  font-weight: 600;
  color: var(--colorRed);
}
.bannertitle li a {
  color: #fff;
  transition: all 300ms ease;
}
.bannertitle li:hover a {
  opacity: 0.8;
}
.maintexture {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.maintexturehead {
  margin-bottom: 2rem;
}
.maintexturehead h2 {
  font-size: 2.5rem;
  font-weight: 900;
}
@media (min-width: 576px) {
  .maintexturehead h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .maintexturehead h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .maintexturehead h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .maintexturehead h2 {
    font-size: 4.5rem;
  }
}
.textcontent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.textcontent iframe {
  width: 100%;
  margin: 1rem 0;
  border-radius: 1rem;
  overflow: hidden;
}
.textcontent img {
  width: 100%;
  margin: 0 auto;
}
.textcontent p {
  width: 100%;
}
.textcontent p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .textcontent p {
    font-size: 1.6rem;
  }
}
.textcontent ul,
.textcontent ol {
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.textcontent ul li,
.textcontent ol li {
  font-size: 1.5rem;
  padding: 0.5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .textcontent ul li,
  .textcontent ol li {
    font-size: 1.6rem;
  }
}
.textcontent ul li::before,
.textcontent ol li::before {
  content: "\EB79";
  font-family: "remixicon";
  position: absolute;
  left: -3rem;
  font-size: 1.6rem;
  color: var(--colorRed);
}
.textcontent h1,
.textcontent h2,
.textcontent h3,
.textcontent h4,
.textcontent h5 {
  margin-bottom: 1rem;
}
.textcontent h1 {
  font-size: 3rem;
}
.textcontent h2 {
  font-size: 2.5rem;
}
.textcontent h3 {
  font-size: 2rem;
}
.textcontent h4 {
  font-size: 1.8rem;
}
.corporatelist {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .corporatelist {
    position: sticky;
    top: 1rem;
    margin-bottom: 0;
  }
}
.corpratelistitem {
  cursor: pointer;
  border-radius: 0.3rem;
  padding: 1rem;
  transition: all 300ms ease;
  width: 100%;
}
.corpratelistitem:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.corpratelistitem.active,
.corpratelistitem.active:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.corpratelinks {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.corpratelinks a {
  padding: 1rem;
  color: var(--textcolor);
  border-radius: 0.3rem;
  width: 100%;
  display: block;
}
.corpratelinks a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
@media (min-width: 768px) {
  .cor .textcontent {
    padding-left: 3rem;
  }
}
.blogdesc {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .blogdesc {
    position: sticky;
    top: 1rem;
    margin-bottom: 0;
  }
}
.blogdesc figure {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blogdesc figure img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .bb .maintexture {
    padding-left: 3rem;
  }
}
.blogdesc .content {
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.blogdesc .content a {
  font-size: 1.5rem;
  color: var(--textcolor);
  border-radius: 0.3rem;
  transition: all 300ms ease;
  padding: 1rem;
}
.blogdesc .content a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.allnews {
  background-color: #111820;
  color: #fff !important;
  text-align: center;
}
.brandcarousel {
  padding: 2rem 0;
}
.brandslogo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  background: #fff;
}
.brandslogo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandslogo img {
  height: 100%;
  object-fit: contain;
  width: calc(100% / 1.4);
}
@media (min-width: 1600px) {
  .brandslogo img {
    width: calc(100% / 1.8);
  }
}
.abouthomeboxtitle {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.abouthomeboxtitle span {
  font-size: 1.6rem;
  padding: 1.2rem 2.5rem;
  border: 0.1rem solid var(--colorRed);
  border-radius: 5rem;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 2rem;
  color: var(--colorRed);
}
.abouthomeboxtitle h2 {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .abouthomeboxtitle h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .abouthomeboxtitle h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .abouthomeboxtitle h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .abouthomeboxtitle h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .abouthomeboxtitle h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .abouthomeboxtitle h2 {
    font-size: 5.5rem;
  }
}
.homeiconside {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 4rem 0;
}
@media (min-width: 768px) {
  .homeiconside {
    margin: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .homeiconside {
    padding-left: 8rem;
  }
}
.homeiconitems {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.homeiconitems figure {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.homeiconitems .content {
  width: calc(100% - 6rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 2rem;
}
.homeiconitems:first-child {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #eaeaea;
}
.homeiconitems .content h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.homeiconitems .content p {
  font-size: 1.5rem;
}
.homeaboutlink {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .homeaboutlink {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .homeaboutlink {
    margin-top: 5rem;
  }
}
.homeaboutlink a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--colorRed);
  color: #fff;
  border-radius: 5rem;
  padding: 1.5rem 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.homeaboutlink a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.homeaboutlinkicon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  transition: all 300ms ease;
}
.homeaboutlink a:hover .homeaboutlinkicon {
  transform: rotate(45deg);
}
.homeaboutlink a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
  transition: all 300ms linear;
}
.homeaboutlink a:hover::before {
  left: 0;
}
.aboutfirstimage {
  border-radius: 0.5rem;
  overflow: auto;
}
.aboutfirstimage img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .abouthomebox {
    padding-right: 8rem;
  }
}
@media (min-width: 1400px) {
  .abouthomebox {
    padding-right: 10rem;
  }
}
.homeaboutimage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
.contactboxtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
}
.contactboxtitle h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .contactboxtitle h3 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .contactboxtitle h3 {
    font-size: 3.5rem;
  }
}
.contactboxtitle h4 {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .contactboxtitle h4 {
    font-size: 2.5rem;
  }
}
.contactboxtitle p {
  margin-top: 0.5rem;
  opacity: 0.8;
}
.contactboxitem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contactboxitem:not(:last-child) {
  margin-bottom: 2rem;
}
.contactboxitemicon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.3rem;
  background-color: var(--colorRed);
  color: #fff;
  font-size: 1.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contactboxitem .content {
  width: calc(100% - 4rem);
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1200px) {
  .contactboxitem .content {
    padding-right: 8rem;
  }
}
.contactboxitem .content span {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.contactboxitem .content a {
  font-size: 1.6rem;
  color: var(--textcolor);
  transition: color 300ms ease;
}
.contactboxitem .content a:hover {
  color: var(--colorRed);
}
.contactboxitem .content a:not(:last-child) {
  margin-bottom: 0.3rem;
}
.contactboxBG {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  padding: 5rem 2rem;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .contactboxBG {
    margin-top: 0;
    padding: 5rem 8rem;
  }
}
@media (min-width: 1200px) {
  .contactboxBG {
    padding: 5rem 10rem;
  }
}
.contactbox form {
  width: 100%;
}
.contactboxsocial {
  margin-top: 4rem;
}
.socialmediaside {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.5rem;
}
.socialmediaside a {
  width: 6rem;
  height: 6rem;
  border-radius: 0.3rem;
  color: var(--textcolor);
  transition: all 300ms ease;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border: 0.1rem solid #f1f1f1;
}
.socialmediaside a:hover {
  background-color: var(--colorRed);
  border: 0.1rem solid var(--colorRed);
  color: #fff;
}
.brandsbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.brandsboxlogo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
  overflow: hidden;
}
.brandsboxlogo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandsbox img {
  object-fit: contain;
  position: static;
  max-width: 18rem;
  max-height: 15rem;
  transition: all 1.2s ease;
}
.brandsbox:hover img {
  transform: scale(1.1);
}
.brandsbox .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 2rem;
  position: relative;
}
.brandsbox .content .contenthead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.brandsbox .content .contenthead h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .brandsbox .content .contenthead h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200x) {
  .brandsbox .content .contenthead h3 {
    font-size: 2rem;
  }
}
.brandsbox .content .contenthead h3 a {
  color: var(--textcolor);
  transition: color 300ms ease;
}
.brandsbox:hover .content .contenthead h3 a {
  color: var(--colorRed);
}
.brandsbox .content p {
  font-size: 1.5rem;
  flex: 1;
}
@media (min-width: 768px) {
  .brandsbox .content p {
    font-size: 1.6rem;
  }
}
.linkarrow {
  font-size: 1.8rem;
  color: var(--textcolor);
  transition: color 300ms ease;
}
.brandsbox:hover .linkarrow {
  color: var(--colorRed);
}
.contentbars {
  position: relative;
  height: 0.2rem;
  width: 100%;
  background-color: #eaeaea;
  margin-top: 2rem;
  overflow: hidden;
}
.contentbars::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  background-color: var(--colorRed);
  transition: all 600ms linear;
}
.brandsbox:hover .contentbars::before {
  right: 0;
}
.categoryBG {
  background-image: url(../images/pattern.svg);
  background-repeat: round;
}
.categoryboxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.categoryboxesimages {
  border-radius: 1rem;
  overflow: hidden;
}
.categoryboxesimages img {
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.categoryboxes:hover .categoryboxesimages img {
  transform: scale(1.1);
}
.categoryboxes .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
}
.categoryboxes .content h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 1600px) {
  .categoryboxes .content h3 {
    font-size: 2rem;
  }
}
.categoryboxes .content h3 a {
  color: var(--textcolor);
  transition: color 300ms ease;
}
.categoryboxes:hover .content h3 a {
  color: var(--colorRed);
}
.categoryboxes .content p {
  font-size: 1.6rem;
  flex: 1;
}
.productinlineleft {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .productinlineleft {
    position: sticky;
    top: 1rem;
  }
}
.productmainimage {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.productmainimage img {
  object-fit: cover;
}
.productbrandcase {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 0.1rem solid #eaeaea;
}
.productbrandcasehead {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.productbrandcasehead figure {
  width: 8rem;
  height: 8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.productbrandcasehead figure img {
  height: 100%;
  object-fit: contain;
}
.productbrandcasehead h3 {
  width: calc(100% - 8rem);
  padding-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productbrandcase .content {
  margin-bottom: 1rem;
}
.productbrandcase .content p {
  font-size: 1.6rem;
}
.productbrandcase a {
  color: var(--colorRed);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  transition: color 300ms ease;
}
.productbrandcase a:hover {
  color: var(--textcolor);
}
.productdocs {
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  margin-bottom: 2rem;
}
.productdocs h4 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.docsbars {
  width: 100%;
  height: 0.2rem;
  background-color: #eaeaea;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.docsbars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 35%;
  background-color: var(--colorRed);
}
.productdocsitem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.productdocsitem:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #eaeaea;
}
.downitems {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: var(--textcolor);
  transition: color 300ms ease;
  cursor: pointer;
}
.downitems:hover {
  color: var(--colorRed);
}
.downloadicon {
  width: 3rem;
  display: inline-flex;
}
.downloadtext {
  width: calc(100% - 3rem);
  font-size: 1.5rem;
}
.producteximages {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.producteximages img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.productswiper {
  width: 100%;
  border-radius: 1rem;
}
.mobilemenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.mobilemenucontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
  padding: 1rem 0;
}
.mobilemenucontent a {
  border-radius: 0.3rem;
  padding: 1rem;
  color: #fff;
  transition: all 300ms ease;
}
.mobilemenucontent a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.notfound {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notfoundcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .notfoundcontent {
    width: 40rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .notfoundcontent {
    width: 60rem;
  }
}
.notfoundcontent h1 {
  font-size: 5rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .notfoundcontent h1 {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .notfoundcontent h1 {
    font-size: 12rem;
  }
}
.notfoundcontent h1 span {
  color: var(--colorRed);
  margin: 0 -0.5rem;
}
@media (min-width: 768px) {
  .notfoundcontent h1 span {
    margin: 0 -1rem;
  }
}
.notfoundcontent h2 {
  font-size: 2.2rem;
  font-weight: 900;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .notfoundcontent h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .notfoundcontent h2 {
    font-size: 3.5rem;
  }
}
.notfoundcontent p {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .notfoundcontent p {
    font-size: 1.6rem;
  }
}
.notfoundcontent a {
  border-radius: 0.3rem;
  padding: 1rem 2rem;
  background-color: var(--colorRed);
  color: #fff;
  transition: all 300ms ease;
  display: inline-block;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .notfoundcontent a {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .notfoundcontent a {
    margin-top: 2rem;
  }
}
.notfoundcontent a:hover {
  background-color: #000;
  color: #fff;
}
.contentbrandlogo {
  margin-bottom: 1rem;
  width: 15rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.productBoxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  border: 0.2rem solid transparent;
  transition: all 300ms ease;
}
.productBoxes:hover {
  border: 0.2rem solid #f1f1f1;
}
.prodcutBoxesImage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  max-height: 30rem;
  overflow: hidden;
}
.prodcutBoxesImage a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodcutBoxesImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  width: calc(100% / 1.3);
}
.productBoxes .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
}
.productBoxes .content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.productBoxes .content h3 a {
  color: var(--textcolor);
  transition: color 300ms ease;
}
.productBoxes:hover .content h3 a {
  color: var(--colorRed);
}
.productBoxes .content p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  flex: 1;
  opacity: 0.9;
}
.productlinks {
  color: var(--textcolor);
  font-weight: 800;
  transition: color 300ms ease;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.productlinks:hover {
  color: var(--colorRed);
}
.productBoxes:hover .productlinks {
  color: var(--colorRed);
}
.brandcarousel .swiper-wrapper {
  justify-content: center;
}
.filterProducts {
  background-color: #f1f1f1;
  padding: 1rem;
  max-width: 30rem;
  border-radius: 0.5rem;
}
.formside {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .formside {
    padding: 5rem;
    width: 80rem;
    margin: 0 auto;
  }
}
.formsidetitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.formsidetitle h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 768px) {
  .formsidetitle h2 {
    font-size: 3rem;
  }
}
.formsidetitle p {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .formsidetitle p {
    font-size: 1.6rem;
  }
}
.formside label {
  font-size: 1.5rem;
}
.formside label span {
  color: var(--colorRed);
  font-size: 1.2rem;
}
.modal-body,
.modal-header {
  padding: 2rem;
}
.modal-body .form-control {
  background-color: #f1f1f1;
}
.modal-body label {
  font-size: 1.4rem;
}
.modal-body label span {
  color: var(--colorRed);
}
.swal2-popup {
  font-size: 1.4rem !important;
}
.swal2-actions button {
  outline: none !important;
  box-shadow: none !important;
}
@font-face {
  font-family: pill;
  src: url(../fonts/magnolia_sky.ttf);
}
.footerend {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem dashed rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .footerend {
    margin-top: 5rem;
  }
}
.footerend a {
  font-family: pill;
  font-size: 2rem;
  color: #fff;
  transition: color 300ms ease;
}
@media (min-width: 1200px) {
  .footerend a {
    font-size: 2.5rem;
  }
}
.footerend a:hover {
  color: var(--colorRed);
}
