body{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(2, 21, 48);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    font-family: "Poppins";
    font-weight: 300;
    font-style: normal;
    z-index: -2;
    overflow-x: hidden;
  }

.header{
    width: 90%;
    height: auto;
}

.wrapper-main{
    width:100%;
    margin: 0 auto;
  }

  nav{
    display: flex;
    align-items: center;
    justify-content: space-between;

  }

  nav img{
    margin: 10%;
  }
  
  nav ul li{
    list-style-type:none;
    display: inline-block;
    padding: 10px 20px;
  }
  
  nav ul li a{
    display: block;
    color: white;
    text-decoration: none;
    font-size: 100%;
    font-weight: 500;
  }
  nav ul li a:hover{
    color: #d2b48c; 
    transition: .3s;
  }
  
  nav li:hover .submenu > li {
    display: block;
    top: 0px;
  
  }
  
  .submenu li{
    display:none;
    top: 0px;
  }
  
  .submenu{
    display: flex;
    flex-direction: column;
    position:absolute;
    width: 100%;
  }
  
  .topnav .icon {
    display: none;
  }

  .capsule-btn{
    margin: 1%;
    border: none;
    background-color: #d2b48c;  
    color: black;
    padding: 10%;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
}

.spacer{
    padding-top: 6vh;
  }

.capsule-btn{
margin-left: 1px;
border: none;
background-color: #d2b48c;  
color: black;
padding: 15px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
}

.capsule-btn:hover{
color: white;
}

.capsule-btn2{
border: none;
background-color: #d2b48c;
color: white;
padding-left: 2vw;
padding-right: 2vw;
padding-top: 0.5vw;
padding-bottom: 0.5vw;
border-radius: 50px;
text-decoration: none;
font-size: 20px;
} 
.capsule-btn2:hover{
color: #01204b;
}

.hollow-capbtn{
border-color: #d2b48c;
background-color:transparent ;
color: white;
padding-left: 2vw;
padding-right: 2vw;
padding-top: 0.5vw;
padding-bottom: 0.5vw;
border-radius: 50px;
text-decoration: none;
font-size: 20px;
}

.hollow-capbtn:hover{
color: #d2b48c;
}

.current-page{
color:#d2b48c;

}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3vh;
  }

  .vertical {
    display: flex;
    justify-content: space-evenly;
    border-right: 0.01vw solid white;
    height: 10vh;
  }
  
  .center-text{
    display:grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-wrap: normal;
    line-height: 1.8;
    width: 1500px;
    color: rgb(197, 197, 197);
    font-size: 1vw;
  }
  
  .big-cap-text{
    align-items: center;
    border: solid;
    border-color: #d2b48c;
    border-radius: 50px;
    box-shadow: 0 0.5vh 2vw rgba(210, 180, 140, 0.6);
    padding-left: 3vh;
    padding-right: 3vh;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    color: white;
    font-size: 1.7vw;
    font-weight: bold;
    margin-top: 5vh;
  } 

  .separator{
    margin-top: 6vh;
    width: 90%;
    border-bottom: 1px solid rgba(255,255,255,.25);
  }

  .footer{
    width: 90%;
    padding: 70px 0px;
  }
  
  .footer-col{
    text-align: left;
  
  }
  
  .footer-col h4{
  
    font-size: 18px;
    color: white;
    text-transform: capitalize
  
  }
  
  .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  
  .footer ul li a{
    font-size:16px;
    text-decoration: none;
    color: gray;
    margin-left: -65px;
  }
  
  .footer ul li a:hover{
    color:white;
  }
  .footer-socials{
    display: flex;
    justify-content: space-evenly ;
    grid-row: 1 / 1;
    grid-column: 2 / 2;
  }
  
  .footer-socials a i{
    font-size: 25px;
    text-align: end;
  }
  
  .fa{
    color: gray;
    transition: all 0.4 ease;
  }
  
  .fa:hover{
    color:white;
  }
  .footer-info a{
    padding: 30px;
    text-decoration: none;
    color:gray;
    font-size: 15px;
    transition: all 0.4 ease;
  }
  
  .footer-info a:hover{
    color: white;
  }
  
  
  .footer-bottom-contents{
    display: grid;
    grid-template-columns: 700px;
    grid-template-rows: 1px;
  }

  .footer-links{
    display: flex;
    flex-direction: row;
    min-width: 100%;
    margin: auto;
    
  }
  
  .row{
    display: flex;
    flex-direction: inline;
    justify-content: space-evenly;
  }
  
  ul{
    list-style: none;
  }


  
  