@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

button {
    padding: 1rem 2rem;
    background-color: #5E1BAA;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 2rem;
    font-size: 16px;
}

border body {
    margin:0px!important;
    padding:0px!important;
}

body {
    padding: 0px!important;
    margin: 0px!important;
}

/* button:hover {
    background-color: #0056b3;
} */


* {
    font-family: "Poppins", sans-serif !important;
    box-sizing: border-box;
}


.component {
    display: flex;
    flex-direction: column;
    width: 1200px;
    height: auto;
    position: relative;
    min-height: 600px;
   /* border: 2px dashed #ccc;
    border-top: none;*/
    background: url("assets/pattern20.png");
    background-size: 1100px;

}

.step-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
}

#step2 {
    height: 100%;
    position: relative;
}

.step {
    min-height: 600px !important;
}

.step-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    background-color: #FFD91E;
    height: 600px;
    padding: 1rem;
}

#step3 {
    height: 100%;
}

.step-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    background-color: #FFD91E;
    height: 600px;
    padding: 1rem;
}

#step4 {
    background-color: #FFD91E;
    height: auto;
    padding: 1rem;
}

.step-4 {
    height: auto !important;
}



.pets-wrapper {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cat {

    overflow: hidden;
}

.card {
    width: 350px;
    height: 400px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    transition: 300ms ease all;
}

.card-link {
    color: black;
    text-decoration: none;
}

.card:hover {
    transform: scale(1.03);
}

.pet-image-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    cursor: pointer;
}

.pet-image-wrapper::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    background-color: transparent;
    transition: 300ms ease all;
    transform-origin: center;
    overflow: hidden;
    transform: scale(6);

}

.cat-image-wrapper::before {
    top: 3%;
    left: 15%;
    box-shadow: 0 0 0px 1000px #FFD91E;
}

.dog-image-wrapper::before {
    top: 3%;
    left: 15%;
    box-shadow: 0 0 0px 1000px #5E1BAA;
}

.pet-image-wrapper::after {
    position: absolute;
    color: #fff;
    top: 60%;
    left: 50%;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    transform: translateX(-50%);
    font-size: 75px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 10px #000;
}

.cat-image-wrapper::after {
    content: "Kedi";

}

.dog-image-wrapper::after {
    content: "  Köpek  ";
}

.pet-image-wrapper:hover.pet-image-wrapper::before {
    transform: scale(1);
    transform-origin: center;
}

.pet-image {
    width: 100%;
    height: 100%;
    /* transform: scale(1); */
    object-fit: cover;
    object-position: 19%;

}

/* #step1 {
    background: url("assets/pattern20.png");
    background-size: 1100px;

} */



.input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0.75rem 1.2rem;
    background-color: #ffff8b;
    position: relative;
    z-index: 99;
    border: none;
    border-bottom: 2px solid #000 !important;
}

.input-group {
    margin-bottom: 1.5rem;
}

.title_label {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 17px;
    font-weight: 600;
}

.radio_group {
    display: flex;
    gap: 1rem;
    justify-content: center;
}


.margin-b {
    margin-bottom: 3rem;
}

.title {
    z-index: 30;
    text-align: center;
}

.abs-img-1 {
    z-index: 0;
    width: 400px;
    top: -155px;
    right: -155px;
    position: absolute;
    z-index: 10;
    transform: rotate(225deg);
    transition: 300ms ease all;
}

.abs-img-1:hover {
    top: -135px;
    right: -135px;
}

.abs-img-2 {
    z-index: 0;
    width: 400px;
    top: -155px;
    left: -155px;
    transform: rotate(135deg);
    position: absolute;
    transition: 300ms ease all;
}

.abs-img-2:hover {
    top: -135px;
    left: -135px;
}

.abs-img-3 {
    z-index: 0;
    width: 400px;
    left: -155px;
    bottom: -155px;
    transform: rotate(45deg);
    position: absolute;
    transition: 300ms ease all;
}

.abs-img-3:hover {
    left: -135px;
    bottom: -135px;
}


.abs-img-4 {
    z-index: 0;
    width: 400px;
    right: -107px;
    bottom: -107px;
    transform: rotate(315deg);
    position: absolute;
    transition: 300ms ease all;
}

.abs-img-4:hover {
    right: -87px;
    bottom: -87px;
}



.abs-img-5 {
    position: absolute;
    left: -50px;
    top: -300px;
    transition: 200ms ease all;
}

.abs-img-5:hover {
    top: -50px;
}

.abs-img-6 {
    position: absolute;
    right: 50px;
    bottom: -300px;
    transition: 200ms ease all;
}

.abs-img-6:hover {
    bottom: -50px;
}

.title_main {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.abs-img-7 {
    position: absolute;
    transform: rotate(90deg);
    right: -310px;
    top: -100px;
    transition: 200ms ease all;
    z-index: 1;

}

.abs-img-7:hover {
    right: -100px;
}


.abs-img-8 {
    position: absolute;
    transform: rotate(-90deg);
    left: -310px;
    bottom: -100px;
    transition: 200ms ease all;
    z-index: 1;

}

.abs-img-8:hover {
    left: -100px;
}



.food_cards {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}



.food_card {
    position: relative;
    width: 350px;
    height: 450px;
    border: 2px solid #000;
    background-color: #fff;
    overflow: hidden;

}

.food_image_wrapper {
    overflow: hidden;
}

.food_information {
    padding: 1.25rem;
}

.food_image {
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: 300ms ease all;
}

.food_card:hover .food_image {
    transform: scale(1.15);
}

.title_food {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
    font-size: 32px;
}

.desc {
    font-size: 12px;
    color: #aaa;
    margin-top: 0.5rem;
}

.buttons_flex {
    display: flex;
    gap: 2rem;
    z-index: 100;
}

/* input highlight */

.group1 {
    position: relative;
    margin-bottom: 24px;
}

.input-highlight {
    font-size: 15px;
    padding: 0.75rem 1rem;
    display: block;
    width: 100%;
    border: none;
    background-color: #ffff8b;
}

.input-highlight:focus {
    outline: none;
}

/* LABEL ======================================= */
.highlight-label {
    color: #999;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins";
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.input-highlight:focus~label,
.input-highlight:valid~label {
    top: -30px;
    left: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    background: #000;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}

.progress_bar {
    width: 300px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.dot_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;

}

.dot_wrapper:hover::after {
    left: 0%;
    z-index: 1;
}

.line {
    width: 100%;
    background-color: #ff976a;
    position: absolute;
    height: 10px;
    top: 50%;
    width: 100%;
    border-radius: 100px;
    transform: translateY(-50%);
    z-index: 2 !important;
}

.line.step2::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 100%;
    border-radius: 100px;
    background-color: #A9542F;
    z-index: 1;

}

.line.step3::before {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    background-color: #A9542F;
    z-index: 1;
}

.dot {
    width: 30px;
    height: 30px;
    background: #A9542F;
    border-radius: 50%;
    z-index: 3 !important;
}




.dotfade {
    width: 30px;
    height: 30px;
    background: #ff976a;
    border-radius: 50%;
    z-index: 3 !important;
}


.radio_label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.radio_label input {
    position: absolute;
    left: -9999px;
}

.radio_label input:checked+span {
    background-color: #FFFF8B;
}

.radio_label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #3A302E;
}

.radio_label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.radio_label span:hover {
    background-color: #FFFF8B;
}

.radio_label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #3A302E;
}

.button-57 {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #18181a;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 18px 17px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-57 span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}

.button-57 span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 100ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 30%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
}

.button-57:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5E1BAA;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}

.button-57:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
}

.button-57:hover span:last-child {
    transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    transition: all 400ms cubic-bezier(0.48, 0, 0.12, 1);
}

.progress-bar {
    width: 100%;
    background-color: #ddd;
}

.progress-filled {
    height: 10px;
    background-color: #5E1BAA;
    width: 0%;
    transition: width 0.5s ease-out;
}


/* responsive */

@media screen and (max-width: 1200px){

    .card {
        width: 275px;
        height: 325px;
    }

    .abs-img-1,
    .abs-img-2,
    .abs-img-3,
    .abs-img-4,
    .abs-img-5,
    .abs-img-6,
    .abs-img-7,
    .abs-img-8 {
        display: none;
    }

    .food_cards {
        grid-template-columns: 1fr 1fr;

    }

    .pet-image-wrapper::before {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width:860px) {
    .component {
        max-width: 600px;
        width: 100%;
    }

    .card {
        width: 250px;
        height: 300px;
    }


}

@media screen and (max-width:640px) {


    .container {
        padding: 0rem 1rem;
    }

    .component {
        width: 100%;

    }

    .card {
        width: 250px;
        height: 300px;
    }

    .pets-wrapper {
        flex-direction: column;
    }

    .food_cards {
        flex-direction: column;
    }

    .pet-image-wrapper::before {
        width: 150px;
        height: 150px;
    }

    .food_card {
        width: 100%;
        height: auto;
    }

}