body {
    /* background-color: #FCF0C8; */
    background-image: url("mainpic/a-white-and-brown-wavy-lines_81048-31212.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    margin: 0;

}
.nav {
    display: flex;
    justify-content: flex-end;
    background-color: #3a0f11;
    padding: 10px;
    /* position: sticky;
    top: 0; */
}
.navbar-toggler{
    background-color: #F7D098;
}

.itemNav {
    padding: 10px;
    color: #F7D098;
    font-size: 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.itemNav:hover {
    font-weight: bold;
    font-style: italic;
    text-shadow: 3px 3px 3px black;
    text-transform: uppercase;
}
.first {
    margin-right: auto;
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    font-stretch: expanded;
    letter-spacing:5px;
}
.first:hover {
    background-color: #180405;
    font-style: normal;
    border-radius: 10px;
}
.mainpic{
    width: 100%;
    display: flex;
    justify-content: center;
}
.pic1,.pic2,.pic3,.pic4 {
    width: auto;
    height: 400px;
    margin: 20px;
    border-radius: 25px;
    box-shadow: 5px 5px 5px #3a0f11;
}
.aboutHead {
    padding: 20px;
    display: flex;
    justify-content: center;
}
.aboutHeading {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}
.aboutBody {
    display: flex;
    padding: 20px;
    margin: 20px;
}
.abouttext2 {
    font-size: 25px;
    text-align: justify;
}
.abouttext {
    align-self: center;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    margin-left: 15px;
}
.aboutpic {
    width: 20%;
    height: 100%;
    align-self: center;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #3a0f11;
}
.line {
    color: #3a0f11;
    background-color: #3a0f11;
    height: 5px;
    border: none;
    margin-top: 50px;
}
.cakecollection {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
}
.descCake{
    width: 270px;
    align-self: center;
    font-family: 'Roboto', sans-serif;
}
.product {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.product img{
    border-radius: 15px;
    box-shadow: 5px 5px 5px #3a0f11;
    margin-bottom: 10px;
}
.product:hover {
    background-color: #F7D098;
    border-radius: 15px;
}
.nameProduct {
    align-self: center;
    font-size: 25px;
}
.btn {
    background-color: #3a0f11;
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 5px;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    color: #F7D098;
}
.btn:hover {
    box-shadow: 5px 5px 5px black;
    font-style: italic;
}
.blockReviews{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.picRev{
    padding: 10px;
    margin: 10px;
}
 .picRev img{
    width: 350px;
}
.my-carousel{
    display: flex;
    flex: 1;
    flex-direction: row;
}

.carousel-item{
    width: 400px;
}



.carousel-slider-wrapper {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.slider-scroller-wrap {
    overflow: hidden;
}

.slider-scroller {
    font-size: 0;
    white-space: nowrap;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
}

.slider-scroller-inner {
    display: flex;
    width: 95%;
    position: relative;
}

.slider-scroller-inner .item {
    display: inline-block;
    vertical-align: top;
    /* padding: 2px; */
    box-sizing: border-box;
    /* border: 1px solid; */
    cursor: grab;
    text-align: center;
    flex: 0 0 33.33%;
}

.item img{
    width: 350px;
}

.slider-scroller-inner .item img {
    max-width: 100%;
}

.btnRev {
    border: none;
    box-shadow: 1px 2px 3px #666666;
    background: #3a0f11;
    color: #F7D098;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    z-index: 1;

}

button.prev {
    left: 0;
}

button.next {
    right: 0;
}


.cakeSticker img{
    box-shadow: 5px 5px 5px black;
}
.contacts {
    display: flex;
    justify-content: space-evenly;
    font-family: 'Roboto', sans-serif;
    align-items: center;
}
.contactinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.link {
    display: flex;
    max-height: 50px;
    align-items: center;
    padding: 5px;
}
.linkSec{
    display: flex;
    max-height: 50px;
}
a{
    text-decoration: none;
}
.infocontact {
    padding: 5px;
    margin-left: 15px;
    font-size: 25px;
    color: black;


}
.infocontacthead{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 35px;
}
.namecakegalery {
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

.btnemail {
    background: linear-gradient(rgb(145, 31, 39), rgb(247, 208, 152)) rgb(252, 240, 200);
    height: 60px;
    border: none;
    border-radius: 15px;
    padding: 5px;
    font-size: 40px;
    cursor: pointer;
}
.btnemail:hover {
    box-shadow: 5px 5px 5px black;
    transition: .2s linear;
}
.picsgalery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5px;
    align-content: space-around;
}
.cakediv {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 5px;
    flex: 1;
    align-items: center;
}
.cakepic {
    box-shadow: 5px 5px 5px black;
    border: 1px black solid;
    transition: 1s;
}
.cakepic:hover {
    transform: scale(1.3);
}
.mapHoC{
    width: 600px;
    height: 450px;
    border: none;
}
.mobView,.mobHide{
    display: none;
}
.mobHide{
    color: #3a0f11;
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px;
}
.sim-slider{
    display: none;
}

@media all and (max-width: 1024px) {
.pic1,
    .pic2,
    .pic3,
    .pic4 {
        width: 30%;
        height: auto;
        padding: 10px;
    }
    .pic4{
        display: none;
    }

    .nav {
        display: flex;
        flex-direction: column;
    }
    .aboutpic {
        width: 50%;
        height: 100%;
        align-self: center;
    }
    .abouttext {
        padding: 10px;
        margin: 0;
        margin-left: 10px;
    }
    .cakecollection {
        max-width: 750px;
    }
    .abouttext2 {
        font-size: 20px;
    }
    .infocontact {
        font-size: 20px;
    }
    .contacts{
        flex-direction: column;
    }
    .infocontacthead{
        display: none;
    }
    .mapHoC {
        width: 900px;
        height: 450px;
        margin-top: 20px;
    }
    .navFooter{
        display: none;
    }
    .mobView{
        display: block;
        color: #3a0f11;
        text-decoration: underline;
        cursor: pointer;
    }
    .mobHide1,.mobHide2,.mobHide3 {
        display: none;
    }
        .item img {
            width: 400px;
            padding: 20px;
        }
        .carousel-slider-wrapper{
            display: none;
        }

.sim-slider-list img {
    width: 95%;

}

.sim-slider {
    display: block;
    width: 95%;

}

.sim-slider {
    position: relative;
}

.sim-slider-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.sim-slider-element {
    width: 100%;
    transition: opacity 1s ease-in;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: block;
}


div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
    width: 22px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    opacity: 0.6;
    z-index: 4;
}

div.sim-slider-arrow-left {
    left: 10px;
    top: 40%;
    display: block;
    background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-left.png") no-repeat;
}

div.sim-slider-arrow-right {
    right: 10px;
    top: 40%;
    display: block;
    background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-right.png") no-repeat;
}

div.sim-slider-arrow-left:hover {
    opacity: 1.0;
}

div.sim-slider-arrow-right:hover {
    opacity: 1.0;
}

div.sim-slider-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
}

span.sim-dot {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    padding: 0;
    display: inline-block;
    background-color: #BBB;
    border-radius: 5px;
    cursor: pointer;
}





}
@media all and (max-width: 800px){
    .mapHoC {
        width: 650px;
    }
}
@media all and (max-width: 500px) {
    /* .navbar{
        position: sticky;
        z-index: 999999;
        width: 100%;
    } */
    .nav-item{
        margin: 15px;
    }
    .pic1{
        width: 85%;
        height: auto;
        padding: 0;
        margin: 5px;

        border-radius: 15px;
        box-shadow: 5px 5px 5px #3a0f11;
    }
    .pic2,.pic3{
        display: none;
    }
    .aboutpic {
        width: 100%;
        align-self: center;
    }
    .cakecollection {
        max-width: 500px;
    }
    .abouttext {
        padding: 0;
        margin-top: 10px;
    }
    .aboutBody {
        flex-direction: column;
    }
    .aboutHead {
        display: flex;
    }
    .aboutHeading {
        font-size: 20px;
        justify-content: center;
    }
    .contacts {
        display: flex;
        flex-direction: column;
    }
    .infocontact {
        margin-left: 5px;
        font-size: 15px;
    }
    .contactinfo {
        width: 80%;
        align-items: flex-start;
    }
    .mapHoC{
        width: 95%;
    }

}
@media all and (max-width: 320px){
    .first{
        font-size: 20px;
    }
}