
body{
    translate: 1s;
}






@media screen and (max-width :700px){
    .section1 .s9-div{ 
        background: #fff;
    }


    .section1 .s9-div .container{
        width: 70%;
        margin:  0 auto;
        display: block;

    }


}


@media screen and (max-width:1200px){

.sam-logo{
    height: 0px;
    position: absolute;
    left: 42%;
    display: none;
}

}



@media screen and (max-width:730px){

    .nav-bar ul li {
        list-style: none;
        display: inline-block;
        padding: 10px;
        text-align: center;
        margin: 0px auto;
    }
    .nav-bar ul .logo {
float: left;
border-radius: 7px;
display: block;
width: 100%;
text-align: center;
translate: .3s;
    }


    .sec1ion2 .full-con .conta2 .conta-div2 {
        background:none;
    }


}



@media screen and (max-width:600px){

    .section1 .s9-div .container p {

        font-size: 10vh;

    }

    .sec1ion2 .full-con .conta2 {
        display: block;
        width: 100%;
    }

    .sec1ion2 .full-con .conta2 .conta-div1 p {
        font-family: 'samsung';
        font-size: 8vh;
        padding-top: 100px;
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

}




@media screen and (max-width:800px){

    .show-phone .conta2 .conta-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3,1fr);
        grid-gap: 2px;
        height: 100%;
        justify-self: center;
        margin: 20px 0;
    }

}


@media screen and (max-width:550px)
{
    .show-phone .conta2 .conta-grid {
        display: block;
    }
}


