*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    list-style: none;
    text-decoration: none;
}
.nav-bar{
    position: fixed;
    background-color: #1a2456 ;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    z-index: 999;
    max-width: 100%;
    border-radius: 1px;
    margin: 7px auto;
    height: 60px;
}
.nav-bar a{
  text-decoration: none;
  list-style: none;
  color: white;
  display: flex;
  /* justify-content: flex-end; */
  width: 100%;
  padding: 20px;
 
}
.nav-bar li{
  list-style: none;

}
.nav-bar ul{
  display: flex;
   font-size: 11px;
   
  
}
.main-page img{
    margin-top: 30px;
     width: 100%;
   height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
.user{
    background-color: #1a2456;
      color: white;
      position: relative;
}
.user h2{
 padding-top: 60px;
   color:   #efc2b3;
   text-align: center;
   font-size: 34px;
   margin: 20px 20px;
}
.user p{
    color: #efc2b3;
    text-align: center;
   line-height: 1.5;
    margin: 30px 50px;
    font-size: 20px;
    width: 270px;
}
.user img{
      width: 100%;
   height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
.user h3{
   position: absolute;
   text-align: center;
margin-top: -190px;
margin-left: 70px;
font-size: 30px;
}
.user h4{
    position: absolute;
     text-align: center;
margin-top: -150px;
margin-left: 50px;
font-size: 12px;
}
.lead{
    background-color: #efc2b3;
    text-align: center;
}
.lead h2{
    color: #1a2456;
    margin:2px 50px;
    font-size: 30px;
padding-top: 50px;
}
.lead p{
    color: #1a2456;
    line-height: 1.5;
    margin: 10px 30px;
    font-size: 19px;
  margin-bottom: 80px;
}
.lead h3{
  margin-top: 80px;
  color: #1a2456;
  font-size: 30px;
}
.lead img{
      margin-top: 30px;
     width: 100%;
   height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
.leading img{
  position: relative;
  margin-top: -78px;
    width: 100%;
   height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
.leading h2{
  position: absolute;
  margin-top: -200px;
  margin-left: 40px;
  font-size: 32px;
  text-transform: uppercase;
  color: #1a2456;
}
.leading p{
  position: absolute;
   margin-top: -130px;
   margin-left: 40px;
   width: 300px;
  color: #1a2456;

}
.leading button{
  position: relative;
  display: flex;
  margin-top: -60px;
  margin-left: 40px;
 padding: 12px;
 width: 150px;
 border-radius: 19px;
 color: white;
 background-color: #1a2456;
 border-color: transparent;
 justify-content: center;
}
 .main-footer{
    background-color: #1a2456;
    width: 100%;
   padding: 20px 20px;
   padding-bottom: 90px;
   }
   .first-content{
   display: grid;
   grid-template-columns: 2fr ;
   }
   .first-content p{
    color: #efc2b3;
    margin-bottom: 14px;
    font-size: 13px;
    font-family: sans-serif;
   }
  .first-content input{
    width: 185px;
    border: 2px solid;
   background-color: #1a2456;
   border-color: #efc2b3;
    padding:  6px;
  }
  .first-content button{
    width: 90px;
    text-transform: uppercase;
    font-size: 12px;
   background-color: #efc2b3;
    border-color: #efc2b3;
    color: #212529;
    padding: 6px;
    border-radius: 20px;
    position: relative;
    content: "";
    left: 200px;
    top: -30px;
  }
 
  .first-content img{
    width: 25px;
background-color: #efc2b3;
margin-top: -40px;
border-radius: 40px;
padding-left: 10px;
padding-right:5px ;
padding-block: 9px;
margin: 3px;

border-spacing: 20px;
   }
   .inside-content a{
    text-decoration: none;
    color: #efc2b3;
    font-size: 14px;
    font-weight: 300;
   font-family: sans-serif;
   line-height: 1.5;
   
   }
   .inside-content{
    display: grid;
    grid-template-columns: 2fr 2fr;
   }
   .content{
    color: #efc2b3;
    font-size: 12px;
   }
   .container h4{
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
   color: #efc2b3;
    position: relative;
    text-transform: uppercase;
   }
   .container ul{
    list-style: none;
   }
   .container p{
   color: #efc2b3;
   font-size: 14px;
   }
     @media screen and (min-width: 768px){
      .user{
        margin-top: -25px;
      }
      .user h2{
      padding-top: 140px;
      text-transform: uppercase;
      }
      .user p{
      font-size: 25px;
  width: 700px;
      }
      .user h3{
        font-size: 40px;
        margin-top: -300px;
       margin-left: 200px;
      }
      .user h4{
        margin-top: -220px;
        font-size: 25px;
      }
      .lead h2{
        font-size: 35px;
      }
      .lead p{
        font-size: 21px;
        margin-top: 20px;
        line-height: 2;
      }
      .leading h2{
    margin-left: 390px;
    width: 300px;
      }
      .leading p{
      font-size: 20px;
      margin-left: 390px;
      }
    .leading button{
      margin-left: 390px;
    }
     }
      @media screen and (min-width: 992px){
         .user p{
      font-size: 25px;
  width: 80%;
  margin-left: 110px;
  margin-top: 20px 30px;
      }
       .user h3{
        font-size: 60px;
        margin-top: -600px;
       margin-left: 500px;
      }
      .user h4{
        margin-top: -520px;
        font-size: 25px;
      }
      .lead p{
    width: 600px;
    margin-left: 400px;
      }
       .leading h2{
    margin-left: 810px;
    width: 500px;
      }
      .leading p{
      font-size: 20px;
      margin-left: 810px;
      width: 500px;
      }
    .leading button{
      margin-left: 810px;
    }
      .main-footer{
   margin: auto;
  }
   .container{
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr   ;
   column-gap: 30px;
  padding-left: 100px;
 
   }
   .inside-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
  column-gap: 100px;
  margin-left: 90px;

  line-height: 1;

   }
   .first-content p{
    margin-top: 20px;
   }
   .first-content button{
margin-top: 18px;
   }
   


      }
