@font-face {
    font-family: 'Okulovanish';
    src: url('/css/Okulovanish.woff2?v=2') format('woff2'),
        url('/css/Okulovanish.woff?v=2') format('woff'),
        url('/css/Okulovanish.ttf?v=2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: white;
    align-items: center;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: aliceblue;
    text-shadow: 0 0 10px #000;
    font-size: 40px;
    font-weight:800;
}

h2 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: rgb(20, 25, 29);
    text-shadow: 0 0 20px #000000be;
    font-size: 32px;
    font-weight:900;
}

h3 {
    font-family: 'Verdana', Verdana, Geneva, Tahoma, sans-serif;
    font-weight:1000;
    font-size: 12px;
    margin-bottom: 0px;
}

h4 {
    font-family: 'Verdana', Verdana, Geneva, Tahoma, sans-serif;
    font-weight:100;
    font-size: 12px;
}

h5 {
    font-family: 'Verdana', Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-weight:100;
}


h6 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: aliceblue;
    text-shadow: 0 0 10px #000;
    font-size: 20px;
    font-weight:300;
}

.h7 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #14191d;
    font-size: 18px;
    font-weight:600;
}

.hBEL {
    font-family: "Gantari", sans-serif;
    text-shadow: 0 0 10px #00000098;
    font-size: 40px;
    font-weight:600;
    color: rgb(233, 239, 245);
}

.h8 {
    font-family: "Gantari", sans-serif;
    text-shadow: 0 0 10px #00000098;
    font-size: 30px;
    font-weight:600;
    color: #43ac8c;
}

.h9 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: rgb(20, 25, 29);
    text-shadow: 0 0 20px #000000be;
    font-size: 26px;
    font-weight:700;
}

strong {
    font-size: 40px;
    font-weight:700;
}

td a {
    color: #ecf4f7;
    text-decoration: none; 
}
  
a:hover {
    color: #8cc5f3;
}
  
a:active {
    color: #a8b7c7;
}

h4 a {
    color: #3d5e7c;
    text-decoration: underline; 
}

h4 a:hover {
    color: #5893c4;
}

h4 a:active {
    color: #3d5e7c;
}

.h7 a {
    color: #14191d;;
    text-decoration: underline; 
}

.h7 a:hover {
    color: #5893c4;
}

.h7 a:active {
    color: #14191d;;
}

.BELBtn {
    width:450px;
    height: 100px;
    background-image: linear-gradient(180deg, #32967A 0%, #1B7689 100%);
    border: solid 10px #FFFFFF;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 8px #00000036);
    transition: 0.5s ease-out;
}

.BELBtn:hover {
    filter: drop-shadow(0px 10px 8px #00000036) brightness(1.2);
    cursor: pointer;
}

header {
    margin: 0;
    padding: 0;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    margin: 0;
    padding: 0;
    background-image: url('../img/bg_bars.png');
    background-repeat: repeat;
}

#lumilogo {
    opacity: 0;
    -webkit-animation: lumilogo 8s infinite forwards;
}

@-webkit-keyframes lumilogo {
    0% {opacity: 0}
    30% {opacity: 1}
    70% {opacity: 0}
}
 
  
.fixed-background {
    background-image: url('../img/lumi_bg.png');
    background-size: cover;
    background-attachment: fixed;
}

.ai-background {
    background-size: 300% 300%;
    background-image: linear-gradient(-45deg, #231846 0%, #47B793 45%, #768bb9 100%);
    -webkit-animation: AnimateBG 20s ease infinite;
    animation: AnimateBG 20s ease infinite;
}

@-webkit-keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.BELTitle {
    padding:10px 30px;
    border: solid 25px #FFFFFF;
    margin-top: 100px;
    filter: drop-shadow(0px 10px 8px #00000036)
}

.no-select {
    user-select: none;
    pointer-events: none;
}  

.header {
    background-image: url('../img/header_bg.png');
    padding:29px 0 5px 0;
}

.header_sections {
    background-image: url('../img/header_sections_bg.png');
    height: 41px;
    color: aliceblue;
    font-family: 'Raleway', sans-serif;
    
}

.header_section {
    background-image: url('../img/header_section_bg.png');
    width: 142px; 
} 

.MainTopic {
    margin: 20px 0 17px 0;
    background-image: url('../img/revolution_bg.png');
    background-size: contain;
    border:ridge 4px #4c65b8;
    border-radius:15px;
    display: flex;
    justify-content: center;
    width: 900px;
    align-items: center;
}

.MainTopic p {
    color:#ecf4f7;
    filter:drop-shadow(2px 4px 5px #1f49a3);
}

#MainTopicImg {
    margin: 20px;
}

.MainBody {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    background-image: url('../img/bg_bars.png');
    background-repeat: repeat;
    padding: 20px 0;
}

.header_section:hover .submenu {
    display: block;
}

.submenu {
    display: none; 
    position: absolute;
    background-image: url('../img/header_subsection_bg.png');
    width: 132px;
    height: 31px;
    padding: 5px;
    z-index: 10;
    margin-left: -10px;
    transform: translateX(10px) translateY(11px);
}

.submenu a{
    color:#000;
    display: block;
    padding: 5px 10px;
}

.submenu a:hover{
    color:#ad1919;
}

.BUYNOW {
    transform: translateX(0px);
    position: relative;
    z-index: 1;
    transition: 0.5s ease-out;
}

.BUYNOW:hover {
    transform: scale(1.1) rotate(4deg);
    filter: hue-rotate(-130deg);

}

.GETBELAI {
    margin-top:-150px;
    transform: translateX(-40px) rotate(10deg);
    position: absolute;
    z-index: 0;
    transition: 0.5s ease-out;
}

.GETBELAI:hover {
    transform: translateX(-40px) rotate(10deg) scale(1.1);
    filter: brightness(1.5);
}

.Shop {
    display: flex;
}

.ShopSection {
    display: flex;
    align-items: flex-start;
}

.ShopBuy {
    transform: translateX(320px) translateY(-50px);
    filter: drop-shadow(0px 0px 4px #00000080)
}

.ShopBuy:hover {
    filter: contrast(140%) drop-shadow(0px 0px 4px #00000080);
}

#OutputBox {
    font-family: "Okulovanish", sans-serif;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical; 
    width: 500px;
    height: 148px;
    text-align: center;
    box-sizing: border-box;
    resize: none;
}

#InputBox {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical; 
    width: 500px;
    height: 125px;
    text-align: center;
    box-sizing: border-box;
    resize: none;
}

.TextBoxes {
    margin: 10px 0;
    text-align: center;
}

.OkuButton {
    height: 50px;
    width: 50px;
    font-family: "Okulovanish", sans-serif;
    font-size: 20px;
    margin: 3px 3px;
}

.OkuButtonDelete {
    height: 50px;
    width: 110px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    margin: 3px 3px;
    transform: translateY(-1.7px);
}

.OkuButtonSpace {
    height: 50px;
    width: 110px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    margin: 3px 3px;
    transform: translateY(-1.7px);
}

.OkuButtonEnter {
    height: 50px;
    width: 110px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    margin: 3px 3px;
    transform: translateY(-1.7px);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; 
}
  

#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

#modal img {
    max-width: 90%;
    max-height: 90%;
}
