.jun {
    visibility: hidden;
    position: absolute;
}


 @media screen and (max-width: 768px) {
    .site-navigation {
        display: contents !important;
    }
    
}
.top-bar-line {
    background-color: #002768;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}



    
    
/*popup form by me start*/


.main_popup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --bs-gutter-y: 22px;
    margin: 0 0 0 0;
}

    #popupt-overlay, #additional-id1  {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 999;
            align-items: center;
            justify-content: center;
        }
        
        .form-control {
    height: calc(2.2em + 0.75rem + 2px)!important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
textarea.form-control {
    height: auto;
    height: 115px!important;
}





.particles-js {
    font-size: 3rem;
    position: relative;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
	


/* Apply the keyframe animation to the button's hover state */
input.btn.btn-popup-submit {
    background-color: white !important;
    transition: color 0.5s;
    padding: 6px 35px 6px 35px;
    box-shadow: #4bcbe540 0px 8px 24px;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #be0b31;
    transition: all 0.8s;
    color: #be0b31 !important;
    font-weight: 700;
}

input.btn.btn-popup-submit:hover {
    box-shadow: inset 400px 0 0 0 #be0b31;
    transform: scale(1.1);
    color: white !important;
}
      #popupt-content, #popupt-content-1 {
    max-width: 500px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background-size: cover;
    background-image: linear-gradient(to right, #be0b3140, #002768a8), url(../images/302cbc177f.jpg);

}
       #cut-button, #cut-button-1{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #be0b31;
    color: white;
    border-radius: 62px;
    border: none;
    padding: 0px 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
/*popup form by me end*/


      .global_disclamer {
    background: black;
    margin-bottom:-30px;
    text-align: center;
}
    .cookie-alert {
        display:none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 320px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
} 