@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@media screen and (max-width: 1000px){
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serief;
}
html, body {
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    display: inline-block;
}
.logo{
  position: fixed;
   text-align: left;
   cursor: pointer;
     z-index: 2;
}
.logo input{
  height:11vh;
  width:17vh;
  padding:4%;
  margin-left: 12%;
  margin-bottom: 2%;
}
#navi_mob{
  display: inline-block;
    position: fixed;
  background-color: white;
  z-index: 2;
  right:-35%;
  width:60%;
  height:100%;
  line-height: 150%;
  text-align: left;
  padding: 5%;
  margin-right: 5%;
  font-weight: bold;
  font-size: 3.1vh; 
   clear: both;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
transition: 1s;
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

#navi_mob.hide{ 
  display:none; 
  }

#navi_mob a:first-child{
text-align: right;
float:right;
white-space: nowrap;
clear: both;
  margin-right: 15%;
  font-weight: bold;
  font-size: 4.5vh; 
  background-color: white;
border:none;
color: #0097F4;
cursor: pointer;

}

div.navi{
  text-align: right;
  padding: 2.8%;
  font-weight: bold;
  font-size: 2vh; 
  background-color: white;
  position: fixed;
  width:100%;
  height:10%;
  top: 0;
  z-index: 1;
}
.navi a{
  display:none;
}
.navi button.hamburger{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 33%;
right:5%;
}
.navi button.hamburger:hover{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 33%;
right:7%;
}

button.hamburger:active { 
            background-color: red; 
        } 

.navi button.hamburger2{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 48%;
right:5%;
}
.navi button.hamburger2:hover{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 48%;
right:7%;
}
.navi button.hamburger3{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 63%;
right:5%;
}
.navi button.hamburger3:hover{
background-color: #0097F4;
border:none;
height:9%;
width: 5vh;
border-radius: 10vh;
cursor:pointer;
position: absolute; 
top: 63%;
right:7%;
}
.wrapper{
position: fixed;
z-index: 10;
width: 60%;
height: 50%;
left: 20%;
bottom:40%;
border-radius: 15px;
border-style: solid;
border-color: #0097F4;
background:white; 
text-align: center;
padding: 25px 25px 30px 25px;
overflow: hidden;
}
.wrapper img{ max-width: 50px;
}
.wrapper content{ margin-top: 10px;
}
.wrapper.hide{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
  }
.content header{
font-size: 20px; font-weight: 600;
}
.content p{ 
color:#858585;
font-size:15px;
margin: 5px 0 20px 0;
}
.content .buttons{
  font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.buttons .item{ 
margin: 0 10px;
}
.buttons button{
padding: 10px 20px;
background: #0097F4;
border: none;
outline: none; 
font-size: 15px; 
font-weight:500;
color:#fff;
cursor: pointer;
border-radius: 5px;
}
.buttons a{ 
color:#0097F4;
}
div.blog{
margin:0 auto;
  margin-top: 25%;
  margin-bottom: 40%;
  width:85%;
  position:relative;
  font-size: 1.7vh;
  font-weight: normal;
  white-space: normal;
  padding-right:7%;
  padding-left:7%;
}
.blog h1{
  font-size: 3vh;
  text-align: center;
   word-break: break-word;
    margin-bottom: 10%;
}
.blog h2{
  margin-top:10%;
  margin-bottom: 10%;

}
.articles img{
   border-radius: 15px;
  width:100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6%;
}
.articles2 img{
   border-radius: 15px;
  width:100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
   margin-bottom: 6%;
}
.rm {
background-color: #0097F4 !important;
color: white;
float: right;
font-weight: bold;
width:35%;
padding: 1.3%;
  cursor: pointer;
   border-radius: 5px;
  border:none;
  outline:none;
  text-align: center;
  font-size:1.8vh;
  margin-top: 2%;
  margin-bottom: 10%;
  flex-wrap:nowrap;
}
.rm:hover{
 background-color: #007ef4 !important;
color: white;
float: right;
font-weight: bold;
width:35%;
padding: 1.3%;
  cursor: pointer;
   border-radius: 5px;
  border:none;
  outline:none;
  text-align: center;
  font-size:1.8vh;
  margin-top: 2%;
  margin-bottom: 10%;
  flex-wrap:nowrap;
}
input[type=date]{
  box-sizing: border-box;
  font-weight: bold;
   font-size:1.8vh;
  border: none;
  outline:none;
  color: #0097F4;
  float:left;
  margin-bottom: 8%;
  margin-top: 2%;
}
div.art1{
  display:block;
   text-align: justify;
  justify-content: center;
  font-size: 2vh;
  margin:1%;
}
.art1 h3{
margin-bottom: 2%;
}
div.art2{
  display:block;
   text-align: justify;
  justify-content: center;
  font-size: 2vh;
  margin:1%;
}
.art2 h3{
margin-bottom: 2%;
}
div.art3{
  display:block;
   text-align: justify;
  justify-content: center;
  font-size: 2vh;
  margin:1%;
}
.art3 h3{
margin-bottom: 2%;
}
div.art4{
  display:block;
   text-align: justify;
  justify-content: center;
  font-size: 2vh;
  margin:1%;
}
.art4 h3{
margin-bottom: 2%;
}
div.art5{
  display:block;
   text-align: justify;
  justify-content: center;
  font-size: 2vh;
  margin:1%;
}
.art5 h3{
margin-bottom: 2%;
}
div.art6{
  display:block;
   text-align: justify;
  justify-content: center;
  font-size: 2vh;
  margin:1%;
  margin-bottom: 4%;
}
.art6 h3{
margin-bottom: 2%;
}
footer{
  display:block;
	position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   font-weight: bold;
   font-size: 17px;
   white-space: wrap;
   background-color: white;
   word-spacing:0px;
   padding:10px;
   z-index: 2;
}
.lang2{
position: relative;
text-align: right;
margin-right: 10vh;
}
select{
  font-size: 2.5vh;
  font-weight: bold;
  border:none;
}
select:focus{
  font-size: 2.5vh;
    font-weight: bold;
  border:none;
}

button:focus {outline:0; !important;}
button:{outline:0; !important;}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }
a { color: #0097F4; }
}
