@import url("https://fonts.googleapis.com/css2?family=Buenard&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Buenard", normal;
}

body {
  background-color: #0b0b0c;
  
}

html {
  scroll-behavior: smooth;
}

.header {
  height: 100vh;
}

.image-container {
  position: relative;
}

.product-bg {
  background: url("/assets/product-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.mobile-logo {
  display: none;
}

.navbar li {
  padding: 0px 25px;
}

.navbar li a {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.navbar li a:hover {
  color: #f37022;
  transition: 0.3s;
}

.navbar a {
  color: white;
  letter-spacing: 3px;
}

.h-89 {
  height: 100px;
}

.h-100vh {
  display: flex;
  padding: 15% 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h-100vh span {
  color: #ffab79;
  letter-spacing: 2px;
}

.h-100vh p {
  font-size: 65px;
}


.line {
  margin: 20px 0;
  font-weight: 600;
  font-size: 48px;
  /* background: linear-gradient(180deg, #ba131a 0%, #f37022 100%); */
  background-clip: text;
}

.line::before {
  position: absolute;
  content: "";
  top: 17.5%;
  height: 4px;
  width: 10%;
  left: 21px;
  background-color: #f37022;
  border-radius: 10px;
}

.history p {
  font-weight: 500;
  font-size: 16px;
  color: #e2e2e2;
  line-height: 160%;
  min-height: 50px;
}

.vision-mission-values {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  min-height: 280px !important;
  display: flex;
  max-width: 361px !important;
  margin: 5px auto;
  flex-direction: row;
}

.vision-mission-values .card-body {
  color: black !important;
  background-color: #18191b;
  box-sizing: border-box;
  border-top: 5px solid #f37022;
  padding: 22px !important;
  border:none !
}

.vision-mission-values .card-body h5 {
  padding-top: 15px;
  font-weight: 500;
  font-size: 23px;
  line-height: 130.5%;
  color: #ffffff;
}

.vision-mission-values .card-body .card-imgs {
  margin-top: -40px;
}

.vision-mission-values .card-body .card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130.5%;
  color: #ffffff;
  margin-top: -10px;
}

    .center {
      display: flex;
      align-items: center;
    }

.view-more {
  background: url("/assets/banner (1).png");
  padding: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.view-more p {
  font-weight: 500;
  font-size: 65px;
  color: white;
  line-height: 56px;
  text-align: center;
}

.view-more .color {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center !important;
  letter-spacing: 0.17em;
  color: #ffab79;
}

.view-more img {
  text-align: center;
  margin-bottom: 11px;
}

.center1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.view-btn {
  background: transparent;
  width: 189px;
  cursor: pointer;
  border: none;
  color: white;
  height: 45px;
  outline: none;
  padding: 5px;
}

.view-btn-content {
  border: 1px solid white;
  text-align: center;
  padding: 5px;
  /* background: linear-gradient(180deg, #ba131a 0%, #f37022 100%) */
}

.send-btn {
  border: 1px solid white;
  text-align: center;
  padding: 5px !important;
  background: #f37022;
}

.button-border {
  background: #f37022;
  padding: 5px;
}

.view-btn:hover,
.view-btn:focus {
  outline: none;
}

.new-link {
  color: #000000;
}

.bottom-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.bottom-image {
  display: none;
}

/* .nav-pills .nav-link{
  font-weight: 600;
font-size: 18px;
} */

.nav-pills .nav-link.active ~ .bottom-image-container .bottom-image {
  display: block;
}

/* .nav-pills .nav-link:hover {
  color: #000;
  text-fill-color: transparent;
} */

.nav-link.active {
  position: relative;
}

.history .nav-pills .nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  left: 23px;
  height: 5px;
  background-image: url("/assets/active-bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}

.history .nav-pills .nav-link.active {
  color: black;
  background: linear-gradient(180deg, #ba131a 0%, #f37022 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.nav-link:active {
  display: flex !important;
}

/* .max-width {
  border: none !important;
  height: 361px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  background-size: contain;
  object-fit: contain;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
} */

.card-body {
  padding: 40px !important;
  color: white !important;
}

.card-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130.5%;
}

.box {
  background: rgba(255, 255, 255, 0.9);
  border-top: 5px solid #f37022;
  border-radius: 5px;
  width: 80%;
  position: relative;
  top: 38%;
  text-align: center;
  margin: auto !important;
  padding: 10px 0;
}

.card-body h5 {
  white-space: nowrap !important;
}

.line-after {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #f37022;
  /* background: linear-gradient(180deg, #ba131a 0%, #f37022 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.line-img {
  margin: auto;
  display: flex;
  margin-bottom: 40px;
}

.h-500 {
  height: 500px;
}

.our-usp {
  height: auto;
  background: url(/assets/usp.png);
  width: 100%;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-100 {
  padding: 100px 0;
}

.our-usp .font {
  font-weight: 500 !important;
  font-size: 48px !important;
  color: white !important;
  line-height: 56px !important;
  text-align: center !important;
}

.our-usp .text-center {
  font-weight: 500;
  font-size: 18px;
  font-family: "Brygada 1918";
  font-style: normal;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
}

.our-usp .row {
  gap: 35px 0;
}

.our-usp .row .img-fluid {
  margin: auto;

  text-align: center;
  display: flex;
}

.scroll-top-img {
  cursor: pointer;
  position: absolute;
  width: 60px;
  top: -23px;
}

.scroll-top-text {
  z-index: 1;
  color: white;
}

@media (max-width: 768px) {
  .box {
    width: 80% !important;
    margin: auto;
  }

  .video-image {
    right: 15px !important;
  }

  .last {
    padding: 0 !important;
  }

  .pad {
    padding: 5px 10px !important;
  }

  .view-more {
    padding: 50px;
  }

  .img-fluid {
    width: 100%;
  }

  .line-img {
    margin: 10px auto;
    display: flex;
  }

  .tested {
    width: 100%;
    margin: auto;
  }
}

.contact-us .line-img {
  margin-bottom: 10px !important;
}

.contact-us .email-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.email-text a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.form-control {
  height: 50px;
  background: #18191b !important;
  border: 1px solid #2d2e31 !important;
  border-radius: 5px !important;
  color: white;
}

.form-control::placeholder {
  color: white;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  color: white;
}

textarea {
  height: 100px !important;
}

form .button {
  background: linear-gradient(180deg, #ba131a 0%, #f37022 100%);
  width: 100%;
  height: 40px;
  color: white;
  outline: none;
  cursor: pointer;
  border: 1px solid white !important;
  box-shadow: none !important;
}

.button-border-submit {
  padding: 5px;
  width: 150px;
  background: linear-gradient(180deg, #ba131a 0%, #f37022 100%);
}

form .button:focus {
  outline: none;
}

footer {
  background: url(/assets/footer-bg.png);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.footer-head {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: white;
  margin-bottom: 25px;
}

.footer-head span {
  color: #f37022;
  letter-spacing: 1px;
}

footer ul > li {
  color: white;
  /* font-family: 'Brygada 1918'; */
  font-weight: 400;
  font-size: 16px;
  /* text-align: justify; */
  margin-bottom: 15px;
  line-height: 150%;
}

.list-inline-item {
  margin-right: 20px !important;
}

footer {
  margin: auto;
  width: 100%;
}

.last-footer {
  background-color: black;
}

.last-footer img {
  width: 200px;
}

.last-footer .footer-content-width {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 170.5% !important;
  color: white;
  width: 50%;
}

.foo {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  background: #151515;
  border-top: 4px solid #494949;
}

.last {
  background-color: black;
}

.foo p {
  text-align: center;
  letter-spacing: 0.2px;

  color: #ffffff;
}

.h-50vh {
  padding: 8% 0;
}

.pilled-section .nav-link.active {
  background: #f37022 !important;
  border-radius: 5px;
  color: #fff !important;
}

.pilled-section .nav-link {
  color: white;
  text-align: center;
  margin: 0 10px;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  background: #18191b !important;
  border-radius: 5px;
}

.pilled-section .nav-link:hover {
  background: transparent;
}

.pad {
  padding: 5px 155px;
  margin: auto;
}

.card-container:hover .card-front {
  transform: rotateY(180deg);
}

.card {
  transition: all 0.8s;
  border: none;
}

.card-container {
  perspective: 200rem;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 361px !important;
  margin-bottom: 25px;
}

.card-container:hover > .card-back {
  transform: rotateY(0deg);
  backface-visibility: visible;
}

.card-back {
  transform: rotateY(180deg);
  transition: all 0.8s;
  background: #f37022 !important;
}

.main-card {
  border: none !important;
  background-position: center center !important;
  height: 100%;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background-size: cover !important;
  cursor: pointer;
  background-repeat: no-repeat !important;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  transition: all 0.8s;
  backface-visibility: hidden;
  background: transparent;
  border-radius: 10px;
}

.nav-pills {
  display: flex;
  flex-wrap: nowrap;
}

#pills-tab {
  overflow-x: auto !important;
  white-space: nowrap !important;
}

.pilled-section ::-webkit-scrollbar {
  width: auto;
  margin: 10px 0 !important;
  background: #f37022 !important;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #f37022 !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.color-trasparent {
  color: #f37022;
}

@media (min-width: 576px) and (max-width: 1200px) {
  .container {
    max-width: 98%;
  }
}

@media (max-width: 480px) {
  .line::before {
    top: 13%;
    height: 4px;
    width: 14%;
  }
}

.navbar-toggler {
  font-size: 1rem;
}

.mobile-social {
  margin: 0px;
}

.white-social-icon {
  display: block;
}

.black-social-icon {
  display: none;
}

@media (max-width: 991px) {
  .navbar-brand {
    display: none;
  }

  .mobile-logo {
    display: flex;
  }

  .mobile-social {
    margin-left: 18px;
  }

  .white-social-icon {
    display: none;
  }

  .black-social-icon {
    display: block;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #18191B !important;
    width: 100% !important;
    display: flex;
    z-index: 999 !important;
  }

  .mobile-header a {
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
  }

  .mobile-header a:active {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
  }

  .last-footer .footer-content-width {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 170.5% !important;
    color: white;
    width: 100%;
  }

  .tested {
    width: 75%;
    margin: auto;
  }
}

button.navbar-toggler {
  outline: 2px solid white !important;
}

.vytech {
  text-transform: uppercase;
  margin: 20px 0;
  z-index: 1;
}

.fa-heart {
  color: red;
}

.vytech a {
  text-decoration: none !important;
  font-weight: 600;
  color: white;
}

.vytech {
  color: white;
}

.list-unstyled li .nav-link {
  cursor: pointer;
  text-decoration: none !important;
  color: white;
  padding: 0 !important;
  transition: 0.4s;
  background-color: transparent !important;
  font-size: 16px;
  text-align: left;
}

.list-unstyled a:hover {
  color: #f37022 !important;
}

#pills-tab .nav-item {
  margin: 5px 0;
}

@media (max-width: 1300px) {
  .pad {
    padding: 0;
  }
}

.video-image {
  position: absolute;
  left: 42%;
  cursor: pointer;
  top: 44%;
}

@media (max-width: 768px) {
  .video-image {
    left: 46%;
    top: 49%;
  }
}

.background-video {
  /* position: fixed; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

#myVideo {
  position: absolute;
  top: 0;
  bottom: 10px;
}

#bg-video {
  position: absolute;
  top: 43%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  background-size: cover;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  /* background: url('poster.jpg') no-repeat; */
  background-size: cover;
}

.content {
  position: relative;
  z-index: 1;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.ytp-chrome-top-buttons {
  display: none !important;
}

.logo-center {
  position: absolute;
  top: 0;
  width: 100%;
}

#videoContainer {
  width: 100%;
  height: 100vh;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.t-0 {
  position: absolute;
  top: 30px;
  left: -45px;
}

.b-0 {
  position: absolute;
  bottom: 30px;
  right: 100px;
}

@media (max-width: 768px) and (orientation: portrait) {
  .line::before {
    top: 14% !important;
    position: absolute;
  }
}

/* Landscape orientation styles */
@media (max-width: 1024px) and (orientation: landscape) {
  .line::before {
    position: absolute;
    top: 13% !important;
  }
}

.card-container .card-body {
  padding: 20px !important;
}

#readmore {
  text-decoration: none;
  color: white;
}

.readmoreModal .modal {
  overflow-y: hidden !important;
  position: absolute;
  /* top: -0px; */
  color: white;
}

.modal-header {
  color: #fff;
}

.readmoreModal .modal-content {
  width: 550px !important;
  margin: auto !important;
  border: none !important;
  background: linear-gradient(180deg, #ba131a 0%, #f37022 100%);
  border-radius: 20px;
  min-height: 400px;
  padding: 53px 2px;
}

.readmoreModal .modal-body {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 0px 50px;
  flex-direction: column;
  color: white;
}

.nav-pills-scroll-arrow {
  /* position: relative; */
  /* top: 56.5%; */
  transform: translateY(-23%);
  padding: 18px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39px;
  background-color: #18191b;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  z-index: 1;
}

.nav-pills-scroll-arrow.left {
  margin-right: 10px;
}

.nav-pills-scroll-arrow.right {
  margin-left: 10px;
}

.nav-pills-content {
  overflow-y: auto;
  white-space: nowrap;
  margin-left: 30px;
  margin-right: 30px;
}

.nav-pills .nav-link {
  /* display: block;
  padding: 0.5rem 1rem; */
  border-radius: 5px;
}

#pills-tab {
  scroll-behavior: smooth;
}

/* .nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-color: #007bff;
  
} */
.nav-main .nav-link {
  padding: 0 !important;
}

@media screen and (max-width: 575px) {
  .pilled-section a {
    font-size: 15px !important;
  }

  .modal-dialog {
    width: 85%;
  }

  .close {
    right: -16px;
    top: -23px;
  }
}

.list-unstyled .nav-link.active {
  color: #ba131a !important;
}

.email-text {
  color: white;
  text-decoration: none !important;
  transition: 0.4s;
}

@media (max-width: 600px) {
  .card-front {
    background-size: cover;
    background-position: center;
  }

  .card-back {
    max-width: 361px !important;
  }

  .box {
    width: 80% !important;
    top: 38%;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .box {
    width: 50% !important;
  }
}
