/* Font now provided by style.css (Switzer) */

/***************************************************************/
/***************** Global color **************************/
/***************** Global color end **************************/
.FL {
  float: left;
}

.FR {
  float: right;
}

.Mauto {
  margin: 0 auto;
}

html {
  font-size: 10px;
  color: #201b13;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background: #FEFDF9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

* {
  box-sizing: border-box;
  position: relative;
  font-family: 'Switzer', sans-serif;
  outline: none;
}

.hidden {
  overflow: hidden;
}

/*::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: $primary;
}
::-webkit-scrollbar-thumb {
  background: $hover;
}
::-webkit-scrollbar-thumb:hover {
  background: $hover;
}*/

:-ms-input-placeholder {
  color: #38322b;
  font-size: 24px;
}

::-moz-placeholder {
  color: #38322b;
  font-size: 24px;
}

::placeholder {
  color: #38322b;
  font-size: 24px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  font-weight: 900;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2 {
  line-height: normal;
}

p {
  margin: 0;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 4rem;
}

.disabled {
  pointer-events: none;
}

.aniBox {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.animated.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

/*************************************************************/
/***************** Column Structure **************************/
/*************************************************************/
/*.container {
  width: 100%;
  max-width: 1260px;
  padding: 0;
  margin: 0px auto;
  clear: both;
}*/

.row {
  margin-right: -2rem;
  margin-left: -2rem;
}

.clg-1,
.clg-2,
.clg-3,
.clg-4,
.clg-5,
.clg-6,
.clg-7,
.clg-8,
.clg-9,
.clg-10,
.clg-11,
.clg-12,
.cmd-1,
.cmd-2,
.cmd-3,
.cmd-4,
.cmd-5,
.cmd-6,
.cmd-7,
.cmd-8,
.cmd-9,
.cmd-10,
.cmd-11,
.cmd-12,
.csm-1,
.csm-2,
.csm-3,
.csm-4,
.csm-5,
.csm-6,
.csm-7,
.csm-8,
.csm-9,
.csm-10,
.csm-11,
.csm-12,
.cxs-1,
.cxs-2,
.cxs-3,
.cxs-4,
.cxs-5,
.cxs-6,
.cxs-7,
.cxs-8,
.cxs-9,
.cxs-10,
.cxs-11,
.cxs-12 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  float: left;
}

.clg-1 {
  width: 8.33333%;
}

.clg-2 {
  width: 16.66666667%;
}

.clg-3 {
  width: 25%;
}

.clg-4 {
  width: 33.3333333333%;
}

.clg-5 {
  width: 41.6666666667%;
}

.clg-6 {
  width: 50%;
}

.clg-7 {
  width: 58.3333333333%;
}

.clg-8 {
  width: 66.6666666667%;
}

.clg-9 {
  width: 75%;
}

.clg-10 {
  width: 83.3333333333%;
}

.clg-11 {
  width: 91.6666666667%;
}

.clg-12 {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .cmd-1 {
    width: 8.33333%;
  }

  .cmd-2 {
    width: 16.66666667%;
  }

  .cmd-3 {
    width: 25%;
  }

  .cmd-4 {
    width: 33.3333333333%;
  }

  .cmd-5 {
    width: 41.6666666667%;
  }

  .cmd-6 {
    width: 50%;
  }

  .cmd-7 {
    width: 58.3333333333%;
  }

  .cmd-8 {
    width: 66.6666666667%;
  }

  .cmd-9 {
    width: 75%;
  }

  .cmd-10 {
    width: 83.3333333333%;
  }

  .cmd-11 {
    width: 91.6666666667%;
  }

  .cmd-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .csm-1 {
    width: 8.33333%;
  }

  .csm-2 {
    width: 16.66666667%;
  }

  .csm-3 {
    width: 25%;
  }

  .csm-4 {
    width: 33.3333333333%;
  }

  .csm-5 {
    width: 41.6666666667%;
  }

  .csm-6 {
    width: 50%;
  }

  .csm-7 {
    width: 58.3333333333%;
  }

  .csm-8 {
    width: 66.6666666667%;
  }

  .csm-9 {
    width: 75%;
  }

  .csm-10 {
    width: 83.3333333333%;
  }

  .csm-11 {
    width: 91.6666666667%;
  }

  .csm-12 {
    width: 100%;
  }


}

@media only screen and (max-width: 700px) {
  .cxs-1 {
    width: 8.33333%;
  }

  .cxs-2 {
    width: 16.66666667%;
  }

  .cxs-3 {
    width: 25%;
  }

  .cxs-4 {
    width: 33.3333333333%;
  }

  .cxs-5 {
    width: 41.6666666667%;
  }

  .cxs-6 {
    width: 50%;
  }

  .cxs-7 {
    width: 58.3333333333%;
  }

  .cxs-8 {
    width: 66.6666666667%;
  }

  .cxs-9 {
    width: 75%;
  }

  .cxs-10 {
    width: 83.3333333333%;
  }

  .cxs-11 {
    width: 91.6666666667%;
  }

  .cxs-12 {
    width: 100%;
  }
}

/***************** Column Structure end **************************/
.pd-0 {
  padding: 0;
}

.px-05 {
  padding: 0 0.5rem;
}

.px-1 {
  padding: 0 1rem;
}

.px-2 {
  padding: 0 2rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pl {
  padding-left: 0;
}

.pr {
  padding-right: 0;
  padding-left: 13rem;
}

.my-2 {
  margin: 2rem 0;
}

.my-3 {
  margin: 3rem 0;
}

.my-4 {
  margin: 4rem 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

hr {
  opacity: 0.1;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

section {
  display: inline-block;
  width: 100%;
}

.ML {
  margin-left: 6rem;
}

.cover {
  display: inline-block;
  width: 100%;
  /* margin-top: 13rem; */
}

header {
  width: 100%;
  display: inline-block;
  position: fixed;
  z-index: 999;
  transition: 1s;
}

header.fix-head .container {
  padding: 2rem 0;
  box-shadow: 0 4px 15px 0 rgba(56, 50, 43, 0.06);
  background: #fffefc;
}

header.fix-head .container hr {
  display: none;
}

header .container {
  padding-top: 2rem;
}

header hr {
  opacity: 0.1;
  margin: 2rem 0 0;
}

header .logo {
  padding-left: 4rem;
}

header .menu {
  float: right;
  padding-right: 4rem;
}

header .menu a {
  color: #201b13;
  text-decoration: none;
  padding-right: 6.4rem;
  transition: 0.5s;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
}

header .menu a:last-child {
  padding-right: 0;
}

header .menu a:hover {
  color: #144dde;
}

header .menu a.active,
header .menu .bking .W-nextprv a.prv:hover,
.bking .W-nextprv header .menu a.prv:hover,
header .menu .work .z5 .W-nextprv a.prv:hover,
.work .z5 .W-nextprv header .menu a.prv:hover,
header .menu .work .modling-3d .W-nextprv a.prv:hover,
.work .modling-3d .W-nextprv header .menu a.prv:hover,
header .menu .work .imdb .W-nextprv a.prv:hover,
.work .imdb .W-nextprv header .menu a.prv:hover,
header .menu .work .bms .W-nextprv a.prv:hover,
.work .bms .W-nextprv header .menu a.prv:hover,
header .menu .zee .W-nextprv a.prv:hover,
.zee .W-nextprv header .menu a.prv:hover {
  color: #144dde;
  font-weight: bold;
}

header .menu a.round {
  border-radius: 3rem;
  opacity: 1;
  border: 0.1rem solid #201b13;
  padding: 0.8rem 3rem;
  color: #201b13;
  margin-left: 2rem;
}

header .menu a.email {
  background: url(../images/header/email.svg) no-repeat;
  width: 2.6rem;
  height: 2.1rem;
  display: inline-block;
  padding: 0;
}

header .menu a.email:hover {
  background: url(../images/header/email-hover.svg) no-repeat;
}

header .menu a.hin {
  background: url(../images/header/linkedin.svg) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
}

header .menu a.hin:hover {
  background: url(../images/header/linkedin-hover.svg) no-repeat;
}

header .menu i {
  width: 0.1rem;
  height: 3rem;
  opacity: 0.1;
  background: #201b13;
  margin: 0 2rem;
  display: inline-block;
  vertical-align: middle;
}

header .menu nav {
  display: inline-block;
}

header .menu .arrow-right-up-line {
  width: 16px;
  height: 16px;
}

header .show-menu-btn {
  cursor: pointer;
  display: none;
  position: absolute;
  content: "";
  right: 2rem;
  top: 3rem;
  width: 3rem;
  height: 2.5rem;
  z-index: 3;
}

header .show-menu-btn i {
  background: #201b13;
  width: 3rem;
  height: 0.2rem;
  position: absolute;
  top: 0.1rem;
  right: 10px;
  border-radius: 0.6rem;
}

header .show-menu-btn i:before,
header .show-menu-btn i:after {
  position: absolute;
  content: "";
  top: -1rem;
  width: 1.6rem;
  height: 0.2rem;
  background: #201b13;
  right: 0px;
  transition: 0.5s;
  border-radius: 0.6rem;
}

header .show-menu-btn i:after {
  top: auto;
  bottom: -1rem;
  right: 15px;
}

.mobMenu .show-menu-btn i:after {
  right: 1px;
}

/*
footer {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer .foot {
  margin: 0 auto 8rem;
  display: table;
  text-align: center;
  width: 60rem;
  background-size: 100%;
}
footer .foot h2 {
  font-size: 8rem;
  line-height: 8.4rem;
  margin:8.5rem 0 1rem 0;
}
footer .foot p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  padding: 2rem;
  font-weight: 300;
}
footer .foot p:after {
  content: "";
  background: url(../images/footer/arrow.svg) no-repeat;
  width: 3.1rem;
  height: 4.3rem;
  background-size: 100%;
  position: absolute;
  top: auto;
  bottom: -2rem;
  right: 19.5rem;
}
footer .foot a {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  display: inline-block;
  padding: 20px;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
footer .foot a:hover {
  color: #144dde;
}
footer .foot .social a {
  border-bottom: 0;
  background: url(../images/footer/linkedin.svg) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  transition: 0.5s;
  margin: 2.4rem 0 0 2.4rem;
  padding: 0;
}
footer .foot .social a.in:hover {
  background: url(../images/footer/linkedin-hover.svg) no-repeat;
}
footer .foot .social a.be {
  background: url(../images/footer/behance.svg) no-repeat;
}
footer .foot .social a.be:hover {
  background: url(../images/footer/behance-hover.svg) no-repeat;
}
footer .foot .social a.dribble {
  background: url(../images/footer/dribble.svg) no-repeat;
}
footer .foot .social a.dribble:hover {
  background: url(../images/footer/dribble-hover.svg) no-repeat;
}
footer .foot .social a.insta {
  background: url(../images/footer/instagram.svg) no-repeat;
}
footer .foot .social a.insta:hover {
  background: url(../images/footer/instagram-hover.svg) no-repeat;
}
footer .foot .social a:first-child {
  margin-left: 0;
}
footer::before {
  content: "";
  position: absolute;
  width: 94.3rem;
  height: 23rem;
  transform: rotate(-225deg);
  filter: blur(104px);
  background-image: linear-gradient(296deg, #fbc2eb 69%, #f9f8fc -2%);
  bottom: -18rem;
  right: 0;
  z-index: -1;
  margin: 0 8rem 0 0;
}
footer::after {
  content: "";
  position: absolute;
  width: 68.3rem;
  height: 35.9rem;
  transform: rotate(-285deg);
  filter: blur(93px);
  background-image: linear-gradient(262deg, #c2e9fb 89%, #78aafc -3%);
  bottom: -30rem;
  right: -16rem;
  z-index: -1;
}
*/
@-webkit-keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(5px);
  }
}

@keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(5px);
  }
}

.nav-links {
  margin-right: 3rem;
}

.photo-journal:after {
  content: "";
  background: url(../images/about/arrow-right-up.svg) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  transition: 0.5s;
  position: absolute;
  top: 0;
  background-size: 100%;
}

.photo-journal:hover:after {
  transform: translate(5px, -5px);
}

.projet span,
.work .bms span,
.work .imdb span,
.work .modling-3d span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.projet p,
.work .bms p,
.work .imdb p,
.work .modling-3d p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
}

.projet a.project,
.work .bms a.project,
.work .imdb a.project,
.work .modling-3d a.project {
  font-size: 1.6rem;
  font-weight: 700;
  color: #201b13;
  margin-top: 4rem;
  display: inline-block;
}

.projet a.project:after,
.work .bms a.project:after,
.work .imdb a.project:after,
.work .modling-3d a.project:after {
  content: "";
  background: url(../images/home/arrow-right-up.svg) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s;
  background-size: 100%;
}

.grainy {
  background: url(../images/grainy.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-grainy {
  background: url(../images/top-grainy.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

footer .grainy {
  top: auto;
  bottom: -8rem;
}

.projet a.project:hover:after,
.work .bms a.project:hover:after,
.work .imdb a.project:hover:after,
.work .modling-3d a.project:hover:after {
  transform: translate(5px, -5px);
}

.intro {
  position: relative;
}

.intro span {
  font-size: 3rem;
  font-weight: 600;
}

.intro h1 {
  font-size: 8rem;
  line-height: 8.4rem;
  margin: 3rem 0;
}

.intro p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-right: 10rem;
}

.intro a {
  font-size: 1.6rem;
  line-height: 0;
  color: #ffffff;
  background: #201b13;
  padding: 3rem 3.2rem;
  border-radius: 1.6rem;
  box-shadow: 0 0.5rem 1.6rem 0 rgba(0, 16, 58, 0.24);
  display: inline-block;
  margin: 4rem 0 8rem;
  transition: 0.5s;
  font-weight: 700;
}

.intro a:hover {
  background: #144dde;
}

.intro:before {
  height: 80%;
  width: 48rem;
  position: absolute;
  content: "";
  background-image: linear-gradient(100deg, #fbc2eb 13%, #f9f8fc 90%);
  left: 0;
  top: 0;
  transform: rotate(231deg);
  filter: blur(100px);
  z-index: 0;
}

.intro:after {
  height: 100%;
  width: 41.1rem;
  position: absolute;
  content: "";
  background-image: linear-gradient(237deg, #c2e9fb 67%, #78aafc 14%);
  left: 0;
  bottom: 0;
  filter: blur(93px);
  z-index: -1;
}

.client-work {
  text-align: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  padding: 3rem 0 2rem;
  margin: 0 10rem;
  border-top: 0;
}

.client-work h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #201b13;
  width: 100%;
}

.client-work h4:before,
.client-work h4:after {
  width: 38%;
  content: "";
  height: 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
}

.client-work h4:after {
  right: 0;
  left: auto;
}

.client-work ul li {
  display: inline-block;
}

.wido {
  background: #d4f0f0;
  border-radius: 2.4rem;
  margin: 10rem 10.8rem 0;
  padding: 6rem 6rem;
  overflow: hidden;
  position: relative;
}

.wido:before {
  content: "";
  position: absolute;
  width: 31.5rem;
  height: 100%;
  top: 0;
  right: 0;
  transform: rotate(-105deg);
  filter: blur(93px);
  background-image: linear-gradient(75deg, #c2e9fb 17%, #78aafc 98%);
  z-index: -1;
}

.wido:after {
  content: "";
  position: absolute;
  width: 46.8rem;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-15deg);
  filter: blur(104px);
  background-image: linear-gradient(146deg, #fbc2eb 34%, #f9f8fc 85%);
  z-index: -1;
}

.wido i {
  background: url(../images/grainy.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wido h2 {
  text-align: center;
  margin-bottom: 16rem;
}

.wido-box {
  margin: -16rem 18.6rem 0;
}

.wido-box .w-bg {
  background: #ffffff;
  border-radius: 1.6rem;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
  padding: 3.2rem;
}

.wido-box .w-bg img {
  float: right;
}

.wido-box .w-bg img.ui-img {
  margin-top: 1.2rem;
}

.wido-box .w-bg h3 {
  font-size: 2.4rem;
  display: inline-block;
  width: 100%;
}

.wido-box .w-bg p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4d4841;
}

.work {
  display: inline-block;
  margin: 8rem 10.8rem 4.8rem;
}

.work h2 {
  text-align: center;
  margin-bottom: 8rem;
}

.work .bking,
.work .bms,
.work .imdb,
.work .modling-3d,
.work .z5 {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 0.8rem;
  overflow: hidden;
  margin-bottom: 3.2rem;
}

.work .bking h3,
.work .bms h3,
.work .imdb h3,
.work .modling-3d h3,
.work .z5 h3 {
  font-size: 3rem;
  color: #201b13;
  margin: 7.2rem 0 4rem;
  display: inline-block;
}

.work .bking .product-live,
.work .bms .product-live,
.work .imdb .product-live,
.work .modling-3d .product-live,
.work .z5 .product-live {
  float: right;
  opacity: 0.5;
}

.work .bking .product-live p,
.work .bms .product-live p,
.work .imdb .product-live p,
.work .modling-3d .product-live p,
.work .z5 .product-live p {
  font-size: 1.4rem;
  font-weight: 700;
}

.work .bking .product-live img,
.work .bms .product-live img,
.work .imdb .product-live img,
.work .modling-3d .product-live img,
.work .z5 .product-live img {
  float: right;
  margin: 4.8rem 4.8rem 0 0;
  display: block;
}

.work .bking .pro-txt,
.work .bms .pro-txt,
.work .imdb .pro-txt,
.work .modling-3d .pro-txt,
.work .z5 .pro-txt {
  display: inline-block;
  width: 100%;
  z-index: 1;
}

.work .bking .pro-txt span,
.work .bms .pro-txt span,
.work .imdb .pro-txt span,
.work .modling-3d .pro-txt span,
.work .z5 .pro-txt span {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  display: inline-block;
}

.work .bking .pro-txt p,
.work .bms .pro-txt p,
.work .imdb .pro-txt p,
.work .modling-3d .pro-txt p,
.work .z5 .pro-txt p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
}

.work .bking .pro-txt h6,
.work .bms .pro-txt h6,
.work .imdb .pro-txt h6,
.work .modling-3d .pro-txt h6,
.work .z5 .pro-txt h6 {
  font-size: 1.4rem;
  font-weight: normal;
  opacity: 0.5;
  margin-bottom: 1.5rem;
}

.work .bking .pro-txt a.read,
.work .bms .pro-txt a.read,
.work .imdb .pro-txt a.read,
.work .modling-3d .pro-txt a.read,
.work .z5 .pro-txt a.read {
  font-size: 1.6rem;
  font-weight: 700;
  color: #201b13;
  margin-top: 7rem;
  display: inline-block;
}

.work .bking .pro-txt a.read {
  margin-top: 4rem;
}

.work .bking .pro-txt a.read:after,
.work .bms .pro-txt a.read:after,
.work .imdb .pro-txt a.read:after,
.work .modling-3d .pro-txt a.read:after,
.work .z5 .pro-txt a.read:after {
  content: "";
  background: url(../images/home/arrow-right.svg) no-repeat;
  width: 1.9rem;
  height: 1.9rem;
  display: inline-block;
  vertical-align: middle;
}

.work .bking .pro-txt a.read:hover::after,
.work .bms .pro-txt a.read:hover::after,
.work .imdb .pro-txt a.read:hover::after,
.work .modling-3d .pro-txt a.read:hover::after,
.work .z5 .pro-txt a.read:hover::after {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

/* .work .bking:after, .work .bms:after, .work .imdb:after, .work .modling-3d:after, .work .z5:after {
  content: "";
  background: url(../images/home/work-burgerking.png) no-repeat;
  width: 60.1rem;
  height: 53rem;
  background-size: 100%;
  position: absolute;
  bottom: -2rem;
  left: 1rem;
  transition: 2s;
} */
/* .work .z5 {
  background: #1d001e;
} */
/* .work .z5:after {
  content: "";
  background: url(../images/home/work-zee5.png) no-repeat;
  width: 34.3rem;
  height: 68.6rem;
  background-size: 100%;
  position: absolute;
  bottom: -14.7rem;
  left: auto;
  right: 1.5rem;
} */
.work .modling-3d {
  background: #d4f0f0;
  height: 56rem;
  padding-left: 5.6rem;
  position: relative;
  box-shadow: none !important;
}

.work .modling-3d h3 {
  margin-top: 12rem;
  color: #201b13;
}

.model {
  position: absolute;
  right: -80px;
  top: 20px;
}

.work .model:after {
  content: "";
  background: url(../images/home/work-3D.png) no-repeat;
  width: 107.4rem;
  height: 151.8rem;
  background-size: 100%;
  position: absolute;
  top: -32.5rem;
  left: auto;
  right: -14rem;
  z-index: 1;
}

.work .modling-3d:before {
  content: "";
  position: absolute;
  width: 368px;
  height: 159.8px;
  transform: rotate(-105deg);
  filter: blur(93px);
  background-image: linear-gradient(83deg, #c2e9fb 10%, #78aafc 103%);
  top: 0;
  left: 0;
}

.work .modling-3d:after {
  content: "";
  position: absolute;
  width: 18.5rem;
  height: 53.3rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-105deg);
  filter: blur(93px);
  background-image: linear-gradient(52deg, #c2e9fb 36%, #78aafc 84%);
}

.work .modling-3d a.project {
  color: #201b13;
}

.work .modling-3d a.project img {
  vertical-align: middle;
  margin: 0 8px 0 40px;
  width: 2.4rem;
}

.work .modling-3d .modling-3d-inner {
  position: relative;
  z-index: 9;
  max-width: 408px;
}

.work .modling-3d .modling-3d-inner:before {
  content: "";
  position: absolute;
  width: 18.1rem;
  height: 37.4rem;
  transform: rotate(-75deg);
  filter: blur(104px);
  background-image: linear-gradient(119deg, #fbc2eb 22%, #f9f8fc 81%);
  top: 0;
  left: -6rem;
}

.work .modling-3d .modling-3d-inner:after {
  content: "";
  position: absolute;
  width: 34.8rem;
  height: 29.8rem;
  transform: rotate(-255deg);
  filter: blur(104px);
  background-image: linear-gradient(283deg, #fbc2eb 84%, #f9f8fc -1%);
  bottom: -12rem;
  right: 0;
  z-index: -1;
}

/* .work .imdb {
  background: #4d4841;
} */
/* .work .imdb:after {
  content: "";
  background: url(../images/home/work-IMDB.png) no-repeat;
  width: 67.3rem;
  height: 43rem;
  background-size: 100%;
  position: absolute;
  bottom: -3rem;
  left: 2rem;
} */
/* .work .bms {
  background: #144dde;
} */
/* .work .bms:after {
  content: "";
  background: url(../images/home/work-bookmyshow.png) no-repeat;
  width: 83.5rem;
  height: 50.6rem;
  background-size: 100%;
  position: absolute;
  bottom: -5.7rem;
  left: -15%;
} */

.bking,
.work .z5,
.work .modling-3d,
.work .imdb,
.work .bms,
.zee {
  display: inline-block;
  width: 100%;
}

.bking .w-intro,
.work .z5 .w-intro,
.work .modling-3d .w-intro,
.work .imdb .w-intro,
.work .bms .w-intro,
.zee .w-intro {
  text-align: center;
  padding: 60px 0px 32px 0px;

}

.w-intro-text {
  margin: -1 auto;
  background-image:
    linear-gradient(to right, rgb(226, 232, 240) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(226, 232, 240) 1px, transparent 1px);
  background-size: 48px 48px;
  padding: 100px 0 60px;
}

.w-intro-text:before {
  content: "";
  background: var(--bg);
  filter: blur(3.2vmax);
  border-radius: 50%;
  width: 60rem;
  height: 30rem;
  position: absolute;
  left: 50%;
  /* backdrop-filter: blur(37px); */
  top: 50%;
  transform: translate(-50%, -50%);
}

.w-intro-text:after {
  content: "";
  background:var(--bg);
  position: absolute;
  width: 100%;
  height: 50px;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, -50%);
  filter: blur(20px);
}

.bking .w-intro p,
.work .z5 .w-intro p,
.work .modling-3d .w-intro p,
.work .imdb .w-intro p,
.work .bms .w-intro p,
.zee .w-intro p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin: 2rem 44rem 1rem 44rem;
  display: inline-block;
}

.bking .w-points,
.work .z5 .w-points,
.work .modling-3d .w-points,
.work .imdb .w-points,
.work .bms .w-points,
.zee .w-points {
  margin: 0 10.8rem;
}

.bking .w-points ul,
.work .z5 .w-points ul,
.work .modling-3d .w-points ul,
.work .imdb .w-points ul,
.work .bms .w-points ul,
.zee .w-points ul {
  margin: 32px 0 0;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 32px;
}

.bking .w-points ul li,
.work .z5 .w-points ul li,
.work .modling-3d .w-points ul li,
.work .imdb .w-points ul li,
.work .bms .w-points ul li,
.zee .w-points ul li {
  display: inline-block;
  width: 19%;
  text-align: left;
  vertical-align: top;
}

.bking .w-points ul li h3,
.work .z5 .w-points ul li h3,
.work .modling-3d .w-points ul li h3,
.work .imdb .w-points ul li h3,
.work .bms .w-points ul li h3,
.zee .w-points ul li h3 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 900;
  margin-bottom: 16px;
}

.bking .w-points ul li p,
.work .z5 .w-points ul li p,
.work .modling-3d .w-points ul li p,
.work .imdb .w-points ul li p,
.work .bms .w-points ul li p,
.zee .w-points ul li p {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  max-width: 16rem;
}

.bking .w-about h2,
.work .z5 .w-about h2,
.work .modling-3d .w-about h2,
.work .imdb .w-about h2,
.work .bms .w-about h2,
.zee .w-about h2 {
  font-size: 4rem;
  margin: 4rem 33.5rem 0;
  display: inline-block;
  line-height: normal;
}

.bking .w-about p,
.work .z5 .w-about p,
.work .modling-3d .w-about p,
.work .imdb .w-about p,
.work .bms .w-about p,
.zee .w-about p {
  font-size: 1.8rem;
  line-height: 160%;
  margin: 2rem 33.5rem 0;
  color: var(--black);
}

.bking .w-about img,
.work .z5 .w-about img,
.work .modling-3d .w-about img,
.work .imdb .w-about img,
.work .bms .w-about img,
.zee .w-about img {
  margin: 3.2rem auto 0;
  display: table;
}

.bking .w-about .ui-laptop,
.work .z5 .w-about .ui-laptop,
.work .modling-3d .w-about .ui-laptop,
.work .imdb .w-about .ui-laptop,
.work .bms .w-about .ui-laptop,
.zee .w-about .ui-laptop {
  margin: -6.8rem auto 0;
}

.bking .w-about h3,
.work .z5 .w-about h3,
.work .modling-3d .w-about h3,
.work .imdb .w-about h3,
.work .bms .w-about h3,
.zee .w-about h3 {
  font-size: 3rem;
  margin: 4rem 33.5rem 2rem;
}

.bking .w-about h4,
.work .z5 .w-about h4,
.work .modling-3d .w-about h4,
.work .imdb .w-about h4,
.work .bms .w-about h4,
.zee .w-about h4 {
  font-size: 1.8rem;
  margin: 4rem 33.5rem 0;
  font-weight: 700;
}

.bking .w-about span,
.work .z5 .w-about span,
.work .modling-3d .w-about span,
.work .imdb .w-about span,
.work .bms .w-about span,
.zee .w-about span {
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  line-height: 160%;
  margin: 0.5rem 32.5rem 0 41.5rem;
  display: inline-block;
}

.bking .w-about ol,
.work .z5 .w-about ol,
.work .modling-3d .w-about ol,
.work .imdb .w-about ol,
.work .bms .w-about ol,
.zee .w-about ol {
  margin: 0.5rem 32.5rem 0 35.5rem;;
}

.bking .w-about ol li,
.work .z5 .w-about ol li,
.work .modling-3d .w-about ol li,
.work .imdb .w-about ol li,
.work .bms .w-about ol li,
.zee .w-about ol li {
  font-size: 1.8rem;
  line-height: 160%;
  list-style: decimal;
}

.bking .w-about .product-live,
.work .z5 .w-about .product-live,
.work .modling-3d .w-about .product-live,
.work .imdb .w-about .product-live,
.work .bms .w-about .product-live,
.zee .w-about .product-live {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.bking .w-about .product-live p,
.work .z5 .w-about .product-live p,
.work .modling-3d .w-about .product-live p,
.work .imdb .w-about .product-live p,
.work .bms .w-about .product-live p,
.zee .w-about .product-live p {
  color: #38322b;
  margin: 0;
}

.bking .w-about .product-live .social a,
.work .z5 .w-about .product-live .social a,
.work .modling-3d .w-about .product-live .social a,
.work .imdb .w-about .product-live .social a,
.work .bms .w-about .product-live .social a,
.zee .w-about .product-live .social a {
  border-bottom: 0;
  background: url(../images/Work/ios.svg) no-repeat;
  width: 3.3rem;
  height: 4rem;
  display: inline-block;
  transition: 0.5s;
  margin: 3rem 0 0 4rem;
  padding: 0;
}

.bking .w-about .product-live .social a.ios:hover,
.work .z5 .w-about .product-live .social a.ios:hover,
.work .modling-3d .w-about .product-live .social a.ios:hover,
.work .imdb .w-about .product-live .social a.ios:hover,
.work .bms .w-about .product-live .social a.ios:hover,
.zee .w-about .product-live .social a.ios:hover {
  background: url(../images/Work/ios.svg) no-repeat;
}

.bking .w-about .product-live .social a.android,
.work .z5 .w-about .product-live .social a.android,
.work .modling-3d .w-about .product-live .social a.android,
.work .imdb .w-about .product-live .social a.android,
.work .bms .w-about .product-live .social a.android,
.zee .w-about .product-live .social a.android {
  width: 3.3rem;
  height: 3.5rem;
  background: url(../images/Work/playstore.svg) no-repeat;
}

.bking .w-about .product-live .social a.android:hover,
.work .z5 .w-about .product-live .social a.android:hover,
.work .modling-3d .w-about .product-live .social a.android:hover,
.work .imdb .w-about .product-live .social a.android:hover,
.work .bms .w-about .product-live .social a.android:hover,
.zee .w-about .product-live .social a.android:hover {
  background: url(../images/Work/playstore.svg) no-repeat;
}

.bking .w-about .product-live .social a.web,
.work .z5 .w-about .product-live .social a.web,
.work .modling-3d .w-about .product-live .social a.web,
.work .imdb .w-about .product-live .social a.web,
.work .bms .w-about .product-live .social a.web,
.zee .w-about .product-live .social a.web {
  background: url(../images/Work/web.svg) no-repeat;
  width: 4.4rem;
  height: 2.9rem;
}

.bking .w-about .product-live .social a.web:hover,
.work .z5 .w-about .product-live .social a.web:hover,
.work .modling-3d .w-about .product-live .social a.web:hover,
.work .imdb .w-about .product-live .social a.web:hover,
.work .bms .w-about .product-live .social a.web:hover,
.zee .w-about .product-live .social a.web:hover {
  background: url(../images/Work/web.svg) no-repeat;
}

.bking .w-about .product-live .social a:first-child,
.work .z5 .w-about .product-live .social a:first-child,
.work .modling-3d .w-about .product-live .social a:first-child,
.work .imdb .w-about .product-live .social a:first-child,
.work .bms .w-about .product-live .social a:first-child,
.zee .w-about .product-live .social a:first-child {
  margin-left: 0;
}

.bking .w-about .W-frame,
.work .z5 .w-about .W-frame,
.work .modling-3d .w-about .W-frame,
.work .imdb .w-about .W-frame,
.work .bms .w-about .W-frame,
.zee .w-about .W-frame {
  max-width: 91.5rem;
  margin: 4rem auto 0;
}

.bking .w-about .W-frame img,
.work .z5 .w-about .W-frame img,
.work .modling-3d .w-about .W-frame img,
.work .imdb .w-about .W-frame img,
.work .bms .w-about .W-frame img,
.zee .w-about .W-frame img {
  width: 27.4rem;
  margin: 0;
}

.bking .w-about .W-frame .B-left,
.work .z5 .w-about .W-frame .B-left,
.work .modling-3d .w-about .W-frame .B-left,
.work .imdb .w-about .W-frame .B-left,
.work .bms .w-about .W-frame .B-left,
.zee .w-about .W-frame .B-left {
  width: 27.4rem;
  float: left;
  margin: 0 45px 0 0;
}

.bking .w-about .W-frame .B-center,
.work .z5 .w-about .W-frame .B-center,
.work .modling-3d .w-about .W-frame .B-center,
.work .imdb .w-about .W-frame .B-center,
.work .bms .w-about .W-frame .B-center,
.zee .w-about .W-frame .B-center {
  width: 27.4rem;
  display: inline-block;
}

.bking .w-about .W-frame .B-right,
.work .z5 .w-about .W-frame .B-right,
.work .modling-3d .w-about .W-frame .B-right,
.work .imdb .w-about .W-frame .B-right,
.work .bms .w-about .W-frame .B-right,
.zee .w-about .W-frame .B-right {
  width: 27.4rem;
  float: right;
  margin: 0 0 0 45px;
}

.bking .w-about .W-frame .box,
.work .z5 .w-about .W-frame .box,
.work .modling-3d .w-about .W-frame .box,
.work .imdb .w-about .W-frame .box,
.work .bms .w-about .W-frame .box,
.zee .w-about .W-frame .box {
  display: inline-block;
  vertical-align: top;
}

.bking .w-about .W-frame .box.box1,
.work .z5 .w-about .W-frame .box.box1,
.work .modling-3d .w-about .W-frame .box.box1,
.work .imdb .w-about .W-frame .box.box1,
.work .bms .w-about .W-frame .box.box1,
.zee .w-about .W-frame .box.box1 {
  margin-top: 17.6rem;
}

.bking .w-about .W-frame .box.box2,
.work .z5 .w-about .W-frame .box.box2,
.work .modling-3d .w-about .W-frame .box.box2,
.work .imdb .w-about .W-frame .box.box2,
.work .bms .w-about .W-frame .box.box2,
.zee .w-about .W-frame .box.box2 {
  margin: 0;
}

.bking .w-about .W-frame .box.box3,
.work .z5 .w-about .W-frame .box.box3,
.work .modling-3d .w-about .W-frame .box.box3,
.work .imdb .w-about .W-frame .box.box3,
.work .bms .w-about .W-frame .box.box3,
.zee .w-about .W-frame .box.box3 {
  margin-top: 17.6rem;
}

.bking .w-about .W-frame .box.box4,
.work .z5 .w-about .W-frame .box.box4,
.work .modling-3d .w-about .W-frame .box.box4,
.work .imdb .w-about .W-frame .box.box4,
.work .bms .w-about .W-frame .box.box4,
.zee .w-about .W-frame .box.box4 {
  margin-top: 6rem;
}

.bking .w-about .W-frame .box.box5,
.work .z5 .w-about .W-frame .box.box5,
.work .modling-3d .w-about .W-frame .box.box5,
.work .imdb .w-about .W-frame .box.box5,
.work .bms .w-about .W-frame .box.box5,
.zee .w-about .W-frame .box.box5 {
  margin-top: 6rem;
}

.bking .w-about .W-frame .box.box6,
.work .z5 .w-about .W-frame .box.box6,
.work .modling-3d .w-about .W-frame .box.box6,
.work .imdb .w-about .W-frame .box.box6,
.work .bms .w-about .W-frame .box.box6,
.zee .w-about .W-frame .box.box6 {
  margin-top: 6rem;
}

.bking .w-about .W-frame .box.box7,
.work .z5 .w-about .W-frame .box.box7,
.work .modling-3d .w-about .W-frame .box.box7,
.work .imdb .w-about .W-frame .box.box7,
.work .bms .w-about .W-frame .box.box7,
.zee .w-about .W-frame .box.box7 {
  margin-top: 6rem;
}

.bking .w-about .W-frame .box.box8,
.work .z5 .w-about .W-frame .box.box8,
.work .modling-3d .w-about .W-frame .box.box8,
.work .imdb .w-about .W-frame .box.box8,
.work .bms .w-about .W-frame .box.box8,
.zee .w-about .W-frame .box.box8 {
  margin-top: 6rem;
}

.bking .w-about .W-frame .box.box9,
.work .z5 .w-about .W-frame .box.box9,
.work .modling-3d .w-about .W-frame .box.box9,
.work .imdb .w-about .W-frame .box.box9,
.work .bms .w-about .W-frame .box.box9,
.zee .w-about .W-frame .box.box9 {
  margin-top: 6rem;
}

.bking .w-about .W-frame .box.box10,
.work .z5 .w-about .W-frame .box.box10,
.work .modling-3d .w-about .W-frame .box.box10,
.work .imdb .w-about .W-frame .box.box10,
.work .bms .w-about .W-frame .box.box10,
.zee .w-about .W-frame .box.box10 {
  margin-top: 6rem;
}

.bking .w-about .W-frame .box.box11,
.work .z5 .w-about .W-frame .box.box11,
.work .modling-3d .w-about .W-frame .box.box11,
.work .imdb .w-about .W-frame .box.box11,
.work .bms .w-about .W-frame .box.box11,
.zee .w-about .W-frame .box.box11 {
  margin-top: 6rem;
}

.bking .w-about .gray-bg,
.work .z5 .w-about .gray-bg,
.work .modling-3d .w-about .gray-bg,
.work .imdb .w-about .gray-bg,
.work .bms .w-about .gray-bg,
.zee .w-about .gray-bg {
  width: 100%;
  max-width: 61.1rem;
  margin: 4rem 33.5rem 0;
  background: #757c80;
  padding: 1rem;
}

.bking .w-about .gray-bg video,
.work .z5 .w-about .gray-bg video,
.work .modling-3d .w-about .gray-bg video,
.work .imdb .w-about .gray-bg video,
.work .bms .w-about .gray-bg video,
.zee .w-about .gray-bg video {
  display: table;
  margin: 0 auto;
  border-radius: 1rem;
  background: #f5f6f5;
}

.bking .W-nextprv,
.work .z5 .W-nextprv,
.work .modling-3d .W-nextprv,
.work .imdb .W-nextprv,
.work .bms .W-nextprv,
.zee .W-nextprv {
  font-size: 1.6rem;
  color: #000000;
  margin: 4rem 0;
  border: 1px solid #EAEAEA;
  border-left: 0;
  border-right: 0;
}

.bking .W-nextprv .prv,
.work .z5 .W-nextprv .prv,
.work .modling-3d .W-nextprv .prv,
.work .imdb .W-nextprv .prv,
.work .bms .W-nextprv .prv,
.zee .W-nextprv .prv {
  float: left;
  opacity: 0.3;
}

.bking .W-nextprv .prv:before,
.work .z5 .W-nextprv .prv:before,
.work .modling-3d .W-nextprv .prv:before,
.work .imdb .W-nextprv .prv:before,
.work .bms .W-nextprv .prv:before,
.zee .W-nextprv .prv:before {
  content: "";
  border-bottom: 0;
  background: url(../images/Work/prev.svg) no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  transition: 0.5s;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}

.bking .W-nextprv .prv.active,
.bking .W-nextprv .prv:hover,
.work .z5 .W-nextprv .prv.active,
.work .z5 .W-nextprv .prv:hover,
.work .modling-3d .W-nextprv .prv.active,
.work .modling-3d .W-nextprv .prv:hover,
.work .imdb .W-nextprv .prv.active,
.work .imdb .W-nextprv .prv:hover,
.work .bms .W-nextprv .prv.active,
.work .bms .W-nextprv .prv:hover,
.zee .W-nextprv .prv.active,
.zee .W-nextprv .prv:hover {
  opacity: 1;
  font-weight: 900;
}

.bking .W-nextprv .prv.active:before,
.bking .W-nextprv .prv:hover:before,
.work .z5 .W-nextprv .prv.active:before,
.work .z5 .W-nextprv .prv:hover:before,
.work .modling-3d .W-nextprv .prv.active:before,
.work .modling-3d .W-nextprv .prv:hover:before,
.work .imdb .W-nextprv .prv.active:before,
.work .imdb .W-nextprv .prv:hover:before,
.work .bms .W-nextprv .prv.active:before,
.work .bms .W-nextprv .prv:hover:before,
.zee .W-nextprv .prv.active:before,
.zee .W-nextprv .prv:hover:before {
  background: url(../images/Work/prev-active.svg) no-repeat;
}

.bking .W-nextprv .prv:hover,
.work .z5 .W-nextprv .prv:hover,
.work .modling-3d .W-nextprv .prv:hover,
.work .imdb .W-nextprv .prv:hover,
.work .bms .W-nextprv .prv:hover,
.zee .W-nextprv .prv:hover {
  color: none;
}

.bking .W-nextprv .prv:hover:before,
.work .z5 .W-nextprv .prv:hover:before,
.work .modling-3d .W-nextprv .prv:hover:before,
.work .imdb .W-nextprv .prv:hover:before,
.work .bms .W-nextprv .prv:hover:before,
.zee .W-nextprv .prv:hover:before {
  background: url(../images/Work/prev-active.svg) no-repeat;
}

.bking .W-nextprv .next,
.work .z5 .W-nextprv .next,
.work .modling-3d .W-nextprv .next,
.work .imdb .W-nextprv .next,
.work .bms .W-nextprv .next,
.zee .W-nextprv .next {
  float: right;
  opacity: 0.3;
}

.bking .W-nextprv .next:after,
.work .z5 .W-nextprv .next:after,
.work .modling-3d .W-nextprv .next:after,
.work .imdb .W-nextprv .next:after,
.work .bms .W-nextprv .next:after,
.zee .W-nextprv .next:after {
  content: "";
  border-bottom: 0;
  background: url(../images/Work/next.svg) no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  transition: 0.5s;
  margin: 0 0 0 1rem;
  vertical-align: middle;
}

.bking .W-nextprv .next.active,
.work .z5 .W-nextprv .next.active,
.work .modling-3d .W-nextprv .next.active,
.work .imdb .W-nextprv .next.active,
.work .bms .W-nextprv .next.active,
.bking .W-nextprv .next.prv:hover,
.work .z5 .W-nextprv .next.prv:hover,
.work .modling-3d .W-nextprv .next.prv:hover,
.work .imdb .W-nextprv .next.prv:hover,
.work .bms .W-nextprv .next.prv:hover,
.zee .W-nextprv .next.active,
.zee .W-nextprv .next.prv:hover {
  opacity: 1;
  font-weight: 900;
}

.bking .W-nextprv .next.active:after,
.work .z5 .W-nextprv .next.active:after,
.work .modling-3d .W-nextprv .next.active:after,
.work .imdb .W-nextprv .next.active:after,
.work .bms .W-nextprv .next.active:after,
.bking .W-nextprv .next.prv:hover:after,
.work .z5 .W-nextprv .next.prv:hover:after,
.work .modling-3d .W-nextprv .next.prv:hover:after,
.work .imdb .W-nextprv .next.prv:hover:after,
.work .bms .W-nextprv .next.prv:hover:after,
.zee .W-nextprv .next.active:after,
.zee .W-nextprv .next.prv:hover:after {
  background: url(../images/Work/next-active.svg) no-repeat;
}

.bking .W-nextprv .next:hover,
.work .z5 .W-nextprv .next:hover,
.work .modling-3d .W-nextprv .next:hover,
.work .imdb .W-nextprv .next:hover,
.work .bms .W-nextprv .next:hover,
.zee .W-nextprv .next:hover {
  opacity: 1;
  font-weight: 900;
}

.bking .W-nextprv .next:hover:after,
.work .z5 .W-nextprv .next:hover:after,
.work .modling-3d .W-nextprv .next:hover:after,
.work .imdb .W-nextprv .next:hover:after,
.work .bms .W-nextprv .next:hover:after,
.zee .W-nextprv .next:hover:after {
  background: url(../images/Work/next-active.svg) no-repeat;
}

@media only screen and (max-width: 768px) {
  header .logo {
    padding-left: 2rem;
  }

  header .show-menu-btn {
    display: block;
    position: fixed;
  }

  header .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    left: -100%;
    top: 0;
    padding: 5rem 0 2rem;
    line-height: normal;
    transition: 0.5s;
    z-index: 2;
  }

  header .menu a {
    display: block;
    padding: 2rem;
    font-size: 2.4rem;
  }

  header .menu .photo-journal:after {
    top: 25px;
    margin-left: 0.8rem;
  }

  header .menu a.email {
    vertical-align: top;
  }

  header .menu a.hin {
    vertical-align: top;
  }

  header .menu i {
    vertical-align: top;
    height: 2.5rem;
  }

  header.mobMenu .menu {
    left: 0;
  }

  header.mobMenu .show-menu-btn i {
    background: none;
  }

  header.mobMenu .show-menu-btn i:before {
    transform: rotate(45deg);
    top: 0;
  }

  header.mobMenu .show-menu-btn i:after {
    transform: rotate(-45deg);
    bottom: 0;
  }

  .bking .w-intro,
  .work .z5 .w-intro,
  .work .modling-3d .w-intro,
  .work .imdb .w-intro,
  .work .bms .w-intro,
  .zee .w-intro {
    text-align: center;
  }

  .bking .w-intro p,
  .work .z5 .w-intro p,
  .work .modling-3d .w-intro p,
  .work .imdb .w-intro p,
  .work .bms .w-intro p,
  .zee .w-intro p {
    margin: 2rem 2rem 1rem;
  }

  .bking .w-points,
  .work .z5 .w-points,
  .work .modling-3d .w-points,
  .work .imdb .w-points,
  .work .bms .w-points,
  .zee .w-points {
    margin: 0 2rem;
  }

  .bking .w-points ul,
  .work .z5 .w-points ul,
  .work .modling-3d .w-points ul,
  .work .imdb .w-points ul,
  .work .bms .w-points ul,
  .zee .w-points ul {
    margin: 5rem 0 4rem;
  }

  .bking .w-points ul li,
  .work .z5 .w-points ul li,
  .work .modling-3d .w-points ul li,
  .work .imdb .w-points ul li,
  .work .bms .w-points ul li,
  .zee .w-points ul li {
    width: 33%;
    margin-bottom: 4rem;
  }

  .bking .w-about h2,
  .work .z5 .w-about h2,
  .work .modling-3d .w-about h2,
  .work .imdb .w-about h2,
  .work .bms .w-about h2,
  .zee .w-about h2 {
    font-size: 4rem;
    margin: 4rem 2rem 2rem;
    display: inline-block;
    line-height: normal;
  }

  .bking .w-about p,
  .work .z5 .w-about p,
  .work .modling-3d .w-about p,
  .work .imdb .w-about p,
  .work .bms .w-about p,
  .zee .w-about p {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 2rem 0;
    color: #4d4841;
  }

  .bking .w-about img,
  .work .z5 .w-about img,
  .work .modling-3d .w-about img,
  .work .imdb .w-about img,
  .work .bms .w-about img,
  .zee .w-about img {
    margin: 3.2rem auto 0;
    display: table;
  }

  .bking .w-about .ui-laptop,
  .work .z5 .w-about .ui-laptop,
  .work .modling-3d .w-about .ui-laptop,
  .work .imdb .w-about .ui-laptop,
  .work .bms .w-about .ui-laptop,
  .zee .w-about .ui-laptop {
    margin: -6.8rem auto 0;
  }

  .bking .w-about h3,
  .work .z5 .w-about h3,
  .work .modling-3d .w-about h3,
  .work .imdb .w-about h3,
  .work .bms .w-about h3,
  .zee .w-about h3 {
    font-size: 3rem;
    margin: 4rem 2rem 2rem;
  }

  .bking .w-about h4,
  .work .z5 .w-about h4,
  .work .modling-3d .w-about h4,
  .work .imdb .w-about h4,
  .work .bms .w-about h4,
  .zee .w-about h4 {
    font-size: 1.8rem;
    margin: 4rem 2rem 0;
    font-weight: 700;
  }

  .bking .w-about span,
  .work .z5 .w-about span,
  .work .modling-3d .w-about span,
  .work .imdb .w-about span,
  .work .bms .w-about span,
  .zee .w-about span {
    font-size: 1.2rem;
    color: #38322b;
    line-height: 1.8rem;
    margin: 0.5rem 2rem 0;
    display: inline-block;
  }

  .bking .w-about ol,
  .work .z5 .w-about ol,
  .work .modling-3d .w-about ol,
  .work .imdb .w-about ol,
  .work .bms .w-about ol,
  .zee .w-about ol {
    margin: 0.5rem 2rem 0;
  }

  .bking .w-about .W-frame,
  .work .z5 .w-about .W-frame,
  .work .modling-3d .w-about .W-frame,
  .work .imdb .w-about .W-frame,
  .work .bms .w-about .W-frame,
  .zee .w-about .W-frame {
    max-width: 91.5rem;
    margin: 4rem auto 0;
  }

  .bking .w-about .W-frame img,
  .work .z5 .w-about .W-frame img,
  .work .modling-3d .w-about .W-frame img,
  .work .imdb .w-about .W-frame img,
  .work .bms .w-about .W-frame img,
  .zee .w-about .W-frame img {
    width: 27.4rem;
    margin: 0;
  }

  .bking .w-about .W-frame .B-left,
  .work .z5 .w-about .W-frame .B-left,
  .work .modling-3d .w-about .W-frame .B-left,
  .work .imdb .w-about .W-frame .B-left,
  .work .bms .w-about .W-frame .B-left,
  .zee .w-about .W-frame .B-left {
    width: 23.4rem;
    float: left;
    margin: 0 30px 0 0;
  }

  .bking .w-about .W-frame .B-center,
  .work .z5 .w-about .W-frame .B-center,
  .work .modling-3d .w-about .W-frame .B-center,
  .work .imdb .w-about .W-frame .B-center,
  .work .bms .w-about .W-frame .B-center,
  .zee .w-about .W-frame .B-center {
    width: 23.4rem;
    display: inline-block;
  }

  .bking .w-about .W-frame .B-right,
  .work .z5 .w-about .W-frame .B-right,
  .work .modling-3d .w-about .W-frame .B-right,
  .work .imdb .w-about .W-frame .B-right,
  .work .bms .w-about .W-frame .B-right,
  .zee .w-about .W-frame .B-right {
    width: 23.4rem;
    float: right;
    margin: 0 0 0 30px;
  }

  .bking .w-about .gray-bg,
  .work .z5 .w-about .gray-bg,
  .work .modling-3d .w-about .gray-bg,
  .work .imdb .w-about .gray-bg,
  .work .bms .w-about .gray-bg,
  .zee .w-about .gray-bg {
    margin: 4rem auto;
  }
}

.about {
  margin: 0 10.8rem auto;
}

.about .about-txt {
  margin: 4rem 1.6rem auto;
}

.about .about-txt p {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 32px;
}

.about .exp-edu-skill {
  margin: 4rem 3rem auto;
  display: inline-block;
}

.about .exp-edu-skill img {
  vertical-align: middle;
}

.about .exp ul li {
  padding: 1rem 1.6rem;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 7.8rem;
  margin-bottom: 1.6rem;
  margin-right: 0.6rem;
  font-size: 1.6rem;
}

.about .exp-edu-skill h2 {
  font-size: 4rem;
  margin: 0;
  line-height: normal;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 1.2rem;
}

.about .exp-edu-skill .company .exp,
.about .exp-edu-skill .skill .exp,
.about .exp-edu-skill .education .exp {
  display: flex;
  align-items: center;
  width: 100%;
}

.about .exp-edu-skill .company .exp img,
.about .exp-edu-skill .education .exp img {
  width: 64px;
  margin-right: 1.6rem;
}

.exp-D {
  display: inline-block;
  width: 100%;
}

.about .exp-edu-skill .company .exp h3,
.about .exp-edu-skill .skill .exp h3,
.about .exp-edu-skill .education .exp h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
  margin: 0 0 .8rem 0;
}

.about .exp-edu-skill .company .exp h3 a,
.about .exp-edu-skill .skill .exp h3 a,
.about .exp-edu-skill .education .exp h3 a {
  display: inline-block;
  width: 100%;
}

.about .exp-edu-skill .company .exp h3 a:after,
.about .exp-edu-skill .skill .exp h3 a:after,
.about .exp-edu-skill .education .exp h3 a:after {
  content: "";
  background: url(../images/about/arrow-right-up.svg) no-repeat;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  transition: 0.5s;
  position: absolute;
  right: 0;
}

.company,
.education {
  margin-top: 4rem;
  margin-bottom: 7rem;
}

.exp {
  margin-bottom: 2.4rem;
  border-top: 1px solid #E2E8F0;
  padding-top: 2.4rem;
}

.exp:first-child {
  border-top: 0;
  padding-top: 0;
}

.white-shadow {
  content: "";
  background: var(--bg);
  position: absolute;
  width: 1440px;
  height: 50px;
  left: 50%;
  margin-top: -40px;
  transform: translateX(-50%);
  filter: blur(20px);
}

.about .exp-edu-skill .company .exp h3 a:hover,
.about .exp-edu-skill .skill .exp h3 a:hover,
.about .exp-edu-skill .education .exp h3 a:hover {
  color: inherit;
}

.about .exp-edu-skill .company .exp h3 a:hover:after,
.about .exp-edu-skill .skill .exp h3 a:hover:after,
.about .exp-edu-skill .education .exp h3 a:hover:after {
  transform: translate(5px, -5px);
}

.about .exp-edu-skill .company .exp b,
.about .exp-edu-skill .skill .exp b,
.about .exp-edu-skill .education .exp b {
  font-size: 1.6rem;
  font-weight: normal;
  color: #475569;
  display: inline-block;
  line-height: normal;
}

.skill {
  margin-top: 4.8rem;
}

.about .exp-edu-skill .company .exp span,
.about .exp-edu-skill .skill .exp span,
.about .exp-edu-skill .education .exp span {
  font-size: 1.6rem;
  color: #475569;
  margin-left: 1.6rem;
  line-height: normal;
  width: 100%;
  font-weight: normal;
}

.about .exp-edu-skill .company .exp span:before,
.about .exp-edu-skill .skill .exp span:before,
.about .exp-edu-skill .education .exp span:before {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: -10px;
}

.about .exp-edu-skill .education .exp b {
  line-height: normal;
}

@media only screen and (max-width:1180px) {

  .clg-1,
  .clg-2,
  .clg-3,
  .clg-4,
  .clg-5,
  .clg-6,
  .clg-7,
  .clg-8,
  .clg-9,
  .clg-10,
  .clg-11,
  .clg-12,
  .cmd-1,
  .cmd-2,
  .cmd-3,
  .cmd-4,
  .cmd-5,
  .cmd-6,
  .cmd-7,
  .cmd-8,
  .cmd-9,
  .cmd-10,
  .cmd-11,
  .cmd-12,
  .csm-1,
  .csm-2,
  .csm-3,
  .csm-4,
  .csm-5,
  .csm-6,
  .csm-7,
  .csm-8,
  .csm-9,
  .csm-10,
  .csm-11,
  .csm-12,
  .cxs-1,
  .cxs-2,
  .cxs-3,
  .cxs-4,
  .cxs-5,
  .cxs-6,
  .cxs-7,
  .cxs-8,
  .cxs-9,
  .cxs-10,
  .cxs-11,
  .cxs-12 {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    float: left;
  }

  .overW {
    overflow-x: auto;
    width: 100%;
  }

  .overW ul {
    display: flex;
  }

  .ML {
    margin-left: 2.4rem;
  }

  .intro h1 {
    font-size: 4.8rem;
    line-height: 5.4rem;
    margin: 3rem 0;
  }

  .intro p {
    margin-right: 0;
  }

  .wido-box {
    margin: -16rem 14rem 0;
  }

  .bking .w-intro p,
  .work .z5 .w-intro p,
  .work .modling-3d .w-intro p,
  .work .imdb .w-intro p,
  .work .bms .w-intro p,
  .zee .w-intro p {
    margin: 2rem 24rem 1rem;
  }

  .work .bking h3,
  .work .bms h3,
  .work .imdb h3,
  .work .modling-3d h3,
  .work .z5 h3 {
    margin: 2.4rem 0 3rem;
  }

  .bking .w-about h3,
  .work .z5 .w-about h3,
  .work .modling-3d .w-about h3,
  .work .imdb .w-about h3,
  .work .bms .w-about h3,
  .zee .w-about h3 {
    margin: 4rem 14rem 2rem;
  }

  .bking .w-about ol,
  .work .z5 .w-about ol,
  .work .modling-3d .w-about ol,
  .work .imdb .w-about ol,
  .work .bms .w-about ol,
  .zee .w-about ol {
    margin: 0.5rem 14rem 0;
  }

  .work .bking .product-live img,
  .work .bms .product-live img,
  .work .imdb .product-live img,
  .work .modling-3d .product-live img,
  .work .z5 .product-live img {
    width: 90px;
    margin: 1.6rem 1.6rem 0 0;
  }

  .work .modling-3d .modling-3d-inner:before {
    z-index: -1;
  }

  .work .model:after {
    background-size: 60%;
    position: absolute;
    top: -21.5rem;
    left: auto;
    right: -45rem;
    z-index: 9;
  }

  .work .modling-3d .modling-3d-inner {
    margin-top: 4rem;
  }

  .work .modling-3d {
    height: 38rem;
  }

  .work {
    margin: 8rem 10.8rem 4rem;
  }

  .about .about-txt {
    margin: 4rem 8rem auto;
  }

  .about .exp-edu-skill {
    margin: 4rem 8rem auto;
  }

  .bking .w-about .gray-bg,
  .work .z5 .w-about .gray-bg,
  .work .modling-3d .w-about .gray-bg,
  .work .imdb .w-about .gray-bg,
  .work .bms .w-about .gray-bg,
  .zee .w-about .gray-bg {
    margin: 4rem auto 0;
  }

  .bking .w-about h2,
  .work .z5 .w-about h2,
  .work .modling-3d .w-about h2,
  .work .imdb .w-about h2,
  .work .bms .w-about h2,
  .zee .w-about h2 {
    margin: 4rem 14rem 0;
  }

  .bking .w-about p,
  .work .z5 .w-about p,
  .work .modling-3d .w-about p,
  .work .imdb .w-about p,
  .work .bms .w-about p,
  .zee .w-about p {
    margin: 2rem 14rem 0;
  }

  .bking .W-nextprv,
  .work .z5 .W-nextprv,
  .work .modling-3d .W-nextprv,
  .work .imdb .W-nextprv,
  .work .bms .W-nextprv,
  .zee .W-nextprv {
    padding: 0 4.8rem;
  }
}

@media only screen and (max-width: 768px) {

  .bking .w-intro p,
  .work .z5 .w-intro p,
  .work .modling-3d .w-intro p,
  .work .imdb .w-intro p,
  .work .bms .w-intro p,
  .zee .w-intro p {
    margin: 2rem 12rem 1rem;
  }

  .bking .w-about h2,
  .work .z5 .w-about h2,
  .work .modling-3d .w-about h2,
  .work .imdb .w-about h2,
  .work .bms .w-about h2,
  .zee .w-about h2 {
    margin: 4rem 4.8rem 0;
  }

  .bking .w-about p,
  .work .z5 .w-about p,
  .work .modling-3d .w-about p,
  .work .imdb .w-about p,
  .work .bms .w-about p,
  .zee .w-about p {
    margin: 2rem 4.8rem 0;
  }

  .work .bking h3,
  .work .bms h3,
  .work .imdb h3,
  .work .modling-3d h3,
  .work .z5 h3 {
    margin: 2.4rem 0 3rem;
  }

  .bking .w-about h3,
  .work .z5 .w-about h3,
  .work .modling-3d .w-about h3,
  .work .imdb .w-about h3,
  .work .bms .w-about h3,
  .zee .w-about h3 {
    margin: 4rem 4.8rem 2rem;
  }

  .bking .w-about ol,
  .work .z5 .w-about ol,
  .work .modling-3d .w-about ol,
  .work .imdb .w-about ol,
  .work .bms .w-about ol,
  .zee .w-about ol {
    margin: 0.5rem 5rem 0;
  }

  .work .bking .product-live img,
  .work .bms .product-live img,
  .work .imdb .product-live img,
  .work .modling-3d .product-live img,
  .work .z5 .product-live img {
    width: 90px;
    margin: 1.6rem 1.6rem 0 0;
  }

  #mainDialog {
    width: 100% !important;
  }

  #dialogText {
    font-size: 4rem !important;
  }

  p#passwordPrompt {
    font-size: 2rem !important;
  }

  /* .cover {
    margin-top: 11rem;
  } */

  h2 {
    font-size: 2.4rem;
  }

  footer {
    padding-top: 6.4rem;
  }

  footer .foot {
    margin: 0 auto 2rem;
    width: 100%;
  }

  footer:before {
    height: 33rem;
    bottom: -35rem;
    left: -168px;
  }

  footer:after {
    height: 36rem;
    bottom: -45rem;
  }

  footer .foot h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin: 1rem 0 1rem 0;
  }

  footer .foot p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0;
  }

  footer .foot p:after {
    width: 1.7rem;
    height: 2.3rem;
    right: auto;
    left: 50%;
  }

  footer .foot a {
    font-size: 1.4rem;
  }

  .projet span,
  .work .modling-3d span,
  .work .imdb span,
  .work .bms span {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .projet p,
  .work .modling-3d p,
  .work .imdb p,
  .work .bms p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-width: 100%;
  }

  .work .modling-3d .modling-3d-inner {
    margin: 4rem 2.4rem;
  }

  .projet a.project,
  .work .modling-3d a.project,
  .work .imdb a.project,
  .work .bms a.project {
    font-size: 1.4rem;
    margin: 4rem 2.4rem;
  }

  .work .modling-3d a.project img {
    margin: 0 8px 0 0px
  }

  .work .model:after {
    content: "";
    background: url(../images/home/work-3D.png) no-repeat;
    width: 107.4rem;
    height: 91.8rem;
    background-size: 44%;
    position: absolute;
    top: -108px;
    left: auto;
    right: -58rem;
    z-index: 9;
  }

  .work .modling-3d .modling-3d-inner:after {
    top: -110px;
    left: -130px;
  }

  .ML {
    margin-left: 0;
  }

  .intro {
    padding: 3.6rem;
  }

  .intro span {
    font-size: 1.8rem;
  }

  .intro span img {
    display: inline-block !important;
    width: 2.4rem;
  }

  .intro h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin: 2rem 0;
  }

  .intro p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-right: 0rem;
  }

  .intro a {
    font-size: 1.4rem;
    margin: 2rem 0;
  }

  .intro img {
    display: none;
  }

  .intro:before,
  .intro:after {
    width: 33.1rem;
  }

  .client-work {
    padding: 2.4rem 0rem 1rem 0rem;
    margin: 0 1.6rem;
  }

  .client-work h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 2rem;
  }

  .client-work h4:before,
  .client-work h4:after {
    width: 35%;
  }

  .wido {
    margin: 4rem 4.8rem 0;
    padding: 1rem 0 0;
  }

  .wido:before,
  .wido:after {
    content: "";
    width: 54.9rem;
    height: 52.95rem;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .wido:after {
    background-size: 100%;
    width: 42.3rem;
    height: 36.7rem;
    top: auto;
    left: auto;
    bottom: -47px;
    right: 20rem
  }

  .wido h2 {
    margin: 4rem 0 16rem;
  }

  .wido-box {
    top: 0;
    margin: -12rem 8rem 0;
  }

  .wido-box .w-bg {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .wido-box .w-bg img {
    width: 6.5rem;
  }

  .wido-box .w-bg img.ui-img {
    margin-top: 0;
  }

  .wido-box .w-bg h3 {
    font-size: 1.6rem;
  }

  .wido-box .w-bg p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .work {
    margin: 2rem 4.8rem 0;
  }

  .work h2 {
    margin-bottom: 4rem;
  }

  .work .bking,
  .work .z5,
  .work .modling-3d,
  .work .imdb,
  .work .bms {
    height: 29rem;
    margin-bottom: 2.4rem;
  }

  .work .bking .pro-txt,
  .work .bms .pro-txt,
  .work .imdb .pro-txt,
  .work .modling-3d .pro-txt,
  .work .z5 .pro-txt {
    padding-right: 0.8rem;
  }

  .work .bking img,
  .work .z5 img,
  .work .modling-3d img,
  .work .imdb img,
  .work .bms img {
    margin-bottom: 1.2rem;
  }

  .work .bking h3,
  .work .z5 h3,
  .work .modling-3d h3,
  .work .imdb h3,
  .work .bms h3 {
    font-size: 1.8rem;
    margin: 6rem 0 2rem;
  }

  .work .bking .product-live,
  .work .z5 .product-live,
  .work .modling-3d .product-live,
  .work .imdb .product-live,
  .work .bms .product-live {
    float: right;
    opacity: 0.5;
  }

  .work .bking .product-live p,
  .work .z5 .product-live p,
  .work .modling-3d .product-live p,
  .work .imdb .product-live p,
  .work .bms .product-live p {
    font-size: 0.6rem;
  }

  .work .bking .product-live img,
  .work .z5 .product-live img,
  .work .modling-3d .product-live img,
  .work .imdb .product-live img,
  .work .bms .product-live img {
    margin: 2.4rem 2.4rem 0 0;
    width: 7rem;
  }

  .work .bking .pro-txt span,
  .work .z5 .pro-txt span,
  .work .modling-3d .pro-txt span,
  .work .imdb .pro-txt span,
  .work .bms .pro-txt span {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .work .bking .pro-txt p,
  .work .z5 .pro-txt p,
  .work .modling-3d .pro-txt p,
  .work .imdb .pro-txt p,
  .work .bms .pro-txt p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-width: 100%;
  }

  .work .bking .pro-txt h6,
  .work .z5 .pro-txt h6,
  .work .modling-3d .pro-txt h6,
  .work .imdb .pro-txt h6,
  .work .bms .pro-txt h6 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .work .bking .pro-txt a.read,
  .work .z5 .pro-txt a.read,
  .work .modling-3d .pro-txt a.read,
  .work .imdb .pro-txt a.read,
  .work .bms .pro-txt a.read {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .work .bking .pro-txt a.read:after,
  .work .z5 .pro-txt a.read:after,
  .work .modling-3d .pro-txt a.read:after,
  .work .imdb .pro-txt a.read:after,
  .work .bms .pro-txt a.read:after {
    width: 1.9rem;
    height: 1.9rem;
  }

  .work .bking:after,
  .work .z5:after,
  .work .modling-3d:after,
  .work .imdb:after,
  .work .bms:after {
    width: 38.3rem;
    height: 34.6rem;
  }

  .work .z5:after {
    width: 20.1rem;
    height: 32.2rem;
    bottom: 0;
  }

  .work .modling-3d {
    margin: 0;
    height: 32rem;
    padding: 16px;
    margin-bottom: 2.4rem;
  }

  .work .modling-3d:after {
    width: 43.6rem;
    height: 36.1rem;
    top: 12rem;
    right: -6rem;
  }

  .work .modling-3d .modling-3d-inner {
    max-width: 340px;
    margin: 0 2.4rem
  }

  /* .work .imdb {
    background: #4d4841;
  } */
  .work .imdb:after {
    width: 34.5rem;
    height: 31rem;
    bottom: -9rem;
    left: 1.6rem;
  }

  /* .work .bms {
    background: #144dde;
  } */
  .work .bms:after {
    width: 50rem;
    height: 36rem;
    bottom: -9rem;
    left: -3rem;
  }

  .bking h1,
  .work .z5 h1,
  .work .modling-3d h1,
  .work .imdb h1,
  .work .bms h1,
  .zee h1 {
    font-size: 4rem;
  }

  .bking .w-points,
  .work .z5 .w-points,
  .work .modling-3d .w-points,
  .work .imdb .w-points,
  .work .bms .w-points,
  .zee .w-points {
    margin: 0 2rem;
  }

  .bking .w-points ul,
  .work .z5 .w-points ul,
  .work .modling-3d .w-points ul,
  .work .imdb .w-points ul,
  .work .bms .w-points ul,
  .zee .w-points ul {
    margin: 2rem 0 0;
  }

  .bking .w-points ul li,
  .work .z5 .w-points ul li,
  .work .modling-3d .w-points ul li,
  .work .imdb .w-points ul li,
  .work .bms .w-points ul li,
  .zee .w-points ul li {
    width: 33%;
    margin-bottom: 3rem;
    text-align: center;
  }

  .bking .w-about .ui-laptop,
  .work .z5 .w-about .ui-laptop,
  .work .modling-3d .w-about .ui-laptop,
  .work .imdb .w-about .ui-laptop,
  .work .bms .w-about .ui-laptop,
  .zee .w-about .ui-laptop {
    margin: 2rem auto 0;
  }

  .bking .w-about .W-frame,
  .work .z5 .w-about .W-frame,
  .work .modling-3d .w-about .W-frame,
  .work .imdb .w-about .W-frame,
  .work .bms .w-about .W-frame,
  .zee .w-about .W-frame {
    max-width: 91.5rem;
    margin: 4rem auto 0;
  }

  .bking .w-about .W-frame img,
  .work .z5 .w-about .W-frame img,
  .work .modling-3d .w-about .W-frame img,
  .work .imdb .w-about .W-frame img,
  .work .bms .w-about .W-frame img,
  .zee .w-about .W-frame img {
    width: 27.4rem;
    margin: 0;
  }

  .bking .w-about .W-frame .B-left,
  .work .z5 .w-about .W-frame .B-left,
  .work .modling-3d .w-about .W-frame .B-left,
  .work .imdb .w-about .W-frame .B-left,
  .work .bms .w-about .W-frame .B-left,
  .zee .w-about .W-frame .B-left {
    float: none;
    margin: 0 auto;
  }

  .bking .w-about .W-frame .B-center,
  .work .z5 .w-about .W-frame .B-center,
  .work .modling-3d .w-about .W-frame .B-center,
  .work .imdb .w-about .W-frame .B-center,
  .work .bms .w-about .W-frame .B-center,
  .zee .w-about .W-frame .B-center {
    display: table;
    margin: 0 auto;
  }

  .bking .w-about .W-frame .B-right,
  .work .z5 .w-about .W-frame .B-right,
  .work .modling-3d .w-about .W-frame .B-right,
  .work .imdb .w-about .W-frame .B-right,
  .work .bms .w-about .W-frame .B-right,
  .zee .w-about .W-frame .B-right {
    float: none;
    margin: 0 auto;
  }

  .bking .w-about .W-frame .box,
  .work .z5 .w-about .W-frame .box,
  .work .modling-3d .w-about .W-frame .box,
  .work .imdb .w-about .W-frame .box,
  .work .bms .w-about .W-frame .box,
  .zee .w-about .W-frame .box {
    display: inline-block;
    vertical-align: top;
  }

  .bking .w-about .W-frame .box.box1,
  .work .z5 .w-about .W-frame .box.box1,
  .work .modling-3d .w-about .W-frame .box.box1,
  .work .imdb .w-about .W-frame .box.box1,
  .work .bms .w-about .W-frame .box.box1,
  .zee .w-about .W-frame .box.box1 {
    margin-top: 2rem;
  }

  .bking .w-about .W-frame .box.box2,
  .work .z5 .w-about .W-frame .box.box2,
  .work .modling-3d .w-about .W-frame .box.box2,
  .work .imdb .w-about .W-frame .box.box2,
  .work .bms .w-about .W-frame .box.box2,
  .zee .w-about .W-frame .box.box2 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box3,
  .work .z5 .w-about .W-frame .box.box3,
  .work .modling-3d .w-about .W-frame .box.box3,
  .work .imdb .w-about .W-frame .box.box3,
  .work .bms .w-about .W-frame .box.box3,
  .zee .w-about .W-frame .box.box3 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box4,
  .work .z5 .w-about .W-frame .box.box4,
  .work .modling-3d .w-about .W-frame .box.box4,
  .work .imdb .w-about .W-frame .box.box4,
  .work .bms .w-about .W-frame .box.box4,
  .zee .w-about .W-frame .box.box4 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box5,
  .work .z5 .w-about .W-frame .box.box5,
  .work .modling-3d .w-about .W-frame .box.box5,
  .work .imdb .w-about .W-frame .box.box5,
  .work .bms .w-about .W-frame .box.box5,
  .zee .w-about .W-frame .box.box5 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box6,
  .work .z5 .w-about .W-frame .box.box6,
  .work .modling-3d .w-about .W-frame .box.box6,
  .work .imdb .w-about .W-frame .box.box6,
  .work .bms .w-about .W-frame .box.box6,
  .zee .w-about .W-frame .box.box6 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box7,
  .work .z5 .w-about .W-frame .box.box7,
  .work .modling-3d .w-about .W-frame .box.box7,
  .work .imdb .w-about .W-frame .box.box7,
  .work .bms .w-about .W-frame .box.box7,
  .zee .w-about .W-frame .box.box7 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box8,
  .work .z5 .w-about .W-frame .box.box8,
  .work .modling-3d .w-about .W-frame .box.box8,
  .work .imdb .w-about .W-frame .box.box8,
  .work .bms .w-about .W-frame .box.box8,
  .zee .w-about .W-frame .box.box8 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box9,
  .work .z5 .w-about .W-frame .box.box9,
  .work .modling-3d .w-about .W-frame .box.box9,
  .work .imdb .w-about .W-frame .box.box9,
  .work .bms .w-about .W-frame .box.box9,
  .zee .w-about .W-frame .box.box9 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box10,
  .work .z5 .w-about .W-frame .box.box10,
  .work .modling-3d .w-about .W-frame .box.box10,
  .work .imdb .w-about .W-frame .box.box10,
  .work .bms .w-about .W-frame .box.box10,
  .zee .w-about .W-frame .box.box10 {
    margin-top: 3rem;
  }

  .bking .w-about .W-frame .box.box11,
  .work .z5 .w-about .W-frame .box.box11,
  .work .modling-3d .w-about .W-frame .box.box11,
  .work .imdb .w-about .W-frame .box.box11,
  .work .bms .w-about .W-frame .box.box11,
  .zee .w-about .W-frame .box.box11 {
    margin-top: 3rem;
  }

  .bking .W-nextprv,
  .work .z5 .W-nextprv,
  .work .modling-3d .W-nextprv,
  .work .imdb .W-nextprv,
  .work .bms .W-nextprv,
  .zee .W-nextprv {
    display: inline-block;
    width: 100%;
    padding: 0 1rem 3rem;
  }
}

@media only screen and (max-width: 767px) {
  /* .cover {
    margin-top: 9rem
  } */

  .bking .w-intro p,
  .work .z5 .w-intro p,
  .work .modling-3d .w-intro p,
  .work .imdb .w-intro p,
  .work .bms .w-intro p,
  .zee .w-intro p {
    margin: 1.6rem 1.6rem 1rem;
  }

  .bking .w-about h2,
  .work .z5 .w-about h2,
  .work .modling-3d .w-about h2,
  .work .imdb .w-about h2,
  .work .bms .w-about h2,
  .zee .w-about h2 {
    margin: 1.6rem 1.6rem 0;
    font-size: 3rem;
  }

  .bking .w-about p,
  .work .z5 .w-about p,
  .work .modling-3d .w-about p,
  .work .imdb .w-about p,
  .work .bms .w-about p,
  .zee .w-about p {
    margin: 1.6rem 1.6rem 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .work .bking h3,
  .work .bms h3,
  .work .imdb h3,
  .work .modling-3d h3,
  .work .z5 h3 {
    margin: 2.4rem 0 3rem;
  }

  .bking .w-about h3,
  .work .z5 .w-about h3,
  .work .modling-3d .w-about h3,
  .work .imdb .w-about h3,
  .work .bms .w-about h3,
  .zee .w-about h3 {
    margin: 1.6rem 1.6rem 2rem;
    font-size: 2.4rem;
  }

  .bking .w-about ol,
  .work .z5 .w-about ol,
  .work .modling-3d .w-about ol,
  .work .imdb .w-about ol,
  .work .bms .w-about ol,
  .zee .w-about ol {
    margin: 0.5rem 2.4rem 0;
  }

  .work .bking .product-live img,
  .work .bms .product-live img,
  .work .imdb .product-live img,
  .work .modling-3d .product-live img,
  .work .z5 .product-live img {
    width: 80px;
    margin: 0 1.6rem 0 0;
  }

  .bking .w-points ul,
  .work .z5 .w-points ul,
  .work .modling-3d .w-points ul,
  .work .imdb .w-points ul,
  .work .bms .w-points ul,
  .zee .w-points ul {
    padding-bottom: 0;
  }

  .bking .w-points ul li,
  .work .z5 .w-points ul li,
  .work .modling-3d .w-points ul li,
  .work .imdb .w-points ul li,
  .work .bms .w-points ul li,
  .zee .w-points ul li {
    width: 100%;
  }

  .bking .w-points ul li h3,
  .work .z5 .w-points ul li h3,
  .work .modling-3d .w-points ul li h3,
  .work .imdb .w-points ul li h3,
  .work .bms .w-points ul li h3,
  .zee .w-points ul li h3 {
    margin: 0.8rem 0;
  }

  .bking .w-points ul li p,
  .work .z5 .w-points ul li p,
  .work .modling-3d .w-points ul li p,
  .work .imdb .w-points ul li p,
  .work .bms .w-points ul li p,
  .zee .w-points ul li p {
    max-width: 100%;
  }

  .bking .w-about ol li,
  .work .z5 .w-about ol li,
  .work .modling-3d .w-about ol li,
  .work .imdb .w-about ol li,
  .work .bms .w-about ol li,
  .zee .w-about ol li {
    font-size: 1.6rem;
  }

  #mainDialog {
    width: 100% !important;
    padding: 16px !important;
    margin: 0.8rem !important;
  }

  #dialogText {
    font-size: 3.2rem !important;
    line-height: 4rem;
  }

  p#passwordPrompt {
    font-size: 2rem !important;
    margin: 16px 0 2.4rem;
  }

  p.pass-contact {
    margin: 0 auto 0rem !important;
  }

  #pass {
    max-width: 100%;
    margin: 0 auto !important;
    width: 100%;
  }

  .about {
    margin: 0 1.6rem auto;
  }

  .about .about-txt {
    margin: 1.6rem 1.6rem auto;
  }

  .about .about-txt p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .about .exp-edu-skill {
    margin: 1.6rem 0.8rem auto;
  }

  .about .exp-edu-skill h2 {
    font-size: 3rem;
  }

  .about .exp-edu-skill .company .exp h3,
  .about .exp-edu-skill .skill .exp h3,
  .about .exp-edu-skill .education .exp h3 {
    font-size: 1.8rem;
    line-height: normal;
  }

  .about .exp-edu-skill .company .exp img,
  .about .exp-edu-skill .education .exp img {
    width: 52px;
  }

  .about .exp-edu-skill .company .exp b,
  .about .exp-edu-skill .skill .exp b,
  .about .exp-edu-skill .education .exp b {
    font-size: 1.2rem;
  }

  .about .exp-edu-skill .company .exp span,
  .about .exp-edu-skill .skill .exp span,
  .about .exp-edu-skill .education .exp span {
    font-size: 1.2rem;
  }

  .about .exp-edu-skill .company .exp,
  .about .exp-edu-skill .skill .exp,
  .about .exp-edu-skill .education .exp {
    margin: none;
  }

  footer {
    padding-top: 4rem;
  }

  .overW {
    overflow-x: auto;
    width: 100%;
  }

  .overW ul {
    display: flex;
  }

  .overW ul li img {
    max-width: 17.4rem;
  }

  .intro {
    padding: 0.4rem;
  }

  .intro p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-right: 0rem;
  }

  .client-work h4:before,
  .client-work h4:after {
    width: 13%;
  }

  .wido {
    margin: 4.8rem 1.6rem 0;
    padding: 1rem 0 0;
  }

  .wido-box {
    margin: -4rem 2rem 0;
  }

  .wido h2 {
    margin: 4rem 0 8rem;
  }

  .work {
    margin: 2rem 2.4rem 0;
  }

  .work .bking,
  .work .z5,
  .work .modling-3d,
  .work .imdb,
  .work .bms {
    height: 100%;
    padding: 0.8rem 1.8rem;
  }

  .work .bking h3,
  .work .bms h3,
  .work .imdb h3,
  .work .z5 h3 {
    margin: 1.6rem;
  }

  .work .bking .pro-txt,
  .work .bms .pro-txt,
  .work .imdb .pro-txt,
  .work .modling-3d .pro-txt,
  .work .z5 .pro-txt {
    padding: 0 0 0 1.6rem;
  }

  .work .bking .pro-txt a.read,
  .work .z5 .pro-txt a.read,
  .pro-txt a.read,
  .work .imdb .pro-txt a.read,
  .work .bms .pro-txt a.read {
    margin: 2.4rem 0;
  }

  .projet span,
  .work .imdb span,
  .work .bms span {
    margin: 0 1.6rem;
  }

  .projet p,
  .work .imdb p,
  .work .bms p {
    padding: 1.6rem 0 0 1.6rem;
  }

  .projet a.project,
  .work .imdb a.project,
  .work .bms a.project {
    margin: 2.4rem 1.6rem;
  }

  .work .modling-3d {
    height: 50rem;
  }

  .work .modling-3d .modling-3d-inner {
    margin: 0;
  }

  .work .model:after {
    top: 125px;
    right: -68rem;
  }

  .work .modling-3d a.project {
    margin: 2.4rem 1.6rem 0 0;
    display: block;
  }

  .work .bking .pro-txt a.read:after,
  .work .z5 .pro-txt a.read:after,
  .work .modling-3d .pro-txt a.read:after,
  .work .imdb .pro-txt a.read:after,
  .work .bms .pro-txt a.read:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}




#dialogText {
  color: #201b13;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin: 24px 0 0;
}

#dialogWrap {
  height: 100%;
  display: flex;
  background-color: #EEEEEE;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#dialogWrapCell {
  display: flex;
  z-index: 9;
}

#mainDialog {
  width: 840px;
  margin: 5px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: left;
  padding: 24px;
}

.grad,
.grad1 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.grad:before {
  height: 70rem;
  width: 41.1rem;
  position: absolute;
  content: "";
  background-image: linear-gradient(169deg, #fbc2eb 13%, #f9f8fc 101%);
  left: 0;
  top: 0;
  transform: rotate(-15deg);
  filter: blur(104px);
  z-index: 0;
}

.grad:after {
  height: 31rem;
  width: 32.1rem;
  position: absolute;
  content: "";
  background-image: linear-gradient(237deg, #c2e9fb 67%, #78aafc 14%);
  left: 0;
  top: 0;
  filter: blur(93px);
  z-index: 0;
}

.grad1:before {
  content: "";
  position: absolute;
  width: 94.3rem;
  height: 16rem;
  transform: rotate(-225deg);
  filter: blur(104px);
  background-image: linear-gradient(296deg, #fbc2eb 69%, #f9f8fc -2%);
  bottom: 0;
  right: 0;
  z-index: 0;
  margin: 0 8rem 0 0;
}

.grad1:after {
  content: "";
  position: absolute;
  width: 29.3rem;
  height: 15.9rem;
  transform: rotate(-285deg);
  filter: blur(93px);
  background-image: linear-gradient(262deg, #c2e9fb 89%, #78aafc -3%);
  bottom: 0;
  right: 0;
  z-index: 0;
}

#passArea {
  text-align: center;
}

::placeholder {
  color: rgba(0, 16, 58, 0.24);
  font-size: 24px;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 16, 58, 0.24);
  font-size: 24px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 16, 58, 0.24);
  font-size: 24px;
}

#pass {
  height: 60px;
  font-size: 30px;
  max-width: 50rem;
  margin: 0 24px auto;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 5px 16px 0 rgb(0 16 58 / 24%);
  border: solid 1px rgba(0, 16, 58, 0.24);
  z-index: 9;
  vertical-align: middle;
}

p#passwordPrompt {
  font-size: 24px;
  text-align: center;
  margin: 16px 0 48px;
  color: #201b13;
}

#messageWrapper {
  vertical-align: middle;
  line-height: 30px;
}

p.pass-contact {
  font-size: 16px;
  color: #4d4841;
  max-width: 50rem;
  margin: 0 auto 4rem;
  line-height: 1.5;
  z-index: 9;
}

p.pass-contact a {
  font-weight: bold;
  text-decoration: underline;
}

p.pass-contact a:hover {
  font-weight: bold;
  text-decoration: none;
}

.notifyText {
  display: none;
}

#invalidPass {
  color: red;
  font-size: 18px;
  font-weight: bold;
}

#success {
  color: green;
  font-size: 18px;
  font-weight: bold;
}

#submitPass {
  font-size: 1.6rem;
  line-height: 0;
  color: #fff;
  background: #201b13;
  padding: 3rem 5rem;
  border-radius: 1.6rem;
  box-shadow: 0 0.5rem 1.6rem 0 rgb(0 16 58 / 24%);
  display: inline-block;
  margin: 2rem 0;
  transition: .5s;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

#submitPass:hover {
  background: #144dde;
}

#contentFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#attribution {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 0.8em;
}

#attribution,
#attribution a {
  color: #999;
}

.error {
  display: none;
  color: red;
}

.backtohome a {
  float: right;
  z-index: 999;
  cursor: pointer;
}

.backtohome a:before,
.backtohome a:after {
  position: absolute;
  content: " ";
  height: 1.8rem;
  width: 1.6px;
  background-color: #201b13;
  transform: rotate(45deg);
}

.backtohome a:after {
  transform: rotate(-45deg);
}

/* Footer Nav Grid Custom Styles */
.footer-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin: 0 auto !important;
  width: 100% !important;
  padding: 0 !important;
  max-width: 1440px;
}

.footer-nav-grid .nav-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 4rem;
}


.footer-nav-grid .nav-prev {
  border-right: 1px solid #EAEAEA;
}

.footer-nav-grid .product-live {
  border-right: 1px solid #EAEAEA;
  border-top: none;
  border-left: none;
  border-bottom: none;
  margin: 0 !important;
  padding: 4rem 1rem !important;
  width: auto !important;
}

.footer-nav-grid .product-live p {
  color: #38322b;
  margin: 0;
  font-size: 1.6rem;
}

.footer-nav-grid .product-live .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 1.5rem;
}

.footer-nav-grid .product-live .social a {
  display: inline-block;
  transition: 0.5s;
  margin: 0 !important;
  padding: 0;
}

.footer-nav-grid .product-live .social a.ios {
  background: url(../images/Work/ios.svg) no-repeat;
  width: 3.3rem;
  height: 4rem;
}

.footer-nav-grid .product-live .social a.ios:hover {
  background: url(../images/Work/ios-hover.svg) no-repeat;
}

.footer-nav-grid .product-live .social a.android {
  background: url(../images/Work/playstore.svg) no-repeat;
  width: 3.3rem;
  height: 3.5rem;
}

.footer-nav-grid .product-live .social a.android:hover {
  background: url(../images/Work/playstore-hover.svg) no-repeat;
}

.footer-nav-grid .product-live .social a.web {
  background: url(../images/Work/web.svg) no-repeat;
  width: 4.4rem;
  height: 2.9rem;
}

.footer-nav-grid .product-live .social a.web:hover {
  background: url(../images/Work/web-hover.svg) no-repeat;
}

.footer-nav-grid .nav-prev a.prv,
.footer-nav-grid .nav-next a.next {
  float: none !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
}