.hero-content {
  margin: 60px 0 110px 0;
}
.page-btn {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 20px 60px;
  margin-top: 60px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.2s;
}
.page-btn:hover {
  box-shadow: 0 20px 30px rgba(30, 30, 30, 0.2);
  transform: scale(1.05);
}
.link-btn {
  text-decoration: none;
}
.page-headline {
  font-size: 42px;
  color: #1e1e1e;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-bottom: 60px;
}
.hero-para {
  font-size: 18px;
  font-weight: 400;
  color: #6b6a6a;
  line-height: 35px;
  margin-bottom: 40px;
}
.hero-para span {
  color: #ef5e50;
  font-weight: 600;
}
.headline-para {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 60%;
  color: #6b6a6a;
  margin-bottom: 60px;
}
.second-headline {
  margin-bottom: 20px;
  margin-top: 110xp;
}
.second-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.left-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 80%;
}
.second-container {
  background-color: #fff;
  border: 1px solid#d8e2e7;
  border-radius: 6px;
  padding: 40px 10px 10px 10px;
  text-align: center;
  transition: 0.2s;
}
.second-container h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ef5e50;
  margin: 0;
  margin-bottom: 20px;
}
.second-para {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  color: #6b6a6a;
}
.icon-holder {
  width: 40%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
.icon-holder img {
  width: 100%;
}
.right-img {
  width: 35%;
  transition: 0.2s;
}
.right-img img {
  width: 100%;
}
.right-img:hover {
  transform: scale(1.05);
}
.address-div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-content: space-between;
  gap: 40px;
  margin-top: 120px;
}
.icon-div {
  width: 60%;
  margin: 0 auto;
  margin-top: -110px;
  margin-bottom: 30px;
}
.icon-div img {
  width: 100%;
  text-align: center;
}
.plain-div {
  background-color: #fff;
  border: 1px solid#d8e2e7;
  border-radius: 6px;
  padding: 40px 30px;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
.plain-div h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ef5e50;
  margin: 0;
  margin-bottom: 20px;
}
.para-info {
  font-size: 16px;
  color: #6b6a6a;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.color-div {
  background-color: #ef5e50;
  color: #fff;
  padding: 55px 25px;
}
.color-div h3 {
  color: #fff;
}
.color-div span {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: block;
}
.color-div p {
  color: #fff;
}
.phone-div {
  margin-bottom: 20px;
}
.plain-div h4 {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.number-info {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.address-container {
  margin-top: 110px;
  margin-bottom: 110px;
}
.journey-div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}
.journey-info {
  padding: 40px 20px;
  background-color: #fff;
  border: 1px solid#d8e2e7;
  border-radius: 6px;
  text-align: center;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
.journey-info h3 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
.journey-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.journey-info:hover {
  background-color: #fef0d0;
  color: #1e1e1e;
  box-shadow: 0 20px 30px rgba(198, 198, 198, 0.2);
  transform: scale(1.01);
}
.journey-icon {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.journey-icon img {
  width: 100%;
}
.icon-div img {
  width: 100%;
  text-align: center;
}
.team-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: space-evenly;
}
.team-info-container {
  margin-bottom: 40px;
}
.image-holder {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.2s;
}
.image-holder img {
  width: 100%;
  text-align: center;
  border-radius: 50%;
}
.image-holder:hover {
  transform: scale(1.05);
}
.team-info-container h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.team-info-container p {
  margin: 0;
  font-size: 18px;
  color: #6b6a6a;
  text-align: center;
}
.btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1250px) {
  .container {
    width: 90%;
  }
  .icon-div {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .nav-right ul li a {
    display: none;
  }
  .navigation-container {
    justify-content: space-between;
  }
  .second-div {
    flex-direction: column;
    width: 100%;
  }
  .address-div {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 110px;
    margin-top: 110px;
  }
}
@media only screen and (max-width: 900px) {
  .nav-right ul li a {
    display: none;
  }
  .navigation-container {
    justify-content: space-between;
  }
  .headline-para {
    width: 60%;
  }

  .hero-content {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .container {
    width: 90%;
  }
  .navigation-container {
    justify-content: space-between;
  }
  .nav-right ul li a {
    display: none;
  }
  .login-btn {
    display: none;
  }
  .signup-btn {
    display: none;
  }
  .hero-para {
    text-align: center;
  }
  .headline-para {
    width: 90%;
  }
  .page-headline {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .left-info {
    flex-direction: column;
  }
  .right-img {
    width: 100%;
  }
  .journey-info {
    padding: 30px 16px;
  }
  .journey-div {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 40px;
  }
  .logo-holder {
    width: 60%;
    margin: 0 auto;
  }
}
