html {
    background-image: url(images/background\ image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
  }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #menu {
    background: #4B3B63;
    color: #FFF;
    height: 74px;
    padding-left: 18px;
    border-radius: 5px;
  }
  #menu ul, #menu li {
    margin: 0 auto;
    padding: 0;
    list-style: none
  }
  #menu ul {
    width: 100%;
  }
  #menu li {
    float: left;
    display: inline;
    position: relative;
  }
  #menu a {
    display: block;
    line-height: 74px;
    padding: 0 14px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 21px;
    text-transform: capitalize;
  }
  #menu a.dropdown-arrow:after {
    content: "\23F7";
    margin-left: 5px;
  }
  #menu li a:hover {
    color: #FFFFFF;
    background: #785E9E;
  }
  #menu input {
    display: none;
    margin: 0;
    padding: 0;
    height: 74px;
    width: 100%;
    opacity: 0;
    cursor: pointer
  }
  #menu label {
    display: none;
    line-height: 74px;
    text-align: center;
    position: absolute;
    left: 35px
  }
  #menu label:before {
    font-size: 1.6em;
    content: "\2261"; 
    margin-left: 20px;
  }
  #menu ul.sub-menus{
    height: auto;
    overflow: hidden;
    width: 170px;
    background: #4B3B63;
    position: absolute;
    z-index: 99;
    display: none;
  }
  #menu ul.sub-menus li {
    display: block;
    width: 100%;
  }
  #menu ul.sub-menus a {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: capitalize;
  }
  #menu li:hover ul.sub-menus {
    display: block
  }
  #menu ul.sub-menus a:hover{
    background: #4B3B63;
    color: #AE80FF;
  }
  @media screen and (max-width: 800px){
    #menu {position:relative}
    #menu ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
    #menu ul.sub-menus {width:100%;position:static;}
    #menu ul.sub-menus a {padding-left:30px;}
    #menu li {display:block;float:none;width:auto;}
    #menu input, #menu label {position:absolute;top:0;left:0;display:block}
    #menu input {z-index:4}
    #menu input:checked + label {color:white}
    #menu input:checked + label:before {content:"\00d7"}
    #menu input:checked ~ ul {display:block}
  }
  
  

  * {
    margin: 0;
    /* box-sizing: border-box; */
}

html, body {
    font-size: 18px;
    font-family: sans-serif;
}

.container {
    max-width: 500px;
    margin: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border: 1px dotted rgb(162, 0, 255);
}

.containerr {
  max-width: 300px;
  margin: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border: 1px dotted rgb(162, 0, 255);
  max-height: 307px;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
}

button {
    background: rgb(174, 0, 255);
    border: 3px solid black;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: .9rem;
    color: rgb(0, 0, 0);
    box-shadow: 3px 2px 0px #000000;
    margin: 10px;
}

button {
  transition: all 0.1s ease;
}

button:hover {
  background: rgb(174, 0, 255);
  border: 3px solid rgb(0, 0, 0);
  transform: scale(1.2);
}



button:active {
    background: rgb(174, 0, 255);
    color: #fff;
    border: 3px solid black;
    transform: scale(0.8);
}

.courses {
    margin-top: 40px;
}

.courses li {
    margin-bottom: 20px;
}

.courses a {
    color: #222;
}

.slider {
    border: 1px dotted rgb(162, 0, 255);
    width: 256px;
    height: 256px;
    margin: 20px auto;
    overflow: hidden;
}

.slider-line {
    width: 1024px;
    height: 256px;
    display: flex;
    position: relative;
    left: 0;
    transition: all ease 1s;
}
.top {
    max-width: 710px;
    margin: 30px;
    background: rgba(255, 255, 255, 0.096);
    padding: 30px;
    border: 1px dotted rgb(162, 0, 255);
}

.tops {
    max-width: 420px;
    margin: 30px;
    background: rgba(255, 255, 255, 0.096);
    padding: 30px;
    border: 1px dotted rgb(162, 0, 255);
}
body {
    color: white;   font-family: 'Comic Sans', sans-serif;
  }
  .back {
    background-color: red;
  }
  a {
    text-decoration: none;
    color: gold;
  }

.sub-menus li {
  display: flex;
  align-items: center;
}

.image-container {
  margin-left: 5px; /* Adjust this value as needed */
}
.sub-menus li img {
  vertical-align: middle;
}
.nooo {
  cursor: help;
}

li {
  display: flex;
  align-items: center;
}

body {
  overflow-y: scroll; /* Enable vertical scrolling */
}

