.banner-image {
  background-image: url(img/bg17.jpg);
  background-color: black;
  background-size: cover;
}

.janak-image {
  max-width: 50%;
  margin-left: 20px;
}

.janak-image2 {
  max-width: 90%;
  margin-left: 20px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/*------------------------------*/

/*--------------experience----------------*/

/*.box {
                                      float: left;
                                      width: 33.33%;
                                      padding: 50px;
                                      height: 300px;
                                    }

                                    .clearfix::after {
                                      content: "";
                                      clear: both;
                                      display: table;
                                    }*/

.grid-container {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.skill {
  justify-content: center;
  justify-items: center;
}

.skill p {
  margin-bottom: 40px;
}

.grid-item2 {
  background-color: #535253;
  padding: 20px;
  text-align: center;
  margin-inline: 5px;
  margin-block: 5px;
  width: 370px;
  height: 370px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  color: #f5f5f5;
}

.grid-item2:hover{
  width: 400px;
  height: 400px;
  transition: .3s all;
  background-color: #918d91;
  color: #f5f5f5;
  font-size: 17px;
  transform: translateY(-14px);
}

.grid-item2 h3 {
  text-align: center;
  margin-bottom: 15px;
  color: white;
}

.grid-item2 img {
  text-align: center;
  width: 70%;
}

.grid-item2 p {
  margin-top: 10px;
}

.grid-item {
  justify-content: center;
  justify-items: center;
  text-align: center;
  padding: 20px;
}

.item1 {
  grid-column: 1 / span 3;
  grid-row: 1;
}
/*--------------experience----------------*/

.iitem1 {
  grid-column: 1 / span 6;
  grid-row: 1;
}

.contact-in {
  padding: 40px 30px;
}

.contact-in:nth-child(1) {
  /* flex: 30%; */
  background: #535253;
  color: rgb(255, 255, 255);
}

.contact-in:nth-child(2) {
  /* flex: 45%; */
  background: #535253;
}

.contact-in:nth-child(3) {
  /* flex: 25%; */
  padding: 0;
}

.contact-in h1 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-in h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-in h2 i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #f5f5f5;
  color: #000;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
}

.contact-in form {
  width: 100%;
  height: auto;
}

.contact-in-input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  outline: none;
  padding-left: 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.contact-in-input::placeholder {
  color: #fff;
}

.contact-in-textarea {
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  outline: none;
  padding-top: 5px;
  padding-left: 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.contact-in-textarea::placeholder {
  color: #fff;
}

.contact-in-btn {
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.contact-in iframe {
  width: 100%;
  height: 100%;
}

.contact-in a:hover {
  font-size: larger;
}

.ft_cls a i:hover {
  background-color: #424244;
  box-shadow: 0px 15px 20px rgba(80, 82, 85, 0.4);
  color: #fff;
  transform: translateY(-7px);

  padding-block: 7px;
  width: 50px;
  /* text-align: center; */
  box-sizing: 5px 5px;
  border-radius: 5px;
  transition: 0.3s ease;
}

/* .ft_cls:hover {
  background: rgb(212, 206, 206);
} */

.modal .footer {
  margin: 5rem;
  width: 1px;
}
