* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
}

body {
  
  font-family: 'Montserrat';
  display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

/* Navigation bar */
nav{
  background: #0082e6;
  height: 80px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 30px;
  line-height: 80px;
  padding: 0 50px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 50px;
  margin: 17px 5px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
}
a.active,a:hover{
  background: #1b9bff;
  transition: .5s;
  text-decoration: none;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}


footer {
  background-color:#0082e6;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  padding-top: 35px;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

footer .row {
  margin: 0 -10px;
}

footer .col-3 {
  width: 25%;
  padding: 0 10px;

}

footer h4 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;

}

footer h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background-color: white;
  height: 3px;
  box-sizing: border-box;
  width: 50px;
  font-weight: bold; 
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer .col-3 .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.2);
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .col-3 .social-links a:hover{
  color: #24262b;
  background-color: #ffffff;
}

footer ul li a{
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: white;
  display: block;
  transition: all 0.3s ease;
}
footer ul li a:hover{
  color: #ffffff;
  padding-left: 8px;
}




section {
    height: 170vh;
    width: 100%;
    display: grid;
    place-items: center;
    
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  

  



@media only screen and (max-width: 768px) {

      .col-6 {
        width: 100%;

      }
    
      .services .col-3 {
        width: 100%;
        margin-bottom: 20px;
      }
    
      footer .col-3 {
        width: 100%;
        margin-bottom: 20px;
      }
    
    }
  
    #about-section{
      width: 100%;
      height: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 100px 10% 0px 10%;
  }
  .about-right{
      width: 80%;
      padding-left: 100px;
  }
  .about-right ul li{
      display: flex;
      align-items: center;
      
  }
  .about-right h1{
      color:  #0082e6;
      font-size: 37px;
      margin-bottom: 5px;
  }
  .about-right p{
      color: black;
      line-height: 26px;
      font-size: 15px;
  }
  .about-right .address{
      margin: 25px 0;
  }
  .about-right .address ul li{
      margin-bottom: 5px;
      
  }
  .address .address-logo{
      margin-right: 15px;
      color:  #0082e6;
  }
  .address .saprater{
      margin: 0 35px;
  }
  .about-right .expertise ul{
      width: 80%;
      display: flex;
      align-items: center;
      justify-content: space-between;
     
      
  }
  .expertise h3{
      margin-bottom: 10px;
  }
  .expertise .expertise-logo{
      font-size: 19px;
      margin-right: 10px;
      color:  #0082e6;
  }
   .expertise a{
    
   text-decoration: none;
    
}
 
@media only screen and (max-width: 768px) {
  #about-section {
    flex-direction: column;
    padding: 50px 5%;
  }
  .about-right {
    width: 100%;
    padding: 0;
  }
  .about-right h1 {
    font-size: 28px;
  }
  .about-right p {
    font-size: 14px;
    line-height: 22px;
  }
  .about-right .expertise ul {
    flex-direction: column;
  }
  .expertise .expertise-logo {
    font-size: 16px;
    margin-right: 5px;
  }
}
.most-list {
  padding-left: 90px;
  gap: 1rem;
  flex-wrap: wrap;
  counter-reset: most-list;
  font-size: 18px;
  margin-bottom: 8rem;
}
.most-list li {
  display: flex;
  flex-basis: 202px;
  flex-grow: 1;
  margin-top: 30px ;
  margin-left: 100px;
  margin-right: 180px;
  margin-bottom: 20px;
  
}
.most-list li:before {
  width: 2.5rem;
  flex: none;
  counter-increment: most-list;
  content: counter(most-list);
  color: var(--primary-colour);
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.25rem;
}
.most-list__link {
  color: #333;
  line-height: 1.3;
  text-decoration: none;
}
.most-list__link:hover {
  color: var(--primary-colour);
  text-decoration: underline;
}
.most-list--watched .most-list__link:before {
  content: '\25BA';
  margin-right: 0.25rem;
}

.points-head h1 {
  display: inline-block;
  position: relative;
  padding-left: 210px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 50px;
}
.points-head:before {
  content: "";
  position: absolute;
  top: 12px;
  height: 0.0625rem;
  width: 100%;
}

:root {
  --primary-colour: white;
}
.poins {
  max-width: 1280px;
  padding-top: 50px;
}

.most-list a:hover{
  background-color: white;
  color: black;
  text-decoration: none;
  
} 

@media only screen and (max-width: 768px) {
  .most-list {
    padding-left: 0;
    justify-content: center;
  }
  .most-list li {
    flex-basis: 100%;
    margin: 0;
  }
  .most-list li:before {
    margin-right: 1rem;
    font-size: 1.5rem;
  }
  .points-head {
    padding-left: 0;
    text-align: center;
  }
}
