@font-face {
    font-family: 'AvenirMedium';
    src: url('../../fonts/Avenir-Medium-09.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#toast-container > .toast {
    width: auto !important;
    max-width: 400px !important;
    word-wrap: break-word;
}

#lastSection {
    height: 100vh;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* Scroll'u gizle */
    font-family: "Inter",
        sans-serif;
}

.section-area {
    background-attachment: fixed;
    background-image: url(../../img/asassosyal/asas-sosyal.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 90px);
}

.section-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0) 50%);
}

.section {
    height: calc(100vh - 90px);
    width: 100%;
    transition: transform 0.7s ease;
    display: flex;
    position: relative;
    z-index: 1;
}

.nav-dots {
    position: fixed;
    top: 50%;
    right: 72px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 1;
}

.dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #eeeeee5c;
    background-color: #D9D9D91F;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #D1000F;
}


.custom-container{
    max-width: 1522px;
    margin: auto;
}


/*Header*/

header {
    position: sticky;
    z-index: 2;
    background: #fff;
}

.fixed-header {
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: space-between;
    padding: 16px 10px;
}

.fixed-header-left {
    min-width: 216px;
    max-width: 100%;
}

.fixed-header-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-header-center .header-hashtag {
    display: none;
}

.header-hashtag {
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: 22px;
    line-height: 100%;
    color: #000000;
}

.header-hashtag span {
    color: #D1000F;
}

.header-social-media-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.header-social-media-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 20px;
    text-decoration: none;
    color: #00000052;
    transition: .4s;
}

.header-social-media-list ul li a:hover {
    color: #D1000F;
    transition: .4s;
}

.header-social-media-list ul li a svg path {
    transition: .4s;
    stroke-opacity: 1;
}

.header-social-media-list ul li a:hover svg path {
    transition: .4s;
    stroke: #D1000F;
}


/*Card Section*/

.card-section-title-and-icon {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.card-section-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 40px;
}

.card-section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-section-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 16px;
}

.card-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #24B224;
    width: 92px;
    height: 2px;
}

.card-section-text {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.card-section-description {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    color: #FFFFFF;
}

.card-section-description p
{
    margin: 0;
}

.card-section-center {
    width: 100%;
    margin-top: 10px;
}

.card-section-card {
    padding: 42px 35px;
    background: #0000002B;
    backdrop-filter: blur(16.700000762939453px);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    border-radius: 16px;
    height: 100%;
}

.card-section-card-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.18px;
    text-align: center;
    color: #FFFFFF;
}

.card-section-bottom-text {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.card-section-bottom-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    color: #FFFFFF;
}

.card-section-bottom-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    color: #FFFFFF;
}

.card-section-bottom-hashtag {
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    color: #fff;
}


/*Target Section*/


.targets-section-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 65px;
}

.targets-section-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 16px;
}

.targets-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #24B224;
    width: 92px;
    height: 2px;
}

.target-cards {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
}

.target-card {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 16px;
    background: #0000002B;
    backdrop-filter: blur(14.92284870147705px);
    border-radius: 16px;
}

.target-card-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 21.45px;
    line-height: 26.81px;
    letter-spacing: -0.16px;
    text-align: center;
    color: #24B224;
}

.target-card-value {
    font-family: Inter;
    font-weight: 600;
    font-size: 48.25px;
    line-height: 100%;
    letter-spacing: -0.16px;
    text-align: center;
    color: #fff;
}

.target-card-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17.87px;
    line-height: 26.81px;
    letter-spacing: -0.16px;
    text-align: center;
    color: #fff;
}

.youtube-wrapper {
    width: 100%;
    height: 100%;
}

.youtube-thumb {
    position: relative;
    width: 100%;
    height: 100%;
}

.youtube-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #0000008C;
    backdrop-filter: blur(5.294117450714111px);
    box-shadow: 0px 4px 67.8px 0px #FFFFFF1F;
    border-radius: 50px;
    cursor: pointer;
}

.youtube-thumb .play-button::after {
    content: "\f04b";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

.youtube-thumb img, .youtube-wrapper iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    cursor: pointer;
}

.seed-count-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}

.seed-count-area {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    max-width: calc(100% - 320px);
    margin: 0 auto;
    width: 100%;
    column-gap: 20px;
}

.seed-count-area-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 16px;
}
    .seed-count-area-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0px);
        background: #24B224;
        width: 92px;
        height: 2px;
    }

.seed-count-box {
    font-family: Inter;
    font-weight: 500;
    font-size: 113.82px;
    line-height: 100%;
    letter-spacing: -0.17px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    color: #000000;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #F6F6F6;
    box-shadow: 8px 8px 3px #FFFFFF29;
    overflow: hidden;
    position: relative;
}



.seed-count-box .digit {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 60px;
    transition: transform 0.5s ease-in-out;
}

.seed-count-box span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Başlangıç pozisyonları */
.seed-count-box .old {
    transform: translateY(0);
}

.seed-count-box .new {
    transform: translateY(100%);
}

/* Hareket sırasında */
.seed-count-box.animate .old {
    transform: translateY(-100%);
}

.seed-count-box.animate .new {
    transform: translateY(0);
}



.seed-count-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.18px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.seed-count-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seed-count-button button {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 15px 36px;
    border: 1px solid #D1000F;
    background: #D1000F;
    border-radius: 8px;
    color: #fff;
}


/*Create Certificate Modal*/

.create-certificate-modal .modal-body {
    padding: 0 30px;
    padding-top: 46px;
    padding-bottom: 34px;
    display: flex;
    flex-direction: column;
    row-gap: 46px;
}

.create-certificate-modal .modal-body .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.create-certificate-modal .modal-body .modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-certificate-modal .modal-body .modal-input-and-button-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.create-certificate-modal .modal-body .modal-input-and-button-area .modal-input-area {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.create-certificate-modal .modal-body .modal-input-and-button-area .modal-input-area .form-group {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.create-certificate-modal .modal-body .modal-input-and-button-area .modal-input-area .form-group label {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}

.create-certificate-modal .modal-body .modal-input-and-button-area .modal-input-area .form-group input {
    padding: 12px 16px;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    box-shadow: none;
    outline: none;
}

.create-certificate-modal .modal-body .modal-input-and-button-area .modal-button-area {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

    .create-certificate-modal .modal-body .modal-input-and-button-area .modal-button-area .create-certificate-button {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.18px;
        text-align: center;
        color: #fff;
        background: #D1000F;
        border: 1px solid #D1000F;
        border-radius: 8px;
        padding: 16px;
    }

    .create-certificate-modal .modal-body .modal-input-and-button-area .modal-button-area .dismiss-button {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.18px;
        text-align: center;
        color: #000000;
        padding: 16px;
        border: 1px solid #D1000F;
        background: #fff;
        border-radius: 8px;
    }

    .create-certificate-modal .modal-body .modal-input-and-button-area .modal-button-area .share-campaign-button {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: -0.18px;
        text-align: center;
        color: #000000;
        padding: 16px;
        border: 1px solid #D1000F;
        background: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 8px;
    }

        .create-certificate-modal .modal-body .modal-input-and-button-area .modal-button-area .share-campaign-button svg {
            width: 20px;
            height: 20px;
        }

.dismiss-and-share-button {
    display: flex;
    column-gap: 12px;
}

    .dismiss-and-share-button button {
        width: 100%;
    }


/*Certificate Section*/

.certificate-section {
    max-width: 1202px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 90px;
}

.certificate-section-top {
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}

.certificate-section-text {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.certificate-section-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-section-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 16px;
    position: relative;
}

.certificate-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #24B224;
    width: 92px;
    height: 2px;
}

.certificate-section-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    color: #fff;
}

.certificate-section-bottom {
    max-width: calc(100% - 320px);
    margin: auto;
    width: 100%;
    padding: 32px 53px;
    background: #0000002B;
    backdrop-filter: blur(14.92284870147705px);
    border-radius: 16px;
}

.download-certificate-area {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}

.download-certificate-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.18px;
    color: #FFFFFF;
    max-width: 320px;
}

    .download-certificate-description.mobile
    {
        display: none;
    }

    .download-certificate-button button {
        font-family: Inter;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.18px;
        text-align: center;
        color: #fff;
        padding: 16px 36px;
        background: #D1000F;
        border: 1px solid #D1000F;
        border-radius: 8px;
    }


/*Certificate Preview Modal*/

.certificate-modal .modal-dialog {
    max-width: 540px;
}

.certificate-modal .modal-content {
    background-color: transparent;
    border: none;
}

.certificate-modal .modal-body {
    background: none !important;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.certificate-modal .btn-close {
    position: absolute;
    top: 12px;
    right: 59px;
    width: 24px;
    height: 24px;
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: none;
    font-size: 20px;
    --bs-btn-close-opacity: 1;
    box-shadow: none;
    outline: none;
    border: none;
}

.certificate-share {
    padding: 24px 36px;
    background: #FFFFFF0A;
    backdrop-filter: blur(14.92284870147705px);
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: space-between;
    border-radius: 16px;
}

.certificate-share-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.18px;
    color: #FFFFFF;
}

.certificate-share-button button {
    padding: 16px;
    border: 1px solid #D1000F;
    background: #D1000F;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-modal .modal-body img {
    width: 446px;
    margin: auto;
}

.certificate-share-button {
    position: relative;
}

.certificate-share-inner {
    position: absolute;
    right: 0;
    top: calc(-100% - 140px);
    padding: 16px 12px 14px 13px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D1000F;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.certificate-share-button:hover .certificate-share-inner {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.certificate-share-button button:focus + .certificate-share-inner {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

    .certificate-share-inner ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .certificate-share-inner ul li a {
            display: flex;
            align-items: center;
            column-gap: 12px;
            padding: 12px 0;
            padding-right: 48px;
            font-family: Inter;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #6D7175;
            text-decoration: none;
            width: 100%;
            border-top: 1px solid #E8E8E8;
            border-bottom: 1px solid #E8E8E8;
        }

            .certificate-share-inner ul li a i {
                font-size: 24px;
                color: #000000;
            }

        .certificate-share-inner ul li:first-child a {
            padding-top: 0;
            border: none;
        }

        .certificate-share-inner ul li:last-child a {
            padding-bottom: 0;
            border: none;
        }


.card-section-cards .row, .targets-section-targets-and-video .row {
    width: 100%;
    margin: 0;
}



@media (max-width: 1399px) {
    .card-section-area {
                row-gap: 20px;
            }

            .card-section-title {
                font-size: 36px;
            }

            .card-section-description {
                font-size: 20px;
            }

            .card-section-card-description {
                font-size: 16px;
                line-height: 26px;
            }

            .card-section-card-icon img {
                width: 70px;
                height: 70px;
            }

            .card-section-bottom-title {
                font-size: 26px;
            }

            .card-section-bottom-description {
                font-size: 18px;
            }

            .card-section-bottom-hashtag {
                font-size: 20px;
            }

            .targets-section-title {
                font-size: 36px;
            }

    .seed-count-area-title
    {
        font-size: 36px;
    }

    .target-card-title {
        font-size: 18.45px;
        line-height: 24.81px;
    }

            .target-card-value {
                font-size: 34.25px;
            }

            .target-card-description {
                font-size: 15.87px;
                line-height: 23.81px;
            }

            .certificate-section-title {
                font-size: 44px;
            }

            .certificate-section-logo img {
                width: 250px;
            }

            .certificate-section-top {
                row-gap: 32px;
            }

            .certificate-section-description {
                font-size: 26px;
            }
        }


@media (max-width: 1199px) {
    .section {
        transform: none !important;
        transition: none !important;
        height: auto;
    }

    .card-section-area {
        padding: 0 10px;
    }

    .section-area {
        height: 100%;
        background-position: center;
        display: flex;
        flex-direction: column;
        row-gap: 100px;
        padding: 40px 0;
    }

    html,
    body {
        overflow: visible;
    }

   

    .nav-dots
    {
        display: none;
    }

    .seed-count-area {
        max-width: calc(100% - 160px);
    }

    .seed-count-box {
        font-size: 90.82px;
        height: 170px;
    }


    
}

@media (max-width: 991px)
{
    .target-cards {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }

    .target-card-title {
        font-size: 16.45px;
        line-height: 22.81px;
    }

    .target-card-value {
        font-size: 26.25px;
    }

    .target-card-description {
        font-size: 14.87px;
        line-height: 22.81px;
    }

    .header-logo a img {
        width: 120px;
        height: 32px;
    }

    .header-hashtag {
        font-size: 16px;
    }

    .seed-count-area {
        max-width: 100%;
        padding: 0 20px;
    }

    .fixed-header-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 5px;
    }

    .certificate-section-bottom {
        max-width: calc(100% - 20px);
        padding: 32px 36px;
    }


    .download-certificate-description {
        font-size: 18px;
        line-height: 26px;
        max-width: 260px;
    }


    .download-certificate-button button {
        font-size: 14px;
        line-height: 22px;
        padding: 14px 26px;
    }



    .certificate-share-inner {
        top: calc(-100% - 140px);
    }
}

@media only screen and (max-width: 767px)
{
    .seed-count-area {
        column-gap: 16px;
    }

    .seed-count-box {
        font-size: 65.82px;
        height: 130px;
    }

    .fixed-header-left .header-hashtag {
        display: none;
    }

    .fixed-header-center .header-hashtag {
        display: block;
    }

    

    .fixed-header-left {
        display: none;
    }
    .fixed-header-center {
        width: max-content;
    }

    .card-section-title {
        font-size: 26px;
    }

    .card-section-description {
        font-size: 15px;
    }

    .targets-section-title {
        font-size: 26px;
    }

    .seed-count-area-title
    {
        font-size: 26px;
    }

    .seed-count-description {
        font-size: 18px;
        line-height: 26px;
    }

    .seed-count-section {
        row-gap: 32px;
    }

    .seed-count-button button {
        font-size: 15px;
        line-height: 22px;
        padding: 12px 22px;
    }

    #toast-container {
        position: fixed !important;
        top: 20px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: 90vw !important; /* ekranın %90'ını kaplasın */
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        pointer-events: none; /* tıklama engellemesi */
        z-index: 9999 !important;
        flex-direction: column;
    }

        #toast-container > .toast {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 auto 10px auto !important;
            box-sizing: border-box !important;
            text-align: center !important;
            pointer-events: auto;
            border-radius: 8px !important;
            padding: 12px 16px !important;
        }

        /* Mesaj metninin taşmasını engelle */
        #toast-container .toast-message {
            white-space: normal !important;
            word-break: break-word !important;
        }
}

@media (max-width: 575px)
{
    .target-cards {
        display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .target-cards .target-card {
            width: calc(50% - 10px);
        }

    .seed-count-box {
        font-size: 40.82px;
        height: 90px;
    }

    .certificate-section-logo img {
        width: 200px;
    }

    .certificate-section-title {
        font-size: 36px;
    }

    .certificate-section-description {
        font-size: 20px;
    }

    .download-certificate-area {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }

    .download-certificate-description {
        max-width: 100%;
    }

        .download-certificate-description {
            display: none;
        }

            .download-certificate-description.mobile {
                display: block;
                text-align: center;
            }

    .certificate-section {
        row-gap: 48px;
    }

}

@media (max-width: 475px)
{
    .header-logo a img {
        width: 95px;
        height: 25px;
    }

    .fixed-header-center {
        width: max-content;
        align-items: start;
    }

    .header-social-media-list ul {
        column-gap: 8px;
    }

    .target-cards .target-card {
        width: 100%;
    }

    .seed-count-box {
        font-size: 32.82px;
        height: 70px;
    }

    .dismiss-and-share-button {
        flex-direction: column;
        row-gap: 12px;
    }

    .create-certificate-modal .modal-body {
        padding: 0 16px;
        padding-top: 32px;
        padding-bottom: 32px;
        row-gap: 24px;
    }

        .create-certificate-modal .modal-body .modal-logo img {
            width: 120px;
            height: 32px;
        }

        .create-certificate-modal .modal-body .modal-input-and-button-area .modal-button-area .create-certificate-button {
            font-size: 14px;
            line-height: 22px;
            padding: 16px;
        }

    .certificate-share {
        padding: 16px 20px;
    }

    .certificate-share-title {
        font-size: 16px;
        line-height: 24px;
    }

    .certificate-share-button button {
        padding: 14px;
        width: 48px;
        height: 48px;
    }

    .certificate-share-inner {
        top: calc(-100% - 156px);
    }

}

@media only screen and (max-width: 425px)
{
    .seed-count-area {
        column-gap: 6px;
    }
}

@media only screen and (max-width: 375px)
{
    .seed-count-box {
        font-size: 24.82px;
        height: 60px;
    }
}

@media only screen and (max-width: 320px)
{
    .seed-count-box {
        font-size: 24.82px;
        height: 52px;
    }
}