@font-face {
  font-family: "Outfit-Thin";
  src: url("./fonts/Outfit-Thin.eot");
  src: url("./fonts/Outfit-Thin.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-Thin.svg#Outfit-Thin") format("svg"),
    url("./fonts/Outfit-Thin.ttf") format("truetype"),
    url("./fonts/Outfit-Thin.woff") format("woff"),
    url("./fonts/Outfit-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit-Black";
  src: url("./fonts/Outfit-Black.eot");
  src: url("./fonts/Outfit-Black.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-Black.svg#Outfit-Black") format("svg"),
    url("./fonts/Outfit-Black.ttf") format("truetype"),
    url("./fonts/Outfit-Black.woff") format("woff"),
    url("./fonts/Outfit-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit-Bold";
  src: url("./fonts/Outfit-Bold.eot");
  src: url("./fonts/Outfit-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-Bold.svg#Outfit-Bold") format("svg"),
    url("./fonts/Outfit-Bold.ttf") format("truetype"),
    url("./fonts/Outfit-Bold.woff") format("woff"),
    url("./fonts/Outfit-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit-ExtraBold";
  src: url("./fonts/Outfit-ExtraBold.eot");
  src: url("./fonts/Outfit-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-ExtraBold.svg#Outfit-ExtraBold") format("svg"),
    url("./fonts/Outfit-ExtraBold.ttf") format("truetype"),
    url("./fonts/Outfit-ExtraBold.woff") format("woff"),
    url("./fonts/Outfit-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit-ExtraLight";
  src: url("./fonts/Outfit-ExtraLight.eot");
  src: url("./fonts/Outfit-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-ExtraLight.svg#Outfit-ExtraLight") format("svg"),
    url("./fonts/Outfit-ExtraLight.ttf") format("truetype"),
    url("./fonts/Outfit-ExtraLight.woff") format("woff"),
    url("./fonts/Outfit-ExtraLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit-Light";
  src: url("./fonts/Outfit-Light.eot");
  src: url("./fonts/Outfit-Light.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-Light.svg#Outfit-Light") format("svg"),
    url("./fonts/Outfit-Light.ttf") format("truetype"),
    url("./fonts/Outfit-Light.woff") format("woff"),
    url("./fonts/Outfit-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit-Medium";
  src: url("./fonts/Outfit-Medium.eot");
  src: url("./fonts/Outfit-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-Medium.svg#./fonts/Outfit-Medium") format("svg"),
    url("./fonts/Outfit-Medium.ttf") format("truetype"),
    url("./fonts/Outfit-Medium.woff") format("woff"),
    url("./fonts/Outfit-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit-Regular";
  src: url("./fonts/Outfit-Regular.eot");
  src: url("./fonts/Outfit-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-Regular.svg#./fonts/Outfit-Regular") format("svg"),
    url("./fonts/Outfit-Regular.ttf") format("truetype"),
    url("./fonts/Outfit-Regular.woff") format("woff"),
    url("./fonts/Outfit-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url("./fonts/Outfit-SemiBold.eot");
  src: url("./fonts/Outfit-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Outfit-SemiBold.svg#./fonts/Outfit-SemiBold") format("svg"),
    url("./fonts/Outfit-SemiBold.ttf") format("truetype"),
    url("./fonts/Outfit-SemiBold.woff") format("woff"),
    url("./fonts/Outfit-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  font-size: 16px;
  font-family: "Outfit-Regular", sans-serif;
  background-color: aliceblue;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit-Medium", sans-serif;
}
.page-wrapper {
  max-width: 1650px;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
hr:not([size]) {
  height: 1px;
}
.btn {
  padding: 8px 30px;
  border-radius: 35px;
  text-transform: uppercase;
  color: #fff;
  min-width: 150px;
}
.btn:hover {
  color: #fff;
}
.btn-link {
  color: #000;
  padding: 0;
  text-decoration: none;
}
.btn-green {
  background-color: #74be00;
}
.btn-black {
  background-color: #000;
  color: #fff;
}
.text-dark-green {
  color: #00a19b;
}
.justify-center {
  justify-content: center;
}
section {
  padding: 60px 0 30px 0;
}
.card {
  border: 0;
  box-shadow: 0px 11px 8px -7px rgb(0 0 0 / 11%),
    0px 13px 11px 3px rgb(0 0 0 / 3%), 0px 9px 22px 8px rgb(0 0 0 / 7%);
  margin: 15px;
  border-radius: 8px;
  width: 33%;
}
.banner-text {
  font-size: 28px;
}
.ft-sz-md {
  font-size: medium;
}
.form-control {
  border-radius: 35px;
  background-color: lightgray;
  text-align: center;
  color: #000;
  font-size: 20px;
  height: 58px;
}
.form-control:focus {
  box-shadow: none;
  border-color: lightgrey;
  background-color: lightgray;
}
textarea.form-control {
  height: inherit;
}
.modal-header {
  flex-direction: column;
  border-bottom: 0;
}
.modal-body label,
.modal-body .form-control {
  font-size: 16px;
}
.form-check-input:checked[type="checkbox"] {
  box-shadow: none;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Navbar */
.navbar-expand-lg .navbar-toggler {
  display: block;
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
}
.navbar {
  height: 70px;
}
.navbar-brand img {
  width: 220px;
}
.navbar .right {
  right: 0 !important;
  left: 0 !important;
  transition: all 0.2s ease-in;
}
.navbar-collapse.collapse.show {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  z-index: 11;
  padding: 70px;
  max-width: 1650px;
  margin: auto;
}
.collapse:not(.show) {
  display: none !important;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: column;
}
.navbar-expand-lg .navbar-collapse {
  align-items: flex-start;
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: -100%;
  margin-left: 0;
  padding: 52px 0;
  padding-top: 80px;
}
.navbar-collapse .list-item {
  margin: 10px 0;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 20px;
}
.logo-div {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.navbar-expand-lg .navbar-toggler.indexcity {
  z-index: 111;
}
.navbar-toggler.indexcity svg .line-1 {
  transform: rotate(45deg);
  transform-origin: 59% 35%;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler.indexcity svg .line-2 {
  transform: rotate(-45deg);
  transform-origin: 61% 15%;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler.indexcity svg .line-3 {
  opacity: 0;
}
.app-download-heading {
  font-size: 40px;
  line-height: 1.2em;
}
.banner-section {
  color: #fff;
  position: relative;
  width: 100%;
  height: 695px;
  background-image: url("../images/banner-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
section .content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.banner-heading {
  font-size: 48px;
  padding-top: 20px;
}
.banner-heading small {
  font-size: 30px;
}
.section-heading {
  font-size: 40px;
  line-height: 1.2em;
}
#process-steps .card {
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
}
#process-steps .image-div {
  background: #f2f8f2;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 15px 15px 0;
}
#process-steps .image-div .card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: fill;
  object-position: top;
}
#process-steps .image-div .img-attend {
  object-fit: cover;
}
#process-steps {
  margin-top: -400px;
}
.img-bg {
  background-color: #006580;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  padding: 30px;
  margin: auto;
}
.img-bg img {
  width: 100%;
}
#getstarted .image-div {
  max-width: 350px;
  margin: auto;
  position: relative;
}
#getstarted .image-div img {
  width: 100%;
}
.talent-services {
  color: #fff;
  min-height: 500px;
  position: relative;
  width: 100%;
  height: 655px;
  background-image: url("../images/bottom-section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
.talent-services .container,
.talent-services .content,
.talent-services .d-flex {
  height: 100%;
}
.talent-services .d-flex {
  justify-content: space-between;
  align-items: center;
}
.talent-services .child {
  width: 45%;
}
.circle-element-brown {
  position: absolute;
  width: 603px;
  left: -154px;
  bottom: -300px;
  opacity: 0.4;
}
.circle-element-brown2 {
  position: absolute;
  width: 450px;
  right: -105px;
  bottom: 0;
  top: -93px;
  opacity: 0.4;
  overflow: hidden;
}
.vertical-divider:before {
  content: "";
  background: #fff;
  width: 2px;
  min-height: 300px;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  bottom: 50%;
  border-radius: 35px;
}

/* About Us */
#aboutus-banner-section,
#contactus-banner-section,
#privay-banner-section {
  height: 300px;
}
#aboutus-banner-section {
  display: flex;
  align-items: center;
  padding: 0;
}
#aboutus-banner-section .banner-heading {
  padding-top: 0;
}
.circular--portrait {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid lightgrey;
  margin: auto;
}
.circular--portrait img {
  width: 100%;
  height: auto;
}
.team-details-div {
  flex-wrap: wrap;
  justify-content: center;
}
.team-details-member {
  width: 33%;
  margin-bottom: 60px;
  text-align: center;
}
#contactus-banner-section,
#privay-banner-section,
#aboutus-banner-section,
#catalog-banner-section {
  background-image: url("../images/banner-image-two.png");
}

/* Catalog */
#catalog-banner-section {
  height: 400px;
  display: flex;
  align-items: center;
  padding: 0;
}
#catalog-banner-section .banner-heading {
  padding-top: 0;
}
#catalog-banner-section input {
  background-color: #fff;
}
.search-input .input-group-text {
  cursor: pointer;
}
.input-group-text {
  background-color: #fff;
}
.input-group-text svg {
  width: 25px;
}
.input-group-text svg .cls-1 {
  stroke: #74be00 !important;
  stroke-width: 3px !important;
}
.search-input {
  max-width: 500px;
  margin: auto;
  width: 100%;
  margin-top: 40px;
}
.search-input input {
  border-radius: 35px 0 0 35px !important;
  border-right: 0;
  border-right: 0;
  box-shadow: none !important;
  border: 0;
}
.search-input .input-group-text {
  border-radius: 0 35px 35px 0 !important;
  border: 0;
}
.custom-tabs .nav {
  justify-content: center;
}
.custom-tabs .nav-pills .nav-link {
  border-radius: 35px;
  border: 2px solid lightgrey;
  margin: 10px;
  min-width: 130px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px;
}
.custom-tabs .nav-pills .nav-link.active,
.custom-tabs .nav-pills .show > .nav-link {
  background-color: #74be00;
  border-color: #74be00;
  color: #fff;
}
.custom-tabs h3 {
  color: #000;
  font-size: 36px;
  position: relative;
  text-align: left;
}
.custom-tabs .action {
  display: block;
  margin: 100px auto;
  width: 100%;
  text-align: center;
}
.custom-tabs .action a {
  display: inline-block;
  padding: 5px 10px;
  background: #f30;
  color: #fff;
  text-decoration: none;
}
.custom-tabs .action a:hover {
  background: #000;
}
.catalog-app-download-sec {
  height: auto;
  min-height: 530px;
  display: flex;
  align-items: center;
  padding: 0;
}
/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 1000px;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next,
.slick-prev,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #74be00;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
.slick-next {
  right: -40px;
}
.slick-prev {
  left: -40px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: #c7c7c7;
  opacity: 1;
}
.slick-next::before,
.slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-slide .card {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 11%), 0px 0px 0px 0px rgb(0 0 0 / 3%),
    0px 0px 5px 5px rgb(0 0 0 / 7%);
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}

/* How It Works */
#howitworks-banner-section {
  min-height: 300px;
  height: 25vh;
  background-position: bottom center;
  background-image: url("../images/banner-image-two.png");
  display: flex;
  align-items: center;
  padding: 0;
}
#howitworks-banner-section .banner-heading {
  padding-top: 0;
}
.howitworks-process-steps {
  margin-top: 0 !important;
}
.howitworks-process-steps .card {
  box-shadow: none;
}
.howitworks-process-steps .image-div {
  background: transparent !important;
}
#process-steps.howitworks-process-steps .card-img-top {
  object-fit: contain;
  object-position: bottom;
}
.howitworks-getstarted .banner-heading {
  line-height: 1em;
}

/* Talent Wanted*/
#talent-wanted-banner {
  background-image: url("../images/banner-image-three.png");
  height: 500px;
  display: flex;
  align-items: center;
  padding: 0;
}
#talent-wanted-banner .banner-heading {
  padding-top: 0;
}
.talent-signup-modal .modal-body {
  padding: 1rem 5rem;
}
.upload-docs-links .form-control {
  text-align: left;
}
.talent-modal-checkbox-sec {
  flex-wrap: wrap;
}
.talent-modal-checkbox-sec div {
  width: 25%;
}
#talentSignupModal .modal-content {
  max-height: 95vh;
  overflow-y: scroll;
}
.upload-file-block,
.social-media-link-block,
.video-link-block {
  display: block;
}
.input-file-box,
.input-file-box .input-box {
  position: relative;
  background-color: lightgray;
  border: none;
  line-height: 45px;
  border-radius: 35px;
  width: 100%;
  color: #000000;
}
.file-label-text {
  position: absolute;
  top: 5px;
  left: 15px;
  color: grey;
  font-size: 16px;
}
.input-file-box .upload-button {
  position: absolute;
  cursor: pointer;
  background: #000000;
  padding: 6px 12px;
  color: #a3a3a3;
  top: 0;
  right: 0;
  border-radius: 0px 35px 35px 0;
  height: 58px;
  line-height: 43px;
}
::-webkit-file-upload-button {
  display: none;
}
::file-selector-button {
  display: none;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: lightgrey;
}
.txt-visibility-hidden {
  visibility: hidden;
}
.talent-signup-modal .btn-black {
  padding: 0.315rem 1.75rem;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: capitalize;
}
.custom-upload-btn {
  position: relative;
}
.talent-signup-modal .file-border {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 5px;
  height: 58px;
  text-overflow: clip;
  opacity: 0;
}
.talent-signup-modal .upload-btn {
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  padding-left: 78px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  border-radius: 35px;
  background-color: lightgray;
}
.upload-btn::before {
  position: absolute;
  content: "Browse";
  background: #000;
  color: #fff;
  height: 58px;
  width: 90px;
  line-height: 24px;
  padding: 5px;
  text-transform: uppercase;
  top: -1px;
  right: 0;
}
.talent-signup-modal .btn-link {
  text-transform: none;
  line-height: 58px;
}
.talent-signup-modal .btn-link:hover {
  color: #000;
}
.talent-signup-modal .add-more-div {
  display: flex;
}
.talent-signup-modal .select-all-text {
  font-weight: 400;
}
.talent-signup-modal .form-check-input {
  background-color: lightgrey;
  border: 1px solid lightgrey;
}
.talent-signup-modal .submit-btn {
  padding: 6px 30px;
  min-width: 150px;
}
.parent-div {
  position: relative;
}
.talent-signup-modal .fa-plus-circle {
  font-size: 20px;
}

/* Interest Individual */
#movie-details .movie-details-card {
  display: flex;
}
#movie-details .movie-details-card .child {
  width: 50%;
  padding: 20px 30px;
}
.movie-details-card .text-dark-green {
  font-weight: 600;
}
#movie-details .card {
  width: 100%;
  margin: -445px auto 50px auto;
  max-width: 900px;
  margin-left: auto;
}
#movie-details .icon-bg {
  background-color: #74be00;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: inline-block;
  padding: 16px;
  margin-bottom: 8px;
}
#movie-details .icon-bg svg,
#movie-details .icon-bg img {
  width: 25px;
}
#movie-details .icon-bg.share-icon {
  padding: 16px 18px;
}
#movie-details .icon-bg.share-icon img {
  width: 18px;
}
#movie-details .icon-child {
  width: 80px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
#movie-details select {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
}
#movie-details .image-section {
  width: 50%;
  height: auto;
  min-height: 100%;
  position: relative;
  background-image: url("../images/movie-poster.png");
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-blend-mode: overlay;
}
.back-arrow-link,
.back-arrow-link:hover {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 75px;
}
.back-arrow-link .cls-1 {
  fill: none;
  stroke: #fff !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}
.back-arrow-link svg {
  width: 20px;
  transform: rotate(180deg);
}

/* Investors */
.investors-form {
  max-width: 750px;
  width: 100%;
  margin: auto;
}
.investors-getstarted .banner-heading,
.interested-investing .section-heading {
  font-size: 40px;
  line-height: 1.2em;
}
.key-investors .d-flex {
  align-items: center;
  justify-content: center;
}
.key-investors .d-flex .child {
  width: 24%;
  margin: 10px;
}
.key-investors .d-flex .child .card {
  width: 100%;
  margin: 0;
  height: 200px;
}
.key-investors .card-img {
  height: 150px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.key-investors .d-flex .child .card img {
  width: 150px;
}
.key-investors .d-flex .card-title {
  text-align: center;
}

/* Interest Intro */
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.image-gallery {
  position: relative;
  margin-top: -500px;
}
.image-gallery img {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
}
.image-gallery .overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 20px;
  height: 105px;
  width: calc(100% - 20px);
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
.image-gallery .image-1 {
  position: relative;
}
.image-1:hover .overlay {
  opacity: 1;
}
.image-gallery .text {
  color: white;
  position: absolute;
  text-align: left;
  padding: 10px;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.image-gallery .text p {
  margin-bottom: 0;
  letter-spacing: 3px;
}
.image-gallery .text p span {
  letter-spacing: 0;
}
.image-gallery .text .fa {
  font-size: 50px;
}
.image-gallery .fa-arrow-circle-right:before {
  color: #74be00;
}

footer a.nav-link {
  color: #000;
  font-weight: 500;
}
footer .d-flex {
  flex-wrap: wrap;
}
.copyright {
  color: #585859;
  font-size: 12px;
  font-weight: 500;
}
.back-arrow {
  transform: rotate(180deg);
  width: 25px;
}

@media (min-width: 1441px) {
  .slick-slide .card {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  .slick-slide .card {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .slick-slide .card {
    width: 260px !important;
  }
  .hidden-down-ipad {
    display: none;
  }
  .banner-section {
    /* background-size: contain; */
    background-position: bottom center;
    height: 500px;
  }
  #process-steps {
    margin-top: -200px;
  }
  #movie-details .card {
    margin: -300px auto 50px auto;
  }
  .image-gallery {
    margin-top: -300px;
  }
  .investors-getstarted .banner-heading,
  .interested-investing .section-heading {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }
}

@media (max-width: 992px) {
  .banner-heading {
    font-size: 48px;
  }
  #getstarted img {
    width: 160px;
    margin-bottom: 20px;
  }
  .talent-services .child {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
  #process-steps .image-div .card-img-top {
    height: 300px;
    max-width: 300px;
  }
  .app-download-heading {
    font-size: 45px;
  }
  #process-steps .d-flex,
  .talent-services .d-flex {
    flex-direction: column;
  }
  .slick-next {
    right: -25px;
  }
  .slick-prev {
    left: -25px;
  }
  .key-investors .d-flex {
    flex-wrap: wrap;
  }
  .key-investors .d-flex .child {
    width: 45%;
  }
  .talent-modal-checkbox-sec div {
    width: 50%;
  }
  .talent-signup-modal .modal-body {
    padding: 1rem;
  }
}

@media (max-width: 800px) {
  #process-steps .img-bg {
    margin-top: 50px;
  }
  .vertical-divider {
    display: none;
  }
  .talent-services {
    height: auto;
  }
}

@media (min-width: 768px) {
  .slick-dots li button:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-mbl {
    display: none;
  }
  .banner-heading {
    font-size: 50px;
  }
  .banner-text {
    font-size: 20px;
  }
  #getstarted .image-div {
    margin-top: 30px;
  }
  #getstarted .app-store-img {
    width: 140px;
  }
  #process-steps .image-div .card-img-top {
    height: auto;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .slick-dots li button:before {
    font-size: 40px;
  }
  #talent-wanted-banner {
    height: 400px;
  }
  .key-investors .d-flex {
    flex-direction: column;
  }
  .key-investors .d-flex .child {
    width: 100%;
    margin: 10px 0;
  }
  .team-details-member {
    width: 100%;
  }
  #movie-details .movie-details-card {
    flex-wrap: wrap;
  }
  #movie-details .movie-details-card .child {
    width: 100%;
    min-height: 500px;
    background-position: bottom;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .back-arrow-link,
  .back-arrow-link:hover {
    top: -20px;
  }
  .image-gallery {
    margin-top: -250px;
  }
  .talent-modal-checkbox-sec div {
    width: 50%;
  }
  .talent-services .child {
    width: 100%;
  }
  .talent-services .child .btn {
    margin-bottom: 50px;
  }
  footer .p-5 {
    padding: 3rem 0 !important;
  }
  footer a.nav-link {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    width: 180px;
  }
  .banner-section {
    background-position: bottom left !important;
  }
  .banner-heading {
    font-size: 40px;
  }
  .app-download-heading {
    font-size: 32px;
  }
  .app-store-icon {
    width: 145px;
  }
  .play-store-icon {
    width: 165px;
  }
  .home-talent-services {
    height: 900px;
  }
  .talent-services {
    background-position: top left;
  }
  .talent-services .child .btn {
    margin-bottom: 0;
  }
  .talent-services img {
    width: 140px;
  }
  .talent-services .google-play-img {
    width: 155px;
  }
  .image-gallery .d-flex {
    flex-wrap: wrap;
  }
  .image-gallery .d-flex .w-50 {
    width: 100% !important;
  }
  .talent-signup-modal .btn-link {
    line-height: inherit;
  }
}
