@font-face {
  font-family: 'Helventica Neue';
  src: url(../fonts/HELVETICANEUE-ROMAN.TTF);
}

@font-face {
  font-family: 'Helventica Neue Bold';
  src: url(../fonts/HELVETICANEUE-BOLD.TTF);
}

body {
  font-family: 'Helventica Neue', Helvetica, Arial, sans-serif;
  background-color: #000;
  margin: 0px;
}

.all-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header-container {
  height: 660px;
}

.carousel-item {
  background-image: url('../assets/Website_Header_Wall\ Focus_3840\ 1.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px !important;

  text-align: center;
}

.logo {
  display: block;
  width: 4%;
  /* padding-top: 70px; */
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 2%;
  left: 2%;
  opacity: 0.5;
}
.logo:hover {
  color: #84bd02;
}

.slogan {
  font-family: 'Helventica Neue Bold', Helvetica, Arial, sans-serif;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  color: #fff;
  /* font-family: Helvetica Neue; */
  font-size: 60px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
}

/*
#is::after {
  content: url(../assets/GreenStrike.svg);
  position: absolute;
  width: 82px;
  height: 14px;
  margin-left: -78px;
  margin-top: -4px;
}
*/

.reel-btn {
  margin-top: 30px;
}

.btn {
  font-family: 'Helventica Neue', Helvetica, Arial, sans-serif;
  border-radius: 0px;
  border: 2px solid transparent;
  background: #84bd02;
  backdrop-filter: blur(5px);
  display: inline-flex;
  min-width: 250px;
  padding: 15px 40px 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
}
.btn:hover {
  border: 2px solid #fff;
}

.btn:active {
  background: #4b6e00;
}

.clients {
  display: block;
  flex-shrink: 0;
  background: #84bd02 url(../assets/green-dots.png);

  padding-top: 6%;
  padding-bottom: 6%;
}

.clients-inner {
  vertical-align: middle;
  margin-left: 13%;
  margin-right: 13%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 30px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.main-container {
  background: #3d3b3c url(../assets/bg-main.png) no-repeat;
  min-height: 900px;
  padding-left: 140px;
  background-position: top right;
  background-size: contain;
}

.main-container .heading-text {
  font-family: 'Helventica Neue Bold', Helvetica, Arial, sans-serif;
  display: flex;
  max-width: 540px;
  flex-direction: column;
  flex-shrink: 0;

  padding-top: 220px;
  margin-bottom: 22px;

  color: #fff;
  /* font-family: Helvetica Neue; */
  font-size: 50px;
  font-style: normal;
  line-height: 55px;
}

button {
  cursor: pointer;
}

.main-container .subtext {
  font-family: 'Helventica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  max-width: 1110px;
  flex-direction: column;
  flex-shrink: 0;

  margin-bottom: 72px;
  margin-right: 40px;

  color: #fff;
  /* font-family: Helvetica Neue; */
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}

.main-container .subtext .p2 {
  margin-top: 20px;
}
.footer {
  font-family: 'Helventica Neue Bold', Helvetica, Arial, sans-serif;
  background: #3d3b3c;
  color: #fff;
  /* font-family: Helvetica Neue; */
  font-size: 10px;
  font-style: normal;
  line-height: normal;

  padding-top: 54px;
  padding-left: 140px;
  padding-bottom: 54px;
}

#myModal {
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgb(0, 0, 0, 0.8);
}

#myModal.open {
  display: block;
}

.modal-dialog {
  position: absolute;

  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-content .modal-header #closeModal {
  margin-bottom: 10px;
  display: block;
  position: relative;
  color: #fff;
  text-align: right;
}

.modal-content {
  color: transparent;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.modal-content iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-body {
  padding-bottom: 56.25%; /* for 16:9 ratio */
  padding-top: 5px;
  position: relative;
  height: 0;
}
.modal-body iframe,
.modal-body object,
.modal-body embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#closeModal {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .main-container {
    padding-left: 40px;
    padding-right: 40px;
    background-position: top right;
    background-size: 800px;
  }
  .main-container .heading-text {
    font-size: 30px;
    line-height: 40px;
    padding-top: 284px;
  }

  .main-container .subtext {
    font-size: 20px;
  }

  .footer {
    padding-left: 40px;
  }

  .slogan {
    margin-top: 86px;
  }

  .slogan span {
    display: block;
  }

  .clients {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .logo {
    width: 44px;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .main-container {
    padding-left: 40px;
    padding-right: 40px;
    background-position: top right;
    background-size: 800px;
  }
  .main-container .heading-text {
    font-size: 30px;
    line-height: 40px;
    padding-top: 284px;
  }
  .main-container .subtext {
    font-size: 20px;
  }
  .footer {
    padding-left: 40px;
  }
  .slogan {
    margin-top: 86px;
  }

  .slogan span {
    display: block;
  }

  .clients {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .main-container {
    padding-left: 40px;
    padding-right: 40px;
    background-position: top right;
    background-size: 800px;
  }
  .main-container .heading-text {
    font-size: 28px;
    line-height: 40px;
    padding-top: 284px;
  }
  .main-container .subtext {
    font-size: 20px;
  }
  .footer {
    padding-left: 40px;
  }
  .slogan {
    margin-top: 86px;
  }

  .slogan span {
    display: block;
  }

  .clients {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
