@media only screen and (min-width: 768px) {
.img1{
    max-width: 100%;
    
}
.text{
    position: absolute;
width: 401px;
height: 252px;
left: 875px;
top: 221px;
font-family: TT TravelsLight;
font-style: normal;
font-weight: normal;
font-size: 75px;
line-height: 110%;
font-weight: 400;
}
.text2{
    position: absolute;
width: 397px;
height: 75px;
left: 875px;
top: 503px;
font-family: TT TravelsSmall;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 140%;
color: #404040;

}
.zoom-rotate{
    border-radius:50%;
    background-color: #5A30F0;;
    border:3px solid #5A30F0;;
    width:150px;
    height:150px;
    z-index: 2!important;
    position: fixed; 
    top: 70%; 
    cursor: pointer;
}
.order-name{
  text-align: center;
  margin-top: -25px;
  margin-left: 15px;
  position: absolute;
left: 2.8%;
right: 12.6%;
top: 36.45%;
bottom: 11.35%;

font-family: TT Travels;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 130%;

display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;

color: #FFFFFF;
}
}
#img1{
    max-width: 100%;
width: 700px;
height: 780px;
left: 0px;
top: 0px;
margin-top: -85px;
}
.flex-container3{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  width: 301px;
  height: 252px;
  margin-left: 30px;
  margin-top: 50px;
  letter-spacing: 0.1px;
  font-family: TT TravelsLight;
  font-style: normal;
  font-weight: normal;
  font-size: 50px; /**/
  line-height: 110%;
  font-weight: 400;
}
.flex-item3_1{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;

  margin-left: 30px;
  margin-top: -55px;
  letter-spacing: 0.1px;
  font-family: TT TravelsSmall;
  
font-size: 18px;
line-height: 140%;
}

@font-face {
    font-family: 'TT TravelsLight';
    src:  url('../fonts/TTTravels-Light.ttf') format('truetype');
  }
  @font-face {
    font-family: 'TT TravelsSmall';
    src:  url('../fonts/TTTravels-Light.ttf') format('truetype');
  }
  /*order*/
  
  .zoom-rotate{
        border-radius:50%;
        background-color: #5A30F0;;
        border:3px solid #5A30F0;;
        width:150px;
        height:150px;
        z-index: 2!important;
      left: 45%;
      right: 50%;
        position: fixed; 
        top: 70%; 
        cursor: pointer;
  }
  .order-name{
      text-align: center;
      margin-top: -25px;
      margin-left: 15px;
      position: absolute;
left: 2.8%;
right: 12.6%;
top: 36.45%;
bottom: 11.35%;

font-family: TT Travels;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 130%;

display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;

color: #FFFFFF;
  }
