
body {
animation: transIn 1.5s;
margin: 0;
font-family: 'Poppins', sans-serif;
 background-image: url("bg.png");
}


@keyframes transIn {
from {
    opacity: 0;
    transition: rotateX(-10deg);
  }

  to {
    opacity: 1;
    transition: rotateX(0);
  }
}

@keyframes transOut {
  from {
    opacity: 1;
    transition: rotateX(0);

  }

  to {
    opacity: 0;
    transition: rotateX(-10deg);
  }
}
.container {
  width: 80%;
  margin: 0 auto;
}

header {
  background: #6e6e6e;
}

header::after {
  content: '';
  display: table;
  clear: both;
}
.logo {
  float: left;
  padding: 10px 0;
}

nav {
  float: right;
}


nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
display: inline-block;
margin-left: 70px;
padding-top: 23px;

  position: relative;

}


nav a {
  color: #00b012;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a::selection
 {
animation: transIn 1.5s;
 }
nav a:hover {
  color: #00d916;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-color: #00d916;

  position: absolute;
  top: 0;
  width: 0%;

transition: all ease-in-out 250ms;
}


nav a:hover::before {
  width: 100%;
}

.content {
  margin-left: 25px;
    margin-right: 25px;
  font-size: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
background-color: #7a7a7a;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,1);
  margin-top: 50px;
}

.hr-normal {
  width: 50em;
}

.hr-split {
   border: 3px solid black;
     border-radius: 5px;
   width: 90%;
}

.nodeco {
  text-decoration: none;
  color: #444;
  text-decoration: none;

  font-size: 23px;
}

.front-site {
  text-align: center;

margin-top: 0px;
font-size: 150px;
    position: relative;
    margin-bottom: 0px;
    color: #00cf07;

}


.form-support {
margin-left: 20%;
}

.title {
  font-size: 100px;
  margin: 0;
}


.img-box
{
  margin-left: 10px;
  margin-right: 10px;
  opacity: 1;
  display: block;
  position: relative;
  text-align: center;
}

h2
{
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
    text-align: center;

}

h3
{
font-size: 15px;
font-weight: bold;
margin-top: 15px;
  text-align: center;
}

.img-respontive
{
  width:  350px;
  border-radius: 10%;
  border-style: solid;
  border-color: #84b1fc;
border-width: 10px;
}

.row
{
justify-content: center;
display: flex;
}

.learn-more-btn
{


  margin-top: 10px;
  width: 200px;

font-size: 35px;
text-decoration: none;
color: #4072bc;
border-style: solid;
padding: 3px;
border-radius: 10%;
}

.learn-more
{
    justify-content: center;
      display: flex;
}

.form-div
{
  font-size: 35px;
  padding-top: 10px;
  border-radius: 20%;
  border-style: solid;
  border-width: 10px;
  width: 50%;
display: inline-block;
margin: 0 auto;

}

.FrontImage {
  margin-top: 50px;
  width: 50%;
  border-radius: 20%;
  border-style: solid;
  border-width: 10px;

}

.FrontImageDiv {
display: flex;
justify-content: center;
}

.text {
  text-align: center;

margin-top: 0px;
font-size: 35px;
    position: relative;
    margin-bottom: 0px;
    color: #00cf07;
}

.about-picture {
margin-top: 50px;
margin-bottom:  50px;
    border-style: solid;
    border-width: 10px;
    border-color: #00cf07;
}

.content-middle {
margin: auto;
  font-size: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
background-color: #7a7a7a;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,1);
  margin-top: 50px;
  width: 750px;
}
.content-short {
margin: auto;
  font-size: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
background-color: #7a7a7a;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,1);
  margin-top: 50px;
  width: 250px;
}

.content-image {
margin: auto;
  font-size: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
background-color: #7a7a7a;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,1);
  margin-top: 50px;
  width: 1150px;
}
