@font-face {
  font-family: Aileron-Black;
  src: url("../fonts/aileron/Aileron-Black.otf");
}
@font-face {
  font-family: Aileron-BlackItalic;
  src: url("../fonts/aileron/Aileron-BlackItalic.otf");
}
@font-face {
  font-family: Aileron-Bold;
  src: url("../fonts/aileron/Aileron-Bold.otf");
}
@font-face {
  font-family: Aileron-BoldItalic;
  src: url("../fonts/aileron/Aileron-BoldItalic.otf");
}
@font-face {
  font-family: Aileron-Heavy;
  src: url("../fonts/aileron/Aileron-Heavy.otf");
}
@font-face {
  font-family: Aileron-HeavyItalic;
  src: url("../fonts/aileron/Aileron-HeavyItalic.otf");
}
@font-face {
  font-family: Aileron-Light;
  src: url("../fonts/aileron/Aileron-Light.otf");
}
@font-face {
  font-family: Aileron-Regular;
  src: url("../fonts/aileron/Aileron-Regular.otf");
}
@font-face {
  font-family: Aileron-SemiBold;
  src: url("../fonts/aileron/Aileron-SemiBold.otf");
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  position: relative;
  width: 100%;
  font-family: Aileron-Regular;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32363a;
  overflow-x: hidden;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  background-color: #f7f7f7;
  cursor: default;
  background-color: #000;
}
ul,
ol {
  list-style: none;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0px;
}
:focus {
  outline: 0px;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
::selection {
  color: #000;
  background: #fff;
}
.navbar {
  min-height: 61px;
}
.cover_nav_container {
  padding: 40px 0px 0px;
}
.navbar .navbar-nav .nav-link {
  position: relative;
  font-family: Aileron-Regular;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #818181;
  padding: 0px 24px;
  height: 100%;
}
.navbar {
  box-shadow: 0px 0px 24px rgba(38, 42, 52, 0.09);
}
.say_hello {
  width: 28px;
  height: 28px;
  margin: 0px 0px 0px 8px;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: #fff;
  font-family: Aileron-SemiBold;
}
.intro_div {
  margin: 250px 0px 0px;
}
.intro {
  font-family: Aileron-Bold;
  font-size: 90px;
  line-height: 1.2;
  color: #ffffff;
}
.intro .name_style,
.work_tag_lines .name_style,
.next_project .name_style {
  -webkit-text-stroke: 2px #fff;
  color: rgba(255, 255, 255, 0);
  /* opacity: 0.1; */
}
.work_divs {
  margin: 260px 0px 0px;
}
.background_div {
  margin-bottom: -90px;
  width: 100%;
  height: 225px;
}
.bg_text_left {
  margin-left: -160px;
}
.bg_text_right {
  margin-left: 300px;
}
.background_text {
  font-family: Aileron-Bold;
  font-size: 300px;
  line-height: 0.75;
  -webkit-text-stroke: 2px #fff;
  color: rgba(255, 255, 255, 0);
  opacity: 0.1;
}
.content_div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.spacing_left .content_div {
  padding-left: 20px;
}
.spacing_right .content_div {
  padding-right: 20px;
}
.work_name,
.work_name a {
  font-family: Aileron-SemiBold;
  font-size: 30px;
  color: #ffffff;
}
.work_type {
  font-size: 14px;
  color: #ffffff;
}
.sepration_area {
  margin: 40px 0;
  width: 42px;
  height: 1px;
  border: solid 1px #ffffff;
}
.work_tag {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #818181;
}

.work_back_section {
  padding-left: 0px;
  padding-right: 8px;
}
.work_banner_section {
  padding-left: 8px;
  padding-right: 0px;
}
.back_icon {
  padding-top: 16px;
  text-align: center;
}
.back_icon img {
  width: 60px;
  height: 60px;
}
.keep_scrolling_div {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 292px;
  left: -22px;
  bottom: 24vh;
  left: -60px;
  z-index: 2;
}
.keep_scrolling_text {
  font-size: 10px;
  color: #fff;
  letter-spacing: 5px;
  bottom: 70px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.keep_scrolling_div:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 50px;
  background: #fff;
  left: 50%;
  margin-left: -1px;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.work_detail_title {
  margin: 0 0 12px;
  font-family: Aileron-Bold;
  font-size: 150px;
  color: #ffffff;
}
.work_detail_tag {
  margin: 0px 0px 36px 0px;
  font-family: Aileron-Regular;
  font-size: 24px;
  color: #ffffff;
}
.see_it_live {
  margin: 0 0 4px;
}
.see_it_live a {
  font-family: Aileron-SemiBold;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #ea2121;
}
.div_relative {
  position: relative;
}
.banner_details {
  /* position: relative;
  margin-top: -100px;
  z-index: 9; */

  position: relative;
  margin-top: -100px;
  z-index: 9;
  /* position: absolute; */
  /* right: 0; */
  margin: -100px 0 0 auto;
}
.synopsis_title {
  font-family: Aileron-SemiBold;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
.synopsis_desc {
  font-family: Aileron-Regular;
  font-size: 14px;
  color: #818181;
  line-height: 1.57;
  margin-bottom: 60px;
}
.synopsis_detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.synopsis_tag_title {
  font-family: Aileron-SemiBold;
  font-size: 14px;
  color: #818181;
  margin-bottom: 6px;
}
.synopsis_tag_desc {
  font-family: Aileron-SemiBold;
  font-size: 14px;
  color: #ffffff;
}
.align_center {
  align-items: center;
}
.bottom_space {
  margin-bottom: 50px;
}
.bottom_space_2 {
  margin-bottom: 160px;
}
.space_between_3 {
  margin-bottom: 80px;
}
.title_2 {
  font-family: Aileron-SemiBold;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
.desc_2 {
  font-family: Aileron-Regular;
  font-size: 14px;
  line-height: 1.57;
  color: #818181;
}
.desc_2_space {
  margin-bottom: 20px;
}
.padding_space_1 {
  padding: 120px 0;
}
.row_content_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.work_tag_lines {
  font-family: Aileron-Bold;
  font-size: 100px;
  line-height: 1.2;
  color: #ffffff;
}
.content_center_div {
  width: 100%;
}
.next_project_div {
  margin-top: -250px;
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.next_project {
  font-family: Aileron-Bold;
  font-size: 250px;
  color: rgba(255, 255, 255, 0);
  opacity: 0.1;
  -webkit-text-stroke: 2px #fff;
}
.next_project_text {
  font-family: Aileron-Bold;
  font-size: 30px;
  color: #ffffff;
}
.next_project_name {
  font-family: Aileron-Regular;
  font-size: 16px;
  color: #ffffff;
}
.next_project_sepration_area {
  width: 42px;
  height: 1px;
  border: solid 1px #ffffff;
  margin: 40px auto 0;
}
.width_100 {
  width: 100%;
}
.intro_about {
  font-family: Aileron-Bold;
  font-size: 60px;
  line-height: 1.2;
  color: #636363;
  word-break: break-word;
}
.intro_about_space {
  padding-bottom: 50px;
}
.work_skill_tag_lines {
  font-family: Aileron-Bold;
  font-size: 232px;
  line-height: 0.9;
  color: #ffffff;
}
.work_skill_tag_lines .name_style {
  -webkit-text-stroke: 2px #fff;
  color: rgba(255, 255, 255, 0);
  opacity: 0.1;
}
.padding_space_20 {
  padding: 150px 0 0;
  margin-bottom: 0px;
}
.title_3 {
  font-family: Aileron-SemiBold;
  font-size: 30px;
  color: #ffffff;
  /* margin-bottom: 30px; */
}
.desc_3 {
  font-family: Aileron-Regular;
  font-size: 16px;
  line-height: 1.57;
  color: #818181;
  margin-top: 10px;
}
.space_dis {
  margin-bottom: 70px;
}
.download_resume,
.download_resume:hover,
.download_resume:focus {
  color: #ffc81c;
}

.happy_connect {
  font-family: Aileron-SemiBold;
  font-size: 34px;
  color: #636363;
  line-height: 1.4;
}
.happy_connect .white_text {
  color: #ffffff;
}
.say_hello_bottom {
  width: 34px;
  height: 34px;
}
.copyright {
  font-family: Aileron-SemiBold;
  font-size: 14px;
  color: #636363;
  margin-top: 40px;
}
.social_connect a {
  font-family: Aileron-SemiBold;
  font-size: 14px;
  color: #ffffff;
}
.social_connect a:hover,
.social_connect a:focus {
  font-family: Aileron-SemiBold;
  font-size: 14px;
}
.social_connect a:hover,
.social_connect a:focus,
.happy_connect .white_text:hover,
.happy_connect .white_text:focus {
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
.social_connect {
  padding-top: 10px;
}
.margin_bspace_0 {
  margin-bottom: 0px;
}
.padding_bspace_0 {
  padding-bottom: 0px;
}
.footer_space {
  padding-top: 180px;
  padding-bottom: 100px;
}
.work_bspace {
  padding-bottom: 50px;
}
.social_connect_area {
  float: right;
}
.align_center_1 {
  position: relative;
}
.top_space_2 {
  padding-top: 150px;
}
.top_space_3 {
  padding-top: 80px;
}
.top_space_3.top_space_3_ipassio {
  padding-bottom: 140px;
}
.work_section_2 {
  position: relative;
}
.background_div_page {
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: -9;
}
.background_text_page {
  font-family: Aileron-Bold;
  font-size: 300px;
  line-height: 1;
  -webkit-text-stroke: 2px #fff;
  color: rgba(255, 255, 255, 0);
  opacity: 0.1;
  text-align: center;
  letter-spacing: 50px;
}
.bg_text_voyapic {
  margin-left: 0px;
}
.left_right_image {
  margin: 0px 0px 48px;
}
.background_div_userfacet {
  position: relative;
}
.background_div_userfacet .background_div_page {
  position: relative;
  margin-bottom: -120px;
  width: 100%;
  z-index: -9;
}

.not_for_mobile {
  display: block;
}
.only_for_mobile {
  display: none;
}
.item__fig {
  position: relative;
  max-width: 100%;
  grid-area: 1 / 2 / 4 / 3;
  margin: 0;
}
.aspect {
  padding-top: var(--aspect);
}
.item__img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    padding: 0 20px;
  }
  .cover_nav_container {
    padding: 40px 0px 0px;
  }
  .intro_div {
    margin: 60px 0px 0px;
  }
  .intro {
    font-size: 50px;
  }
  .work_divs {
    margin: 100px 0px 0px;
  }
  .background_div {
    display: none;
  }
  .spacing_left .content_div {
    padding-left: 0;
  }
  .ordering_1 {
    order: 1;
  }
  .ordering_2 {
    order: 2;
  }
  .sepration_area {
    margin: 20px 0;
  }
  .home.img-fluid {
    margin-bottom: 24px;
  }
  .footer_space {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .social_connect_area {
    margin-top: 20px;
    float: left;
  }
  .social_connect {
    padding-top: 10px;
    width: 50%;
    display: block;
    float: left;
  }
  .p_mob_0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .happy_connect {
    font-size: 22px;
  }
  .intro_about {
    font-size: 40px;
  }
  .padding_space_20 {
    padding: 100px 0 0;
  }
  .work_skill_tag_lines {
    font-size: 64px;
  }
  .back_icon {
    padding: 16px 0;
    text-align: left;
  }
  .keep_scrolling_div {
    display: none;
  }
  .work_detail_title {
    font-size: 54px;
  }
  .banner_details {
    margin-top: -50px;
  }
  .work_detail_tag {
    margin: 0px 0px 20px 0px;
  }
  .bottom_space {
    margin-bottom: 30px;
  }
  .synopsis_detail {
    flex-direction: column;
  }
  .synopsis_detail li {
    margin-bottom: 16px;
  }
  .bottom_space_2 {
    margin-bottom: 80px;
  }
  .synopsis_desc {
    margin-bottom: 30px;
  }
  .padding_space_1 {
    padding: 0px 0;
  }
  .next_project {
    font-size: 25vw;
  }
  .next_project_div {
    margin-top: -175px;
  }
  .next_project_div {
    padding: 100px 0px 0px;
  }
  .next_project_sepration_area {
    margin: 32px auto 0;
  }
  .space_between_3 {
    margin-bottom: 100px;
  }
  .space_between_3.next_project_space {
    margin-bottom: 0px;
  }
  .work_tag_lines {
    font-size: 72px;
  }
  .bottom_space_2.margin_bspace_0.margin_mbspace_0 {
    margin-bottom: 40px;
  }
  .hide_mobile_tab {
    display: none;
  }
  .top_space_2 {
    padding-top: 20px;
  }
  .not_for_mobile {
    display: none;
  }
  .only_for_mobile {
    display: block;
  }
  .p_0_mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hide_mobile_tab {
    display: none;
  }
  .top_space_2 {
    padding-top: 50px;
  }
  .background_text,
  .background_text_page {
    font-size: 250px;
  }
  .bg_text_left {
    margin-left: -250px;
  }
  .bg_text_right {
    margin-left: 150px;
  }
  .sepration_area {
    margin: 32px 0;
  }
  .work_divs {
    margin: 200px 0px 0px;
  }
  .next_project_div {
    margin-top: -156px;
  }
  .next_project {
    font-size: 156px;
  }
  .top_space_3.top_space_3_ipassio {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* .hide_mobile_tab {
    display: none;
  } */
  .top_space_2 {
    padding-top: 50px;
  }
  .background_text_page {
    font-size: 200px;
  }
}
@media screen and (min-width: 1599px) {
  .background_text_page {
    letter-spacing: 80px;
  }
}
