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;
}

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: 0px 15px !important;
}

header nav .navbar-nav .nav-link.show {
  color: white;
}

.CTA-btn a {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  padding: 5px 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;
}

.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 {
  margin: auto;
  row-gap: 10px;
}

.section1 .card {
  background-color: transparent;
  color: white;
  padding: 10px;
  row-gap: 10px;
}

.section1 .card img {
  border-radius: 20px;
  border: 1px solid #98ff98;
}

.section1 .sub-card {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.section1 .sub-card img {
  border-radius: 20px;
  border: 1px solid #98ff98;
  padding: 0px;
}

.section1 .container .row span {
  color: white;
  opacity: 0.7;
  padding: 0px 0px 10px;
}

.section1 .container .row h3 {
  color: white;
  font-family: "Newsreader", serif;
  padding: 10px 0px;
  margin-bottom: 0px;
}

.section1 .container .row .sub-card h3 {
  font-size: 22px;
  margin-bottom: 0px;
}

.section1 .container .row p {
  color: white;
  opacity: 0.7;
  padding: 10px 0px;
}

.section1 .container .popular-blog {
  padding: 50px 0px;
}

.section1 .container .popular-blog img {
  border-radius: 20px;
  border: 1px solid #98ff98;
}

.section1 .container .popular-blog span {
  color: white;
  opacity: 0.7;
  padding: 0px 0px 10px;
}

.section1 .container .popular-blog h2 {
  margin: 10px 0px;
}

.section1 .container .popular-blog p {
  margin-bottom: 0px;
}

/* section1 ends */

/* section2 starts */

.section2 {
  padding: 60px 0px;
  background-color: #032221;
  width: 100%;
  z-index: 2;
}

.section2 .filter {
  text-align: center;
  margin: auto;
  position: sticky;
  top: 70px;
  height: 100%;
  z-index: 10;
  background-color: #032221;
  padding: 8px 0px;
}

.section2 .btn {
  padding: 7px 14px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #46b175;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.section2 .btn:hover,
.section2 .btn-active {
  background: #46b175;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.section2 .blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  gap: 20px;
}

.section2 .blogs a {
  display: flex;
  max-width: 370px;
  border: 1px solid #46b175;
  border-radius: 15px;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}

.section2 .blogs img {
  width: 100%;

  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
}

.section2 .blogs img:hover {
  transform: scale(1.05);
}

.section2 .sets .hide,
.section2 .sets .pophide {
  display: none;
  opacity: 0;
}

/* section2 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 */
  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: 3px 10px;
    font-weight: 600;
    font-size: 13px;
  }

  /* hero section */

  /* section1 */

  .section1 .container .row .col-lg-6 {
    padding: 0px;
  }

  .section1 .card{
    padding: 10px 0px;
  }

  .section1 .container .row .right-div .card {
    padding: 0px;
  }

  /* section1 */

  /* section2 */

  .section2 .container {
    padding: 15px;
  }

  .section2 .filter{
    top: 60px;
  }

  .section2 .blog-card {
    padding: 0px;
  }

  .section2 .pagination {
    width: auto;
  }

  /* 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;
  }
}
