* {
    box-sizing: border-box;
}

body {
    background-color: #fff9e6;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
}
/*font*/
.gara {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #722004;
    font-style: normal;
}

.light {
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.medium {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.bold {
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.gridMain {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1%;
}

.logo img {
    width: 40%;
    margin: auto;
}
.logo {
    grid-column: span 12;
    display: block;
    align-content: center;
    text-align: center;
    margin-top: 20vh;
    margin-bottom: 0.5rem;
}

form {
    grid-column: span 12;
    /*
    display: block;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    */
}
.dark {
    color: #5f2121;
    margin: 1rem;
}
.maintext {
    grid-column: span 12;
    text-align: center;
    font-size: 1.5rem;
    color: #9d2a04;
}
#random {
    grid-column: span 12;
    text-align: center;
    color: #9d2a04;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 5rem;
}
input#search {
    outline: none;
    border: none;
    width: 70%;
    font-size: 1.5rem;
    background-color: #ffd4b9;
    /*background-color: #ffffff;*/
    /*justify-self: self-end;*/
    /*align-self: flex-end;*/
    justify-self: center;
    height: 80%;

    border-radius: 1rem;
}
.searchbar {
    background-color: #ffd4b9;
    border-radius: 3.125rem;
    border: 1px solid #5f2121;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) inset;
    width: 80vw;
    height: 4.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
}
.sandf {
    grid-column: span 12;
    /*background-color: aqua;*/
    display: flex;
    justify-content: center;
}
.but {
    width: 30vw;
    height: 4rem;
    border-radius: 3rem;
    margin: 1rem;
}
.dropdown button {
    font-size: 1.5rem;
    font-weight: 700;

    color: #ffffff;
    background-color: #ff863b;
    border: none;
}

.dropdown {
    /*position: relative;*/
    float: left;
    overflow: hidden;
}

.dropdownMenu {
    position: absolute;
    display: none;
    width: 100%;
    /*align-content: flex-start;*/
    /*top: 0;*/
    background-color: #ff863b;
    left: 0;
    padding: 2rem 0px;
}
.slider {
    accent-color: #722004;
    width: 80vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2rem 5rem;
    margin: 1rem 0;
    /*background-color: aqua;*/
}
.slider p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}
p.value {
    /*align-self: flex-end;*/
    text-align: right;
}
.slider input {
    grid-column: span 2;
    /*height: 5rem;*/
}
label {
    display: flex;
    width: 100%;
    height: 5rem;
    cursor: pointer;
    /*align-self: flex-start !important;*/
    /*background-color: aqua;*/
    /*justify-content: center;*/
    align-items: center;
    color: #fff;
    padding-left: 20vw;
    /*font-weight: 700;*/
    /*justify-self: center;*/
}
label input {
    /*position: absolute;*/
    /*opacity: 0;*/

    border-radius: 50%;
    appearance: none;
    height: 2rem;
    width: 2rem;
    margin: 0 1rem 0 0;
    /*margin: 0.8rem;*/
    border: 3px solid #fff;
}

/*
button:active {
    background-color: aqua;
}
*/
/*
button.active {
    background-color: aqua;
}
*/
button.active + .dropdownMenu {
    display: block;
}
a.active + .dropdownMenu {
    display: block;
}
/*
.but:focus {
    background-color: aqua;
}
.but:focus + .dropdownMenu {
    display: block;
}
*/
/*
buttonactive + .dropdownMenu {
    display: block;
}
*/
button.rot i {
    margin: 0 1rem;
}
button.active.rot i {
    /*background-color: aqua;*/
    transform: rotate(90deg);
}
a.active.rot i {
    /*background-color: aqua;*/
    transform: rotate(90deg);
}
button.rot {
    width: 90vw;
    margin-left: 10%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*justify-self: center;*/
}
label input:checked {
    background-color: #ff863b;
    border: 8px solid #fff;
    border-radius: 50%;
}
.check label input {
    border-radius: 4px;
    /*background-color: aqua;*/
}
.check label input:checked {
    border-radius: 4px;
    background-color: #ff863b;
    border: 8px solid #fff;
    /*background-color: aqua;*/
}
.textform {
    display: block;
    width: 80vw;
    min-height: 15rem;
    justify-self: center;
    font-size: 1.5rem;
    font-family: "Inter";
    padding: 1rem;
    background-color: #fff9e6;
    border: 1px #5f2121 solid;
    color: #ff863b;
}
.textform::placeholder {
    color: #ff863b;
}
#reci {
    grid-column: span 12;
    margin-bottom: 6rem;
    padding-bottom: 6rem;
}
.reci1 {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #ffd4b9;
    margin: 1rem 0;
    /*height: 12rem;*/
    left: 0;
    width: 100%;
    text-decoration: none;
    box-shadow: 0px 10px 10px #4e3b3b;
}
.image {
    /*grid-column: span 6;*/
    width: 100%;
    height: 100%;
    object-fit: cover;

    /*background-color: aqua;*/
}
#i {
    grid-column: span 12;
    display: block;
    width: 100%;
    height: 25vh;
    /*background-color: red;*/
    background-image: url(https://img.spoonacular.com/recipes/716429-556x370.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.reci1 .right {
    align-content: center;
    justify-self: center;
    width: 35vw;
    /*text-align: center;*/
    margin: 0px 1rem 1rem 1rem;
}
.reci1 .right h2 {
    text-align: center;
    color: #722004;
    text-decoration: none;
    margin: 1rem 0px;
    font-size: 1.5rem;
}
.reci1 .right p {
    color: #9d2a04;
    text-decoration: none;
    margin: 0px;
    font-size: 1rem;
}
h1 {
    grid-column: span 12;
    text-align: center;
    margin-bottom: 0px;
    font-size: 2rem;
}
.info p {
    color: #9d2a04;
    margin: 0px;
}
.info {
    grid-column: 2 / span 10;
    background-color: #fff4ed;
    border-radius: 10px;
    border: 2px #722004 solid;
    padding: 1rem;
    margin: 1.5rem 0px;
}
#save {
    grid-column: 2 / span 10;
    text-align: center;
    background-color: #ffc49f;
    height: 3.5rem;
    color: #722004;
    font-size: 1.5rem;
    font-weight: 700;
    border: none;
    border-radius: 1rem;
    box-shadow: 0px 10px 10px #4e3b3b;
}
.go {
    display: flex;
    grid-column: 2 / span 10;
    border-radius: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    justify-self: center;
    height: 4rem;
    color: #722004;
    background-color: #ff863b;
    width: 100%;
    box-shadow: 0px 10px 10px #4e3b3b;
    margin-bottom: 0.5rem;

    text-decoration: none;
}
.end {
    margin-bottom: 6rem;
}
.go p {
    margin: 0px 1rem;
}
#save:active {
    background-color: #ef671e;
    box-shadow: 0px 5px 5px #4e3b3b;
}
.go:active {
    background-color: #ef671e;
    box-shadow: 0px 5px 5px #4e3b3b;
}
#back {
    grid-column: span 12;
    height: 20vh;
    /*width: 50%;*/
    background-image: url(https://img.spoonacular.com/recipes/716429-556x370.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    margin: 0;
    opacity: 0.5;
    /*background-size: cover;*/
}
.ingre {
    position: absolute;
    display: block;
    width: 100%;
    /*top:0;*/
    left: 0;
    height: 20vh;
    margin: 0;
    padding: 1rem 1.5rem;
    justify-content: center;
    /*align-items: center;*/
    /*justify-self: center;*/
    /*place-items: center;*/
    place-content: center;
}
.header {
    justify-self: left;
    display: flex;
    grid-column: 2 / span 8;
    margin-left: 2rem;
}
.ingreInfo {
    grid-column: 2 / span 10;
    color: #722004;
}
.ingreInfo li {
    margin: 0;
}
.instrInfo {
    grid-column: 2 / span 10;
    color: #722004;
}
#copy {
    grid-column: span 2;
    border-radius: 20px;
    background-color: #fff9e6;
    width: 3.5rem;
    height: 3.5rem;
    margin: 2rem 0;
    box-shadow: 0 5px 5px #4e3b3b;
}
#copy i {
    margin: 0;
}
#copy:active {
    background-color: #ff863b;
}
#copied {
    grid-column: 2 / span 10;
}
#play {
    margin-top: 1.5rem;
}

.step {
    font-family: Garamond;
    font-size: 1.8rem;
    font-weight: 900;
    color: #9d2a04;
    list-style-type: none;
    margin: 2rem 0 1rem 0;
}
.inf {
    margin: 0;
}
.slider {
    grid-column: 3 / span 8;
}
.lan {
    grid-column: span 12;
}
nav {
    grid-column: span 12;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ff863b;
}

.filter,
.dropdowns {
    text-decoration: none;
    grid-column: 3 / 11;
    display: block;
}
.app {
    padding: 2rem 0;
    /*margin: 2rem 0;*/
    width: 100%;
    /*background-color: aqua;*/
    font-size: 1.5rem;
    font-weight: 700;
    color: #722004;
    border-top: 1px #722004 solid;
    display: flex;
    justify-content: space-between;
    /*justify-content: center;*/
    align-items: center;
    /*justify-self: center;*/
}
.instrInfo {
    margin-bottom: 5rem;
}
nav i {
    width: 32%;
    padding: 2rem 0px;
    text-align: center;
    color: white;
}

nav i.active {
    background-color: #ef671e;
}
i {
    padding: 0.5rem;
}
.hide {
    display: none !important;
}
.grid {
    display: grid;
}
.top {
    width: 95vw;
    text-align: center;
    background-color: #ff863b;
    color: #722004;
    margin: 0 0 1rem;
    padding: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
}
.bottom {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
}
