@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  font-size: larger;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.navbar-brand {
  overflow-x: hidden;
}
.navbar-brand img {
  width: 30px;
}
.navbar-brand span {
  margin-left: 20px;
}

.page-1 {
  width: 100%;
  text-align: center;
}
.page-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  margin-bottom: 50px;
}
.page-1 .page1-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 40%;
}

.page-3 {
  overflow-x: hidden;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 100px;
  text-align: center;
}
.page-3 .values ul {
  list-style: none;
  display: grid;
  font-size: large;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 40px;
}
.page-3 .values li {
  text-align: center;
  border: 2px solid rgba(121, 119, 119, 0.303);
  border-radius: 10px;
  padding: 5px;
}

.page-4 {
  display: block;
  margin-bottom: 50px;
  font-size: large;
}
.page-4 h1 {
  margin-left: 20px;
}
.page-4 .img-para {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page-4 p {
  width: 80%;
}
.page-4 img {
  width: 250px;
  border-radius: 20px;
}

.page-5 {
  margin-bottom: 50px;
}
.page-5 .flags {
  display: flex;
  justify-content: space-around;
}
.page-5 .flags img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
  border: 1px solid black;
  border-radius: 50%;
}

.footer {
  background: linear-gradient(to right, #000000, #353060);
  color: #d6a936;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); /* Two divs per line */
  row-gap: 0px; /* Adding gap between grid items */
  padding: 20px; /* Adding some padding for spacing */
  text-align: justify;
}
.footer a {
  color: #d6a936;
}
.footer .phone-no,
.footer .address,
.footer .support,
.footer .contact-us {
  width: 40%;
  margin: 0;
  padding: 0;
}
.footer img {
  width: 100px;
  margin-right: 50px;
  margin-top: 20px;
  position: absolute;
  justify-self: end;
}

@media only screen and (max-width: 768px) {
  .navbar-brand span {
    margin-left: 20px;
    font-size: 60%;
  }
  .page-1 {
    width: 100%;
    text-align: center;
    margin-bottom: 300px;
  }
  .page-1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
    margin-bottom: 50px;
    -o-object-position: right;
       object-position: right;
  }
  .page-1 .page1-content {
    width: 100%;
    position: absolute;
    top: 20%;
  }
  .page-1 .info {
    display: flex;
    width: 100%;
    margin-top: 50px;
    justify-content: space-around;
  }
  .page-4 h1 {
    text-align: center;
  }
  .page-4 .img-para {
    display: block;
    text-align: center;
  }
  .page-4 .img-para P {
    width: 90%;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-5 {
      margin-top: 150px;
    margin-bottom: 50px;
  }
  .page-5 h1{
      text-align:center;
  }
  .page-5 .flags {
    display: block;
    justify-content: space-around;
  }
  .page-5 .flags .flags-div {
    margin: 20px;
  }
  .page-5 .flags img {
    width: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 60px;
    border: 1px solid black;
    border-radius: 50%;
  }
  .page-3 {
    overflow-x: hidden;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 100px;
    text-align: center;
  }
  .page-3 .values ul {
    list-style: none;
    display: grid;
    font-size: large;
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    gap: 40px;
    padding: 0;
  }
  .page-3 .values li {
    text-align: center;
    border: 2px solid rgba(154, 154, 154, 0.545);
    border-radius: 10px;
    padding: 5px;
  }
  .footer {
    overflow-x: hidden;
    margin-top: 20px;
    width: 100%;
  }
  .footer img {
    width: 40%;
    transform: translate(-20px, 100px);
    position: absolute;
    right: 20px;
    width: 60px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .footer p {
    width: 100%;
  }
  .footer .phone-no, .footer .address, .footer .support, .footer .contact-us {
    width: 60%;
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=aboutus2.css.map */