* {
    margin: 0;
    padding: 0;    
  }  
  body {   
    display: flex;
    flex-direction: column;
      height: 63vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    overflow-x: hidden;
  }
  header {
    width: 100%;
    background-image: url('11white11.gif'); 
    color: white;
    padding: 10px; 
    text-align: center;
    height: 120vh;
    padding: 0px 0px; 
    line-height: 1.4;
   background-size: cover;  
    background-position: center      
  }  
  header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 126px;
    height: 50px;   
  }  
  header nav ul li {
    margin: 10px 15px;
  }  
  header nav ul li a {
    color: white;
    text-decoration: none;
  }  
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    margin-left: 1px;
    margin-right: 0px;
  }
  .right-menu {
    position: fixed;
    right: 47px;
    top: 52px;
    width: 200px;
    padding: 0px;
    flex-direction: column;
  }  
  .right-menu .btn {
    cursor: pointer;
  }  
  .right-menu .btn:hover {
    background-color: #0056b3;
  }  
  .toggle-button {
    position: fixed;
    top: -8px;
    right: 150px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
  }  
  main {
    flex: 1;
    padding: -117px;
    margin-left: 10px;
    background-color: hwb(155 58% 10%);
  }  
  .gallery {
    display: flex;
    gap: 20px;
    margin-top: -30px;
    cursor: pointer;
    margin-top:-100px;
  }  
  .image {
    height: 150px;
    object-fit: cover;
    cursor: pointer;
  }  
  footer {
    background-color: #333;
    color: white;
    margin-top: 190px;
    text-align: center;
    padding: 10px;
  }  
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }  
  .popup img {
    max-width: 80%;
    max-height: 80%;
  }  
  .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
  }
.invoice .invoiceMaker, img{
width:80px; 
height: 40px; 
padding-right: -5px;
}
.invoice .GG, img{
width:380px; 
height: 40px; 
background-color: #357aae;
padding-left: 5px;
}
.invoice h1{
color:white;
 background-color: #357aae; 
 padding:2px 250px 0px 0px;
 padding-right: -15px;
}
.invoiceMaker{
  background-color: white;
  width: 80px;
  height: 40px;
}
.containerC{
  background-color: hwb(155 58% 10%);
}
.iframe{
   width:120%;
    height:1500px;
   border:0px;
}
.CreatInvoice{
  border:0px;  
  margin-top:50px;
}
.imgone{
  margin-top:-18px; margin-right:2px;
}
.titleone{
  margin-left:163px;
}
.imgtwo{
  margin-top:-18px; margin-left:150px;
}
.calcul{
 margin-left:125px; display: flex;
}
.pamphlet{
 margin-left:74px;  display:flex;
}
.terms{
  background-color: #333; padding:0px 50px 0px 50px; color:white;
}
.about{
     flex: 1;
    padding: -117px;
    background-color: hwb(155 58% 10%);
    height: 500px;
    margin-left: 226px;
    text-align: justify;
    line-height: 1.4;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(77, 4, 49);  
}
.about p{
overflow-wrap: break-word;
margin-right: 347px; 
text-align: justify;
}
.Calculator {
background-color: #333; 
 font-size:14px;
}    
@media (max-width:450px){
 .gradient-text{
    margin: 17px;
    margin-top: 17px;
    margin-right: 17px;
    margin-right: -2px;
    padding-left: -3px;
    overflow-wrap: break-word;
    margin-top: 402px;
}
.sentence p{
  margin-top: 215px;
  margin-left: -188px;
 padding-right: 54px;
 display: flex;
}
.sample p{
margin-top:100px;
}
.invoice .GG, img{
  width: 210px;
}
.iframe{
  width: 120%;
  height: 1500px;
  border: 0px;
  display: flex;
  margin-top: -18px;
  margin-left: -35px;
}
.imgone{
  margin-top: 0px;
 margin-left: -237px;
}
.imgtwo{
margin-top: 0px;
  margin-left: 9px;
}
.titleone{
 margin-left: -28px;
 margin-top: 23px;
}
.gallery{
  display: block;
  gap: 20px;
  margin-top: 79px;
  cursor: pointer;
}
.calcul{
  display: block;
}
.pamphlet{
  display: block;
  margin-left: 179px;
}
.Calculator {
 margin-right: 35px;
}
.container {
    padding: 0px;
    width: 100%;
    border: none;
  }
  table{
    margin-bottom: -58px;
margin-right: 388px;
  }
.about{
  margin-top: 350px;
}
  .about h1 {
  margin-top: 12px;
  margin-right: -5px;
}
.about p {
  overflow-wrap: break-word;
  margin-right: 388px;
  text-align: justify;
  margin-top: 65px;
  display: flex;
}
}
@media (max-width: 800px) {
header {
padding: 10px;
text-align: center;
height: auto;
}
header nav ul {
padding: 0;
display: flex;
flex-direction: column; 
align-items: center; 
justify-content: flex-start;
width: 100%;
}
header nav ul li {
width: 100%; 
margin: 5px 0;
text-align: center;
}
header nav ul li a {
display: block;
padding: 10px;
font-size: 16px;
background-color: #357aae;
color: white;
width: 100%;
}
.container {
padding: 21px;
margin: 0;
width: 100%; 
}
iframe {
width: 100%; 
}
.CreatInvoice{
  margin-top: 455px;
}
.sample-invoice {
margin-top: 20px;
width: 100%;
padding: 15px;
background-color: #f4f4f4;
border: 1px solid #ddd;
text-align: center;
}
footer {
text-align: center;
padding-right: 85px;
}
footer, p{
  padding: -6px;
   padding-right: 7px;
}
.right-menu {
position: fixed;
top: 0;
right: 0;
width: 100%;
padding: 15px;
display: none; 
}
.toggle-button {
position: fixed;
top: 16px;
right: 99px;
background-color: #007bff;
color: white;
padding: 10px;
border: none;
cursor: pointer;
}
body {
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
display: block;
}
.invoice h1 {
padding: 2px 150px 0px 0px;
font-size: 16px;
}
.containerC {
margin: 0;
padding: 10px;
}
.content-wrapper {
margin-top: 15px;
}
button a{
  padding:0px;
}
.about{
margin-top: 443px;
margin-left: 40px;
}

@media (max-width: 360px) {
    
/*.invoice h1 {*/
/*    padding: 2px 100px 0px 0px;*/
/*    font-size: 22px;*/
/*}*/

 .toggle-button {
    position: fixed;
    top: 20px;
    right: 96px;
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
  }  
.ftre {
padding: 10px;
text-align: center;
padding-right: -3px;
}
}
}