@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Ubuntu&display=swap');

*{
  margin:0;
  padding:0;
}
body,html{
  width:100%;
  height:100vh;
  background-color:#459E79; 
  font-family:Montserrat;
  display:flex;
  justify-content:center;
  align-items:center;
  background-image:url("https://raw.githubusercontent.com/Martin-Donohoe/Delivery-Status-App/main/Desktop%20backgound.png");

  /*background-image:url("https://assets.codepen.io/6060109/ZigZag.png");
  */background-size:cover;
}

#device-sized-background{
  position:relative;
  max-width:400px;
  min-width:375px;
  height:707px;
  display:flex;
  justify-content:center;
  align-items:center;

} 

.screen{
  width:327px;
  height:567px;
  border-radius:5px;
  padding-bottom: 5%;
  margin: 1rem;
  background-color:rgb(255, 255, 255);
  box-shadow:0 20px 20px 0 rgba(60, 123, 97, 1);
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;
}  

.close-button{
  width:23px;
  height:23px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-image:url("https://assets.codepen.io/6060109/food-close-x.png");
  position:absolute;
  top:12px;
  right:12px;;
}

.screen-image{
  margin:55px 0 30px 0;
}

.screen-title{
  font-weight:600;
  font-size:22px;
 color:rgb(47, 70, 61);
  }

.lorum-ipsum-text{
  font-family:Ubuntu;
  font-size:14px;
  font-weight:400;
  line-height:26px;
  color:rgb(130, 130, 130);
  text-align:center;
  margin:3% 10% 10% 10%;
}

#menu{
  background:rgba(240, 255, 245, 1);
  width:279px;
  height:66px;
  display:flex;
  align-items:center;
  border-radius:5px;
}

#menu-text{
  width:50%;
  margin:15px;
}

#item-title{
  font-size:14px;
  font-weight:800;
  line-height:17px;
  letter-spacing:0px;
  color:rgba(47, 70, 61, 1);
  padding-bottom:10px;
}

#change-item {
  font-size:13px;
  font-weight:700;
  line-height:12px;
  letter-spacing:0px;
  color:rgba(70, 122, 102, 1);
  padding-right:20px;
}

#item-price{
  font-size: 14px;
  font-weight: 500;
  line-height: 0px;
  letter-spacing: 0px;
  color:rgba(122, 143, 133, 1);
}

.active-btn{
  color:white;
  background-color:rgba(70, 166, 126, 1);
  height: 50px;
  width: 279px ;
  margin-top:10%;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0px;
  border-radius: 5px;
  border:none;
  box-shadow: 0px 20px 20px 0px rgba(103, 189, 153, 0.2);
  filter: drop-shadow(0 4px 4px 0 rgba(0, 0, 0, 0.25));
  transition: ease all .3s;
}

.active-btn:hover {  
  opacity: .8;
  transition: ease all .3s;
  cursor: pointer;
}

.screen-indicator{
  display: flex;
  justify-content: space-between;
  width: 20%;
  position:absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%)
}

.grey-dot{
  height: 7px;
  width: 7px;
  background: rgba(224, 224, 224, 1);
  border-radius: 50%;
  display: inline-block;
}

.green-dot{
  height: 7px;
  width: 7px;
  background: rgba(103, 189, 153, 1);
  border-radius: 50%;
  display: inline-block;
}

#screen-1{
  display: none;
}  

#screen-3{
  display: none;
}

#screen2-image2{
  display:none;
}

/*  destop ---------------------------------------
-------------------------------------------------
---------------------------------------------*/

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width:992px){

#device-sized-background{
  max-width:1600px;
  min-width:1500px;
  height:900px;
  /*display:flex;
  justify-content:center;
  align-items:center;
  background-image:url("https://raw.githubusercontent.com/Martin-Donohoe/Delivery-Status-App/main/Desktop%20backgound.png");
  background-size:cover;*/
 }
 
 #screen-2{
  z-index:20;
  transform: scale(1.05);
 }

#screen-1{
  display:flex;
  margin-right:-1rem;

}  

#screen-3{
  display:flex;
  margin-left:-1rem;

}  

#screen2-image1{
  display:none;
}

#screen2-image2{
  display:flex;
}

.screen-image{
  margin: 60px 0;
}

#screen-1>h2{
  margin-bottom:2.2rem;
}

#screen-2>h2{
  margin-bottom:1rem;
}

#screen-3>h2{
  text-align: center;
  margin-bottom:0.2rem;
  }

.screen{
  width:450px;
  height:690px;
  background-color:rgb(255, 255, 255);
  border-radius:5px;
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;;
  box-shadow:0 20px 20px rgba(60, 123, 97, 1);
} 

.close-button{
  border-radius: 50px;
  background-image:url("https://github.com/Martin-Donohoe/Delivery-Status-App/blob/main/Large-close-btn.png?raw=true");
  position: absolute;
  top: 30px;
  right: 30px;
}

.screen-title{
  font-weight:600;
  font-size:28px;
  
}

.lorum-ipsum-text{
  font-size:16px;
  font-weight:400;
  line-height:26px;
  letter-spacing:0;
}

#menu{
  background: rgba(240, 255, 245, 1);
  width: 354px;
  height: 66px;
  display:flex;
  align-items: center;
  border-radius:5px;
}

#menu-text{
  width: 50%;
  margin: 15px;
}

#item-image{
  width:20%;
}

#item-title{
  font-size: 16px;
  font-weight: 800;
  line-height: 17px;
  letter-spacing: 0px;
  color: rgba(47, 70, 61, 1);
  padding-bottom: 10px;
}

#change-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0px;
  color:rgba(70, 122, 102, 1);
  padding-right: 20px;
}

#item-price{
  font-size: 16px;
  font-weight: 500;
  line-height: 0px;
  letter-spacing: 0px;
  color:rgba(122, 143, 133, 1);
}

.inactive-btn{
  color:white;
  background-color:grey;
  height: 50px;
  width: 354px ;
  margin-top:15%;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0;
  border-radius: 5px;
  border-color:grey;
  box-shadow: 0 20px 20px 0 rgba(167, 167, 167, 0.2);
}

.arrow-txt{
  font-size: 12px;
}

.active-btn{
   color:white;
  background-color:rgb(70, 166, 126 );
  height: 50px;
  width: 354px ;
  margin-top:10%;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0;
  border-radius: 5px;
  border-color:rgb(70, 166, 126 );

  transition: ease all .3s;
}

.screen-indicator{
  width: 20%;
  bottom: 3.5rem;
}

.grey-dot{
  height: 10px;
  width: 10px;
}

.green-dot{
  height: 10px;
  width: 10px;
}

}

