body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background-color: #032221;
}

.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;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 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: 10px 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 center/cover;
  height: 100%;
}

.hero-section .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.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;
}

/* numbers */

.numbers {
  border-radius: 24px;
  background: linear-gradient(92deg, #29ba74 14.5%, #98ff98 100%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  margin: auto;
  row-gap: 10px;
  padding: 20px 30px;
}

.numbers div {
  padding: 5px 25px;
}

.numbers .border {
  border: none !important;
  border-left: 1px solid white !important;
}

.numbers div h2 {
  color: rgb(0, 0, 0);
  -webkit-text-fill-color: #000000;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0px;
}

.numbers div p {
  margin-bottom: 0px;
  color: #161616;
  font-size: 20px;
}

/* hero-section ends */

/* section2 starts */
.section2 {
  padding: 60px 0px;
  background-color: #032221;
  position: relative;
}

.section2 .container .row {
  margin: auto;
  align-items: center;
  row-gap: 30px;
}

/* container1 */

.section2 .container1 {
  padding: 40px 10px;
}

.section2 .container1 h2 {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2 .container1 p {
  color: white;
}

.section2 .container1 .cards .col-lg-4 {
  display: flex;
  justify-content: center;
}

.section2 .container1 .cards img {
  max-width: 280px;
  margin: auto;
  border: 1px solid #29ba74;
  border-radius: 15px;
}

/* container1 */

.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: auto;
}

/* container2 */

.section2 .container2 .big-card {
  padding: 60px 20px;
  background: linear-gradient(120.42deg, #98ff98 33.27%, #29ba74 81.68%);
  border-radius: 24px;
  margin-bottom: 60px;
}

.section2 .container2 .big-card h2 {
  color: black;
  background: none;
  -webkit-text-fill-color: #000000;
}

.section2 .container2 .big-card p {
  color: black;
  font-weight: 500;
}

.section2 .container2 .col-lg-4 h2 {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2 .container2 p {
  color: white;
}

.section2 .container2 .expander-div .row {
  display: flex;
  width: 100%;
  margin: auto;
}

.section2 .container2 .expander-div .box .div {
  padding: 23px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

/* box one */

.section2 .container2 .expander-div .one {
  background: url(images/Brand.png) no-repeat center/cover;
}

.section2 .container2 .expander-div .one .div {
  border-radius: 16px;
  background: linear-gradient(180deg, #077fff76 26.76%, #002042 83.12%);
}

/* box two */

.section2 .container2 .expander-div .two {
  background: url(images/Lead.png) no-repeat center/cover;
}

.section2 .container2 .expander-div .two .div {
  /* border-radius: 16px; */
  background: linear-gradient(180deg, #e8d6ff7e 0%, #270653 84.89%);
}

.section2 .container2 .expander-div .two h3,
.section2 .container2 .expander-div .two p {
  color: rgb(255, 255, 255);
}

/* box three */

.section2 .container2 .expander-div .three {
  background: url(images/Event.png) no-repeat center/cover;
}

.section2 .container2 .expander-div .three .div {
  border-radius: 16px;
  background: linear-gradient(180deg, #ff008078 0%, #240213 77.45%);
}

/* Default style for all boxes */
.section2 .container2 .expander-div {
  max-width: 100%;
}

.section2 .container2 .expander-div .box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  cursor: pointer;
  flex: 0.8; /* Keeps inactive boxes small */
  margin: 0px;
  position: relative;
  transition: flex 0.5s ease-out;
  color: white;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0px;
  border-radius: 16px;
}

.section2 .container2 .expander-div .box h3 {
  font-size: 26px;
  margin-bottom: 30px;
  z-index: 2;
  font-weight: 700;
  color: white;
  transform: rotate(-90deg);
  white-space: nowrap;
  text-orientation: mixed;
  padding: 0px 0px 60px 40px;
}

.section2 .container2 .expander-div .box p {
  font-size: 15px;
  /* font-weight: lighter; */
}

/* Hide h5 and p by default */
.section2 .container2 .expander-div .box p,
.section2 .container2 .expander-div .box a {
  display: none;
}

/* Active box expands */
.section2 .container2 .expander-div .box.active {
  flex: 3;
}

/* Active box expands */
.section2 .container2 .expander-div .box.active {
  flex: 2;
}
/* container2 */

/* section2 ends */

/* our-clients (section3) starts */

.our-clients {
  background-color: #29ba74;
  border-radius: 40px;
}

.our-clients .container {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 50px 0px;
  width: 95%;
  margin: auto;
}

.our-clients .container h2 {
  text-align: center;
  -webkit-text-fill-color: black;
}

.our-clients .container .row {
  margin: auto;
}

.our-clients .container .row div {
  padding: 10px;
  display: flex;
  align-items: center;
}

.our-clients .container div {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.our-clients .container div:hover {
  -webkit-filter: none;
  filter: none;
}

#more {
  display: none;
  transition: all 1s;
}

#myButton {
  background-color: #4fb57c;
  color: white;
  width: 45px;
  height: 45px;
  font-size: 12px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
}

#myButton2 {
  background-color: #4fb57c;
  color: white;
  width: 45px;
  height: 45px;
  font-size: 12px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
  display: none;
}

/* our-clients ends */

/* section4 starts */

.section4 {
  padding: 60px 0px;
  background-color: #032221;
}

.section4 .owl-carousel {
  width: 100%;
  margin: auto;
}

.section4 .owl-carousel .card {
  border-radius: 20px;
  padding: 20px;
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  row-gap: 5px;
}

.section4 .owl-carousel .card .grey {
  display: flex;
  align-items: center;
  justify-content: self-start;
  background-color: #f5f5f5;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  gap: 10px;
}

.section4 .owl-carousel .card .grey h5 {
  font-size: 40px;
  font-weight: 600;
  color: #29ba74;
}

.section4 .owl-carousel .card .grey p {
  color: #29ba74;
  margin-bottom: 0px;
}

.section4 .owl-carousel .card p {
  font-size: 14px;
  line-height: 17px;
  color: #202124;
  margin-bottom: 0px;
}

.section4 .owl-carousel .card h5 {
  color: black;
  font-size: 16px;
  margin-bottom: 0px;
}

.section4 .owl-carousel .card h5 span {
  color: #29ba74;
  font-size: 15px;
}

.owl-theme .owl-controls .owl-page span {
  background: white !important;
}

.btn-link:hover {
  background: #29ba74 !important;
}

.section4 .container-fluid {
  position: relative;
}

/* .section4 .container-fluid .owl-carousel {
} */

.section4 .thumbnail .card {
  max-width: 95%;
  margin: auto;
  height: 100%;
  min-height: 330px;
}

.section4 .customNavigation {
  transform: translateY(-50%);
  /* top: calc(50% - 37px); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  position: absolute;
  top: 30px;
  right: 10px;
}

.section4 .customNavigation > i {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  color: white;
}

.section4 .pager-left {
  left: calc(0% + 15px);
  left: 0;
}

.section4 .pager-right {
  right: calc(0% + 15px);
  right: 0;
}

.section4 .next,
.section4 .prev {
  font-size: 28px;
  color: #ccc;
}
.section4 .next,
.section4 .prev:hover {
  background-color: transparent !important;
}

/* section4 ends */

/* section5 starts */

.our-team {
  padding: 60px 0px;
  background-color: #032221;
  overflow: hidden;
}

.our-team .container {
  max-width: 100%;
}

.our-team .container .row {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}

@media (max-width: 430px) {
  .our-team .container .row {
    grid-template-columns: auto auto auto auto;
  }
}

@media (min-width: 431px) and (max-width: 800px) {
  .our-team .container .row {
    grid-template-columns: auto auto auto auto auto auto auto auto;
  }
}

.our-team .container .row div {
  padding: 0px;
}

.our-team p {
  font-size: 14px;
}

.our-team .container .row .profile {
  position: relative;
  top: 0;
}

.our-team .container .row img {
  width: 100%;
  height: 100%;
}

.our-team .container .row span {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: background-color 0.3s ease-in-out;
}

.our-team .container .row span:hover {
  background-color: transparent;
}

.our-team .container .row .yellow {
  background-color: #fcaf0b66;
}

.our-team .container .row .blue {
  background-color: #1922cb66;
}

.our-team .container .row .green1 {
  background-color: #26d23466;
  opacity: 0.4;
}

.our-team .container .row .green2 {
  background-color: #1b6b1266;
  opacity: 0.4;
}

.our-team .container .row .pink {
  background-color: #e71ed366;
  opacity: 0.4;
}

.our-team .container .row .red1 {
  background-color: #e61e2166;
  opacity: 0.4;
}

.profile {
  transition: filter 1.2s ease;
}

.profile.blur {
  filter: blur(4px); /* You can increase or decrease this */
}

/* section5 ends */

/* section6 starts */

.contact {
  padding: 60px 0px;
  background-color: #032221;
}

.contact .container {
  max-width: 1200px;
  margin: auto;
  border-radius: 30px;
  padding: 50px 0px;
  border-radius: 20px;
}

.contact .container h1 {
  text-align: center;
  font-size: 50px;
  padding: 20px;
}

.contact .container .main-row {
  margin: auto;
  /* align-items: center; */
  border: 1px solid #ffffff;
  border-radius: 20px;
}

.contact .container .main-row .green-div {
  position: relative;
  height: 100%;
  width: 100%;
}

.contact .container .main-row .round-icon {
  max-width: 200px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.contact form {
  background-color: white;
  color: #757575;
  margin: auto;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 13px;
}

.contact #more {
  display: none;
}

.contact .form-input input {
  border: 2px solid #ededeeec;
  border-bottom: 1px solid #9494949b;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  margin: auto;
}

.contact .form-input input:focus {
  color: white !important;
}

.contact .row-input input {
  width: 49%;
  padding: 10px 0px 10px 10px;
}

.contact .company {
  width: 98.5%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.contact .form-input .input-flex .flex-checkbox .row {
  row-gap: 0px;
}

.contact .other-inputs input {
  border: 2px solid #ededee9b;
  border-bottom: 1px solid #9494949b;
  color: white;
  margin: auto;
  margin: 10px auto;
}

.contact .other-text {
  display: none;
  width: 100%;
  border: none;
  border: 2px solid #ededee9b;
  border-bottom: 1px solid #9494949b;
  background-color: transparent;
  color: white;
  border-radius: 5px;
}

.contact .form-input .other-text:focus {
  background-color: #1e1f26 !important;
  color: white !important;
}

.contact textarea {
  border: 2px solid #9494949b;
  border-bottom: 1px solid #9494949b;
  background-color: transparent;
  color: white;
  border-radius: 5px;
  margin: 10px auto;
}

.contact .form-input textarea:focus {
  background-color: #1e1f26 !important;
  color: white !important;
}

.contact .flex-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.contact .message {
  width: 98.5%;
  padding-left: 0px;
  padding: 10px;
}

.contact .CTA-btn a {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  padding: 8px 16px;
  border: 1px solid rgb(195, 194, 194);
}

.contact .CTA-btn a {
  font-weight: 600;
}

.contact .CTA-btn img {
  font-size: 30px;
  border-radius: 10px;
  max-width: 30px;
}

.contact .green-div {
  color: white;
  padding: 30px;
  border-radius: 20px;
}

.contact .green-div p {
  font-size: 18px;
}

.contact .green-div h4 {
  font-size: 40px;
}

.contact .green-div .row img {
  width: 100%;
  max-width: 90px;
}

.contact .green-div .row h5 {
  font-size: 24px;
  font-weight: 700;
}

/* section6 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: 30px;
  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;
  }

  .green-circle {
    width: 100%;
    max-width: 190px;
    height: 100px;
  }

  /* hero section */

  .hero-section .content {
    width: 100%;
    padding: 10px;
    gap: 10px;
  }

  .hero-section .content h1 {
    font-size: 30px;
    line-height: normal;
  }

  .hero-section .content p {
    color: white;
    font-size: 14px;
  }

  .hero-section .video-div {
    margin: 30px 0px;
  }

  .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;
  }

  .numbers {
    border-radius: 20px;
    padding: 10px 15px;
    margin: 20px 0px;
  }

  .numbers .border {
    border: none !important;
  }

  .numbers div {
    padding: 10px;
  }

  .numbers div h2 {
    font-size: 25px;
  }

  .numbers div p {
    font-size: 13px;
    line-height: 16px;
  }

  /* hero section */

  /* section2 */
  .section2 .container1 {
    padding: 40px 0px;
  }

  .section2 .container1 h2 {
    font-size: 28px;
  }

  .section2 .container .row {
    row-gap: 30px;
  }

  .section2 .container1 .cards {
    row-gap: 5px;
  }

  .section2 .container1 .cards .col-lg-4 {
    padding: 5px;
  }

  .section2 .container2 .big-card h2 {
    font-size: 28px;
  }

  .section2 .container2 .big-card {
    padding: 30px 20px;
  }

  .section2 .container2 .col-lg-4 h2 {
    font-size: 28px;
  }

  /* Stack boxes vertically */
  .section2 .container2 .expander-div .row {
    flex-direction: column;
    width: 100%;
  }

  /* Make all boxes take full width */
  .section2 .container2 .expander-div .box {
    width: 100%;
    height: 20vh; /* Smaller height initially */
    flex: none;
    transition: height 0.7s ease-out;
  }

  /* Expand the active box to show content */
  .section2 .container2 .expander-div .box.active {
    height: 80vh; /* Expand in vertical direction */
  }

  .section2 .container2 .expander-div .box h3 {
    transform: none !important;
    margin-bottom: 5px !important;
    padding: 0px !important;
    font-size: 20px;
  }

  .section2 .container2 .expander-div .box p {
    font-size: 13px;
  }

  /* section2 */

  /* our-clients */

  .our-clients .container h2 {
    font-size: 28px;
  }

  .our-clients .container .row div {
    padding: 5px;
  }

  /* our-clients */

  /* section4 */

  .section4 h2 {
    font-size: 28px;
  }

  .section4 .thumbnail .card {
    max-width: 100%;
    margin: 0px 10px;
    height: 100%;
  }

  .section4 .container-fluid .owl-carousel {
    max-width: 100%;
  }

  .section4 .container-fluid {
    max-width: 100%;
  }

  /* section4 */

  /* section6 contact */

  .section6 h2 {
    font-size: 28px;
    -webkit-text-fill-color: #000000;
  }

  .contact form {
    max-width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
  }

  .contact .green-div {
    width: 100%;
    padding: 20px 15px;
  }

  .contact .container h1 {
    text-align: center;
    font-size: 36px;
    padding: 15px;
  }

  /* section6 */

  /* footer */
  footer {
    padding: 60px 10px 10px;
  }

  footer .container .quick-links {
    gap: 20px;
    margin: 10px 0px;
  }
}

/* tablets */
@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;
  }

  .hero-section .row {
    margin-top: 30px;
  }

  /* Stack boxes vertically */
  .section2 .container2 .expander-div .row {
    flex-direction: column;
    width: 100%;
  }

  /* Make all boxes take full width */
  .section2 .container2 .expander-div .box {
    width: 100%;
    height: 20vh; /* Smaller height initially */
    flex: none;
    transition: height 0.7s ease-out;
  }

  /* Expand the active box to show content */
  .section2 .container2 .expander-div .box.active {
    height: 80vh; /* Expand in vertical direction */
  }

  .section2 .container2 .expander-div .box h3 {
    transform: none !important;
    margin-bottom: 5px !important;
    padding: 0px !important;
    font-size: 20px;
  }

  .section2 .container2 .expander-div .box h3 {
    font-size: 20px;
  }

  .section4 .thumbnail .card {
    max-width: 95%;
    margin: auto;
  }

  .contact form {
    width: 100%;
  }

  .contact .green-div {
    width: 90%;
    margin: auto;
  }
}

@media (min-width: 885px) and (max-width: 1025px) {
  .hero-section .content h1 {
    font-size: 40px;
  }

  .section4 .thumbnail .card {
    max-width: 95%;
    margin: auto;
  }

  .contact form {
    max-width: 100%;
  }

  .contact .green-div {
    width: 90%;
    margin: auto;
  }
}
