@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@500&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Baloo Da 2', cursive;
    font-weight: bold;
}
html{
    overflow-x: hidden !important;
}
::-webkit-scrollbar {
    width: 2vh;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #72ff6d;
    border-radius: 2vh;
}
::-webkit-scrollbar-thumb:hover {
    background: #57ff51;
  }
:-moz-scrollbar{
    width: 2vh;
}
:-moz-scrollbar-track{
    background: white;
}
:-moz-srollbar-thumb{
    background: #63fa5d;
    border-radius: 2vh;
}
::selection{
    color: #fff;
    background: #72ff6d;
    border-radius: 5vh;
}
a{
    color: black;
    font-size: 2rem;
    text-decoration: none;
    position: relative;
}
a:hover{
    color: #63fa5d;
    transition: all 0.2s;
}
nav{
    height: 4.5rem;
    width: 90%;
    position: fixed;
    top: 2vh;
    left: 5%;
    background: #FFFFFF;
    transition: 0.5s all;
    z-index: 1000;
}
nav.sticky{
    width: 90%;
    position: fixed;
    background: #ffffffd6;
    box-shadow: 0px 0px 2vh #AFFFAD;
    border-radius: 4vh;
    transition: 0.5s all;
    z-index: 1000;
    backdrop-filter: blur(2vh);
}
.ln{
    width: 90%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 3%;
}
.navigation{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation a{
    font-size: 2rem;
}
.logo{
    height: 10vh !important;
    position: relative;
}
.navigation{
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation a{
    font-size: 2rem;
}
.navliactive{
    display: none;
}

.search{
    height: 6vh;
    width: 6vh;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 50;
}
.search.searchbaractive{
    width: 40vh;
    top: 0;
    position: relative;
    background: #56ff50;
    border-radius: 10vh;
    display: flex;
    flex-wrap: nowrap;
}
#searchinput{
    position: relative;
    height: 5vh;
    width: 30vh;
    left: 7vh;
    bottom: 6vh;
}
#searchinput::placeholder { 
    color: white;
    opacity: 1; /* Firefox */
}

#searchinput :-ms-input-placeholder { 
    color: white;
}

#searchinput::-ms-input-placeholder { 
    color: white;
}
.search #searchinput{
    height: 100%;
    width: 32vh;
    border: none;
    background: none;
    outline: none;
    font-size: 1.5rem;
}
.searchautocompletesuggetion{
    position: relative;
    width: 40vh;
    max-height: 60vh;
    overflow-y: hidden;
    background: #56ff50;
    list-style: none;
    text-align: left;
    font-size: 1.5rem;
    padding: 1vh 1vh 1vh;
    border-radius: 1vh;
    z-index: 5;
}
.searchautocompletesuggetion li{
    position: relative;
    padding: 1vh 1vh 1vh;
    border-radius: 1vh;
}
.searchautocompletesuggetion li:hover{
    background: #0ab204;
}
.ballsearch{
    top: 0;
    left: 0;
    height: 6vh;
    width: 6vh;
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
/*ball of the searchbar*/
.sicon{
    height: 3vh;
    width: 3vh;
  }


.gsc-results-wrapper-overlay::-webkit-scrollbar-track, .gsc-results-wrapper-visible::-webkit-scrollbar-track{
    border-top-right-radius: 5vh !important;
    border-bottom-right-radius: 5vh !important;
}
.search #___gcse_0{
    display: none;
}
.search.searchbaractive #___gcse_0{
    position: relative !important;
    top: 0vh ;
    left: 6vh ;
    height: 100%;
    width: 70% !important;
    bottom: 0 ;
    right: 0 ;
    z-index: 50;
    width: 35vh;
    justify-content: right;
    cursor: auto;
    display: block;
}
.search.searchbaractive .navigation.a{
    display: none;
}
.search.searchbaractive .ballsearch{
    background: white;
}

.gsc-control-cse.gsc-control-cse-en{
    background: #00000000;
    border: none;
    height: 100%;
}
.gsc-control-wrapper-cse{
    height: 100%;
}
.gsc-control-wrapper-cse,.gsib_a,.gstl_50,.gsc-input,.gsc-search-box, .gsc-search-box-tools{
    height: 6vh;
    width: 100% !important;
}
.gsc-input-box {
    background: #00000000 !important;
    border: none !important;
    width: 34vh;
    height: 6vh;
    position: relative;
    left: -3vh;
}
.gsc-option-menu{
    border-radius: 2vh;
}
.gsc-option-menu, .gsc-selected-option-container{
    border-radius: 2vh!important;
}
.gsib_a input{
    height: 100% !important;
    width: 30vh !important;
    border: none;
    background: none;
    outline: none;
    font-size: 1.5rem;
    background: #56ff5000;
    position: relative;
    bottom: 2vh;
    left: -2.5vw;
}
.gs-spelling{
    font-size: small;
}
.gcsc-find-more-on-google-text{
    font-size: small;
}
.gsc-results-wrapper-overlay, .gsc-results-wrapper-visible{
    position: relative;
    left: 40vw !important;
    top: 10vh !important;
    height: 60vh !important;
    width: 40vh !important;
    border-radius: 2vh !important;
}
.gcsc-more-maybe-branding-root{
    display: none !important;
}
.gsib_b{
    display: none;
}
.gsc-search-button{
    display: none;
}
.gsc-clear-button{
    display: none;
}
.gsc-adBlock{
    display: none !important;
}
.gs-snippet{
    background-color: #84FB81 !important;
    border: 0.5vh solid #63fa5d !important;
    border-radius: 0.8vh;
}



.doc{
    width: 100%;
    min-height: 230vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.doc-txt{
    width: 70%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con-nav{
    position: relative;
    left: 5vh;
    height: 150vh;
    width: 20%;
    background: #83fb81b2;
    border-radius: 3vh;
    border-left:1vh solid #84FB81;
    box-shadow: 0px 0px 2vh #AFFFAD;
    top: -20vh;
}
.nav-li{
    position: relative;
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.nav-li .list{
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a6faa5;
    list-style: none;
    border-top-left-radius:3vh ;
    border-bottom-left-radius: 3vh;
    transition: 0.4s all;
}
.nav-li .list a:hover{
    color: #fff;
}
.nav-li .list.active{
    background: #F7F7F7;
    box-shadow: 0px 0px 2vh #AFFFAD inset;
}
.nav-li .list.active a:hover{
    color: #84FB81;
}
.list a{
    font-size: 1rem;
}
.doc table{
    width: 90%;
}
/* top-left border-radius */
.doc table tr:first-child td:first-child {
    border-top-left-radius: 2vh;
  }
  .doc table tr:first-child th:first-child {
    border-top-left-radius: 2vh;
  }
  
  /* top-right border-radius */
.doc table tr:first-child td:last-child {
    border-top-right-radius: 2vh;
  }
  .doc table tr:first-child th:last-child {
    border-top-right-radius: 2vh;
  }
  
  /* bottom-left border-radius */
.doc table tr:last-child td:first-child {
    border-bottom-left-radius: 2vh;
  }
  
  /* bottom-right border-radius */
.doc table tr:last-child td:last-child {
    border-bottom-right-radius: 2vh;
  }
.doc th,.doc td {
    border: 0.2vh solid #ffff;
    border-collapse: collapse;
    padding: 1vh;
  }
.doc th,.doc td {
    background-color: #c9f8d6;
  }



.containerb{
    height: 60vh;
    display: flex;
    align-items: flex-end;
}
.bottom{
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #99f997;
    border-radius: 3vh 3vh 0 0;    
}
.blogo{
    height: 15vh;
}
.upper{
    height: 40%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upper .nav{
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.upper .btn{
    height: 5vh;
    width: 22%;
    background: #fff;
    border-radius: 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upper a{
    font-size: 1.5rem;
}
.loweer{
    height: 60%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ribbne{
    height: 0.5vh;
    width: 90%;
    background: white;
    border-radius: 3vh;
}
.loweer h1 span{
    font-size: 2rem;
}
.loweer h1{
    font-size: 1.6rem;
    color: #ffffff;
}
.loweer .adright{
    text-align: right;
    width: 35%;
}
.adleft{
    text-align: left;
    height: 80%;
    display: flex;
    justify-content: space-around;
    align-items: left;
    flex-direction: column;
}
.title p{
    text-align: center;
    font-size: 4vh;
    color: #000000c5;
}
@media screen and (max-width:812px) {
    html{
        font-size: 8px;
    }
    body{
        overflow: hidden;
    }
    nav.sticky{
        height: 5rem;
        width: 90%;
        position: fixed;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        left: 5vw;
    }
    nav{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        left: 5vw;
        width: 90%;
    }
    .logo{
        height: 4vh!important;
    }
    .ln{
        width: 80%;
        left: -2vh;
    }
    .navigation{
        width: 70%;
        height: 40%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navigation a{
        font-size: 1rem;
    }
    .search{
        height: 3rem;
        left: 85%;
        top: 0;
        left: 0;
    }
    .search.searchbaractive{
        width: 50vw;
        top: 0;
        position: relative;
        left: 0;
        transform: translate(0%);
    }
    .gsc-input{
        width: 10vw;
        
    }
    .gsib_a input{
    width: 25vh !important;
    bottom: 3vh;
    left: -5vw;
    }
    .ballsearch{
        height: 3vh;
        width: 3vh;
        position: relative;
        top: 0;
        left: 0;
    }
    .sicon{
        height: 1vh;
        width: 1vh;
      }
    .gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {
        left: -5vw !important;
    }

    .con-nav{
        left: 0.5vh;
        top: 0;
        height: 100vh;
        width: 15%;
    }
    .doc-txt{
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .doc{
        min-height: 150vh;
    }
    .doc-txt .title p{
        font-size: small;
    }
    .containerb{
        height: 40vh;
    }
    .bottom{
        height: 30vh;
        width: 100%;
    }
    .upper{
        height: 6vh;
    }
    .blogo{
        height: 6vh;
    }
    .upper .nav{
        width: 80%;
    }
    .upper .logo{
        height: 3vh;
        width: 10%;
    }
    .upper a{
        font-size: 1rem;
    }
}