
/******************************************
/* BASE STYLES
/*******************************************/
html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body > *{
font-family: sans-serif;
overflow-x: hidden;
font-size: 65%;
max-width: 1480px;
margin:0 auto;
}

/* body{
   color: rgb(255, 252, 252);
    background-image:
    url("../image/back1.jpg");
    width: 100%;
    clear: both;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     background-attachment: fixed;
} */


/******************************************
/* LAYOUT
/*******************************************/
header,footer{
width: 100%;
clear: both;
background: rgb(04, 10, 97);
}


header{
  display: flex;
  justify-content: space-between;
}

header > nav {
  width: 100%;
}

.header1{
  width: 30%;
}

.header2{
  width: 100%;
}

.off-screen-menu>ul>a{
  width: 10%;
}

.headerbox{
  margin-left: 10%;
}

h1,h2{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.brocco-img{
  border: solid green 2.5px;
  border-radius: 10%;
  margin-top: 2.5%;
  margin-left: 10%;
  width:30px ;
  height:30px ;
}
 
button{
  background: none;
  border: none;
  width: 15%;
}

.circle{
   width: 100%;
   height: 100%;
}

.circle:hover{
   box-shadow: 02px 5px 35px 10px rgb(4, 236, 51);
   border-radius:0.4em;
   
}

/* .circle{
  border: solid white 0.5px;
  border-radius: 1rem;
  margin-top: 2%;
} */


.cities{
  display: flex;
  width: 100%;
  border-bottom: solid rgb(04, 10, 97) 5px;
  border-top: solid rgb(04, 10, 97) 5px;
}

.sideBar{
  background:rgba(4, 10, 97, 0.455);
  width: 20%;
}

ol{
  width:100% ;
  padding: 0%;
  margin: 0%;
}

.space{
margin-top: 10%;
text-align: center;
color: white;
padding-top: 5%;
padding-bottom: 5%;
}

.space:hover{
  background: rgb(111, 120, 245) !important;
}

.mainbox{
  background:rgb(255, 255, 255);
  width: 100%;
  /* overflow-y: scroll;
  height: 35rem; */
  padding-bottom: 5%;
}

.box{
  display: flex;
  justify-content: center;
  width:90%;
  margin-top: 5%;
  margin-left: 5%;
  padding-bottom: 5%;
  border-radius:1rem;
}

.card1{
  /* background:linear-gradient(rgb(252, 127, 43),rgb(232, 232, 253),rgb(232, 232, 253),rgb(232, 232, 253),rgb(202, 89, 172) ); */
  box-shadow: 02px 5px 35px 10px rgb(255, 114, 217);
}

.card2{
  /* background:linear-gradient(rgba(47, 112, 46, 0.89),rgb(232, 232, 253),rgb(232, 232, 253),rgb(232, 232, 253),rgba(69, 107, 70, 0.802) ); */
  box-shadow: 02px 5px 35px 10px rgb(87, 92, 254);
}

.card3{
  box-shadow: 02px 5px 35px 10px rgb(52, 211, 3);
}

.card4{
  /* background:linear-gradient(rgba(58, 197, 197, 0.89),rgb(232, 232, 253),rgb(232, 232, 253),rgb(232, 232, 253),rgba(76, 56, 147, 0.802) ); */
  box-shadow: 02px 5px 35px 10px rgb(249, 99, 99);
}

.card5{
  /* background:linear-gradient(rgb(252, 127, 43),rgb(232, 232, 253),rgb(232, 232, 253),rgb(232, 232, 253),rgb(246, 92, 49) ); */
  box-shadow: 02px 5px 35px 10px rgb(171, 82, 255);
}

.card6{
  /* background:linear-gradient(rgb(252, 127, 43),rgb(232, 232, 253),rgb(232, 232, 253),rgb(232, 232, 253),rgb(246, 92, 49) ); */
  box-shadow: 02px 5px 35px 10px rgb(7, 7, 7);
}


.card7{
  /* background:linear-gradient(rgb(252, 127, 43),rgb(232, 232, 253),rgb(232, 232, 253),rgb(232, 232, 253),rgb(246, 92, 49) ); */
  box-shadow: 02px 5px 35px 10px rgb(151, 238, 108);
}

.card8{
  /* background:linear-gradient(rgb(252, 127, 43),rgb(232, 232, 253),rgb(232, 232, 253),rgb(232, 232, 253),rgb(246, 92, 49) ); */
  box-shadow: 02px 5px 35px 10px rgb(91, 193, 189);
}

.box{
  border-top: solid rgb(0, 0, 0) 2.8px;
  border-left: solid rgb(0, 0, 0) 2.8px;
}

.box > .box-select{
width: 50%;
margin-top: 1.25%;
}

.box-select >ul>li{
font-size: 0.7rem;
color: rgb(127, 126, 126);
}

.box-select >ul{
border-left: solid rgb(04, 10, 97) 2px;
}

/* .info{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20%;
} */

.image{
  width: 100%;
}

.image >img{
  margin-top: 5%;
  margin-left:10% ;
  width: 60%;
  border:rgb(04, 10, 97) 1px;
  border-radius: 10%;
}


.userName{
  margin-left: 8%;
  margin-top: 2%;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.userName >nav{
  margin-top:4%;
  width: 36%;
}

.userName >nav>a{
  width: 100%;
  border: solid rgb(04, 10, 97) 1px;
  background: linear-gradient(rgb(04, 10, 97),rgb(29, 38, 171),rgb(110, 117, 218),rgb(211, 214, 251));
  border-radius: 0.4rem;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 18%;
  padding-right: 18%;
  color: white;
}

.userName >nav>a:hover{
  background:rgb(72, 75, 131);
  box-shadow: 02px 5px 35px 10px rgb(04, 10, 97);
  border: solid rgb(04, 10, 97) 0.8px;
}

span{
 font-weight: 900;
}

h3{
  color: black;
}

main{
    background-image:
    url("../image/back.jpg");
    width: 100%;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     background-attachment: fixed;
}

.transback{
  background: rgba(0, 0, 0, 0.647);
}

.main1{
  display: flex;
  justify-content: space-between;
  padding-bottom: 5%;
  padding-top: 5%;
  color:white;
}

.main1A, .main1B{
  width: 50%;
}

.main1A >p{
width: 90%;
font-size: 1rem;
}

.main1A >p,h1,.joinButton{
  margin-left: 10%;
}

.joinButton{
  margin-top: 15%;
}

.main1B >img{
  width: 60%;
}


a{
  text-decoration: none;
  color: black;
}


li{
  list-style:none;
  padding-bottom: 2%;
  text-align: center;
}



.headerbox{
  color: whitesmoke;
  font-weight: bolder;
  font-size:1rem;
  float:left;
  width:22%;
  list-style: none;
}

div{
  text-align: center;
}
div > p{
  width: 45%;
  margin-left: 25%;
}
 
.box{
  text-align: start;
}


footer {
text-align: center;
font-size: 1rem;
padding-top: 5px;
padding-bottom: 1.5%;

}

.ocities>li{
  padding-bottom: 0;
  margin-bottom: 0%;
}

footer > a{
  color: whitesmoke;
}

.others >p{
  width: 100%;
  margin-left: 0%;
}

.others > h2{
  width: 70%;
  margin-left: 16%;
  color: white;
}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/
@media(min-width:130px) and (max-width:550px){

 header{
  position: fixed;
 }

.brocco-img{
  border: solid green 2.5px;
  border-radius: 10%;
  margin-top: 10%;
  margin-left: 6%;
  width:40px ;
  height:40px ;
}

.headerbox{
  color:white;
  float: none;
  width: 100%;
  font-size: 0.8rem;
}

.mnu{
  width: 300%;
}


h1{
  font-size: 1.6rem;
  text-align: center;
  padding-right: 4%;
}

h2{
  margin-left: 2%;
  font-size: 1rem;
}


.broccolito{
  font-size: 1rem;
  margin-left: 3%;
}






button{
  border-radius: 0.7rem;
}

.cities{
  flex-direction: column;
  
}

.sideBar{
  width: 100%;
  
}

.sideBar>ol{
  display: flex;
  justify-content: space-between;
  overflow-y: scroll;
  
}

ol>a{
  margin-left: 8%;
  
}

.space{
font-size: 1rem;
color: white;
margin-top: 0%;
}

.mainbox{
  width:80%;
  height: 28.38rem;
  border: none;

}

.mainbox{
  background:rgb(255, 255, 255);
  width: 100%;
  overflow-y: none;
  height: auto;
}


.box{
  display: flex;
  flex-direction:column;
  width:90%;
  margin-left: 0%;
  
}

.image >img{
  margin-left:0% ;
}

.userName{
  margin-left: 0%;
}

.userName >nav{
  margin-top:10%;
  width: 100%;
  font-size: 1.5rem;
}

.userName >nav>a{
  border-radius: 1.5rem;
}


.box >.box-select{
   width: 100%;
}

.box-select>ul{
  margin-top: 10%;
  border-left: none;
  padding-top: 5%;
  width: 100%;
  padding-left: 1%;
}

.box-select>ul>li{
  text-align: center;
  margin-top: 0%;
  font-size: 0.7rem;
}


.ms{
  margin-bottom: 10%;
}

.madia-element{
  width: 255px; 
  height: auto;
  padding-bottom:10%;
  clear: both; 
  font-size: 1rem;
}

.box{
  width: 100%;
}

.others >p{
  width: 90%;
  margin-left: 5%;
  
}

.ulbox{
  display: table-row;
  margin-top: -2%;
} 


.off-screen-menu{
  background-color:rgba(4, 10, 97, 0.94);
  border: solid rgb(0, 0, 1) 5px;
  height: 40vh;
  width: 12%;
  max-width: 400px;
  position: fixed;
  top: 0;
  right: -450px;
  transition: .2s ease;
  font-size: 4.2rem;
  padding-top: 6%;
  padding-right: 54%;
}

.off-screen-menu.active{
  right: 0;
}




.ham-menu{
  height: 50px;
  width: 70px;
  position: relative; 
  margin-left: auto;
}

.ham-menu > span{
  height: 8px;
  width: 55%;
  background-color: #000;
  border: solid white 1px;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .1s ease;
}

.ham-menu span:nth-child(1){
  top: 25%;
}


.ham-menu span:nth-child(3){
  top: 75%;
}

.ham-menu.active span:nth-child(1){
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2){
  opacity: 0;
}

.ham-menu.active span:nth-child(3){
   top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}


.main1{
 display: flex;
 width: 100%;
 
}

.main1A >p,h1,.joinButton{
  margin-left: 5.5%;
}

 .main1A{
  width: 100%;
  padding-top: 18%;

 }

.main1B{
  display: none;
}

.mainbox{
background: rgb(223, 218, 218);
width: 100%;
}



/* .box-select :hover{
background:none;
padding-top: 0%;
padding-bottom: 0%;
}

.box-select > ul :hover{
background:none;
color: black;
} */


li{
  border-bottom: none;
  margin-left:-3%;
  margin-top: 10%;
  list-style: none;
}


.ocities{
  margin-top: 10%;
}

.ocities>li{
margin-left: 22%;
margin-top: 0%;
width: 50%;
margin-bottom: 2%;
list-style:circle;
}

}





@media(min-width:550px) and (max-width:950px){
  .cities{
  flex-direction: column;
  
}

.sideBar{
  width: 100%;
  
}

.sideBar>ol{
  display: flex;
  justify-content: space-between;
  overflow-y: scroll;
  
}

ol>a{
  margin-left: 8%;
  
}

.space{
font-size: 1rem;
color: white;
margin-top: 0%;
}


.userName >nav{
  margin-top:10%;
  width: 90%;
  font-size: 1rem;
}

.userName >nav>a{
  border-radius: 1rem;
}

.headerbox{
  font-size: 0.7rem;
}

h1{
  font-size: 1.6rem;
 
}

h2{
  
  font-size: 1rem;
}

}



