: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;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.coll-12 {
    width: 100%;
    text-align: center;
}

.coll-33 {
    width: 33%;
}

.orjinallik-image-area {
    position: relative;
padding: 0;
}
.orjinallik-cards-area {
    justify-content: space-between;
    margin-top: 1rem;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.desktop-img {
    display: block;
    width: 100%;
    height: auto;
}
.mobile-img {
    display: none;
    width: 100%;
    height: auto;
}

.bize-ulasin-desktop{
    display: block;
    width: 100%;
    height: auto;
}
.bize-ulasin-mobile{
    display: none;
    width: 100%;
    height: auto;
}
.padding-0 {
    padding: 0px !important;
}
.bize-ulasin{
    margin: 0px 0px 1rem 0px;
    padding: 0;
}
.orjinallik-btn-area {
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    flex-direction: row;
    bottom: 80px;
    left: 100px;
}
.team-sport-form-container{
        background-color: #000;
    }
.orjinallik-cards {
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: all 0.7s linear;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
}

.team-sport-form{
    position: absolute;
    top: 25%;
    right: 4%;
    background-color: transparent;

}

.siparis-surecleri{
    margin-top: 1rem;
}
.orjinallik-btn {
    content: url("https://sporthink.mncdn.com/sporthink/frontend/takim-sporlari/button/kesfet-butonu-off.png");
    transition: all 0.5s ease-in-out 0;
    cursor: pointer;
}

.orjinallik-btn:hover {
    content: url("https://sporthink.mncdn.com/sporthink/frontend/takim-sporlari/button/kesfet-butonu-on.png");
    transition: all 0.5s ease-in-out 0;

}
.customColumnFields{
    margin-bottom: 10px;
}
.contact-images{
    width: 50px;
}
@media screen and (max-width: 1680px){
    .team-sport-form{
        position: absolute ;
        top: 20%;
        right: 3%;
    }
    .customColumnFields{
        margin-bottom: 0px;
    }
}


@media screen and (max-width: 1430px){
    .team-sport-form{
        top: 15%;
        right: 3%;
    }
}

@media screen and (min-width: 1430px){
    .orjinallik-cards-area {
        margin: 2rem 0;
    }
    .siparis-surecleri{
        margin-top: 2rem;
    }
}



@media screen and (max-width: 1200px){
    .bize-ulasin-desktop{
        display: none;
    }
    .bize-ulasin-mobile{
        display: block;
    }
}

@media (min-width: 1090px) {
    .orjinallik-btn-area {
        bottom: 15%;
        left: 4.5%;
    }
    .orjinallik-btn {
        width: 30%;

}
}

@media (max-width: 1090px) {
    .orjinallik-btn-area {
        width: 45%;
        left: 40px;
        bottom: 20px;
        justify-content: center;
    }
    .orjinallik-btn,
    .orjinallik-btn-2 {
        width: 100px;
    }
}


@media (max-width: 1024px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
    .team-sport-form{
        position: static;
    }
    .coll-33{
        width: 49%;
    }
    .orjinallik-btn-area {
        flex-direction: column;
        position: absolute;
        left: 30px;
        bottom: 20px;
        width: 20%;

    }
    .bize-ulasin{
        margin: 1rem 0 1rem 0;
    }
    .team-sport-form{
        top: 30%;
        left: 3%;
        right: unset;
        padding: 20px;
    }
    .customColumnFields{
        font-size: 1rem;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {

    .orjinallik-btn-area {
        flex-direction: column;
        position: absolute;
        left: 30px;
        bottom: 10px;
        width: 50%;
        row-gap: 3px;
    }
    .orjinallik-btn,
    .orjinallik-btn-2 {
        width: 50%
    }
    .orjinallik-cards-area {
        row-gap: 0.4rem;
    }
   
    .customColumnFields{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 530px) {

   
    .team-sport-form{
        top: 26%;
        left: 3%;
        padding: 20px;
    }
    .customColumnFields{
        font-size: 10px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 435px) {

    
    .team-sport-form{
        top: 29%;
        left: 3%;
        right: unset;
        padding: 20px;
    }
    .contact-images{
    width: 30px;
}
}

@media screen and (max-width: 370px) {

    
    .team-sport-form{
        top: 23%;
        left: 3%;
        right: unset;
        padding: 20px;
    }
   
}


.customInputFields{
    background: transparent !important;
}
.customSelectFields{
    padding: 5px;    
}

@media screen and (min-width: 1024px){
    .team-sport-form {
        top: 17%;
        right: 0.3%;
        background-color: #000;
        width: 60%;
        padding: 30px
    }
    .team-sport-form-container{
        margin-bottom: 100px;
        background-color: white;
    }
}
@media screen and (min-width: 1320px){
     .team-sport-form {
        top: 18%;
        right: 0.2%;
    }
}