body{
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
}
header,#small{
  background-image: url(images/student.jpg);
  background-position: left;
  background-repeat: no-repeat;position: sticky;
    top: 0;    z-index: 10000;
}
header>div{
    background-color: rgba(3, 3, 3, 0.911);
    color: #f3ecec;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
header>div>div>img{
    width: 140px;
}
header>div>div>ul{
    padding-top: 10px;
    text-align: right;
}
header>div>div>ul li{
    display: inline;
    margin-right: 40px;
    font-size: 18px;
    cursor: pointer;
}
#title{
    font-size: 25px;
    padding-left: 30px;
    display: flex;
    flex-direction: row;
  
}
#title>span>img{
  width: 90px;
  height: 70px;
  
}
header>div>div>ul>li:hover{
   border-bottom: 3px solid #0075dd;
   transition: 0.5s;
}
header>div>div>ul>li>a{
    color: #f3ecec;
    text-decoration: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
    }
    
    .sidenav a {
    text-decoration: none;
    display: block;
    transition: 0.5s;
    line-height: 35px;
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 15px;
    }
    
    .sidenav a:hover {
    background-color: #0075dd;
    color: #f3ecec;
    }
    #span{
     border: 1px solid rgb(192, 186, 186);
        position: absolute;
        top: 30px;
        right: 40px;
        padding: 7px;
        display: none;
        font-size: 19px;
        margin-top: -12px;
        color:rgb(102, 97, 97) ;
        }
        aside{
            display: none;
            position: sticky;top: 0; background-color: rgba(3, 3, 3, 0.781);
            z-index: 10000;
            }
    aside>div>p{
        padding-left: 30px;
        font-size: 18px;
        padding-top: 7px;
        color: #313131;
        font-weight: 700;
    }
#intro{
    display: flex;
    flex-direction: row;
}
#intro>div{
    height: auto;
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #313131;
    text-align: center;
}
#roundDiv{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
}
#roundDiv2{
    background-color: rgba(3, 3, 3, 0.781);
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 20px;
        position: absolute;
        top: 0 ;
        left: 0;
        right: 0;
        bottom: 0;
        color: #f3ecec;
    }

#write{
    padding: 20px;
}
#homeServices{
    display: flex;
    flex-direction: row;
  justify-content: space-between;
  }
  #homeServices>a>div>div>h1{
    font-size: 19px;
    color:#313131;
  }
  #homeServices>a>div>div>p{
    font-size: 15px;
  }
  #homeServices>a{
    text-decoration: none;
  width: 25%;
  margin: 20px;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s;
  color: #353030;
  box-shadow: 7px 19px 8px #c8cbcf;

  }
  #homeServices>a:hover{
    box-shadow: 7px 19px 8px #737475;
  }

  #homeServices>a>div>img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  width: 100%;
  height: 200px;

  }

  #uk{
    font-size: 30px;
    line-height: 0;
   
    
  }

  section{
    background-color: #000000d7;
    color: #f3ecec; 
    padding-bottom: 70px;
  }

  .rounds{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 30px;
  }

  .rounds>div{
    height: 300px;
    width: 30%;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
 box-shadow: 2px 2px 20px #0075dd;
  }
  .rounds>div>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .rounds > .r1 {
    margin-right: -60px;
    transition: margin-right 0.5s ease; 
  }

  .rounds > .r2 {
    margin-top: -60px;
    z-index: 1;
    transition: margin-top 0.5s ease, z-index 0.5s ease; 
  }

  .rounds > .r3 {
    margin-left: -60px;
    transition: margin-left 0.5s ease; 
  }

  .scroll-reached {
    margin: 10px !important;
    margin-bottom: 40px !important;
  }
  .list{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .list>div{
    height: auto;
    width: 40%;
    border-left: 2px solid white;
  }
  #flag-container {
    white-space: nowrap;
    overflow: hidden;
  }
  .flag-container-inner {
    display: inline-block;
    white-space: nowrap;
    padding: 30px;
  }
  
  .flag {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-right: 2%;
    border-radius: 50%;
  }
  

  #footDivs{
   background-color: #000000a2;
    display: flex;
    flex-direction: row;
    color: white;
  }
  #footDivs>div{
  width: 50%;
  }
  #footDivs>div>div{
    width: 50%;
  }
  
  #innnerfoot{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #innnerfoot>div{
    padding: 50px;
    font-size: 15px;
    
  }
  #seperate{
    display: flex;
    flex-direction: row;
   }
  #seperate1{
    padding-top: 15px;
    padding-right: 10px;
  }
  #bottom{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #f3ecec;
     background-color: rgb(15, 15, 15);
    padding: 10px;
  }
  #linkz{
    font-size: 20px;
    font-weight: 600;
}
.flagz{
  display: none;
}
#box{
  padding: 20px;
  padding-left: 40px;
}
  @media screen and (max-width:900px) {
    #title{
      padding-left: 10px;
      display: flex;
      flex-direction: row;
  }
  #title>p{
    font-size: 20px;
    margin-left: -30px;
   font-weight: bolder;
  }
  #title>span>img{
    width: 70px;
    height: 50px;
    padding-top: 6px;

  }
    #write{
      padding: 10px;
  }
    #box{
      padding: 20px;
    }
  .flagz{
    display: block;
  }
    #intro{
      flex-direction: column;
      
    }
    #intro>div{
      width: auto;
      margin: 0;
      margin-top: 20px;
    }
  
#roundDiv2{
   position: relative;
    }
    #footDivs{
        flex-direction: column;
    }
    #footDivs>div{
      width: auto;
    }
    #footDivs>div>div{
      width: auto;
    }
  }
  @media screen and (max-width:700px) {
    #linkz{
      font-size: 17px;
      font-weight: 600;
      text-decoration: underline;
  }
  #innnerfoot{
    flex-direction: column;
  }
  #innnerfoot>div{
    width:auto;
    padding: 10px;
    padding-top: 20px;
    font-size: 14px;
  }
  }
  
  .inner a{
    color:#00a2ff;
    text-decoration: none;
  }
  .inner a:hover{
    color: rgb(255, 30, 0);
  }
  
    @media screen and (max-width:900px){
      .rounds{
        display: none;
      }
        
      .list{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content: start;
      }
        .list>div{
            width:100%;
            text-align: left;
            border: none;
        }
        #homeServices{
            flex-wrap: wrap;
          }
        
          #homeServices>a{
        width: auto;
        margin: 10px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 0px #c8cbcf;
        
          }
          #homeServices>a>div>img{
          width: 300px;
          height: 200px;
        
          }
          #homeServices>a:hover{
            box-shadow: 0px 0px 0px #c8cbcf;
          }
                    aside{
                      display: block;
                    display: flex;flex-direction: row;
                    }
                    #span{
                      display: block;
                    }
            header{
                display: none;
            }
                }

    /* menu button */
.container {
    display: none;
    position: absolute;
    right: 0;
    margin-right: 40px;
    margin-top: 15px;
  }
  
  .bar1, .bar2, .bar3 {
    width: 20px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

  /* end */

  @media screen and (max-width:1200px) {
   .container{
    display: inline-block;
    cursor: pointer;
   }
    #ul1{
        display: none;
    }
}

.full-width-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .previous-button,
  .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .previous-button {
    left: 10px;
  }
  
  .next-button {
    right: 10px;
  }