.ourWorks {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(22, 20, 24, .9);
    background-image: url(/assets/bg-photo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    background-position: center;
    color: #eee;
    user-select: none;
    backdrop-filter: blur(4px);
}

.ourWorks .ourWorksHeader {
    height: 30%;
    width: 100%;
}

.ourWorksHeader h1 {
    font-size: 10rem;
    text-align: center;
    opacity: .26;
    color: #FFA80A;
}

.ourWorks .ourWorksBlock {
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*code {
	 font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
*/

.nft {
    user-select: none;
    width: 24vw;
    border: 1px solid #5E4720;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 7px 20px 5px #000 88;
    border-radius: 0.7rem;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    overflow: hidden;
    transition: 0.5s all;
}

.nft hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #888 55;
    margin-top: 0;
}

.nft ins {
    text-decoration: none;
}

.nft .main {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 60vh;
    padding: 1rem;
    text-align: center;
}

.nft .main h2 {
    margin-top: 20px;
}

.nft .main .tokenImage {
    border-radius: 0.5rem;
    max-width: 100%;
    height: 80%;
    object-fit: cover;
}

.nft .main .description {
    margin: 0.5rem 0;
    color: #a89ec9;
}

.nft .main .tokenInfo .duration {
    display: flex;
    align-items: center;
    color: #a89ec9;
    margin-right: 0.2rem;
}

.nft .main .tokenInfo .duration ins {
    margin: 0.5rem;
    margin-bottom: 0.4rem;
}

.nft ::before {
    position: fixed;
    content: "";
    box-shadow: 0 0 100px 40px #fff 8;
    top: -10%;
    left: -100%;
    transform: rotate(-45deg);
    height: 60rem;
    transition: 0.7s all;
}

.nft:hover {
    border: 3px solid #FF3E00;
    box-shadow: 0 7px 50px 10px #000 aa;
    transform: scale(1.015);
    filter: brightness(1.13);
    background-color: rgba(0, 0, 0, 0.5);
}

p.description {
    transition: ease-in-out .4s;
}

.nft:hover p.description {
    color: #FF3E00;
}

.nft:hover ::before {
    filter: brightness(0.5);
    top: -100%;
    left: 200%;
}

/* ---------------------------------- header h1 */
.patterns {
    margin-top: 40px;
    height: 100%;
}

.patterns svg {
    width: 100%;
    height: 100%;
    box-sizing: unset;
}

svg text {
    /*font-family: Lora;*/
    letter-spacing: 10px;
    stroke: rgba(255, 62, 0, 0.7);
    font-size: 9rem;
    font-weight: 700;
    stroke-width: 3;

    animation: textAnimate 5s infinite alternate;

}

@keyframes textAnimate {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset:  20%;
        fill: hsl(0, 0%, 29%)

    }

    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffstet: -20%;
        fill: hsla(189, 68%, 75%, 0)
    }

}
/* ---------------------------------- header h1 */

.div100 {
    width: 100%;
    height: auto;
    padding: 36px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    background-color: black;
}

.subLine {
    width: 43%;
    height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid rgba(255, 62, 0, 0.4);
    border-radius: 8px;
    transition: ease-in-out .4s;
}

.subLine:hover {
    border: 4px solid #FF3E00;
    box-shadow: 0 0 8px 2px #FF3E00;
    transform: scale(1.05);
}

.line .subLine h1 {
    width: 100%;
    font-size: 2rem;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    padding-left: 16px;
    color: white;
    text-align: left;
    position: relative;
    bottom: -40%;
}

h1.insetshadow {
    color: #FF3E00;
    background-color: rgba(45, 45, 45, 0.83);
    letter-spacing: 0.1em;
    text-shadow: -1px -1px 1px #111, 2px 2px 1px black;
}

.subLine:hover h1.insetshadow {
    color: white;
    background: #FF3E00; /*linear-gradient(to right, transparent 5%, rgba(255, 62, 0, 0.85) 10%, rgba(255, 62, 0, 0.85) 90%, transparent 100%);*/
    letter-spacing: 0.1em;
    text-shadow: -1px -1px 1px lightgrey, 2px 2px 1px lightslategrey;
}

.class1 {
    background: url(/assets/civilCar-grey.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: ease-in-out .4s;
}

.class1:hover {
    background: url(/assets/civilCar.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.class2 {
    background: url(/assets/collectionCar-grey.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: ease-in-out .4s;
}

.class2:hover {
    background: url(/assets/collectionCar.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}



/* ------------------------------------------- @media */
@media screen and (min-width: 1200px) and (max-width: 1368px) {
    .subLine {
        width: 48%;
    }
}

@media screen and (min-width: 901px) and (max-width: 1199px) {
    .subLine {
        width: 48%;
        height: 290px;
    }

    .line .subLine h1 {
        font-size: 1.6rem;
        bottom: -47%;
    }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
    .subLine {
        width: 48%;
        height: 235px;
    }

    .line .subLine h1 {
        font-size: 1.3rem;
        bottom: -47%;
    }
}

@media screen and (min-width: 560px) and (max-width: 759px) {
    .subLine {
        width: 46%;
        height: 160px;
    }

    .line .subLine h1 {
        font-size: .9rem;
        bottom: -44%;
    }
}

@media screen and (min-width: 481px) and (max-width: 559px) {
    .wrapper {
        display: flex;
    }

    .line {
        flex-direction: column;
    }

    .subLine {
        width: 100%;
        height: 285px;
        margin-bottom: 20px;
    }

    .line .subLine h1 {
        font-size: 1.4rem;
        bottom: -48%;
    }
}

@media screen and (min-width: 370px) and (max-width: 480px) {
    .wrapper {
        display: flex;
    }

    .line {
        flex-direction: column;
    }

    .subLine {
        width: 100%;
        height: 205px;
        margin-bottom: 20px;
    }

    .line .subLine h1 {
        font-size: 1.1rem;
        bottom: -42%;
    }
}

@media screen and (min-width: 320px) and (max-width: 369px) {
    .wrapper {
        display: flex;
    }

    .line {
        flex-direction: column;
    }

    .subLine {
        width: 100%;
        height: 195px;
        margin-bottom: 20px;
    }

    .line .subLine h1 {
        font-size: 1.1rem;
        bottom: -28%;
    }
}