* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Assistant", Sans-serif;
}

body,
html {
  overflow-x: hidden;
}

.sec {
  position: relative;
  height: 750;
  width: 100%;
  overflow: hidden;
}

#videobcg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -100;
  filter: brightness(25%);
}

.sec1 {
  position: relative;
  height: 900;
  width: 100%;
  overflow: hidden;
}

#videobcg1 {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -100;
  filter: brightness(20%);
}

.sec2 {
  position: relative;
  height: 1200;
  width: 100%;
  overflow: hidden;
}

#videobcg2 {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -100;
  filter: brightness(20%);
}

#imgDiv {
  margin-top: 150px;
  margin-right: 20%;
  background-color: #ffffff;
}

nav {
  padding: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu a {
  padding: 15px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  align-content: center;
  align-items: center;
}
.menu a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.icons a {
  padding: 2px;
  margin-left: 15px;
  font-weight: 400;
  font-size: 1.5em;
}

.icon-color {
  color: white;
  text-decoration: none;
}

.icon-color:hover {
  color: #b8a36f;
}

.icons-button {
  background-color: #b8a36f;
  padding: 8px;
}
.icons-button:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.container {
  margin-top: -90px;
}

.container .numer-p {
  color: #8e00cb;
}

#vrone {
  color: #000000;
  right: 270px;
  top: 50px;
}
#vrtwo {
  color: #000000;
  right: 570px;
  top: 50px;
}
#vrtree {
  color: #000000;
  right: 840px;
  top: 50px;
}

.d-flex p,
h4,
h1 {
  padding-left: 50px;
}

.detail h4 {
  padding-left: 500px;
  color: #b8a36f;
}

.d-flex .detail-button {
  margin-left: 80%;
  border-style: none;
}

.d-flex .detail-button {
  background-color: #b8a36f;
  padding: 8px;
}
.d-flex .detail-button:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

#divider-detail {
  width: 500px;
}

.sec {
  height: 900px;
}

.Pforu {
  color: #b8a36f;
  font-size: 30px;
  padding-left: 10px;
}

.Pforus {
  color: #ffffff;
  font-size: 60px;
}

.d-flex .card {
  background-color: rgba(48, 44, 44, 0.693);
}

.card-body .card-title {
  color: white;
  padding-right: 10px;
}
.card-body .card-text {
  color: white;
  padding-right: 40px;
}
.card-body i {
  color: #b8a36f;
}

#carouselExampleIndicators {
  margin: 90px;
  width: 900px;
  height: 250px;
  display: flex;
  align-content: center;
  align-items: center;
}

.carousel-item {
  padding-left: 50px;
  padding-right: 100px;
}

.carousel-item h3 {
  color: #b8a36f;
}

.card-body-div p {
  color: white;
  padding-right: 8px;
}
.card-body-div h5 {
  color: white;
  padding-right: 8px;
}
.card-body-div a {
  padding-right: 8px;
}

#cardP {
  color: #b8a36f;
}
.btnMore {
  color: #b8a36f;
  text-decoration: none;
  font-style: italic;
  font-size: 18px;
}
.btnMore:hover {
  color: #8e00cb;
}

footer .fa-brands {
  color: #8e00cb;
  margin-left: 15px;
  font-weight: 400;
}

.sectionAboutHS {
  color: #b8a36f;
}
.sectionAboutHT {
  color: #3e3f73;
}

.ContactSection h2 {
  color: #3e3f73;
}
.ContactSection .ContactSectionP {
  color: #b8a36f;
  font-size: 16px;
  font-weight: 400;
}

.container-contactIcon .list-unstyled {
  display: flex;
  text-align: center;
  justify-content: center;
}

.d-flex .vr {
  color: #000000;
}

.IconContact {
  color: #b8a36f;
}
.IconContact:hover {
  color: #8e00cb;
}

#name {
  border-color: #b8a36f;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px 0px 0px 0px;
}

#btnSend {
  background-color: #b8a36f;
  border: none;
  border-radius: none;
  padding-left: 50px;
  padding-right: 50px;
}
#btnSend:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
}

footer .d-flex {
  align-content: center;
  align-items: center;
}
