@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
*,

*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.polaroid-container figure img{
    width: 100%;
}
.polaroid-container figure figcaption{
    font-family: "Gochi Hand", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    color: #2c2c2c;
    margin-top: 22px;
}

.polaroid-container figure:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 110px;
    background-color: rgba(255, 255, 255, 0.6);
    transform: rotate(318deg);
}
.polaroid-container figure:before{
    top: 3px;
    left: -55px;
}
.polaroid-container figure:after{
    bottom: 3px;
    right: -30px;
}
.polaroid-container figure {
    width: 336px;
    height: 403px;
    position: relative;
    padding: 19px 19px 85px 19px;
    transform: rotate(352deg);
    background-image: url(../img/bgPalaroid.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 6px 11px 20px 2px #00000047;
}
.polaroid-figure {
    transition: transform 0.4s;
}
.dark-section2 {
    background-color: #0c0c0c;
    background-image: url(../novo/images/dark-section-bg-image2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
