*{
   
}

body {
    background-image: url("./resources/Background_image.svg"); /* or contain */
    background-color: #121826;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }


.container1{
    margin:20px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 10px;
    text-align: center;
    box-sizing: border-box;
}


.container2{
    width: 95%;
    text-align: center;
}


.title{
  display: block;
  margin-bottom: 20px;
  height: auto;
}

.description{
  color: #9DA3AE;
  font-size: 20px;
  padding: 10px;
}


.flex-container{
  height: 100%;
  width: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 15px;
}

.box-1{
    height: 420px;
    width: 300px;
    border-radius: 10px;
    background-color: #212936;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;   
}

.box-2{
  height: 400px;
  width: 300px;
  border-radius: 10px;
  border: 1px solid green;
  background-color: #212936;
}

.box-3{
  height: 400px;
  width: 300px;
  border-radius: 10px;
  border: 1px solid green;
  background-color: #212936;
}

.hand-logo-container{
  height:60px;
  width: 60px;
  background-color: #FBE5E6;
  border-radius : 50% ;
  position: relative;
}

.hand-logo{
  position: absolute;
  top: 5px;
  left: 8px;
  font-size: 35px;
}


.insight-logo-container{
  height: 60px;
  width: 60px;
  background-color: #DEE9FC;
  border-radius:50%;
  font-size: 35px;
  position: relative;
}



.insight-logo{
  position: absolute;
  top:2px;
  left:6px;
  font-size: 35px;
}


.feedback-logo-container{
  height: 60px;
  width: 60px;
  background-color: darkslategrey;
  border-radius:50%;
  position: relative;
}


.feedback-logo{
  position: absolute;
  top:5px;
  left:6px;
  font-size: 35px;
}


.text-container{
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column; 
    padding: 0px;
    gap: 10px;
}

.text-title-container{
    width: 100%;
    height: 70px;
}


.text-description-container{
  height: 80px;
  width: 80%;
}

.text-description{
  color: #FBE5E6;
}
/* .hand-logo{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: palegoldenrod;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  display: block;
} */
.box-1-image-container{
  height: 100px;
  align-items: center;
  padding-top: 10px;
  
}

img{
  border-radius: 10px;
}

.outfit-title {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 40px;
  color: #E5E7EB;
  display: block;
}

.outfit-text-title{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  color: #E5E7EB;

}

.outfit-small-text{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #E5E7EB;
}


  @media screen and (min-width:800px) {
    
    .flex-container{
      width: 800px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 50px;
      justify-content: space-evenly;
      padding-left: 10px;
    }


    /* .box-1{
      height: 420px;
      width: 300px;
      border-radius: 10px;
      border: 1px solid green;
      background-color: #212936;
      display: flex;
      gap: 30px;
      padding: 20px;    
  }
  
  .box-2{
    height: 400px;
    width: 300px;
    border-radius: 10px;
    border: 1px solid green;
    background-color: #212936;
  } */

  }

  @media screen and (min-width:1140px) {
    
    .flex-container{
      width: 100%;
      display: flex;
      flex-direction: row;
      gap: 50px;

    }
  }
  