*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
html,body {
  height:100vh;
  width:100vw;
  overflow-x: hidden;
}
footer {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  height: fit-content;
  width: 100%;
  padding: 2em 1em;
  background-color: #f4f4f5;
}
footer div{
  padding: 1em 1em;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}
footer .first{
  padding-top: 3em;
}
footer div p {
  color: black;
  margin-bottom:0.5rem ;
  text-decoration: none;
}
footer div a{
  color: #474747;
  text-decoration: none;
  margin-bottom: 0.3rem;
}
footer .logo{
  display: flex;
  flex-direction: row;
  gap: 1em;
  color: #565656;
  font-size: 1.2em;
  justify-content: center;
  border-bottom: 0.1em solid #c8c7c7;
}
footer .btm-text p {
  text-align: center;
  font-size: 0.9em;
  color: #565656;
}
footer .btm-text div {
  display: flex;
  justify-content: center;
  font-size: 0.8em;
  flex-direction: row;
  gap: 2em;
}
.but-one{
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
}
.card-btm{
  width: 80%;
  background-color: #042449;
  border-radius: 2.5em;
  padding: 8em 3em;
  position: relative;
  z-index: 0;
}
.card-btm *{
  color: white;
  z-index: 10;
  font-size: em;
}
.card-btm h1{
  width: 50%;
  font-size: 3em;
  line-height: 1em;
  letter-spacing: 0.01em;
  margin-bottom: 0.3em;
  font-weight: 900;
}
.card-btm p{
  width: 80%;
  font-weight: 600;
  line-height: 1.5em;
}
.card-btm button{
  width: fit-content;
  padding: 0.5em 1em;
  border-radius: 2em;
  color: rgb(24, 24, 255);
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.card-btm main{
  padding: 1em 0 ;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card-btm main a{
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
}
.card-btm div img{
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  border-radius: 2.5em 2.5em 2.5em 0;
}
.but-two{
  background-color: #fcfce4;
  padding: 1.5em;
}
.but-two .media{
  width: 100%;
  display: flex;
  justify-content: center;
}
.but-two .media img{
  width: 100%;
  object-fit: cover;
}
.but-two .second h3{
  color: #474747;
  width: 100%;
  padding:0.8em 0;
}
.but-two .second h1{
  font-size: 3em;
  line-height: 0.9em;
}
.but-two .second p{
  padding: 1em 0;
  font-size: 1.2em;
  line-height: 1.3em;
  width: 90%;
}
.but-two .second button{
  padding: 0.9em 2rem;
  background-color:#0468d7;
  color: white;
  font-weight: 600;
  border-radius: 1.5em;
}
.but-three .second button{
  padding: 0.9em 2rem;
  color: #0468d7;
  border-color: #0468d7;
  background-color: #fff;
  font-weight: 600;
  border-radius: 1.5em;
}
.but-three{
  background-color: white;
}
nav .first{
  display: flex;
  color: white;
  justify-content: center;
  padding: 1em;
  font-weight: 600;
  background:linear-gradient(124.64deg, #027dfd, #833ef2);
  font-weight: 600;
}
nav .second{
  padding: 1.2em  3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .second div{
  display: flex;
  align-items: center;
  gap: 2em;
}
nav .second div a{
  font-weight: 600;
  color: #474747;
  text-decoration: none;
}
nav .second div button{
  background-color: #0468d7;
  color: white;
  font-weight: 600;
  border-radius: 1.5em;
  padding: 0.5em 2em;
}

@media (min-width:1124px) {
  footer {
    padding: 2em 3em;
  }
  footer .flex-box svg,  footer .flex-box1, footer .flex-box{
    flex-direction: row;
  }
  footer .flex-box{
    justify-content: space-between;
  }
  footer .flex-box1{
    gap: 2em;
  }
  footer .flex-box div{
    padding-top: 0em;
  }
  footer .logo{
    justify-content: flex-start;
  }
  footer .btm-text{
    flex-direction: row;
    gap: 20em;
  }
  .card-btm{
    padding: 4em 5em;
  }
  .card-btm main{
    flex-direction: row;
    align-items: center;
    gap:1em;  
  }
  .card-btm main a{
    padding-top: 0;
    padding-bottom: 1em;
  }
  .card-btm p{
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  .card-btm div img{
    width: 35%;
    border-radius: 0em 2.5em 2.5em 0;
  }
  .but-two{
    display: flex;
  }
  .but-two .second{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .but-two .second button{
    width: fit-content;
  }
  .but-two{
    background-color: #fcfce4;
    padding: 4em 0;
  }
  .but-two .media img{
    width: 55%;
    object-fit: cover;
  }
  .but-two .second h1{
    width: 75%;
    font-size: 4em;
    line-height: 0.9em;
  }
  .but-three {
    background-color: white;
    display: flex;
    padding-bottom: 1em;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .but-three .second{
    padding-left: 15em;
  }
  .but-three .media{
    width: 100%;
  }
  .but-four .second{
    width: 50%;
  }
  .but-four .media{
    width: 50%;
  }
  .but-five .media{
    width: 45%;
  }
  .but-five .second{
    width: 55%;
  }
}