


@font-face {
    font-family: 'AstroSpace';
    src: url('./storage/fonts/AstroSpace-eZ2Bg.ttf');
  }
  @font-face {
    font-family: 'BAHAMALN';
    src: url('./storage/fonts/BAHAMALN.ttf');
  }
  
  
  
  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .navbar{
    background-color: #a68544;
  }
  .navbar-brand{
    font-size: 2rem;
    color:#023463;
    text-decoration: none;
    /* font-family: "Orbitron", sans-serif;   */
    font-family: "AstroSpace", sans-serif;  
    line-height: 50px;
  }
  .navbar-brand:hover{
    color: white;
  }
  .nav-link{
    margin: 0 auto; 
    line-height: 50px;
    color: #023463;
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
    font-family: "BAHAMALN", sans-serif;
    font-weight: 900;
    letter-spacing: .2rem;
    font-size: .9rem;
    margin: 0 5px 0 5px;
  }
  .nav-link:hover{
    color: white;
  }
  .search{
    height: 40px;
    width: 80%;
    border-radius: 60px;
    outline: none;
    /* border: 2px solid black; */
    margin-right: -35px;
  }
  .btn1{
    height: 40px;
    width: 40%;
    outline: none;
    border: none;
    background-color: #73500a;
    color: white;
    font-weight: 700;
    border-radius: 60px;
  }
  .btn1:hover{
    background-color: #a67d2b;
    transition: .5s;
  }
  
  /* HeroImage */
   .main{ 
    
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0)),url(../storage/map.png)no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: bottom center ;
    width: 100%; 
  
   } 
  .title{
    font-family: "AstroSpace", sans-serif;  
    color: #023463;
    font-size: 8rem;
  }
  .sub-title{
    font-family: "BAHAMALN", sans-serif;  
    color: #a68630;
    font-size: 2.5rem;
    /* letter-spacing: 2.5rem; */
    font-weight: 800 !important;
  }
  /* .main h1{
    font-size: 4rem;
    font-weight: 700;
    color: white;
  } */
  /* .main button{
    height: 45px;
    width: 35%;
    border: none;
    outline: none;
    background-color: #a68630;
    color: white;
    font-weight: 700;
    border-radius: 60px;
  } */
  .container-center{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .fa-sharp{
    color: white;
  }
  .card:hover{
    -webkit-box-shadow: -2px -2px 25px -5px rgba(0,0,0,0.72);
  -moz-box-shadow: -2px -2px 25px -5px rgba(0,0,0,0.72);
  box-shadow: -2px -2px 25px -5px rgba(0,0,0,0.72);
  transition: .5s;
  }
  .text-color{
    color: #8a8989;
  }
  .about h1, .product h1, .contact h1{
    font-family: "AstroSpace", sans-serif;
  }
  /* Contact */
  .contact p{
    color: #a68630;
    line-height: .5;
  }
  .contact h6{
    margin: 1.5rem 0 1rem 0;
    
  }
  .contact input{
    outline: none;
    border: 1px solid #a68630;
    border-radius: 8px;
    width: 100%;
  }
  .contact input[type='text']{
    padding-left: 10px;
    color: #a68630;
  }
  /* .contact input::placeholder{
    color: #a68630;
  } */
  #text-area{
    outline: none;
    resize: none;
    border: 1px solid #a68630;
  }
  
  /* Footer */
  .footer{
    background-color: #a68544;
    color: white;
  }
  .btn2{
    height: 42px;
    width: auto;
    outline: none;
    border: none; 
    background-color: #73500a;
    color: white;
    font-weight: 700;
    border-radius: 60px;
    border: 3px solid #a68630;
    padding: 0 1rem 0 1rem;
  
  }
  .btn2:hover{
    background-color: #a67d2b;  
    transition: 1s;
  }
  .footer input{
    height: 41px;
    width: 40%;
    border: 2px solid #a68630;
    outline: none;
    /* background-color: black; */
    /* color: white; */
    margin-top: 20px;
    font-weight: 600;
    margin-right: -20px;
  }
  #join-us[type='text']{
    color: #725608;
    padding-left: 15px;
  }
  #footer-logo{
    width: 70%;
    margin-bottom: 25px;
  }
  .footer h1{
    color: #08437A;
    font-family: "AstroSpace", sans-serif;
    font-size: 2rem;
  }
  .footer h5{
    color: #08437A;
  }
  .footer p{
    line-height: .5;
    color: #023463;
  }
  .footer-link{
    text-decoration: none;
  }
  .copy{
    background-color: #977532;
  }
  
  #rahulparmar{
    text-decoration: none;
    color: #021093;
    cursor: pointer;
    line-height: 1.5;
  }
  .copy h6{
    color: #021093;
    line-height: 1.5;
  }
  .contact-font h1{
    font-size: 4rem !important;
    color: #08437A;
  }
  .contact-font {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;  
    background-color: #a68544;
    border-radius: 15px;
    -webkit-box-shadow: -2px -2px 50px -5px rgba(8,67,122,0.85);
    -moz-box-shadow: -2px -2px 50px -5px rgba(8,67,122,0.85);
    box-shadow: -2px -2px 50px -5px rgba(8,67,122,0.85);
    transition: 1s;
  }
  .contact-font:hover{
    box-shadow: none;
    transition: 1s;
  
  }
  
  .contact-card{
    border: 2px solid #a68630;
    width: fit-content;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    margin: 15px;
  }
  