/*colors*/
/**/
* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: inherit;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
body {
  width: 100%;
  /* background: linear-gradient(to bottom, #175d6938 6%, #175d69 50%, #250c43 100%); */
  height: 100vh;
}
.header {
  position: fixed;
  top: 3.5rem;
  left: 0;
  width: 100%;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #FFFFFF;
}
.navbar .logo a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #202020bd;
}
.links button {
  background: none;
  border: none;
}
.navbar .links button {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: #202020bd;
  padding: 10px 0;
  transition: 0.2s ease;
}
.navbar .free {
  border: 1px solid #202020bd;
  padding: 10px 20px !important;
  border-radius: 0.375rem !important;
  text-align: center;
  transition: 0.2s ease !important;
}
.navbar .free:hover {
  background-color: #3fa85a;
  color: #202020bd !important;
}
.navbar .links button:hover {
  color: #3fa85a;
}
.navbar .links {
  display: none;
}
.navbar .links a {
  font-size: 140%;
  text-decoration: none;
  color: #100635bd;
  padding: 10px 0;
  transition: 0.2s ease;
}
.navbar .links a:hover {
  color: #3fa85a;
}
.navbar .buttons a {
  text-decoration: none;
  color: #202020bd;
  font-size: 1.2vw;
  padding: 15px 0;
  transition: 0.2s ease;
  width: fit-content;
}
.navbar .buttons a:not(:last-child) {
  margin-inline-start: 2vw;
  margin-inline-end: 1vw;
}
.navbar .buttons .signin:hover {
  color: #01771f;
}
.navbar .buttons .signup {
  border: none;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 0.375rem;
  text-align: center;
  transition: 0.2s ease;
  margin-right: 2vw;
  background-color: #119934;
  margin-top: 0.2rem;
  display: flex;
}
.navbar .buttons .signup:hover {
  background-color: #01771f;
}
.newsTicker{
  height: 3.5rem;
  position: fixed;
  width: 100%;
}
.newsText1{
  font-size: 0.8rem;
  text-transform: capitalize;
  color: #FFF;
  background-color: #119934;
  height: 100%;
  text-align: center;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.newsText1 h2 {
  animation: newsText1 10s linear;
  margin-left: 35%;
}

@keyframes newsText1 {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 35%;
  }
}

.mainText1{
  display: inline-flex;
  height: fit-content;
  width: 100%;
  margin-top: 5rem;
  background-image: url("/static/pictures/banner.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: center;
  text-shadow: 2px 2px 5px #202020;
}
.mainText1 .mainTextHeading1{
  font-size: 2.5rem;
  margin-left: 7vw;
  margin-top: 12rem;
  color: #FFFFFF;
  max-width: 90%;
}
.mainText1 .mainTextBlock1{
  font-size: 2rem;
  margin-left: 7vw;
  padding-top: 4rem;
  padding-bottom: 5rem;
  color: #FFFFFF;
  max-width: 90%;
}
/* .mainText-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: fit-content;
  padding: 10rem 10%;
  max-width: 80%;
} */
.mainText1 .mainText {
  max-width: 90%;
  color: #090F07;
}
.mainText h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.mainText p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #090F07;
}
.mainText1 .img img {
  width: 517px;
}
.mainText1 .buttons {
  margin-top: 40px;
}
.mainText1 .buttons a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 32px;
  border-radius: 0.375rem;
  transition: 0.2s ease;
  display: inline-block;
  margin-left: 7vw;
  margin-bottom: 8vh;
}
.mainText1 .buttons a:not(:last-child) {
  margin-right: 15px;
}
.buttons .join {
  background-color: #119934;
}
.mainText1 .buttons .learn {
  border: 1px solid #fff;
  border-radius: 0.375rem;
}
.mainText1 .buttons a:hover {
  background-color: #01771f;
}

.mainText2{
  display: block;
  height: fit-content;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.mainText2-1{
  display: block;
  height: fit-content;
  background-color: #f1f2f3;
}
.mainText2 .mainTextHeading2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: inline-block;
}
.mainText2 .mainTextBlock2{
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 15%;
  margin-right: 8%;
}
.mainText2 .buttons {
  margin-top: 40px;
}
.mainText2 .buttons a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 32px;
  border-radius: 0.375rem;
  transition: 0.2s ease;
  display: inline-block;
  margin-left: 7vw;
  margin-bottom: 8vh;
}
.mainText2 .buttons a:not(:last-child) {
  margin-right: 15px;
}
.mainText2 .buttons a:hover {
  background-color: #01771f;
}

@media screen and (min-width: 1356px) {

  #menu-toggle {
    display: none;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 15px;
    width: 100%;
  }
  .navbar .logo a {
    font-size: 1.8rem;
    text-decoration: none;
    color: #fff;
  }

  .navbar .links a {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    transition: 0.2s ease;
  }
  .navbar .links a:hover {
    color: #304c29;
  }
  .navbar .buttons a {
    text-decoration: none;
    color: #0a1108;
    font-size: 1rem;
    padding: 15px 0;
    transition: 0.2s ease;
  }
  .navbar .buttons a:not(:last-child) {
    width: fit-content;
  }
  .navbar .buttons .signin:hover {
    color: #304c29;
  }
  navbar .buttons .signup {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 0.375rem;
    text-align: center;
    transition: 0.2s ease;
  }
  .navbar .buttons .signup:hover {
    background-color: #01771f;
  }
  #hamburger-btn {
    display: none;
  }
  .responsiveElement{
    display: none;
  }
}
@media only screen and (orientation: landscape) {
  .responsiveElement{
    display: none;
  }
  .signin {
    display: inline-block;
    float: left;
  }
  }
@media only screen and (orientation: portrait) {
  .navbar .logo a {
    font-size: 1.5rem;
  }
  .newsTicker{
    height: 3.5rem;
    position: fixed;
    width: 100%;
  }
  .newsText1{
    font-size: 0.6rem;
    text-transform: capitalize;
    color: #FFF;
    background-color: #119934;
    height: 100%;
    text-align: center;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
  }
  .newsText1 h2 {
    animation: newsText1 5s linear;
    margin-left: 6%;
  }
  
  @keyframes newsText1 {
    from {
      margin-left: 100%;
    }
  
    to {
      margin-left: 6%;
    }
  }
  .navbar #menu-toggle:checked ~ .links {
    left: 0;
  }
   .header .buttons {
    display: none;
  }
  .mainText1{
    display: inline-block;
    height: fit-content;
    margin-bottom: 0;
    padding-bottom: 2rem;
    background-size: 310%;
    background-position-y: 61%;
    background-position-x: 42%;
  }
  .mainText1 .mainTextHeading1{
    font-size: 1.5rem;
    margin-left: 7vw;
    color: #FFFFFF;
    max-width: 90%;
    padding-top: 3rem;
  }
  .mainText1 .mainTextBlock1{
    font-size: 1rem;
    margin-left: 7vw;
    color: #FFFFFF;
    max-width: 90%;
  }
  .mainText1 .buttons {
    margin-top: 20px;
  }
  .mainText1 .buttons a {
    font-size: 1rem;
  }
  .buttons .join {
    background-color: #43951d;
  }
  .mainText2 {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .mainText2 .mainTextHeading2 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .mainText2 .mainTextBlock2 {
    font-size: 1rem;
  }
  .responsiveTable td:nth-child(3){
    display: none;
  }
  .responsiveTable1 td:nth-child(1){
    display: none;
  }
  .responsiveTableColumn1{
    width: 110%;
    margin-left: -10%;
  }
  .responsiveTable1 {
    margin-left: 0% !important;
  }
  .mainText2 .responsiveElement{
    margin-left: 10%;
    margin-bottom: 2rem;
  }
  .responsiveTable .buttons a {
    margin-bottom: -6rem;
    font-size: 1rem;
    margin-left: 5rem;
  }
  .responsiveElement .buttons a {
    margin-bottom: -6rem;
    font-size: 1rem;
    margin-left: 7rem;
  }
}