@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Roboto:500');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
*
{
  padding: 0;
  margin: 0;
}
body
{
  background-color: #F5DE9C;
  color: #f69927;
  font-family: 'Heebo';
  padding: 0;
  margin: 0;
  text-align: right;

  
}
p{
 color: whitesmoke;
 font-size: 1.5em;
 font-weight: 600;
 text-shadow:
   -0.5px -0.5px 0 #000,  
    0.5px -0.5px 0 #000,
    -0.5px 0.5px 0 #000,
     0.5px 0.5px 0 #000;
     padding: 0 2vw 0 2vw;
 
}
h2
{
  text-align: center;
  font-size: 2.5em;
  padding:2vh 0;
}
h3{
  font-size: 2em;
  margin:3vh 2vw 2vh 0;

}
.maincontiner
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0vh;
}
.title{
       text-align: center;
        font-weight: bold;
        font-size: 2.8em;
      }
.logo
{
  padding-right: 5vw;
  height: 8vh
}
section
{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  display: grid;
}
.section1mainpic
{
  margin-top:0vh ;
  position: relative;
  width: 92vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  

}
.function
{
  display: flex;
  flex-direction: row;
}
.followlist
{
  border-radius: 18px;
  margin-left: 1vw;
  margin-top: 10vh;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  

}
.to-scroll
{
  transform: TranslateX(-70%);
  transition: all 0.3s ease-in ;
  transition-delay: 0.1s;
}


.districtlist
{
  width: 50vw;
  height: 50vw;
  margin-left: 1vw;
  margin-top: 50vh;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
  border-radius: 11px;
}
.function_on_down
{
  display: flex;
  flex-direction: column;
}
.hidden{
  opacity: 0;
  transition: all 1s;
}
.show{
  opacity: 1;
}
/* .citylist2
{
  border-radius: 3%;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
  width: 70vw;
  margin: 4% 2%;
  height:15vh;
} */
.citylists {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  margin-top: 6vh;
  box-sizing: border-box;
  height: 35vh;
}

.citylist {
  border-radius: 3%;
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 1%;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
  line-height: 0;
}

.citylist > img {
  
  width: 200%;
  object-fit:scale-down; 
  transition: .5s;
}

.citylist:hover { flex: 1 1 50%; }
.citylist:hover > img {
  width: 100%;
  height: 100%;
}

.panels {
  margin-top: 2%;
  min-height: 25vh;
  overflow: hidden;
  display: flex;
  position: relative;
  
}
.panel {
  margin: 50% 1%;
  color: white;
  text-align: center;
  align-items: center;
  text-shadow:
      -0.5px -0.5px 0 #000,  
       0.5px -0.5px 0 #000,
       -0.5px 0.5px 0 #000,
        0.5px 0.5px 0 #000;
  font-size: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel>img {
  width: 100%;
}
.panel:hover{
flex:4
}

.face-button {
  margin: 48% auto;
  height: 6vh;
  width: 44%;
  display: inline-block;
  border: 3px solid rgb(255, 153, 0);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color:rgb(255, 153, 0);
  overflow: hidden;
}
.face-button .icon {
    margin-right: 6px;
  }
  
  .face-button .face-primary, .face-button .face-secondary
  {
    display: block;
    padding: 0 32px;
    line-height:  6vh;
    transition: margin .4s;
  }
  
.to-scroll-up
{
  transform: translateY(10vh);
  transition: all 1s ease-in ;
  transition-delay: 0.3s;
}
  .face-button .face-primary {
    background-color:rgb(255, 153, 0);;
    color: #fff;
  }
  
  .face-button:hover .face-primary {
    margin-top: -6vh;
  }

  .in-scroll
  {
    transform: translateX(0);
    transform: translateY(0);
  }

@media screen and (min-width:500px) 
{
.to-scroll
{
  transform: translateX(-10vw);
  transition: all 0.3s ease-in ;
  transition-delay: 0.1s;
}
.in-scroll
  {
    transform: translateX(0);
    transform: translateY(0);
  }
  p{
    font-size: 2.5em
  }
  h3{
    height: 70.5px;
    font-size: 3rem;
  }
  .districtlist
  {
    position: relative;
    top: -22%;
    height: 25%; 
    width: auto;
  }
  .panel
  {
    margin-top: 0;
    margin-bottom: 30%;
    width: 50%;
  }
  .panel>img
  {
    width: 82%;
  }
  h2
  {
    font-size: 4.5rem;
  }
  .face-button
  {
    margin: 20% auto;
  }
  .face-button {
    height: 8vh;
  
  }
  .face-button .face-primary, .face-button .face-secondary
  {
    line-height:  8vh;
  }
  .face-primary,.face-secondary
  {
    font-size: 2.5rem;
  }
  .face-button:hover .face-primary {
    margin-top: -8vh;
  }
}