@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --primaryText: #242526;
  --bodyTextColor: #4a4a68;
  --primaryButton: #31640c;
  --SecondaryButton: #0b0bda;

  --titleHeader: 6.2rem;
  --SecondtitleHeader: 35px;
  --bodyText: 16px;
  --Primaryfont: "Montserrat", sans-serif;
  --fontBold: 900;
  --fontLight: 300;
  --generalMargin: 2rem 7rem;
  --shadow: 0px 0px 25px 0px #f4e7db;
  --headerlineheight: 1.4;
  --plineheight: 36px;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--Primaryfont);
}

nav {
  position: absolute;
  z-index: 99;
  width: 100%;

  background: #f3f3f3;
}
nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a {
  color: var(--bodyTextColor);
  font-size: var(--bodyText);
  font-weight: 600;
  text-decoration: none;
  align-self: center;
}
.wrapper .logo {
  align-self: center;
  align-items: center;
}
.wrapper .logo img {
  padding-top: 30px;
  width: 4rem;
  height: 5rem;
  object-fit: contain;
}
.wrapper .nav-links {
  display: inline-flex;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  color: #242526 !important;
  text-decoration: none;
  font-size: var(--bodyText);
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  background: var(--primaryButton);
  color: #f2f2f2;
}
.nav-links .mobile-item {
  display: none;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}
nav input {
  display: none;
}

.section2 {
  background-color: var(--primaryButton);
  padding: 1rem;
  display: flex;
  justify-content: center;
  height: 100vh;
  gap: 40px;
}
.section2 .para {
  max-width: 460px;
  margin-right: 5rem;
  align-self: center;
  align-items: center;
}
.section2 .baner {
  text-align: left;

  padding: 1rem;
  align-items: center;
  align-self: center;
  margin: 7rem;
}
.section2 h1 {
  font-family: var(--Primaryfont);
  font-size: 2rem;
  font-weight: 400;
  color: white;
  line-height: var(--headerlineheight);
  text-align: center;
}
.section2 p {
  font-family: var(--Primaryfont);
  font-size: 1rem;
  font-weight: 300;
  color: white;
  padding-top: 1.5rem;
  line-height: var(--plineheight);
}
.section4O {
  background-color: var(--primaryButton);
  padding: 1rem;
  display: flex;
  justify-content: center;

  gap: 40px;
}
.section4O .para {
  max-width: 460px;
  margin-right: 5rem;
  align-self: center;
  align-items: center;
}
.section4O .baner {
  text-align: left;

  padding: 1rem;
  align-items: center;
  align-self: center;
  margin: 7rem;
}
.section4O h1 {
  font-family: var(--Primaryfont);
  font-size: 2rem;
  font-weight: 400;
  color: white;
  line-height: var(--headerlineheight);
  text-align: center;
}
.section4O p {
  font-family: var(--Primaryfont);
  font-size: 1rem;
  font-weight: 300;
  color: white;
  padding-top: 1.5rem;
  line-height: var(--plineheight);
}
.section4O ol {
  text-align: center;
  padding: 2rem;
  font-size: 20px;
  color: #f2f2f2;
  list-style: none;
}
.section4O .baner li {
  padding: 1rem;
}

.wrapper {
  margin: auto;
}
.section3 {
  padding: 1rem;
  display: flex;
  justify-content: center;

  gap: 40px;
  margin: 1rem 3rem 1rem 3rem;
}
.section3 .para {
  max-width: 460px;
  margin-right: 5rem;
  align-self: center;
  align-items: center;
}
.section3 .baner {
  text-align: left;

  padding: 1rem;
  align-items: center;
  align-self: center;
  margin: 1rem;
}
.section3 h1 {
  font-family: var(--Primaryfont);
  font-size: 2rem;
  font-weight: 400;
  color: var(--bodyTextColor);
  line-height: var(--headerlineheight);
  text-align: center;
}
.section3 p {
  font-family: var(--Primaryfont);
  font-size: 1rem;
  font-weight: 300;
  color: var(--bodyTextColor);
  padding-top: 1.5rem;
  line-height: var(--plineheight);
}

.section3 .baner img {
  width: 450px;
}

.section4 {
  padding: 1rem;
  display: flex;
  justify-content: center;

  gap: 40px;
  margin: 5rem 3rem 5rem 3rem;
}
.section4 .para {
  max-width: 50%;
  margin-top: auto;
  align-self: center;
  align-items: center;
}
.section4 .baner {
  text-align: left;

  padding: 1rem;
  align-items: center;
  align-self: center;
  margin: 1rem;
}
.section4 h1 {
  font-family: var(--Primaryfont);
  font-size: 2rem;
  font-weight: 400;
  color: var(--bodyTextColor);
  line-height: var(--headerlineheight);
  text-align: center;
}
.section4 p {
  font-family: var(--Primaryfont);
  font-size: 1rem;
  font-weight: 300;
  color: var(--bodyTextColor);
  padding-top: 1.5rem;
  line-height: var(--plineheight);
}
.section4 li {
  font-family: var(--Primaryfont);
  font-size: 1rem;
  font-weight: 300;
  color: var(--bodyTextColor);
  padding-top: 1.5rem;
  line-height: var(--plineheight);
}

.background {
  position: relative;
}

.background .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background .container h1 {
  color: #fff;
  font-size: 5em;
  line-height: 105%;
  margin-bottom: 0;
  text-align: center;
}

.background .container h2 {
  color: #fff;
  font-size: 3em;
  line-height: 105%;
  margin-bottom: 0;
  text-align: center;
}

.background .container p {
  margin-top: 0;
  color: #fff;
  text-align: center;
}

.jumbotron {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("ab.jpg");
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0;
}

.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #f3f3f3;
  align-items: center;
}
.footer .col {
  width: 300px;
  height: auto;
  /*float: left;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col img {
  width: 90px;
  height: auto;
  margin-top: 2rem;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.footer .col a {
  text-decoration: none;
}
.footer .col p {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contain {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}
.social ul li a {
  text-decoration: none;
  width: 32px;
  height: 32px;
}
.social i {
  text-decoration: none;
  width: 32px;
  height: 32px;
}

.footer .col ul li:hover {
  color: #000000;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .col {
    width: 50%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

/*media query for nav*/
@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
    color: var(--primaryButton);
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: var(--primaryText);
    color: #f3f3f3;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
    color: #f3f3f3 !important;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: var(--primaryButton);
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
  .section2 {
    display: block;
    height: auto;
  }
  .section3 {
    padding: 1rem;
    display: block;
    justify-content: center;

    gap: 40px;
    margin: auto;
  }
  .section3 .baner img {
    width: 300px;
  }
  .section3 .baner {
    text-align: left;
    padding: 1rem;
    align-items: center;
    align-self: center;
    margin: auto;
  }
  .section4O .baner {
    text-align: left;
    padding: 1rem;
    align-items: center;
    align-self: center;
    margin: auto;
  }
  .section4O h1 {
    font-family: var(--Primaryfont);
    font-size: inherit;
    font-weight: 400;
    color: white;
    line-height: var(--headerlineheight);
    text-align: center;
    /* padding: 1rem; */
  }
  .section4 {
    padding: 1rem;
    display: flex;
    justify-content: center;
    height: auto;

    margin: 1rem;
  }
  .section4 .para {
    max-width: 100vw;
    margin-top: auto;
    align-self: center;
    align-items: center;
    margin: 1rem;
  }
  .section2 .baner {
    text-align: left;
    /* max-width: 100vw; */
    padding: 1rem;
    align-items: center;
    align-self: center;
    margin: 0rem;
  }
  .section2 .para {
    margin-right: 0rem;
  }
  .footer .col {
    width: 300px;
    height: auto;
    float: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
  }
  .contain {
    width: auto;
    margin: 0 auto;
    display: block;
    justify-content: space-evenly;
  }
}
