:root {
    --p1_H: 100vh;
    --p2_H: 0vh;
}

html {
    height: 100vh;
    /* overflow: hidden; */
}

#section2 {
    background-image: url(image/Pin-on-Super-gif.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

button {
    position: relative;
    background: transparent;
    width: 10%;
    height: 8%;
    flex: 1 1 auto;
    color: whitesmoke;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    border: whitesmoke;
    border-style: solid;
    border-radius: .9em;
    padding: 8px 15px;
    z-index: 99;
    top: -15vh;
    left: 80%;
    font-family: 'Comfortaa', cursive;
    font-size: 1.2em;
}

button:hover {
    border: whitesmoke;
    border-style: solid;
    font-family: 'Comfortaa', cursive;
}


/* ------------------------- */

.bpp1:hover span {
    display: none
}

.bpp1:hover:before {
    content: "Sort By \a Gravity";
    white-space: pre;
}

.bpp2:hover span {
    display: none
}

.bpp2:hover:before {
    content: "Sort By \a Solar";
    white-space: pre;
}


/* ------------------------- */

.p1 {
    transition: 1s;
    height: var(--p1_H);
}

.p2 {
    transition: 1s;
    height: var(--p2_H);
}

.showtext p {
    font-size: 22px;
    font-family: 'Comfortaa', cursive;
}


/* width */

 ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: transparent;
}

 ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.37);
    border-radius: 10px;
}

body {
    height: 200%;
    background: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #eee;
    margin: 0;
    padding: 0;
}

.header {
    font-family: 'Skranji', cursive;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 3%;
    color: #e0dfdc;
    font-size: 3rem;
    letter-spacing: 0.1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

.swiper-container {
    width: 100%;
    height: 105%;
    transition: 1s;
    margin-top: 0px;
}

.swiper-slide {
    /* width: 1000px !important; */
    text-align: center;
    font-size: 18px;
    background: transparent;
}

.main {
    height: 30vh;
    position: relative;
}

.main img {
    height: 300px;
    width: 300px;
}


/* .main :hover {
            transition: 0.25s;
            height: 350px;
            width: 350px;

        } */

.submain {
    height: 100%;
    position: relative;
}

.swiper-pagination,
.swiper-pagination2 {
    position: relative !important;
    top: -30% !important;
    right: 0 !important;
    left: 0 !important;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet2 {
    /* height: 40px !important; */
    /* background: #bbb !important; */
    background: transparent !important;
    text-align: center;
    padding-right: 60px;
    border-radius: 100%;
}

.imgicon {
    position: relative;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    outline: none;
}


/* .imgicon:hover {
            transition: 0.25s;
            height: 60px;
            width: 60px;
            outline: none;
        } */

.swiper-button-next,
.swiper-button-prev {
    --swiper-theme-color: white;
    /* position: relative !important; */
}

.swiper-pagination-bullet-active {
    --swiper-theme-color: blue;
}

.slideshow-container {
    max-width: 100%;
    height: 250px;
    position: relative;
    margin: 5%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.slideshow-container img {
    height: 100%;
    width: 100%;
}

.human {
    top: 40px;
}

.noSlides {
    background-color: #000a;
}

.noSlides img {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 10%;
    left: 10%;
}

.mySlides,
.mySlides2,
.mySlides4,
.mySlides7,
.mySlides11,
.mySlides21,
.mySlides41,
.mySlides71 {
    background-color: #000a;
}

.mySlides img,
.mySlides2 img,
.mySlides4 img,
.mySlides7 img,
.mySlides11 img,
.mySlides21 img,
.mySlides41 img,
.mySlides71 img {
    width: 100px;
    height: 100px;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 10%;
    left: 10%;
}

.dot,
.dot2,
.dot4,
.dot7,
.dot11,
.dot21,
.dot41,
.dot71 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover,
.dot2:hover,
.dot4:hover,
.dot7:hover,
.dot11:hover,
.dot21:hover,
.dot41:hover,
.dot71:hover {
    background-color: #717171;
}

.showtext {
    text-align: center;
    position: absolute;
    margin: 0;
    width: 50%;
    left: 50%;
    top: 42%;
    line-height: 200%;
    font-size: 1.3rem;
}

.showtext :hover {
    font-size: 25px;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* โดดยาวๆไป */

.jump0 {
    /* top: 40px; */
    animation: jump0 3s infinite;
}

@keyframes jump0 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -37.901430842607326px;
    }
    100% {
        top: 40px;
    }
}

.jump1 {
    /* top: 40px; */
    animation: jump1 3s infinite;
}

@keyframes jump1 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: 7.50447642416605px;
    }
    100% {
        top: 40px;
    }
}

.jump2 {
    /* top: 40px; */
    animation: jump2 3s infinite;
}

@keyframes jump2 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: 10.588235294117645px;
    }
    100% {
        top: 40px;
    }
}

.jump20 {
    /* top: 40px; */
    animation: jump20 3s infinite;
}

@keyframes jump20 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -137.923021060276px;
    }
    100% {
        top: 40px;
    }
}

.jump3 {
    /* top: 40px; */
    animation: jump3 3s infinite;
}

@keyframes jump3 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -37.69145394006661px;
    }
    100% {
        top: 40px;
    }
}

.jump30 {
    /* top: 40px; */
    animation: jump30 3s infinite;
}

@keyframes jump30 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -296px;
    }
    100% {
        top: 40px;
    }
}

.jump31 {
    /* top: 40px; */
    animation: jump31 3s infinite;
}

@keyframes jump31 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -250px;
    }
    100% {
        top: 40px;
    }
}

.jump4 {
    /* top: 40px; */
    animation: jump4 3s infinite;
}

@keyframes jump4 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: 28.3729207697601px;
    }
    100% {
        top: 40px;
    }
}

.jump40 {
    /* top: 40px; */
    animation: jump40 3s infinite;
}

@keyframes jump40 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -214px;
    }
    100% {
        top: 40px;
    }
}

.jump41 {
    /* top: 40px; */
    animation: jump41 3s infinite;
}

@keyframes jump41 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -224px;
    }
    100% {
        top: 40px;
    }
}

.jump42 {
    /* top: 40px; */
    animation: jump42 3s infinite;
}

@keyframes jump42 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -199px;
    }
    100% {
        top: 40px;
    }
}

.jump43 {
    /* top: 40px; */
    animation: jump43 3s infinite;
}

@keyframes jump43 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -157px;
    }
    100% {
        top: 40px;
    }
}

.jump44 {
    /* top: 40px; */
    animation: jump44 3s infinite;
}

@keyframes jump44 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -139px;
    }
    100% {
        top: 40px;
    }
}

.jump45 {
    /* top: 40px; */
    animation: jump45 3s infinite;
}

@keyframes jump45 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -122px;
    }
    100% {
        top: 40px;
    }
}

.jump46 {
    /* top: 40px; */
    animation: jump46 3s infinite;
}

@keyframes jump46 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -114px;
    }
    100% {
        top: 40px;
    }
}

.jump47 {
    /* top: 40px; */
    animation: jump47 3s infinite;
}

@keyframes jump47 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -114px;
    }
    100% {
        top: 40px;
    }
}

.jump48 {
    /* top: 40px; */
    animation: jump48 3s infinite;
}

@keyframes jump48 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -92px;
    }
    100% {
        top: 40px;
    }
}

.jump49 {
    /* top: 40px; */
    animation: jump49 3s infinite;
}

@keyframes jump49 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -46px;
    }
    100% {
        top: 40px;
    }
}

.jump410 {
    /* top: 40px; */
    animation: jump410 3s infinite;
}

@keyframes jump410 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -9.3px;
    }
    100% {
        top: 40px;
    }
}

.jump411 {
    /* top: 40px; */
    animation: jump411 3s infinite;
}

@keyframes jump411 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -8.0px;
    }
    100% {
        top: 40px;
    }
}

.jump412 {
    /* top: 40px; */
    animation: jump412 3s infinite;
}

@keyframes jump412 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -6.1px;
    }
    100% {
        top: 40px;
    }
}

.jump413 {
    /* top: 40px; */
    animation: jump413 3s infinite;
}

@keyframes jump413 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -2.1px;
    }
    100% {
        top: 40px;
    }
}

.jump5 {
    /* top: 40px; */
    animation: jump5 3s infinite;
}

@keyframes jump5 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: 12.391255352715792px;
    }
    100% {
        top: 40px;
    }
}

.jump6 {
    /* top: 40px; */
    animation: jump6 3s infinite;
}

@keyframes jump6 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: 7.50447642416605px;
    }
    100% {
        top: 40px;
    }
}

.jump7 {
    /* top: 40px; */
    animation: jump7 3s infinite;
}

@keyframes jump7 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: 14.149300975995779px;
    }
    100% {
        top: 40px;
    }
}

.jump70 {
    /* top: 40px; */
    animation: jump70 3s infinite;
}

@keyframes jump70 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -40px;
    }
    100% {
        top: 40px;
    }
}

.jump71 {
    /* top: 40px; */
    animation: jump71 3s infinite;
}

@keyframes jump71 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -38px;
    }
    100% {
        top: 40px;
    }
}

.jump72 {
    /* top: 40px; */
    animation: jump72 3s infinite;
}

@keyframes jump72 {
    0% {
        top: 40px;
    }
    20% {
        top: 40px;
    }
    60% {
        top: -3.29px;
    }
    100% {
        top: 40px;
    }
}


/* form */

@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700");

/* global vars */


/* reset & base */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#section2 {
    margin-top: 50%;
}

h1 {}


/* หน้ากรอก นน */

.overlay {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url(/image/background/original.gif);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: linear-gradient(135deg, #2c3338 20%, #1d1c1c);*/
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}


/* login form */

.login {
    display: -webkit-box;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 auto;
}

.login .login__inner {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 2rem;
}

.login .login__inner .login__header {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 3rem;
}

.login .login__inner .login__header .login__title {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.login .login__inner .login__header .login__title h1.login__heading {
    /* heading*/
    font-family: 'Patrick Hand SC', cursive;
    font-size: 4.2rem;
    font-weight: 100;
    color: #fff;
    text-align: center;
    margin: 0rem 0 4rem 0;
    width: 100%;
    position: relative;
}

@keyframes noise-anim {
    0% {
        clip: rect(31px, 9999px, 92px, 0);
    }
    5% {
        clip: rect(30px, 9999px, 17px, 0);
    }
    10% {
        clip: rect(8px, 9999px, 27px, 0);
    }
    15% {
        clip: rect(83px, 9999px, 54px, 0);
    }
    20% {
        clip: rect(69px, 9999px, 36px, 0);
    }
    25% {
        clip: rect(41px, 9999px, 66px, 0);
    }
    30% {
        clip: rect(77px, 9999px, 87px, 0);
    }
    35% {
        clip: rect(24px, 9999px, 12px, 0);
    }
    40% {
        clip: rect(30px, 9999px, 68px, 0);
    }
    45% {
        clip: rect(22px, 9999px, 18px, 0);
    }
    50% {
        clip: rect(5px, 9999px, 97px, 0);
    }
    55% {
        clip: rect(72px, 9999px, 48px, 0);
    }
    60% {
        clip: rect(22px, 9999px, 66px, 0);
    }
    65% {
        clip: rect(84px, 9999px, 96px, 0);
    }
    70% {
        clip: rect(87px, 9999px, 28px, 0);
    }
    75% {
        clip: rect(53px, 9999px, 44px, 0);
    }
    80% {
        clip: rect(71px, 9999px, 13px, 0);
    }
    85% {
        clip: rect(25px, 9999px, 53px, 0);
    }
    90% {
        clip: rect(73px, 9999px, 98px, 0);
    }
    95% {
        clip: rect(43px, 9999px, 71px, 0);
    }
    100% {
        clip: rect(44px, 9999px, 73px, 0);
    }
}

.login__heading:after {
    content: attr(data-text);
    position: absolute;
    left: -2.5px;
    text-shadow: -1px 0 rgb(57, 255, 245);
    top: 0;
    color: white;
    overflow: hidden;
    margin: 0rem 0 4rem 0;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 3s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(28px, 9999px, 31px, 0);
    }
    5% {
        clip: rect(64px, 9999px, 86px, 0);
    }
    10% {
        clip: rect(84px, 9999px, 84px, 0);
    }
    15% {
        clip: rect(69px, 9999px, 99px, 0);
    }
    20% {
        clip: rect(64px, 9999px, 52px, 0);
    }
    25% {
        clip: rect(94px, 9999px, 53px, 0);
    }
    30% {
        clip: rect(67px, 9999px, 58px, 0);
    }
    35% {
        clip: rect(86px, 9999px, 4px, 0);
    }
    40% {
        clip: rect(33px, 9999px, 55px, 0);
    }
    45% {
        clip: rect(22px, 9999px, 76px, 0);
    }
    50% {
        clip: rect(59px, 9999px, 69px, 0);
    }
    55% {
        clip: rect(83px, 9999px, 75px, 0);
    }
    60% {
        clip: rect(36px, 9999px, 70px, 0);
    }
    65% {
        clip: rect(4px, 9999px, 44px, 0);
    }
    70% {
        clip: rect(86px, 9999px, 64px, 0);
    }
    75% {
        clip: rect(12px, 9999px, 48px, 0);
    }
    80% {
        clip: rect(98px, 9999px, 56px, 0);
    }
    85% {
        clip: rect(82px, 9999px, 63px, 0);
    }
    90% {
        clip: rect(59px, 9999px, 29px, 0);
    }
    95% {
        clip: rect(70px, 9999px, 97px, 0);
    }
    100% {
        clip: rect(66px, 9999px, 11px, 0);
    }
}

.login__heading:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 rgb(255, 32, 236);
    top: 0;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.login .login__inner .login__content {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.login .login__inner .login__content .login__form {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

.login__form {
    text-align: center;
}

.login .login__inner .login__content .login__form .form {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.login .login__inner .login__content .login__form .form .form__group {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 5rem;
    font-size: 1rem;
}

.login .login__inner .login__content .login__form .form .form__group .form__icon {
    position: absolute;
    top: 0;
    left: 1rem;
    display: -webkit-box;
    display: flex;
    width: 2rem;
    height: 100%;
    fill: #fff;
}

.login .login__inner .login__content .login__form .form .form__group .form__input {
    /* ขณะกรอกน้ำหนัก*/
    display: -webkit-box;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 7% 0%;
    padding-bottom: 2%;
    background: transparent;
    font-size: 2rem;
    letter-spacing: .125rem;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
    font-family: 'Source Code Pro', monospace;
}

.login .login__inner .login__content .login__form .form .form__group .form__input:focus+.form__input-after {
    width: 100%;
}

.login .login__inner .login__content .login__form .form .form__group .form__input:focus~.form__label,
.login .login__inner .login__content .login__form .form .form__group .form__input:valid~.form__label {
    /* transition weight ให้มันขึ้นไปข้างบน*/
    -webkit-transform: translate3d(0rem, -1rem, 0);
    transform: translate3d(0rem, -1rem, 0);
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.3);
}

.login .login__inner .login__content .login__form .form .form__group .form__input:-webkit-autofill,
.login .login__inner .login__content .login__form .form .form__group .form__input:-webkit-autofill:hover,
.login .login__inner .login__content .login__form .form .form__group .form__input:-webkit-autofill:focus,
.login .login__inner .login__content .login__form .form .form__group .form__input:-webkit-autofill:active {
    -webkit-transition: 0s 50000s ease all;
    transition: 0s 50000s ease all;
}

.login .login__inner .login__content .login__form .form .form__group .form__input-after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: flex;
    width: 0;
    height: .1rem;
    background-color: #fff;
    -webkit-transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;
    transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;
}

.login .login__inner .login__content .login__form .form .form__group .form__label {
    /* label weight ตอนยังไม่กรอก นน */
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: flex;
    text-align: center;
    font-size: 1.35rem;
    margin-left: 40%;
    -webkit-transform: translate3d(0rem, 1rem, 0);
    transform: translate3d(0rem, 1rem, 0);
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /**-webkit-transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;
    transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;**/
    pointer-events: none;
}


/* 768px */

@media (min-width: 48rem) {
    .login {
        width: 75%;
    }
}


/* 992px */

@media (min-width: 62rem) {
    .login {
        width: 50%;
    }
}


/* 1200px */

@media (min-width: 75rem) {
    .login {
        width: 33%;
    }
    .login .login__inner {
        max-width: 50rem;
        margin: 0 auto;
    }
}


/* ลูกศร หลังจากกรอกนน */

html {
    scroll-behavior: smooth;
}

.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-top: 20%;
    margin-left: -12px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}