* {
    padding:0px;
	margin:0px;
     box-sizing: border-box;
}
html{
	height:100%;
}
main{
	flex:1;
}
 body {
     height:100%;
     display: flex;
     flex-direction: column;
     font-family: "Arial", sans-serif;
     background-color: #f9f9f9;
     line-height: 1.6;
     direction: rtl;
	 
}
header {
     background-color: #ffcc99;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     position: relative;
}
 .logo {
     position: absolute;
     right: 20px;
     height: 70px;
     width: auto;
}
 .title-box {
     text-align: center;
}
 .title-box h1 {
     font-size: 2em;
     color: #cc5200;
}
 .title-box p {
     font-size: 1em;
     color: #333;
}
 nav {
     background-color: #ffb366;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 20px;
     padding: 10px;
}
 nav a {
     color: white;
     text-decoration: none;
     font-weight: bold;
}
 nav a:hover {
     text-decoration: underline;
}
footer {
     background-color: #ffb366;
     color: white;
     text-align: center;
     padding: 60px;
     font-size: 1em;
     position:relative;
}
 footer p {
     max-width: 90%;
     margin: auto;
     line-height: 1.6;
}
.MH{
	margin:20px;
	text-align:center;
	     color: #cc5200;

}
.start{
	text-align:center;
	margin-bottom: 40px;
}
.start h2{
	margin:20px;
	color: #cc5200;

}
.AB {
  text-align: center;
  padding: 40px;
  background-color: #f2f2f2;
  padding-right:0;
  padding-left:0;
}
.AB h2 {
  color: #cc5200;
  margin-bottom: 40px;
  font-size: 2em;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.box {
  background-color: white;
  border-radius: 25px;
  padding: 30px;
  width: 300px;
  font-size: 1em;
  text-align: right;
  
}
.box h3 {
	text-align: center;
  color: #cc5200;
  margin-bottom: 15px;
  font-size: 1.2em;
}
table {
  width: 100%;
  margin-top: 10px;
  
}
.RA {
	margin:20px;
	text-align:center;
	margin-bottom:50px;
}
.RA h2{
	color: #cc5200;
}
.RAS{
	margin-bottom:20px;
}
.RAcontainer{
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.ARbox{
  border-radius: 25px;
  padding: 30px;
  width: 100px;
}
@media screen and (max-width: 600px) {
     header {
         flex-direction: column;
         align-items: center;
    }
     .logo {
         position: static;
         margin-bottom: 10px;
         width: 40%;
         height: auto;
    }
    .title-box {
         text-align: center;
    }
     .title-box h1 {
         font-size: 150%;
    }
    nav {
         flex-direction: column;
         gap: 10px;
         text-align: center;
    }
	footer {
         padding: 40px 10px;
    }
	.box{
		font-size:80%;
		width:40%;
	}
	.MH{
		font-size:120%;
	}
	.AB h2 {
		font-size:120%;
	}
	}
 @media screen and (max-width: 400px) {
     footer {
         font-size:100%;
    }
	.MH{
		font-size:100%;
	}
	.AB h2 {
		font-size:100%;
	}
	.box{
		font-size:60%;
		width:50%;
	}
}
@media screen and (max-width: 300px) {
	.box{
		font-size:40%;
		width:50%;
	}
}
 @media screen and (max-width: 200px) {
     footer {
         font-size:70%;
    }
	.box{
		font-size:10%;
		padding:10%;
		border-radius: 15px;
		width:80%;
		
	}
}
 @media screen and (max-width: 150px) {
     footer {
         font-size:50%;
    }
	.box{
		width:110%;
		padding:20%;
	}
}
@media screen and (max-width: 100px) {
	.start h2{
		margin-right:0;
		margin-left:0;
	}
}