.top-bar{
    width: 100%;
   /* background-color: #1E3A5F;*/
   height: 120px;
   position: fixed;
    display: flex;
    align-items: center; /* Aligns text vertically */
    justify-content: space-between; /* Aligns text horizontally (optional) */
    background-color: #002147;
    z-index: 10000;
    top: 0;
}
body {
    margin: 0;
    padding: 0;
    background-color:  #F5F5DC;
   padding-top: 120px;
  }
  .top-bar p{
    
     color: #D4AF37;
     font-family: "Libre Bodoni", serif;
     font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    
      
      font-size: 50px;
      
  }
  .fa-home{
    margin-right: 50px;
    font-size: 35px;
    color: #D4AF37;
  }
  .info{
    background-color: #002147;
    padding: 30px 0;
    border-radius: 45% / 100%;
    margin-top: 30px;
    height: 600px;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: space-between;
    align-items: center;
    
  }
 
  .info i{
    color: white;
    margin-left: 80px;
  }
  .fa-solid{
    margin-bottom: 20px;

  }
  .informacija{
    display: inline-block;
    color: #D4AF37;
    margin-left: 10px;
    font-size: 25px;
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
       font-weight: 400;
       font-style: normal;
  }
 
  .kp{
    color: #D4AF37;
      font-family: "Libre Bodoni", serif;
      font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    margin-left: 80px;
    margin-bottom: 20px;
   }
   .crtica{
    height: 5px;
    width: 200px;
    background-color: #D4AF37;
    margin: 0 85px;
    border-radius: 45%;
    margin-bottom: 50px;

   }
   .fa-copy{
    margin-left: 10px !important;
    transition: opacity 0.3s;
   }
   .fa-copy:hover{
    cursor: pointer;
    opacity: 0.6;
   }
   .fa-copy:active{
    opacity: 0.3;
   }
   .oblak{
    display: none;
   }
   .obl{
    display: inline-block;
    height: 20px;
    width: 20px;
   }
   .obl:hover .oblak{
    background: rgba(50, 50, 50, 0.9); /* Dark grey */
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   
 
    transform:translateX(-70px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif !important;
    top: 330px;
    z-index: 100000;
  }
  /*.map-container {
    height: 600px;
    width: 600px;
    display: inline-block;
   
    border-radius: 50%;
    
  }
*/
  .mapa {
    width: 650px;
    height: 650px;
    transform: scale(1.2);
   

    
  }
  .map{
      width: 600px;
      height: 600px;
      border-radius: 50%;
      overflow: hidden;
        display: flex;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
        position: absolute;
        right: 40px;
  }
  .fa-hand-point-right{
    margin-left: 10px !important;
  }
  .gore{
    background-color: #002147;
    color: #D4AF37;
    font-family: "Libre Bodoni", serif;
      font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 20px 0;
    text-align: center;
    font-size: 30px;
  }
 @media(max-width: 1200px) {
   .info{
    flex-direction: column;
    height: 115vh;
    border-radius: 0;
   }
   .map{
    top: 100vh;
    width: 50vh;
    height: 50vh;
    left: 50%;
    transform: translateX(-50%);
   }
   .info p{
    font-size: 20px;
   
   }
  .kop {
    margin-left: 0 !important;
  }
  .kop p{
    text-align:center;
    margin-left: 0 !important;
  }
  .o{
    margin-left: 5vw !important;
  }
  .kp{
    font-size: 5vw !important;
  }
  .informacija{
    font-size: 4vw !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .crtica{
    width: 35vw;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .top-bar p{
    font-size: 5vw;
  }
  .top-bar{
    height: 90px;
  }
  .fa-home{
    margin-right: 10px;
  }
  .igifb{
    margin-left: 5px !important;
  }
 }