body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
  }
    /*------------ Global Style -------------*/

  :root{
    --primary: #196A94;
    --ash: #6a6c6f;
    --dark: #34373b;
    --white: #ffffff;
    
    /* gradient color   */
    --gredi: linear-gradient(rgb(0 0 0 / 71%), rgb(0 0 0 / 91%));
  }

  a{
    text-decoration: none;
    color: var(--primary);
  }
  .active{
    color: var(--primary)!important;
  }
  .wid-40{
    width: 40%;
  }
  .wid-30{
    width: 30%;
  }
  .blue-col{
    color: var(--primary);
  }
  .ash-contact, .ash-col a{
    color: var(--ash);
  }
  .wht-contact, .wht-col a{
    color: var(--white);
  }
  h1, h2, h3, h4, h5, h6{
    font-weight: 400;
    color: #333333;
  }


  /*------------ Home Page -------------*/

  /*-----Left Sidebar ----*/

  .container {
    display: flex;
    height: 100vh;
  }

  .main{
    display: flex;
  }
  .logo{
    margin-bottom: 40px;
  }
  .h-menu{
    background-image:var(--gredi),url(assets/bgm.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
  }
  .header {
    /* width: 40%; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  .menu a {
    display: block;
    padding: 15px 55px;
    text-decoration: none;
    border-bottom: 1px solid #999999;
  }

   /*------------ Menu Underline Hover -------------*/
  .hover-underline-animation {
    display: inline-block;
    position: relative;
    /* color: #0087ca; */
  }
  
  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .hover-underline-animation {
    display: inline-block;
    position: relative;
    /* color: #0087ca; */
  }
  
  .contact {
 /* padding: 20px; */
    display: flex;
    gap: 35px;
  }
  
  .contact p {
    margin: 0;
  }

  /*-----Right Sidebar ----*/
  .content {
    width: 60%;
    background-color: var(--white);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;    
  }
  .heading{
    text-align: center;
    padding-top: 45px;
  }
  .heading h1{
    font-family: 'Roboto', 'Arial';
    font-weight: 300;
    padding: 0 40px;
  }

  .home-list ul{
    padding: 0;
    margin: 15px 0px 0px 20px;
  }
  .home-list button{
    margin-top: 40px;
    padding: 10px 30px;
    font-size: 15px;
    color: #546B8E;
    border: 1px solid #546B8E;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
  }
  .home-list button:hover{
    background-color: #546B8E;
  }
  .home-list button:hover a{
    color: #ffffff!important;
  }
  


  /*---------------- Hinnakiri Page----------------*/
  .mudd{
    width: 60%;
    background-color: #fff;
    padding: 20px;
  }
  .mudd h1{
    font-size: 32px
  }
  .table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
  }
  
  .table td {
    padding: 7px 10px;
    border: 1px solid var(--ash);
  }


  /*------------- Teenused Page -------------------*/

  .teen{
    width: 60%;
    background-color: #fff;
    padding: 20px 60px;
  }
  .teen-post h1{
    font-size: 34px;
    margin: 0 0 30px 0;
    color: var(--dark);
  }
  .teen-post h4{
    margin: 0 0 25px 0;
    color: var(--ash);
  }

  /* Kontakt */
  .kontakt{
    display: flex;
    gap: 25%;
  }
  .kontakt-col
  .kontakt h1{
    font-size: 32px;
    color: var(--dark);
  }
  .kontakt .column{
    font-size: 20px;
    color: var(--dark);
    line-height: 10px;
  }

  /*------------ Mobile Responsive ------------*/
  @media screen and (max-width: 1028px) { 
    .container, .main {
      flex-wrap: wrap;
      height: auto;
      justify-content: center;
    }
    .header, .content, .container, .mudd, .main{
      width: 100%;
    }
    .heading h1{
      padding: 0;
    }
    .kontakt-col h1{
      text-align: center;
    }
    .kontakt{
      justify-content: center;
    }
  }
  /* @media (max-width: 768px) {
    .container {
      flex-wrap: wrap;
      height: auto;
    }
    
    .header, .contact, .content {
      width: 100%;
    }
  } */
  @media screen and (max-width: 715px) {  
    .mudd{
      width: 100%;
    }
    .tab-head{
      display: none!important;
    }
    .responsive thead {
      visibility: hidden;
      height: 0;
      position: absolute;
    }
    
    .responsive tr {
      display: block;
      margin-bottom: .625em;
    }
    
    .responsive td {
      border: 1px solid;
      border-bottom: none;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    .responsive td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    .responsive td:last-child {
      border-bottom: 1px solid;
    }
    .kontakt .column p {
      font-size: 15px;
  }
  
  }

  @media screen and (max-width: 390px){
    *{
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }
    .mob-font{
    font-size: 22px;
  }
  }