* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure the body takes up at least the full viewport height */
  margin: 0;
  overflow-x: hidden;

  font-family: "Courier New", Courier, monospace;
}

.container {
  flex: 1; /* Grow to take up remaining space */
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1;
  padding: 20px;
}
.footer {
  display: flex; /* Use flexbox to create a row layout */
  justify-content: space-between;
  background-color: #804040;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font: bold 16px sans-serif;
  padding: 20px 50px 20px 50px;
  height: fit-content;
}
nav {
  background-color: transparent;
  height: 80px;
  width: 100%;
}
.float {
  position: fixed;
  width: 250px;
  height: 55px;
  top: 150px;
  left: 20px;
  padding-top: 2px;
  background-color: darkgreen;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: inline-block;
  font-size: 1.5rem;
}
.logo {
  position: absolute;
  top: 20px;

  margin-left: 50px;
  width: 100px;
  height: 100px;
}
.logo1 {
  position: absolute;
  font-family: monospace;
  font-size: 1.5rem;
  font-weight: bold;
  left: 200px;
  top: 60px;
  color: darkblue;
}

nav ul {
  float: right;
  margin-right: 30px;
  margin-top: 15px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 10px;
}
nav ul li a {
  font-size: 18px;
  color: darkred;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: 3px;
}
a.active,
a.hover {
  background-color: darkred;
  color: white;
  font-weight: bold;
  transition: 0.5s;
  border-radius: 3px;
}
a:hover {
  background-color: darkblue;
  color: white;
  font-weight: bold;
  transition: 0.5s;
  border-radius: 3px;
}
.checkbtn {

  color: white;
  font-size: 30px;

  float: right;
  margin-right: 40px;
  line-height: 80px;
  cursor: pointer;
  display: none;
}
.center {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  color: darkblue;
  vertical-align: middle;
  margin-top: 30px;
}
.center i {
  background-color: white;
  color: darkred;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.center p {
  display: inline-block;
  color: darkblue;
  vertical-align: middle;
  margin: 0;
}
.intro-text {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  font-family: monospace;
  margin-right: 30px;
}
.intro-text h1 {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  left: 100px;
  top: 40px;
  color: darkblue;
  font-family: monospace;
}

.intro-text span {
  color: darkred;
}

.intro-text p {
  line-height: 50px;
  text-align: justify;
  font-size: 1rem;
  margin-right: 50px;
}
.form {
  border: none;
}
.input-field {
  width: 500px;
  border-radius: 20px;
  padding: 10px;
  border: #91949d 1px solid;
  box-sizing: border-box;
  margin: 5px 10px 0px 0px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.input-field-MSG {
  background-color: white;
  width: 500px;
  border-radius: 20px;
  padding: 10px;
  border: #91949d 1px solid;
  box-sizing: border-box;
  margin: 5px 10px 0px 0px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  height: 100px;
}

.footer .footer-left {
  width: 30%;
}

.footer h3 {
  color: #ffffff;
  font: normal 36px "Cookie", cursive;
  margin: 0;
}

.footer h3 span {
  color: darkblue;
}

/* Footer links */

.footer .footer-links {
  color: white;
  margin: 20px 0 12px;
}

.footer .footer-links a {
  display: inline-block;
  line-height: 15px;
  text-decoration: none;
  color: inherit;
}

.footer .footer-company-name {
  color: gray;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
/* Footer Center */

.footer .footer-center {
  width: 35%;
  text-align: left;
}

.footer .footer-center i {
  background-color: white;
  color: darkred;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 30px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: darkblue;
  text-decoration: none;
}
/* Footer Right */

.footer .footer-right {
  width: 30%;
}

.footer .footer-company-about {
  line-height: 20px;
  color: gray;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
}

.footer .footer-company-about span {
  display: block;
  color: darkblue;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .footer-icons {
  margin-top: 20px;
}

.footer .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: white;
  border-radius: 2px;
  font-size: 20px;
  color: darkred;
  text-align: center;
  line-height: 40px;
  margin-right: 3px;
  margin-bottom: 3px;
}

.footer .footer-icons a:hover {
  background-color: darkblue;
}

.footer-links a:hover {
  color: white;
}

.service {
  display: flex;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font: normal 36px "Cookie", cursive;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  height: auto;
}
.inline-block {
  display: inline-block;
}
.right-margin {
  margin-right: 0;
}
.btn {
  position: absolute;
  bottom: -20px;
  left:100px;
  display: inline-block;
  padding: 0.8rem 0.6rem;
  border: none;
  font-size: 1.4rem;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
  
}

.red {
  background-color: darkred;
 
}

.red:hover {
  background-color: grey;
  color: #fff;
}
.borders {
  height: 450px;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  padding-top: 20px;
  color: black;
  box-shadow: 0 0 0 5px darkred, 0 0 0 12px darkblue;
  border-radius: 10px;
}
.borders:first-child {
  margin-right: 50px;
  margin-left: 50px;
}
/* Footer Right */

.footer-distributed .footer-right {
  width: 25%;
}
.footer-distributed .footer-right i {
  background-color: white;
  color: darkred;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.footer-distributed .footer-right i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}
.footer-distributed .footer-right p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

#check {
  display: none;
}
@media (min-width: 818px) and (max-width: 1400px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
  }

  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    font-family: "Courier New", Courier, monospace;
  }
  nav {
    display: flex;
    justify-content: space-between; /* Adjust this as needed */
    align-items: center; /* Align items vertically */
    width: 100%;
    padding: 2px;
  }

  .logo {
    width: 8%; /* Adjust the width as needed */
    height: auto;
  }

  .logo1 {
    margin-left: 15%;
    margin-top: -5px;
    font-family: monospace;
    font-size: 1.2rem;
    color: darkblue;
    text-align: center; /* Center the text */
    flex: 1; /* Allow the title to grow and take up available space */
  }

  .checkbtn {
    position: absolute;
    display: block;
    color: darkred;
    height: auto;
    width: 5%; /* Adjust the width as needed */

    right: 0px;
  }
  .checkbtn i {
    font-size: 20px; /* Adjust the size as needed */
  }
  #check:checked ~ ul {
    left: 0;
  }
  ul {
    position: fixed; /* <-- Added */
    z-index: 1; /* <-- Added */
    width: 100%;
    height: 100vh;
    background-color: darkred;
    overflow-x: hidden;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    top: 100px;
    left: -100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -50px;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
  }
  nav ul li {
    display: block;
    color: #ffffff;
  }
  a {
    color: #ffffff;
  }
  a.active,
  a.hover {
    color: #ffffff;
  }
  .service {
    display: flex;
    margin-left: 20%;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal 36px "Cookie", cursive;
    font-size: 2rem;
    font-weight: bold;
    width: fit-content;
    height: auto;
  }
  .inline-block {
    display: none;
  }
  .right-margin {
    margin-right: 0;
  }
  .footer {
    display: flex;
    flex-direction: column;
    background-color: #804040;
    width: 100vw;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }
  .footer h3 {
    color: #ffffff;
    font: normal 26px "Cookie", cursive;
    margin: 0;
  }
  .footer-links a {
    font-size: 12px;
  }
  .footer .footer-center {
    display: none;
  }

  .footer .footer-icons {
    display: flex; /* Use flexbox */
    flex-direction: row; /* Align children in a row */
    flex-wrap: wrap; /* Allow wrapping to the next line if needed */
  }

  .footer .footer-icons a {
    display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */

    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: white;
    border-radius: 2px;
    font-size: 16px;
    color: darkred;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .footer-right .footer-company-about {
    display: none;
  }
  #box1 {
    width: 100%;
    height: 20%;
  }
  #box2 {
    height: 0;
  }
  #box3 {
    width: 100%;
    height: 40px;
  }
  .footer-icons {
    position: relative;
    bottom: 0px;
    margin-left: 40%;
  }
}
@media (min-width: 680px) and (max-width: 819px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    overflow: visible;
  }
  nav {
    display: flex;
    justify-content: space-between; /* Adjust this as needed */
    align-items: center; /* Align items vertically */
    width: 100%;
    padding: 2px;
  }

  .logo {
    width: 8%; /* Adjust the width as needed */
    height: auto;
  }

  .logo1 {
    margin-left: 5%;
    top: 35px;
    font-family: monospace;
    font-size: 1rem;
    color: darkblue;
    text-align: center; /* Center the text */
    flex: 1; /* Allow the title to grow and take up available space */
  }

  .checkbtn {
    position: absolute;
    display: block;
    color: darkred;
    height: auto;
    width: 5%; /* Adjust the width as needed */
    top: 0px;
    right: 0px;
  }
  .checkbtn i {
    font-size: 20px; /* Adjust the size as needed */
  }
  #check:checked ~ ul {
    left: 0;
  }
  ul {
    position: fixed; /* <-- Added */
    z-index: 1; /* <-- Added */
    width: 100%;
    height: 100vh;
    background-color: darkred;
    overflow-x: hidden;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    top: 100px;
    left: -100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -50px;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
  }
  nav ul li {
    display: block;
    color: #ffffff;
  }
  a {
    color: #ffffff;
  }
  a.active,
  a.hover {
    color: #ffffff;
  }
  .service {
    display: flex;

    margin-top: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal 36px "Cookie", cursive;
    font-size: 2rem;
    font-weight: bold;
    width: fit-content;
    height: auto;
  }
  .inline-block {
    display: none;
  }
  .right-margin {
    margin-right: 0;
  }
  .footer {
    display: flex;
    flex-direction: column;
    background-color: #804040;
    width: 100vw;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }
  .footer h3 {
    color: #ffffff;
    font: normal 26px "Cookie", cursive;
    margin: 0;
  }
  .footer-links a {
    font-size: 12px;
  }
  .footer .footer-center {
    display: none;
  }

  .footer .footer-icons {
    display: flex; /* Use flexbox */
    flex-direction: row; /* Align children in a row */
    flex-wrap: wrap; /* Allow wrapping to the next line if needed */
  }

  .footer .footer-icons a {
    display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */

    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: white;
    border-radius: 2px;
    font-size: 16px;
    color: darkred;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .footer-right .footer-company-about {
    display: none;
  }
  #box1 {
    width: 100%;
    height: 20%;
  }
  #box2 {
    height: 0;
  }
  #box3 {
    width: 100%;
    height: 40px;
  }
  .footer-icons {
    position: relative;
    bottom: 0px;
    margin-left: 40%;
  }
}
@media (max-width: 680px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    overflow: visible;
  }
  nav {
    display: flex;
    justify-content: space-between; /* Adjust this as needed */
    align-items: center; /* Align items vertically */
    width: 100%;
    padding: 1px;
  }

  .logo {
    width: 8%; /* Adjust the width as needed */
    height: auto;
  }

  .logo1 {
    margin-left: 5%;
    top: 35px;
    font-family: monospace;
    width: 40%;
    font-size: 1rem;
    color: darkblue;
    text-align: center; /* Center the text */
    flex: 1; /* Allow the title to grow and take up available space */
  }

  .checkbtn {
    position: absolute;
    display: block;
    color: darkred;
    height: auto;
    width: 5%; /* Adjust the width as needed */
    top: 0px;
    right: 0px;
  }
  .checkbtn i {
    font-size: 20px; /* Adjust the size as needed */
  }
  #check:checked ~ ul {
    left: 0;
  }
  ul {
    position: fixed; /* <-- Added */
    z-index: 1; /* <-- Added */
    width: 100%;
    height: 100vh;
    background-color: darkred;
    overflow-x: hidden;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    top: 100px;
    left: -100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -50px;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
  }
  nav ul li {
    display: block;
    color: #ffffff;
  }
  a {
    color: #ffffff;
  }
  a.active,
  a.hover {
    color: #ffffff;
  }
  .service {
    display: flex;
    margin-left: -10px;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal 36px "Cookie", cursive;
    font-size: 2rem;
    font-weight: bold;
    width: fit-content;
    height: auto;
  }
  .intro-text {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    font-family: monospace;
    margin-right: 30px;
  }
  .intro-text h1 {
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 150px;
    top: 40px;
    color: darkblue;
    font-family: monospace;
  }
  .inline-block {
    display: none;
  }
  .right-margin {
    margin-right: 0;
  }
  .footer {
    display: flex;
    flex-direction: column;
    background-color: #804040;
    width: 100vw;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }
  .footer h3 {
    color: #ffffff;
    font: normal 26px "Cookie", cursive;
    margin: 0;
  }
  .footer-links a {
    font-size: 12px;
  }
  .footer .footer-center {
    display: none;
  }

  .footer .footer-icons {
    display: flex; /* Use flexbox */
    flex-direction: row; /* Align children in a row */
    flex-wrap: wrap; /* Allow wrapping to the next line if needed */
  }

  .footer .footer-icons a {
    display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */

    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: white;
    border-radius: 2px;
    font-size: 16px;
    color: darkred;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .footer-right .footer-company-about {
    display: none;
  }
  #box1 {
    width: 100%;
    height: 20%;
  }
  #box2 {
    height: 0;
  }
  #box3 {
    width: 100%;
    height: 40px;
  }
  .footer-icons {
    position: relative;
    bottom: 0px;
    margin-left: 40%;
  }
}
@media (max-height: 600px) and (max-width: 360px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Courier New", Courier, monospace;
  }

  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;

    overflow-x: hidden;
    font-family: "Courier New", Courier, monospace;
 
  }
  nav {
    display: flex;
    justify-content: space-between; /* Adjust this as needed */
    align-items: center; /* Align items vertically */
    width: 100%;
    padding: 1px;
   
  }

  .logo {
   position: absolute;
   left:-20px;
    width: 15%; /* Adjust the width as needed */
    height: auto;
  }

  .logo1 {
   
    margin-left:-115px;
    top: 35px;
    font-family: monospace;
    width:60%;
    font-size: 0.9rem;
    color: darkblue;
    text-align: center; /* Center the text */
    flex: 1; /* Allow the title to grow and take up available space */
  }

  .checkbtn {
    display: inline-block;
    position: absolute;

    color: darkred;
    height: auto;
    width: 5%; /* Adjust the width as needed */
    top: 6px;
    right: -20px;
  }
  .checkbtn i {
    font-size: 20px; /* Adjust the size as needed */
  }
  #check:checked ~ ul {
    left: 0;
  }
  ul {
    position: fixed; /* <-- Added */
    z-index: 1; /* <-- Added */
    width: 100%;
    height: 100vh;
    background-color: darkred;
    overflow-x: hidden;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    top: 100px;
    left: -100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -50px;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
  }
  nav ul li {
    display: block;
    color: #ffffff;
  }
  a {
    color: #ffffff;
  }
  a.active,
  a.hover {
    color: #ffffff;
  }
.intro-text{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align:center;

}
  .intro-text h1 {
    font-size: 1.5rem;
  position: absolute;
  left:0px;
  }
  .service {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: bisque;
    padding: 0;
    margin: 0;
  }
  .input-field {
    width: 95%;

    border-radius: 20px;
    padding: 10px;
    border: #91949d 1px solid;
    box-sizing: border-box;
    margin: 5px 10px 0px 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  }
  .input-field-MSG {
    background-color: white;
    width: 95%;
    border-radius: 20px;
    padding: 10px;
    border: #91949d 1px solid;
    box-sizing: border-box;
    margin: 5px 10px 0px 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    height: 100px;
  }
  .footer-icons {
    position: relative;
    bottom: 10px;
    margin-left: 15%;
  }
}
