@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600&display=swap');


:root{
    --peru:#cd9452;
    --black:#222;
    --white:#fff;
    --light-black:#666;
    --light-white:#ccc;
    --light-bg:#f5f5f5;
    --dark-bg:rgba(0,0,0,.7);
    --border:.1rem solid #aaa;
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
 }
 
 *{
    font-family: 'Dosis', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(.43,1.1,.62,1.08);
    text-transform: capitalize;
 }
 
 * > img{
    user-select: none;
    pointer-events: none;
 }
 
 html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
 }
 
 html::-webkit-scrollbar{
    width: 1rem;
 }
 
 html::-webkit-scrollbar-track{
    background-color: var(--white);
 }
 
 html::-webkit-scrollbar-thumb{
    background-color: var(--peru);
 }
 body{
    background-image: url('Dimage/drd1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
 }
 
 section{
    padding:5rem 10%;
    
 }
 
 
 .header{
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--box-shadow);
    position: sticky;
    top:0; left:0; right: 0;
    background: var(--white);
    z-index: 1000;
 }
 
 .header .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color:var(--black);
 }
 
 .header .logo i{
    color:var(--peru);
    padding-right: .5rem;
 }
 
 .header .navbar a{
    font-size: 2rem;
    margin-left: 2rem;
    color:var(--light-black);
 }
 
 .header .navbar a:hover{
    color:var(--peru);
 }
 




.card {
    position: relative;
    background: #fff;
    margin-left: 17%;
    margin-top: 3%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 5px 3px #ccc;
    padding: 15px 20px;
    width: 1000px;
    height: 1500px;
    transition: 0.5s;
}
.col-1 {
    width: 600px;
    float: left;
}
.col-2 {
     width: 300px;
     float: right;
 }
 .col-2 img {
     width: 300px;
     box-shadow: 0 5px 3px #ccc;
 }
 .col-3 {
    width: 600px;
    float: right;
}
.col-4 {
    padding: 15px 20px;
    width: 350px;
    float: right;
}
.col-4 img {
    width: 300px;
    height: 500px;
    box-shadow: 0 7px 5px #ccc;
}
 .author {
    font-family: 'Dosis', sans-serif;
     font-size: 15px;
     color:#cd9452;
     text-transform: uppercase;
     margin: 10px 0;
     letter-spacing: 0.5px;
 }
 .recipe-name {
     font-size: 2.9rem;
     font-family:none;
     color: #000;
     font-weight: 600;
 }
 .description{
    font-family: 'Dosis', sans-serif;
     font-size: 18px;
     color: rgb(131, 131, 131);
     margin:20px 0;
     font-weight: 400;
 }
 .line {
     margin: 15px 0;
     color: #ccc;
 }
 span {
     font-size: 15px;
     color: #000;
     letter-spacing: 1px;
     text-transform: uppercase;
     padding: 5px;
     transition: 0.5s;

 }
.ing{
    font-family: 'Dosis', sans-serif;
    font-size:30px;
    padding: 5px;
    margin:20px 0;
    color:#cd9452;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.ingList{
    font-size:22px;
    padding: 10px;
    margin:20px 0;
    color: rgb(131, 131, 131);
}
.instructions{
    font-family: 'Dosis', sans-serif;
    font-size:30px;
    padding: 5px;
    margin:20px 0;
    color:#cd9452;
    letter-spacing: 0.5px;
    font-weight: 500;

}
.insList{
    font-size:20px;
    padding: 10px;
    margin:20px 0;
    color: rgb(131, 131, 131);

}
.info{
    font-size:10px;
    font-family: 'Dosis', sans-serif;
    color:blanchedalmond;
}
.col-5 {
    width: 500px;
    float: right; 
}
tr{
    background-color:#cd9452;
    box-shadow: 0 7px 5px #ccc;
    
}
td{
    padding:10px ;
    font-size:10px;
    margin-left: 4%;
}
.col-6{
    width:900px;
    float:right;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight:500;
    color:#000;
    text-transform: uppercase;
    padding-right:50px;
    letter-spacing: 0.5px; 
}