@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.home-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.home-back-img {
  margin: 8% 0% 0% 55%;
  position: absolute;
}

.home-back-img img {
  height: 500px;
  width: 500px;
  animation: bounce 3s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.05, 0.05, 0.05, 0.05);
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 20px, 0);
  }
}

.home-back-heading {
  margin-top: 200px;
  margin-left: 50px;
  color: black;
  width: 50%;
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.home-back-heading span {
  font-size: 25px;
  font-weight: 500;
}

.home-back-btn a {
  margin-top: 50px;
  width: 220px;
  color: black;
  padding-top: 5px;
  height: 45px;
  margin-left: 10%;
  position: absolute;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.home-back-btn a:hover {
  background-color: black;
  color: #fff;
  border: 2px solid transparent;
}

.contact-form-hero {
  position: absolute;
  margin-top: 3350px;
  width: 100%;
  height: 850px;

  z-index: -2;
}

.hero-contact-container {
  width: 50%;
  margin-top: 2%;
}

.hero-contact-right-container {
  position: absolute;
  height: 70%;
  width: 39%;
  margin-left: 53%;
  border-radius: 10px;
  margin-top: -49%;
  z-index: -1;
  background-color: #fff;
}
.hero-contact-details {
  width: 450px;
  height: 500px;
  margin-left: 5%;
  margin-top: 10%;
  line-height: 2rem;
}

.contact-form-hero-heading {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.hero-contact-list {
  font-family: "Poppins", sans-serif;
  margin-top: 8%;
  color: #717882;
}
.hero-contact-list span {
  font-size: 20px;
  font-style: bold;
  font-family: "Poppins", sans-serif;
  color: black;
}

.hero-contact-list img {
  margin-right: 1%;
  margin-top: -2%;
  width: 25px;
  height: 25px;
}

.hero-contact-heading {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.hero2-upper {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  margin-top: 750px;
  width: 100%;
  padding: 30px 10px 100px 10px;

  background-color: #f7fafd;
}

.hero2-left-container {
  position: absolute;
  width: 50%;
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.hero2-left-box {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: black;
  width: 250px;
  height: 200px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  background-color: #f1f8ff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.hero2-left-box:hover {
  background-color: #fff;
}
.hero2-left-box-img {
  width: 70px;
  height: 70px;

  margin-left: 40%;
  border-radius: 50%;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.hero2-left-box-img img {
  height: 50px;
  width: 50px;
  margin-top: 10px;
}

.hero-right-image img {
  height: 350px;
  width: 450px;
  margin: 30px 0px 0px 700px;
}

.hero-security {
  position: absolute;
  display: flex;
  margin-top: 2600px;
  width: 100%;
  height: 720px;
  background-color: #f7fafd;
}

.security-heading {
  margin: 4%;
  width: 100%;
  text-align: center;
}

.security-content {
  position: absolute;
  padding: 50px 0px 50px 40px;
  line-height: 3.5rem;
  margin: 10% 0% 0% 5%;
  width: 90%;

  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
.security-text {
  color: #717882;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin-left: 4%;
}

.security-text img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.hero-security-image {
  position: absolute;
  margin-top: -33%;
  margin-left: 55%;
}

.hero-security-image img {
  width: 400px;
  height: 400px;
}

.hero-modern-image {
  position: absolute;
  margin-top: -20%;
  margin-left: 7%;
}
.hero-modern-image img {
  width: 250px;
  height: 250px;
}

.hero-modern-work {
  position: absolute;
  margin-top: 1350px;
  margin-left: 5%;

  width: 90%;
  height: 70%;
}

.hero-modern-heading {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2%;
}
.hero-modern-content {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 50px 40px 50px 0px;
  border-radius: 10px;
  line-height: 3.5rem;
  width: 100%;
}
.hero-modern-text {
  color: #717882;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-left: 50%;
}
.hero-modern-text img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media only screen and (max-width: 380px) {
  .home-background {
    height: 300px;
  }

  .home-back-heading {
    font-size: 14px;
    margin-top: 100px;
    margin-left: 20px;
  }
  .home-back-heading span {
    font-size: 12px;
  }

  .home-back-btn a {
    font-size: 13px;
    height: 30px;
    width: 140px;
    margin: 20px;
  }

  .home-back-img {
    margin: 20% 0% 0% 55%;
  }

  .home-back-img img {
    height: 150px;
    width: 150px;
  }

  .hero2-upper {
    margin-top: 350px;
    padding-left: 0;
  }

  .hero2-left-container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero-modern-heading {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .hero2-left-box {
    height: 150px;
    width: 150px;
    font-size: 14px;
  }

  .hero-right-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-right-image img {
    height: 250px;
    width: 350px;
    margin: 480px 0px 0px 0px;
  }

  .hero-modern-work {
    margin-top: 1200px;
  }

  .hero-modern-content {
    padding-top: 10px;
  }

  .hero-modern-text {
    font-size: 14px;
    margin-left: 5%;
  }

  .hero-modern-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-modern-image img {
    height: 300px;

    width: 300px;
  }

  .hero-security {
    margin-top: 4250px;
    height: 1100px;
  }

  .security-content {
    margin-top: 20%;

    padding: 20px 10px 10px 10px;
    line-height: 3rem;
  }

  .hero-security-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-security-image img {
    height: 250px;
    width: 250px;
  }

  .contact-form-hero {
    margin-top: 5300px;
  }

  .contact-form-hero-heading {
    margin-top: 100px;
  }

  .hero-contact-container {
    width: 100%;
    margin-top: 0;
  }

  .hero-contact-right-container {
    margin-left: 0%;
    margin-top: 0%;
    width: 100%;
  }

  .hero-contact-details {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .hero-contact-heading {
    padding: 0px 20px 0px 20px;
  }
}

@media only screen and (min-width: 381px) and (max-width: 580px) {
  .home-background {
    height: 300px;
  }

  .home-back-heading {
    font-size: 16px;
    margin-top: 100px;
    margin-left: 20px;
  }
  .home-back-heading span {
    font-size: 12px;
  }

  .home-back-btn a {
    font-size: 13px;
    height: 30px;
    width: 140px;
    margin: 20px;
  }

  .home-back-img {
    margin: 15% 0% 0% 55%;
  }

  .home-back-img img {
    height: 170px;
    width: 170px;
  }

  .hero2-upper {
    margin-top: 350px;
    padding-left: 0;
  }

  .hero2-left-container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero-modern-heading {
    padding-bottom: 20px;
  }

  .hero2-left-box {
    height: 150px;
    width: 150px;
    font-size: 14px;
  }

  .hero-right-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-right-image img {
    height: 250px;
    width: 350px;
    margin: 480px 0px 0px 0px;
  }

  .hero-modern-work {
    margin-top: 1220px;
  }

  .hero-modern-content {
    padding-top: 10px;
  }

  .hero-modern-text {
    font-size: 14px;
    margin-left: 5%;
  }

  .hero-modern-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-modern-image img {
    height: 300px;

    width: 300px;
  }

  .hero-security {
    margin-top: 3000px;
    height: 1100px;
  }

  .security-content {
    margin-top: 20%;

    padding: 20px 10px 10px 10px;
    line-height: 3rem;
  }

  .hero-security-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-security-image img {
    height: 350px;
    width: 350px;
  }

  .contact-form-hero {
    margin-top: 4050px;
  }

  .contact-form-hero-heading {
    margin-top: 100px;
  }

  .hero-contact-container {
    width: 100%;
    margin-top: 0;
  }

  .hero-contact-right-container {
    margin-left: 0%;
    margin-top: 0%;
    width: 100%;
  }

  .hero-contact-details {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .hero-contact-heading {
    padding: 0px 20px 0px 20px;
  }
}

@media only screen and (min-width: 581px) and (max-width: 660px) {
  .home-background {
    height: 400px;
  }

  .home-back-heading {
    font-size: 18px;
    margin-top: 150px;
  }
  .home-back-heading span {
    font-size: 16px;
  }

  .home-back-img {
    margin: 10% 0% 0% 60%;
  }

  .home-back-img img {
    height: 230px;
    width: 230px;
  }

  .home-back-btn a {
    font-size: 15px;
    height: 30px;
    width: 150px;
    padding-top: 3px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .hero2-upper {
    margin-top: 400px;
    padding-left: 0;
  }

  .hero2-left-container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero2-left-box {
    height: 150px;
    width: 150px;
    font-size: 14px;
  }

  .hero-right-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-right-image img {
    height: 250px;
    width: 350px;
    margin: 450px 0px 0px 0px;
  }

  .hero-modern-work {
    margin-top: 1180px;
    margin-left: 0;
  }

  .hero-modern-heading {
    margin-left: 15%;
    margin-top: 50px;
  }

  .hero-modern-content {
    padding-top: 10px;
    margin-left: 5%;
  }

  .hero-modern-text {
    font-size: 14px;
    margin-left: 5%;
  }

  .hero-modern-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-modern-image img {
    height: 300px;

    width: 300px;
  }

  .hero-security {
    margin-top: 3100px;
    height: 1100px;
  }

  .security-content {
    margin-top: 20%;

    padding: 20px 0px 10px 10px;
    line-height: 3rem;
  }

  .hero-security-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-security-image img {
    height: 350px;
    width: 350px;
  }

  .contact-form-hero {
    margin-top: 4150px;
  }

  .contact-form-hero-heading {
    margin-top: 100px;
  }

  .hero-contact-container {
    width: 100%;
    margin-top: 0;
  }

  .hero-contact-right-container {
    margin-left: 0%;
    margin-top: 0%;
    width: 100%;
  }

  .hero-contact-details {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .hero-contact-heading {
    padding: 0px 20px 0px 20px;
  }
}

@media only screen and (min-width: 660px) and (max-width: 889px) {
  .home-background {
    height: 400px;
  }

  .home-back-heading {
    font-size: 18px;
    margin-top: 150px;
  }
  .home-back-heading span {
    font-size: 16px;
  }

  .home-back-img {
    margin: 10% 0% 0% 60%;
  }

  .home-back-img img {
    height: 270px;
    width: 260px;
  }

  .home-back-btn a {
    font-size: 15px;
    height: 30px;
    width: 150px;
    padding-top: 3px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .hero2-upper {
    margin-top: 400px;
    padding-left: 0;
  }

  .hero2-left-container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero2-left-box {
    height: 150px;
    width: 150px;
    font-size: 14px;
  }

  .hero-right-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-right-image img {
    height: 250px;
    width: 350px;
    margin: 250px 0px 0px 0px;
  }

  .hero-modern-work {
    margin-top: 1000px;
    margin-left: 0;
  }

  .hero-modern-heading {
    margin-left: 15%;
    margin-top: 40px;
  }

  .hero-modern-content {
    padding-top: 10px;
    margin-left: 5%;
  }

  .hero-modern-text {
    font-size: 14px;
    margin-left: 5%;
  }

  .hero-modern-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-modern-image img {
    height: 300px;

    width: 300px;
  }

  .hero-security {
    margin-top: 2950px;
    height: 1100px;
  }

  .security-content {
    margin-top: 20%;

    padding: 20px 0px 10px 10px;
    line-height: 3rem;
  }

  .hero-security-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-security-image img {
    height: 350px;
    width: 350px;
  }

  .contact-form-hero {
    margin-top: 4000px;
  }

  .contact-form-hero-heading {
    margin-top: 100px;
  }

  .hero-contact-container {
    width: 100%;
    margin-top: 0;
  }

  .hero-contact-right-container {
    margin-left: 0%;
    margin-top: 0%;
    width: 100%;
  }

  .hero-contact-details {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .hero-contact-heading {
    padding: 0px 20px 0px 20px;
  }
}

@media only screen and (min-width: 890px) and (max-width: 1200px) {
  .home-background {
    height: 500px;
  }

  .home-back-heading {
    font-size: 25px;
    margin-top: 150px;
  }
  .home-back-heading span {
    font-size: 20px;
  }

  .home-back-img {
    margin: 10% 0% 0% 60%;
  }

  .home-back-img img {
    height: 280px;
    width: 280px;
  }

  .home-back-btn a {
    font-size: 15px;
    height: 30px;
    width: 150px;
    padding-top: 3px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .hero2-upper {
    margin-top: 400px;
    padding-left: 0;
  }

  .hero2-left-container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero2-left-box {
    height: 150px;
    width: 150px;
    font-size: 14px;
  }

  .hero-right-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-right-image img {
    height: 250px;
    width: 350px;
    margin: 250px 0px 0px 0px;
  }

  .hero-modern-work {
    margin-top: 1000px;
    margin-left: 0;
  }

  .hero-modern-heading {
    margin-left: 15%;
    padding-top: 30px;
  }

  .hero-modern-content {
    padding-top: 10px;
    margin-left: 5%;
  }

  .hero-modern-text {
    font-size: 14px;
    margin-left: 5%;
  }

  .hero-modern-image {
    margin-left: 0%;
    margin-top: -200px;
    width: 100%;

    display: flex;
    justify-content: right;
  }

  .security-heading{
    margin: 5%;
  }
   
  .hero-modern-image img {
    height: 200px;
    margin-right: 50px;
    width: 200px;
  }

  .hero-security {
    margin-top: 2300px;
    height: 1100px;
  }

  .security-content {
    margin-top: 20%;

    padding: 20px 0px 10px 10px;
    line-height: 3rem;
  }

  .hero-security-image {
    margin-left: 0%;
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-security-image img {
    height: 350px;
    width: 350px;
  }

  .contact-form-hero {
    margin-top: 3350px;
  }

  .contact-form-hero-heading {
    margin-top: 100px;
  }

  .hero-contact-container {
    width: 100%;
    margin-top: 0;
  }

  .hero-contact-right-container {
    margin-left: 0%;
    margin-top: 0%;
    width: 100%;
  }

  .hero-contact-details {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .hero-contact-heading {
    padding: 0px 20px 0px 20px;
  }
}
