@import url('https://fonts.googleapis.com/css2?family=Acme&family=Heebo:wght@100&family=Josefin+Sans:wght@300;400&family=Poppins:wght@800&family=Rubik:wght@700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Acme&family=Heebo:wght@100&family=Josefin+Sans:wght@300;400&family=Poppins:wght@800&family=Rubik:wght@300;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
.table-item-link{
    height: 100%;
    width: 100%;
}
#wrapper{
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}
.btn{
    font-size:35px;
    color:white;
    position: relative;
    padding-left: 10px;
    display: none;
    top:0.5rem;  
}

#menu-btn{
    display: none;
}

.header-section{
   display: flex;
   height:60px;
    background-color: rgb(251, 100, 45);
   justify-content:space-between;
   align-items: center;
   position: sticky;
   top:0;
}
.header-link{
    display: flex;
   justify-content: center;
   align-items: center;
   gap:2rem;
   padding-right:25px;
} 
.header-item{
    font-size: 22px;
    transition: transform 0.2s ;
}
.header-item a{
    text-decoration: none;
    font-family: rubik;
    color: white;
}
.header-item:hover{
    transform:scale(1.1); 
    font-weight: 300;
}
.logo{
    height:130px;
    width:310px;
  }
  .logo img{
    height: 100%;
   width: 100%;
  }
.container{
    max-width: 950px;
    margin: 0 auto;
    padding:0 3rem;
    padding-bottom: 4rem;
    background-color: rgb(244, 246, 246);
}
.heading-first{
    font-size: 45px;
    font-family:rubik;
    color: rgb(132, 89, 9);
    padding-top: 40px; 
}
.seo-image{
    max-width: 500px;
    max-height: 270px;
   margin: 20px 0;
}
.seo-image img{
    width: 100%;
    height:100%;
    border-radius:5px;
    box-shadow: 5px 5px 15px rgb(105, 104, 104);
}
.paragraph{
    font-family:sans-serif;
    font-size:22px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: rgb(65, 61, 61);
  line-height: 3rem;
}
.heading-two{
    font-size:33px;
    font-family: rubik;
    color: rgb(132, 89, 9);
    padding-top:70px;  
}

.sub-section{
    max-width:100%;
    padding-top:8px;
    line-height:27px;
}
.merge-in-same-line{
    display:inline-block;
}
.sub-heading{
    font-size:20px;
    color:black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.sub-content{
    font-size:20px;
    color:black;
    padding-left: 5px;
    line-height: 3rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.idea{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    line-height:3rem;
    color: rgb(65, 61, 61);
    text-decoration: none;
}
.link{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    line-height: 35px;
    color: rgb(65, 61, 61);
    text-decoration: none;
}
.link2{
    color: brown;
}
.index-section{
  height:91.5%;
    max-width:265px;
    position: absolute;
    display: flex;
    flex-direction:column;
    align-items: center;
    overflow-y: scroll;
      background-color:white;
}
.table-heading{
    font-family: rubik;
    font-size: 25px;
    width:100%;
     color:rgb(78, 76, 76);
}
.table-content{
    width: 100%;
    font-size: 17px;
    font-family:'Segoe UI';
}
.table-item{
    display: flex;
    align-items: center;
    padding-left:6px;
}
.table-item:hover{
    background-color: rgb(178, 176, 176);
    font-weight:600;
    transition:background-color 0.2s;
}
.table-content a{
    text-decoration: none;
    color: rgb(48, 46, 46);
}
.index-heading2{
    color: rgb(85, 84, 83);
    margin-top:10px;
    margin-bottom:3px;
}
.footer-section{
    width: 100%;
    background-color: rgb(251, 100, 45);
    display: none;
}
.footer-container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex; 
    justify-content: space-between;
    padding: 3rem;
} 
.link-container{
    font-size:24px;
   font-family: rubik;
   display: flex;
   padding:10px;
   gap: 20px;
  justify-content: center;
  align-items: center;
}
.link-container a{
    padding:8px;
     text-decoration: none;
     color: white;
     font-family: rubik;
 }
 .link-container div:hover{
    font-weight: 500;
    transform: scale(1.1);
    transition: transform 0.3s;
  }
  .link-icon-container{
    font-size:2em;
    display:flex;
    padding:5px;
    gap: 25px;
  }
  .link-icon-container div:hover{
    transform: scale(1.1);
    transition: transform 0.3s;
  }
  @media(max-width:860px){
    .logo{
      margin-left: -2rem;
    }
}
    @media(max-width:760px){
        .link-container{
          display: block;
          line-height:35px;
          font-size: 20px;
        }
        .link-icon-container{
          display: block;
          padding:15px;
          line-height: 45px;
          font-size: 30px;
          align-items: center;
        }
        .footer-section{
            display: block;
        }
  }
@media(max-width:1435px){
    .index-section{
      display: none;
}
.container{
    padding: 0 1.5rem;
    padding-bottom: 3rem;
}
}
@media (max-width:700px){
    .header-link{
        display: none;
    }
} 
@media(max-width:680px){
    .link-container{
        display: block;
    }
}

