/* Variable Declaration and Used Classes Start */
/*---------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100vw;
  background-color: #5c8a4f;
}

.overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6156862745);
  display: flex;
}

nav ul {
  list-style: none;
}
nav ul li a {
  text-decoration: none;
}

h2 {
  font-size: 2vw;
  font-weight: 100;
}

h3 {
  font-size: 1.5vw;
  font-weight: 100;
}

h5 {
  font-weight: 100;
  font-size: 1vw;
}

ul {
  list-style: none;
}

/* Variable Declaration and Used Classes End */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Hide Scroll Bar Start */
body::-webkit-scrollbar {
  width: 0em;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: 5px;
}

/* Hide Scroll Bar End */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Responsiveness Start */
@media only screen and (max-width: 500px) {
  h2 {
    font-size: 40px;
  }
  header h1 {
    width: auto;
  }
  header .language-selector {
    position: relative !important;
    margin-left: 3vw;
    flex-direction: row !important;
    padding-bottom: 2.5vh;
    align-self: center;
  }
  header .language-selector .lang-circle {
    margin-bottom: 0 !important;
    margin-right: 2vw;
  }
  .pages-navbar {
    position: absolute;
    top: -80vh;
    left: 0;
    width: 90vw !important;
    height: 60vh !important;
    display: flex;
    flex-direction: column !important;
    background-color: #5c8a4f;
    padding: 10vh 5vw;
    padding-bottom: 0;
  }
  .pages-navbar div {
    height: 20vh !important;
    justify-content: start !important;
  }
  .pages-navbar div span {
    display: none;
  }
  .pages-navbar div .dropdwn {
    color: rgba(0, 0, 0, 0);
    display: none;
  }
  .pages-navbar .dd:hover .dropdwn {
    color: rgba(0, 0, 0, 0);
    display: none;
  }
  .menu-icon {
    cursor: pointer;
    position: absolute;
    right: 5vw;
    top: 5vw;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    z-index: 999999;
  }
  .menu-icon .line {
    z-index: 999999;
    width: 100%;
    height: 2px;
    background-color: #eee;
  }
  .trexan-motto {
    width: 90vw !important;
    padding-right: 5vw !important;
  }
  .trexan-motto p {
    font-size: 30px;
  }
  .flex-row {
    flex-direction: column !important;
  }
  .flex-row .left {
    border: none !important;
    padding-right: 0 !important;
  }
  .flex-row .right {
    padding-left: 0 !important;
  }
  .sections-navbar ul li {
    margin-right: 0 !important;
    display: flex !important;
    text-align: center;
  }
  .sections-navbar ul li a {
    width: 100% !important;
    padding: 0;
  }
  footer {
    flex-direction: column;
    position: relative;
    padding-bottom: 80px !important;
  }
  footer div {
    text-align: center !important;
  }
  footer div .footer-navbar {
    justify-content: center !important;
  }
  footer .useful-links {
    padding-top: 5vw;
  }
  footer .copyright {
    width: 90vw;
    position: absolute;
    bottom: 10px;
  }
}
/* Responsiveness End */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Top Section Start */
.top-screen {
  height: 94.65vh;
  width: 100%;
  justify-content: start;
  background-image: url("../assets/imgs/DJI_0410.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4392156863);
}
.top-screen .overlay {
  flex-direction: column;
  justify-content: space-between;
}
.top-screen .overlay header {
  color: #eee;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 5vw;
  width: 90vw;
  height: 10vh;
  z-index: 99;
}
.top-screen .overlay header .language-selector {
  position: absolute;
  right: calc(2.5vw - 1.5vh);
  top: 1.5vh;
  display: flex;
  flex-direction: column;
}
.top-screen .overlay header .language-selector .lang-circle {
  width: 3vh;
  height: 3vh;
  border-radius: 2vh;
  margin-bottom: 1vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-screen .overlay header .pages-navbar {
  height: 100%;
  background-color: none;
  width: 45vw;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.top-screen .overlay header .pages-navbar div {
  flex: 1;
  display: flex;
  justify-content: end;
}
.top-screen .overlay header .pages-navbar div a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  color: rgba(238, 238, 238, 0.7529411765);
  transition-property: color;
  transition-duration: 0.2s;
}
.top-screen .overlay header .pages-navbar div a:hover {
  color: #eee;
}
.top-screen .overlay header .pages-navbar .dd {
  position: relative;
}
.top-screen .overlay header .pages-navbar .dd .dropdwn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: visible;
  opacity: 0;
  transition: top 0.2s linear, opacity 0.2s linear;
}
.top-screen .overlay header .pages-navbar .dd .dropdwn a {
  display: flex;
  justify-content: end;
  text-align: right;
  height: auto;
  padding-bottom: 10px;
}
.top-screen .overlay header .pages-navbar .dd:hover .dropdwn {
  opacity: 100;
  top: 8vh;
}
.top-screen .overlay .trexan-motto {
  color: #eee;
  padding: 5vw;
  width: 50%;
  font-weight: 100;
  font-size: 3vw;
}
.top-screen .overlay .trexan-motto p {
  padding: 0;
  margin: 0;
}

/* Top Section End */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Section NavBar Start */
.sections-navbar {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  height: 5vh;
  width: 90vw;
  background-color: #eee;
  padding: 0 5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.262745098);
  border-style: solid none;
}
.sections-navbar ul {
  flex: 1;
  max-width: 600px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sections-navbar ul li {
  flex: 1;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}
.sections-navbar ul li a {
  color: rgba(51, 51, 51, 0.6274509804);
  transition-property: color;
  transition-duration: 0.2s;
  text-decoration: none;
  padding: 5px;
  font-size: 15px;
}
.sections-navbar ul li a:hover {
  color: #333;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Section NavBar End */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Main Body Start */
main {
  padding: 0 5vw;
  background-color: #f5f3f0;
}
main section {
  width: 100%;
  height: auto;
  padding: 5vh 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.262745098);
}
main section .flex-row {
  display: flex;
  flex-direction: row;
  padding: 0;
  padding-bottom: 5vh;
  margin: 0;
  width: 90vw;
}
main section .flex-row div {
  flex: 1;
  padding: 2.5vw 0;
}
main section .flex-row div p {
  font-size: 20px;
}
main section .flex-row .left {
  border-right: 2px solid rgba(0, 0, 0, 0.262745098);
  padding-right: 5vw;
}
main section .flex-row .left h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
main section .flex-row .right {
  padding-left: 5vw;
  border: none;
}
main .other-div {
  margin-bottom: 5vh;
  width: 100%;
}

/* Main Body End */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Footer Start */
footer {
  background-color: #5c8a4f;
  color: #eee;
  display: flex;
  padding: 5vw;
  margin: 0px;
  width: 90vw;
}
footer div {
  flex: 1;
}
footer div h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 2vw;
  font-size: 40px;
}

.footer-navbar ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.footer-navbar ul li {
  padding: 1vw;
  padding-left: 0px;
  margin: 0px;
  text-justify: right;
}
.footer-navbar ul li a {
  color: rgba(238, 238, 238, 0.7529411765);
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  transition-property: color;
  transition-duration: 0.2s;
}
.footer-navbar ul li a:hover {
  color: #eee;
}

/* Footer End */
/*---------------------------------------------------*//*# sourceMappingURL=styles.css.map */