@font-face {
  font-family: Palanquin;
  src: url(../font/Palanquin.ttf);
}
html, body {
  font-family: 'Palanquin', sans-serif;
  color: #333;
  margin: 0;
}
html {
  font-size: 100%;
}
body {
  font-size: 16px;
}
html, body, .wrapper {
  width: 100%;
  height: 100%;
}
a.unstyle {
  color: inherit;
  text-decoration: none;
}
.clickable-link {
  transition: 0.3s ease;
}
.clickable-link:hover {
  opacity: 0.5;
}
img.obj-top {
  object-position: top !important;
}
img.obj-bottom {
  object-position: bottom !important;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  color: #333;
  background-color: rgba(255,255,255,1);
}
header .logo-name * {
  line-height: 1em;
}
.social-bubble {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  background-color: rgba(0,0,0,0.1);
}
nav {
  overflow: auto;
  width: 100%;
}
.logo-link {
  cursor: pointer;
}
nav .nav-item {
  transition: 0.3s ease;
  border-bottom: 3px solid transparent;
}
nav .active, nav .nav-item:hover {
  border-bottom: 3px solid #dc3545;
  color: #dc3545;
}
.home-first-section {
  width: 100%;
  height: 100%;
  position: relative;
}
#homeSlider {
  height: 100%;
  width: 100%;
  position: absolute;
}
#homeSlider .carousel-inner, #homeSlider .carousel-item {
  height: 100%;
}
#homeSlider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homeSlider .carousel-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(52,148,230,0.5),rgba(220,53,69,0.3),rgba(0,0,0,0.6));
}
#homeSlider .carousel-item .overlay .overlay-content {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 640px;
  max-width: 95%;
}
#homeSlider .carousel-item .overlay .overlay-content .container {
  position: absolute;
  left: 0;
  bottom: 10%;
  padding-right: 10%;
}
.overlap-element {
  width: 40%;
  display: inline-block;
}
.overlap-element > div {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: rgba(220,53,69,0.5);
}
#homeSlider .carousel-item .overlay .mobile-overlay-content {
  position: absolute;
  width: 100%;
  max-width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#homeSlider .carousel-item .overlay .scroll-down {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
}
.home-second-section {
  position: relative;
}
.home-second-section img {
  filter: grayscale(0);
  opacity: 1;
  transition: 0.3s ease;
  cursor: pointer;
}
.home-second-section img:hover {
  filter: grayscale(1);
  opacity: 0.5;
}

.image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.image-container.ratio-1x1 {
  padding-top: 100%;
}
.image-container.ratio-16x9 {
  padding-top: 56.25%;
}
.image-container.ratio-4x3 {
  padding-top: 75%;
}
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.2s ease-in-out;
  filter: blur(0);
}
.home-fourth-section .slide-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-fourth-section .slide-control-left, .home-fourth-section .slide-control-right {
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.home-fourth-section .slide-control-left:hover, .home-fourth-section .slide-control-right:hover {
  opacity: 0.5;
}
.home-fourth-section .product-slide {
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}
.home-fourth-section .product-slide > .slide-item:first-child {
  margin-left: 20px;
}
.home-fourth-section .product-slide > .slide-item:last-child {
  margin-right: 20px;
}
.home-fourth-section .slide-item {
  width: 40%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  transform: scale(0.95);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.home-fourth-section .slide-holder .slide-item:hover {
  transform: scale(1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.home-fourth-section .slide-holder .slide-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.home-fourth-section .slide-item .overlay h3 {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: normal;
}
.home-fourth-section .slide-item:hover .overlay {
  opacity: 1;
}
.home-fourth-section .slide-item:hover img {
  filter: blur(3px);
}
.cover-section {
  background-image: url('../img/Cover1.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 50%;
}
.cover-section .overlay {
  background-image: linear-gradient(135deg,rgba(52,148,230,0.7),rgba(220,53,69,0.7));
  width: 100%;
  height: 100%;
  position: relative;
}
.cover-section .overlay h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 95%;
}

.home-second-section, .about-first-section, .about-second-section, .about-third-section, .contact-first-section, .service-first-section {
  line-height: 2em;
}
.about-first-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg,rgba(0,0,0,0.0) 30%,rgba(255,255,255,0.6));
  top: 0;
  left: 0;
}
.about-first-section .overlap-text-left {
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translate(0,-50%);
  width: 115%;
}
.about-first-section .overlap-text-left p {
  width: 85%;
  margin-left: 15%;
}
.about-second-section .vision-background {
  background-image: url('../img/Background_2.jpg');
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.about-second-section h2 {
  transform: translate(10%, 0);
  z-index: 1;
}
.about-second-section .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(270deg,rgba(0,0,0,0.0) 50%,rgba(255,255,255,0.99) 95%);
}

.contact-first-section{
  position: relative;
}
.contact-info-content {
  right: 0;
  transform: translate(20%,0);
  z-index: 1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.contact-first-section iframe {
  min-height: 500px;
  z-index: -999;
}
.contact-first-section .contact-text {
  z-index: 100;
}
.contact-first-section .contact-map {
  z-index: 0;
}

.rounded-pill {
  border-radius: 100px;
  overflow: hidden;
}
.inventory-first-section .card {
  border-radius: 10px;
}
.fake-select {
  position: relative;
}
.data-list {
  list-style: none;
  width: 100%;
  height: 200px;
  overflow: auto;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 2;
}
.data-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd; 
  cursor: pointer;
  transition: 0.3s;
}
.data-list li:hover {
  opacity: 0.5;
}
.data-list li:last-child {
  border-bottom: 0; 
}
.card {
  overflow: hidden;
}
.toggle-model-box {
  cursor: pointer;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 300;
  display: none;
}
.product-model-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-model-box .card {
  width: 320px;
}
.product-model-box .card .card-body {
  max-height: 360px;
  overflow-y: auto;
}
.product-model-box .card ul {
  list-style: none;
}
.product-model-box .card ul li:hover {
  background: #eee;
}
.product-model-box .card ul li:last-child {
  border: none !important;
}
.product-model-box .card ul li a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  display: block;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  nav img {
    height: 40px;
  }
  .home-second-section img {
      width: 75%;
  }
  .home-fourth-section .slide-item {
    width: 85% !important;
    transform: scale(1) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  nav ul {
    display: none;
    background: rgba(255,255,255,0.95);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  nav .nav-item {
    border-bottom: 1px solid transparent;
  }
  nav .active, nav .nav-item:hover {
    border-bottom: 1px solid #dc3545;
    color: #dc3545;
  }
  .home-fourth-section .slide-item {
    width: 75%;
    transform: scale(1);
    margin-left: 15px;
    margin-right: 15px;
  }
  .home-fourth-section .slide-item .overlay {
    height: auto !important;
    bottom: 0 !important;
    opacity: 1 !important;
    background-color: rgba(0,0,0,0.5) !important;
    color: #fff;
  }
  .home-fourth-section .slide-item .overlay h3 {
    top: 0;
    left: 0;
    transform: translate(0,0);
    font-size: 1em;
  }
  .home-fourth-section .slide-item:hover img {
    filter: blur(0);
  }
  
  .about-first-section .overlap-text-left {
    position: static;
    top: inherit;
    left: inherit;
    transform: translate(0,0);
    width: inherit;
  }
  .about-first-section .overlap-text-left p{
    width: inherit;
    margin-left: 0;
    text-align: justify;
  }
  .about-first-section h1 {
    display: none;
  }
  .about-second-section h2 {
    transform: translate(0, 0);
    z-index: 1;
  }
  .contact-info-content {
    transform: translate(0,0);
    z-index: 1;
    box-shadow: none;
    background: transparent;
  }
  .contact-first-section iframe {
    min-height: 500px;
  }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }