body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2 {
  font-family: "Newsreader", serif;
}

h3,
h4,
h5,
p,
span {
  font-family: "Barlow", sans-serif;
}

a {
  font-family: "Roboto", sans-serif;
}

.heading h2 {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.heading p {
  color: white;
  text-align: center;
}

/* header starts */

header {
  background-color: #032221;
  /* padding: 10px 0px; */
}

.nav-fixed {
  width: 100%;
  z-index: 110;
  transition: transform 0.4s ease-in-out, box-shadow 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  background-color: #032221;
  padding: 15px 10px;
}

.nav-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

.nav-fixed.hidden {
  transform: translateY(-100%);
  box-shadow: none;
}

.navbar-toggler {
  background-color: #ffffffd8;
}

.navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

header nav .brand img {
  width: 100%;
  max-width: 220px;
}

header nav .navbar-nav .nav-link {
  color: white;
  padding: 0px 15px !important;
}

header nav .navbar-nav .nav-link.show {
  color: white;
}

.CTA-btn a {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  padding: 8px 16px;
  font-weight: 600;
}

.CTA-btn a:hover {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  font-weight: 600;
}

.CTA-btn img {
  font-size: 30px;
  border-radius: 10px;
  max-width: 30px;
}

/* header ends */

/* hero-section starts */

.hero-section {
  background: url(./images/NetNexGlobal-BG.svg) no-repeat bottom/cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.hero-section .content {
  padding: 70px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
  width: 80%;
  margin: auto;
  text-align: center;
}

.hero-section .content h1 {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .content p {
  color: white;
}

.hero-section .video-div {
  margin: 8%;
}

.hero-section .video-div video {
  width: 100%;
  max-width: 480px;
  display: flex;
  margin: auto;
  border-radius: 30px;
}

.hero-section .green-circle {
  width: 400px;
  height: 400px;
  border: 150px;
  background: var(
    --linear-2,
    linear-gradient(120deg, #98ff98 33.27%, #29ba74 81.68%)
  );
  filter: blur(250px);
  position: absolute;
  right: 0px;
  /* top: auto; */
  bottom: 0;
}

/* hero-section ends */

/* section1 starts */

.section1 {
  padding: 40px 0px;
  background-color: #032221;
}

.section1 .container .row .col-lg-5 {
  padding: 10px;
}

.section1 .container .row .col-lg-5 h2 {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section1 .container .row .col-lg-5 p {
  color: white;
}

.section1 .container .row .right-div {
  row-gap: 20px;
  height: 100%;
  margin: auto;
}

.section1 .container .row .right-div .card {
  background-color: transparent;
  border: none;
}

.section1 .container .row .right-div .card img {
  border-radius: 20px;
  border: 1px solid #98ff98;
}

/* section1 ends */

/* section2 starts */

.section2 {
  padding: 60px 0px;
  background-color: #032221;
}

.section2 .container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 40px 20px;
}

.section2 .events-section {
  display: flex;
  gap: 40px;
}

.section2 .slider-container {
  flex: 1.5;
  border-radius: 36px;
  background: var(
    --linear-2,
    linear-gradient(120deg, #98ff98 33.27%, #29ba74 81.68%)
  );
  padding: 30px;
  position: relative;
  color: #0a3b2e;
}

.section2 .slider-content {
  display: flex;
  gap: 20px;
}

.section2 .slider-header {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  background: none;
}

.section2 .slider-text {
  font-size: 16px;
  line-height: 24p;
  margin-bottom: 30px;
}

.section2 .slider-image {
  width: 45%;
  border-radius: 15px;
  height: 300px;
  object-fit: cover;
}

.section2 .quote-button {
  background-color: white;
  color: #0a3b2e;
  border: none;
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  cursor: pointer;
  margin-bottom: 20px;
}

.section2 .arrow-icon {
  background-color: #0a3b2e;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section2 .nav-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  bottom: 20px;
  min-width: 320px;
}

.section2 .page-indicator {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-top: 20px;
}

.section2 .nav-buttons {
  display: flex;
  gap: 10px;
}

.section2 .nav-button {
  background-color: white;
  color: #0a3b2e;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.section2 .info-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section2 .info-title {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2 .info-container h2 {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2 .info-card {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.section2 .info-image {
  width: 300px;
  height: 180px;
  border-radius: 15px;
  object-fit: cover;
}

.section2 .info-text {
  font-size: 16px;
  line-height: 1.6;
  color: white;
}

.section2 .plus-icon {
  background-color: #8cebaa;
  color: #0a3b2e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: absolute;
  top: 70px;
  left: -20px;
}

.section2 .RQ-btn a {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  padding: 8px 16px;
  font-weight: 600;
}

.section2 .RQ-btn a:hover {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  font-weight: 600;
}

.section2 .RQ-btn img {
  font-size: 30px;
  border-radius: 10px;
  max-width: 30px;
}

@media (max-width: 992px) {
  .events-section {
    flex-direction: column;
  }

  .slider-image {
    width: 100%;
  }
}

/* section2 ends */

/* section3 starts */

/* gallery-section */

.section3 {
  padding: 70px 0px;
  background-color: #032221;
}

.section3 h1 {
  text-align: center;
}

#gallery {
  display: grid;
  height: calc(100vh - 10px);
  grid-template: repeat(6, 1fr) / repeat(6, 1fr);
  grid-gap: 0.5em;
}

@media (max-width: 440px) {
  #gallery {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    height: 100%;
  }

  #gallery > div {
    /* width: 48%; */
    margin: 1%;
  }
}

@media (max-width: 800px) and (max-width: 350px) {
  #gallery > div {
    width: 98%;
  }
}

#gallery > div:nth-child(6n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

#gallery > div:nth-child(2) {
  grid-column: span 3;
  grid-row: span 3;
}

#gallery > div:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}

#gallery > div > img {
  width: 100%;
  min-height: 100%;
  transition: all ease 1s;
  object-fit: contain;
}

#gallery > div {
  overflow: hidden;
  position: relative;
  /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19); */
}

#gallery div,
#gallery a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

[id^="lightbox-"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  transition: opacity 450ms ease-in-out;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

[id^="lightbox-"]:target {
  opacity: 1;
  pointer-events: inherit;
}

[id^="lightbox-"] .content {
  max-width: 90%;
  position: relative;
  color: #fff;
}

[id^="lightbox-"] .content:hover > a.close {
  opacity: 1;
  transform: scale(1, 1);
}

[id^="lightbox-"] .content:hover > .title {
  opacity: 1;
  transform: translateY(-3px);
}

[id^="lightbox-"] .content:hover > .title::after {
  opacity: 1;
}

[id^="lightbox-"] .content > * {
  transition: all 450ms ease-in-out;
}

[id^="lightbox-"] .title {
  display: block;
  margin: 0;
  padding: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  font-size: 1.5em;
  opacity: 0;
}

[id^="lightbox-"] .title::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 350ms ease-in-out 250ms;
  opacity: 0;
  transform-origin: bottom;
  mix-blend-mode: soft-light;
}

[id^="lightbox-"] img {
  max-height: 90vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  filter: blur(50px);
}

[id^="lightbox-"] a.close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0, 0);
  opacity: 0;
  transform-origin: right top;
  text-decoration: none;
  color: #fff;
}

[id^="lightbox-"] a.close::after {
  content: "X";
}

/* /* gallery-section */

/* section3 ends */

/* section4 starts */

.section4 {
  padding: 70px 0px;
  background-color: #032221;
}

.section4 .container {
  max-width: 1440px;
}

.section4 .container .row {
  max-width: 90%;
  margin: auto;
  row-gap: 20px;
}

.section4 .container .row .col-lg-4 {
  /* margin: 0px 15px; */
}

.section4 .container .heading p {
  color: white;
  width: 75%;
  margin: auto;
}

.section4 .job-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  border-top: 5px solid #29ba74;
  width: 100%;
  text-align: left;
  margin: auto;
  height: 100%;
}

.section4 .department {
  border-left: 4px solid #00a651;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #000;
}

.section4 .department h4 {
  margin: 5px 0;
  font-size: 22px;
  font-weight: bold;
  color: #243a5a;
}

.section4 .job-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section4 .experience {
  font-size: 14px;
  color: #555;
  margin: 15px 0px;
  padding: 10px 0px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.section4 .CTA-btn a {
  border: 2px solid black !important;
}

/* section4 ends */

/* section5 starts */

.section5 {
  padding: 60px 0px;
  background-color: #032221;
}

.section5 .container {
  background-color: #29ba74;
  padding: 40px;
  border-radius: 50px;
}

.section5 .container .heading h2 {
  -webkit-text-fill-color: white;
}

.section5 .container .main-row {
  width: 90%;
  margin: auto;
}

.section5 .contact-card {
  background-color: white;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section5 .contact-icon {
  background-color: #26c281;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 20px;
}

.section5 .contact-info {
  font-weight: 500;
}

.section5 .form-control {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.section5 .submit-btn {
  background-color: white;
  color: #333;
  border-radius: 30px;
  padding: 10px 25px;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.section5 .submit-icon {
  background-color: #333;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.section5 textarea.form-control {
  min-height: 150px;
}

/* section5 ends */

/* footer starts */

footer {
  padding: 60px 30px 10px;
  background-color: #000000;
  color: white;
}

footer .container .left {
  row-gap: 30px;
}

footer .container .left .logo {
  width: 100%;
  max-width: 200px;
}

footer .container .right ul {
  list-style-type: none;
  margin-top: 20px;
}

footer .container .right ul li {
  font-size: 14px;
  line-height: 35px;
}

footer .container .right ul li a {
  text-decoration: none;
  color: white;
}

footer .container .quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin: 25px 0px;
}

footer .container .quick-links a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}

/* footer ends */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}

/* Media Query */
@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* header */
  header nav .brand img {
    width: 100%;
    max-width: 170px;
  }

  .navbar-toggler {
    padding: 0px 5px;
  }

  header nav .navbar-nav .nav-link {
    padding: 10px 0px !important;
  }

  header nav .navbar-nav .nav-link.show {
    color: white;
  }
  /* header */

  .heading h2 {
    font-size: 28px;
  }

  /* hero section */
  .hero-section .content h1 {
    font-size: 30px;
  }

  .hero-section .content {
    width: 100%;
  }

  .hero-section .green-circle {
    width: 100%;
    max-width: 190px;
    height: 100px;
  }

  .CTA-btn a {
    background-color: white;
    color: #032221;
    border-radius: 24px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
  }

  /* hero section */

  /* section1 */

  .section1 .container .row .col-lg-5 h2 {
    font-size: 28px;
  }

  .section1 .container .row .right-div .card {
    padding: 0px;
  }

  /* section1 */

  /* section2 */
  .section2 {
    padding: 30px 0px;
  }

  .section2 .slider-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .section2 .slider-image {
    width: 100%;
    height: 250px;
  }

  .section2 .slider-container {
    padding: 20px;
    padding-bottom: 75px;
  }

  .section2 .nav-controls {
    min-width: 80%;
  }

  .section2 .page-indicator {
    padding-top: 0px;
  }

  .section2 .slider-header {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .section2 .slider-text {
    margin-bottom: 10px;
  }

  /* section2 */

  /* section4 */

  .section4 .container .heading p {
    width: 100%;
  }

  /* section4 */
  .section4 .container .row {
    max-width: 100%;
  }

  /* section4 */

  /* section5 */

  .section5 .container {
    padding: 30px 20px;
  }

  .section5 .container .main-row {
    width: 100%;
  }

  /* section5 */

  /* footer */
  footer {
    padding: 60px 10px 10px;
  }

  footer .container .quick-links {
    gap: 20px;
    margin: 10px 0px;
  }
}

@media (min-width: 481px) and (max-width: 885px) {
  .hero-section .content {
    padding: 20px 10px;
    gap: 15px;
  }

  h2 {
    font-size: 28px !important;
  }

  .hero-section .content h1 {
    font-size: 30px;
  }

  .section2 {
    padding: 40px 0px;
  }

  .section3 {
    padding: 40px 0px;
  }

  .section4 .container .row {
    max-width: 100%;
  }
}

@media (min-width: 885px) and (max-width: 1025px) {
  .hero-section .content h1 {
    font-size: 40px;
  }
}
