/*------------------------------------*\
            default.css
\*------------------------------------*/
/*
    * General.....................General use
    * PlayButton
    * Banner
    * cta-and-psd (3.2)
    * psd-import
    * massive-content
    * content-variation
    * compatible-tools
    * showcase
    * learning-resource
    * psd-templates
    * samples-psd-projects
    * learning-psd-source
    * psd-whitepaper
    * tutorial
    * psd-bonus
    * Media Query.................RWD Setting
*/

/*------------------------------------
            $General
------------------------------------*/
.background-color-1 {
    /* background-image: url(../../images/psd/3.2/color-1.png); */
    /* background-repeat: repeat; */
    background-color: #ffeaaf;
}

.background-color-2 {
    background-image: url(../../images/psd/3.2/color-2.png);
    background-repeat: repeat;
}

.background-color-3 {
    background-image: url(../../images/psd/3.2/color-3.png);
    background-repeat: repeat;
}

.background-color-4 {
    background-image: url(../../images/psd/3.2/color-4.png);
    background-repeat: repeat;
}

.text-desc {
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.img-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

/*--- slick overwrite ---*/
.slick-dots {
    position: relative;
}

.slick-dots li button:before {
    color: lightgray;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

span.step {
    background: #dc6c6d;
    font-size: 1.5rem;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: center;
    width: 2.5rem;
}

.rl-play-wrapper.rl-play-black.rl-play-big {
    width: 100px;
    height: 100px;
}

/*24-12, 36-18*/
.rl-play-wrapper.rl-play-black.rl-play-big .rl-play {
    border-width: 24px 0 24px 36px;
}

/*------------------------------------
            $Banner
------------------------------------*/
.banner {
    background-image: url(../../images/psd/3.2/MainBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    height: 27.08333vw; /*520px*/
    min-height: 400px;
    max-height: 520px;
    overflow: hidden;
    position: relative;
}

.banner .img-monster {
    width: 28.020833vw;
    min-width: 300px;
    position: absolute;
    right: 1.041666%; /*20px*/
    top: calc(-5.166846071044134vw + 171.20344456404737px); /*72px*/
    z-index: 0;
}

/*--- button ---*/
.banner .default-btn {
    background-color: #e8380d;
    font-size: calc(0.5vw + 18.4px); /*28-20*/
    width: 172px;
    width: calc(6.25vw + 260px); /*380-280*/
    min-height: calc(1.25vw + 36px); /*60-40*/
}

.banner-heading {
    width: calc(7.638888888888889vw + 709.3333333333334px);
    max-width: 90%;
    position: absolute;
    top: calc(3.90625vw + 15px); /*90-45*/
    left: calc(37.76041666666667vw + -245px); /*1920:480 - 768:45*/
    z-index: 1;
}

.banner-heading .text-wrapper .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.banner-heading .text-wrapper .sub-title span {
    border: 1px solid rgba(236, 236, 236, 0.5);
    color: rgba(236, 236, 236, 0.5);
    font-size: 0.9375vw; /*18px*/
    font-weight: 400;
    padding: 3px 15px;
    margin: 7.5px 20px;
}

.banner-heading .btn-wrapper .play-button {
    color: #fff !important;
    font-size: calc( 23.2px + 0.25vw ); /*28-24*/
}

.banner-heading .btn-wrapper a {
    text-decoration: none;
}

.banner-heading .text-lg {
    font-size: calc(2.625vw + 21.6px); /*72-30*/
    font-weight: 300;
}

.banner-heading .text-desc {
    font-size: calc( 16.8px + 0.375vw ); /*24-18*/
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

.banner-heading .btn-wrapper {
    text-align: left;
}

.banner-heading .btn-wrapper .default-btn,
.banner-heading .btn-wrapper .popup-youtube {
    margin: 20px calc(1.25vw + 11px) 0 0; /*35-15*/
}

.banner-heading .btn-wrapper .play-button > div:first-child {
    margin-right: 20px;
}

.banner .rl-play-wrapper {
    width: calc(1.875vw + 44px); /*80-50*/
    height: calc(1.875vw + 44px);
}

.rl-play {
    /*20-10, 0 20-10, 30-15*/
    border-width: calc(0.625vw + 8px) 0 calc(0.625vw + 8px) calc(0.9375vw + 12px);
}

/*------------------------------------
        $cta-and-psd (3.2)
------------------------------------*/
.cta-and-psd {
    background-color: #f6f6f6;
}

.cta-and-psd .outline li {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.cta-and-psd .vertical-line {
    background-color: #969696;
    float: left;
    margin: 5px calc( 24px + 1.875vw );
    width: 1px;
}

.outline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.cta-outline, .psd-outline {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*------------------------------------
            $psd-import
------------------------------------*/
.psd-import .content-wrapper {
    float: left;
    width: 25%;
}

.psd-import .content-wrapper .text-wrapper {
    width: 90%;
}

.psd-import .popup-youtube p:not(.highlight) {
    color: #4d4d4d;
}

.psd-import .rl-play-wrapper {
    top: 6.7708333vw; /*130*/
    bottom: initial;
}

.psd-import .rl-play-wrapper.rl-play-black {
    width: 100px;
    height: 100px;
}

/*24-12, 36-18*/
.psd-import .rl-play-wrapper.rl-play-black .rl-play {
    border-width: 24px 0 24px 36px;
}

.psd-import .default-btn {
    border: 2px solid #e8380d;
    background: transparent;
    color: #e8380d;
    padding: 0 calc(0.625vw + 18px);
}

/*------------------------------------
        $four-step
------------------------------------*/
.four-step .content-wrapper {
    float: left;
    width: 25%;
}

.four-step .content-wrapper .text-wrapper {
    width: 90%;
}

.four-step .popup-youtube p:not(.highlight) {
    color: #4d4d4d;
}

.four-step .step .rl-play-wrapper {
    top: 6.7708333vw; /*130*/
    bottom: initial;
}

.four-step .step .rl-play-wrapper.rl-play-black {
    width: 100px;
    height: 100px;
}

/*24-12, 36-18*/
.four-step .step .rl-play-wrapper.rl-play-black .rl-play {
    border-width: 24px 0 24px 36px;
}

.four-step .default-btn {
    border: 2px solid #e8380d;
    background: transparent;
    color: #e8380d;
    padding: 0 calc(0.625vw + 18px);
}

/*------------------------------------
        $massive-content
------------------------------------*/
.massive-content .rl-play-wrapper {
    right: 24.92753%; /*344*/
    bottom: 28.102688%; /*185*/
    top: initial;
    left: initial;
}

.massive-content .rl-play-wrapper.rl-play-black {
    width: 100px;
    height: 100px;
}

/*24-12, 36-18*/
.massive-content .rl-play-wrapper.rl-play-black .rl-play {
    border-width: 24px 0 24px 36px;
}

.create-massive-content {
    padding-top: 0;
    padding-bottom: calc(5vw + 24px); /*120-40*/
}

.create-massive-content .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.create-massive-content .heading p {
    color: #82a1ca;
    font-size: calc(0.4305705059203444vw + 19.733046286329387px); /*1920:28 - 991:24*/
    font-weight: 500;
    line-height: 0.8;
    margin-right: 10px;
}

.create-massive-content .underline {
    border-bottom: 1px solid #82a1ca;
    flex: 1;
}

.create-massive-content .style-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 51.449275%;
    margin-right: 40px;
}

.create-massive-content .derivative-assets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 51.449275%);
}

.create-massive-content .message .title {
    font-size: calc(0.2152852529601722vw + 13.866523143164693px); /*1920:18 - 991:16*/
    font-weight: bold;
}

.create-massive-content .message .desc {
    font-size: 0.9375vw;
    line-height: 1.2;
}

.create-massive-content .message {
    position: absolute;
}

.skin-color {
    left: 15px;
    top: 30.91844%; /*190px*/
    max-width: 37.6811594%; /*520px*/
}

.filter-and-shading-style {
    left: 15px;
    top: 102%; /*630px*/
    max-width: 43.47826%; /*600px*/
}

.hair {
    left: 60.14492%; /*830px*/
    top: 17.9%; /*110px*/
    max-width: 34.42029%;
}

.outfit-change {
    left: 60.14492%; /*830px*/
    top: 63.46416%; /*390px*/
    max-width: 40.57971%; /*560px*/
}

.props-accessories {
    left: 60.14492%; /*830px*/
    top: 99.26446%; /*610px*/
    max-width: 40.57971%; /*560px*/
}

/*------------------------------------
        $content-variation
------------------------------------*/
.content-variation {
    background-image: url(../../images/psd/3.2/Background_Gear.jpg);
    background-color: #eef1f8;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

/*------------------------------------
        $compatible-tools
------------------------------------*/
.compatible-tools {
    background-image: url(../../images/psd/toolBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 23.4375vw; /*450px*/
    min-height: 360px;
}

/*--- slick overwrite ---*/
.compatible-tools .slick-track {
    position: static;
}

.compatible-tools .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.compatible-tools .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.compatible-tools .slide-wrapper .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.compatible-tools .slide-wrapper .item {
    padding: 0 30px;
}

.compatible-tools .slide-wrapper img {
    width: 85%;
}

/*------------------------------------
            $showcase
------------------------------------*/
.showcase .rl-rel {
    margin-bottom: calc( 16px + 1.25vw );
}

.showcase .showcase-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto;
    max-width: 560px;
}

.showcase .showcase-container img {
    margin-right: 20px;
    margin-bottom: 20px;
}

/*------------------------------------
        $learning-resource
------------------------------------*/
.learning-resource {
    padding-bottom: calc( 32px + 2.5vw );
}

.learning-resource .col-md-5ths {
    padding-top: 10px;
    padding-bottom: 10px;
}

.learning-resource a {
    color: #4d4d4d;
    text-decoration: none;
}

.learning-resource a button {
    margin: 10px;
}

.learning-resource img {
    margin-bottom: 20px;
}

.learning-resource .title {
    font-weight: 500;
}

.learning-resource .default-btn {
    border: 2px solid #e8380d;
    background: transparent;
    color: #e8380d;
    padding: 0 calc(0.625vw + 18px);
}

/*------------------------------------
            $psd-templates
------------------------------------*/
.psd-templates {
    background-color: #aee5ea;
    padding-bottom: calc( 32px + 2.5vw );
    margin-bottom: 2px;
    position: relative;
}

.psd-templates .desc-wrapper,
.learning-psd-source .desc-wrapper,
.psd-whitepaper .desc-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.psd-templates .col-md-5ths img {
    border: 3px solid #76bdc4;
    margin-bottom: 15px;
}

.psd-templates .highlight {
    margin-bottom: 10px;
}

/*------------------------------------
        $samples-psd-projects
------------------------------------*/
.samples-psd-projects,
.spine-and-wings-samples {
    background-color: #c0db95;
}

.animal-samples,
.free-bone-samples {
    background-color: #e3fabe;
}

.samples-psd-projects {
    position: relative;
}

.samples-psd-projects .desc-wrapper {
    max-width: 620px;
    margin: 0 auto;
}

/*--- 9 Human Samples ---*/
.human-samples .content-wrapper {
    border: 2px solid #fff;

    /*padding: 40px 20px 0 20px;*/
    width: 100%;
    position: relative;
}

.human-samples .content-wrapper .text-wrapper {
    padding: 30px 30px 15px 30px;
}

.human-samples .content-wrapper .step {
    position: absolute;
    top: -20px;
    left: 30px;
}

.human-samples .content-wrapper .desc {
    margin-bottom: 20px;
}

.full-human {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.full-human .content-wrapper {
    border: none;
    background-color: #d4f3a4;
    padding: 30px;
    height: auto;

    /* position: absolute;
    bottom: 0; */
}

.full-human .content-wrapper .step {
    position: static;
}

/* .full-human img{ position: absolute; } */

/*--- 4 Animal Samples ---*/
.animal-samples .content-wrapper {
    border: 3px solid #cddb95;
    width: 100%;
}

.animal-samples .content-wrapper .text-wrapper {
    padding: 30px 15px 30px 30px;
}

.animal-samples .content-wrapper .text-wrapper,
.animal-samples .content-wrapper .img-wrapper {
    width: 50%;
}

/*--- 2 Spine & 1 Wings Samples ---*/
.spine-and-wings-samples .content-wrapper {
    border: 3px solid #fff;

    /*padding: 30px 30px 0 30px;*/
    width: 100%;
}

.spine-and-wings-samples .content-wrapper .text-wrapper {
    padding: 30px;
}

.spine-and-wings-samples .content-wrapper.fish {
    float: left;
    width: 50%;
}

.spine-and-wings-samples .content-wrapper.worm {
    float: left;
    width: calc( 100% - 50% - 30px);
}

.spine-and-wings-samples .content-wrapper.fish .text-wrapper,
.spine-and-wings-samples .content-wrapper.worm .text-wrapper {
    float: left;
    padding: 30px 15px 30px 30px;
    width: 60%;
}

.spine-and-wings-samples .content-wrapper.fish .img-wrapper,
.spine-and-wings-samples .content-wrapper.worm .img-wrapper {
    float: left;
    width: 40%;
}

/*---  5 Free Bone Samples ---*/
.free-bone-samples {
    padding-bottom: calc( 32px + 2.5vw );
}

.free-bone-samples .title-wrapper {
    background-color: #c0db95;
    display: inline-block;
    padding: 20px 10px;
    width: 100%;
    max-width: 320px;
}

.free-bone-samples .title-wrapper p {
    font-size: calc( 16.4px + 0.5vw ); /*26-18*/
    font-weight: 500;
}

.free-bone-samples .content-wrapper {
    border: 3px solid #cddb95;
    height: 100%;
    width: 100%;
}

.free-bone-samples .chain-structure .content-wrapper {
    padding: 30px 15px;
}

.free-bone-samples .chain-structure .text-wrapper {
    margin: 20px auto;
    width: 78%;
}

.free-bone-samples .hierarchical-structure .text-wrapper {
    float: left;
    padding: 30px 15px 30px 30px;
    width: 45%;
}

.free-bone-samples .hierarchical-structure .img-wrapper {
    float: left;
    width: 55%;
}

/*------------------------------------
        $learning-psd-source
------------------------------------*/
.learning-psd-source {
    background-color: #d2c9ca;
    padding-bottom: calc( 32px + 2.5vw );
    margin: 2px 0;
    position: relative;
}

.learning-pse-banner {
    background-color: #737373;
    padding-bottom: calc( 10px + 1vw );
    margin: 2px 0;
    position: relative;
}

/*------------------------------------
        $psd-whitepaper
------------------------------------*/
.psd-whitepaper {
    background-color: #cdcdb5;
    padding-bottom: calc( 32px + 2.5vw );
    margin-bottom: 2px;
    position: relative;
}

/*------------------------------------
            $tutorial
------------------------------------*/
.tutorial {
    background-color: #ffb2a8;
    position: relative;
}

.tutorial .subtitle {
    font-size: 24px;
    margin-top: 15px;
    line-height: 1.1;
}

/*------------------------------------
    $Resource Page Link Banner-1
------------------------------------*/
.resource-page-link {
    background-image: url(../../images/psd/3.2/Resource-Page-Link.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 31.25vw;
    position: relative;
}

.resource-page-link a {
    text-decoration: none;
}

.resource-page-link .button-wrapper a:first-child {
    margin-right: 2.0833333vw;
}

.resource-page-link .default-btn {
    border: 2px solid #e8380d;
    border-radius: 0;
    background: #e8380d;
    color: #fff;
    font-size: 1.1vw; /*28*/
    width: 19.583333333333333333333333333333vw; /*376*/
    min-width: 210px;
    min-height: calc(2.045209903121636vw + 14.731969860064586px); /*1920:54 - 991:35*/
    margin: 10px 0;
    padding-right: 15px;
    padding-left: 5.729166vw; /*110px*/
    position: relative;
    text-align: center;
}

.resource-page-link .default-btn img {
    width: 3.59375vw; /*70px*/
    min-width: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(1.0764262648008611vw + -5.667384284176534px); /*1920:15 - 991:5*/
    margin-top: auto;
    margin-bottom: auto;
}

.resource-page-link .title-wrapper {
    position: absolute;
    left: 13.90625%;
    top: 10%;
}

.resource-page-link .title-wrapper p:first-child {
    color: #393939;
    font-size: 3.5416666vw; /*68px*/
    font-weight: 400;
}

.resource-page-link .title-wrapper p:last-child {
    font-size: 4.166666vw; /*80px*/
}

.resource-page-link .button-wrapper {
    position: absolute;
    left: 18%;
    bottom: 15%;
}

/*------------------------------------
    $Resource Page Link Banner-2
------------------------------------*/
.resource-page-link.resource {
    background-image: url(../../images/psd/3.2/Resource-Page-Link-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 31.25vw;
    position: relative;
}

/*------------------------------------
            $Media Query
------------------------------------*/
@media screen and (max-width: 991px) {
    /*------------------------------------
                $General
    ------------------------------------*/
    .text-desc {
        width: 100%;
    }

    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner {
        min-height: 450px;
    }

    .banner .img-monster {
        top: 45%;
    }
}

@media screen and (max-width: 767px) {
    /*------------------------------------
                $General
    ------------------------------------*/
    .img-title img {
        width: 19.53125vw;
        min-width: 100px;
    }

    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner {
        min-height: 500px;
    }

    .banner-heading {
        padding-right: 30px;
        padding-left: 30px;
        width: 100%;
        max-width: 100%;
        left: 0;
        text-align: center;
    }

    .banner-heading .text-wrapper .sub-title {
        justify-content: center;
    }

    .banner-heading .btn-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner .img-monster {
        width: auto;
        top: 35%;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }

    /*------------------------------------
            $cta-and-psd (3.2)
    ------------------------------------*/
    /* .cta-and-psd .outline li { width: 100%; } */
    .outline-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /*------------------------------------
                $psd-import
    ------------------------------------*/
    .psd-import .content-wrapper {
        width: 100%;
    }

    .psd-import .content-wrapper .text-wrapper {
        margin: 0 auto;
        width: 90%;
    }

    /*------------------------------------
                $psd-import
    ------------------------------------*/
    .four-step .content-wrapper {
        width: 100%;
    }

    .four-step .content-wrapper .text-wrapper {
        margin: 0 auto;
        width: 90%;
    }

    /*------------------------------------
            $massive-content
    ------------------------------------*/
    .massive-content .rl-play-wrapper {
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .create-massive-content .heading {
        display: block;
    }

    .create-massive-content .style-change,
    .create-massive-content .derivative-assets {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .create-massive-content .derivative-assets {
        margin-top: 30px;
    }

    .create-massive-content .message .title {
        font-size: calc(0.4464285714285714vw + 14.571428571428571px); /*768:18px - 320:16px*/
    }

    .create-massive-content .message .desc {
        font-size: 2.34375vw; /*768:18px*/
    }

    .skin-color {
        left: 10.416666%; /*80px*/
        top: 28.46009%; /*195px*/
        max-width: 65.7552%; /*505px*/
    }

    .filter-and-shading-style {
        left: 10.416666%; /*80px*/
        top: initial;
        bottom: calc(-8.928571428571429vw + 53.57142857142857px); /*768:-15 - 320:25*/
        max-width: 77.4739583%; /*595px*/
    }

    .hair {
        left: 23.4375%; /*180px*/
        top: 16.28762%; /*108px*/
        max-width: 63.80208%;
    }

    .outfit-change {
        left: 23.4375%; /*180px*/
        top: 62.2785874%; /*385px*/
        max-width: 63.80208%;
    }

    .props-accessories {
        left: 11.0677%; /*85px*/
        top: 97.05753894%; /*595px*/
        max-width: 75.520833%; /*580px*/
    }

    /*------------------------------------
            $samples-psd-projects
    ------------------------------------*/
    /*--- 9 Human Samples ---*/
    .full-human img,
    .full-human .content-wrapper {
        position: static;
    }

    /*---  5 Free Bone Samples ---*/
    .free-bone-samples .content-wrapper .text-wrapper,
    .free-bone-samples .hierarchical-structure .text-wrapper,
    .free-bone-samples .hierarchical-structure .img-wrapper {
        width: 100%;
    }

    /*------------------------------------
        $Resource Page Link Banner
    ------------------------------------*/
    .resource-page-link {
        background-image: url(../../images/psd/3.2/Resource-Page-Link_mobile.jpg);
        background-position: center;
        height: 135.41666vw;
    }

    .resource-page-link .title-wrapper {
        left: 3.90625vw; /*30px*/

        top: 4%;
    }

    .resource-page-link .title-wrapper p:first-child {
        font-size: 7.16145833vw; /*55px*/
    }

    .resource-page-link .title-wrapper p:last-child {
        font-size: 8.3333333vw; /*64px*/
    }

    .resource-page-link .button-wrapper {
        left: 0;
        right: initial;
        bottom: 3%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .resource-page-link .default-btn {
        font-size: 3.6458333vw; /*28*/
        width: 59.973924vw; /*445*/
        min-width: 210px;
        min-height: calc(4.464285714285714vw + 25.714285714285715px); /*1920:60 - 991:40*/
        padding-left: 15.64537vw; /*120px*/
        margin: 3.2552083vw 0; /*25px*/
    }

    .resource-page-link .default-btn img {
        width: 11.1976166vw; /*86px*/
        min-width: 50px;
        left: calc(2.232142857142857vw + -2.142857142857143px); /*1920:15 - 991:5*/
    }

    .resource-page-link.resource {
        background-image: url(../../images/psd/3.2/Resource-Page-Link-2_mobile.jpg);
        background-position: center;
        height: 135.41666vw;
    }

    .resource-page-link.resource .title-wrapper {
        left: 5.859375vw; /*45px*/

        top: 5%;
    }

    .resource-page-link.resource .button-wrapper {
        right: 0;
        left: 0;
        bottom: 9%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner .img-monster {
        width: auto;
        top: calc(-19.642857142857142vw + 317.85714285714283px); /*600:200 - 320:255*/
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }

    /* .banner-heading .text-lg{ margin-bottom: 10px; } */
    .banner-heading .btn-wrapper .play-button > div:first-child {
        display: none;
    }

    /*------------------------------------
            $compatible-tools
    ------------------------------------*/
    /*360-450*/
    .compatible-tools {
        height: calc(-32.142857142857146vw + 552.8571428571429px);
    }

    /*------------------------------------
            $samples-psd-projects
    ------------------------------------*/
    /*--- 2 Spine & 1 Wings Samples ---*/
    .spine-and-wings-samples .content-wrapper {
        height: auto;
    }

    .spine-and-wings-samples .content-wrapper.fish {
        margin-bottom: 40px;
        width: 100%;
    }

    .spine-and-wings-samples .content-wrapper.worm {
        width: 100%;
    }

    .spine-and-wings-samples .content-wrapper.fish .text-wrapper,
    .spine-and-wings-samples .content-wrapper.worm .text-wrapper,
    .spine-and-wings-samples .content-wrapper.fish .img-wrapper,
    .spine-and-wings-samples .content-wrapper.worm .img-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    /*------------------------------------
            $samples-psd-projects
    ------------------------------------*/
    /*--- 4 Animal Samples ---*/
    .animal-samples .content-wrapper .text-wrapper,
    .animal-samples .content-wrapper .img-wrapper {
        width: 100%;
    }

    /*------------------------------------
            $massive-content
    ------------------------------------*/
    .create-massive-content .message .desc {
        display: none;
    }

    /*------------------------------------
                $showcase
    ------------------------------------*/
    .showcase .showcase-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
