
@media screen and (min-width: 320px ){
    .scroll{
        overflow: scroll;
    }
    .main-page{
        background-image: url("");
        background-color: #08225A;
        align-items: unset;
        min-height: 100vh;
        position: absolute;
    }

    .hide{
        display: none;
    }

    .second-page{
        height: 100vh;
        position: absolute;
    }
/* 
    .txt{
        background: #08225A 0% 0% no-repeat padding-box;
        opacity: 0.5;
    } */

    .title-container{
        padding-top: 0% ;
        padding-bottom:10% ;
        padding-left: 7%;
        padding-right: 5%;
    }

    .title-pad{
        padding-top: 0% ;
        padding-bottom:3% ;
        padding-left: 7%;
        padding-right: 5%;
    }

    .title-container::before{
        content: "";
        display: block;
        height: 0px;        
        border-radius: 0px;
        border-width: 0;
        margin-right: 0;
        border: none;
    }

    .lots-stake{
        padding-top: 0% ;
        padding-bottom:10% ;
        padding-left: 7%;
        padding-right: 5%;
        justify-content: center;
        
    }

    .lot-img{
        width: 10.5%;
        height: 10%;
    } 
    
    .lot-img-2{
        width: 20%;
        height: 12%;
    }

    .lots-box-container{
        padding-left: 7%;
        margin-bottom: 15%;
    }

    .lot-box-1, .lot-box-2{
        background-image: url("../img/undraw_building_websites_i78t.svg");
        background-size: 100% 100%;
        margin-right: 2%;
        box-shadow: 0px 0px 6px #00000029;
        border-radius: 3px;  
        opacity: 0.6;
        margin-right: 10%;
    }

    .lot-box-2{
        opacity: 0.6;
    }
    .carousel{
        position: relative;
        overflow: hidden;

    }

    .carousel__container::after{
        content: '';
        clear: both;
        display: table;

    }

    .carousel__container{
        transition: transform 0.3s;
        transform: translate3d(0,0,0);
    }

    .carousel__item{
        float: left; 
        
    }

    .carousel__next, .carousel__prev{
        width: 10vw;
        height: 10vw;
        background-position: center center ;
        transform: rotate(90deg);
        background-color: white ;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transition: transform 0.3s;
        margin-top: -5%;
        right: 5%;
        
    }
    
    .carousel__prev{
        right: auto;
        
        transform: rotate(-90deg);
    }

    .carousel__prev--hidden, .carousel__next--hidden{
        opacity: 0;
    }


    .other-lot-txt{
        background-color: rgba(8, 34, 90, 0.5) ;
        
        color: white;
    }

    ul{
        list-style-position: inside;
        margin-left: 25%;
        width: 100%;
        margin-bottom: 7%;
        
    }

    .theme__menu{
        display: none;
    }

}