:root {
  --level-1: #8dccad;
  --level-2: #f5cc7f;
  --level-3: #7b9fe0;
  --level-4: #f27c8d;
  --black: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ol {
  list-style: none;
}

body {
  margin: 28px 0 100px;
  text-align: center;
  font-family: "Inter", sans-serif;
  
}

.container {
  max-width: 100%;
  padding: 0 2px;
  margin: 0 auto;
  
}

.rectangle {
  position: relative;
  padding:   17px ;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 700; border: 2px solid skyblue;
}


/* LEVEL-1 STYLES*/

.level-1 {
  width: 50%;
  margin: 0 auto 120px;
  background: var(--level-1);
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 120px;
  background: rgb(171, 212, 210);
}


/* LEVEL-2 STYLES*/

.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 26.5%;
  width: 50%;
  height: 4px;
  background: rgb(171, 212, 210);
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 5px;
  background: rgb(171, 212, 210);
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 92.8%;
  left: 50%;
  transform: translateX(-20%);
  width: 4px;
  height: 41px;
  background: rgb(171, 212, 210);
}

.level-2 {
  width: 64%;
  margin:20px auto 41px;
  background: var(--level-2);
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 175px;
  background:     rgb(171, 212, 210);;
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 4px;
  background: rgb(171, 212, 210);;
}


/* LEVEL-3 STYLES*/

.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}
 
.level-3 {
  margin-bottom: 20px;width: 90%;
  background: var(--level-3); 
}


/* LEVEL-4 STYLES
 */
.level-4-wrapper {
  position: relative;
  width: 90%;
  margin-left: 0px;padding: 5px;
  left: 0%;
}
 
.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);width: 100%;
}

 

 

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 178px;
  height: 4px;
  background: rgb(171, 212, 210);;z-index: -11;
}



body{
	background:#2f4350 url(../img/addis.jpg);
	opacity: .9;
	
 width: 100%;

 background-blend-mode: multiply;
 background-repeat: no-repeat;
 background-position: center;
 background-attachment: fixed;
 background-size: cover;	
}

a:focus{
	outline: 2px dashed rgb(171, 212, 210);
}

.level-4  {
       
 
margin-top: -50px; 
 
}
/* MQ STYLES*/
@media screen and (max-width: 700px) {
 
 
.container {
  max-width: 95%;
  padding: 0 4px;
  margin: 0 auto;
  
}

.rectangle {
  position: relative;
  padding:   17px ;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 700; border: 2px solid skyblue;
}
 
  


  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  

  .level-2::before{
    height:   calc(100% + 221px);
    }

  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 100%;
    margin-left: -4%;
  }

  .level-2-wrapper::before {
    left: 14px; top: -20%;
    width: 4px;
    height: calc(100% + 201px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }

  
/* LEVEL-4 STYLES
 */
.level-4-wrapper {
  position: relative;
  width: 90%;
  margin-left: -11px;padding: 10px;
  left: 0%;
}
 
.level-4-wrapper li + li {
  margin-top: 10px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);width: 90%;
}

.level-4  {
       
 
  margin-top: 64px; 
   
  }

 

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 54px;
  height: 4px;
  background: rgb(171, 212, 210);;z-index: -11;
}




}
 




