*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: Vegawanty;*/
    font-family:Arial, Helvetica, sans-serif !important;
  }
  html,
  body {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    background-color: white;
  }
  .our_service{
    margin-top: 15vh;

  }
  .our_service>h1{
    margin-top: 2vh;
    color: black;
    text-align: center;
  }
.main{
    display: flex;
    width: 100%;
}
.main_page {
    width: 88%; 
    display: flex;
    flex-direction: column;
}
  section {
    padding: 2vmax;
    display: flex;
    color: black;
  }
  .sidebar {
    padding: 5vmax .5vmax;
    width: 12%; 
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto; 
    /* background-color: lightpink; */
    display: flex;
    border-left: 1px solid black;
  }
  .side_nav_ul{
    padding-top: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
    /* gap: 100px; */
    font-size: 10px;
  }
  .side_nav_ul li a{
    color: black;
    text-transform: uppercase;
    font-size:xx-small;
}
.side_nav-link.active {
    font-weight: bold;
    color: greenyellow;
    font-size:larger;
    color:#5196b1;
}
  .home_left{
    display: flex;
    flex-direction: column;
    width: 50%;
    /* padding: 2vmax 2vmax; */
  }
  .home_right{
    padding: 1vmax 1vmax;
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .img1{
    position: relative;
      height: 100%;
      width: 90%;
      background-position:center;
      background-size: cover;
  }
  .img1>img{
    width: 100%;
    height: 100%;
  }
  .img1::after{
    position: absolute;
    top: 10%;
    left: 10%;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid green;
  }
  section h2{
      font-size: 3vmax;
      font-weight: 400;
      margin-top: 4vh;
  }
  section p{
      font-size: 1.6vmax;
      line-height: 1.8vmax;
      font-weight: 500;
      margin-top: 3vh;
      width: 100%;
      text-align: justify;
  }
  #service2{
    justify-content: start;
  }
  #service3{
    justify-content: end;
  }
  #service4{
    justify-content: start;
  }
  #service5{
    justify-content: end;
  }
  .content{
    padding: 1vmax 1vmax;
    width: 50%;
  }
  
.benefits{
    color: black;
    font-weight: bold;
}
  
.filter-box{
  position: relative;
  padding: 3vmax 2vmax;
  width: 100%;
  /* height: 60vh; */
  /* background-color: red; */
}
.f-tech{
  width: 100%;
  height: 100%;
  /* background-color: green; */
}


  ._filter-box{
    color: black;
    padding: 1vmax 0vmax;
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* height: 70vh; */
    /* border: 1px solid black; */
    margin-bottom: 10px;
    /* background-color: red; */
  }
  ._filter-left{
    padding: 1vmax 2vmax;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 30%;
    /* height: 100%; */
    /* background-color: lightgreen; */
    border-radius: 17px;
    background: #e0e0e0;
    box-shadow:  5px 5px 16px #c3c3c3,
             -5px -5px 16px #fdfdfd;
  }
  .content__{
    width: 30vw;
    margin-top: 10px;
    background-color: black;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5vmax;
    padding: .5vmax;
    border-radius: 50px;
    background: #e0e0e0;
    box-shadow:  5px 5px 16px #c3c3c3,
             -5px -5px 16px #fdfdfd;
  }
  .f-logo{
    border-radius: 50%;
    width: 4vmax;
    height: 4vmax;
    background-size: cover;
    img{
      width: 100%;
      height: 100%;
      border-radius: 50%;
    }
  }
#framworks{
    /* background-color: green; */
  }
  #programming{
    /* background-color: black; */
    display: none;

  }
  #frontend{
    /* background-color: pink; */
    display: none;

  }
  #database{
    /* background-color: gray; */
    display: none;

  }
  #cloud{
    /* background-color: blue; */
    display: none;

  }

  .f-data-box{
    position: absolute;
    right: 5%;
    top: 10%;
    width: 60vw;
  }
  .f-heading{
    padding: 1vmax 4vmax;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .f-content{
    padding: 1vmax 4vmax;
    display: flex;
    gap: 2vmax;
    flex-wrap: wrap;
    h1{
      font-size: 1vmax;
    }
  }
  .f-content-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10vmax;
    height: 8vmax;
    /* background-color: green; */
    /* background: #e0e0e0; */
    background-color: white;
    /* background-size: cover; */
    box-shadow:  5px 5px 16px #c3c3c3,
             -5px -5px 16px #fdfdfd;
    color: black;  
  }
  .f-c-img{
    background-size: cover;
    width: 80%;
    height: 70%;
    /* border: 1px solid black; */
    img{
    object-fit: contain;
      width: 100%;
      height: 100%;
    } 
  }
  
@media screen and (max-width:700px) {
  .filter-box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filter-left{
    /* background-color: green; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .f-content-box p{
    font-size: 7px;
  }
  .f-data-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
    margin-top: 10px;
  }
  .f-heading{
    /* padding: 1vmax 4vmax; */
    display: flex;
    justify-content: center;
    align-items: center;
    h1{
      font-size: 20px;
    }
  }
  .f-heading{
    border-radius: 17px;
    /* background-color: lightgray; */
    padding: 1vmax 4vmax;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content__{
    width: 100%;
  }
  .f-logo{
    width: 6vmax;
    height: 6vmax;
  }
}
 

@media screen and (max-width:550px) {
    section{
        flex-direction: column;
    }
     
      .sidebar {
        width: 20%; 
      }
      .side_nav_ul{
        padding-top: 10vh;
        display: flex;
        flex-direction: column;
        font-size: 7px;
      }
      .home_left{
        width: 100%;
      }
      .home_right{
        width: 100%;
      }
      .content{
        padding: 1vmax 1vmax;
        width: 100%;
      }
      
}