@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");

/*nav*/
nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  position: sticky;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 10vh;
  background: #3aa1ff;
  border-bottom-style: solid;
  position: relative;
  border-bottom-width: thick;
  border-bottom-color: #2f2f38;
  box-shadow: -6px 7px 4px 3px rgb(0 0 0 / 20%);
}

#hero {
  height: 100vh;
  width: 100%;
  color: whitesmoke;
  object-fit: scale-down;
}

#hero .info h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

#hero .info h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#hero .info p {
  font-size: 1.2rem;
  max-width: 575px;
  font-size: medium;
  background-color: #00000096;
  font-weight: 500;
  padding: 20px;
  text-align: Justify;
  font-family: "Poppins", sans-serif;
}

#hero .info a {
  text-decoration: none;
  display: inline-block;
  background-color: #20beff;
  font-size: 1.8rem;
  padding: 0.5em 2em;
  margin-top: 2rem;
  color: white;
  border: none;
  border-radius: 5px;
  transition: transform 0.6s ease, background-color 0.6s ease;
}

#hero .info a:hover {
  transform: scale(1.1);
  background-color: #1aa8e0;
}

.logo {
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
}

.navlogo:hover {
  cursor: default;
}

form h2 {
  color: #00a6eb;
}
form input {
  background-color: transparent;
  color: white;
}
form textarea {
  min-height: 200px;
  background-color: transparent;
  color: white;
  max-height: 121px;
}
form div {
  align-self: center;
  padding-bottom: 5p;
}
img {
  pointer-events: none;
}

.logo span {
  color: #3aa1ff;
}

.navlogo {
  height: 11vh;
  object-fit: cover;
  padding-top: 1vh;
}

.navTabShadow {
  text-shadow: 2px 2px 20px rgb(67, 67, 67);
}

.menu {
  gap: 50px;
}

.menu li {
  list-style: none;
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5vh;
  transition: 0.9s;
  font-weight: 600;
}

.menu a:hover {
  color: rgb(67, 67, 67);
  font-weight: 500;
  letter-spacing: 2px;
}

.bar {
  display: none;
  cursor: pointer;
}

.bar div {
  width: 40px;
  height: 6px;
  background-color: #fff;
  margin: 5px;
  transition: all 0.5s ease;
}

.navHeader-active {
  background-color: #00a6eb;
}

@media screen and (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }

  .navHeader-active {
    background-color: #00a6eb;
  }

  .menu {
    position: absolute;
    right: -1186px;
    height: 29vh;
    text-align: center;
    top: 12vh;
    display: flex;
    background-color: inherit;
    align-items: stretch;
    width: 100vw;
    padding: 38px;
    transition: transform 0.5s ease-in-out;
    flex-direction: column;
  }

  .bar {
    display: block;
  }
}

/* interactive button */
.learnMore {
  text-shadow: 2px 2px 20px rgb(67, 67, 67);
}

.meetUS {
  text-shadow: 2px 2px 20px rgb(67, 67, 67);
  box-shadow: 4px 2px 17px black;
}

.nav-active {
  transform: translateX(-121vw);
}

.bar-active .bar-1 {
  transform: rotate(-45deg) translate(-9px, 9px);
}

.bar-active .bar-2 {
  opacity: 0;
}

.bar-active .bar-3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Index Title */
.indexTitle {
  color: #66d2ff;
  text-shadow: -2px 3px 7px rgb(67, 67, 67);
  font-weight: 800;
}

.indexUnderTitle {
  text-shadow: -2px 3px 7px rgb(67, 67, 67);
}

/*  */
.banner {
  background-size: cover;
  background-position: center;
}

.content h2 {
  font-family: alfa slab one;
  color: #3aa1ff;
  font-size: 60px;
}

.content p {
  width: 50%;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
}

.content a {
  background: #3aa1ff;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

.socials i {
  color: #fff;
  font-size: 18px;
  margin-right: 25px;
}

.socials {
  margin-top: 30px;
}

.wrapper {
  width: 1060px;
  margin: auto;
  padding-top: 12%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper {
    width: 75%;
    padding-top: 26%;
  }

  .content {
    text-align: center;
  }

  .content h2 {
    font-size: 60px;
  }

  .content p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    background-position: 60%;
  }

  .wrapper {
    width: 75%;
    padding-top: 26%;
  }

  .content h2 {
    font-size: 30px;
  }

  .content p {
    width: 100%;
  }
}

.tab-div {
  background-color: #00a6eb;
}

.tab-style-top {
  padding-top: 40px;
  display: flex;
  color: black;
  font-variant: small-caps;
  font-size: x-large;
  justify-content: center;
  border-top-style: solid;
  border-top-color: #2f2f38;
}

.tab-style-bottom {
  padding-bottom: 40px;
  text-align-last: center;
  padding-top: 10px;
  font-size: xx-large;
  font-variant: small-caps;
  border-bottom-style: solid;
  border-bottom-color: #2f2f38;
}

span {
  color: white;
  text-shadow: 1px 1px rgb(67, 67, 67);
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

.css {
  max-width: 63vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  min-height: 200vh;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 30px 100px;
  z-index: 100000;
}

header .logo {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
}

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li {
  position: relative;
  list-style: none;
}

header ul li a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: spacing 2px;
  font-weight: 500px;
  transition: 0.6s;
}

.banner {
  position: relative;
  width: 100%;
  background-size: cover;
}

header.sticky {
  padding: 5px 100px;
  box-shadow: 4px 2px 17px black;
  background: #00a6eb;
}

.fade-in {
  color: black;
  opacity: 1;
  animation: fadeIn 0.6s ease-in forwards;
  background-color: black;
}

@keyframes fadeIn {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding: 5rem;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

button[type="submit"] {
  background-color: #00a6eb;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  transition: transform 0.6s ease, background-color 0.6s ease;
  cursor: pointer;
}

input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

button[type="submit"]:hover {
  transform: scale(1.1); /* Slightly increase size on hover */
  background-color: #1aa8e0; /* Darker blue background */
}

body {
  min-height: 200vh;
}

header .logo {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
}

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li {
  position: relative;
  list-style: none;
}

header ul li a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: spacing 2px;
  font-weight: 500px;
  transition: 0.6s;
}

header.sticky {
  padding: 5px 100px;
  box-shadow: 4px 2px 17px black;
  background: #00a6ebf2;
}

.block {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  width: 470px;
}

.block img {
  width: 135px;
  padding: 30px;
  height: auto;
}

.block .info {
  color: black;
  text-align: center;
  max-width: 100vh;
}

.block h2 {
  font-size: 24px;
  margin-bottom: 10px;
  min-height: 5vh;
  align-content: center;
}

.block p {
  font-size: 16px;
  line-height: 1.5;
}

.section {
  padding: 50px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.section p {
  font-size: 16px;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

/* the main div padding */
.divPadding {
  padding: 30px;
  background: black;
}

/* styling of the main div borders */
.divBorder {
  background-color: #0f1112;
  display: flex;
  justify-content: center;
  padding: 50px;
}

.divTopBorder {
  background-color: #0f1112;
  display: flex;
  justify-content: center;
  padding: 50px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

/* The style of the words in the div title */
.titleStyle {
  color: #ffffff;
  font-weight: 700;
  font-size: xx-large;
  text-shadow: -1px 0px 7px rgb(67, 67, 67);
}

/* Div Backgrounds */
.divBackground {
  background: #181b1c;
  display: flex;
  place-content: center;
  gap: 5vw;
  padding: 36px;
}

.divBackgroundContact {
  background: #181b1c;
  place-content: space-around;
  padding: 36px;
  background-image: url(pictures/ContactUs.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: soft-light;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-position: center;
  gap: 20px;
}

.divBackgroundAboutPg {
  background: #181b1c;
  display: flex;
  place-content: space-around;
  padding: 10px;
  flex-direction: row;
}

.divBackgroundCSS {
  background: #181b1c;
  display: flex;
  gap: 5vw;
  place-content: center;
  padding: 36px;
}

/* block icon box style*/
.blockIconStyle {
  background: white;
  border-radius: 50px;
  border-style: solid;
  box-shadow: 0px 0px 10px 0px black;
}

/* contact us container style */
.containerContactUs {
  display: flex;
  flex-direction: column;
  background-color: #0000009e;
  padding: 20px;
  min-width: 20vw;
}

/* about us team info styling */
.divMemberStyleLeft {
  padding: 30px;
  display: flex;
  background-color: #181b1c;
  align-items: center;
  flex-direction: row;
  border-bottom-style: solid;
  justify-content: space-around;
  border-bottom-color: #373737;
  gap: 35px;
}

@media screen and (max-width: 1000px) {
  .divMemberStyleLeft {
    padding: 30px;
    display: flex;
    background-color: #181b1c;
    align-items: center;
    border-bottom-style: solid;
    justify-content: space-around;
    border-bottom-color: #373737;
    flex-direction: column;
    text-align: center;
  }
}

.divMemberStyleRight {
  padding: 30px;
  display: flex;
  background-color: #181b1c;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom-style: solid;
  justify-content: space-around;
  border-bottom-color: #373737;
  gap: 35px;
}

@media screen and (max-width: 1000px) {
  .divMemberStyleRight {
    padding: 30px;
    display: flex;
    background-color: #181b1c;
    align-items: center;
    border-bottom-style: solid;
    justify-content: space-around;
    border-bottom-color: #373737;
    flex-direction: column;
    text-align: center;
  }
}

.divMemberStyleLast {
  padding: 30px;
  display: flex;
  background-color: #181b1c;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-around;
  border-bottom-color: #373737;
  gap: 35px;
}

@media screen and (max-width: 1000px) {
  .divMemberStyleLast {
    padding: 30px;
    display: flex;
    background-color: #181b1c;
    align-items: center;
    border-bottom-style: solid;
    justify-content: space-around;
    border-bottom-color: #373737;
    flex-direction: column;
    text-align: center;
  }
}

.divMemberStyleLastLeft {
  padding: 30px;
  display: flex;
  background-color: #181b1c;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  border-bottom-color: #373737;
  gap: 35px;
}

@media screen and (max-width: 1000px) {
  .divMemberStyleLastLeft {
    padding: 30px;
    display: flex;
    background-color: #181b1c;
    align-items: center;
    border-bottom-style: solid;
    justify-content: space-around;
    border-bottom-color: #373737;
    flex-direction: column;
    text-align: center;
  }
}

.memberPicture {
  border-radius: 9px;
  box-shadow: -3px 2px 17px 2px black;
  width: 460px;
  height: 520px;
  object-fit: cover;
  object-position: 50% 50%;
}

.servicePicture {
  border-radius: 9px;
  box-shadow: -3px 2px 17px 2px black;
  width: 676px;
  height: 460px;
  object-fit: cover;
  object-position: 50% 50%;
}

/* each nri member's info style */
.mn {
  color: #00a6eb;
  text-align: center;
}

.mi {
  color: white;
  padding: 20px;
}

.mt {
  color: #2d7c9e;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-align: center;
}

.dropdown-menu {
  position: relative;
  display: inline-block;
}

.menu-content {
  display: none;
  position: fixed;
  background-color: #181b1c;
  max-width: 20vh;
  z-index: 1;
}

.links,
.links-hidden {
  display: inline-block;
  color: rgb(255, 255, 255);
  padding: 12px;
  text-decoration: none;
  font-weight: bold;
}

.links-hidden {
  display: block;
}

.links {
  display: flex;
}

.links-hidden:hover,
.links:hover {
  background-color: rgb(3, 192, 255);
  transition: none;
}

.dropdown-menu:hover .menu-content {
  display: block;
}

.endOfPage {
  background-color: #101112; /* Dark background */
  color: white; /* White text */
  text-align: center; /* Center-align content */
  padding: 40px 20px;
  font-size: 14px;
  width: 100%;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content {
  width: 100%;
  margin-bottom: 20px;
}

footer p {
  margin: 0;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #56ccf2;
  text-decoration: underline;
}

.contact-us {
  text-align: center;
  margin-top: 20px;
}

.contact-us h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.contact-icon {
  font-size: 20px; /* Font Awesome icon size */
  margin-right: 8px;
  color: #56ccf2; /* Color of the icon */
}

.contact-us p,
.footer-links {
  font-size: 14px;
}

.contact-us a {
  color: #56ccf2;
  text-decoration: none;
}

.contact-us a:hover {
  text-decoration: underline;
}

.dmca-cert img {
  margin-top: 20px;
  width: 100px; /* Adjust size for the DMCA logo */
}

@media (max-width: 768px) {
  .footer-container {
    padding: 0 15px; /* Padding for small screens */
  }

  .contact-item {
    flex-direction: column;
  }

  .contact-us p {
    font-size: 12px; /* Smaller font for contact details on mobile */
  }

  .contact-us h4 {
    font-size: 16px;
  }
}

/* our process image */
.ourProcess {
  width: 50vw;
}

@media screen and (max-width: 1024px) {
  .ourProcess {
    width: 80vw;
  }
}

/* index.html title div section */
.titleSection {
  display: flex;
  flex-direction: column;
  padding-top: 30vh;
  flex-wrap: wrap;
  place-items: center;
}

@media screen and (max-width: 1000px) {
  .titleSection {
    display: flex;
    flex-direction: column;
    padding-top: 10vh;
    flex-wrap: wrap;
    place-items: center;
  }
}

/* about.html title div section */
.aboutTitleSection {
  display: flex;
  flex-direction: column;
  padding-top: 36vh;
  flex-wrap: wrap;
  place-items: center;
}

@media screen and (max-width: 980px) {
  .aboutTitleSection {
    display: flex;
    flex-direction: column;
    padding-top: 20vh;
    flex-wrap: wrap;
    place-items: center;
  }
}

/* index.html and about.html arrow at top of page pointing down */
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}

.arrows path {
  stroke: #2994d1;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

/* about us info styling */
.memberInfoWidth {
  max-width: 60vh;
}

/* our contact information */
.ourContactInfo {
  text-align-last: center;
  color: white;
  font-family: inherit;
}

.ourContactInfoTitle {
  text-align-last: center;
  color: #00a6eb;
  padding-bottom: 10px;
  font-size: x-large;
}

.ourContactDiv {
  background-color: #0000009e;
  padding: 20px;
  font-size: x-small;
}

.container {
  width: 90%;
  height: 65vh;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
    height: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }

  #hero .info h1 {
    font-size: 4rem;
  }

  #hero .info h2 {
    font-size: 2rem;
  }
  #hero .info p {
    font-size: x-large;
    max-width: 80%;
    padding: 30px;
  }
}

@media only screen and (max-width: 1356px) {
  .divMemberStyleRight,
  .divMemberStyleLeft,
  .divMemberStyleLast,
  .divMemberStyleLastLeft {
    flex-direction: column;
  }
}
