body {
  font-family: 'Pacifico', cursive;
  font-size: 18px;
}

.msd-img {
  width: 40%;
  transform: rotate(10deg);
  position: absolute;
}

@media (max-width: 990px) {
  .msd-img {
    position: static;
    width: 60%;
    transform: rotate(0deg);
    text-align: center;
  }
}

@media (max-width: 990px) {
  #title {
    text-align: center;
  }
}

.name {
  text-align: center;
  width: 90%;
  color: grey;
}

.nav-item {
  padding: 0 20px;
}

h1 {
  font-family: 'Lobster', cursive;
  font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 900;
  color: #FF0063;
}

#title {
  background-color: #FFE1E1;
}

.title-btn {
  margin: 5% 3% 5% 0;
}

.navbar {
  padding: 0 0 5rem;
}

.navbar-brand {
  font-family: 'Kanit', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #282A3A;
}

.nav-link {
  font-size: 1.2rem;
  color: #6B728E;
}

.navbar-brand:hover {
  color: #6B728E;
}

.nav-link:hover {
  color: #282A3A;

}

.container-fluid {
  padding: 3% 15% 7%;
}

.feature-box {
  text-align: center;
  padding: 5%;
}

#features {
  padding: 7% 15%;
  background-color: #F6FBF4;
  position: relative;
}

.india {
  text-align: center;
  font-family: 'DM Serif Display', serif;
  text-decoration: underline;
}

.trophy {
  width: 50%;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: 'Kanit', sans-serif;
}

.des {
  color: grey;
}

.img-trophy {
  width: 5%;
  text-align: center;
}

#Awards {
  text-align: center;
  background-color: #B93160;
}

.aw-des {
  color: #fff;
  font-family: 'Abril Fatface', cursive;
  font-size: 2rem;
  line-height: 1.5;
  padding: 3% 10%;
}

.award-img {
  margin: 20px;
  width: 20%;
}

.aw-h1 {
  font-size: 2.5rem;
  font-family: 'Abril Fatface', cursive;
  text-align: center;
  color: #fff;
}

.ipl-img {
  width: 70%;
  margin: 20px;
}

#ipl {
  text-align: center;
  padding: 7% 15%;
  background-color: #F6FBF4;
}

.ipl-column {
  padding: 4% 3%;
}

.ipl-h2 {
  font-family: 'Kanit', sans-serif;
  margin-bottom: 3%;
}

.award-image {
  width: 60%;
}

.image-sec {
  text-align: center;
  padding: 5%;
  /* background-color: #BAD1C2; */
}

#career {
  background-color: #FFB9B9;
  text-align: center;
  padding: 7% 15%;
}

.career-text {
  font-size: 3rem;
  line-height: 1.5;
}

.career-btn {
  margin: 5%;
  display: block;
 text-align:center;
}

#footer {
  text-align: center;
  background-color: #fff;
  padding: 7% 15%;
}

.footer-img {
  margin: 20px 10px;
}

.footer-img:hover {
  color: black;
}

.career-img {
  width: 15%;
  margin: 20px;
  border-radius: 100%
}

@media (max-width: 990px) {
  .career-img{
    width: 30%;
  }
}

.p-text {
  margin: 5% 0 0;
}

.msd-records{
  font-family: 'Kanit', sans-serif;
  text-decoration: underline;
}
