*{
    padding: 0;
    margin: 0;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.container {
    width: 370px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .containerContent {
    background:url('./images/Back.png');
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 17px;
    height: 78%;
    width: 85%;
    padding: 10px;
    border-radius: 35px;
    overflow: hidden;
}
  .bgImage{
    position: relative;
}
.bgImage img{
    width: 370px;
    height: 84vh;
}

.slidercontainer{
    width: 100%; 
}

nav {
    width: 100%;
    background: #f5deb3bf;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}
nav h1 {
    font-family: cursive;
    font-style: italic;
    font-size: 26px;
}
footer{
    width: 100%;
    background: #f5deb3bf;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
} 
nav img {
    width: 100%;
    height: 100%;
    margin: 19px 9px;
}

.sliderItem {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 73vh;
}

.sliderLogo {
    width: 165px;
    margin-bottom: 270px;
    color: black;
    height: 150px;
}
.sliderLogo h1{
    font-style: italic;
}
.sliderLogo img{
    width: 100%;
    height: 100%;
}
.bLogoItems {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 4px;
    margin-top: 25px;
    cursor: pointer;
}
.bottomLogo img {
    width: 105px;
    height: 96px;
}
.sliderTitle {
    text-align: center;
    font-family: cursive;
    font-style: italic;
    line-height: 23px;
    margin-top: 8px;
    font-size: 13px;
}

.sliderText {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 76px;
    margin-bottom: 200px;
}

.sliderTextItem h1 {
    text-align: center;
    padding: 8px 0px;
    font-size: 22px;
}
.sliderTextItem hr{
    width: 250px;
}


@media screen and (max-width: 480px){
    .containerContent {
        height: 94%;
    }
    footer {
        width: 100%;
        background: #f5deb3bf;
        text-align: center;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-left: -10px;
        margin-top: 37px;
        border-bottom-left-radius: 36px;
        border-bottom-right-radius: 36px;
    }
}