.erekerek{margin-top:1rem}.erekerek__list{display:grid;grid-template-columns:repeat(1,minmax(auto,320px));justify-content:center;grid-gap:2rem;gap:2rem}.erekerek__item{width:100%;border-radius:0 20px 0 20px;overflow:hidden;background-color:var(--gold);border:2px solid var(--gold)}.erekerek__img{width:100%}.erekerek__header{padding:.5rem;gap:1rem}.erekerek__header,.erekerek__number{display:flex;align-items:center;justify-content:center}.erekerek__number{width:3.4rem;height:3.4rem;background-color:var(--background);padding:.5em;font-size:var(--size-2xl);font-weight:900;border-radius:50%}.erekerek__number-info{font-size:var(--size-3xl);color:var(--background);font-weight:500}.erekerek__subtitle{text-align:center;font-weight:700;font-size:var(--size-lg);background-color:var(--background);padding:.5rem}.erekerek__description{text-align:center;margin-top:.5rem;margin-bottom:1.5rem;padding-inline:.75em;color:var(--background)}.erekerek__search-form{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.erekerek__search{display:flex;align-items:center;position:relative;flex:1 1;max-width:800px}.erekerek__search-bar{border-radius:6px;border:none;height:2.6rem;width:100%;padding:.5em 1em;outline:none}.erekerek__search-bar:focus{outline:2px solid var(--gold)}.erekerek__clear-btn{width:25px;height:25px;position:absolute;top:50%;right:15px;transform:translateY(-50%);stroke:var(--background-2);cursor:pointer;display:none}.erekerek__clear-btn--visible{display:block}.erekerek__search-btn{background:none;border:1px solid var(--gold);color:var(--gold);padding-inline:1em;border-radius:6px;font-weight:500}.erekerek__single-text-highlight{background-color:#ff0}@media (min-width:768px){.erekerek{margin-top:2rem}.erekerek__list{grid-template-columns:repeat(2,minmax(auto,320px))}.erekerek__search-bar{height:2.8rem}}@media (min-width:1024px){.erekerek{margin-top:2.5rem}.erekerek__list{grid-template-columns:repeat(3,minmax(auto,320px))}}@media (min-width:1536px){.erekerek__list{grid-template-columns:repeat(4,minmax(auto,320px))}}.header__wrapper{position:fixed;inset:0 0 auto 0;z-index:999;background-color:var(--background)}.header{display:flex;justify-content:space-between;align-items:center;height:4rem}.header__logo{height:2rem}.header__ul{display:flex;gap:.5rem}.header__link{font-family:Segoe UI;color:var(--foreground);padding:.5em 1em;border-radius:4px;font-weight:700;transition:opacity .25s}.header__link:hover{opacity:.8}.link--login{background-image:linear-gradient(#f17a77,#ee5f5b 60%,#ec4d49)}.link--register{background-image:linear-gradient(#74cae3,#5bc0de 60%,#4ab9db)}@media (min-width:475px){.header__logo{height:2.2rem}.header__ul{gap:1rem}.header__link{font-size:var(--size-lg)}}@media (min-width:768px){.header{height:5rem}.header__logo{height:2.4rem}.header__ul{gap:1.5rem}.header__link{font-size:var(--size-xl)}}@media (min-width:1024px){.header{height:6rem}.header__logo{height:2.8rem}.header__link{font-size:var(--size-2xl)}}.hero__title-wrapper{margin-top:1rem}.hero__title{text-align:center}.hero__img{width:100%}@media (min-width:768px){.hero__title-wrapper{margin-top:2rem}.hero__title{font-size:var(--size-3xl)}}@media (min-width:1024px){.hero__title-wrapper{margin-top:2.5rem}.hero__title{font-size:var(--size-4xl)}}.footer{margin-top:1.5rem}.footer__copyright{font-size:var(--size-xs);color:var(--foreground-2);text-align:center}