@media (max-width: 840px) {
    .pid{
        /* margin: 2rem; */
        height: 5rem;
        width: 100%;
        margin-bottom: 2rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .imgcontainer, .imgcontainers{
        text-align: center;
        height: auto;
        flex-direction: column;
    }
    img,.mediumimg{
        height: auto;
        width: 50%;
        
    
    }
    #navlist{
        font-size: 80%;
        overflow: visible;
        padding: 0;
        margin: 0;
    }
    #navlist>li{
        font-size:1.5rem;
        overflow: visible;
        padding:3px;
        margin: 0;
    }
    /* .imgcontainers{
      
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    } */
    .bigimg{
        margin-top: 2rem;
        width: 80%;
        flex-basis: 100%;
    }
  

    section{
     
        margin: 3rem 5% 0 5%;
    }
    .movements{
        width: 100%;
    }

    /* .triplecontainer{
       
        border: 2px solid black;
        padding: 2rem;
      } */

   
}
@media (min-width: 840px) {
    .imgcontainer{
    
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
      
    }
    .bigcontainer{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .triplecontainer{
      width: 50%;
    
    }
    .imgcontainer>img{
    
     text-align: center;
      
    }
    .movements{
        width: 40%;
    }
 
    .pid{
        flex:1;
        /* margin-left: 2rem; */
        margin-bottom: 2rem;
        height: 5rem;
        width: 100%;
        flex-basis: 33%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    img{
        height: auto;
        /* width: 11%; */
        margin: 0 11% 0 11%;
        /* flex-basis: 50%; */
    
    }
    .mediumimg{
        width: 25%;
    }

    .bigimg{
        padding: 2rem;
        margin: 0;
        margin-top: 2rem;
        flex-basis: 50%;
    }
    .bigimgtop{
        padding: 2rem;
        margin: 0;
        width: 50%;
        margin-top: 2rem;
        flex-basis: 50%;
    }
   
    section{
        margin: 3rem 13% 0 13%;
    }
    .imgcontainers{
    
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        
    }
    .imgcontainerPackage>img{
        width: 50%;

    }
    #sec10{
        display: block;
        text-align:left;
    }
    #sec10>h1,h3{
        text-align: center;
    }
 
}

.triplecontainer{
    /* width: 50%; */
    border-bottom: 2px solid rgb(0, 0, 0); 
    margin-top: 2rem;
    padding: 2rem;
   
  }


#content{
    margin: auto;
    justify-content: center;
}
.blue{
    color: rgb(34, 34, 230);
}
.green{
    color: rgb(18, 165, 18);
}
html{
    font-family: 'Montserrat', sans-serif;
    font-size: 72%;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    height: 100%;
    align-items: center;
   
    /* list-style: none; */
    
}
i{
    font-size: 2.5rem;
}
p,ul,li{
    font-size: 145%;
    display: block;
    text-align: justify;
    padding: 1rem;
    /* box-sizing: border-box; */
    /* margin-bottom: 2rem; */
}
a,.langroup{
    text-decoration: none;
    color: rgb(245, 222, 179);
   
  
}
.instructions{
    color: rgb(0, 0, 255);
}
.lang{
    padding-left: 5rem;
}
h3{
    font-size: 160%;
}
h1{
    font-size: 175%;
}

*{
    padding: 0;
    /* margin: 0; */
    box-sizing: border-box;
    list-style-type: none;
    
  
}

header,footer{
    opacity: 0,6;
    z-index: 10;
    top:0;
    /* position: sticky; */
    background-image: url('../img/header_img.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-color: rgba(205, 153, 51, 0.61);
    /* background-color: rgb(0, 0, 0); */
    /* padding-top: 4rem; */
    padding-bottom: 1rem;
    
    display: flex;
    justify-content:space-around;
    flex-direction: row;
    align-items: center;
    margin:0;
    
    
}
.title{
    font-size: 180%;
    font-weight:bolder;
    color: rgb(254, 254, 254);
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 235, 215, 0.204);
    flex-direction: column;
    margin-bottom: -2rem;
    text-shadow: 4px 4px 4px rgb(0, 0, 0);
}
section{
    min-height: 60vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* margin: 3rem 13% 0 13%; */
}

.hide{
    display: none;
}
.show{
    display: block;
}
#menu{
    position: sticky;
    top: 0;
    z-index: 10;
    
   
    
}
#navcontainer{
    
    background-color: rgba(205, 154, 51, 0.505);
   
    justify-content:center;
    padding: 0;
    text-align: center;
    width:100%;
    height:fit-content;
    margin-bottom: 2rem;
    /* position: absolute; */
    /* left: 8rem; */
    right: 1rem;
    z-index: 10;
    /* display: flex; */
    /* width: 100%; */
    /* height: 2rem; */
   
    

}

#navlist{
    /* position: fixed; */
    font-size: 12px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.788);
    height: 80%;
    width:100%;
    right:0;
    /* z-index: 100; */
    margin: 0;
    text-align: center;
}


.pids{
    flex:1;
    margin-left: 2rem;
    margin-bottom: 2rem;
    height: 5rem;
    width: 100%;
    flex-basis: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.guide>ul>li{
    list-style-type:circle;
}
.tokensimg{
    height: 5rem;
    width: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.img0,.img10{
    margin-top: 3rem;
    height: 60rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    /* background-image: url('./img/main_layout.png'); */
}


#navlist>li>a:hover{
    color:rgb(114, 104, 59);
    cursor: pointer;
}
.banner{
    display: flex;
    justify-content:center;
    text-align: center;
    color: rgb(255, 255, 255);
    align-items: center;
    font-size: 3rem;
    margin-top: 3rem;
    height: 40vh;
    background-image: url('../img/banner.jpg');
    text-shadow: 2px 2px 5px rgb(46, 46, 46);
    background-repeat: no-repeat;
    background-position: center;
}

.imgcontainerPackage{
    
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
