/*Graffiti Page Css Starts*--------------------------/

/* New Page Css */
.d-exhibition-box-graf {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.d-exhibition-box-graf .anim-btn {
    max-width: 300px;
    height: 100%;
    line-height: 1.6;
    padding: 20px;
    font-size: 16px;
}

.d-exhibition-box-graf .anim-btn::after {
    border: 1px solid #fff;
    top: 8px;
    left: 8px;
}


.alternate-gr-boxes {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.alt-gr-txt {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* height: 100%; */
}

.alt-gr-txt-box {
    max-width: 720px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.black-graf .alt-gr-txt {
    background: #010101;
}

.alt-gr-txt h3 {
    color: #000;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 24px;
}

.black-graf .alt-gr-txt h3 {
    color: #fff;
}


.alt-gr-txt h3 span {
    color: #94FFC4;
    font-family: Cinzel;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.black-graf .alt-gr-txt h3 span {
    color: #94FFC4;
}



.alt-gr-txt p {
    color: #000;
    font-family: Montserrat;
    /* font-size: 25px; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 16px;
}

.black-graf {
    background: #010101
}

.black-graf .alt-gr-txt p {
    color: #94FFC4;
}

.alt-gr-img {
    width: 50%;
}

.d-black-bg {
    background: #000;
    padding: 120px 0;
}

.graf-history-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.graf-history-head h3 {
    color: #94FFC4;
    text-align: center;
    font-family: Cinzel;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}

.logo-graf {
    margin: auto;
}

.graf-history-wrap {
    max-width: 940px;
    margin: auto;
    padding: 0 20px;
    margin-top: 20px;
}

.gr-head {
    padding: 220px 0;
    background: #FFFBF7;
}

.gr-head h2 {
    color: #000;
    text-align: center;
    font-family: Cinzel;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    width: max-content;
    margin: auto;
    border-top: 6.5px solid #94FFC4;
}


.graffiti-page {
    max-width: 1950px;
    margin: auto;
}


.border-bottom-left {
    border-bottom-left-radius: 100px;
    overflow: hidden;
}

.border-top-right {
    border-top-right-radius: 100px;
    overflow: hidden;
}

.border-top-left {
    border-top-left-radius: 100px;
    overflow: hidden;
}

.border-bottom-right {
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

.dollar-box {
    padding-bottom: 80px;
}

.dollar-box .alt-gr-img {
    padding-top: 150px;
}

.dollar-box .button {
    margin: 0 auto;
    margin-top: 24px;
}

.about-head {
    padding: 120px 0;
}

.about-head h2 {
    border: none;
    font-size: 120px;
    font-weight: 700;
}

.about-head p {
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 61px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 7.93px;
    max-width: 1072px;
    margin: 0 auto;
    margin-top: 64px;
}

.alt-about-boxes .alt-gr-txt h3 {
    line-height: 62px;
}

.alt-about-boxes .alt-gr-txt h3 span {
    font-size: 90px;
    line-height: 62px;
}

.alt-about-boxes .alt-gr-txt h4 {
    color: #000;
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}

.alt-about-boxes .alt-gr-txt-box {
    max-width: 724px;
}

.alt-about-boxes .alt-gr-txt p {
    font-size: 18px;
}

.about-training-head {
    max-width: 1200px;
    margin: 0 auto;
}

.about-training-head.graf-history-head h3 {
    line-height: 1.2;
    margin-top: 22px;
}

.about-training-bottom {
    position: relative;
    display: flex;
    justify-content: center;
}

.about-training-txt {
    border-radius: 60px;
    background: rgba(0, 0, 0, 0.10);
    padding: 30px 24px;
    backdrop-filter: blur(7px);
    position: absolute;
    max-width: 708px;
    transform: translateY(-40%);
}

.about-training-image {
    width: 100%;
}

.about-training-image img {
    width: 100%;
}

.about-training-txt p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.about-welcome {
    width: 100%;
    position: relative;
}

.d-transparent-black-bg {
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(7px);
    width: 100%;
    padding: 105px 0 130px;
    position: absolute;
}

.welcome-img {
    width: 100%;
    min-height: 500px;
}

.welcome-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alternate-gr-boxes .alt-gr-img {
    border-bottom-left-radius: 64px;
    overflow: hidden;
}

.alternate-gr-boxes:nth-child(even) .alt-gr-img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 64px;
    overflow: hidden;
}

@media all and (max-width: 1600px) {
    .alt-gr-txt h3 span {
        font-size: 90px;
    }

    /* .alternate-gr-boxes-wrap {
        padding: 0px 20px
    } */
    .alt-gr-txt-box {
        padding: 20px;
    }

    .d-transparent-black-bg {
        padding: 85px 0 110px;
    }

    .about-head h2 {
        font-size: 100px;
    }

    .about-head p {
        margin-top: 50px;
        font-size: 56px;
        letter-spacing: 6.93px;
        max-width: 1032px;
    }

    .alt-about-boxes .alt-gr-txt h3 {
        font-size: 46px;
    }
}

@media all and (max-width: 1440px) {
    .gr-head h2 {
        font-size: 70px;
    }

    .alt-gr-txt h3 {
        font-size: 42px;
    }

    .about-head p {
        font-size: 48px;
        max-width: 892px;
    }

    .alt-about-boxes .alt-gr-txt h3 span {
        font-size: 70px;
    }

    .alt-about-boxes .alt-gr-txt h3 {
        line-height: 50px;
    }
}

@media all and (max-width: 1366px) {
    .alt-gr-txt h3 span {
        font-size: 70px;
    }

    .gr-head h2 {
        font-size: 60px;
        line-height: 1;
    }

    .graf-history-head h3 {
        font-size: 60px;
    }

    .alt-gr-txt h3 {
        font-size: 38px;
    }
}

@media all and (max-width: 1200px) {
    .alternate-gr-boxes {
        flex-direction: column-reverse;
        max-width: 640px;
        margin: auto;
    }

    .alternate-gr-boxes:nth-child(even) {
        flex-direction: column;
    }

    .alt-gr-txt {
        width: 100%;
        padding: 20px 0;
    }

    .d-exhibition-box-graf {
        margin-top: 20px
    }

    .alt-gr-txt-box {
        width: 100%;
    }

    .alt-gr-img {
        width: 100%;
    }

    .alternate-gr-boxes-wrap {
        padding: 20px;
    }

    .alt-gr-txt-box {
        padding: 20px 0;
    }

    .dollar-box .alt-gr-img {
        padding-top: 20px;
    }
}

@media all and (max-width: 990px) {
    .gr-head h2 {
        font-size: 52px;
        max-width: 640px;
        margin: auto;
    }

    .graf-history-head h3 {
        font-size: 54px;
        line-height: 1.3;
    }

    .welcome-img {
        height: 650px;
    }
}


@media all and (max-width: 768px) {
    .alt-gr-txt h3 {
        font-size: 36px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .alt-gr-txt h3 span {
        font-size: 66px;
    }

    .graf-history-head h3 {
        font-size: 50px;
        line-height: 1.3;
    }

    .d-exhibition-box-graf figure {
        margin: auto;
        margin-bottom: 20px;
    }

    .d-exhibition-box-graf {
        margin-top: 40px;
    }

    .border-bottom-left {
        border-bottom-left-radius: 60px;
    }

    .alt-about-boxes .alt-gr-txt h4 {
        font-size: 22px;
    }

    .alt-about-boxes .alt-gr-txt h3 {
        font-size: 36px;
    }

    .about-training-txt {
        width: 95%;
    }

    .about-training-image {
        min-height: 450px;
    }

    .about-training-image img {
        height: 100%;
        object-fit: cover;
    }

    .about-training {
        padding-bottom: 150px;
    }

    .welcome-img {
        height: 600px;
    }
}

@media all and (max-width: 640px) {
    .gr-head h2 {
        font-size: 48px;
        padding: 0 16px;
        width: 100%;
        max-width: 500px
    }

    /* 
    .alt-gr-txt p {
        font-size: 20px;
    } */

    .graf-history-head h3 {
        font-size: 50px;
        line-height: 1.2;
    }

    .alternate-gr-boxes-wrap {
        padding: 20px;
    }

    .d-black-bg {
        padding: 60px 0;
    }

    .gr-head {
        padding: 150px 0;
    }

    .alt-about-boxes .alt-gr-txt h4 {
        line-height: 1.4;
    }
}

@media all and (max-width: 576px) {
    .alt-gr-txt h3 {
        font-size: 32px;
    }

    .alt-gr-txt h3 span {
        font-size: 62px;
    }

    .about-head p {
        font-size: 39px;
        max-width: 892px;
        letter-spacing: 5px;
        margin-top: 20px;
    }

    .about-head {
        padding: 100px 0;
    }

    .alt-about-boxes .alt-gr-txt h3 span {
        font-size: 60px;
    }
}

@media all and (max-width: 480px) {
    .gr-head h2 {
        font-size: 40px;
    }

    .about-head h2 {
        font-size: 48px;
    }

    .about-head p {
        font-size: 36px;
    }

    .alt-gr-txt h3 span {
        font-size: 50px;
    }

    .alt-gr-txt h3 {
        line-height: 24px;
        font-size: 24px;
    }

    /* .alt-gr-txt p {
        font-size: 18px;
    } */

    .graf-history-head h3 {
        font-size: 44px;
    }

    .alt-gr-txt-box {
        padding: 0;
    }

    .logo-graf {
        margin-bottom: 8px;
    }

    .alt-about-boxes .alt-gr-txt h3 span {
        font-size: 50px;
    }

    .alt-about-boxes .alt-gr-txt h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .about-training {
        padding-bottom: 160px;
    }

    .about-training-txt {
        padding: 20px;
    }

    .about-training-txt p {
        font-size: 16px;
    }

    .about-head {
        padding: 80px 0;
    }

    .welcome-img {
        height: 510px;
    }

    .d-transparent-black-bg {
        padding: 55px 0 80px;
    }
}

@media all and (max-width: 400px) {
    .gr-head h2 {
        font-size: 36px;
    }

    /* .alt-gr-txt p {
        font-size: 16px;
    } */

    .graf-history-head h3 {
        font-size: 40px;
    }

    .alt-gr-txt h3 span {
        font-size: 44px;
    }

    .alternate-gr-boxes-wrap {
        padding: 16px;
    }

    .border-bottom-left {
        border-bottom-left-radius: 50px;
    }

    .alt-about-boxes .alt-gr-txt h3 span {
        font-size: 44px;
    }

    .about-training-txt {
        transform: translateY(-30%);
    }
}

@media all and (max-width: 380px) {
    .alt-gr-txt h3 {
        white-space: nowrap;
        font-size: 22px;
    }
}



/*Graffiti Page Css Ends*--------------------------/