@import url('../fonts/stencilia/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  background: #000;
}

main {
  overflow: hidden;
  /*width: 80%;*/
  /*margin: 0 auto;*/
}

a {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 1rem 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;

  /* Blur effect */
  background: rgb(0 0 0 / 58%);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(5px) !important;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.main-header .navbar-nav {
  flex: 1;
  margin: 0 0px 0 0px;
  justify-content: space-evenly!important;
}

.main-header .navbar-brand {
  width: 195px;
  /* MARGIN-RIGHT: -3px!important; */
}

.main-header .nav-item {
  padding: 0 0px;
}

.main-header .nav-item .nav-link {
  font-family: 'Stencilia';
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 30px;
}

.gallery-container {
  padding: 400px 0;
}

.gallery-item {
  width: calc(20% - 15px);
  /* â† 5 columns per row */
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  /* box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1); */
  transition: transform 0.3s ease;
  opacity: 0;
}


@media only screen and (min-width: 1444px) {
  .main-header .container {
    max-width: 1019px;
  }
}

.video-main {
  width: 100%;
  height: calc(100vh - 0px - 0px);

  & video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.intro-sliders {
  display: flex;
  align-items: center;
  justify-content: center;


}

.footer-main {
  background-color: rgb(0 0 0 / 58%);
  padding: 3.2rem 5%;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-family: "Aldrich", sans-serif;
  POSITION: ABSOLUTE;
  WIDTH: 100%;
  BOTTOM: 0px;
  backdrop-filter: blur(0px);
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.silder-bar{
   font-family: "Aldrich", sans-serif;
}
.footer-main a {
  color: rgba(255, 255, 255, 0.2);
}

.main-header .navbar-brand img {
  MARGIN-LEFT: 0PX;
  width: 100%;
  transform: scale(1.3) !important;
  transition: 0.3s;
}

div#navbarSupportedContent {
  gap: 0px;
  /* margin: 0 0 0 -10px; */
}

.main-header .nav-item .nav-link:hover {
  font-size: 16px;
}

.main-header .container {
  max-width: 1019px;
}

.main-header .navbar-brand:hover img {
  transform: scale(1.3) !important;
}

.intro-sliders .silder-bar {
  width: 100%;
  height: 100%;
}
.owl-theme .owl-nav.disabled + .owl-dots{
    margin-top:10px!important;
}
.banner-services{
  background-image: url(../images/1920x1080_GRID_00000.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100vh - 0px - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
img#bottom-images {
    margin: 0 auto;
    display: block;
}
@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1444px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {
  .main-header .navbar-brand {
    width: 120px;
  }

  .footer-main {
    padding: 15px 0;
    font-size: 12px;
  }

  .video-main {
    height: calc(100vh - 125px);
  }
}