.top-background {
    background: url("../img/bgtop2.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    width: 100%;
    /* max-width: 1140px; */
}

.bottom-background {
      position: relative;
      
      background: url("../img/bgDown2.png");
    /* background-image: url('bottom-image.jpg'); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 65vh;
    padding: 40px 10px 0 0;
    /* width: 100%; */
  }

.bottom-background .join-logo {
    margin-top: 80px;
    font-family: 'Film';
    padding: 10px 20px;
}

.bottom-background .join-logo #text {
    color: #87F55B;
    width: 50%;
    -webkit-text-stroke: 1px black;

}


body,
html {
    margin: 0px;
    padding: 0px;
}
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Knick", sans-serif;
}
@font-face {
    font-family: "Knick";
    src: url("../fonts/Knicknack-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Knick";
    src: url("../fonts/Knicknack-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Knick";
    src: url("../fonts/Knicknack-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Knick";
    src: url("../fonts/Knicknack-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "KnickExt";
    src: url("../fonts/Knicknack-FuzzyBlack.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "KnickExt";
    src: url("../fonts/Knicknack-FuzzyRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "KnickExt";
    src: url("../fonts/Knicknack-FuzzyBold.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Comic-Art";
    src: url("../fonts/Comic-Art.ttf") format("truetype");
    font-weight: 700;
    /* font-style: italic; */
}
@font-face {
    font-family: "Film";
    src: url("../fonts//filmoftyp.otf") format("truetype");
    font-weight: 700;
    /* font-style: italic; */
}
.customize {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f0e8cf; */
}
.customize .customization {
    width: 100%;
    max-width: 1140px;
    margin-top: 100px;
}
.customize .customization .customization__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.customize .customization .customization__form .elem__custom {
    margin-bottom: 48px;
}
.customize .customization .customization__form .elem__custom:last-child {
    margin-bottom: 0px;
}
.customize .customization .customization__form .elem__custom > .custom__box {
    margin-bottom: 25px;
}
.customize .customization .customization__form .elem__custom > .custom__box .inner {
    border-radius: 9px;
    overflow: hidden;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider {
    width: 200px;
    height: 200px;
    border: 2px solid #F695BE;
    border-bottom: 6px solid #F695BE;
    border-radius: 90px;
    background-color: white;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider .slick-prev {
    width: 44px;
    height: 44px;
    background: url("../img/prev.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -70px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider .slick-prev:hover {
    opacity: 0.7;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider .slick-next {
    width: 44px;
    height: 44px;
    background: url("../img/next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: -70px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider .slick-next:hover {
    opacity: 0.7;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider .slick-next:before {
    content: none;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider .slick-prev:before {
    content: none;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider.mouth .inner > img {
    max-width: 138px;
    translate: 0 -30px;
}

.customize .customization .customization__form .elem__custom > .custom__box .slider.mouth .inner > img {
    max-width: 138px;
    /* translate: 0 -30px; */
}
.customize .customization .customization__form .elem__custom > .custom__box .slider.shirt .inner > img {
    margin-top: auto;
    margin-bottom: 10px;
    max-width: 170px;
}

.customize .customization .customization__form .elem__custom > .custom__box .slider.chain .inner > img {
    margin-top: auto;
    margin-bottom: 10px;
    max-width: 170px;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider.background .inner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider.head .inner > img {
    max-width: 172px;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider .inner {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}
.customize .customization .customization__form .elem__custom > .custom__box > p {
    margin-top: 23px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.customize .customization .customization__form .elem__custom > .custom__box:last-child {
    margin-bottom: 0px;
}
/* .customize .customization .customization__form .right__customization {
    position: absolute;
    right: 0px;
    top: 0px;
}
.customize .customization .customization__form .left__customization {
    position: absolute;
    left: 0px;
    top: 0px;
} */
.customize .customization .customization__form .main {
    width: 450px;
    height: 500px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: white;
    margin-right: auto;
    position: relative;
    border-radius: 12px;
    background: url("../img/card.png");
    
}
.customize .customization .customization__form .main .mouth {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 208px;
    max-width: 120px;
}
.customize .customization .customization__form .main .eyes {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 59px;
    max-width: 435px;
}
.customize .customization .customization__form .main .shirt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 369px;
}
.customize .customization .customization__form .main .chain {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 369px;
}
.customize .customization .customization__form .main .hat {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40px;
    max-width: 200px;
}
.customize .customization .customization__form .main .body {
    max-width: 100%;
}
.customize .customization .bottom__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.customize .customization .bottom__controls > .download__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-right: 15px;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: #F695BE;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg);
    border-radius: 9px;
    min-height: 45px;
    margin-right: 35px;
    background-color: #FEEAF3;
    border: 2px solid #F695BE;
    border-bottom: 7px solid #F695BE;
    font-weight: 400;
}
.customize .customization .bottom__controls > .randomize__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-right: 15px;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: #F695BE;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: rotate(4.5deg);
    transform: rotate(4.5deg);
    border-radius: 9px;
    min-height: 45px;
    margin-right: 35px;
    background-color: #fad4e4;
    border: 2px solid #F695BE;
    border-bottom: 7px solid #F695BE;
    font-weight: 400;
}
.customize .customization .bottom__controls > .randomize__btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px;
}
.customize .customization > h2 {
    margin-top: 0px;
    margin-bottom: 55px;
    font-size: 72px;
    line-height: 60px;
    color: #F695BE;
    -webkit-text-stroke: 3px #F695BE;
    font-family: "Comic-Art";
    font-weight: 600;
    text-align: center;
}

.top-background > h2 {
    margin-top: 0px;
    margin-bottom: 55px;
    font-size: 72px;
    line-height: 60px;
    color: #F695BE;
    -webkit-text-stroke: 3px #F695BE;
    font-family: "Comic-Art";
    font-weight: 600;
    text-align: center;
}
.customize .float__logo {
    position: absolute;
    top: 40px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.float__logo {
    position: absolute;
    top: 40px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.customize .float__logo > img {
    width: 125px;
    height: 102px;
}
.float__logo > img {
    width: 125px;
    height: 102px;
}
.customize .float__controls {
    position: absolute;
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.float__controls {
    position: absolute;
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.customize .float__controls > a#text > span {

    background-color: #F796BF;
    padding: 2px 6px;
    margin: 2px 0px;
}
.float__controls > a#text > span {

    background-color: #F796BF;
    padding: 2px 6px;
    margin: 2px 0px;
}

.customize .float__controls > a#text  {

    background-color: #F796BF;
    z-index: 2;


}
.float__controls > a#text  {

    background-color: #F796BF;
    z-index: 2;


}

.customize .float__controls > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 9px;
    background-color: #C1E7F9;
    min-height: 45px;
    margin-right: 15px;
    border: 2px solid #F695BE;
    border-bottom: 7px solid #87F55B;
    /* font-weight: 400; */
    font-family: "Comic-Art";
}
.float__controls > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 9px;
    background-color: #C1E7F9;
    min-height: 45px;
    margin-right: 15px;
    border: 2px solid #F695BE;
    border-bottom: 7px solid #87F55B;
    /* font-weight: 400; */
    font-family: "Comic-Art";
}
.customize .float__controls > a:last-child {
    margin-right: 0px;
}
.float__controls > a:last-child {
    margin-right: 0px;
}
.customize .float__controls > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.float__controls > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.main__wrapper {
    margin-left: auto;
    margin-right: auto;
    /* border: 4px solid #3c3212; */
    border-radius: 12px;
    /* border-bottom: 10px solid #3c3212; */
}
.customize {
    padding: 80px 90px 80px 0;
    background-color: #151515;
}

.img-btm {
    float: right;
    position: absolute;
    bottom: 0;
    right:0;

}

.img-btm > img {
    width: 230px;
}

@media (max-width: 1440px) {
    .customize .customization .customization__form {
        margin-bottom: 25px;
    }

    
    .customize .customization > h2 {
        font-size: 38px;
        margin-bottom: 25px;
        line-height: 48px;
    }
    .top-background > h2 {
        font-size: 38px;
        margin-bottom: 25px;
        line-height: 48px;
        height: 25vh;

        -webkit-text-stroke: 2px black;
    }
    .top-background {
        height: 35vh;
    
    }

    .bottom-background {
        /* height: 65vh; */
    
    }
}
@media (max-width: 1280px) {
    .customize .customization .customization__form .left__customization {
        position: static;
    }

    .bottom-background .join-logo #text {
        /* color: #87F55B; */
        width: 100%;
        /* -webkit-text-stroke: 1px black; */
    
    }
    .customize .customization .customization__form .right__customization {
        position: static;
    }
    .customize .customization .customization__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .customize .customization .customization__form .elem__custom > .custom__box {
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .customize .customization .customization__form .left__customization {
        margin-top: 35px;
    }
    .customize .customization .customization__form .left__customization {
        margin-bottom: 35px;
    }
    .customize {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .customize .float__controls {
        top: 15px;
        right: 15px;
    }
    .float__controls {
        top: 15px;
        right: 15px;
    }
    
    .customize .float__logo {
        top: 15px;
        left: 15px;
    }
     .float__logo {
        top: 15px;
        left: 15px;
    }
    .customize .float__controls > a {
        margin-right: 15px;
    }
    .float__controls > a {
        margin-right: 15px;
    }
    .customize {
        padding-top: 0px;
    }
}
.customize .customization .bottom__controls > .randomize__btn {
    margin-right: 0px;
}
.customize .customization .customization__form .main {
    overflow: hidden;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider.mouth .inner > img {
    max-width: 340px;
}

.customize .customization .customization__form .elem__custom > .custom__box .slider.eyes .inner > img {
    max-width: 340px;
}

.customize .customization .customization__form .elem__custom > .custom__box .slider.head .inner > img {
    min-width: 290px;
    position: relative;
    top: 50px;
}
.customize .customization .customization__form .main .shirt {
    min-width: 445px;
    max-width: 445px;
}
.customize .customization .customization__form .main .chain {
    min-width: 445px;
    max-width: 445px;
}
.customize .customization .customization__form .main .mouth {
    bottom: auto;
    top: 19px;
    max-width: 472px;
}
.customize .customization .customization__form .elem__custom > .custom__box .slider.shirt .inner > img {
    max-width: 100%;
    position: relative;
    bottom: 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.customize .customization .customization__form .elem__custom > .custom__box .slider.chain .inner > img {
    max-width: 100%;
    position: relative;
    bottom: 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.customize .customization .customization__form .main {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.customize .customization .customization__form .main .hat {
    min-width: 430px;
    top: 50px;
}
@media (max-width: 540px) {
    .customize .customization .customization__form .main {
        width: 290px;
        height: 330px;
    }
    .customize .customization > h2 {
        font-size: 42px;
        line-height: 38px;
        -webkit-text-stroke: 2px black;
    }
    .top-background > h2 {
        font-size: 42px;
        line-height: 38px;
        height: 25vh;

        -webkit-text-stroke: 2px black;
    }
    .customize .customization .bottom__controls {
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .customize .customization .bottom__controls > .download__btn {
        margin-right: 0px;
        margin-bottom: 25px;
    }
}
@media (max-width: 540px) {

    
    .img-btm {
        float: right;
        position: absolute;
        bottom: 0;
        right:0;

    }

    .img-btm > img {
        width: 120px;
    }

    .customize .customization {
        width: 100%;
        max-width: 1140px;
        margin-top: 50px;
    }

    
    .customize .float__logo > img {
        width: 62px;
        height: 51px;
    }
    .float__logo > img {
        width: 62px;
        height: 51px;
    }

    .customize .float__controls > a {
        font-size: 17px;
        line-height: 22px;
    }
    .float__controls > a {
        font-size: 17px;
        line-height: 22px;
    }
    .customize .float__controls > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .float__controls > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .customize .float__controls > a span {
        margin-right: 6px;
    }
    .float__controls > a span {
        margin-right: 6px;
    }
    .customize .float__controls > a span img {
        min-width: 14px;
        max-width: 14px;
    }
    .float__controls > a span img {
        min-width: 14px;
        max-width: 14px;
    }
    .customize .float__controls > a {
        min-height: 35px;
    }
    .float__controls > a {
        min-height: 35px;
    }
    .customize .customization .customization__form .main .hat {
        top: 32px;
        max-width: 133px;
    }
    .customize .customization .customization__form .main .shirt {
        max-width: 237px;
    }
    .customize .customization .customization__form .main .chain {
        max-width: 237px;
    }
    .customize .customization .customization__form .main .mouth {
        max-width: 317px;
    }
    
    .customize .customization .customization__form .main .eyes {
        max-width: 317px;
    }
    .customize .customization .customization__form .main .hat {
        top: 36px;
        max-width: 100px;
        min-width: 270px;
    }
    .customize .customization .customization__form .main .shirt {
        min-width: 292px;
    }
    .customize .customization .customization__form .main .chain {
        min-width: 292px;
    }
    .customize .customization .customization__form .main .eyes {
        top: 39px;
        max-width: 289px;
    }
    .customize .customization .customization__form .elem__custom > .custom__box .slider .slick-next {
        right: -30px;
        z-index: 3;
    }
    .customize .customization .customization__form .elem__custom > .custom__box .slider .slick-prev {
        left: -30px;
        z-index: 3;
    }

    .customize .customization .customization__form .main .shirt {
        min-width: 290px;
        max-width: 290px;
    }

    .customize .customization .customization__form .main .chain {
        min-width: 290px;
        max-width: 290px;
    }
}

@media (min-width: 540px){
    .customize .customization .customization__form .elem__custom > .custom__box .slider .inner {
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .customize .customization .customization__form .elem__custom > .custom__box .slider {
        width: 100px;
        height: 100px;
        border: 2px solid #F695BE;
        border-bottom: 6px solid #F695BE;
        border-radius: 90px;
    }

    .customize .customization .customization__form .elem__custom > .custom__box .slider.mouth .inner > img {
        max-width: 170px;
    }
    
    .customize .customization .customization__form .elem__custom > .custom__box .slider.eyes .inner > img {
        max-width: 170px;
    }
    
    .customize .customization .customization__form .elem__custom > .custom__box .slider.head .inner > img {
        min-width: 145px;
        position: relative;
        top: 50px;
        translate: 0 -30px
    }

    .main__wrapper {
        margin-left: 0;
        margin-right: 0;
        border: 4px solid #3c3212;
        border-radius: 12px;
        border-bottom: 10px solid #3c3212;
    }

    .customize .customization .customization__form .main .mouth {
        top: 32px;
    }
    
    .customize .customization .customization__form .main .eyes {
        top: 59px;
        max-width: 435px;
    }
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.-top-2 {
    top: -0.5rem;
}

.-right-2 {
    right: -1rem;
}
.-left-2 {
    right: 5.8rem;
}

.uppercase {
    text-transform: uppercase;
}

.top-background h2 {
    margin-top: 120px;
    height: 15vh;

    -webkit-text-stroke: 2px black;
}

