:root {
    --base-yellow-primary-color: #d59d00;
    --base-yellow-button-color: #f7b600;
    --base-yellow-button-active-color: #d69d00
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #fff
}

.orjinallik-container {
    margin-left: 2rem;
    margin-right: 2rem
}

.desktop-img {
    display: block;
    width: 100%;
    height: auto
}

.mobile-img {
    display: none;
    width: 100%;
    height: auto
}

.row {
    display: flex;
    flex-wrap: wrap
}
.row-card{
    display: flex;
    align-items: center;
}

.coll-12 {
    width: 100%;
    text-align: center
}

.coll-6 {
    width: 50%
}

.coll-3 {
    width: 20%
}

.coll-25 {
    width: 23%
}

.coll-66 {
    width: 66%
}

.coll-33 {
    width: 33%
}

.coll-8 {
    width: 75%
}

.orijinallik-search-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 1rem;
    margin-left: 10px
}

.orijinallik-search-title {
    line-height: 20px;
    text-align: start
}

.text-color-green {
    color: var(--base-yellow-primary-color)
}

.svg-area {
    height: 128px;
    width: 100%
}

.icon-2 {
    width: 30%;
    height: 100px;
    margin-top: 1rem;
    -webkit-mask: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/logolar/certificate.svg) no-repeat center;
    mask: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/logolar/certificate.svg) no-repeat center;
    transition: all 0.7s linear;
    background-color: #000;
    mask-size: contain
}

.icon-1 {
    width: 30%;
    height: 100px;
    margin-top: 1rem;
    -webkit-mask: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/logolar/partnership-handshake.svg) no-repeat center;
    mask: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/logolar/partnership-handshake.svg) no-repeat center;
    transition: all 0.7s linear;
    background-color: #000;
    mask-size: contain
}

.icon-3 {
    width: 30%;
    height: 100px;
    margin-top: 1rem;
    -webkit-mask: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/logolar/correct.svg) no-repeat center;
    mask: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/logolar/correct.svg) no-repeat center;
    transition: all 0.7s linear;
    background-color: #000;
    mask-size: contain
}

.icon-4 {
    width: 30%;
    height: 100px;
    margin-top: 1rem;
    -webkit-mask: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/logolar/product-management.png) no-repeat center;
    mask: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/logolar/product-management.png) no-repeat center;
    transition: all 0.7s linear;
    background-color: #000;
    mask-size: contain
}

.orjinallik-cards:hover .icon-1 {
    background-color: #2fc22f
}

.orjinallik-cards:hover .icon-2 {
    background-color: #2fc22f
}

.orjinallik-cards:hover .icon-3 {
    background-color: #2fc22f
}

.orjinallik-cards:hover .icon-4 {
    background-color: #2fc22f
}

#orijinallikSearchInput {
    -moz-appearance: textfield;
    margin: 10px 0;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    outline: none;
    font-size: 16px;
    transition: border-color 0.3s ease;
    width: 80%
}

#orijinallikSearchInput::-webkit-inner-spin-button,
#orijinallikSearchInput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.orijinallikSearchButton {
    margin: 10px 5px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: var(--base-yellow-button-color);
    cursor: pointer
}

#orijinallikSearchButton:active {
    background: var(--base-yellow-button-active-color)
}

.orijinallikGoToButton {
    margin: 10px 5px;
    padding: 10px 20px;
    border: 2px solid #000;
    border-radius: 50px;
    background: #fff0;
    cursor: pointer;
    font-weight: 600
}

.orijinallikGoToButton:hover {
    color: #fff;
    background: #000
}

#orijinallikSearchButton:disabled {
    cursor: not-allowed;
    opacity: .6
}

.searchInputArea {
    display: flex;
    padding: 10px;
    align-items: center
}

#orijinallikLoadingArea {
    display: none
}

.orijinallikLoadingArea>img {
    width: 50%
}

.searchImage {
    width: 30px;
    margin-left: 10px;
    margin-top: 20px
}

#orijinallikSearchInput:focus {
    border: 1px solid #757575
}

.orjinallik-cards-area {
    justify-content: space-between;
    margin: 2rem 0;
    flex-wrap: wrap
}

.orjinallik-cards {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    text-align: center;
    background: #fafafa;
    border-radius: 15px;
    transition: all 0.7s linear;
    box-sizing: border-box;
    height: 300px
}

.card-text-content {
    font-size: 1rem;
    text-align: start;
    margin-top: 1rem
}

.card-header-content {
    font-size: 1.75rem;
    text-align: start;
    font-weight: 600;
    margin-left: 25px;
}

.orjinallik-image-area {
    position: relative
}

.orjinallik-btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 80px;
    flex-direction: row
}

.orijinalUrunTrue {
    color: var(--base-yellow-primary-color);
    display: none;
    margin-top: 10px
}

.orijinalUrunFalse {
    color: #e42b26;
    display: none
}

.urunDisplayBlock {
    display: block
}

.orjinallik-btn {
    content: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/banner-varyant/varyant-2/magazalarimiz-button-blk.png);
    transition: all 0.5s ease-in-out 0;
    cursor: pointer
}

.orjinallik-btn:hover {
    content: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/banner-varyant/varyant-2/magazalarimiz-button-blk-wht-2.png);
    transition: all 0.5s ease-in-out 0
}

.orjinallik-btn-2 {
    content: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/headline-revize/headline-latest/devamini-incele-button.png);
    transition: all 0.5s ease-in-out 0;
    cursor: pointer
}

.orjinallik-btn-2:hover {
    content: url(https://sporthink.sm.mncdn.com/sporthink/frontend/orjinallik-sertifikalari-sayfasi/headline-revize/headline-latest/devamini-incele-button-line.png);
    transition: all 0.5s ease-in-out 0
}

.orjinallik-brands-main {
    background: #fafafa;
    border-radius: 20px;
    padding-bottom: 20px;
    margin-top: 2rem
}

.padding-0 {
    padding: 0px !important
}

.orijinallik-sorgulama-margin {
    margin-bottom: 2rem;
    justify-content: center
}

.orijinallik-search-method {
    text-align: start
}

.inputSearchAreaMain {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px
}

.searchAreaMainContainer {
    display: flex;
    align-items: start;
    flex-direction: row
}

.searchImage {
    width: 100%
}

.searchHeaderButton {
    display: flex;
    align-items: center;
    margin: 20px;
    gap: 10px
}

.orijinallik-brands-area-main {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 0 50px
}

.orijinallik-brands-wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.orijinallik-brands-wrapper-2 {
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.orijinallik-brands-area {
    display: flex;
    animation: scroll 100s linear infinite;
    will-change: transform;
    width: max-content
}

.orijinallik-brands-area-2 {
    display: flex;
    animation: scroll 100s linear infinite;
    will-change: transform;
    width: max-content
}

.orjinallik-brands {
    display: flex;
    justify-content: center;
    width: 20%
}

.orjinallik-brands-2 {
    display: flex;
    justify-content: center;
    height: 500px;
    max-width: 400px
}

.orjinallik-image-content {
    width: 30%;
    height: auto
}

.orjinallik-belge-content {
    height: 500px;
    cursor: pointer;
    max-width: 400px
}

.orjinallik-belge-content-horizontal {
    height: auto;
    max-height: 230px;
    cursor: pointer
}

.orjinallik-brand-logo {
    width: 75%;
    height: auto;
    padding: 5px
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.orijinallik-media-area {
    border-radius: 20px;
    text-align: center;
    background: #fafafa;
    padding: 2rem
}

.orjinallik-brands-area-header {
    font-size: 1.75rem;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 600
}

.orjinallik-sertifika-area-header {
    font-size: 1.75rem;
    margin-bottom: 40px;
    font-weight: 600
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .8);
    justify-content: center;
    align-items: center
}

.popup-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #fff;
    padding: 1em;
    border-radius: 8px
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    z-index: 10
}

.orjinallik-text-content {
    font-size: 1rem
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .8);
    justify-content: center;
    align-items: center;
    z-index: 1
}

.modal-content {
    max-width: 40vw;
    border-radius: 10px;
    object-fit: contain;
    background: none
}

.modal-close {
    position: absolute;
    top: 80px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer
}

.accordion-sss {
    margin: 30px 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.accordion-item-sss {
    border-bottom: 1px solid #ddd;
    width: 100%
}

.accordion-header-sss {
    background-color: #fff;
    color: #000;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.accordion-header-sss.open {
    border-bottom: 1px solid #ddd
}

.accordion-icon {
    font-size: 1.25rem;
    font-weight: 700;
    margin-left: 10px;
    transition: transform 0.3s ease;
    color: #757575
}

.accordion-icon.open {
    transform: rotate(45deg)
}

.accordion-header-sss:hover {
    background-color: #ddd
}

.accordion-body-sss {
    max-height: 0;
    overflow-y: hidden;
    background: #fff;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
    text-align: start;
    font-size: 1rem
}

.accordion-body-sss.open {
    padding: 15px;
    max-height: 200px;
    background: #fafafa
}

.warning-area {
    background-color: #fdeec7;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    width: 80%
}

@media (max-width:1460px) {
    .warning-area {
        width: 100%
    }

    .coll-25 {
        width: 48%
    }

    .orjinallik-cards-area {
        row-gap: 1rem;
        margin: 1rem 0
    }
}

@media (min-width:920px) {
    .modal-content {
        max-height: 85vh
    }

    .orijinallik-brands-wrapper {
        width: calc(100% - 40px)
    }
}

@media (min-width:1080px) {
    .orjinallik-btn-area>a {
        width: 50%;
        padding: 0
    }
}

@media (max-width:1090px) {
    .modal-content {
        max-width: 50vw
    }

    .orjinallik-btn-area {
        width: 45%;
        left: 0px;
        bottom: 20px
    }

    .orjinallik-btn,
    .orjinallik-btn-2 {
        width: 120px
    }

    .accordion-body-sss {
        overflow-y: scroll
    }

    .orijinallik-sorgulama-margin {
        margin-bottom: 1rem
    }

    .orjinallik-brands-main {
        margin-top: 1rem
    }

    .orjinallik-brands-area-header {
        margin-top: 30px;
        font-size: 1.5rem
    }

    .orjinallik-sertifika-area-header {
        font-size: 1.5rem;
        margin-bottom: 10px
    }

    .coll-25 {
        width: 48%
    }


    .card-header-content {
        font-size: 1.5rem;
        text-align: center;
        margin-left: 0px;

    }

    .orijinallik-search-area {
        padding: 0 10px;
        width: 90%
    }

    .searchAreaMainContainer {
        flex-direction: column
    }

    .searchImageArea {
        width: 100%
    }

    .searchImage {
        width: 80%;
        margin-top: 20px
    }

    .orijinallik-sorgulama-margin,
    .cards-area-sss {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:768px) {
    .desktop-img {
        display: none
    }

    .orijinallikLoadingArea>img {
        width: 40%
    }

    .mobile-img {
        display: block
    }

    .coll-25 {
        width: 100%
    }

    .orjinallik-belge-content-horizontal {
        max-height: 170px
    }

    .orjinallik-btn-area {
        flex-direction: column;
        position: absolute;
        left: 30px;
        bottom: 20px;
        width: 20%
    }

    .modal-content {
        max-width: 70vw
    }

    .orjinallik-brand-logo {
        width: 120px;
        height: auto;
        padding: 10px
    }

    .orjinallik-sertifika-area-header {
        margin-bottom: 10px;
        font-size: 1rem;
        margin-top: 10px
    }

    .orjinallik-text-content {
        font-size: .75rem
    }

    .orjinallik-brands-2 {
        width: 250px;
        height: 300px
    }

    .orjinallik-belge-content {
        max-width: 250px;
        height: 300px
    }

    .accordion-sss {
        margin: 10px 20px
    }

    .accordion-body-sss.open {
        padding: 8px;
        font-size: 1rem
    }

    .inputSearchAreaMain {
        flex-direction: column;
        gap: 0
    }

    .searchImage {
        width: 100%
    }
}

@media screen and (max-width:435px) {
    .orjinallik-btn-area {
        flex-direction: column;
        position: absolute;
        left: 30px;
        bottom: 20px;
        width: 50%;
        row-gap: 3px
    }

    .icon-1,
    .icon-2,
    .icon-3,
    .icon-4 {
        margin-top: 0;
        height: 80px
    }

    .orjinallik-btn,
    .orjinallik-btn-2 {
        width: 65%
    }

    .orjinallik-brands-area-header {
        font-size: 1.25rem;
        margin-top: 10px
    }

    .orijinallik-media-area {
        border-radius: 10px;
        padding: .25rem
    }

    .orjinallik-belge-content-horizontal {
        max-height: 100px
    }

    .orjinallik-sertifika-area-header {
        margin-bottom: 5px;
        font-size: 1.25rem;
        margin-top: 5px
    }

    .orjinallik-text-content {
        font-size: .75rem
    }

    .orjinallik-cards-area {
        row-gap: 1rem
    }

    .orjinallik-cards {
        height: 300px
    }

    .card-text-content {
        font-size: .9rem;
        margin-top: 0
    }

    .card-header-content {
        font-size: 1.25rem;
        margin-left: 0px;

    }

    .coll-3 {
        width: 45%
    }

    .orjinallik-brands-2 {
        height: 200px;
        max-width: 180px
    }

    .orjinallik-belge-content {
        height: 200px;
        max-width: 180px
    }

    .orijinallikSearchButton {
        margin: 0 0
    }
}