@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #000;
}

a {
  text-decoration: none !important;
  color: unset;
}

h2 {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

#main__header {
  position: fixed;
  width: 100%;
  z-index: 500;
  background-color: #fff;
  padding: 10px 150px;
}
@media (max-width: 1300px) {
  #main__header {
    padding: 0 50px;
  }
}
@media (max-width: 676px) {
  #main__header {
    padding: 0 20px;
  }
}
@media (max-width: 676px) {
  #main__header {
    position: static;
  }
}
#main__header .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main__header .header__wrapper .logo {
  padding: 10px 0;
}
@media (max-width: 676px) {
  #main__header .header__wrapper .logo {
    text-align: left;
    width: 50%;
  }
}
#main__header .header__wrapper .logo img {
  width: 200px;
}
@media (max-width: 676px) {
  #main__header .header__wrapper .logo img {
    width: 150px;
  }
}
#main__header .header__wrapper .header {
  display: flex;
  justify-content: space-between;
}
#main__header .header__wrapper .header .nav ul > li {
  color: #21466c;
  list-style: none;
}
#main__header .header__wrapper .header ul {
  display: flex;
  margin: 0;
  padding: 0;
}
#main__header .header__wrapper .header ul li {
  list-style: none !important;
  text-align: center;
}
@media (max-width: 676px) {
  #main__header .header__wrapper .header ul li {
    width: 160px;
  }
}
#main__header .header__wrapper .header nav a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px !important;
}

.navbar {
  padding: 0 !important;
}

#home_video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  #home_video {
    overflow: scroll;
    padding: 0;
  }
}
#home_video .content_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#home_video .content_wrapper .videos {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #home_video .content_wrapper .videos {
    display: none;
  }
}
#home_video .content_wrapper .videos video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home_video .content_wrapper .overlay {
  background: rgba(0, 0, 0, 0.7490196078);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  #home_video .content_wrapper .overlay {
    display: none;
  }
}
#home_video .content_wrapper .content {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 0 150px;
}
@media (max-width: 1300px) {
  #home_video .content_wrapper .content {
    padding: 0 50px;
  }
}
@media (max-width: 676px) {
  #home_video .content_wrapper .content {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #home_video .content_wrapper .content {
    position: absolute;
    top: 4%;
    left: 0%;
    transform: unset;
  }
}
#home_video .content_wrapper .content .btn_360 {
  padding: 15px 10px;
  font-size: 25px;
  color: #fff;
  transition: 0.6s all;
}
@media (max-width: 767px) {
  #home_video .content_wrapper .content .btn_360 {
    font-size: 15px;
    font-weight: 500;
    padding: 2px;
  }
}
#home_video .content_wrapper .content .text {
  display: flex;
  align-items: center;
}
#home_video .content_wrapper .content .text h1 {
  font-size: 35px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #home_video .content_wrapper .content .text h1 {
    font-size: 20px;
  }
}
#home_video .content_wrapper .content h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  padding: 10px 20px;
  text-transform: uppercase;
}
#home_video .content_wrapper .content ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#home_video .content_wrapper .content ul li {
  width: 33.33%;
  list-style: none;
  padding: 10px;
  text-align: left;
}
@media (max-width: 1024px) {
  #home_video .content_wrapper .content ul li {
    width: 49%;
  }
}
@media (max-width: 767px) {
  #home_video .content_wrapper .content ul li {
    width: 100%;
  }
}
#home_video .content_wrapper .content ul li .images {
  position: relative;
}
#home_video .content_wrapper .content ul li .images img {
  border: 1px solid #ccc;
}
#home_video .content_wrapper .content ul li .images video {
  border: 1px solid #ccc;
  height: 100%;
  overflow: hidden;
}
#home_video .content_wrapper .content ul li .images .caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9058823529);
  opacity: 0;
  border: 1px solid #ccc;
}
#home_video .content_wrapper .content ul li .images .caption img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border: unset;
}
#home_video .content_wrapper .content ul li .images:hover .caption {
  opacity: 1;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#home_video .content_wrapper .content h3 {
  font-size: 16px;
  padding-top: 15px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}/*# sourceMappingURL=main.css.map */