*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.row{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

section.showcase{
    width: 100vw;
    height: 100vh;
    background-image: url(./images/yellow_BG3.png);
    position: relative;
}

section.showcase .message{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
}

.info{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phone{
    margin: 20vh 25% 0 0;
}

.info h1{
    font-size: 1.9rem;
}

.info h2{
    font-size: 1.5rem;
}
.info h1,h2{
    text-align: center;
    font-weight: 900;
    max-width: 90%;
}

.purple-back{
    width: 100vw;
    height: 45vh;
    background: url(./images/mor_akiskan6322.png);
    text-align: center;
}

.purple-bottom{
    position: absolute;
    bottom: 0;
    background-position-y: bottom;
    transform: rotateX(180deg);
    padding: 20px 0; 
}

.logo-area{
    position: relative;
    text-align: center;
}

.shots{
    position: relative;
}

.shots-head{
    background-position-y: bottom;
    opacity: 0.5;
}

.logo{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    bottom: 10px;
    width: 250px;
}

.shot{
    margin: 20px 0;
    text-align: center;
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.shot img{
    width: 90%;
}

.shot h1{
    width: 92%;
    margin: auto;
    margin: 10px 0;
}

.shot p{
    width: 60%;
    margin: auto;
}

.buttons{
    padding: 20px 0;
    transform: rotateX(180deg);
}

.buttons img{
    margin: 0 5px;
}

footer{
    text-align: center;
    background: url(./images/yellow_BG3.png)
}

.purple-head{
    background-position-y: bottom;
    text-align: center;
    padding-top: 10px;
}

.purple-head h1{
    color: white;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.social a{
    margin: 0 5px;
}
.social a img{
    width: 50px;
}

.links{
    margin: auto;
    padding: 20px 0;
}

.links a{
    color: black;
    font-weight: 500;
}

@media screen and (max-width:1024px) {
    .info h1{
        font-size: 1.7rem;
    }
    
    .info h2{
        font-size: 1.3rem;
    }

    .info h1,h2{
        max-width: 95%;
    }

    .phone{
        margin: 20vh 5vw 0 5vw;
    }
}

.block{
    display: none;
}

.top-logo{
    top: 10px;
}

.store-icon{
    transform: rotateX(180deg);
    width: 250px;
    display: none;
}

.button{
    cursor: pointer;
}