nav {
  position: fixed;
  z-index: 2;
  width: 100%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  nav ul {
    display: inline-block;
    list-style-type: none;
    margin: 20px auto 0 auto;
    padding: 0; }
    nav ul:after {
      content: "";
      display: block;
      clear: both; }
    nav ul li {
      float: left;
      padding-left: 20px;
      padding-right: 20px; }
    nav ul li a {
      color: #fff;
      display: inline-block;
      padding-bottom: 6px;
      font-size: 14px;
      text-decoration: none;
      transition: color 0.2s ease; }
      nav ul li a:hover {
        color: #ba7cff; }
    nav ul li .active {
      border-bottom: 2px dotted #ba7cff; }

.nav-logo {
  position: relative;
  top: -4px;
  width: 37px;
  height: 35px;
  padding-bottom: 0;
  background-image: url("../img/logo_k_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 37px 35px; }
  .nav-logo:hover {
    background-image: url("../img/logo-menu.png"); }

.mobile #nav-btn-toggle {
  top: 20px;
  color: #ba7cff; }
.mobile #nav-mobile-logo {
  position: fixed;
  z-index: 2;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease; }
.mobile #nav-top-bg {
  position: fixed;
  width: 100%;
  height: 20px;
  z-index: 1;
  background-color: rgba(50, 0, 50, 0.7);
  box-shadow: 0px 0px 80px 80px rgba(50, 0, 50, 0.7); }

.mobile .nav-vertical {
  width: 230px;
  margin-left: -115px;
  margin-top: -200px;
  background-color: transparent;
  box-shadow: none; }
  @media screen and (max-height: 500px) {
    .mobile .nav-vertical {
      margin-top: -155px; } }
  .mobile .nav-vertical ul li {
    padding-bottom: 20px;
    float: none; }
    .mobile .nav-vertical ul li:nth-of-type(4) {
      display: none; }
    .mobile .nav-vertical ul li:last-of-type {
      padding-bottom: 0; }
    .mobile .nav-vertical ul li a {
      width: auto;
      height: 50px;
      display: inline-block;
      margin-bottom: 0;
      font-size: 26px;
      border: none; }
      @media screen and (max-height: 500px) {
        .mobile .nav-vertical ul li a {
          height: 35px;
          font-size: 16px; } }
    .mobile .nav-vertical ul li a:hover {
      color: #7C53B8; }
    .mobile .nav-vertical ul li:empty {
      display: none; }
    .mobile .nav-vertical ul li a.active {
      border-bottom: 2px dotted #ba7cff; }

.bx-wrapper .bx-controls-direction a {
  z-index: 1; }

#scroll-top {
  position: fixed;
  z-index: 9;
  opacity: 0;
  bottom: 15px;
  right: 15px;
  color: #fff;
  background-color: rgba(98, 109, 109, 0.85);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  transition: all 0.5s ease; }
  #scroll-top:hover {
    background-color: #626d6d; }
  #scroll-top.scroll-top-visible {
    opacity: 1; }

#index #nav-top-bg {
  position: fixed;
  width: 100%;
  height: 35px;
  z-index: 1;
  background-color: rgba(50, 0, 50, 0.9);
  box-shadow: 0 0 50px 50px rgba(50, 0, 50, 0.9); }

.section-header {
  margin-top: 25px;
  padding: 30px 20px;
  color: #7C53B8;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .section-header.no-margin {
    margin-top: 0; }
  .section-header h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 0;
    border-top: 2px solid #7C53B8;
    margin: 10px auto 0 auto; }

.section-header-reverse {
  background-color: #6f4aa5;
  color: #fff; }
  .section-header-reverse h1:after {
    border: 1px solid #fff; }

.intro-container {
  overflow: hidden;
  height: 100vh;
  background: #492D64; }
  .intro-container .bx-wrapper {
    margin: 0; }
  .intro-container .bx-viewport {
    box-shadow: none;
    border: none;
    background-color: transparent;
    left: 0; }

.intro-slider-container .bx-viewport {
  width: auto !important;
  left: 0; }
@media screen and (max-width: 930px) {
  .intro-slider-container {
    float: left;
    width: 100% !important; } }

.intro-content {
  overflow: hidden;
  position: relative;
  display: table;
  width: 50%;
  height: 100vh;
  float: left;
  background-color: #7C53B8;
  color: white; }
  @media screen and (max-width: 930px) {
    .intro-content {
      width: 100%;
      height: 50vh; } }
  .intro-content .bx-wrapper {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -150px; }
  .intro-content > div {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .intro-content > div h1 {
      display: table;
      margin: 0 auto;
      padding-left: 25px;
      padding-right: 25px;
      font-size: 40px; }
      .intro-content > div h1 img {
        width: 100%;
        max-width: 500px; }
      @media screen and (max-width: 600px) {
        .intro-content > div h1 {
          font-size: 36px; } }
      @media screen and (max-height: 400px) {
        .intro-content > div h1 {
          font-size: 24px; } }

.intro-title-slider {
  padding: 0;
  margin: 0; }
  .intro-title-slider li {
    height: 95px;
    margin: 0;
    padding: 0; }
  .intro-title-slider p {
    width: 300px;
    font-size: 18px; }
  @media screen and (max-height: 400px) {
    .intro-title-slider p {
      font-size: 14px; } }

.intro-loading {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 4px;
  height: 100vh;
  float: left;
  background-color: #492D64; }
  @media screen and (max-width: 930px) {
    .intro-loading {
      left: auto;
      right: 0;
      z-index: 1; } }

.intro-loading-lightpurple {
  position: absolute;
  top: 0;
  background-color: #ba7cff;
  width: 100%; }

.loading-lightpurple {
  animation: loading-lightpurple 4s ease-out forwards; }

@keyframes loading-lightpurple {
  0% {
    height: 0; }
  100% {
    height: 100vh; } }
.intro-loading-purple {
  position: absolute;
  top: 0;
  background-color: #492D64;
  width: 100%; }

.loading-purple {
  animation: loading-purple 4s ease-out forwards; }

@keyframes loading-purple {
  0% {
    height: 0; }
  100% {
    height: 100vh; } }
.intro-slider {
  float: left;
  width: 50%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #666; }
  @media screen and (max-width: 930px) {
    .intro-slider li {
      height: 50vh;
      overflow: hidden; } }
  .intro-slider .intro-slider-slide-background {
    position: relative;
    width: 50vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 930px) {
      .intro-slider .intro-slider-slide-background {
        width: 100vw;
        height: 50vh; } }
  .intro-slider img {
    display: none; }

.portfolio-bg {
  overflow: hidden;
  padding: 0 0 50px 0;
  text-align: center;
  background-color: #fff; }

.portfolio-container {
  max-width: 1180px;
  margin: 0 auto;
  color: #7C53B8; }
  @media screen and (max-width: 1220px) {
    .portfolio-container {
      max-width: 590px; } }
  @media screen and (max-width: 630px) {
    .portfolio-container {
      max-width: 360px; } }
  @media screen and (max-width: 400px) {
    .portfolio-container {
      max-width: 300px; } }

.portfolio-images {
  overflow: hidden; }
  .portfolio-images > a {
    position: relative;
    display: table;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    padding: 5px;
    background-color: #7C53B8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    outline: none; }
  .portfolio-images img {
    display: none;
    width: auto;
    min-width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease;
    border: none;
    outline: none; }
  .portfolio-images img.move-left {
    left: -25%; }
  .portfolio-images > a div.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease; }
  .portfolio-images > a div.box {
    position: absolute;
    display: table;
    left: 50%;
    bottom: -240px;
    width: 240px;
    height: 240px;
    margin-left: -124px;
    margin-bottom: -124px;
    text-align: center;
    color: #fff;
    transition: all 0.4s ease;
    opacity: 0;
    border: 4px solid #fff; }
    .portfolio-images > a div.box h3 {
      display: table-cell;
      vertical-align: middle; }
    .portfolio-images > a div.box h3 > small {
      font-weight: 400; }
  .portfolio-images > a:hover div.overlay {
    background: rgba(124, 83, 184, 0.8); }
  .portfolio-images > a:hover div.box {
    opacity: 1;
    bottom: 50%; }
  .portfolio-images .sm-sm {
    width: calc(1180px /4);
    height: calc(1180px /4); }
  .portfolio-images .md-sm {
    width: calc(1180px /2);
    height: calc(1180px /4); }
  .portfolio-images .md-md {
    width: calc(1180px /2);
    height: calc(1180px /2); }
  @media screen and (max-width: 1220px) {
    .portfolio-images > a:nth-of-type(7), .portfolio-images > a:nth-of-type(8) {
      width: calc(1180px /4); }
    .portfolio-images > a:nth-of-type(9) {
      width: 100%; } }
  @media screen and (max-width: 630px) {
    .portfolio-images > a {
      width: 360px !important;
      height: 360px !important; } }
  @media screen and (max-width: 400px) {
    .portfolio-images > a {
      width: 300px !important;
      height: 300px !important; } }

.portfolio-container > a {
  display: inline-block;
  margin: 50px auto 0 auto;
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #7C53B8;
  border: 4px solid #7C53B8;
  cursor: pointer;
  transition: all 0.2s ease; }
  .portfolio-container > a:hover {
    color: #ba7cff !important;
    background-color: #492D64;
    border: 4px solid #7C53B8; }

.websites-bg {
  background-color: #fff; }

.websites-container {
  overflow: hidden;
  text-align: center;
  color: #7C53B8; }

.websites-sections {
  overflow: hidden;
  margin-top: 25px; }

.websites-section {
  box-sizing: border-box;
  display: table;
  width: 33.333%;
  height: 530px;
  float: left;
  padding: 50px;
  text-align: left;
  color: #fff;
  background-color: #492D64; }
  @media screen and (max-width: 1550px) {
    .websites-section {
      width: 50%;
      height: 450px; }
      .websites-section:nth-of-type(3) {
        width: 100%; } }
  @media screen and (max-width: 950px) {
    .websites-section {
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 630px) {
    .websites-section {
      padding: 25px; } }
  .websites-section:nth-of-type(2) {
    background-color: #7C53B8; }
  .websites-section:nth-of-type(3) {
    background-color: #a76fe5; }
  .websites-section > div {
    display: table-cell;
    vertical-align: middle;
    opacity: 0; }

.apps.websites-bg .websites-sections {
  margin-top: 0; }
.apps.websites-bg .websites-section {
  width: 25%;
  background-color: #9463cc; }
  @media screen and (max-width: 1750px) {
    .apps.websites-bg .websites-section {
      width: 50%;
      height: 450px; } }
  @media screen and (max-width: 1300px) {
    .apps.websites-bg .websites-section {
      height: 530px; } }
  @media screen and (max-width: 950px) {
    .apps.websites-bg .websites-section {
      width: 100%;
      height: auto; } }
  .apps.websites-bg .websites-section:nth-of-type(2) {
    background-color: #7C53B8; }
  .apps.websites-bg .websites-section:nth-of-type(3) {
    background-color: #634293; }
  .apps.websites-bg .websites-section:nth-of-type(4) {
    background-color: #492D64; }

.app-bg {
  padding-bottom: 50px;
  background-color: #fff; }
  @media screen and (max-width: 950px) {
    .app-bg {
      padding-bottom: 0; } }

.app-header {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  background-color: #7C53B8; }

.app-container {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  color: #7C53B8; }
  @media screen and (max-width: 1050px) {
    .app-container {
      max-width: 880px; } }
  @media screen and (max-width: 950px) {
    .app-container {
      max-width: none;
      margin-bottom: 0; } }

.app-container > div {
  overflow: hidden;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 950px) {
    .app-container > div {
      margin-left: auto;
      margin-right: auto; } }
  .app-container > div:nth-of-type(1) {
    margin-top: 50px; }
    @media screen and (max-width: 950px) {
      .app-container > div:nth-of-type(1) {
        margin-top: 0; } }
  .app-container > div > div {
    box-sizing: border-box;
    position: relative;
    width: 500px;
    height: 500px;
    float: left;
    overflow: hidden; }
    @media screen and (max-width: 1050px) {
      .app-container > div > div {
        width: 440px;
        height: 440px; } }
    @media screen and (max-width: 950px) {
      .app-container > div > div {
        width: auto;
        height: auto; } }
    .app-container > div > div img {
      display: block;
      position: absolute;
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .app-container > div div.app-image {
    opacity: 0; }
    @media screen and (max-width: 950px) {
      .app-container > div div.app-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #7C53B8; }
        .app-container > div div.app-image > img {
          opacity: 0.4; } }

.app-content {
  opacity: 0;
  display: table; }
  .app-content > div {
    display: table-cell;
    vertical-align: middle;
    padding: 30px; }
  @media screen and (max-width: 950px) {
    .app-content {
      z-index: 1;
      color: #fff; } }

.tech-bg {
  overflow: hidden;
  color: #7C53B8;
  background-color: #fff; }

.tech-container {
  margin: 0 auto 80px auto;
  text-align: center; }
  .tech-container .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .tech-container .bx-controls .bx-pager-item a.active {
    background: #7C53B8; }
  @media screen and (max-width: 600px) {
    .tech-container .bx-wrapper .bx-controls-direction a.bx-prev,
    .tech-container .bx-wrapper .bx-controls-direction a.bx-next {
      top: 55px; } }

.tech-slider {
  margin: 0;
  padding: 0; }

.tech-slider > li {
  height: 340px; }
  @media screen and (max-width: 900px) {
    .tech-slider > li {
      height: 440px; } }
  @media screen and (max-width: 600px) {
    .tech-slider > li {
      font-size: 14px; }
      .tech-slider > li ul {
        padding-left: 20px; } }
  .tech-slider > li .tech-slider-header {
    position: relative;
    float: left;
    width: 30%;
    height: 340px;
    color: #fff;
    background-color: #7C53B8; }
    @media screen and (max-width: 900px) {
      .tech-slider > li .tech-slider-header {
        height: 440px; } }
    @media screen and (max-width: 600px) {
      .tech-slider > li .tech-slider-header {
        width: 100%;
        height: 110px; } }
    .tech-slider > li .tech-slider-header span {
      display: block;
      margin: 70px auto 0 auto;
      font-size: 160px; }
    .tech-slider > li .tech-slider-header h6 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin-bottom: 65px;
      margin-left: auto;
      margin-right: auto;
      font-size: 26px; }
    @media screen and (max-width: 900px) {
      .tech-slider > li .tech-slider-header span {
        margin-top: 135px;
        font-size: 130px; }
      .tech-slider > li .tech-slider-header h6 {
        margin-bottom: 135px;
        font-size: 22px; } }
    @media screen and (max-width: 600px) {
      .tech-slider > li .tech-slider-header span {
        margin-top: 55px;
        font-size: 45px; }
      .tech-slider > li .tech-slider-header h6 {
        margin-bottom: 70px; } }
  .tech-slider > li .tech-slider-content {
    box-sizing: border-box;
    display: table;
    float: left;
    width: 70%;
    height: 340px;
    padding: 20px;
    padding-right: 70px;
    text-align: left;
    color: #fff;
    background-color: #492D64; }
    @media screen and (max-width: 900px) {
      .tech-slider > li .tech-slider-content {
        height: 440px;
        padding-right: 60px; } }
    @media screen and (max-width: 600px) {
      .tech-slider > li .tech-slider-content {
        display: block;
        width: 100%;
        padding: 20px; } }
    @media screen and (max-width: 500px) {
      .tech-slider > li .tech-slider-content {
        padding: 10px; } }
    .tech-slider > li .tech-slider-content > div {
      display: table-cell;
      vertical-align: middle; }
      .tech-slider > li .tech-slider-content > div > p:first-child {
        margin-top: 0; }

.about-bg {
  overflow: hidden;
  background-color: #754eae; }

.about-container {
  margin: 50px auto;
  padding: 0 20px;
  max-width: 900px; }

.contact-bg {
  color: #fff;
  background-color: #5d3e8a;
  padding: 50px 0; }

.contact-container {
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 20px; }
  .contact-container .col2 {
    padding-left: 20px;
    padding-right: 20px; }
  .contact-container .col2:nth-of-type(1) {
    float: left; }
    @media screen and (max-width: 630px) {
      .contact-container .col2:nth-of-type(1) {
        float: none;
        text-align: center; } }
  .contact-container .col2:nth-of-type(2) {
    float: right;
    text-align: right; }
    @media screen and (max-width: 630px) {
      .contact-container .col2:nth-of-type(2) {
        float: none;
        text-align: center; } }
    .contact-container .col2:nth-of-type(2) a {
      text-decoration: none;
      color: #fff;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease; }
      .contact-container .col2:nth-of-type(2) a:hover {
        color: #ba7cff; }

#contact-map {
  position: relative;
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  overflow: hidden; }
  #contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.summary {
  overflow: hidden;
  padding: 50px 20px;
  text-align: center;
  color: white;
  background-color: #5d3e8a; }

.fade-in {
  transition: opacity 0.5s ease;
  opacity: 1 !important; }

.bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
  padding-top: 2px;
  text-indent: 0;
  text-decoration: none;
  font-size: 34px;
  background-color: #666;
  border-radius: 50%;
  background-image: none;
  color: #fff;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    padding-right: 3px; }
  .bx-wrapper .bx-controls-direction a.bx-next {
    padding-left: 3px; }
  .bx-wrapper .bx-controls-direction a:hover {
    background-image: none;
    background-color: #777; }
  @media screen and (max-width: 900px) {
    .bx-wrapper .bx-controls-direction a {
      width: 40px;
      height: 40px;
      font-size: 26px; } }

@media screen and (max-width: 600px) {
  #offer .work-section {
    box-shadow: none; } }
#offer .offer-section {
  background-image: url("../img/desert.jpg");
  padding: 150px;
  box-sizing: border-box; }
  #offer .offer-section:nth-of-type(2) {
    background-image: url("../img/Jellyfish.jpg"); }
  #offer .offer-section:nth-of-type(3) {
    background-image: url("../img/Chrysanthemum.jpg"); }
  @media screen and (max-height: 800px) {
    #offer .offer-section {
      padding: 100px; } }
  @media screen and (max-height: 550px) {
    #offer .offer-section {
      padding: 100px 80px 80px 80px; } }
  @media screen and (max-height: 450px) {
    #offer .offer-section {
      padding: 35px; } }
  @media screen and (max-width: 900px) {
    #offer .offer-section {
      padding: 90px; } }
  @media screen and (max-width: 700px) {
    #offer .offer-section {
      padding: 40px; } }
#offer .offer-section-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box; }
  @media screen and (max-width: 700px) {
    #offer .offer-section-bg {
      box-shadow: none;
      margin-top: 15vh;
      height: 65vh; } }
#offer .offer-section-box {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (max-height: 900px) {
    #offer .offer-section-box {
      padding-top: 60px; } }
  @media screen and (max-height: 800px) {
    #offer .offer-section-box {
      padding-top: 40px;
      font-size: 15px; } }
  @media screen and (max-height: 700px) {
    #offer .offer-section-box {
      padding-top: 30px;
      font-size: 14px; } }
  @media screen and (max-height: 650px) {
    #offer .offer-section-box {
      padding-top: 15px; } }
  @media screen and (max-width: 700px) {
    #offer .offer-section-box {
      font-size: 13px;
      padding: 20px; } }
  @media screen and (max-width: 700px) and (max-height: 750px) {
    #offer .offer-section-box {
      padding: 1px 10px 10px 10px;
      font-size: 12px; } }

#map {
  height: 100%; }
  #map #content {
    color: #000; }
    #map #content:after {
      content: "";
      display: block;
      clear: both; }
    #map #content p {
      width: 150px;
      float: left; }
    #map #content p:nth-of-type(2) {
      width: 130px;
      float: right;
      text-align: right; }

#background-contact {
  position: fixed;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 150px 150px rgba(50, 0, 50, 0.7) inset;
  z-index: 1;
  pointer-events: none; }
  @media screen and (max-width: 900px) {
    #background-contact {
      box-shadow: 0px 0px 100px 100px rgba(50, 0, 50, 0.7) inset; } }
  @media screen and (max-width: 600px) {
    #background-contact {
      height: 40px;
      background-color: rgba(50, 0, 50, 0.7);
      box-shadow: 0px 0px 80px 80px rgba(50, 0, 50, 0.7); } }

.pagination {
  position: fixed;
  top: 50%;
  margin-top: -100px;
  z-index: 1; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .pagination ul li {
      line-height: 38px;
      text-align: center; }
    .pagination ul li > a {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      text-decoration: none;
      color: #fff;
      background-color: transparent; }
      .pagination ul li > a:hover {
        background: rgba(124, 83, 184, 0.8); }
      .pagination ul li > a:focus {
        outline: 0; }
      .pagination ul li > a.active:hover {
        background: #7C53B8; }
    .pagination ul li span {
      position: absolute;
      display: block;
      overflow: hidden;
      left: 40px;
      top: 0;
      width: 0;
      height: 40px;
      padding: 0;
      text-align: left;
      transition: all 0.2s ease;
      white-space: nowrap;
      background: rgba(124, 83, 184, 0.8); }
    .pagination ul li:hover span {
      display: block;
      width: auto;
      padding: 0 20px; }
    .pagination ul a.active {
      background-color: #7C53B8; }

#work {
  background-color: #000; }

.work-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../img/ostoja.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 150px 150px rgba(50, 0, 50, 0.7) inset; }
  @media screen and (max-width: 900px) {
    .work-section {
      box-shadow: 0px 0px 100px 100px rgba(50, 0, 50, 0.7) inset; } }
  @media screen and (max-width: 600px) {
    .work-section {
      box-shadow: none; } }
  .work-section:nth-of-type(2) {
    background-image: url("../img/Desert.jpg"); }
  .work-section:nth-of-type(3) {
    background-image: url("../img/Chrysanthemum.jpg"); }
  .work-section:nth-of-type(4) {
    background-image: url("../img/Koala.jpg"); }
  .work-section:nth-of-type(5) {
    background-image: url("../img/Penguins.jpg"); }
  .work-section .work-section-box {
    position: absolute;
    right: 0;
    left: 0;
    height: 300px;
    bottom: -210px;
    margin: 0 auto;
    margin-top: -60px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px black;
    transition: all 0.8s ease; }
    .work-section .work-section-box:hover {
      bottom: 0; }
    .work-section .work-section-box:hover i {
      opacity: 0; }
    .work-section .work-section-box:hover p, .work-section .work-section-box:hover a {
      opacity: 1; }
    .work-section .work-section-box h1 {
      position: relative;
      margin: 0;
      padding: 20px;
      display: inline-block; }
      .work-section .work-section-box h1 i {
        position: absolute;
        top: 29px;
        right: -25px;
        font-size: 30px;
        transition: all 0.8s ease; }
    .work-section .work-section-box a {
      opacity: 0;
      display: inline-block;
      margin-top: 25px;
      text-decoration: none;
      color: #ba7cff;
      transition: color 0.2s ease, opacity 0.8s ease; }
      .work-section .work-section-box a:hover {
        color: #df94ff; }
    .work-section .work-section-box p {
      overflow: hidden;
      max-width: 500px;
      max-height: 133px;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      opacity: 0;
      transition: all 0.8s ease; }
    @media screen and (max-width: 600px) {
      .work-section .work-section-box {
        bottom: 0; }
        .work-section .work-section-box p, .work-section .work-section-box a {
          opacity: 1; }
        .work-section .work-section-box i {
          opacity: 0; } }

.portfolio {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  color: #000;
  background-color: #fff; }
  .portfolio object {
    width: 100%;
    height: 100vh;
    border: 0;
    box-sizing: border-box;
    background: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat; }
  .portfolio #close-portfolio {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #ba7cff;
    border-radius: 50%;
    transition: all 0.2s ease; }
    .portfolio #close-portfolio:hover {
      background-color: #7C53B8; }

#portfolio {
  box-sizing: border-box;
  height: auto;
  background-color: #fff; }
  #portfolio .bx-wrapper {
    width: 1000px; }
  #portfolio .bx-viewport {
    width: auto !important;
    box-shadow: none;
    border: none;
    left: 0; }
  #portfolio .slider {
    margin: 0;
    padding: 0; }
  #portfolio li {
    margin: 0;
    padding: 0; }
  #portfolio .portfolio-content {
    color: #000; }
    #portfolio .portfolio-content img {
      width: 100%; }
  #portfolio .slide-btn {
    position: absolute;
    top: 50%;
    z-index: 9999;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    outline: 0;
    background-color: #ba7cff;
    transition: all 0.2s ease; }
    #portfolio .slide-btn:hover {
      background-color: #7C53B8; }
  #portfolio .slide-prev {
    left: 10px; }
    #portfolio .slide-prev span {
      margin-left: -5px;
      display: inline-block; }
  #portfolio .slide-next {
    right: 10px; }
    #portfolio .slide-next span {
      margin-right: -5px;
      display: inline-block; }
  #portfolio .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #portfolio .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #7C53B8; }
  #portfolio .bx-wrapper .bx-loading {
    opacity: 0; }
  #portfolio .bx-wrapper .slider {
    opacity: 0; }

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-image: url(../img/bx_slider/bx_loader.gif);
  background-repeat: no-repeat;
  background-position: center; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background-color: #fff; }

a:active,
a:focus {
  border: 0;
  outline: 0; }
