
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
  }
  .flex-item {
display: flex;
width: 300px;
height: 328px;
left: 30px;
margin-top: 50px;
background: #e4e8ec;
border-radius: 8px;
  }
  
  .i{
    position: absolute;
    width: 240px;
    height: 250px;
    margin-left: 45px;
    margin-top: 25px;
    font-family: TT TravelsLight;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #e4e8ec;
    opacity: 1;
  }
.wrap:hover .flex-item {
    opacity: 1;
}
.wrap:hover .hover {
    opacity: 1;
}
  .hover:hover {
    width: 300px;
height: 328px;
left: 60px;
margin-top: 0px;
background-color:#5A30F0;
border-radius: 8px;
display: flex;
z-index: 3;

  }
  .flex-item2 {
    width: 300px;
height: 328px;
left: 400px;
margin-top: 50px;
background: #e4e8ec;
border-radius: 8px;
  }
  .flex-item3 {
    width: 300px;
height: 328px;
left: 740px;
margin-top: 50px;
background: #e4e8ec;
border-radius: 8px;
  }
  .flex-item4 {
    width: 300px;
height: 328px;
left: 1080px;
margin-top: 50px;
background: #e4e8ec;
border-radius: 8px;
  }
.rectangle-text{
    position: absolute;
width: 271px;
height: 62px;
margin-left: 20px;
margin-top: 20px;
font-family: TT TravelsRegular;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 130%;
text-align: center;
color: #404040;;

}
.rectangle-text2{
    position: absolute;
width: 271px;
height: 62px;
margin-left: 20px;
margin-top: 20px;
font-family: TT TravelsRegular;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 130%;
text-align: center;
color: #404040;;

}
.rectangle-text3{
    position: absolute;
width: 271px;
height: 62px;
margin-left: 20px;
margin-top: 20px;
font-family: TT TravelsRegular;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 130%;
text-align: center;
color: #404040;;

}
.rectangle-text4{
    position: absolute;
width: 271px;
height: 62px;
margin-left: 20px;
margin-top: 20px;
font-family: TT TravelsRegular;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 130%;
text-align: center;
color: #404040;;

}
.img2{
    position: absolute;
width: 151px;
height: 151px;
left: 124px;
margin-top: 177px;
}
.img3{
    position: absolute;
width: 35px;
height: 120px;
margin-left: 100px;
margin-top: 207px;
}
.img4{
    position: absolute;
width: 35px;
height: 130px;
margin-left: 140px;
margin-top: 198px;
}
.img5{
    position: absolute;
width: 35px;
height: 120px;
margin-left: 180px;
margin-top: 207px;
}
.img6{
    position: absolute;
width: 211px;
height: 180px;
margin-left: 50px;
margin-top: 148px;
}
.img7{
    position: absolute;
width: 211px;
height: 180px;
margin-left: 50px;
margin-top: 147px;
}
@font-face {
    font-family: 'TT TravelsRegular';
    src:  url('../fonts/TTTravels-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'TT TravelsLight';
    src:  url('../fonts/TTTravels-Light.ttf') format('truetype');
  }
  