* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Baloo Bhai 2", cursive;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: #2f2b2e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
  }
  /* #navbar{
  position:fixed;
  top:0;
  left:0;
  } */
  
  ul {
    display: flex;
    list-style: none;
    /* text-align: center; */
    color: #f7f0f5;
    gap: 5rem;
    font-size: 20px;
    position: fixed;
    right: 0;
    padding-right: 15px;
  }
  nav a {
    color: rgb(234, 8, 8);
    text-decoration: none;
  }
  .logo {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 25px;
    color: #f104ba;
    margin-right: 700px;
  }
  .btn {
    margin-top: 65px;
    background-color: rgb(250, 10, 118);
    color: rgb(18, 16, 16);
    cursor: pointer;
    border-radius: 20px;
    padding: 1rem 2rem;
  }
  img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  header {
    background-image: url(./wall3.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
  }
  #home {
    display: flex;
    text-align: center;
    font-size: 20px;
    flex-direction: column;
    padding: 220px 200px;
    color: #fdfafd;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .overlay {
    background: rgb(0, 0, 0, -5);
    height: 100vh;
}
   
    
 


*, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 10px;
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
  }
  
  .about-section {
    padding: 200px;
    text-align: center;
    background-color: #474e5d;
    color: white;
  }
  
  .container {
    padding: 0px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: grey;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 4px;
    padding-right: 8px;
    color: white;
    margin-right: 7rem;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 95%;
  }
  
  .button:hover {
    background-color: #555;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
}
  
  
   
      
.footer{
    background: #152F4F;
    color:white;
    
    .links{
      ul {list-style-type: none;}
      li a{
        color: white;
        transition: color .2s;
        &:hover{
          text-decoration:none;
          color:#4180CB;
          }
      }
    }  
    .about-company{
      i{font-size: 25px;}
      a{
        color:white;
        transition: color .2s;
        &:hover{color:#4180CB}
      }
    } 
    .location{
      i{font-size: 18px;}
    }
    .copyright p{border-top:1px solid rgba(255,255,255,.1);} 
  }
  
  /* footer1 */
  /* .foot1{
      width: 100%;
      height: 100vh;
  }
  .foot1rap{
      width: 90%;
      height: 100vh;
      margin: auto;
      margin-top: 10vh;
  }
  .foot1 a{
      text-decoration: none;
  } */
  
  
  /* footere2 */
  .foot2 {
    width: 100%;
    height: 68vh;
    background-color: rgb(7, 7, 7);
  }
  
  .foot2rap {
    width: 96%;
    height: 40vh;
    margin: auto;
    /* margin-top: 1vh; */
  
    padding: 7px;
    padding-top: 4vh;
    /* background-color: rgb(7, 7, 7); */
    display: grid;
    grid-template-columns: auto auto auto min-content auto auto;
    grid-column-gap: 8px;
  }
  
  .foot2rap h2 {
    font-size: 18px;
    color: rgb(249, 0, 0);
  
  }
  
  .foot2rap p {
    color: white;
  
  
  }
  
  .foot2rap a {
    text-decoration: none;
    color: white;
  }
  
  .boxf21 {
    border-left: 1px solid rgba(154, 145, 145, 0.644);
    ;
    padding-left: 20px;
  }
  
  .boxf21 ul li {
    display: inline;
    text-decoration: none;
    font-size: 29px;
    padding: 8px;
    color: white;
  }
  
  
  
  /* footer3 */
  .foot3 {
    width: 100%;
    height: 10vh;
    background-color: black;
    border-top: 1px solid rgba(206, 199, 199, 0.644);
  }
  
  .foot3rap {
    width: 96%;
    height: 10vh;
    margin: auto;
    color: white;
    display: grid;
  }
  
  .foot3rap ul {
    padding-top: 2.5vh;
  }
  
  .foot3rap ul li {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }
  
  .boxf3 ul li {
    display: inline;
    padding: 4px;
  }
  
  .foot4 {
      
    padding-top: 2vh;
    height: 9vh;
    border-top: 1px solid grey;
    text-align: center;
    background-color: black;
    color: rgb(48, 3, 248);
    font-size: 13px;
  }
  
  
  