@charset "utf-8";
/* CSS Document */

wrapper{
width:100%;
height:100%;
margin:auto;
z-index:0;
background-color:rgba(4,10,37,1.00);

}
body{
width:95%;
height:auto;
padding:2%;
margin:auto;
background-color:rgba(11,13,37,1.00);

 
}
.button{
position: relative;
width:46%;
height:10%;
background: linear-gradient(90deg, rgba(9,31,128,0.676908263305322) 0%, rgba(9,90,153,1) 35%, rgba(0,212,255,1) 100%);
margin-top:-64%;
margin-left:5%;
margin-right:auto;
text-decoraation:none;
text-align:center;
padding-top:-5%;
border-radius: 23px;
border: 3px solid #73AD21;
line-height:1.4 !important;
}
a{
font-family:Open Sans;
font-feature-settings: uppercase;
font-size:clamp(30px,2.5vw, 2.5vw);
color:white;
padding-top:2%;
text-decoration:none;
text-align: center;
}
a:hover {
  color:aqua;
}
.link{
width:100%;
margin:auto;
align-content: center;
margin-top:2%;
text-align: center;
font-size:clamp(30px,2.5vw, 2.5vw);
}
img{
display:flex;
align-content: center;
margin-top:2%;
margin-left:auto;
margin-right:auto;
}
.shuttle{
width:95%;
align-content: center;
margin-top:8%;
margin-left:auto;
margin-right:auto;
postion:relative;
}
.delivery{width:100%;
width:95%;
align-content: center;
margin-top:5%;
margin-left:auto;
margin-right:auto;
postion:relative;
display:relative;
}
h1{
font-weight:400;
color:white;
font-family:Open Sans;
font-size:clamp(30px,2.5vw, 2.5vw);
text-align: center;
}
h2{
font-weight:400;
color:white;
font-family:Open Sans;
font-size:clamp(30px,2vw, 2vw);
text-align: center;
margin-top:5%;
margin-left:auto;
margin-right:auto;
}
h3{font-weight:400;
color:white;
font-family:Open Sans;
font-size:clamp(30px,2vw, 2vw);
text-align: center;
margin-top:5%;
margin-left:auto;
margin-right:auto;}
p{
font-family:Open Sans;
color:white;
font-size:clamp(28px, 1.5vw, 1.5vw);
text-align: center;
line-height: 1.2;
}
.fb{
width:100%;
height:auto;
margin-top:5%;
margin-left:auto;
margin-right:auto;
}
footer{
width:95%;
margin:auto;
height:5%;
positon:sticky;
}
