.home {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 100vh;
  align-items: center;
  background-color:#F5F5F5;
}
.home .content {
  flex: 1 1 40rem;
  padding-top: 1rem;
  z-index: 1;
  margin-top: 1%;
}
.home .image {
  flex: 1 1 40rem;
  z-index: 1;
  margin-top: 1%;
}
.home .image img {
  width: 70%;
  margin-left: 6rem;
border-radius: 50%;
width: 550px;
height: 550px;
margin-top: 0%;
}
.home .image img:hover {
  box-shadow: 0 5px 25px rgba(22, 16, 145, 0.5);
}
.home .content h2 {
  font-size: 5rem;
  font-weight: 800;
  color: #002057;
  margin-left: 10%;
}
.home .content h2 span {
  font-size: 5rem;
  font-weight: 800;
  color: #ff7b00;
}
.socials{
  padding: 15px;
  position: relative;
  margin-top: 2rem;
}
.socials .social-icons {
  padding-left: 15%;
  margin-bottom: 0;
  list-style: none;
}
.socials .social-icons li {
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 60px;
}
.bi-instagram{
  color: #dc3545;
}
.bi-linkedin{
  color: blue;
}
.bi-send{
color:black;
}
.navvv{
  background-color:white;
  padding: 0;
}
.nav-link{
  color: black !important;
  font-size: 1.4rem !important;
}
.nav-link:hover{
  color: #ca1ed0 !important;
}
.bi-graph-up-arrow{
  color: green;
  
}
.fs-4{
  padding: 15px;
}
.about button{
  background: #1a047e;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.education{
  background: #e5ecfb;
  
}
.heading{
  text-align: center;
  color: purple;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bi-mortarboard-fill{
  color: black;
}
.education .box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
}
.education .box-container .box {
  display: flex;
  flex-direction: row;
  width: 80%;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
  transition: 0.3s;
  background: rgb(252, 252, 252);
  height: 250px;
}
.education .box-container .box:hover {
  transform: scale(1.03);
  box-shadow: 1rem 0.5rem 1.2rem rgba(0, 0, 0, 0.3);
}
.education .box-container .box .image {
  flex: 1 1 20rem;
  width: 100%;
}
.education .box-container .box img {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.education .box-container .box .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  flex-wrap: wrap;
  flex: 1 1 70rem;
}
.education .box-container .box .content h3 {
  font-size: 2.1rem;
  color: #012970;
  padding: 0.5rem 0;
  font-weight: 600;
  text-align: left;
  margin-left: 1rem;
}
.education .box-container .box .content p {
  font-size: 1.5rem;
  margin-left: 1rem;
  text-align: left;
}
.education h4 {
  font-size: 1.6rem;
  color: rgb(34, 109, 0);
  text-align: left;
  margin: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.skills{
  min-height: 90vh;
  background-color:#F5F5F5;
}
.skhead{
  color:black;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Tektur';
}
.skills .container{
  width: 90%;
  background:rgba(0, 2, 68, 0.8);
  margin: auto;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 2rem;
}
.skills .container .row{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  flex-wrap: wrap;
  gap: 2rem;
}
.skills .container .bar {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 22, 0.9);
  transition: 0.2s;
}
.skills .container .bar:hover {
  box-shadow: 0 8px 10px rgba(0, 2, 68, 0.8) !important;
  background-color: rgba(0, 0, 0, 0.9) !important ;
}
.skills .container .bar .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.skills .container .bar .info i {
  font-size: 4rem;
}
.skills .container .bar .info span {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Poppins";
  margin-left: 0.5rem;
  color: #F5F5F5;
}
.footer{
  background-color:
  #e5ecfb;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 45vh;
  align-items: center;
}
.bot-image{
 margin-top:30px;
 margin-left: 2%;
}
.address{
  font-size: 1.5rem;
  margin-left: 50%;
  font-weight: 600;
}
.address h3{
  text-decoration: underline;
}
.make{
  font-size: 1.4rem;
}
.bi-envelope-fill{
  color: red;
}
.bi-telephone-fill{
  color: red;
}
.bi-geo-alt-fill{
  color: red !important;
}
.copy{
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-left: 25%;
  width: 50%;
}
.lead{
  font-weight: 400 !important;
}
