
.carousel-inner > .item > img {
  height: 75% ;
  width:  100%;
}

input{
border-radius: 15px;
}

.section-others{
    color: #731c8a;
    font-size: 15px !important;
}


.carousel-inner{
    width: 800px;
    height: 370px;
    position: center;
right: 50%;

left: 0%;
}
#myCarousel{
    width: 800px;
    height: 370px;
    
}
  
  .item, img{
    height: 75% !important;
    width:  100% !important;
  
  }
  
  
 
  
  h2 {
    text-align: center;
    padding-bottom: 35px !important;
  }
  
  
  h1{
    padding: 0px;
    margin: 0px;
  }
  h2{
    padding: 25px;
    margin: 0px;
    padding-bottom: 25px;
  }
  h3{
    padding: 0px;
    margin: 0px;
  }
  
  img {
  border-radius: 8px;
  }
  
  
  .input-row {
    margin-bottom: 20px;
  }
  
  .input-row label {
    color: #75726c;
  }
  
  .input-field {
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    border: #e0dfdf 1px solid;
    box-sizing: border-box;
    margin-top: 2px;
  }
  
  .span-field {
    font: Arial;
    font-size: small;
    text-decoration: none;
  }
  
  .btn-submit {
    padding: 10px 60px;
    background: #9e9a91;
    border: #8c8880 1px solid;
    color: #ffffff;
    font-size: 0.9em;
    border-radius: 2px;
    cursor: pointer;
  }
  
  .errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
  }
  
  .successMessage {
    background-color: #9fd2a1;
    border: #91bf93 1px solid;
    padding: 5px 10px;
    color: #3d503d;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9em;
  }
  
  .info {
    font-size: .8em;
    color: #e66262;
    letter-spacing: 2px;
    padding-left: 5px;
  }
  
  
  *{
    margin: 0;
    padding: 5;
    box-sizing: border-box;
  }
  
  a{
    position: relative;
    display: inline-block;
    
    color: purple;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    margin-right: 0px;
   
  }
  a:hover{
    background:purple;
    color: purple;
    box-shadow: 0 0 5px purple,
                0 0 25px purple,
                0 0 50px purple,
                0 0 200px purple;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
  }
  
  .footer-info {
  position: relative;
  width: 100%;
  height: 50%;
  }
  .img-logo{
  display: block;
  width: 100%;
  height: auto;
  
  }
  
  .overlay2{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image: linear-gradient( #8e08c7 , #1808c7);

  }
  .footer-info:hover .overlay2 {
  opacity: 1;
  }
  .text {
  color: #290f30;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  }
  
  
  .container {
  position: relative;
  width: 50%;
  }
  
  .image {
  display: block;
  width: 100%;
  height: auto;
  }
  
  .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
  }
  
  .container:hover .overlay {
  opacity: 1;
  }
  
  .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  }
  
  
  li {
    display: inline;
  }
  
  :root {
  font: 16px/1.5 sans-serif;
  }
  
  header {
  position: sticky;
  top: 0;
  box-shadow: 0 0 .5rem #999;
  }
  
  nav {
  background: transparent;
  }
  
  nav ul, article {
  display: flex;
  justify-content: center;
  margin: 0;
  }
  
  nav ul {
  padding-left: 0;
  list-style: none;
  }
  
  nav a {
  display: block;
  padding: 1rem 1.5rem;
  color: #fff;
  text-decoration: none;
  }
  
  nav a:hover, nav .active a {
  background: #f734f3b6; 
  opacity: 0.5;
  color: #000;
  border-radius: 8px;
  }
  
  article {
  align-items: center;
  min-height: 100vh;
  }
  
  article:nth-child(odd) {
  background: #eee;
  }
  
  h2 {
  margin-top: 0;
  font-size: 3rem;
  }
  
  
  
  @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  
  body { background: url('../img/games-background.png'); }
  form { max-width:420px; margin:50px auto; }
  
  .feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: black;
  border:0px transparent;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
  }
  
  .feedback-input:focus { border:2px solid #CC4949; }
  
  textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
  }
  
  [type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:purple;
  border-radius:0px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  }
  [type="submit"]:hover { background:purple; }
  
  
  div.container {
  text-align: center;
  padding: 10px 20px;
  }
  
  
  
  
  
  
  
  
  
  