@font-face {
  font-family: 'SomnabFont'; 
  src:  url('../fonts/somnab.ttf') format('truetype');
  /* font-display: swap; */
}

body {
  padding: 0;
  margin: 0;
  /* user-select: none; */
  font-family: 'SomnabFont', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #000;
}

#header {
  padding: 16px 0px;
  transition: all 0.3s;
}

#header.header-scroll {
  padding: 8px 0px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#header.header-scroll #top-header img {
  width: 188px;
}


/* 
#myVideo::-webkit-media-controls,
#myVideo::-webkit-media-controls-enclosure,
#myVideo::-webkit-media-controls-panel {
  display: none;
}
#myVideo::-moz-media-controls,
#myVideo::-moz-media-controls-enclosure,
#myVideo::-moz-media-controls-panel
{
  display: none;
}
#myVideo::-ms-media-controls,
#myVideo::-ms-media-controls-enclosure,
#myVideo::-ms-media-controls-panel 
{
  display: none;
}
video {
  pointer-events: none;
  
} */

.services-box {
  border: 1px solid #dee2e6;
  text-align: center;
  height: 100%;
  transition: all 0.3s;
  padding: 3rem 1.3rem;
  border-radius: 0.5rem;
}

.services-box:hover.services-box {
  box-shadow: 0 0 20px 5px rgb(197 227 233);
  border: 1px solid #198754;
  height: 100%;
}

.services .box-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: auto;
  background: linear-gradient(to bottom, #239046, #004751);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.quick_link ul {
  padding-left: 18px;
}

.footer {
  color: #fff;
}

.bottom-footer .box-icon {
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.contact {
  margin-top: 94px;
}

.about {
  margin-top: 94px;
}

.hardware {
  margin-top: 94px;
}

.hardware .box-img1 {
  user-select: none;
  height: 320px;
  background-image: linear-gradient(135deg, #ECE9FF 10%, #BEB4FF 100%);
}

.hardware .box-img2 {
  user-select: none;
  height: 320px;
  background-image: linear-gradient(135deg, #F6E9D7 10%, #F2CF9F 100%);

}

.hardware .box-img3 {
  user-select: none;
  height: 320px;
  background-image: linear-gradient(135deg, #d7e2f6 10%, #b4cbf5 100%);

}

.hardware .box-img4 {
  user-select: none;
  height: 320px;
  background-image: linear-gradient(135deg, #A0D2FA 10%, #7CBDF0 100%);
}

.hardware .box-img5 {
  user-select: none;
  height: 320px;
  background-image: linear-gradient(135deg, #d2f6e7 10%, #a7d8db 100%);
}


.video_slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 94px;
  height: 729px;
}

.video_slider .button_play {
  opacity: 0;
  transition: all .4s;
  position: absolute;
  right: 15.7%;
  bottom: 18%;
}

.video_slider:hover .button_play {
  opacity: 1;
}

.video_slider .button_play .button_video {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0.5rem;
  margin-right: 0.5rem;
}

#play-button {
  display: none;
}

#unmute-icon {
  display: none;
}

.nav-link {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
  color: #fff;
  padding-bottom: 1px;
}

.nav-link:hover,
.nav-link:focus {
  border-bottom-color: #f5f5f5;
  color: #fff;
  border-radius: 4px;
}

#header #mobile-menu {
  display: none;
}

.our-product .box-card .masks {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  --bs-bg-opacity: 0.5;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
  border-radius: 0.5rem;
  padding: 1rem 0rem;
}

.our-product .box-card {
  opacity: 1;
  transition: all .4s;
  box-shadow: 0 1px 5px #80808033, 0 2px 2px #80808024, 0 3px 1px -2px #8080;
  border-radius: 0.5rem;
}

.our-product .box-card:hover.box-card {
  box-shadow: 0 0 20px 5px rgb(197 227 233);
}

.our-product .box-card:hover .masks {
  opacity: 0;
  transition: all .4s;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
::-webkit-scrollbar{
  height: 1rem;
  width: 0.5rem;
}
::-webkit-scrollbar-thumb {
  --tw-border-opacity: 1;
  background-color: rgba(198, 210, 203, 0.8);
  border-color: rgba(255,255,255,var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 9999px;
}
::-moz-scrollbar {
  height: 1rem;
  width: 0.5rem;
}
::-moz-scrollbar-thumb {
  --tw-border-opacity: 1;
  background-color: rgba(198, 210, 203, 0.8);
  border-color: rgba(255,255,255,var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
}
::-moz-scrollbar-track {
  background-color: transparent;
  border-radius: 9999px;
}
@media only screen and (max-width: 820px) and (orientation: portrait) {
  #header #top-header {
    display: none;
  }

  #header,
  #header.header-scroll {
    padding: 5px 0px;
  }

  #header #mobile-menu {
    display: block;
  }

  .video_slider {
    margin: 0px -45px;
    overflow: hidden;
  }

  &::-webkit-scrollbar {
    display: none;
  }
}



.loading-wrapper {
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  position: relative;
}
.loading-pulse {
  background-color: #198754;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  padding: .4rem;
  display: flex;
  align-items: center;
  position: relative;
}
.loading-pulse:after {
  content: '';
  position: absolute;
  background-color: #198754;
  opacity: 70%;
  width: 6rem;
  height: 6rem;
  z-index: 1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  animation: pulse 1s ease-out infinite;
}
.loading-pulse img {
  width: 100%;
}



@keyframes pulse {
  0% {
      opacity: 100%;
      width: 6rem;
      height: 6rem;
  }
  5% {
      opacity: 90%;
      width: 6.5rem;
      height: 6.5rem;
  }
  100% {
      opacity: 0;
      width: 12rem;
      height: 12rem;
  }
}
