body{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex-flow: column;
    padding: 0px;
    margin: 0px;
}
/* first  and second navbar button */
.header-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    /* border: 1px solid red; */
    height: 9%;
    width: 100%;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    /* border: 1px solid red; */
    width: 100%;
    margin-bottom: 3px;
}
header > span{
    display: flex;
    width: 30%;
    height: 100%;
    padding: 3px;
    /* border: 1px solid red; */
}
.dropdown-btn-parent{
    margin: 0px 2px 0px 2px;
    display: flex;
    align-items: center;
    flex-direction: column  ;
    justify-content: center;
    width: 20%;
    /* border: 1px solid red; */
}
.drop-btn{
    padding: 12px;
    width: 100%;
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    /* border: 1px solid red; */
    overflow: hidden;
}
.drop-btn:hover + .dropdown-content{
    text-shadow: 0px 0px 12px black;
    background-color: black;
    color: white;
    display: block;
    z-index: 2;
    transition: 0.4s ease;
    transform: translateY(-12px);
    /* transform: translateX(10px); */
}
.dropdown-content{
    display: block;
    width: 100px;
    z-index: 2;
    padding: 10px;
    transform: translateY(25px);
    /* transform: translateX(10px); */
}
.dropdown-content:hover{
    background-color: black;
    color: white;
    display: block;
    z-index: 2;
    transition: 0.4s ease;
    transform: translateY(-22px);
    /* transform: translateX(10px); */
}
a{
    padding-inline-start: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
/* first and second navbar button ends here */
.sign-in-btn{
    margin-top: 12px;
    padding: 12px;
    width: 20%;
    height: 60%;
    color: black;
    border: none;
    /* border: 1px solid red; */
}
/* image here */
header > img{
    margin: 40px;
    width: 10%;
    /* border: 1px solid red; */
}
/*  */

.navbar-icons-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    /* border: 1px solid red; */
}
.navbar-icons-div > img{
    width: 34px;
    margin: 20px;
}
.navbar-icons-div > h1{
    color: grey;
    height: 1px;
    width: 1px;
}
/* second navbar */
.navbar2{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    /* border: 1px solid red; */
    width: 100%;
    height: 70px;
    background-color: rgb(223, 128, 50);
}
.navbar2 > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
}
.navbar2 > ul > li{
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
    padding: 12px;
    width: 9%;
    color: white;
    background-color: transparent;
    height: 66%;
    transition: 0.2s ease;
}
.navbar2 > ul > li:hover{
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
    padding: 12px;
    width: 7%;
    color: white;
    background-color: black;
    height: 66%;
    transform: scale(1.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.384);
}
/* welcome div */
.welcome-div{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(1st\ bg\ img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
}
.middle-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 55%;
    background-color: white;
}
.welcome-div > .middle-div > div{
    box-sizing: border-box;
    padding: 12px;
    border-radius: 5px;
    width: 90%;
    height: 80%;
    background-color: white;
    border: 1px dashed rgb(223, 128, 50);
    border-spacing: 12px;
}
.welcome-div .middle-div > div > h1{
    text-transform: capitalize;
    font-style: italic;
    font-size: 45px;
    line-height: 60px;
}
.welcome-div .middle-div > div > button{
    padding: 20px 34px;
    margin: 0px;
    border: none;
    background-color: rgb(223, 128, 50);
    color: white;
}
/* about div */
.about-div{
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgb(17, 0, 255); */
    margin: 0px;
    width: 100%;
}
.about-div > .text-div{
    width: 50%;
    /* border: 1px solid red; */
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    text-align: justify;
}
.about-div > .progress-data-div{
    width: 50%;
    /* border: 1px solid red; */
    padding: 20px;
    box-sizing: border-box;
}
.about-div > .text-div > .top-text{
    color: rgb(223, 128, 50);
    font-weight: bolder;
    letter-spacing: 5px;
}
.about-div > .text-div > .middle-text{
    color: black;
    font-weight: bolder;
    font-family: 'playfair Display', serif;
    font-size: 46px;
    font-style: italic;
}
.about-div > .text-div > .bottom-text{
    color: rgb(71, 71, 71);
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 22px;
}
/* progress here */
.progress-text{
    display: flex;
    align-items: center;
}
.progress-text > h4{
    text-align: justify;
    width: 93%;
    /* border: 1px solid red; */
}
.progress-text > p{
    font-weight: bolder;
}
.cake-design > .progress-bar{
    width: 95%;
    height: 6px;
    background-color: black;
    /* margin: 12px; */
}
.cake-class > .progress-bar{
    width: 80%;
    height: 6px;
    background-color: black;
}
.cake-recipies > .progress-bar{
    width: 90%;
    height: 6px;
    background-color: black;
}
/* end */

/* ITEMS div starts here */
.items{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* border: 1px solid blue; */
}
.items > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid red; */
    width: 100px;
    height: 100px;
    margin: 30px;
    padding: 50px;
    transition: 0.3s ease;
    border-radius: 50%;
}
.items > div > h3{
    line-height: 20px;
}
.items > div > img{
    width: 100%;
    color: rgb(223, 128, 50);
    padding: 13px;
    transition: 0.1s ease;
}
.items > div:hover >img{
    filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.473));
}
.items > div:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid red; */
    width: 100px;
    height: 100px;
    margin: 30px;
    background-color: rgb(223, 128, 50);
    border-radius: 50%;
}


/* cupcake items  */ 


.cakes{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* border: 1px solid red; */
    width: 100%;
}
.cakes > .cake{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    text-align: center;
    /* border: 1px solid red; */
    width: 300px;
}
.cakes > .cake > h3{
    width: 60%;
    padding: 12px;
    transition: 0.4s ease;
    border-radius: 6px;
}
.cakes > .cake > .pricing{
    opacity: 1;
    z-index: 1;
    transition: 0.4s ease;
}
.cakes > .cake > .add-to-cart{
    opacity: 0;
    z-index: 2;
    padding: 12px;
    font-size: 20px;
    font-weight: bolder;
    transition: 0.4s ease;
    transform: translateY(-40px);
}
/* hovers */
.cakes > .cake:hover > .pricing{
    opacity: 0;
}
.cakes > .cake:hover > .add-to-cart{
    opacity: 1;
    transform: translateY(-65px);
    border-bottom: 2px solid rgb(223, 128, 50);
    
}
.cakes > .cake:hover > h3{
    background-color: rgb(223, 128, 50);
    color: white;
}
/* cakes end here */

/* registration here */
/* registration ki styling hochuki islye sirf inputs ki hogi */
.inputs{
    display: block;
    margin: 10px;
    border: none;
    padding: 20px;
    font-size: 15px;
    outline: none;
    width: 100%;
}
.video{
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}