@import url('../more/fonts/css2.css');
/* new header */
    header {
      background: linear-gradient(to left, #4facfe, #00f2fe);
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      color: white;
    }
    .logo span:first-child {
      font-size: 26px;
      font-weight: bold;
    }
    .logo span:last-child {
      font-size: 40px;
    }
    nav a {
      text-decoration: none;
      color: white;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 10px 20px;
      border-radius: 30px;
      transition: background-color 0.3s, color 0.3s;
      font-weight: bold;
    }
    nav a:hover {
      background-color: white;
      color: #00c6ff;
    }
    body {
    font: bold 20px 'Cairo';
    margin: 0;
    padding: 0;
    line-height: 2em;
    background-color: #e2c4e2;
    font-size: 18px;
}
h1 {
    font: bold 20px 'Cairo';
}
h4 {
    font: bold 16px 'Cairo';
}
/* header-fotter */
 .topnav {
    position: fixed;
    overflow: hidden;
    background-color: #333;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}
.main {
    border: 1px solid #999;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
}
.main h2 {
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: auto;
    border-radius: 20px 20px 0px 0px;
}
.main h3 {
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: auto;
    /*border-radius: 20px 20px 0px 0px;*/
}

/*drobdown list*/
.dropbtn {
  background-color: #e58660;
  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: #e58660;
    }

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

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

.mark {
    background-color: #f7fc82;
    padding: 0px 15px;
}

.dropdowntime {
    position: relative;
    display: inline-block;
}
.timeleft {
    float: left;
}
.dor {
        width: 150px;
        font-size: 14pt;
        border-radius: 7px;
}
.res {
    display: inline-flex;
    width: 100%;
}
.res p {
        width: 33%;
}
.H1 ul {
    list-style: none;
    padding: 10px;
    display: inline-flex;
    }
    
    .H1 ul li {
    background-color: #e58660;
    width: 140px;
    padding: 10px;
    margin: 0 0 0 5px;
    border-radius: 5px;
    color:#FFF;
    }
@media screen and (max-width: 700px) {
    .res {
    display: inline-block;
    width: 100%;
}
.res p {
        width: 100%;
}
    .H1 ul {
    list-style: none;
    padding: 10px;
    display: inline-flex;
    }
    
.H1 ul li {
    background-color: #e58660;
    width: 100px;
    padding: 10px;
    margin: 0 0 0 5px;
    border-radius: 5px;
    color: #FFF;
}
}