* {
margin: 0px;
padding: 0px;
}

a {
    text-decoration: none;
color: whitesmoke;
/* padding: 10 20px; */
/* background-color: darkblue; */
}

body {
background-color: #00020F;
background-image: url(/EclipseImage.png);
background-size: cover;

}
h1 {
    color: whitesmoke;
}

p {
color: whitesmoke;
}

img {
    max-width: 100%;
}



.NavBar {
margin-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
display: flex;
/* flex-wrap: wrap; */
justify-content: space-around;
align-items: center;
text-align: center;


}

.ContactUs {
    display: flex;
    width: 150px;
    height: 48px;
    background-color: #1A4FFF;
    border-radius: 25px;
    justify-content: center;
    color: whitesmoke;
    align-items: center;
}

.ContactUs:hover {
background-color: #6384f0;

}



.phone {
    padding-top: px;
    margin-right: 14px;
    width: 20px;
    height: 20px;



}


.LinkBox {
    padding: 15px;
    gap: 20px;
    background-color: transparent;
    border-style: solid;
    border-radius: 30px;
    border-width: 0.75px;
    border-color:#131839;
}

.Link {
 padding: 13px;
}

.LinkBox a:hover {
    background-color: #131839;
    border-radius: 25px;
    cursor: pointer;
}


.MainWindow {
justify-items: center;;
margin: 30px auto;
    
}

.BuyNowBtn {
display: block;
margin-top: 20px;
margin-bottom: 30px;
padding: 10px 20px;
border-radius: 25px;
background-color: #1A4FFF;

}

.BuyNowBtn:hover{
    background-color: #6384f0;
}



.MainP1 {
display: flex;
flex-direction: row;
margin-bottom: 20px;
background-color: #1d2349;
padding: 8px;
border-radius: 25px;
align-items: center;


}

.Vector {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1A4FFF;
    padding: 1px 2px;
    border-radius: 25px;
    margin-left: 4px;
    overflow: hidden;   
}
.Vector:hover {
background-color: #6384f0;
}


.MainH {

display: flex;
flex-wrap: wrap;
font-size: 55px;
max-width: 500px;
margin-bottom: 10px;

}



.ImageBelt{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 50px;
max-height: 400px;
}


.Footer{
justify-items: center;

}

.Stars {
    display: flex;
justify-content: center;
margin-bottom: 10px;

}


.BottomLogoBar {
display: flex;
margin-top: 20px;
margin-bottom: 40px;
background-color: transparent;

}

.CompanyLogos {
margin: 0px 20px;
margin-bottom: 40px;
background-color: transparent;

}

#Fade1 {
mask-image: linear-gradient(270deg, #00020F 0%, rgba(0, 2, 15, 0) 100%);
;
}

#Fade2 {
    mask-image: linear-gradient(90deg, #00020F 0%, rgba(0, 2, 15, 0) 100%);
;
}