.r-loops .loop-top h2 {
    margin: 0 auto;
    font-size: 36px;
}

/* resipes main info */

.resipes-details h1 {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -2px;
}

.resipes-details {
    padding-top: 80px;
}

.resipes-info {
    display: flex;
    /* gap: 64px; */
}

.john-info {
    padding-left: 16px;
}

.john-info>h6 {
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.john-info p {
    font-size: 14px;
    font-weight: 500;
    color: #00000099;
}

.profile-john {
    display: flex;
    align-items: center;
    /* width: 165px; */
    padding-right: 58px;
}

.profile-time {
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    border-left: 1px solid #0000001A;
}

.profile-time p {
    color: #00000099;
    font-size: 14px;
    letter-spacing: -2%;
    font-weight: 500;
}

.profile-time h6 {
    padding-bottom: 8px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.time-info {
    padding-left: 16px;
}

.profile-time img {
    width: 24px;
    height: 24px;
}

.resipes-info {
    padding-top: 48px;
    padding-right: 311px;
}

.resipes-btn>img {
    width: 840px;
    height: 600px;
    border-radius: 30px;
}

.resipes-details .resipes-btn {
    padding-top: 64px;
    position: relative;
}

.bigplay {
    position: absolute;
    top: 300px;
    left: 370px;
}

.information {
    padding: 32px;
    width: 400px;
    height: 600px;
    background-color: #E7FAFE;
    border-radius: 30px;
}

.information h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 24px;
}

.resipes-btn {
    display: flex;
    gap: 40px;
    padding-bottom: 80px;
}

.information-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 1px solid #0000001A;
}

.information-info p {
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #00000086;
    /* letter-spacing: -4%; */
}

.information-info span {
    font-weight: 500;
    font-size: 18px;
}

.resipes-btn p.common-p {
    margin-top: 167px;
    text-align: center;
}

.print h6 {
    padding-top: 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.print {
    display: flex;
    gap: 32px;
}

.r-main-top {
    display: flex;
}

/* ingredients inputs */

.ingredinets-input {
    margin-top: 80px;
    display: flex;
}

.ingredients {
    width: 840px;
    background: #fff;
    font-family: Inter, Arial, sans-serif;
}

.ingredients h2 {
    font-size: 36px;
    font-weight: 600;
    color: #111;
    margin-bottom: 48px;
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.subtitle2 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 64px;
}

.item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #ececec;
}

.item input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #000;
    cursor: pointer;
}

.item label {
    font-size: 15px;
    color: #000000;
    cursor: pointer;
}

.item .checked {
    color: #9a9a9a;
    text-decoration: line-through;
}
/* 
.oRecipes-right h3 {
    font-size: 20px;
    padding-bottom: 16px;
}

.oRecipes-right p {
    font-style: 14px;
    color: #00000099;
}

.other-recips {
    width: 400px;
    margin-left: 40px;
}

.other-recips h2 {
    padding-bottom: 32px;
    font-weight: 600px;
    font-size: 32px;
}

.other-recips img {
    width: 180px;
    height: 120px;
}

.oRecipes-right {
    padding-left: 24px;
}

.oRecipes-card {
    display: flex;
    padding-bottom: 24px;
}

.dontforgetfood {
    padding-top: 80px;
}

.dontforgetfood img {
    width: 400px;
    height: 443px;
} */



/* directions container */

.directions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.directions .item {
    width: 840px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.directions h2 {
    font-size: 36px;
    font-weight: 600;
    /* margin-bottom: 32px; */
    align-self: flex-start;
}

.directions .item {
    display: flex;
    flex-direction: column;
    gap: 48px;
    border-bottom: 1px solid #ececec;
}


.directions .item-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.directions .item-head input {
    width: 24px;
    height: 24px;
    accent-color: #000;
    cursor: pointer;
}

.directions .item-head label {
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}

.directions .common-p {
    padding-left: 48px;
}

.directions .item img {
    width: 792px;
    height: 400px;
    padding-left: 48px;
}