@font-face {
    font-family: 'neon';
    src: url(TiltNeon-Regular-VariableFont_XROT\,YROT.ttf);
}
@font-face {
    font-family: 'mon';
    src: url(Montserrat-VariableFont_wght.ttf);
    
}
@font-face {
    font-family:'noto' ;
    src: url(NotoSans-Light.ttf);
}
p{
   font-family: 'neon';
   font-size: 16px;

}
.blue{
    color: #0284E6;
}
.line{
    width: 60px;
    height: 1px;
    background-color: white;
    opacity: 0.7;
}
.line-3{
    width: 360px;
    height: 1px;
    background-color: white;
    opacity: 0.7;
}
body {
    justify-content: center;
    font-size: 12px;
   font-family: 'neon';

}

.title{
text-transform: uppercase;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
}
a {
    color: white;

}
div{
    justify-content: center;
}

a.link {
    font-size: 18px;
    padding: 16px 0px;
    font-weight: bold;
    color: white;
    font-family: 'Raleway', sans-serif;

}

.header {
    background-color: rgb(5, 0, 51);
    text-transform: capitalize;
}

.icon {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background-color: rgb(5, 0, 51);
    padding: 8px;
}

.b-icon {
    margin-top: 50px;
    font-size: 20px;
}

#gallery {

    text-align: center;
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: auto;
    width: 100%;
}

.gallery-pic {
    width: 100%;
    margin: 0px;
    position: relative;

}

.gallery-pic img {
    width: 100%;
    height: 400px;
}

.overly {
    height: 400px;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    background: linear-gradient(rgba(84, 77, 92, 0.196), rgb(10, 4, 41));
    top: 0px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 1s;
    text-align: center;
    align-items: center;
    font-size: large;
    transition: all 1s;

}

.overly h3 {
    color: white;
    transform: translateY(150px);
}

.overly p{
    font-weight: 1px;
    font-family: 'neon';
    color: whitesmoke;
    transform: translateY(150px);
    justify-content: start;
    align-items: center;
    
    
}

.gallery-pic:hover .overly {
    opacity: 1;
}

.info {
    margin-bottom: 100px;
}


.link {
    color: white;
    text-decoration: none;
    border-right: solid white 0.5px;
    font-size: 1.5em;
    font-weight: 1px;

}

.link:hover {
    color: white;

}

.nv-li{
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
  }

#footer {
    border-top: solid 10px rgb(5, 0, 51);
    font-family: font;


}

.footer-bottom {
    background-color: rgb(5, 0, 51);
    align-items: center;
}

.footer-bottom p {
    color: white;
    text-align: center;
    margin: auto;
    padding-top: 10px;
}

.footer-li {
    margin: 5px;
}
.footer-li a{
    font-family: 'noto';
    color: black;
    font-weight: bold;
}
.footer-a{
    color: white;
    text-align: center;
    align-self: center;
}


/* index.html */
.slide-row{

}
.slide-top{
    position: absolute;
    padding-top: 10px;
    padding-left: 20px;
    color: #ffffff;
    width: 100%;
}
.slide-p{
    top: 50px;
}
#trust{
    background: url(img/back.png);
    height: auto;
    padding: 40px;
    
}
.img-trust{
    border-radius: 20px;  
}
.trust-text{
    height: 100%;
    padding: 30px;
    top: 30px;
    background-color: #F4F6F9;
    border-radius: 20px;
}
.link-trust-li{
    color: #00000000;
    z-index: 1000;

}
.link-trust-li a{
    color: #00000000;
    z-index: 1000;

}
.trust-text-img{
    height: 100px;
    width: 500px;
}
.trust-img{
    height: 500px;
}
.card-img{
    padding: auto;
}
.cards2{
  background-color: #0284E6; 
  margin: 40px;
  padding: 20px;
}
.card:hover{
    transition: all 1s;
    transform: translateY(10px);
}
.card-header{
    text-align: center;
}