@font-face {
    font-family: salma;
    src: url(/Fonts/salmapromediumnarrow-vg5v6-webfont.woff);
}
@font-face {
    font-family: time__burn;
    src: url(/Fonts/timeburnerbold-pegr-webfont.woff);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: salma;
    scroll-behavior: smooth;
    }


    /* gear section */
    .gear {
        background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%); 
        padding: 25px;
    }
    .gear__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 30px;
        max-height: 2000px;
        height: 100%;
    }
    .gear__header {
        color: #ffffff;
        font-size: 70px;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .gear__heading {
        color: #ffffff;
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .gear__contain {
        background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%); 
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        max-height: 1828px;
        max-width: 1200px;
        width: 100%;
        height: 100%;
        padding: 25px;
        border-radius: 10px;
    }
    .equip__contain {
        background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%); 
        display: flex;
        justify-content: space-between;
        max-height: 432px;
        height: 100%;
        max-width: 1150px;
        border-radius: 8px;
    }
    .images__contain {
        display: flex;
        flex-direction: column;
        max-height: 432px;
        max-width: 640px;
        height: 100%;
        width: 100%;
    }
    .desc__card {
        background-color: transparent;
        max-width: 510px;
        padding: 10px;
        margin: auto;
        perspective: 2000px;
        height: 100%;
        width: 100%;
    }
    .innerCard {
        position: relative;
        max-width: 500px;
        max-height: 320px;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
        cursor: pointer;
    }
    .equip__front,.equip__back {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 500px;
        max-height: 320px;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 10px;
        color: white;
        transform-style: preserve-3d;
        transition: transform 0.8s;
    }
    .equip__back {
        transform: rotateY(-180deg);
        z-index: 1;
    }
    .desc__card:hover .innerCard {
        transform: rotateY(180deg);
    }
    .equip__title {
        color: #ffffff;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
    }
    .equip__desc {
        color: #ffffff;
        font-size: 30px;
        text-align: center;
        margin: 0;
        text-decoration: none;
    }
    .equip__image {
        display: flex;
        max-height: 360px;
        max-width: 640px;
        height: 100%;
        width: 100%;
        border-radius: 5px;
    }
    .small__images {
        display: flex;
        max-height: 72px;
        max-width: 640px;
        height: 100%;
        width: 100%;
    }
    .equip__image__bott {
        display: flex;
        height: auto;
        max-width: 128px;
        width: 100%;
        border-radius: 5px;
    }
    .equip__desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 260px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }