:root {
  --deep-green: rgb(0, 102, 94);
  --grey: rgba(0, 0, 0, 0.45);
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll !important;
  background-color: var(--deep-green);
}
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
} */

.d-block {
  display: none;
}
.btn {
  background-color: #ffffff;
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--deep-green);
  transition: all 100ms;
  font-size: 15px;
  overflow: hidden;
  outline: 2px solid var(--deep-green);
  z-index: 1;
  margin-left: 20px;
}

.BtnBox > .btn:hover,
.BtnBox-2 > .btn:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid var(--deep-green);
  box-shadow: 4px 5px 17px -4px var(--deep-green);
}

.BtnBox > .btn::before,
.BtnBox-2 > .btn::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--deep-green);
  transform: skewX(45deg);
  z-index: -1;
  transition: width 100ms;
}

.BtnBox > .btn:hover::before,
.BtnBox-2 > .btn:hover::before {
  width: 250%;
}

.MainContainer {
  position: relative;
  width: 100vw;
  min-height: 100vh;
}

.TxtBlock {
  width: 100vw;
  min-height: 50vh;
  position: relative;
  /* border: 1px solid red; */
  padding: 5rem;
  background-color: var(--deep-green);
  color: #fff;
  font-size: 25px;
}

.InfoBox {
  /* border: 10px solid red; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.info {
  width: 100%;
  height: 100%;
  /* border: 1px solid red; */
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  line-height: 40px;
  padding: 4rem;
}

.HScreenVideo {
  width: 100vw;
  min-height: 100vh;
  border: 5px solid black;
  position: relative;
}
.copy {
  width: 100%;
  height: 70px;
  /* border:1px solid blue; */
  padding: 2rem 6rem;
  font-size: 23px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
#Subtwo {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-evenly; */
}
.css.btns-io-.btn {
  background: var(--deep-green);
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.css.btns-io-.btn .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em var(--deep-green);
  right: 0.3em;
  transition: all 0.3s;
}

.css.btns-io-.btn:hover .icon {
  width: calc(100% - 0.6em);
}

.css.btns-io-.btn .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: var(--deep-green);
}

.css.btns-io-.btn:hover .icon svg {
  transform: translateX(0.1em);
}

.css.btns-io-.btn:active .icon {
  transform: scale(0.95);
}
.Explore {
  position: absolute;
  padding: 0rem 0rem 4rem 4rem;
  bottom: 0;
  left: 0;
}

/* ------ */

.carousel-item {
  position: relative;
  height: 100vh;
}
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  height: 100vh;
}

.BtnBox {
  bottom: 15%;
  left: 15%;
  position: absolute;
  z-index: 2;
  display: flex;
  padding: 1%;
  justify-content: space-between;
}

.slider-vid {
  position: relative;
  height: 100vh;
  width: 100vw;
  object-fit: fill;
}

.SliderContainer {
  overflow: hidden;
}

.BtnBox-2 {
  height: fit-content;
  width: fit-content;
  z-index: 2;
  padding: 1%;
}

.carousel-caption {
  position: absolute;
  bottom: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-caption p {
  color: black;
}

.navbar {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 10vh;
  z-index: 3;
  background-color: var(--grey);
  backdrop-filter: blur(46px);
}

.icon {
  stroke: #fff;
  stroke-width: 10px;
  fill: transparent;
  z-index: 4;
  height: 50px;
  width: 100px;
}

/*--preloader--*/

.preloader {
  z-index: 5;
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--deep-green);
  opacity: 1;
}

.letter-j {
  stroke: #fff;
  stroke-width: 10px;
  fill: transparent;
  stroke-dasharray: 4800;
  stroke-dashoffset: 4800;
  animation: animate 5s linear infinite;
}

.letter-g {
  stroke: #fff;
  stroke-width: 10px;
  fill: transparent;
  stroke-dasharray: 4800;
  stroke-dashoffset: 4800;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  to {
    stroke-dashoffset: 0;
  }
}

.hamburger {
  position: absolute;
  left: 30px;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  transition: all 0.3s ease;
}

.navmenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 30vw;
  display: none;
  z-index: 6;
  background-color: var(--deep-green);
  text-decoration: none;
  padding: 20px 20px 0 20px;
  color: white;
}

.close {
  margin: 8px;
  font-size: 20px;
  cursor: pointer;
}
.active {
  display: block;
}

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

footer {
  width: 95vw;
  background-color: var(--deep-green);
  text-align: center !important;
}

footer .btn {
  width: 200px;
  padding: 20px 30px 20px 30px;
  text-align: center !important;
}

.container {
  overflow-x: autos;
  width: 100vw !important;
  margin: 0 !important;
  background-color: var(--deep-green) !important;
  color: white;
}
