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;   */
}












.digi {
  background-color: rgb(255, 0, 0);
  text-align: center;
  padding: 80px;
  border-radius: 50px;
  color: white;
  margin-bottom: 50px;
}




section {
  padding: 10px;
  margin: 0 2px;
}










.opening {
  display: flex;
  flex-direction: row;
  background-color: #e8e9ec;
  width: 100%;
  margin-bottom: 80px;
}

.opening p {
  font-size: 30px;
  margin: 20px;
  margin-top: 140px;
}

.opening li{
  font-size: 30px;
  margin: 50px;
}


.opening2 {
  display: flex;
  flex-direction: row;
  background-color: rgb(255, 238, 0);
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
}

.opening2 p {
  font-size: 30px;
  margin: 20px;
  margin-top: 80px;
}

.opening2 a {
  font-size: 30px;
  margin: 30px;
}

.opening2 h3 {
  font-size: 30px;
  margin: 30px;
}



#clients {
  margin-top: 80px;
  width: 100%;
}

#clients h3 {
  font-size: 40px;
  font-weight: 700;
  color: rgb(165, 42, 42);
}

#clients p {
  font-size: 20px;
}

.mySlides q {
  font-size: 25px;
}



/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
  width: 100%;
}



/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: rgb(165, 42, 42);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prev {
  position: absolute;
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: rgb(165, 42, 42);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #131313;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #0f0f0f;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: rgb(165, 42, 42);}


















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%
}















/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
/* ----------///////////--------///////////----------- */
/* EXTRA SMALL - MOBILE PHONE SCREENS */
/* EXTRA SMALL - MOBILE PHONE SCREENS */
/* EXTRA SMALL - MOBILE PHONE SCREENS */
@media screen and (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;
  }
  
  .active1 {
    background-color: #04AA6D;
    color: white;
    /* height: 150px; */
  }
  
  .topnav .icon {
    display: contents;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
  }
  
  /* .dropdown-content a:hover {
      background-color: #ddd;
      color: black;
  }
  
  .dropdown:hover .dropdown-content {
      display: block;
  } */
  

  

  .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;
  }
    
  #form1 input {
    width: 80%;
    margin-left: 3px;
    padding: 2px;
  }






  /* * {box-sizing: border-box}
  body {font-family: Verdana, sans-serif; margin:0} */

  .digi {
    background-color: rgb(255, 0, 0);
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    color: white;
    margin-bottom: 50px;
  }


  .opening {
    display: block;
    background-color: #e8e9ec;
    width: 100%;
    margin-bottom: 80px;  
  }


  .opening p {
    font-size: 25px;
    margin: 20px;
    margin-top: 40px;
  }

  .opening li{
    font-size: 25px;
    margin: 20px;
  }

  .opening2 {
    display: block;
    background-color: rgb(255, 238, 0);
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }

  .opening2 p {
    font-size: 25px;
    margin: 20px;
    margin-top: 40px;
  }

  .opening2 a {
    font-size: 25px;
    margin: 20px;
  } 

  .opening2 h3 {
    font-size: 25px;
    margin: 20px;
  }











#clients h3 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(255, 0, 0);
  }
  
  
  /* Slideshow container */
  .slideshow-container {
    position: relative;
    background: #f1f1f1f1;
  }
  
  
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: rgb(255, 0, 0);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* Position the "prev button" to the left */
  .prev {
    position: absolute;
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 20px;
      background: rgb(255, 0, 0);
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #131313;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #0f0f0f;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: rgb(255, 0, 0);}
  
  
  
  
  
  
  







  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;
  }













}







