@charset "UTF-8"; /*!
 * case-stocky
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2019 Diffco.us. All rights reserved.
 */ /*!
 * _descriptions.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2019 Diffco.us. All rights reserved.
 */
.back {
  top: 104px;
  left: 0;
}
.back svg {
  fill: #131426;
}
.back a::before {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .back {
    top: 105px;
  }
}
.caseNift {
  color: #fff;
}
.caseNift .title {
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 72px;
}
@media (max-width: 1279px) {
  .caseNift .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .caseNift .title {
    font-size: 28px;
    line-height: 44px;
  }
}
.caseNift .intro {
  background: url(../images/casenift/intro-bg@2x.jpg) no-repeat top center;
  background-size: cover;
  min-height: 500px;
  text-align: center;
  color: #fff;
  padding: 168px 0 130px;
}
@media (max-width: 1279px) {
  .caseNift .intro {
    padding: 120px 0 80px;
  }
}
@media (max-width: 767px) {
  .caseNift .intro {
    padding: 120px 0 40px;
  }
}
.caseNift .intro__content {
  max-width: 966px;
  margin: 0 auto;
}
.caseNift .intro .logo {
  margin-bottom: 40px;
}
.caseNift .intro h1 {
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .caseNift .intro h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .caseNift .intro h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.caseNift .intro p {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 80px;
}
@media (max-width: 1279px) {
  .caseNift .intro p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .caseNift .intro p {
    font-size: 14px;
    line-height: 20px;
  }
}
.caseNift .intro .art {
  max-width: 1054px;
  margin: 0 auto;
}
.caseNift .intro .art img {
  max-width: 100%;
}
.caseNift .section2 {
  padding: 120px 0;
  background: linear-gradient(180deg, #161722 0, #0d0d0d 100%);
}
@media (max-width: 1279px) {
  .caseNift .section2 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .caseNift .section2 {
    padding: 60px 0;
  }
}
.caseNift .section2 .title {
  text-align: center;
  margin-bottom: 64px;
}
.caseNift .section2 .wrap-v4 {
  max-width: 1080px;
}
.caseNift .section2 .items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1279px) {
  .caseNift .section2 .items {
    gap: 60px;
  }
}
.caseNift .section2 .items .item__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}
@media (max-width: 767px) {
  .caseNift .section2 .items .item__content {
    flex-direction: column;
    gap: 20px;
  }
}
.caseNift .section2 .items .item__art {
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  .caseNift .section2 .items .item__art {
    order: -1;
  }
}
.caseNift .section2 .items .item__art img {
  max-width: 100%;
}
.caseNift .section2 .items .item__text {
  flex: 1 1 calc(50% - 64px);
}
.caseNift .section2 .items .item h3 {
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .caseNift .section2 .items .item h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .caseNift .section2 .items .item h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.caseNift .section2 .items .item p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.caseNift .section3 {
  padding-top: 120px;
  text-align: center;
  background: url(../images/casenift/s3-bg.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 1279px) {
  .caseNift .section3 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .caseNift .section3 {
    padding-top: 64px;
  }
}
.caseNift .section3 .title {
  margin-bottom: 16px;
}
.caseNift .section3 p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 107px;
}
@media (max-width: 767px) {
  .caseNift .section3 p {
    margin-bottom: 60px;
  }
}
.caseNift .section3__art {
  max-width: 1280px;
  margin: 0 auto;
}
.caseNift .section3__art img {
  max-width: 100%;
}
.caseNift .section4 {
  background: #161722;
  overflow: hidden;
  padding-top: 180px;
}
@media (max-width: 1279px) {
  .caseNift .section4 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .caseNift .section4 {
    padding-top: 64px;
  }
}
.caseNift .section4 .row {
  display: flex;
  flex-direction: row;
  gap: 102px;
}
@media (max-width: 1279px) {
  .caseNift .section4 .row {
    align-items: flex-end;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .caseNift .section4 .row {
    flex-direction: column;
    gap: 40px;
  }
}
.caseNift .section4 .row .left {
  flex: 1 1 50%;
  max-width: 455px;
  padding-top: 32px;
}
@media (max-width: 1279px) {
  .caseNift .section4 .row .left {
    max-width: 50%;
    padding-top: 0;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .caseNift .section4 .row .left {
    max-width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
}
.caseNift .section4 .row .right {
  flex: 1 1 50%;
  margin-right: -85px;
}
@media (max-width: 1279px) {
  .caseNift .section4 .row .right {
    margin-right: -100px;
  }
}
@media (max-width: 767px) {
  .caseNift .section4 .row .right {
    margin-right: 0;
  }
}
.caseNift .section4 .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .caseNift .section4 .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
.caseNift .section4 p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .caseNift .section4 p {
    font-size: 14px;
    line-height: 20px;
  }
}
.caseNift .section4__art {
  display: flex;
}
.caseNift .section4__art img {
  max-width: 100%;
}
.caseNift .section5 {
  overflow: hidden;
  background:
    url(../images/casenift/s5-art.png) no-repeat calc(50% - 328px) 50%,
    linear-gradient(180deg, #020202 0, #020202 100%);
  padding: 229px 0;
}
@media (max-width: 1279px) {
  .caseNift .section5 {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .caseNift .section5 {
    background-size: cover;
    background-position: calc(50% - 150px) 50%;
    padding: 80px 0;
  }
}
.caseNift .section5 .wrap-v4 {
  display: flex;
  flex-direction: row;
}
.caseNift .section5__content {
  margin-left: auto;
  max-width: 545px;
}
@media (max-width: 1279px) {
  .caseNift .section5__content {
    max-width: 400px;
  }
}
.caseNift .section5 .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
}
.caseNift .section5 p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.caseNift .section6 {
  background: #161722;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .caseNift .section6 {
    padding: 80px 0;
  }
}
.caseNift .section6 .title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .caseNift .section6 .title {
    margin-bottom: 32px;
  }
}
.caseNift .section6 .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .caseNift .section6 .items {
    flex-direction: column;
    gap: 16px;
  }
}
.caseNift .section6 .items .item {
  flex: 1 1 calc(33.33% - 24px);
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #242533;
}
@media (max-width: 1279px) {
  .caseNift .section6 .items .item {
    flex: 0 0 calc(33.33% - 16px);
  }
}
@media (max-width: 767px) {
  .caseNift .section6 .items .item {
    flex: 1 1 100%;
    width: 100%;
    min-height: 95px;
  }
}
@media (max-width: 1279px) {
  .caseNift .section6 .items .item img {
    transform: scale(0.8);
  }
}
@media (max-width: 1279px) {
  .caseNift .section6 .items .item img {
    transform: scale(0.8);
  }
}
.caseNift .section7 {
  padding: 120px 0;
  background: #181f2f;
}
@media (max-width: 1279px) {
  .caseNift .section7 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .caseNift .section7 {
    padding: 40px 0;
  }
}
.caseNift .section7 .row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 32px;
}
@media (max-width: 1279px) {
  .caseNift .section7 .row {
    flex-direction: column;
    gap: 40px;
  }
}
.caseNift .section7 .row .left {
  flex: 1;
}
.caseNift .section7 .row .left h2 {
  color: #f2f2f2;
  font-family: Gilroy, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  opacity: 0.3;
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .caseNift .section7 .row .left h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .caseNift .section7 .row .left h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.caseNift .section7 .row .left p {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1279px) {
  .caseNift .section7 .row .left p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .caseNift .section7 .row .left p {
    font-size: 18px;
    line-height: 24px;
  }
}
.caseNift .section7 .row .right {
  flex: 0 0 344px;
  text-align: center;
}
@media (max-width: 1279px) {
  .caseNift .section7 .row .right {
    width: 100%;
    flex: 1;
  }
}
.caseNift .section7 .row .right .photo {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 32px;
}
.caseNift .section7 .row .right .photo img {
  max-width: 100%;
}
.caseNift .section7 .row .right .name {
  color: #f2f2f2;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
}
@media (max-width: 767px) {
  .caseNift .section7 .row .right .name {
    font-size: 20px;
    line-height: 28px;
  }
}
.caseNift .section7 .row .right .position {
  color: #f2f2f2;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .caseNift .section7 .row .right .position {
    font-size: 16px;
  }
}
.caseNift .other-cases {
  padding: 100px 0;
  background: #e2e2e9;
}
@media (max-width: 1279px) {
  .caseNift .other-cases {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .caseNift .other-cases {
    padding: 40px 0;
  }
}
.caseNift .other-cases .title {
  color: #010101;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 64px;
}
@media (max-width: 1279px) {
  .caseNift .other-cases .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .caseNift .other-cases .title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.caseNift .other-cases .items {
  display: flex;
  flex-direction: row;
  gap: 26px;
}
@media (max-width: 767px) {
  .caseNift .other-cases .items {
    flex-direction: column;
  }
}
.caseNift .other-cases .items .item {
  flex: 1 1 33.33%;
  color: #131426;
}
@media (max-width: 767px) {
  .caseNift .other-cases .items .item {
    flex: 1 1 100%;
  }
}
.caseNift .other-cases .items .item__art {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
}
.caseNift .other-cases .items .item__art a {
  display: flex;
}
.caseNift .other-cases .items .item__art img {
  max-width: 100%;
}
.caseNift .other-cases .items .item__title h3 {
  color: #131426;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
}
@media (max-width: 1279px) {
  .caseNift .other-cases .items .item__title h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .caseNift .other-cases .items .item__title h3 {
    text-align: center;
  }
}
.caseNift .other-cases .see-more-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px;
  align-items: center;
  background: linear-gradient(
    90.22deg,
    #ffbd12 0,
    #e03d3d 53.72%,
    #cd21e9 101.11%
  );
  border-radius: 12px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .caseNift .other-cases .see-more-container {
    flex-direction: column;
    padding: 24px;
  }
}
@media (min-width: 1280px) {
  .caseNift .other-cases .see-more-container {
    width: 1300px;
    max-width: 100%;
  }
}
.caseNift .other-cases .see-more-container > p {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .caseNift .other-cases .see-more-container > p {
    margin-right: 24px;
  }
  .caseNift .other-cases .see-more-container > p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .caseNift .other-cases .see-more-container > p {
    text-align: center;
    margin-bottom: 24px;
  }
}
