.topnav a {
  /*float: right;*/
  color: #f2f2f2;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #008800;
  color: white;
}

.topnav a.active {
  background-color: #008800;
  color: white;
}
/*drobdown list*/
.dropbtn {
  background-color: #008800;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #008800}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #008800;
}

body {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}
body {
        background-color: #efeeee;
}
body, button, input {
	font-family: 'Cairo';
	font-size: 18px;
	line-height: 1.75em;
}
input {
	width: 120px;
	text-align: center;
}
fieldset {
	border-radius: 10px;
	border: 2px solid black;
}
legend {
	color: black;
}
/*.main {
    border: 1px solid #999;
    border-radius: 20px;
}
.main h3, .main2 h3 {
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: auto;
    border-radius: 20px 20px 0px 0px;
}
.main2 {
    border: 1px solid #999;
    border-radius: 20px;
    /*width: 50%;*/
    display:inline-block;
}*/
h4 {
    margin-top: 10px;
}
 .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #008800;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  width: 90%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: sticky;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-left: 100px;
}

.button:hover span:after {
  opacity: 1;
  left: 0;
}
 select {
  width: 125px;
  height: 35px;
  text-align: center;
 }
 option, select {
  font-family: 'Cairo';
  font-size: 14pt;   
 }
 p span {
     font-size: 2.5rem;
 }
 .new {
     width: 50%;
 }
 .new2 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
 }
 #form1 {
     display: none;
 }
 .topnav {
    position: fixed;
    overflow: hidden;
    background-color: #333;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

/*drobdown list*/
.dropbtn {
  background-color: #008800;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #008800}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #008800;
}

.world {
    float: left;
    left: 1px;
    margin: 14px 0px 0px 10px;
    color: #FFFFFF;
    font-size: 16px;
}

    button.t1 {
    display: inline-block;
    border-radius: 4px;
    background-color: #008800;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 25%;
    transition: all 0.5s;
    margin: 0 0 0 10px;
}
button.t3 {
    font-family: 'Cairo';
    border-radius: 4px;
    background-color: #2ad92a;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 20%;
    transition: all 0.5s;
    margin: 0;
}
/* time */
 .time {
    /*position: fixed;*/
    /*overflow: hidden;*/
    font-size: 16px;
    top: 20px;
    left: 0px;
    right: 0px;
}
.dropdowntime {
    position: relative;
    display: inline-block;
}
.timeleft {
    float: left;
}
#s1 {
    color: #008800;
    background-color: #FFF;
    padding: 0 15px;
    border-radius: 10px;
}

/* التعجيب الاحمر */
.per3 {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media screen and (max-width: 700px) {
 button.t1 {
    display: inline-block;
    border-radius: 4px;
    background-color: #008800;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 35%;
    transition: all 0.5s;
    margin: 0 0 0 10px;
}
button.t3 {
    font-family: 'Cairo';
    border-radius: 4px;
    background-color: #2ad92a;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 40%;
    transition: all 0.5s;
    margin: 0;
}
}