body {
  margin: 0;
  font-family: Arial;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  /* background-color: #007bff; */
}

img {
  width: 100%;
}

.toptext {
  width: 100%;   
  background-color: rgb(255, 0, 0);
  height: 40px;
  padding: 1px;
  font-size: 5px;
  text-align: right;
  color: white;
}

.toptext h5 {
  width: 100%;
  font-size: 16px;
}



.topnav img {
  width: 35px;
  /* background-color: #04AA6D; */
}





.topnav {
  overflow: hidden;
    
}

.active1 {
  background-color: rgb(255, 0, 0);
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav a:hover {
  background-color: #ffffff;
  color: rgb(255, 0, 0);
  font-size: 20px;
  text-decoration: none;
  border-radius: 10px;
}







.topnav {
  margin-top: 15px;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
    
}


header {
  /* background-color: rgb(0, 255, 128); */
  color: rgb(14, 13, 13);
  /* padding: 0px; */
  text-align: left;  
  height: 80px;   
  width: 100%;
  /* margin-top: 0px; */
}


header img {
  width: 5vw;
  float: left;
  /* margin-top: 1px;
  padding-top: 1px; */
  /* background-color: #04AA6D; */
}


#comp1 {
  margin-left: 15rem;
}

.do {
  /* padding: 1px; */
  /* background-color: rgb(158, 153, 153); */
  margin-left: 1%;
  font-size: 5px;
  border: 1.5px black solid;
  border-radius: 5px;
  /* margin-top: 1px; */
}

.do1 {
  padding: 5px;
  background-color: rgb(255, 0, 0);
  margin-left: 1%;
  font-size: 5px;
  border-radius: 5px;  
  /* margin-top: 1px;   */
}






section {
  padding: 10px;
  margin: 0 2px;
}





.digi {
  background-color: rgb(255, 0, 0);
  text-align: center;
  padding: 80px;
  border-radius: 50px;
  color: white;
  margin-bottom: 50px;
}




.contact {
  /* margin-top: 1px; */
  margin-bottom: 60px;
}

.contact h3 {
  text-align: center;
}

.tact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}





.contact .cont {
  background-color: rgb(255, 0, 0);
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  text-align: center;
  /* border-radius: 30px; */
}

.contact .cont p {
  margin-bottom: 60px;
}

.contact a {
  background-color: rgb(36, 35, 35);
  padding: 20px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  margin-right: 30px;
}

.con2 {
  background-color: rgb(202, 202, 202);
  height: auto;
  margin-right: 80px;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
}

.con2 img {
  width: 50%;
}

.con2 h6 {
  color: red;
}

.con2 a {
    margin-bottom: 300px;
}

.con3 {
    background-color: rgb(255, 0, 0);
    height: 290px;
    margin-right: 80px;
    padding: 30px;
    border-radius: 30px;
}

.con3 a {
    margin-bottom: 300px;
}







/* FORM */
.corm_details {
  /* padding-top: 1500px; */
  display: flex;
  flex: row;
}


.contact h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

form {
  background-color: rgb(194, 191, 191);
  box-shadow: 0px 0px 10px 0px rgb(107, 126, 151);
  padding: 20px;
  border-radius: 30px;
  width: 100%;
  margin-left: 1px;
}

form label {
  font-size: 18px;
}

form .mb-3 {
  width: 100%;
  padding: 5px;
  /* display: none; */
}

form .form-control {
  width: 100%;
}

form .form-select {
  width: 100%;
}

form .form-select:focus {
  background-color: #79baf0;
  color: white;
}

form .file input {
  padding: 10px;
  height: 50px;
  width: 100%;
}

#tick {
  width: 100%;
  height: 100%;
  margin: 20px;

}

#tick input {
  width: 1px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

form .btn {
  width: 30%;
  background-color: rgb(255, 0, 0);
  border: none;
  font-weight: 500;
  padding: 10px;
}









  
  .contact #join {
    width: 88%;
    padding-top: 1px;
    margin-left: 2px;
    /* background-color: #79baf0; */
  }
  
  .contact #join #work {
    font-size: 20px;
    padding-top: 1px;
  }

  .contact #join h3 {
    color: rgb(255, 0, 0);
    font-size: 30px;
    font-weight: 700;
    width: 80%;
  }
  
  .contact #join p {
    font-size: 20px;
  
  }

  .contact #join .mb-3 {
    width: 100%;
    /* display: none; */
  }
  
  .contact #join button {
    font-size: 13px;
    text-decoration: underline;
    padding: 10px;
    margin-bottom: 80px;
    border-radius: 20px;
  
  }
  




  /* FORM */
  .stop-flex {
    display: block !important;
    flex-direction: column !important;
  }

  #contact_form {
    margin-left: 0px;
    width: 113%;
  }

  .contact #join {
    margin-bottom: 20px;
  }

  form #submitBtn {
    width: auto;
    background-color: rgb(255, 0, 0);
    border: none;
    font-weight: 500;
    padding: 8px;
  }

  form {
    background-color: rgb(194, 191, 191);
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
  
  form label {
    font-size: 16px;
  }
  
  form input {
    padding: 10px;
    width: 100%;
  }
  
  form select {
    /* background-color: #79baf0; */
    width: 100%;
    border-radius: 5px;
  }
  
  form .file {
    padding: 10px;
  }

  form .file input {
    padding: 10px;
    height: 45px;
  }
  

  form #submitBtn {
    width: 35%;
    background-color: rgb(255, 0, 0);
    border: none;
    font-weight: 500;
    width: 200px;
  }















footer {
  background-color: #1a1615;
  padding-top: 20px;
  /* padding: 10px; */
  color: white;
  padding-left: 120px;
  padding-right: 120px;
  width: auto;
  margin-top: 200px;
}

.look2 {
  background-color: rgb(255, 0, 0);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
  width: 100%;
}

.look2 p {
  font-size: 40px;
  font-weight: 700;
  margin-right: 500px;
  margin-left: 20px;
  padding-top: 15px;
}

.look2 .btn {
  padding: 10px;
  margin-top: 16px;
  width: 180px;
  font-size: 25px;
  background-color: rgb(255, 255, 255);
  color: #1a1615;
  border: 0;
}



.ft_link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}

.ft_link img {
  background-color: white;
  border-radius: 20px;
  height: 50px;
  width: 50px;
  padding: 5px;
  /* margin-left: 20px; */
  /* display: none; */
}

.ft_link a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.ft_link p {
  font-size: 20px;
}

.ft_link input {
  /* width: 100%; */
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
}


.ft_socials {
  padding: 30px;
  
}
.ft_socials p {
  width: 500px;
  margin-right: 530px;
  font-size: 17px;
  
}

#terms {
  width: 340px;
  margin-right: 500px;
  /* background-color: #007bff; */
}

#terms2 {
  width: 300px;
  /* background-color: #007bff; */
}

.ft_socials {
  border-top: white 2px solid;
}

.ft_socials div {
  width: 30%;
  /* background-color: #04AA6D; */
  text-align: right;
}

.ft_socials div a {
  width: 30%;
  /* background-color: #04AA6D; */
  padding-left: 10px;
}

.news {
  /* background-color: #007bff; */
  width: 30%
}

.news form {
  height: 80px;
  /* padding: 10px; */
  margin: 1px;
}

.news form input {
  padding: 5px;
  margin: 1px;
}

.news form button {
  padding: 5px;
  margin: 1px;
  height: 40px;
  background-color: #ff0000;
}




.privacy {
  border-top: white 2px solid;
  padding-top: 15px;
  /* background-color: #04AA6D; */
  /* margin-right: 1px; */
}

.privacy div {
  margin-left: auto;
}

.privacy div a {
  padding-left: 10px;
}

.news {
  /* background-color: #007bff; */
  width: 30%
}









/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
/* MOBILE SPECIFIC STYLES */
/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
@media (max-width: 576px) {    
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
  
    .topnav.responsive {position: relative;}
    .topnav.responsive a {
        float: none; /*Stack links vertically*/
        display: block;
        text-align: left; /*Align text to the left*/
    }
  
    /* ----------///////////--------///////////----------- */
    /* ----------///////////--------///////////----------- */
    /* ----------///////////--------///////////----------- */
    /* ----------///////////--------///////////----------- */
  
    body {
        margin: 0;
        font-family: Arial;
    }
    
  .topnav {
    overflow: hidden;
    width: 100%;
  }
    
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 10px 10px;
        text-decoration: none;
        font-size: 14px;
        margin-left: 5px;
    }
    
    .active {
        background-color: #04AA6D;
        color: white;
        /* height: 150px; */
    }
    
    .topnav .icon {
        display: contents;
    }
    
    .topnav a:hover, .dropdown:hover .dropbtn {
        background-color: #555;
        color: white;
    }
    
  
  

  

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2px;
    /* background-color: #007bff; */
  }
  

  
  /* HEADER */

  .toptext {
    width: 100%;   
    background-color: rgb(255, 0, 0);
    height: auto;
    font-size: 5px;
    color: white;
  }

  .toptext h5 {
    margin-top: 10px;
    width: 100%;
    font-size: 260%;
  }

  #comp1 {
    margin-left: 0px;
  }


  
  
    header {
      background-color: rgb(36, 35, 33);
      color: white;
      text-align: left;  
      height: auto; 
      width: 100%;
      margin-top: 0px;  
      padding-right: 20px;
      padding-bottom: 20px;
    }
    
    header img {
      display: none;
      width: 10vw;
      float: left;
      margin-left: 15px;
      margin-top: 25px;
    }
    
    header div {
      padding: 0;
      margin-left: 10px; 
      width: auto;     
    }
    
    .do {
      padding: 1px;
      background-color: rgb(255, 0, 0);
      margin-left: 5px;
      font-size: 5px;
      /* border-top: 2px solid rgb(255, 255, 255); */
      margin: 10px;
      width: 250px;
    }
    
    .do1 {
      padding: 1px;
      background-color: rgb(255, 0, 0);
      margin-left: 50px;
      font-size: 5px;
      margin: 10px;
      width: 250px;
    }
    
    section {
      padding: 10px;
      margin: 0 5px;
    }
      
    

    .form_details {
      /* padding-top: 1500px; */
      display: flex;
      flex-direction: column;
    }

    .form_details #join1 {
      width: 100%;
      margin-bottom: 30px;
    }

    
    
    
    
    
     
    
    
    
    
    
    .digi {
      background-color: rgb(255, 0, 0);
      text-align: center;
      padding: 40px;
      border-radius: 50px;
      color: white;
      margin-bottom: 50px;
      /* height: 200px; */
    }

    .digi h3 {
      font-size: 20px;
    }

    .digi p {
      font-size: 15px;
    }

    .contact {
      margin-top: 30px;
      width: 100%;
      margin-bottom: 20px;
    }

    .tact {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
      width: 100%;
    }

    .contact .cont {
      background-color: rgb(165, 42, 42);
      color: white;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 10px;
      border-radius: 10px;
    }

    .contact .cont h1 {
      font-size: 20px;
      font-weight: 600;
    }

    .contact .cont p {
      margin-bottom: 30px;
    }

    .contact a {
      background-color: rgb(36, 35, 35);
      padding: 10px;
      color: white;
      font-weight: 600;
      text-decoration: none;
      margin-right: 5px;
    }

    .contact h3 {
        font-size: 20px;
    }

    .con2 {
      background-color: rgb(202, 202, 202);
      height: 80%;
      width: 90%;
      margin: 10px;
      border-radius: 30px;
    }

    .con2 a {
      margin-bottom: 50px;
      font-size: 10px;
    }

    .con2 h4 {
      font-size: 12px;
    }

    .con3 {
      background-color: rgb(255, 0, 0);
      height: 220px;
      width: 200px;
      margin-right: 0px;
      padding: 10px;
      border-radius: 30px;
    }

    .con3 a {
      margin-bottom: 200px;
      font-size: 7px;
      padding: 5px;
    }

 
    .form-check-input {
      width: 15px;
      height: 15px;
      margin-top: 10px;
      margin-bottom: 10px;
      background-color: white;
    }










  footer {
    background-color: #1a1615;
    padding-top: 10px;
    padding-bottom: 1px;
    width: 100%;
    height: auto;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
  }
  
  .look2 {
    background-color: rgb(255, 0, 0);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: auto;
  }
  
  .look2 p {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    margin-left: 2px;
    padding-top: 5px;
  }
  
  .look2 .btn {
    padding: 3px;
    margin-top: 8px;
    width: 90%;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    color: #1a1615;
    border: 0;
    line-height: 20px;
  }
  





.ft_link {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    /* float: none; */
  }



  .ft_link img {
    display: block;
    background-color: white;
    border-radius: 20px;
    height: 50px;
    width: 50px;
    margin-left: 1px;
  }
  

  
  #terms {
    text-align: center;
    width: 100%;
    margin-right: 1px;
    margin-bottom: 50px;
  }

  #terms a {
    font-size: 19px;
    /* margin-bottom: 30px; */
    margin-right: 20px;
  }

  #terms br {
    display: none;
  }



 #terms2 {
    width: 100%;
    margin-right: 2px;
    display: block;
    margin-bottom: 30px;
  }



  #terms3 {
    width: 50%;
    margin-right: 2px;
    margin-bottom: 30px;
    /* background-color: #79baf0; */
    text-align: center;
    /* color: #04AA6D; */
  }

  #terms3 p {
    font-size: 80%;
    /* color: #04AA6D; */
  }
  


  .ft_soc {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    /* background-color: #79baf0; */
    border-top: 2px white solid;
    text-align: center;
    /* float: left; */
    display: flex !important; 
    flex-direction: row !important;
  }

  

  .ft_soc img {   
    width: 70px;
    height: auto;
    text-align: left;
    
  }

  .ft_socials div {
    margin-bottom: 40px;
  }
  
  .lnkd {
    border: 1.95px white solid;
    border-radius: 25px;
  }
  

  .news {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: block;
  }

  .news h6 {
    font-size: 20px;
  }

  .news .mb-3 {
    width: 150px;
    padding: 15px;
    height: 28px;

  }

  .news input {
    width: 100%;
    height: 40px;
    padding: 15px;
    font-size: 15px;
  }

  .news .btn {
    width: 30%;
    height: 40px;
    padding: 10px;
    font-size: 15px;
  }


  .privacy {
    border-top: white 2px solid;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .privacy p {
    font-size: 15px;
    width: 100%;
  }

  .privacy div {
    margin-left: auto;
    text-align: center;
    display: block; 
    padding: 10px;
    width: 100%;
    margin-bottom: 85px;
  }













}
