*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    overflow: hidden;}
    body{font-family: 'Courier New', Courier, monospace;}
    .container {
      min-height:100vh;
      display: flex;
      flex-direction: column;
  
  }
  .content {
      flex: 1;
      padding: 10px;
    
  }
  .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
   
  }
  .box {
    width: 30%; /* Set the width of each box to 30% for three boxes in a row */
    padding: 10px;
    border:none;
  
    text-align: center;
  }
  .float{
    position:fixed;
    width:250px;
    height:55px;
    top:90px;
    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;
  }
  
  nav{
    
height: 80px;
width: 100%;
  }
.logo{
  position: absolute;
font-family: monospace;
font-size: 2.2rem;
font-weight: bold;
left:20px;
top:35px;
color:darkblue
}

label span {
  color: #eaa03f;
}

nav ul{float:right;
  margin-right: 20px;}
  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;
    }
 
    #check{display: none;}
    .checkbtn{
      color:white;
      font-size: 30px;
      
      float: right;
      margin-right: 40px;
      line-height: 80px;
      cursor: pointer;
    display: none;
   
    }
    header h2 {
      color: #f0525f;
  }
  
  header span {
      color: #eaa03f;
  }
  /*section*/
  .hero{display: flex;
  
      justify-content:right;
      align-items:center;
   
    
  width:100%;
  height: 55vh;
}
.inline-block {
display: inline-block;

}
.right-margin {
margin-right: 100px;

}
.CirclePicture{
position: relative;
width: 60%;
height:40%;
display: flex;
top:0px;
left:80px;


}
.hear span{color:darkred;}
.intro-text{
  position: relative;
  left:0;
 width:50%;
 font-family:monospace;
  margin-right: 20px;}
  .intro-text h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
    }
    
    .intro-text h3 {
      margin-bottom: 0.5rem;
    }
    
    .hero p {
      line-height: var(--line-height);
      text-align: justify;
      font-size: 1rem;
      
    }
    
    .hear {
      color: darkblue;
      font-family: monospace;
    }
    
 
    .btn {
      margin-top: 1rem;
      display: inline-block;
      padding: 0.8rem 0.6rem;
      border: none;
      font-size: 1.4rem;
      border-radius: 5px;
      color: #fff;
    }
    
    .red {
      background-color:darkred;
      margin-right: 1.5rem;
    }
    
    .red:hover {
      background-color:grey;
      color: #fff;
    }
    
    .blue {
      background-color:darkblue;
    }
    
    .blue:hover {
      background-color: green;
      color: #fff;
    }
    /*footer*/
    .footer .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
      display: inline-block;
      vertical-align: middle;
      text-align: left;

  }
   /* Footer left */

.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;
}


    @media (min-width: 960px) and (max-width: 1400px){
      *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        text-decoration: none;
        overflow:visible;}
      .logo{
        position: absolute;
        font-family: monospace;
        font-size: 1.5rem;
        top:40px;
        width:60%;
        color:darkblue;
        
        }
        .hero{display: flex;
       
            justify-content:right;
            align-items:center;
         
          
        width:100%;
        height: 50vh;
    }
    .intro-text{
      position: relative;
      left:-20px;
      top:20px;
     width:50%;
     font-family:monospace;
      margin-right: 20px;}
    .inline-block {
      display: inline-block;
    
    }
    .right-margin {
      margin-right:0;
    
    }
    .CirclePicture{
     position: relative;
     width: 50%;
     height:30%;
     display: flex;
     top:15px;
     left:80px;
  
     padding-bottom:20px;
    }
    .checkbtn{
      position:relative;
      margin-top: 10px;
      display: block;
      color:darkred;
      height: 50px;
      width: 50px;
      }
      .checkbtn i {
        font-size:50 px; /* 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 .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;
      
      }
     
    }
    @media (max-width: 959px)and (min-width: 481px){
      /* Your smartphone-specific styles here */
      body{
        min-height: 100vh;
display: flex;
flex-direction: column;
margin: 0;
padding: 0;

   }
   .footer {
    padding: 10px;
    background-color:#804040;
    color: #fff;

}
    .checkbtn{
      position:relative;
      margin-top: 10px;
      display: block;
      color:darkred;
      height: 50px;
      width: 50px;
      }
      .checkbtn i {
        font-size:50 px; /* Adjust the size as needed */
      }
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 .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;

}
#check:checked ~ ul{left:0;}
.float{
 
   position:fixed;
width:100vw;
height:70px;
top:90px;
left:0;

background-color:darkgreen;
color:#FFF;
border-radius:10px;
font-weight: bold;
display: inline-block;   

text-decoration: none;
padding: 10px;
border-radius: 5px;
text-align: center;
font-size: 1.2rem;
transition: all 0.2s ease-in 0s;
z-index: 9999;
}
.float p {
  margin: 0; /* Reset any margin on the paragraph element */
}
nav{
display:block;
background-color:white;
height: 80px;
width: 100%;
}
.logo{
position: absolute;
font-family: monospace;
font-size: 1.2rem;

width:60%;
color:darkblue;

}
.hero{display: flex;
  background-color:white;
    justify-content:right;
    align-items:center;
 top:10px;
  left:0;
width:100%;
height: 40vh;
}
.hear {
  color: darkblue;
  font-family: monospace;
 
  width:100%;
}

.hero{
position:absolute;
margin-top:160px;


width:100%;
height:flex;
}
.CirclePicture{

position: absolute;
left:40%;
height:30%;
display: block;
width:20%;

top:0px;


}
.right-margin {
margin-right: 0px;

}
.intro-text{
position: relative;
padding:10px;
top:20px;

margin-left:15px;
width:100%;
font-family:monospace;

}
.intro-text h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
margin-top:50px;
}
.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 0.8rem 0.6rem;
  border: none;
  font-size: 1rem;
  border-radius: 5px;
  color: #fff;
}
.footer {
  padding: 10px;
  background-color:#804040;
  color: #fff;
height:60%
}
.box {
  width: 100%;
  /* Set the width of each box to 30% for three boxes in a row */
  padding: 10px;
  border:none;

  text-align: center;
  display: flex;
}
.footer .footer-left{display:none}
.footer-links{display:none;}
.footer-company-name{display:none;}
 .footer  .footer-center {
  display: flex; /* Use flexbox to create a row layout */
  justify-content: space-between; 
 
    box-sizing: border-box;
    width: 100vw;
    text-align: center;
    font: bold 16px sans-serif;
    padding: 20px 50px 20px 50px;
    height:90px;

}
.footer-center{

    line-height:10px;
}
.footer-center .center{
  width: 30%; /* Set the width of each box to 30% for three boxes in a row */
  padding: 10px;
  border:none;
   text-align: center;
margin-top:-20px}
  .footer .footer-center i {
    background-color:white;
    color:darkred;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height:35px;
    margin: 5px 5px;
    vertical-align: middle;
  }
  
  .footer .footer-center .center i.fa-envelope {
    font-size:15px;
    line-height:20px;
    padding-top:5px;
  }
  
  .footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
    font-size: 10px;
  }
  
  .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;
    font-size: 10px;
  }
.footer  .footer-right{
  position: absolute;
  bottom:10px;

  width:90vw;
align-items: center;
height:30px;
}
  .footer-company-about{display:none;}
 .footer-right .footer-icons{
  display:inline;
  align-items: center;
  }
.center{
         display:none;
    display:inline-block;}
.footer-left h3{display:none;}
  }
  @media (max-width: 756px)and (min-width: 673px){
    .footer .footer-center p span {
      display: block;
      font-weight: normal;
      font-size: 8px;
      line-height:2px;
    }
    .footer .footer-center p a {
      color: darkblue;
      text-decoration: none;
      font-size:0.5rem;
    }
  }
  @media (max-width: 672px)and (min-width: 480px){
    .footer-center .center{
   
      width: 30%; /* Set the width of each box to 30% for three boxes in a row */
      padding:5px;
      border:none;
       text-align: center;
    margin-top:-20px}
      .footer .footer-center i {
        background-color:white;
        color:darkred;
        font-size: 15px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        line-height:35px;
        margin: 5px 5px;
        vertical-align: middle;
      }
    .footer .footer-center p span {
      display: block;
      font-weight: normal;
      font-size: 20px;
      line-height:2px;
    }
    .footer .footer-center p a {
      color: darkblue;
      text-decoration: none;
      font-size:0.5rem;
    }
  }
  @media (max-width: 480px)  {
    /* Specific adjustments for smaller screens */
    .container{
      min-height: 100vh;
display: flex;
flex-direction: column;
margin: 0;
padding: 0;

 }
 
  .footer {
    padding: 10px;
    background-color:#804040;
    color: #fff;
  height:80vw
  }

  .checkbtn{display: block;
   margin-top: -10px;
color:darkred;
 /* Adjust the height to your desired size */
width: 15px;  /* Adjust the width to your desired size */
}
.checkbtn i {
  font-size: 18px; /* Adjust the size as needed */
}
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 .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;

}
#check:checked ~ ul{left:0;}
.float{

 position:fixed;
width:100vw;
height:50px;
top:90px;
left:0;

background-color:darkgreen;
color:#FFF;
border-radius:10px;
font-weight: bold;
display: inline-block;   

text-decoration: none;
padding: 5px;
border-radius: 5px;
text-align: center;
font-size: 1rem;
transition: all 0.2s ease-in 0s;
z-index: 9999;
}
.float p {
margin: 0; /* Reset any margin on the paragraph element */
}
nav{
display:block;
background-color:white;
height: 80px;
width: 100%;
}
.logo{
position: absolute;
font-family: monospace;
font-size: 1rem;

width:60%;
color:darkblue;

}
.hero{display: flex;
  background-color:white;
    justify-content:right;
    align-items:center;
 top:10px;
  left:0;
width:100%;
height: 60vh;
}
.hear {
  color: darkblue;
  font-family: monospace;
 
 
}

.hero{
  display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.CirclePicture{
  position: absolute;
top:20%;
 left:35%; 

display: block;
width:30%;
height:auto;



}
.inline-block {
 display:block;
 
  }
.right-margin {
margin-right:100px;

}
.intro-text{

padding:20px;
margin-top:45%;


width:100%;
font-family:monospace;


}
.intro-text h1 {
  font-size: 1rem;
 

left:0;
top:10px;
text-align: center;
width:100%;
}
.hero p {
  line-height: var(--line-height);
  text-align: justify;
  font-size: 0.8rem;
  
}
.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 0.8rem 0.6rem;
  border: none;
  font-size: 0.8rem;
  border-radius: 5px;
  color: #fff;
}
.red {
  background-color:darkred;
  margin-right: 0.1rem;
}
.box{padding-top:0;
margin-top:0px}
.box.footer-left{display:none;}
.footer-left .center{display:none}
.footer-links{display:none;}
.footer-company-name{display:none;}
 .footer .footer-center {
 
  position: absolute;
display: inline-block;
left:0;
text-align: left;
width:100%;

}
.footer .footer-center i {
  background-color:white;
  color:darkred;
  font-size:10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height:20px;
  margin: 5px 5px;
  vertical-align: middle;
}

.footer-center{

    line-height:10px;
}
.footer-center .center{

padding-left:10px;
font-size:10px;
width:100%;}
.footer .footer-center .center i.fa-envelope {
  font-size:10px;
  line-height:10px;
  padding-top:5px;
}
.footer .footer-center p span{
  font-size:10px;
  
}
.footer-right .footer-icons{  
    display:inline;
  
    width:100%;
 align-items: center;
 left:0;
 bottom:5px
}
  .footer-company-about{display:none;}
  .footer-icons{
         
      display:inline;
     
      position:absolute;
        width:80vw;
           align-items: center;
  }
  .footer .footer-icons a {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: white;
    border-radius: 2px;
    font-size: 20px;
    color:darkred;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
.center{
         display:none;
    display:inline-block;}
.footer-left h3{display:none;}
}


@media (min-height: 601px) and (min-width:400px) and (max-width:500px){
  /* Your styles here */
  .intro-text{

    padding:20px;
    margin-top: 150px;
    
    
    width:100%;
    font-family:monospace;
    
    
    }
    .CirclePicture{


      margin-left: -10px; 
     height: auto;
     display: block;
     width: 25%;
     
     
     }
}
@media (max-height: 600px) and (max-width:359px){
  /* Your styles here */
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    overflow:visible;}
    body{font-family: 'Courier New', Courier, monospace;}
    .container {
      min-height:120vh;
      display: flex;
      flex-direction: column;
    
  }
  .content {
      flex: 1;
      padding: 10px;
    
  }
  .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:25vh
   
  }
  .intro-text{

    padding:20px;
    margin-top:65%;
      
    width:100%;
    font-family:monospace;
    
    
    }
    .CirclePicture{

position: absolute;
      left:30%; 
      top:25%;
     height: 25%;
     display: block;
     width: 40%;
     
     
     }
     .box.footer-left{display:none;}
.footer-left .center{display:none}
.footer-links{display:none;}
.footer-company-name{display:none;}
.footer-right .footer-icons{  
  display:inline;

  width:100%;
align-items: center;
left:0;
bottom:-105px
}
.footer-company-about{display:none;}
.footer-icons{
       
    display:inline;
   
    position:absolute;
      width:80vw;
         align-items: center;
}
.footer .footer-icons a {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;

  border-radius: 2px;
  font-size: 20px;
  color:darkred;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
}