.header-main{
    background-color:#ffe3ef;
    width: 100%;
    height: 40px;
}
.header-main .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-main .socail-media{
    display: flex;
    flex-direction: row;
    gap: 40px;
    color:#1e1e1e;
    margin-top: 5px;
}
.header-main .socail-media .phone i{
    padding-right: 6px;
}
.header-main .socail-media .mail i{
    padding-right: 6px;
}
.header-main .fonts i{
    font-size: 17px;
    padding-left: 10px;
    color:#1e1e1e;
    margin-top: 10px;
}
.header-main .fonts i:hover{
    color:#cc2474;
}
.header-big .container{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    gap: 200px;
    margin-top: 20px;
}
.header-big .container .main{
    display: flex;
    flex-direction: row;
}
.header-big .container .main i{
    font-size: 43px;
    color: #FC0FC0;
}
.header-big .container .main h1{
    margin-left: 15px;
    color:rgb(50, 50, 50);
    font-style: italic;
}
.header-big .container .lists ul{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding-top: 6px;
}
.header-big .container .lists ul li{
    list-style: none;
    transition: all 0.5s ease;
}
.header-big .container .lists ul li a{
    text-decoration: none;
    font-size: 17px;
    color: black;
    padding: 13px;
}
.header-big .container .lists ul li:hover{
    transform:translateY(-3px);
}
.header-big .container .lists ul li a:hover{
    background-color:#cc2474;
    border-radius: 17px;
    color: white;
}
.header-big .container .table button{
  background-color: transparent;
  border: 2px solid #ff2e93;
  padding: 8px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.header-big .container .table button a{
    text-decoration: none;
    color:black;
    font-weight: bold;
}
.header-big .container .table button:hover{
    transform: scale(1.1);
    background-color: #ff2e93;
}
.header-big .container .table button a:hover{
    color: white;
}
.header-middle .container{
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin-top: 70px;
}
.header-middle .container .image img{
    height: 450px;
}
.header-middle .container .about{
    margin-top: 40px;
}
.header-middle .container .about h1{
    font-size: 54px;
    font-family: Georgia, serif;
}
.header-middle .container .about p{
    margin-top: 22px;
}
.dessert-place{
    margin-top: 120px;
    position: relative;
}
.dessert-place .image-place img{
    width: 100%;
    height: 700px;
}
.dessert-place .text{
    text-align: center;
    position: absolute;
    top: 340px;
    right: 490px;
    width: 610px;
}
.dessert-place .text h2{
    font-size: 45px;
    font-family: Georgia, serif;
    font-weight: bold;
}
.three-main{
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 34px;
}
.three-main .variable{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.three-main .variable p{
    display: inline-block;
    margin-left: 43px;
    margin-top: -40px;
    font-weight: bold;
}
.three-main .variable i{
    font-size: 37px;
    color: grey;
    margin-top: 20px;
    margin-right: 30px;
}
.three-main .variable span{
    margin-left: 44px;
    margin-top: -10px;
    width: 320px;
}

.three-main .order{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.three-main .order p{
    display: inline-block;
    margin-left: 52px;
    margin-top: -40px;
    font-weight: bold;
}
.three-main .order i{
    font-size: 37px;
    color: grey;
    margin-top: 20px;
    margin-right: 30px;
}
.three-main .order span{
    margin-left: 52px;
    margin-top: -10px;
    width: 320px;
}

.three-main .quick{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.three-main .quick p{
    display: inline-block;
    margin-left: 52px;
    margin-top: -40px;
    font-weight: bold;
}
.three-main .quick i{
    font-size: 37px;
    color: grey;
    margin-top: 20px;
    margin-right: 30px;
}
.three-main .quick span{
    margin-left: 52px;
    margin-top: -10px;
    width: 320px;
}
.header-small{
    background-color: rgb(247, 242, 242);
    margin-top: 70px;
}
.header-small .container{
    display: flex;
    flex-direction: row;
    gap: 200px;
    height: 630px;
}
.header-small .container .sweet-fact{
    margin-top: 20px;
}
.header-small .container .sweet-fact h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;text-align: center;
}
.header-small .container .sweet-fact p{
    margin-top: 20px;
}
.header-small .container .sweet-fact .cards{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    margin-top: 33px;
}
.header-small .container .sweet-fact .cards .first{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}
.header-small .container .sweet-fact .cards .second{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}
.header-small .container .sweet-fact .cards .shops{
    width: 200px;
    background-color:white;
    text-align: center;
    padding: 15px;
    border: 2px solid rgb(222, 218, 218);
    border-radius: 5px;
}
.header-small .container .sweet-fact .cards .founded{
    width: 200px;
    background-color:white;
    text-align: center;
    padding: 15px;
    border: 2px solid rgb(222, 218, 218);
    border-radius: 5px;
}
.header-small .container .sweet-fact .cards .artists{
    width: 200px;
    background-color:white;
    text-align: center;
    padding: 15px;
    border: 2px solid rgb(222, 218, 218);
    border-radius: 5px;
}
.header-small .container .sweet-fact .cards .smile{
    width: 200px;
    background-color:white;
    text-align: center;
    padding: 15px;
    border: 2px solid rgb(222, 218, 218);
    border-radius: 5px;
}
.header-small .container .desserts-image{
    margin-top: 60px;
}
.header-small .container .desserts-image img{
    border-radius: 10px;
}
.finally{
    background-color:#ffe3ef;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 140px;
    margin-top: 80px;
    height: 550px;
}
.finally .header-final{
    width: 320px;
    margin-top: -150px;
}
.finally .header-final .cake-candles{
    display: flex;
    flex-direction: row;
}
.finally .header-final .cake-candles i{
    color: #FC0FC0;
    font-size: 44px;
    margin-top: 4px;
}
.finally .header-final .cake-candles h1{
    margin-left: 8px;
    font-style: italic;
}
.finally .header-final p{
    margin-top: 13px;
}
.finally .header-final .socail-media-fonts a{
    text-decoration: none;
    color: black;
}
.finally .header-final .socail-media-fonts i{
    font-size: 23px;
    padding-left: 12px;
    transition: all 0.3s ease;
}
.finally .header-final .socail-media-fonts i:hover{
    color:#cc2474;
    transform: scale(1.4);
}
.finally .page h5{
    font-weight: bold;
    margin-top: -100px;
    margin-left: 34px;
}
.finally .page ul{
    margin-top: 20px;
}
.finally .page ul li{
    list-style: none;
    margin-bottom: 20px;
}
.finally .utility-pages ul{
    margin-top: 20px;
}
.finally .utility-pages h5{
    font-weight: bold;
    margin-top: -100px;
    margin-left: 34px;
}
.finally .utility-pages ul li{
    list-style: none;
    margin-bottom: 20px;
}
.finally .result{
    display: flex;
    flex-direction: row;
    gap: 140px;
}