.video-banner {
  position: relative;
  padding-top: 100vh;
  background-color: #000;
}
.video-banner::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  z-index: 2;
}
.video-banner .gif {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video-banner .text h1 {
  color: #fff;
  font-size: calc(2vw + 2.3em);
  text-align: center;
  word-spacing: 15px;
  font-weight: 300;
  font-family: "Glitten";
  line-height: 1;
}
.video-banner .text h1 span {
  color: #b3d300;
  display: block;
  font-size: 140%;
  line-height: 0.8;
}
.video-banner .text h1 em {
  font-style: normal;
  font-family: "Kugile";
  line-height: 0.8;
}
.video-banner .text h1 small {
  position: relative;
  top: -7px;
  font-size: 70%;
}
.video-banner .layers {
  z-index: 20;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .video-banner .layers {
    width: 100%;
    justify-content: center;
  }
}
.video-banner .layers a {
  text-decoration: none;
  color: #fff;
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  padding: 2vw;
}
.video-banner .layers a h2 {
  font-family: "Glitten";
  font-size: calc(1vw + 1em);
  top: 0;
  left: 0;
  position: relative;
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video-banner .layers a:hover {
  color: #b3d300;
}
.video-banner .layers a:hover h2 {
  top: -4px;
  left: -4px;
  text-shadow: 4px 4px 1px rgba(0, 166, 149, 0.7);
}
.video-banner .plateImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video-banner .plateImage.up {
  z-index: 3;
  opacity: 1;
}

.jobs {
  padding: 80px 0;
}
.jobs .wrapper {
  padding: 10px 5vw;
}
.jobs .wrapper .row {
  max-height: 550px;
  overflow-y: auto;
  margin-inline: -7px;
}
.jobs .wrapper .row::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  position: absolute;
}
.jobs .wrapper .row::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #b3d300;
  border: none;
}
.jobs .wrapper .row::-webkit-scrollbar-track {
  background-color: transparent;
}
.jobs .wrapper .row > .col-xl-4 {
  margin-bottom: 14px;
  padding-inline: 7px;
}
.jobs .jobCard {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  background-color: transparent;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
}
.jobs .jobCard:hover {
  background-color: #111;
}
.jobs .jobCard h4 {
  font-size: 19px;
  font-family: "Glitten";
  color: inherit;
  letter-spacing: 1px;
  margin: 0 0 5px;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jobs .jobCard p {
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 0 0;
}
.jobs .jobCard:hover h4 {
  color: #b3d300;
}
.jobs .jobCard span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.jobs .jobCard .tag {
  color: #fff;
  background-color: #000;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}
.jobs .jobCard .tag.danger {
  background-color: #bd0000;
}
.jobs .jobCard .tag.primary {
  background-color: #006746;
}
.jobs .viewAll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent 10%, #1d1d1b);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
  backdrop-filter: blur(2px);
}

.posters {
  padding: 80px 0 60px;
}
.posters .wrapper {
  padding: 0 5vw;
}

.poster {
  position: relative;
  margin-bottom: 20px;
}
.poster img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 3/4;
}
.poster h6 {
  font-size: 20px;
  font-weight: 400;
  color: #b3d300;
  margin: 10px 0 0;
}
.poster span {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
}

.tem {
  margin-bottom: 60px;
}
.tem img {
  max-width: 90%;
  max-height: 200px;
  width: auto;
  height: auto;
}
.tem h4 {
  font-size: 24px;
  margin: 0 0 16px;
  color: #e1e0d0;
  font-family: "Kugile";
  line-height: 1.45;
}
@media (max-width: 1199px) {
  .tem h4 {
    font-size: 19px;
    margin: 25px 0;
  }
}
.tem h4 a {
  color: #00a695;
}
.tem p {
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0;
  color: #e1e0d0;
  font-weight: 200;
  font-size: 18px;
}
.tem p + p {
  margin-top: 25px;
}
.tem p strong,
.tem p b {
  font-weight: 600;
}
.tem p a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
  display: inline-block !important;
}
.tem p a span {
  position: relative;
  top: 0;
  left: 0;
}
.tem p a:hover {
  color: #b3d300;
  text-shadow: 1px 1px 1px #008a7e;
}
.tem p a:hover span {
  top: -1px;
  left: -1px;
}
@media (max-width: 1199px) {
  .tem p {
    margin: 0 0 15px;
    font-size: 14px;
  }
}

.partners {
  display: flex;
  justify-content: space-between;
  padding-block: 30px 80px;
  flex-wrap: wrap;
  gap: 20px;
}
.partners img {
  max-height: 50px;
  max-width: 120px;
  height: auto;
  width: auto;
  filter: invert(1);
  object-fit: contain;
}
@media (max-width: 991px) {
  .partners img {
    max-height: 40px;
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .focusModals .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}

.sockets a {
  border: 2px solid #b3d300;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-left: 5px;
  border-radius: 30px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sockets a {
    font-size: 12px;
    padding: 5px 12px;
  }
}
.sockets a.active {
  background-color: #b3d300;
  color: #000;
}
.sockets a i {
  margin-right: 10px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .sockets a i {
    font-size: 16px;
  }
}

.models {
  background-color: #161616;
  overflow: hidden;
  position: relative;
}
.models ~ .models .pattern-text {
  --odd-color: #ffffff08;
  --even-color: #00000040;
  filter: none;
}
.models .mods {
  display: none;
}
.models .mods.active {
  display: block !important;
}
.models .wrapper {
  padding: 80px 5vw;
  position: relative;
  z-index: 5;
}
.models .row {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.models .row::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.models .row::-webkit-scrollbar-track {
  background: transparent;
}
.models .row::-webkit-scrollbar-thumb {
  background: transparent;
  border: 0;
}
.models .row::-webkit-scrollbar-corner {
  background: transparent;
}
.models .modelsRow {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.models .modelsRow::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.models .modelsRow::-webkit-scrollbar-track {
  background: transparent;
}
.models .modelsRow::-webkit-scrollbar-thumb {
  background: transparent;
  border: 0;
}
.models .modelsRow::-webkit-scrollbar-corner {
  background: transparent;
}
.models .modelsRow.dragging {
  cursor: grabbing;
}
.models .modelsRow.dragging a {
  pointer-events: none;
}
.models .custom-scrollbar {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2666666667);
  position: relative;
  margin-top: 10px;
  user-select: none;
  cursor: pointer;
}
.models .custom-scrollbar .custom-scrollbar__thumb {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  cursor: grab;
}
.models .custom-scrollbar.dragging .custom-scrollbar__thumb {
  cursor: grabbing;
}
.models .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.models .flex .title {
  margin: 0;
  padding: 0;
}

.modelCard {
  position: relative;
}
.modelCard a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modelCard a + a {
  padding: 10px 5px;
  transform: translateY(0);
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modelCard a + a .name {
  color: #fff;
  font-size: 21px;
  font-family: "Glitten";
  position: relative;
  top: 0;
  left: 0;
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modelCard a + a .name span {
  color: #b3d300;
}
.modelCard .img-holder {
  position: relative;
  overflow: hidden;
  z-index: 5;
  border-bottom: 1px solid transparent;
  border-radius: 8px;
}
.modelCard .img-holder::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 58, 52, 0.5803921569);
  opacity: 0;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: blur(2px);
}
.modelCard .img-holder img {
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modelCard .info-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 50px;
  gap: 12px;
  color: #fff;
  z-index: 10;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modelCard .info-layer p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
}
.modelCard .info-layer p span {
  color: #b3d300;
  font-weight: 600;
}
.modelCard:hover .img-holder {
  border-bottom: 1px solid #b3d300;
}
.modelCard:hover .img-holder::after {
  opacity: 1;
}
.modelCard:hover .img-holder + a .name {
  text-shadow: 0 3px 1px #006b47;
  top: -3px;
  left: 0;
}
.modelCard:hover .info-layer {
  opacity: 1;
  padding-bottom: 0;
}

.aboutUs {
  padding: 15vw 0 10vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .aboutUs {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .aboutUs {
    padding: 70px 0 30px;
  }
}
.aboutUs h4 {
  font-family: "Glitten";
  font-family: "Kugile";
  color: #fff;
  font-size: 42px;
}
@media (max-width: 1199px) {
  .aboutUs h4 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .aboutUs h4 {
    font-size: 30px;
    line-height: 1.5;
  }
}
.aboutUs p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 100;
  font-size: 18px;
  margin: 10px 0 25px;
}
.aboutUs .media {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 1199px) {
  .aboutUs .media {
    width: 700px;
    position: relative;
    height: auto;
    aspect-ratio: 16/9;
    margin-inline: auto;
    top: 80px;
    margin-top: 200px;
  }
}
@media (max-width: 991px) {
  .aboutUs .media {
    width: 600px;
    margin-top: 145px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .aboutUs .media {
    width: 100%;
    margin-top: 165px;
  }
}
.aboutUs .media .bg {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 60%;
  height: auto;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-right: 0;
}
.aboutUs .media .fg {
  position: absolute;
  bottom: 10%;
  left: 30%;
  width: 25%;
  height: auto;
  z-index: 3;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-right: 0;
}

.applyNow {
  background-image: url("../images/girl3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 75px 0;
  background-blend-mode: overlay;
  background-color: rgba(0, 56, 37, 0.6235294118);
}
.applyNow .wrapper {
  padding: 0 5vw;
}
.applyNow .row {
  align-items: center;
}
@media (max-width: 1199px) {
  .applyNow .text {
    padding: 45px 0 0;
  }
}
.applyNow .text h1 {
  color: #fff;
  font-size: calc(1vw + 1.5em);
  margin: 0 0 20px;
  font-family: "Cal";
}
.applyNow .text h1 span {
  font-size: calc(2vw + 1.5em);
  color: #b3d300;
  font-family: "Glitten";
  top: -4px;
  left: -4px;
  text-shadow: 4px 4px 1px rgba(0, 166, 149, 0.7);
}
.applyNow .text p {
  font-size: 20px;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 200;
}
.applyNow .btn-default {
  min-width: 150px;
  border-radius: 50px;
}
.applyNow .btn-default:hover {
  background-color: #b3d300;
  color: #000;
}

.reviews.invert {
  background-color: #161616;
  padding: 40px 0 60px;
}
.reviews .wrapper {
  padding: 10px 5vw;
}
.reviews .wrapper .title {
  padding: 0 !important;
  margin: 0 0 40px !important;
}
.reviews .wrapper .summary {
  padding-inline: 3vw;
  margin-bottom: 40px;
}
.reviews .summary {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .reviews .summary {
    margin: 0 auto 10px;
  }
}
.reviews .leafy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .reviews .leafy {
    margin: 0 auto 30px;
  }
}
.reviews .leafy img {
  filter: invert(1) hue-rotate(172deg) brightness(0.7);
}
.reviews .leafy .average {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews .leafy .average span {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}
.reviews .leafy .average a {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: underline !important;
  font-weight: 200;
}
.reviews .bar h6 {
  letter-spacing: 0.4px;
  font-weight: 600;
}
.reviews .bar h6 + h6 {
  font-weight: 300;
}
.reviews .bar .scoreBar {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1333333333);
  height: 5px;
  margin-top: 6px;
  border-radius: 5px;
}
.reviews .bar .scoreBar .fill {
  background-color: #b3d300;
  min-width: 1%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.reviews .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .reviews .list {
    padding-left: 50px;
  }
}
.reviews .list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  position: absolute;
}
.reviews .list::-webkit-scrollbar-thumb {
  background-color: #b3d300;
  border-radius: 10px;
}
.reviews .list::-webkit-scrollbar-track {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.1333333333);
}
.reviews .list .single {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
}
.reviews .list .single:first-child {
  padding-top: 0;
}
.reviews .list .single:last-child {
  padding-bottom: 0;
}
.reviews .list .single .avatar {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  position: relative;
  top: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.reviews .list .single .body {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-grow: 1;
  justify-content: space-between;
}
.reviews .list .single .body .d-flex {
  gap: 10px;
  margin: 0 0 5px;
}
.reviews .list .single .body .d-flex .name {
  color: #fff;
  letter-spacing: 0.2px;
}
.reviews .list .single .body .d-flex .timestamp {
  font-size: 16px;
  color: #b3d300;
  font-weight: 200;
}
.reviews .list .single .body h6 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 600;
}
.reviews .list .single .body p {
  font-size: 15px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6666666667);
}
.reviews .list .single .body .rating {
  color: #b3d300;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 2px 2px 1px rgba(0, 166, 149, 0.5);
}
.reviews .list .single + .single {
  border-top: 1px solid rgba(255, 255, 255, 0.0666666667);
}
.reviews .btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
.reviews .btns button,
.reviews .btns a {
  text-transform: uppercase;
}

.modal-body .reviews {
  padding: 30px 20px;
}
.modal-body .reviews .list {
  padding-left: 0;
}