:root {
  --darkBlue: rgba(0, 87, 163, 1);
  --white: rgba(255, 255, 255, 1);
  --lightWhite: rgba(217, 217, 217, 1);
  --black: rgba(46, 46, 46, 1);
  --paraCol: rgba(0, 0, 0, 1);
  --darkerBlue: rgba(0, 29, 54, 1);

  /* rgba(0, 87, 163, 1) */

  --lightBlue: rgba(170, 199, 224, 1);
  --lighterblue: rgba(0, 87, 163, 0.5);
  --font24: 3.6rem;
  --font20: 3.2rem;
  --font16: 2rem;
  --font18: 1.8rem;
  --font14: 1.6rem;
  --font12: 1.4rem;
  --font10: 1.2rem;
}
.container {
  gap: 5rem;
}

.mobille {
  width: 37.6rem;
  padding: 4rem;
}
header {
  justify-content: center;
  height: 78rem;
}
.innerHeader {
  align-items: center;
  text-align: center;
  width: 60%;
  max-width: 77.027rem;
}

.innerHeader h1 {
  line-height: 5.4rem;
}
.innerHeader p {
  line-height: 2.4rem;
  align-self: center;
}
.visXmis {
  flex-direction: row;
  width: 90%;
}

main {
  flex-direction: row;
  gap: 5rem;
}
main .textContent {
  width: 50%;

  gap: 3rem;
  max-width: 57.812rem;
}
main .mainImg {
  width: 50%;
  max-width: 55.081rem;
}
article h1 {
  width: 30%;
  line-height: 4.8rem;
}

article .teams {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gridCont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
}
.sec2 {
  background-color: var(--lightBlue);
  flex-direction: row-reverse;
  gap: 0;
}
.innerSec2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  /* width: 90%; */
  gap: 2rem;
  padding-left: 4rem;
}
footer {
  height: 43rem;
  justify-content: space-around;
}
.topFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  gap: 1rem;
  height: 17rem;
  /* gap: 5rem; */
}
.footerLogo {
  display: flex;
  width: 14rem;
  height: 8rem;
}
.footerLogo img {
  width: 14rem;
  height: 70%;
}
.topFooter ul {
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  text-wrap: nowrap;
  gap: 2rem;
}
form {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.2rem;

  /* width: 37.1rem; */
}
.form1 {
  display: none;
}
.form2 {
  display: flex;
}
.inputXbtn {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0.5rem;
}
form input {
  width: 20.57rem;
  height: 5rem;
}
form button {
  /* width: 13.811rem; */
}
.bottomFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
