@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Syne:wght@400..800&display=swap");
@font-face {
  font-family: "Lazarrous";
  src: url("../font/Lazarrous.ttf");
}
body {
  background-color: #121111;
  overflow-x: hidden;
}

body {
  --sb-track-color: #232E33;
  --sb-thumb-color: #f3bc00;
  --sb-size: 6px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
.subhead {
  font-family: "Syne";
  font-weight: 400;
  font-size: 16px;
  color: #EA552B;
}

.mainhead {
  font-family: "Syne";
  font-weight: 700;
  font-size: 48px;
  color: #F5F5F5;
}
@media (max-width: 575.98px) {
  .mainhead {
    font-family: "Syne";
    font-weight: 700;
    font-size: 24px;
    color: #F5F5F5;
  }
}

.headtext {
  line-height: 30px;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 18px;
  color: #F5F5F5;
}
@media (max-width: 575.98px) {
  .headtext {
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-size: 16px;
    color: #F5F5F5;
  }
}

.section-head {
  font-family: "Syne";
  font-weight: 700;
  font-size: 21px;
  color: #F5F5F5;
}
@media (max-width: 575.98px) {
  .section-head {
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-size: 18px;
    color: #F5F5F5;
  }
}

.text-body {
  line-height: 30px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  color: #F5F5F5 !important;
}
@media (max-width: 575.98px) {
  .text-body {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 14px;
    color: #F5F5F5 !important;
  }
}

.float-on-hover {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.float-on-hover:hover {
  transform: translateY(-8px);
}
.float-on-hover:focus {
  transform: translateY(-8px);
}
.float-on-hover:active {
  transform: translateY(-8px);
}

.orange-text {
  color: #EA552B;
}

.navbar .nav-word {
  letter-spacing: 0.05em;
  font-family: "Syne";
  font-weight: 500;
  font-size: 16px;
  color: #F5F5F5;
}
@media (max-width: 575.97px) {
  .navbar .nav-word {
    font-family: "Syne";
    font-weight: 500;
    font-size: 16px;
    color: #121111 !important;
  }
}
.navbar .nav-word:focus {
  color: #121111 !important;
  background: #FBE69D;
}
@media (max-width: 575.97px) {
  .navbar .nav-word:focus {
    color: #121111 !important;
  }
}

.nav-word-drop {
  letter-spacing: 0.05em;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 14px;
  color: #121111 !important;
}
.nav-word-drop:focus {
  background: #FBE69D;
}

.nav-drop:hover > .dropdown-menu {
  display: block !important;
}

.dropdown-card {
  border: 3px solid #F3BC00 !important;
}

.offcanvas-link {
  position: relative;
}
.offcanvas-link::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
}

.basic-btn {
  background-color: #F3BC00;
  position: relative;
  box-shadow: 4px 4px 0px #FBE69D;
  letter-spacing: 0.05em;
  font-family: "Syne";
  font-weight: 500;
  font-size: 14px;
  color: #121111;
}
.basic-btn:hover {
  text-decoration: none;
  background-color: #F3BC00;
}
.basic-btn:active {
  box-shadow: none;
  border: 1px solid #F3BC00;
}

.hero {
  margin-top: 50px;
  position: relative;
}
.hero::after {
  content: url("../img/right.png");
  position: absolute;
  right: 0;
  bottom: -11em;
  animation: float 2s infinite alternate;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .hero::after {
    display: none;
  }
}
.hero::before {
  content: url("../img/left.png");
  position: absolute;
  left: 0;
  top: 0;
  animation: float 2s infinite alternate;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .hero::before {
    display: none;
  }
}
.hero .herotitle {
  font-family: "Syne";
  font-weight: 700;
  font-size: 80px;
  color: #F5F5F5;
  line-height: 96px;
  color: #F5F5F5;
  position: relative;
}
.hero .herotitle::after {
  content: url("../img/hero-after.png");
  position: absolute;
  top: -50px;
  right: 0px;
  animation: float 2s infinite alternate;
}
@media (max-width: 575.98px) {
  .hero .herotitle::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hero .herotitle {
    line-height: 55px;
    font-family: "Syne";
    font-weight: 700;
    font-size: 45px;
    color: #F5F5F5;
  }
}

@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40px);
  }
}
.marquee {
  margin-top: 80px;
  overflow-x: hidden;
  display: flex;
  background-color: #F3BC00;
  transform: rotateZ(-2.61deg);
}
.marquee p {
  white-space: nowrap;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-family: "Syne";
  font-weight: 700;
  font-size: 18px;
  color: #121111;
}

.gallery {
  display: flex;
  overflow-x: hidden;
}
.gallery .left {
  width: 50%;
}
@media (max-width: 575.98px) {
  .gallery .left {
    width: 100%;
  }
}
.gallery .left .detailsWrapper {
  margin: auto;
  width: 80%;
}
@media (max-width: 575.98px) {
  .gallery .left .detailsWrapper {
    width: 100%;
    margin: 0;
  }
}
.gallery .left .detailsWrapper .details {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery .left .detailsWrapper .card-body p {
  color: #121111 !important;
}
.gallery .right {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chemicalx {
  font-family: "Lazarrous";
  color: #F5F5F5;
  font-size: 70px;
}
@media (max-width: 575.98px) {
  .chemicalx {
    font-size: 45px;
  }
}

.services {
  border: 1.6px solid #F3BC00;
  padding: 100px 0;
}
@media (max-width: 575.98px) {
  .services {
    padding: 30px 0;
    margin-top: 100px;
    border: none !important;
  }
}
.services .card-services {
  background-color: #121111;
  border-radius: 0;
  color: #F5F5F5;
  border: 1px solid #F5F5F5;
  position: relative;
  transition: 80ms ease-in-out;
}
.services .card-services:hover {
  color: #121111 !important;
  background-color: #F3BC00 !important;
}
.services .card-services:hover::after {
  content: url("../img/icon/9.svg");
  position: absolute;
  display: block;
  bottom: 1;
  top: -40px;
  right: 0;
  z-index: 10;
}

.portfolio-btn {
  font-family: "Syne";
  font-weight: 500;
  font-size: 18px;
  color: #F3BC00;
  background-color: none;
  border: 1px solid #F3BC00;
  border-radius: 10px;
  transition: 3ms linear;
}
.portfolio-btn:hover {
  color: #121111 !important;
  background-color: #F3BC00;
}
.portfolio-btn.active {
  color: #121111 !important;
  background-color: #F3BC00 !important;
  border: none;
}

.tenor-gif-embed {
  box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.3);
}

.splash-screen {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.splash-screen.display-none {
  z-index: -10;
  opacity: 0;
  transition: all 0s;
}
.splash-screen video {
  -o-object-fit: cover;
     object-fit: cover;
}

.fade-out {
  animation: fadeOut 0.3s ease-in-out forwards;
}

.fade-in {
  animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.img-box {
  position: relative;
}
.img-box .back {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.img-box .front {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.img-box:hover .front {
  opacity: 0;
}
.img-box:hover .back {
  opacity: 1;
}

.avatar-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar {
  position: relative;
  transition: 0.2s;
}

.avatar:not(:first-child) {
  margin-left: -1.5rem;
}

.avatar:hover {
  z-index: 1;
  transform: translateY(-0.5rem);
}

.avatar-name {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.875rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.avatar-name::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.5rem solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent;
}

.avatar:hover .avatar-name {
  opacity: 1;
  visibility: visible;
}

.avatar img {
  width: 4rem;
  height: 4rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

.services-page {
  border: none !important;
}
.services-page .card-services {
  background-color: #121111;
  border: 1px solid #F5F5F5;
}

form .form-control,
form .form-select {
  box-shadow: none;
}
form .form-control:focus,
form .form-select:focus {
  box-shadow: none;
  border: 1px solid #F3BC00;
}
form .form-control::-moz-placeholder, form .form-select::-moz-placeholder {
  color: #121111;
}
form .form-control::placeholder,
form .form-select::placeholder {
  color: #121111;
}/*# sourceMappingURL=style.css.map */