body {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  /* color: #e0e0e0; */
   

}
h1{
  margin-top: 10px;
}


h4 {
  text-align: center;
  margin: 35px 0 20px 0 !important;
  
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container2 {
    
  position: relative;
  text-align: center;
  
 
}



.container{
    width: 60%;
    
    /* height: 100vh; */
    background-color: #fff;
    /* background-color: #2c0ea1; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper{
    width: 80%;
    /* height: fit-content; */
}

.swiper-slide img{
    width: 100%;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: #fff;
}

.swiper .swiper-pagination-bullet-active{
    background-color: #fff;
}

/* .logo {
    width: 90%;
    margin: 100px;
   
   
} */


/* p {


  font-size: 20px;


} */



section {
  

  
  /* margin: 0 0 40px 0; */
  margin-top: 50px;
  width: 100%;
  /* background-color: #2c0ea1; */
  background-color: #fff;
  border: 3px  #e0e0e0;
  padding: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 22px;
  

}



.about-me {
  width: 300px;
  margin: 30px;
  
  

}

.info {
  max-width: 300px;
  margin: 30px;
}

.credo{
  width: 300px;
  margin: 30px;
}

#main {
  box-shadow: 2px 2px 5px greenyellow;
}

.hero {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 10px;

}

.hero-info {
  
  
  margin: 10px;
  /* max-width: 1000px; */
  width: 800px;
  font-size: 20px;
}

.vision{
  /* margin: 0, 0, 40px, 0; */
  padding: 10px;
  width: 500px;
  font-size: 20px;
 
}


ul{
  list-style: none;
  font-size: 20px;
}

.contacts{
  margin: auto;
  width: 50%;
    
  /* border: 20px  #e0e0e0; */
  /* padding: 10px; */
 
 
   


}

.address{
    
  width: 100%;
  height: 50px;
  font-size: 25px;
 
  
}

/* @media only screen and (max-width: 700px) {
  .hero-info{
      max-width: 700px;
  }

 
  
} */





.navbar {
  overflow: hidden;
  background-color:  #2c0ea1;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
  
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: rgb(32, 136, 38);
  
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: rgb(32, 136, 38);
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}


