* {
     margin: 0px;
     padding: 0px;
    font-family: "jost", sans-serif;
    /* color: white; */
}

body {
    background-color: black;
}

.cake-shop-logo {
    width: 90%;
    padding: 35px 0px 10px 20px;
}


#nav-bar {
    position: fixed;
    background-color: rgb(70, 68, 68);
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 99;
}

#nav-bar ul li {
    font-size: 14px;
    list-style: none;
    display: inline;
}

#nav-bar ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 0.2% 24px;
}

#nav-bar ul li a:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 5px;
}

#nav-bar ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#nav-bar header ul li .menu:hover {
    color: rgb(255, 255, 255);
}


#nav-bar ul .dropdown {
    position: relative;
    display: inline-block;
}

#nav-bar ul li .dropdown .dropdown-content {
    display: none;
    text-align: center;
    position: absolute;
    width: 100vw;
    line-height: 30px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
    right: 0%;
}

#nav-bar ul .dropdown-content a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    text-align: left;
}

#nav-bar ul .dropdown-content a:hover {
    background-color: #ccc;
    color: black;
}

#nav-bar ul .dropdown  .menu {
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 25px;
    /* margin-left: -13px; */
    background-color: #222222;
    text-align: center;
    text-shadow: 0 1px 3px #000;
    font-weight: 700;
}

#nav-bar ul .dropdown:hover .menu {
    background-color: black;
} 

#nav-bar ul .dropdown .menu span {
    margin-left: 2px;
}

#nav-bar ul .dropdown-content a {
    background-color: rgb(70, 68, 68);
}

#nav-bar ul .dropdown:hover .dropdown-content {
    display: block;
}

.dropdown2 {
    position: relative;
    width: 100%;
    right: 0px;
}

.dropdown2 .blog-div {
    position: relative;
    width: 100%;
}

.dropdown-content2 {
    justify-content: center;
    display: none;
    text-align: center;
    width: 100%;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
    right: 0%;
    border-radius: none;

}

.dropdown-content2 p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    flex-direction: column;
    text-align: left;
}

.dropdown-content2 p a:hover {
    cursor: pointer;
    background-color: #ccc;
    color: black;
}
        
.dropdown2:hover .blog {
    background-color:#ccc;
    color: black;
}  

 ul .dropdown .menu span {
    margin-left: 2px;
}

ul .dropdown2:hover .dropdown-content2 {
    display: block;
}





.cupcake-home {
    position: relative;
}

.cupcake-home img {
    width: 100%;
}

.cupcake-home .healthy-cake {
    position: absolute;
    top: 15px;
    left: 3%;
    right: 10%;
    font-size: 205%;
    text-align: left;
    font-weight: 280;
    font-family: "poiret one", cursive;
    color: white;
}

.cupcake-home .order-now {
    position: absolute;
    top: 130px;
    /* margin-top: -240px; */
    /* margin-bottom: -100px; */
    left: 15px;
}

.cupcake-home .order-now a button {
    color: #0a0a0a;
    background-color: #e5bf4a;
    border: 1px solid black;
    padding: 15px 35px;
}

.cupcake-home .order-now a button:hover {
    color: #e5bf4a;
    background-color: transparent;
    border: 1px solid #e5bf4a;
    cursor: pointer;
}


.schilers-food-theme {
    margin-top: 50px;
    margin-left: 3%;
    margin-right: 3%;
    justify-content: center;
    align-items: center;
}

.schilers-food-theme .schilers-food-theme1 {
    text-align: center;
    font-size: 24px;
    font-family: "poiret one", cursive;
    color: #dfdfdf;
    margin-bottom: 25px;
}

.schilers-food-theme .line1 {
    background-color: #e5bf4a;
    width: 20%;
    height: 3px;
    text-align: center;
    margin-left: 40%;
}

.schilers-food-theme .schilers-food-theme2 {
    color: #e5bf4a;
    text-align: left;
    font-family: "poiret one", cursive;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 25px;
    /* font-weight: 600; */
}

.schilers-food-theme .schilers-food-theme-lorem {
    color: #ffffff;
    font-size: 16px;
    font-family: "jost", sans-serif;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    margin-bottom: 30px;
}


.brown-white-cake img {
    width: 93.5%;
    font-weight: 100%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    
}


.cake-types {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 5%;
    gap: 20px;
}

.cake-types img {
    width: 100%;
}

.cake-types .cake-cart {
    position: relative;
}

.cake-types .cake-cart .overlay {
    position: absolute;
    background-color: #e5bf4a;
    overflow: hidden;
    width: 100%;
    height: 0;
    bottom: 4.4px;
    left: 0;
    right: 0;
    transition: 0.5s ease;
}

.cake-types .cake-cart:hover .overlay {
    height: 20%;
}

.cake-types .cake-cart .overlay a {
    font-size: 15px;
    text-decoration: none;
    color: black;
    position: absolute;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 25%;
    bottom: 25%;
    left: 25%;
    right: 25%;
}


.cake-types .cake-type1 {
    position: relative;
}

.cake-types .cake-type1 a {
    text-decoration: none;
}

.cake-types .cake-type1 h6 {
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
    font-family: "poiret one", cursive;
}

.cake-types .cake-type1 h6 a {
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.cake-types .cake-type1 h6:hover {
    cursor: pointer;
}

.cake-types .cake-type1 h6 span {
    font-family: "Jost", sans-serif;
    color: #e5bf4a;
}


.cake-types .cake-type2 {
    position: relative;
}

.cake-types .cake-type2 a {
    text-decoration: none;
}

.cake-types .cake-type2 h6 {
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
    font-family: "poiret one", cursive;
}

.cake-types .cake-type2 h6 a {
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.cake-types .cake-type2 h6:hover {
    cursor: pointer;
}

.cake-types .cake-type2 h6 span {
    font-family: "Jost", sans-serif;
    color: #e5bf4a;
}



.cake-types .cake-type3 {
    position: relative;
}

.cake-types .cake-type3 a {
    text-decoration: none;
}

.cake-types .cake-type3 h6 {
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
    font-family: "poiret one", cursive;
}

.cake-types .cake-type3 h6 a {
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.cake-types .cake-type3 h6:hover {
    cursor: pointer;
}

.cake-types .cake-type3 h6 span {
    font-family: "Jost", sans-serif;
    color: #e5bf4a;
}



.short-baking-video video {
    margin-top: 80px;
    margin-bottom: 60px;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}


.reviews .food-lovers {
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 300;
    /* font-family: ; */
    font-size: 20px;
    padding-bottom: 45px;
}

.reviews hr {
    margin-bottom: 45px;
    border: 0.1px solid rgba(128, 128, 128, 0.219);
}


.rating1-comment1-profile1 {
    margin-left: 10%;
    margin-right: 10%;
    color: white;
}

#rating {
    color: #e5bf4a;
}

.rating1-comment1-profile1 .comment1 {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}

.rating1-comment1-profile1 .profile1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: left;
    align-items: center;  
}

.hr2-1 {
    margin-top: 50px;
}

.hr2-2 {
    margin-top: -30px;
}


.rating2-comment2-profile2 {
    margin-left: 10%;
    margin-right: 10%;
    color: white;
}

.rating2-comment2-profile2 .comment2 {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}

.rating2-comment2-profile2 .profile2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: left;
    align-items: center;  
}

.hr3-1 {
    margin-top: 50px;
}

.hr3-2 {
    margin-top: -30px;
}


.rating3-comment3-profile3 {
    margin-left: 10%;
    margin-right: 10%;
    color: white;
}

.rating3-comment3-profile3 .comment3 {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}

.rating3-comment3-profile3 .profile3 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: left;
    align-items: center;  
}

.hr4-1 {
    margin-top: 50px;
}


.our-blogs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 45px;
    color: white;
}

.our-blogs .our-blog {
    font-family: "Jost", sans-serif;

}

.our-blogs .more-blog a {
    text-decoration: none;
    background-color: #e5bf4a;
    padding: 15px 25px;
    font-size: 12px;
    color: black;
}

.our-blogs .more-blog a:hover {
    cursor: pointer;
    color: #e5bf4a;
    background-color: transparent;
    border: 1px solid #e5bf4a;
}


.blog-short-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.woman-baking-cake-all {
    border: 2px solid rgba(128, 128, 128, 0.219);
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 40px;
    color: white;
}

.woman-baking-cake-all .woman-baking-cake img {
    width: 100%;
    margin-bottom: 60px;
}


.woman-baking-cake-all .tomato-black-olive-text1 {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 80px;
}

.woman-baking-cake-all .tomato-black-olive-text1 .laboris1 {
    color: #e5bf4a;
    font-size: 25px;
    font-family: "poiret one", cursive;
    margin-bottom: 20px;
}

.woman-baking-cake-all .tomato-black-olive-text1 .tomato-lorem1 {
    line-height: 25px;
    margin-bottom: 40px;
}

.woman-baking-cake-all .learn-more-underline1:hover {
    cursor: pointer;

}

.woman-baking-cake-all .tomato-black-olive-text1 .learn-more1 a {
    color: #e5bf4a;
    text-decoration: none;
}

.woman-baking-cake-all .tomato-black-olive-text1 .underline1 {
    background-color:  #e5bf4a;
    height: 2px;
    width: 95px;
    margin-top: 10px;
    margin-bottom: -50px;
}

.woman-baking-cake-all .tomato-black-olive-text1 .underline1:hover {
    transition: ease-in;
    transition-property: all;
    transform-style: flat;
}


.cake-baking-all {
    border: 2px solid rgba(128, 128, 128, 0.219);
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 40px;
    color: white;
}

.cake-baking-all .cake-baking img {
    width: 100%;
    margin-bottom: 60px;
}


.cake-baking-all .tomato-black-olive-text2 {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 80px;
}

.cake-baking-all .tomato-black-olive-text2 .laboris2 {
    color: #e5bf4a;
    font-size: 25px;
    font-family: "poiret one", cursive;
    margin-bottom: 20px;
}

.cake-baking-all .tomato-black-olive-text2 .tomato-lorem2 {
    line-height: 25px;
    margin-bottom: 40px;
}

.cake-baking-all .learn-more-underline2:hover {
    cursor: pointer;
}

.cake-baking-all .tomato-black-olive-text2 .learn-more2 a {
    color: #e5bf4a;
    text-decoration: none;
}

.cake-baking-all .tomato-black-olive-text2 .underline2 {
    background-color:  #e5bf4a;
    height: 2px;
    width: 95px;
    margin-top: 10px;
    margin-bottom: -50px;
}

.cake-baking-all .tomato-black-olive-text2 .underline2:hover {
    transition: ease-in;
    transition-property: all;
    transform-style: flat;
}


.follow-us-on-instagram {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
    color: white;
}

.follow-us-on-instagram .follow-us {
    margin-bottom: 30px;
    font-size: 22px;
    font-family: "poiret one", cursive;
}

.follow-us-on-instagram .insta-cakeshop a button {
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e5bf4a;
    color: #e5bf4a;
    background-color: transparent;padding: 12px 28px;
}

.follow-us-on-instagram .insta-cakeshop a button:hover {
    cursor: pointer;
    color: black;
    background-color: #e5bf4a;
}

.follow-us-on-instagram .insta-cakeshop a button .fa-instagram {
    padding-right: 8px;
}



.diff-cake-types {
    margin-left: 3%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.diff-cake-types img {
    width: 100%;
}



.cake-shop-logo2 {
    margin-left: 3%;
    margin-right: 3%;
}

.cake-shop-logo2 img {
    width: 50%;
}

#nav-bar2 {
    margin-left: 5%;
    margin-right: 5%;
}

#nav-bar2 ul {
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 5%;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-size: 11.5px;
}

#nav-bar2 ul li {
    text-align: left;
    text-decoration: none;
    list-style-type: none;
}

#nav-bar2 ul li a {
    text-decoration: none;
    color: white;
}

#nav-bar2 ul li a:hover {
    cursor: pointer;
    color: #e5bf4a;
}

.hr5-1 {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 30px;
}

.consectetur-adipiscing {
color: #ffffff;
    font-size: 16px;
    font-family: "jost", sans-serif;
    margin-bottom: 40px;
    line-height: 25px;
    margin-left: 3%;
    margin-right: 3%;
}


.instagram-facebook-twitter {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 70px;
}

.instagram-facebook-twitter a {
    border: 1px solid white;
    text-decoration: none;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.instagram-facebook-twitter .fa-instagram  {
    padding-right: 10px;
}

.instagram-facebook-twitter .fa-facebook-f  {
    padding-right: 10px;
}

.instagram-facebook-twitter .fa-twitter  {
    padding-right: 10px;
}


.location-contact {
    margin-left: 3%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 45px;
    color: white;
}

.location-contact .location-cont {
    line-height: 35px;
}

.location-contact .location-cont .location-logo .fa-location-arrow {
    font-size: 22px;
}

.location-contact .location-cont .location-text {
    color: #e5bf4a;
    font-size: 22px;
    font-family: "poiret one", cursive;
}

.location-contact .location-cont .address a {
    font-family: "jost", sans-serif;
    color: white;
    text-decoration: none;
}


.location-contact .contact-cont {
    line-height: 35px;
}

.location-contact .contact-cont .contact-logo .fa-phone {
    font-size: 22px;
}

.location-contact .contact-cont .contact-text {
    color: #e5bf4a;
    font-size: 22px;
    font-family: "poiret one", cursive;
}

.location-contact .contact-cont .phone-number a {
    font-family: "jost", sans-serif;
    color: white;
    text-decoration: none;
}

.location-contact .contact-cont .email a {
    font-family: "jost", sans-serif;
    color: white;
}


.hr6-1 {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 3%;
    margin-right: 3%;
}

#to-top {
    /* position: fixed; */
    z-index: 999;
    margin-left: 4%;
    margin-right: 4%;
}

.back-to-top a .fa-angles-up {
    border: 1px solid #e5bf4a;
    background-color: #e5bf4a;
    padding: 8px 8px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: right;
    float: right;
    display: flexbox;
}


.copyright-alex {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 35px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: white;
}

.copyright-alex .fa-heart {
    color: #e5bf4a;
}

.copyright-alex .alexo-s {
    color: #e5bf4a;
}



/* MEDIA QUERY */

/* @media screen and (min-width: 425px) {
    
}
