* {
  margin: 0%;
  padding: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
}

@font-face {
  font-family: "interReg";
  src: url(./../assets/fonts/Inter-Regular.ttf);
}

@font-face {
  font-family: "interSBold";
  src: url(./../assets/fonts/Inter-SemiBold.ttf);
}

@font-face {
  font-family: "interMed";
  src: url(./../assets/fonts/Inter-Medium.ttf);
}

p {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #474747;
}

a {
  text-decoration: none;
}

.topHeader {
  position: fixed;
  width: 100%;
  top: 0;
  color: #e9ebf8;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #1C1D1F;
  padding: 8px 25px;
}

.topHeader a {
  color: #e9ebf8 !important;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "interReg";
}

.topHeader a:hover {
  color: #fff !important;
}

.dropdown .active {
  font-family: 'interSBold';
  color: #C73736 !important;
  background: transparent;
}

.navbar {
  margin-top: 52px;
  padding: 15px 50px  !important;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.navbar a {
  font-family: 'interReg';
  color: #1C1D1F;
}

.navbar li {
  margin-left: 25px;
  margin-right: 25px;
}

.navbar .dropdown-item {
  padding: 0.5rem 0;
}

.navbar .btn {
  background-color: #C73736;
  border: none;
  line-height: 1.5em;
  font-family: "interMed";
  padding: 0.75em 1em;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .btn:hover {
  background: #B90504;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.navbar .active {
  font-family: 'interSBold';
  color: #C73736 !important;
}

.navbar .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #1C1D1F;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.landing {
  position: relative;
  padding-top: 110px;
}

.landing .landing_bg {
  background-size: cover;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}

.landing .carousel .slick-dots {
  bottom: 35px;
  z-index: 1;
}

.landing .carousel .slick-dots li button::before {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.79);
}

.landing .carousel .slick-dots li.slick-active button:before {
  color: #C73736;
}

.landing .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  position: absolute;
  bottom: 0;
  top: 100px;
  left: 0;
  right: 0;
  color: #fff !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing .text p {
  font-size: 1.25em;
  font-family: "interMed";
  color: #fff;
}

.landing .text h1 {
  color: #fff;
}

.landing .text .btn {
  background-color: #fff;
  border: none;
  line-height: 1.5em;
  font-family: "interSBold";
  padding: 1em 2.25em;
  border-radius: 0;
  color: #B90504;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landing .text .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.abt_landing {
  position: relative;
  padding-top: 130px;
}

.abt_landing .landing_bg {
  background-size: cover;
  height: 60vh;
  width: 100vw;
  z-index: -1;
}

.abt_landing .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  top: 130px;
  left: 0;
  right: 0;
  color: #fff !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.abt_landing .text p {
  font-size: 1.25em;
  font-family: "interMed";
  color: #fff;
}

.abt_landing .text h1 {
  color: #fff;
}

.abt_landing .text .btn {
  background-color: #fff;
  border: none;
  line-height: 1.5em;
  font-family: "interSBold";
  padding: 1em 2.25em;
  border-radius: 0;
  color: #B90504;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.abt_landing .text .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.section_1, .section_2, .section_3, .section_5, .section_6, .section_7 {
  margin-top: 3%;
  padding-top: 3%;
}

.section_1 {
  text-align: center;
}

.section_1 .card {
  -webkit-box-shadow: 0px 9px 35px #F8E6E6;
          box-shadow: 0px 9px 35px #F8E6E6;
  border: none;
}

.section_1 .card a .btn {
  border: none;
  background: transparent;
  color: #C73736;
  font-family: 'interSBold';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section_1 .card a .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.section_1 .border {
  border: 1px solid transparent !important;
  -o-border-image: linear-gradient(111.93deg, #DC8282 0%, rgba(220, 130, 130, 0) 100.06%) !important;
     border-image: linear-gradient(111.93deg, #DC8282 0%, rgba(220, 130, 130, 0) 100.06%) !important;
  border-image-slice: 1 !important;
}

.section_2 .row {
  background: url(./../assets/catalogue_bg.png);
  padding: 3% 4%;
}

.section_2 .row p {
  color: #fff;
  font-size: 1.75em;
  font-family: "interSBold";
}

.section_2 .row .btn {
  background-color: #fff;
  border: none;
  line-height: 1.5em;
  font-family: "interSBold";
  padding: 1em 2.25em;
  border-radius: 0;
  color: #B90504;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section_2 .row .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.section_3 h3 {
  font-size: 2.25rem;
}

.section_3 .btn {
  background-color: #C73736;
  border: none;
  line-height: 1.5em;
  font-family: "interSBold";
  padding: 1em 2.25em;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section_3 .btn:hover {
  background: #B90504;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.section_3 ul li {
  text-decoration: none !important;
}

.section_4 {
  margin-top: 6%;
  background: #F8F8F8;
}

.section_4 .content {
  padding: 5% 0 5% 5%;
}

.section_4 h4 {
  font-size: 2rem;
}

.section_4 .row > * {
  padding-right: 0;
}

.section_4 .card {
  -webkit-box-shadow: 0px 21px 45px rgba(196, 196, 196, 0.1);
          box-shadow: 0px 21px 45px rgba(196, 196, 196, 0.1);
  border: none;
  padding: 4%;
  border-radius: 0;
}

.section_4 .card p {
  font-size: 1em;
}

.section_4 .card:nth-child(1) {
  background: #A70504;
}

.section_4 .card:nth-child(1) p {
  color: #fff;
}

.section_4 .card:nth-child(2) p {
  color: #A70504;
}

.contact {
  margin-top: 6%;
  background: url(./../assets/contact_bg.png) no-repeat;
  background-size: cover;
}

.contact .container {
  padding-top: 4%;
  padding-bottom: 4%;
}

form .form-group {
  margin: 20px 0;
}

form label {
  display: block;
  color: #1C1D1F;
  font-weight: 800;
}

form input {
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  font-family: "interReg" !important;
  padding: 12px 5px;
  color: #F8F8F8 !important;
}

form input::-webkit-input-placeholder {
  opacity: 0.7 !important;
}

form input:-ms-input-placeholder {
  opacity: 0.7 !important;
}

form input::-ms-input-placeholder {
  opacity: 0.7 !important;
}

form input::placeholder {
  opacity: 0.7 !important;
}

form input:focus {
  outline: none !important;
  background: #EAE9F0 !important;
  -webkit-transition: 0.2s linear !important;
  transition: 0.2s linear !important;
  border-bottom: 2px solid #F8F8F8 !important;
}

form input:focus::-webkit-input-placeholder {
  opacity: 0.5 !important;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
}

form input:focus:-ms-input-placeholder {
  opacity: 0.5 !important;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
}

form input:focus::-ms-input-placeholder {
  opacity: 0.5 !important;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
}

form input:focus::placeholder {
  opacity: 0.5 !important;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
}

form .row > * {
  padding-left: 0;
  padding-right: 0;
}

form .btn {
  background-color: #C73736;
  border: none;
  line-height: 1.5em;
  font-family: "interSBold";
  padding: 1em 2.25em;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .btn:hover {
  color: #fff;
  background: #B90504;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

footer {
  padding: 6%;
  background: #1C1D1F;
}

footer p {
  color: rgba(255, 255, 255, 0.9);
}

footer .col-md-4 p, footer .col-md-2 p {
  margin-top: 15px;
}

footer .col-md-2 img {
  display: block;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #1C1D1F;
  padding: 15px 6%;
}

.copyright a {
  text-align: center;
}

.copyright a p {
  color: rgba(255, 255, 255, 0.9);
}

.section_5 .card {
  border-bottom: 4px solid #C73736 !important;
  border: none;
  -webkit-box-shadow: 0px 8.45113px 28.1704px rgba(6, 7, 9, 0.1);
          box-shadow: 0px 8.45113px 28.1704px rgba(6, 7, 9, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.section_5 .card .card-body {
  padding: 10%;
}

.section_5 .card img {
  width: 50px;
  height: 50px;
}

.section_5 .card:hover {
  -webkit-box-shadow: 0px 21px 30px rgba(199, 55, 54, 0.21);
          box-shadow: 0px 21px 30px rgba(199, 55, 54, 0.21);
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.section_6 h3 {
  font-size: 2.25rem;
}

.section_7 {
  /* Create four equal columns that sits next to each other */
}

.section_7 p {
  font-size: 1.35em;
  color: #1f1f1f;
  font-family: 'interMed';
  margin-top: 5%;
  height: 25px;
}

.section_7 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

.section_7 .column {
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}

.section_7 .column img {
  padding-top: 55px;
  vertical-align: middle;
  width: 100%;
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-filter: blur(5px) opacity(0%);
            filter: blur(5px) opacity(0%);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-filter: blur(5px) opacity(0%);
            filter: blur(5px) opacity(0%);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 1200px) {
  .landing .landing_bg {
    height: 90vh;
  }
}

@media only screen and (max-width: 992px) {
  .dropdown-menu {
    border: none !important;
  }
  .landing .text {
    top: 100px;
  }
  .landing .landing_bg {
    height: 85vh;
  }
  .section_7 p {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 800px) {
  .section_7 p {
    text-align: center;
    font-size: 1.5em;
  }
  .section_7 .column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .landing {
    padding-top: 130px;
  }
  .landing .text {
    text-align: center;
  }
  .landing .landing_bg {
    height: 80vh;
  }
  .section_1, .section_2, .section_3, .section_5, .section_6, .section_7 {
    margin-top: 5%;
    padding-top: 5%;
  }
  .section_1 .card, .section_5 .card {
    margin-top: 5%;
  }
  .section_2 p {
    text-align: center;
  }
  .section_2 .btn {
    margin: 5% auto auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section_3 .row .col-md-6:nth-child(2) {
    margin-top: 7%;
  }
  .section_4 {
    margin-top: 10%;
  }
  .section_4 .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .section_6 .content {
    margin-top: 7%;
  }
  .contact {
    margin-top: 12%;
  }
  footer p {
    text-align: center;
  }
  footer img {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .col-md-4 p, footer .col-md-2 p {
    margin-top: 35px;
  }
}

@media screen and (max-width: 600px) {
  .landing .landing_bg {
    height: 75vh;
  }
  .contact {
    padding: 4% 8%;
  }
}

@media screen and (max-width: 414px) {
  .landing .landing_bg {
    height: 70vh;
  }
  .abt_landing .landing_bg {
    height: 50vh;
  }
  .section_1, .section_2, .section_3, .section_5, .section_6, .section_7 {
    margin-top: 7%;
    padding-top: 7%;
  }
  .section_4 {
    margin-top: 14%;
  }
  .contact {
    margin-top: 15%;
  }
  .section_7 p {
    font-size: 1.25em;
  }
}
/*# sourceMappingURL=main.css.map */