* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  width: 100% !important;
  overflow-x: hidden !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.631);
  transition: 0.2s ease;
}
a:hover {
  color: white;
}

.active {
  color: white !important;
}

.btn {
  color: white;
  background-color: none;
  border: none;
  padding: 10px 1rem;
  border-radius: 5px;
  background: #54ABC2;
  cursor: pointer;
  font-weight: 300;
  transition: 0.3s ease;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn:hover {
  background: #3c91a7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.355);
}

section {
  padding: 1rem 1rem;
}
section .heading {
  color: white;
  font-size: 2.5rem;
  text-align: center;
}
section .heading span {
  color: #54ABC2;
}

.for_smaller_screen-visible {
  display: none;
}

#landing_page {
  background: #0F133B;
  min-height: 100vh;
}

header nav .nav_container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0rem;
}
header nav .nav_container .logo img {
  width: 70px;
}
header nav .nav_container .link ul {
  display: flex;
  gap: 2rem;
}

#landing_page main {
  width: 100%;
  overflow: hidden;
}
#landing_page main .main_container {
  margin: 0 auto;
  text-align: center;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 2 !important;
}
#landing_page main .main_container .illustration img {
  position: absolute;
  max-width: 500px;
  bottom: 2rem;
  right: 2rem;
  top: 2rem;
  z-index: -1;
}
#landing_page main .main_container h1 {
  font-size: 4rem;
  color: white;
  letter-spacing: 2px;
}
#landing_page main .main_container h1 span {
  color: #9fd0dd;
}
#landing_page main .main_container p {
  color: rgba(255, 255, 255, 0.729);
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
#landing_page main .main_container button {
  font-size: 1.1rem;
}

#about {
  padding-bottom: 3rem;
  min-height: 100vh;
  background: #141a4f;
}
#about .heading {
  margin-top: 1rem;
  padding-top: 1rem;
}
#about .about_container {
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
  margin-top: 8rem;
}
#about .about_container .desc p,
#about .about_container .why_us p {
  color: rgba(255, 255, 255, 0.883);
  letter-spacing: 1px;
  font-weight: 300;
}
#about .about_container .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .about_container .desc img {
  width: 300px;
  animation: float 4s ease infinite;
}
#about .about_container .desc p {
  color: white !important;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 1px;
}
#about .about_container .desc p span {
  color: #9fd0dd;
  font-family: 500;
}
#about .about_container .desc p i {
  color: #54ABC2;
}
#about .about_container .why_us {
  margin-top: 4rem;
}
#about .about_container .why_us h2 {
  color: white;
  font-size: 2rem;
}
#about .about_container .why_us .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row-reverse;
  gap: 2rem;
  text-align: left;
}
#about .about_container .why_us .flex h2 {
  padding-bottom: 1rem;
}
#about .about_container .why_us .flex h2 span {
  color: darkcyan;
}
#about .about_container .why_us .flex #text {
  max-width: 800px;
}
#about .about_container .why_us .flex img {
  max-width: 300px;
  animation: float 4s ease infinite;
}
#about .about_container .why_us .flex ul {
  list-style: disc;
  color: white !important;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 1px;
}
#about .about_container .why_us .flex ul span {
  color: #9fd0dd;
}

#services {
  min-height: 100vh;
  background-color: #0F133B;
  padding-bottom: 2rem;
}
#services .heading {
  padding-top: 1rem;
}
#services .services_container {
  padding-top: 3.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
#services .services_container .services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1rem;
}
#services .services_container .single_service_card {
  background: rgba(255, 255, 255, 0.222);
  padding: 1.5rem 2rem;
  border-radius: 10px;
  border: 2px solid;
  border-color: transparent;
  transition: 0.3s ease;
  height: 470px;
  overflow: hidden;
  cursor: pointer;
  color: white;
  text-align: center;
}
#services .services_container .single_service_card .icon {
  color: #54ABC2;
  font-size: 2rem;
  padding-bottom: 10px;
}
#services .services_container .single_service_card h4 {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
#services .services_container .single_service_card p {
  color: rgba(255, 255, 255, 0.713);
  font-weight: 300;
  line-height: 1.4rem;
  font-size: 0.9rem;
}
#services .services_container .single_service_card:hover {
  border-color: #54ABC2;
}

footer .footer-content {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

footer .left-column {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}

footer .middle-column {
  text-align: center;
}

footer .right-column {
  text-align: right;
}

.footer-content .icons {
  display: flex;
  justify-content: flex-end;
}
footer {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background: #0B1F3F;
}
/*footer .footer-content {
  display: flex;
  justify-content: space-between;
}
*/
footer p {
  margin-bottom: 10px;
}
footer .icons {
  margin-top: 1rem;
}
footer .icons a:link {
  color: #54ABC2;
  text-decoration: none;
}

footer .icons i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid #54ABC2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
footer .icons i:hover {
  background: #54ABC2;
  border-color: #0F133B;
}

#contact_page {
  background: #0F133B;
 /* background: #151945;*/
  min-height: 100vh;
}
#contact_page h2 {
  color: white;
  font-weight: 400;
  text-align: left;
  margin-top: 2rem;
  font-size: 1.3rem;
  max-width: 500px;
}
#contact_page .contact_page_container {
  max-width: 1200px;
  margin: 0 auto;
}
#privacy_page {
  background: #0F133B;
 /* background: #151945;*/
  min-height: 100vh;
}
#privacy_page .privacy_page_container {
  max-width: 1200px;
  margin: 0 auto;
}
.form {
  margin-top: 5rem;
}
.form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 700px;
  height: 600px;
  margin: 0 auto;
}
.form form input,
.form form textarea {
  padding: 1rem 1rem;
  background: rgba(255, 255, 255, 0.152);
  border: none;
  color: white;
  text-transform: capitalize;
  font-size: 1.2rem;
  border-radius: 5px;
}
.form form input:focus,
.form form textarea:focus {
  outline: none;
}
.form form textarea {
  resize: none;
}
.form form .flex-2 {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.form form .flex-2 input {
  width: 100%;
}
.form form .flex-1 {
  width: 100%;
}
.form form .flex-1 input,
.form form .flex-1 textarea {
  display: flex;
  width: 100% !important;
  flex: 1;
}
.form form button {
  font-size: 1.2rem;
  padding: 1rem 2rem;
}

#office_location {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 2rem;
}
#office_location h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
#office_location .locations {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#office_location .location {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#office_location .location .text {
  color: white;
  font-size: 1.5rem;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1337px) {
  header nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #landing_page {
    padding-bottom: 4rem;
  }
  #landing_page .illustration img {
    bottom: 0 !important;
    right: 0 !important;
    top: 20rem !important;
    opacity: 0.5;
  }
  #about,
  #services,
  footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #services {
    padding-bottom: 4rem;
  }
  #services .single_service_card {
    height: 550px !important;
  }
  #contact_page {
    padding: 3rem 2rem 3rem 3rem;
  }
  #contact_page .locations {
    flex-direction: column !important;
  }
  #contact_page .locations .map_location {
    order: 1;
  }
  #contact_page .locations .map_location iframe {
    width: 100% !important;
  }
  #contact_page .locations .text {
    order: 0;
  }
    #privacy_page {
    padding: 3rem 2rem 3rem 3rem;
  }
  #privacy_page .locations {
    flex-direction: column !important;
  }
  #privacy_page .locations .map_location {
    order: 1;
  }
  #privacy_page .locations .map_location iframe {
    width: 100% !important;
  }
  #privacy_page .locations .text {
    order: 0;
  }
}
@media screen and (max-width: 1000px) {
  #about {
    font-size: 50% !important;
  }
  #services {
    font-size: 70% !important;
  }
  #services .services {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #services .services .single_service_card {
    height: 500px;
  }
}
@media screen and (max-width: 840px) {
  #landing_page {
    padding-bottom: 4rem;
  }
  #landing_page .illustration img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
  }
  #about {
    padding-bottom: 4rem;
  }
  #about .desc p,
  #about ul li {
    font-size: 1rem !important;
  }
  #about img {
    max-width: 200px !important;
  }
  #services .single_service_card {
    height: 700px !important;
  }
  #contact_page .contact_page_container h2 {
    font-size: 1rem;
    padding-top: 3rem;
  }
  #contact_page .form form {
    width: 90% !important;
  }
  #contact_page .form form input,
  #contact_page .form form textarea {
    font-size: 1rem;
  }
    #privacy_page .contact_page_container h2 {
    font-size: 1rem;
    padding-top: 3rem;
  }
  #privacy_page .form form {
    width: 90% !important;
  }
  #privacy_page .form form input,
  #privacy_page .form form textarea {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  #about .about_container .desc,
  #about .about_container .why_us .flex {
    flex-direction: column !important;
  }
  #about .about_container .desc {
    flex-direction: column-reverse !important;
    gap: 2rem;
  }
  #about .about_container .why_us .flex {
    justify-content: center;
    align-items: center;
  }
  #services .services {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #services .services .single_service_card {
    height: 600px !important;
    padding: 2rem 2rem;
  }
  footer {
    font-size: 90% !important;
  }
  footer div p {
    text-align: left;
  }
  footer .icons i {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 650px) {
  #landing_page header nav .nav_container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 2rem;
  }
  #landing_page header nav .link {
    display: block;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease;
  }
  #landing_page header nav .link ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  #landing_page header nav .show_links {
    height: 200px !important;
    transition: 0.3s ease;
  }
  #landing_page header nav .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #landing_page .for_smaller_screen-visible {
    display: block;
  }
  #landing_page .for_smaller_screen-visible button {
    background: #54ABC2;
    padding: 5px 10px;
    border: none;
    color: white;
    border-radius: 10px;
    font-size: 1.3rem;
    transition: 0.3s ease;
    cursor: pointer;
  }
  #landing_page .for_smaller_screen-visible button:hover {
    background-color: #3c91a7;
  }
  #landing_page main .main_container h1 {
    font-size: 3rem;
  }
  #landing_page main .main_container p {
    font-size: 1rem;
  }
  #landing_page main .main_container button {
    font-size: 0.9rem;
  }
  footer {
    font-size: 0.8rem !important;
    padding-bottom: 2rem !important;
  }
  footer div p {
    margin-bottom: 5px;
    text-align: center;
  }
  footer .icons {
    display: none;
  }
  footer .icons i {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  #about {
    font-size: 50% !important;
  }
  #about img {
    width: 100px;
  }
  #contact_page input {
    font-size: 0.8rem !important;
  }
  #contact_page .flex-2 {
    flex-direction: column;
  }
  #contact_page form button {
    font-size: 0.9rem;
  }
}
#contact_page {
  padding: 1rem;
}
  #privacy_page input {
    font-size: 0.8rem !important;
  }
  #privacy_page .flex-2 {
    flex-direction: column;
  }
  #privacy_page form button {
    font-size: 0.9rem;
  }
}
#privacy_page {
  padding: 1rem;
}
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Safari */
  backface-visibility: hidden;
}

.flip-card-back {
  top: 40%;
  transform: translateY(-50%);
}
.flip-card-back a {
  font-size: 2rem;
}

/* Style the front side (fallback if image is missing) */
/* Style the back side */
.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}/*# sourceMappingURL=style.css.map */