*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

@font-face {
    font-family: abrama;
    src: url(../fonts/abrama.ttf);
}


@font-face {
    font-family: alk_dots;
    src: url(../fonts/alk_dots.otf);
}


body {
    margin: 0;
    padding: 0;
    font-family: abrama, sans-serif;
    background: #1C1E20;
    color: white;
    position: relative;

}





.alertpopup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.alertpopup.show {
    display: flex;
}

.alert-box {
    background: #000000b3;
    padding: 25px;
    width: 300px;
    border-radius: 15px;
    text-align: center;
    font-family: sans-serif;
    animation: popupFade 0.3s ease;
      border:1px dashed  #0073FF;
      font-family: abrama, sans-serif;
}

@keyframes popupFade {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

.alert-close {
    margin-top: 15px;
    background: #0658BC;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
      font-family: abrama, sans-serif;
}






/* კონტეინერი */
.container {
    width: 90%;
    max-width: 450px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
}

/* ღილაკები */
.button-generate,
.rules-btn {
    width: 100%;
    padding: 14px;
    margin-top: 10px;
    background: #ff0c0c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    font-family: abrama, sans-serif;
}

.button-generate:hover,
.rules-btn:hover {
    background: #256d45;
}

/* გადაფარებული ფენა */
.rules-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999;
}

/* წესების ფანჯარა */
.rules-box {
    width: 100%;
    max-width: 500px;
    background: #0d0d0ddb;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    animation: fadeUp 0.4s ease;
    max-height: 67vh;
    display: flex;
    flex-direction: column;
    border:1px dashed  #0073FF;
}

/* Header */
.rules-box h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
        border-bottom: 1px dashed  #0073FF;
    padding: 10px;
}

/* ტექსტი - scroll */
.rules-content {
    overflow-y: auto;
    padding-right: 10px;
    max-height: 60vh;
    font-size: 15px;
    line-height: 1.6;
}

/* დახურვის ღილაკი */
.close-rules {
    margin-top: 20px;
    background: #e63946;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
     font-family: abrama, sans-serif;
}

.close-rules:hover {
    background: #c62839;
}

/* ანიმაცია */
@keyframes fadeUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* მობილურზე ადაპტაცია */
@media (max-width: 480px) {
    .rules-box {
        padding: 20px;
    }
}







h2 { color: #137dff; margin-bottom: 20px; font-weight:600; text-align:center;}
.container {
    background:#0f0f0f6b;
    padding:30px 40px;
    border-radius:15px;
    max-width:700px;
    width:98%;
    margin:50px auto;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
input[type="text"] {
    width:100%;
    padding:20px 15px;
    margin-bottom:15px;
    border-radius:8px;
    border:1px dashed  #ccc;
    font-size:16px;
    transition:border 0.3s;
     font-family: abrama, sans-serif;
    background: #00000008;
        color: #fff;
}
input[type="text"]:focus { border-color:#2E8B57; outline:none;}
.button-generate, .button-download {
    padding:20px 15px;
    color:#fff;
    border:none;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
    font-family:inherit;
    transition: background 0.3s;
    display:inline-block;
     font-family: abrama, sans-serif;
}
.button-generate { width:100%; background-color:#0658BC; margin-bottom:15px;  font-family: abrama, sans-serif;}
.button-generate:hover { background-color:#137dff;}
.button-download { background-color:#137dff; text-decoration:none; margin-top:15px;}
.button-download:hover { background-color:#137dff;}
#qrResult { text-align:center; margin-top:20px;}
.fade-in { opacity:0; transition:opacity 1s ease-in-out; }
.fade-in.show { opacity:1; }
    
    .instruction {
    font-size: 22px;
    font-weight:600;
    color:#FFFFFF;
    margin-bottom:25px;
    text-align:center;
}


/* ლამაზად შეტყობინებები */
.message { background:#252525; border-left:4px solid #0658BC; padding:10px 15px; margin:10px 0; border-radius:8px; font-size:16px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; transition: background 0.3s;}
.message:hover { background:#e0f0ff;}
.message span { font-weight:600; user-select:text;padding: 10px;
    border-radius: 5px;
 }

/* ნომრები copyable */
.copyable { background:#1110d7; padding:5px 10px; border-radius:5px; font-family:monospace; cursor:pointer; transition:background 0.3s;  font-family: abrama, sans-serif;}
.copyable:hover { background:#d0d0d0;}


/* GRID layout for loader */
.qr-loading-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    text-align: center;
    margin: 25px 0;
    padding: 20px;
}

/* Loading text */
.qr-loading-text {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    max-width: 350px;
    line-height: 1.5;
}

/* Circle Loader */
.loader {
    width: 55px;
    height: 55px;
    border: 6px solid #222d6566;
    border-top-color: #1178F5;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (min-width: 600px) {
    .qr-loading-grid {
        max-width: 400px;
        margin: 30px auto;
    }
}




/* GRID სტილი შეტყობინებებისთვის */
.message-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

/* ბლოკების ახალი ლუქი (სურვილისამებრ) */
.message {
    background: #2a2a2a;
    border-left: 4px solid #0658BC;
    padding: 15px 18px;
    border-radius: 10px;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.message:hover {
    background: #333333;
}

.copyable {
    background:#0658BC;
    padding:8px 12px;
    border-radius:6px;
    color:white;
    font-weight:600;
}
.copyable:hover {
    background:#003f7a;
}


/* QR Section Grid */
.qr-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    margin-top: 20px;
}

/* Text Style */
.qr-text {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

/* QR Image Container */
.qr-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* QR Image Style */
.qr-image {
    width: 220px;
    height: 220px;
    object-fit: contain;
    border-radius: 12px;
    padding: 10px;
    background: #1e1e1e;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}

.qr-image:hover {
    transform: scale(1.05);
}

/* Download Button Box */
.qr-download-box {
    display: flex;
    justify-content: center;
}

/* Download Button Improved */
.qr-download {
    width: 240px;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 10px;
    background-color: #2E8B57;
    font-weight: 600;
    transition: 0.3s;
}

.qr-download:hover {
    background-color: #246b45;
}

/* Responsive improvement on larger screens */
@media (min-width: 600px) {
    .qr-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 25px auto;
    }
}





/* ✅ მთლიანი სქროლ ბარი */
::-webkit-scrollbar {
    width: 10px; /* ვერტიკალური სქროლის სიგანე */
    height: 8px; /* ჰორიზონტალური სქროლის სიმაღლე */
}

/* ✅ სქროლ ბარის ფონის ფერი */
::-webkit-scrollbar-track {
    background: #f0f0f0; /* ღია ნაცრისფერი */
    border-radius: 0px;
}

/* ✅ სქროლ ბარის "თვალი" (ქარსორი) */
::-webkit-scrollbar-thumb {
     background: rgb(0, 115, 255);
    border-radius: 0px;
}

/* ✅ სქროლ ბარი ჰოვერზე */
::-webkit-scrollbar-thumb:hover {
     background: rgb(6, 88, 188);
}

.menulink a{
text-decoration: none;
color: #fff;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.headerbg {
    display: flex;
    background: #1c1e20a0;
   width: 100%;
    text-align: center;
}

.contact-form {
       background-color: rgb(0 0 0 / 24%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.contact-form h2 {
    text-align: center;
    color: #fff;
}

.contact-form label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.contact-form input, 
.contact-form select, 
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 2px solid #2196f394;
   border-radius: 5px;
    font-size: 16px;
    font-family: 'abrama';
     background-color: rgb(0 0 0 / 24%);
    color: #fff;
        height: 56px;
}

.contact-form button {
    width: 100%;
     background: rgb(0, 115, 255);
    color: black;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
        font-family: 'abrama';
    color: #fff;
}

.contact-form button:hover {
   background: rgb(0, 115, 255);
}




/* ✅ პოპაპი */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
background: #121111b8;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    border: 1px solid #2196F3;
}

.popup-content button {
    margin-top: 10px;
    padding: 8px 15px;
      background: rgb(0, 115, 255);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}




.pricing-container {
    display: flex;
    gap: 20px;
}

.pricing-card {
    background: #282B2E;
    border-radius: 10px;
    padding: 20px;
    width: 32%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    
}

.pricing-header {
      background: rgb(0, 115, 255);
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.pricing-body h2 {
    font-size: 24px;
    margin: 20px 0;
    color: #00b3fb;
}

.pricing-body p {
    font-size: 16px;
    margin: 5px 0;
    border-bottom: 1px #52585d solid;
    padding: 15px 5px;
}

.pricing-button {
      background: rgb(0, 115, 255);
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
   font-family: 'abrama';
    margin-top: 15px;
}

.pricing-button:hover {
    opacity: 0.8;
}

.accordion {
    width: 100%;
    
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: 'abrama';
}


.accordion-header {
    width: 100%;
    background: rgb(43 46 50);
    border: none;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    outline: none;
    font-weight: bold;
    transition: background 0.3s;
    font-family: 'abrama';
    color: #fff;
    margin: 10px 0px;
}

.accordion-header:hover {
   background: rgb(0, 115, 255);
}

.accordion-content {
    padding: 15px;
    display: none;
    background: #fff;
    font-size: 16px;
    color: #333;
}

/* აქტიური აკორდეონი */
.accordion-item.active .accordion-content {
    display: block;
}



.menulink{
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
width: 100%;
margin: auto;
}

.logo{
margin-right: 50px;
font-size: 30px;
font-family: 'alk_dots';
cursor: pointer;
}

.logo:hover{
    color: rgb(0, 115, 255);
}

.mobile-menu a
{text-decoration: none;
color: #fff;
}

.logomob{
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    margin-top: -45px;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'alk_dots';    
}


.menulink ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.menulink ul li {
  
    padding: 40px 30px;
  
position: relative;
cursor: pointer;
}


.menulink ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: rgb(0, 115, 255);
    transition: width 0.3s ease-in-out;
}
.menulink ul li:hover::after {
    width: 100%;
}

.newsbody{
max-width: 1200px;
width: 100%;
margin: 20px auto;
line-height: 25px;
background-color: #1c1e20a2;
padding: 10px;
}


.active{
border-bottom: 5px solid rgb(0, 115, 255);
}

.menulink ul li a {
    color: rgba(240, 237, 237, 0.96);
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    
}



.sruladcontent {
    max-width: 1200px;
    display: flex;
    width: 100%;
    background-color: rgb(251, 251, 252);
    margin: auto;
    position: relative;
    padding: 0px;
    margin-top: 50px;
    z-index: 1;
}

.sruladcontent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 40%);
    background-size: 5px 5px; /* რადიუსის ზომა */
    opacity: 0.2; /* ფონის გამჭვირვალობა */
    pointer-events: none; /* შიდა შრე ეკრანზე ვირტუალურად არ იმოქმედოს */
    z-index: -1;
}



.sruladcontentinfo{
display: flex;
flex-direction: column;
width: 50%;
color: #0d0d0d;
padding: 30px 70px;
}

.sruladcontentimg{
cursor: pointer;
width: 60%;
height: 450px;
overflow: hidden;

transition: filter 0.5s ease-in-out; /* გლუვი გადასვლა */
}
.sruladcontentimg:hover img {
    filter: grayscale(100%); /* ფოტოს შავთეთრი ეფექტი ჰოვერზე */
    transition: filter 0.5s ease-in-out; 
}

.sruladcontentimg img{
width: 100%;
height: 100%;
object-fit: unset;
}

.sruladcinfotitle {
    position: absolute;
    left: -65px;
    top: -30px;
    width: 400px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    background-color: #282b2e;
    color: antiquewhite;
    transform: rotate(90deg); /* 90 გრადუსით დატრიალება */
    transform-origin: left bottom; /* ბლოკის ბრუნვის წერტილის განსაზღვრა */
    opacity: 0; /* თავდაპირველად გამქრალი */
    animation: slideIn 1s forwards; /* ანიმაცია */
    font-family: 'alk_dots';
}

.sruladcontentinfo h1{
margin-bottom: 30px;
text-align: center;
}

.sruladcontentinfo p{
color: #282b2e;
line-height: 35px;
text-align: center;
}




.content {
    max-width: 1200px;
    display: flex;
    width: 85%;
    background-color: rgb(251, 251, 252);
    margin: auto;
    position: relative;
    padding: 0px;
    margin-top: 50px;
    z-index: 1;
}

.content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 40%);
    background-size: 5px 5px; /* რადიუსის ზომა */
    opacity: 0.2; /* ფონის გამჭვირვალობა */
    pointer-events: none; /* შიდა შრე ეკრანზე ვირტუალურად არ იმოქმედოს */
    z-index: -1;
}



.contentinfo{
display: flex;
flex-direction: column;
width: 50%;
color: #0d0d0d;
padding: 30px 70px;
}

.contentimg{
cursor: pointer;
width: 60%;
height: 450px;
overflow: hidden;

transition: filter 0.5s ease-in-out; /* გლუვი გადასვლა */
}
.contentimg:hover img {
    filter: grayscale(100%); /* ფოტოს შავთეთრი ეფექტი ჰოვერზე */
    transition: filter 0.5s ease-in-out; 
}

.contentimg img{
width: 100%;
height: 100%;
object-fit: unset;
        mix-blend-mode: multiply;
}

.cinfotitle {
    position: absolute;
    left: -65px;
    top: -30px;
    width: 400px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    background-color: #282b2e;
    color: antiquewhite;
    transform: rotate(90deg); /* 90 გრადუსით დატრიალება */
    transform-origin: left bottom; /* ბლოკის ბრუნვის წერტილის განსაზღვრა */
    opacity: 0; /* თავდაპირველად გამქრალი */
    animation: slideIn 1s forwards; /* ანიმაცია */
    font-family: 'alk_dots';
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%) rotate(90deg); /* მარცხნიდან გაჩვევა */
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotate(90deg); /* დაბრუნება იმ ადგილას */
        opacity: 1;
    }
}


@keyframes slideUp {
    0% {
        transform: translate(0%, 100px); /* დაბლიდან იწყებს */
        opacity: 0;
    }
    100% {
        transform: translate(0%, 0px); /* თავის ადგილას ამოდის */
        opacity: 1;
    }
}


.contentinfo h1{
margin-bottom: 30px;
text-align: center;
}

.contentinfo p{
color: #282b2e;
line-height: 35px;
text-align: center;
}

.sruladbtn{
text-decoration: none;
background: rgb(0, 115, 255);
color: #fff;
padding: 15px 15px;
width: 50%;
font-size: 16px;
display: flex;
justify-content: center;
border-radius: 5px;
margin: 30px auto 10px;
position: relative;
animation: slideUp 1s forwards; /* ანიმაცია */
}

.sruladbtn:hover{
background-color: blue;
transition:  0.5s ease-in-out; 
}

.sakontakto{
display: flex;
width: 100%;
}


.proeqtebibg{
    width: 100%;
    height: auto;
    background-color: rgb(31 33 40 / 31%);
    position: relative;
  
    padding: 30px 0px;
    z-index: 1;
    }


.ptitle{
display: flex;
width: 100%;
justify-content: center;
font-size: 30px;
margin-bottom: 20px;
}


.card-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
    gap: 20px;
    justify-content: center;
    padding: 10px;
}


.card2 {
    display: inline-block;
    width: 32%;
  
    align-items: center;
    background: #282b2e;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}




.card {
    display: block;
   
align-items: center;
    background: #282b2e;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-image{
width: 100%;
height: 240px;
overflow: hidden;
}


.card-image img {
    width: 100%;

    border-radius: 10px;
}

.card-content {
    padding: 20px;
    text-align: left;
}

.card-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
 
}

.card-content a{
text-decoration: none;
color: #fff;
}

.card-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.card-content button {
  
    margin-top: 10px;
    background: #0073ff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    font-family: 'abrama';
}

.card-content button:hover {
    background: #005bcc;
}



.footer{
display: flex;
width: 100%;
margin-top: 50px;
background-color: #1C1E20;
border-top: 1px solid  rgb(0, 115, 255);
}

.footerinfo{
display: flex;
max-width: 1200px;
width: 100%;
margin: auto;
position: relative;
padding: 30px;
font-size: 14px;
}

.mobile-menu{
display: none;
}

.menu-btn{
display: none;
}