

.veera{
  width: 100%;
  height:100%;
  object-fit: cover;
  margin-top: 6px;
}
.content{
  text-align: center;
  background-color: blue;
  margin-bottom:5px;
}
.button{
  border: 1px solid black;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
button{
  padding: 5px 20px;
  margin: 5%;
  border: 1px solid black;
  background-color: blue;
  justify-self: center;
}
.image{
  width: 100%;
  height:100%;
  object-fit: cover;
  margin-top: 6px;
  margin-left: 0px;
  padding: 10px;
}
.image-1{
  width: 110%;
  height:100%;
  object-fit: cover;
  margin-top: 6px;
  margin-left: 0px;
}
.v1{
  text-align: center;
  margin: 30px;
  text-decoration: underline;
  color:rgba(33, 39, 210, 0.806);
}
figcaption {
  text-align: center;
    font-size: 20px; 
    font-weight: bold;
    color: rgba(59, 21, 213, 0.699);
}
.input{
  margin: 5%;
  padding: 3% 10%;
  border: 1px solid blue;
}
.input-2{
  padding: 10% 10%;
  margin: 5%;
  border: 1px solid blue;
}
.form-container{
  justify-self: center;
}
.about-content{
  padding: 10px;
}
.v{
  margin: 10px;
  justify-self: center;
  align-items: center;
  
}

@media screen and (min-width:992px){
 
  .v1{
    text-align: center;
    text-decoration: underline;
    color:rgba(56, 14, 207, 0.854);
  }

  .concept-main > div {
    display: inline-block;
    margin: 10px;
     justify-content: center;
     align-items: center;
     text-align: center;
}
  .concept-main{
    display: inline-block;
    text-align: center;
    position: relative;
    grid-template-rows: repeat(3, 1fr) no-repeat cover;
  }
  .veera {
    object-fit: cover;
    width: 100%;
    height: 70%;
  }
  .image{
    display: inline-block;
    margin-left: 30px;
    width: 350px;
    height: 300px;
  }
  .image-1{
    display: inline-block;
    width: 30%;
    height:50%;
    object-fit: cover;
    margin-top: 6px;
    margin-left: 0px;
  }
  .content{
      position: absolute;
      background: transparent;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding-top: 60%;
      color: white;
    }
    .button{
      padding-left: 20px;
      padding-right: 20px;
    }
  
  figcaption {
      text-align: center;
      font-size: 20px; 
      font-weight: bold;
      color: rgba(34, 21, 213, 0.775);
  }
  .image-link{
    border: 1px solid rgb(248, 253, 248);
    padding: 0 10px 10px 10px;
    border-radius: unset white;
  }
  
  .image-link img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.496); 
}
.footer-container{
  margin-bottom:0px ;
}

.container {
  display: flex;
  justify-content: center;
  align-content: center; 
  align-items: center;                           
}


.image-container {
  flex: 1; 
                   
}

.image-1 {
  width: 100%;                  
  height: 25vw;                
}


.form-container {
  display: inline;
  width: 50%;  
  margin-bottom: 10px;         
  box-sizing: border-box;       
}


button {
  padding: 10px 20px;
  background-color: #4CAF50;    
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;    
}

.about-section{
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: space-between;
}
.about-content{
  display: inline;
  flex: 1;
  float: left;
  width: 30%;
}
.about-img img{
  float:right;
  height: 50vh;
}

}

