@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

*{
    font-family: 'Raleway', sans-serif;
    --Pale-Blue: hsl(243, 100%, 93%);
    --Grayish-Blue: hsl(229, 7%, 55%);
    --Dark-Blue: hsl(228, 56%, 26%);
    --Very-Dark-Blue: hsl(229, 57%, 11%);
    --Gradient: hsl(6, 100%, 80%) to hsl(335, 100%, 65%);
    --Font-size: 14px;
}

body {
    background-color: var(--Very-Dark-Blue);
    height: 100vh;
    background-image: url(../images/bg-desktop.png);
    background-repeat: no-repeat;
    background-position-y: bottom; 
     background-position-y: 129%; 
     background-position-x: 0px; ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fylo {
    background-color: var(--Dark-Blue);
    width: 300px;
    height: 170px;
    border-radius: 10px 70px 10px 10px;
}
.icon{
    background-color: var(--Very-Dark-Blue);
    border-radius: 10px;
   width: 40px;
   height: 40px;
   margin-right: 15px;
   text-align: center;
   display:flex ;
   justify-content: center;
   align-items: center;
}
.symols {
    width: 20px;
}
.symols1{
    width: 15px ;
}

.download-container {
    width: 500px;
    height: 170px;
    align-self: end;
    margin-left: 30px;
    display: flex;
}
.downLoad.p-4{
    background-color: var(--Dark-Blue);
    height: 140px;
    align-self: flex-end;
    border-radius: 10px;
    position: relative;


}
.downLoad p {
    color: var(--Grayish-Blue);
    font-family: 'Raleway', sans-serif;
    font-size: var(--Font-size);
    margin-left: 25px;
}
.downLoad p span {
    color: white;
    font-weight: 700;
}

.popup {
    background-color: white;
    width: 150px;
    height: 60px;
    border-radius: 10px;
    position: absolute;
    top: -30%;
    right: 5%;
    text-align: center;
    padding: 5px;
}
.popup::before {
    content: "";
    border-width: 30px;
    border-style: solid;
    border-color: transparent white transparent transparent;
    position: absolute;
    right: 0px;
    top: 40%;
} 
.popup .no{
color: var(--Very-Dark-Blue);
font-size: 30px;
font-weight: 700;
padding: 0;
margin-top: 7px;
margin-bottom: 0;
}
.popup  .left {
    margin-left: 5px;
    font-size: 12px;
    margin-bottom: 11px ;
}
.loadingContainer{
    width: 400px;
    height: 15px;
    background-color: var(--Very-Dark-Blue);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.loadding {
    border-radius: 10px;
    margin-left: 3px;
    margin-top: 1px;
    width: 75%;
    height: 80%;
    background-image: linear-gradient(to right , hsl(6, 100%, 80%),  hsl(335, 100%, 65%));
}
.whitecircle {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    right: 24%;
}
.GB.d-flex.justify-content-between .text-white{
    font-size: 10px;
    padding: 5px 26px 0 0;
    font-weight: 700;
}
.attribution { font-size: 11px; text-align: center; }
.attribution a { color:hsl(335, 100%, 65%);}
@media (max-width:900px){
    body {
        background-image: url(../images/bg-desktop.png);
        background-image: cover;
        background-position-y: 80%;
        width: 100% ;
    }
}
@media (max-width:750px) {
    body {
        background-image: url(../images/bg-mobile.png);
        background-size: cover;
        margin: 0;
        padding: 0;
    }
    main {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .download-container
    {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
    }
    .downLoad.p-4{
        margin: 0 !important;
        padding: 0 !important;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .popup::before {
        display: none;
    } 

  
    .div.d-flex.justify-content-center.align-items-center {
        width: 80%;
    }
    .popup.d-flex.justify-content-center.align-items-end {
        position: absolute;
left: 70px;
top: 115px; 
display: flex;
justify-content: center;
align-items: center;
}
.GB.d-flex.justify-content-between {
    padding: 0 !important;
width: 100%;}
.attribution {
    margin-top: 60px;
}
.popup.d-flex.justify-content-center.align-items-end p {
    margin: 0 0 0 20px;
    padding: 0;
}

.fylo {
    background-color: var(--Dark-Blue);
    width: 80%;
}
}