.package{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 10px;
    box-shadow: 0 0 10px 0px #4d001f;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.heading{
    font-family: 'EB Garamond', serif;
    font-family:  'Pacifico', 'cursive';
    font-family: 'Protest Riot', sans-serif;
    color:#3E2922;
    text-align: center;
    font-size: 45px;
}
.pkg-p1{
    font-family: 'Protest Riot',serif;
    width: 600px;
    color:#3e2922;
    font-size: 30px;
}
.pkg-heading2{
    
    font-family: 'Lora',serif;
    font-size: 20px;
    height:20px;
    width: 370px;
    color:#3E2922;
    background-color:#ef7743;
    box-shadow: 2px 2px 2px 0 #4d001f;
    padding: 6px 6px;
}
.div{
    text-align: center;
}
.pkg-img{
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
}
.price-btn{
    height:35px;
    width: 250px;
    font-family: 'Lora', serif;
    font-size: 25px;
    border:1.5px solid #ef7743;
    color:white;
    background-color:#3e2922 ;
    box-shadow: 2px 2px 2px 0 #4d001f;
    
}
.price-btn-display{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;

}
.div-box{
    box-shadow: 0 0 10px 5px #4d001f;
    color: #4d001f;
    text-align: center;
    width: 280px;
    height: 220px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin: 15px 15px;
}
.img-box{
    margin-top: 40px;
}
.div-box1{
    width: 400px;
    padding: 5px 5px;
}
.pkg-container{
    padding: 5px 5px;
    display: flex;
    flex-direction: row;
    justify-content:left;
}
.pkg-container1{
    display: flex;
    flex-direction: column;
    justify-content:left;
    
}
.pkg-container2{
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content:left;
    margin-left: 20px;

}
.img-div1{
    display: flex;
    flex-direction: row;
    justify-content:left;
    

}
.img-div2{
    display: flex;
    flex-direction: row;
    justify-content:left;
    padding-left: 30px;
    

}

.book-btn{
    font-family: 'Lora', serif;
    font-size: 22px;
    height:34px;
    width: 194px;
    border:1.5px solid #ef7743;
    color:white;
    background-color:#3e2922 ;
    box-shadow: 2px 2px 2px 0 #4d001f;
    margin-top: 30px;
    
}
.book-btn:hover{
    background-color:#ef7743;
    border:2px solid #4d001f;
    transition:1.5s;
    border-radius:10px;
    color:#3e2922;
}
.pkg-h4{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lora', serif;
    color:#3E2922;
}
.pkg-paragraph{
    font-size: 16px;
    text-align: left;
    width: 370px;

}
.pkg-li{
    margin-bottom: 10px;

}
@media screen and (min-width: 992px) and (max-width: 1089px)
{
    .package{
        margin-left: 10px;
        margin-right: 10px;
    }
    .pkg-container{
        padding: 5px 5px;
    }
    .pkg-container1{
        padding: 5px 5px;
        display: flex;
        flex-direction: column;
        justify-content:left;
    }
    .div-box{
        box-shadow: 0 0 10px 5px #4d001f;
        color: #4d001f;
        text-align: center;
        width: 200px;
        height: 200px;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        margin: 10px 10px;
    }
    .pkg-img{
        width: 100%;
        height: 180px;
        margin-bottom: 5px;
    }
    .pkg-container2{
        width: 350px;
        display: flex;
        flex-direction: column;
        justify-content:left;
    
    }
    .pkg-p1{
        width: 500px;
        font-size: 25px;
    }
    .pkg-paragraph{
        width: 330px;
    
    }
    .pkg-heading2{
        font-size: 20px;
        height:20px;
        width: 350px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .pkg-container{
        padding: 5px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (min-width: 601px) and (max-width: 767px)
{
    .pkg-container{
        padding: 5px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .package{
        margin-left: 10px;
        margin-right: 10px;
    }
    
}
@media screen and (min-width: 601px) and (max-width: 680px)
{
    .pkg-container{
        padding: 5px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pkg-p1{
    width: 500px;
    font-size: 20px;
    text-align: center;
    }
    .img-div2{
     padding-left: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .pkg-container{
        padding: 5px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pkg-p1{
        width: 300px;
        font-size: 20px;
        text-align: center;
        }
    .package{
        margin-left: 10px;
        margin-right: 10px;
    }
    .img-div1{
        display: flex;
        flex-direction: column;
        justify-content:center;
        
    
    }
    .img-div2{
        display: flex;
        flex-direction: column;
        justify-content:center;
        padding-left: 0px;
    }
    .pkg-container2{
        width: 350px;
        display: flex;
        flex-direction: column;
        justify-content:left;
    
    }
    .pkg-p1{
        width: 300px;
        font-size: 18px;
    }
    .pkg-paragraph{
        width: 300px;
    
    }
    .pkg-heading2{
        font-size: 20px;
        height:20px;
        width: 250px;
    }
}