@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");


@font-face {
    font-family: "Phenomena";
    src: url("fonts/Phenomena-Regular.otf");
    
 }

html body{
  margin: 0;

}

.menu {
  width: 25%;
  float: left;
}

.menu2 {
  width: 1%;
  float: left;
}

.main2 img{
  margin-right: 4% !important;
}

.main2 p{
  margin-right: 5%;
}

.main {
  width: 75%;
  float: left;
}

.main img{
  margin-left: 3%;
}

.main p{
  margin-left: 5%;
}

.main2 {
  width: 75%;
  float: left;
}

.main2 img{
  float: right !important;
  margin-right: 20px;
  margin-left: 20px;
}

.main_header img{
  max-width: 500px;
  float: left;
}

.toper{
  padding-top: 1px !important;
}

.big{
  max-width: 400px !important;
  padding-top: 40px;
  margin-right: 20px;
  -webkit-filter: drop-shadow(5px 5px 5px gray);
  filter: drop-shadow(5px 5px 5px gray);
}

.shadow{
  -webkit-filter: drop-shadow(5px 5px 5px gray);
  filter: drop-shadow(5px 5px 5px gray);
  margin-right: 1%;
  padding-top: 20px;
  
}

.text{
  padding: 10px 60px 5% 40px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  text-align: justify;
  border-bottom: 2px solid;
} 


.title{
  font-family: 'Phenomena', sans-serif;
  font-size: 2em;
  color: white;
}

h2{
  font-family: 'Phenomena', sans-serif;
  display: block;
  font-size: 2.5em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
  border-top: solid rgb(0, 58, 122);
  border-bottom: solid rgb(0, 58, 122) ;
}

h1{
  font-family: 'Phenomena', sans-serif;
  display: block;
  font-size: 2.5em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
}

 .main_title{
  padding-top: 20px;
 }

header a:hover img{
  opacity: 80%;
}

.menu_header {
  width: 100%;
  background-color: rgb(0, 58, 122);
  contain: paint;
}

.headertitle {
  color: white;
  text-align: center;
  font-family: 'Phenomena', sans-serif;
  font-size: 0.9em;
}

.col_logo {
  width: 33.33333%;
  float: left;
}

.col_text {
  width: 33.33333%;
  float: left;
}

.col_icon {
  width: 33.33333%;
  float: left;
}

.col_icon h1 {
  color: white;
  text-align: end;
  margin-right: 40px;
}

.col_logo img {
  width: 150px;
  margin: 10px 20px;
}
@media(max-width: 1920px){

  .text{
    padding-bottom: 8%;
  }


  .shadow{
    max-width: 450px !important;
    

  }

  .big{
    max-width: 380px !important;
  }

}

@media(max-width: 1366px){
  .shadow{
    max-width: 500px !important;
  }
  .big{
    max-width: 400px !important;
  }
}

@media(max-width: 1024px){

  .big{
    max-width: 300px !important;
  }
  .shadow{
    max-width: 400px !important;
  }

  .main2 img{
    margin-right: 5% !important;
  }
  
  .main2 p{
    margin-right: 6%;
  }

  .main img{
    margin-left: 5%;
  }
  
  .main p{
    margin-left: 7%;
  }


}


@media only screen and (max-width: 815px){

  .col_text h1{
    font-size: 2em;
  }

  .big{
    max-width: 250px !important;
  }

  .shadow{
    max-width: 350px !important;
  }

  .menu{
    width: 20%;
}

  .main {
    width: 80%;
}

  .main2{
    width:80%;
  }

  .main img{
    margin-left: 7%;
  }
  
  .main p{
    margin-left: 7%;
  }

}

@media only screen and (max-width: 720px){
  header h1{
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 650px){
  .main_title{
    font-size: 2.2em;
  }
  .video{
    width: 320px !important;
    height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .col_text h1 {
    margin-right: 20px;
    font-size: 2em;
  }

  .col_logo img {
    width: 100px;
    margin: 10px 10px;
  }

  .main_title{
    padding: 20px 5% 0 5%;
    text-align: center;
  }
  
  header img{
   margin: 0 20px 0 20px;
  }

  .video{
    width: 300px !important;
    height: 200px;
  }

}


@media only screen and (max-width: 500px) {

  .main2 p{
    margin-right: 40px;
  }

  .text{
    padding: 10px 8px 8% 30px;
    margin: 0 40px 0 6%;
  }
  .menu{
      width: 1%;
  }

  .main {
      width: 100%;
      text-align: center;
  }

  .main2 {
    width: 100%;
    text-align: center;
  }

  .main img{
    margin-right: 10% !important;
    margin: 0 !important;
  }

  .main2 img{
    margin-right: 10% !important;
    margin: 0 !important;
  }

  .main_title{
    margin: 0;
    text-align: center;
  }

  .main_header img{
    float: none !important; 
  }

}

@media only screen and (max-width: 413px){
  

  .big{
    max-width: 200px !important;
  }

  .shadow{
    max-width: 300px !important;
  }

  .last{
    margin-bottom: 15%;
  }

}

@media only screen and (max-width: 340px){

  .headertitle h1{
    padding-left: 10%;
  }

  .main_header .big{
  float: none !important;
  text-align: center;
  margin: 0 15% 0 15%;
  } 
  .video{
    width: 280px !important;
  }
  .big{
    max-width: 220px !important;
  }

  .shadow{
    max-width: 250px !important;
  }
}
#bar {
  visibility: hidden !important;
}

#sidebar {
  border-radius: 0 10px 10px 0;
  position: fixed;
  top: 30%;
  width: 36px;
  height: 286px;
  padding-left: 10px;
  padding-top: 25px;
  font-size: 1.5em;
  animation: wait 12000ms, fade-in7 4000ms 12000ms;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

#bar {
  border-radius: 30% 30% 00% 00%;
  background-color: #ffffffc7;
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 7%;
  align-items: center;
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  animation: wait 5000ms, fade-in7 5000ms 5000ms;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

#sidebar a {
  text-decoration: none;
  color: grey;
}

#sidebar a:hover {
  color: black;
}

#bar a {
  text-decoration: none;
  color: grey;
}

#bar a:hover {
  color: black;
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }

  #sidebar {
    visibility: hidden;
  }

  #bar {
    visibility: visible !important;
  }
}


.video{
  width: 560px;
}

.center{
  margin-top: 5%;
  text-align: center;
}