@media (min-width:100px) and (max-width:560px) {
    
.menulink ul{
display: none;
}
    
    
.container {
    background: #0f0f0f6b;
    padding: 30px 10px;
    border-radius: 15px;
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}    
    
    
   
.pricing-container {
    display: flex;
    gap: 20px;
    overflow-x: auto; /* სკროლის ჩართვა */
    padding: 20px 0px;
    white-space: nowrap;
    -ms-overflow-style: none;  /* სკროლის დამალვა IE და Edge-ზე */
    scrollbar-width: none;  /* სკროლის დამალვა Firefox-ზე */
}

/* სკროლის ზოლის დამალვა Chrome, Safari და Opera-ზე */
.pricing-container::-webkit-scrollbar {
    display: none;
}

.pricing-card {
    flex: 0 0 auto;
    width: 345px;
}

    
    
    
.sruladbtn{
 width: 60%;   
}
    

.headerbg {
    position: sticky;
    top: 0;
    display: flex;
    background: #1c1e20;
   width: 100%;
    text-align: center;
    padding: 15px 10px;
    z-index: 100000;
    border-bottom: 1px solid rgb(0, 115, 255);
}


.content {
    max-width: 1200px;
    display: block;
    width: 90%;
    background-color: rgb(251, 251, 252);
    margin: auto;
    position: relative;
    padding: 0px;
    margin-top: 100px;
    z-index: 1;
    font-size: 13px;
}
    
    
.sruladcontentinfo{
display: flex;
flex-direction: column;
width: 100%;
color: #0d0d0d;
padding: 30px 10px;
}

.sruladcontentimg{
cursor: pointer;
width: 100%;
height: 250px;
overflow: hidden;

transition: filter 0.5s ease-in-out; /* გლუვი გადასვლა */
}

    
.sruladcontent {
    max-width: 768px;
    display: block;
    width: 95%;
    background-color: rgb(251, 251, 252);
    margin: auto;
    position: relative;
    padding: 0px;
    margin-top: 50px;
    z-index: 1;
}
    
  .sruladcinfotitle {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    background-color: #282b2e;
    color: antiquewhite;
    font-family: 'alk_dots';
    opacity: 0;
    transform: rotateX(90deg); /* თავდაპირველად გადაბრუნებულია */
    transform-origin: center;
    animation: flipInX 1s forwards;
}

@keyframes flipInX {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}
  
    
.card-container {
   display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 20px;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
}

.card-container::-webkit-scrollbar {
    display: none; /* სქროლის ხაზი დამალვა */
}

.card {
    flex: 0 0 100%; /* პირველი ბარათი თითქმის სრულად გამოჩნდება */
    max-width: 100%;
    scroll-snap-align: start;
    background: #282B2E;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

/* 🛠 პირველი ბარათისთვის მარცხენა სივრცე (არ დაიკარგოს) */
.card:first-child {
    margin-left: 10px;
}

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

    
    

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

    .contentimg{
        display: block;
        cursor: pointer;
        width: 100%;
        height: 300px;
        overflow: hidden;
        transition: filter 0.5s ease-in-out; /* გლუვი გადასვლა */
  }


  .contentinfo {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #0d0d0d;
    padding: 15px 20px;
    border-radius: 5px;
}


.cinfotitle {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    background-color: #282b2e;
    color: antiquewhite;
    font-family: 'alk_dots';
    opacity: 0;
    transform: rotateX(90deg); /* თავდაპირველად გადაბრუნებულია */
    transform-origin: center;
    animation: flipInX 1s forwards;
}

@keyframes flipInX {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}



/* მენიუს ღილაკი */
.menu-btn {
    display: initial;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.bar {
    width: 30px;
    height: 4px;
    background: white;
    margin: 6px 0;
    transition: 0.4s;
}

/* მობილურის მენიუ */
.mobile-menu {
    display: initial;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #222;
    padding-top: 60px;
    transition: 0.4s;
    z-index: 1000;
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu ul li {
    padding: 15px;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.mobile-menu ul li a:hover {
    color: #f39c12;
}

/* მენიუს გამოჩენა */
.mobile-menu.active {
    left: 0;
}

/* ღილაკის X-ად გადაქცევა */
.menu-btn.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.active .bar:nth-child(2) {
    opacity: 0;
}

.menu-btn.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


}






@media (min-width:560px) and (max-width:768px) {
    
.menulink ul{
display: none;
}

    
.pricing-container {
    display: flex;
    gap: 20px;
    overflow-x: auto; /* სკროლის ჩართვა */
    padding: 20px;
    white-space: nowrap;
    -ms-overflow-style: none;  /* სკროლის დამალვა IE და Edge-ზე */
    scrollbar-width: none;  /* სკროლის დამალვა Firefox-ზე */
}

/* სკროლის ზოლის დამალვა Chrome, Safari და Opera-ზე */
.pricing-container::-webkit-scrollbar {
    display: none;
}

.pricing-card {
    flex: 0 0 auto;
    width: 300px;
}

    

.headerbg {
    position: sticky;
    top: 0;
    display: flex;
    background: #1c1e20;
   width: 100%;
    text-align: center;
    padding: 15px 10px;
    z-index: 100000;
    border-bottom: 1px solid rgb(0, 115, 255);
}


.content {
    max-width: 1200px;
    display: block;
    width: 90%;
    background-color: rgb(251, 251, 252);
    margin: auto;
    position: relative;
    padding: 0px;
    margin-top: 50px;
    z-index: 1;
    font-size: 13px;
}
    
    
.sruladcontentinfo{
display: flex;
flex-direction: column;
width: 100%;
color: #0d0d0d;
padding: 30px 10px;
}

.sruladcontentimg{
cursor: pointer;
width: 100%;
height: 250px;
overflow: hidden;

transition: filter 0.5s ease-in-out; /* გლუვი გადასვლა */
}

    
.sruladcontent {
    max-width: 768px;
    display: block;
    width: 95%;
    background-color: rgb(251, 251, 252);
    margin: auto;
    position: relative;
    padding: 0px;
    margin-top: 50px;
    z-index: 1;
}
    
  .sruladcinfotitle {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    background-color: #282b2e;
    color: antiquewhite;
    font-family: 'alk_dots';
    opacity: 0;
    transform: rotateX(90deg); /* თავდაპირველად გადაბრუნებულია */
    transform-origin: center;
    animation: flipInX 1s forwards;
}

@keyframes flipInX {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}
  
    
.card-container {
    max-width: 768px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 10px;
}

.card-container::-webkit-scrollbar {
    display: none; /* სქროლის ხაზი დამალვა */
}

.card {
    flex: 0 0 85%; /* პირველი ბარათი თითქმის სრულად გამოჩნდება */
    max-width: 85%;
    scroll-snap-align: start;
    background: #282B2E;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

/* 🛠 პირველი ბარათისთვის მარცხენა სივრცე (არ დაიკარგოს) */
.card:first-child {
    margin-left: 10px;
}

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

    
    

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

    .contentimg{
        display: none;
        cursor: pointer;
        width: 100%;
        height: 450px;
        overflow: hidden;
        transition: filter 0.5s ease-in-out; /* გლუვი გადასვლა */
  }


  .contentinfo {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #0d0d0d;
    padding: 15px 20px;
    border-radius: 5px;
}


.cinfotitle {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    background-color: #282b2e;
    color: antiquewhite;
    font-family: 'alk_dots';
    opacity: 0;
    transform: rotateX(90deg); /* თავდაპირველად გადაბრუნებულია */
    transform-origin: center;
    animation: flipInX 1s forwards;
}

@keyframes flipInX {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}



/* მენიუს ღილაკი */
.menu-btn {
    display: initial;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.bar {
    width: 30px;
    height: 4px;
    background: white;
    margin: 6px 0;
    transition: 0.4s;
}

/* მობილურის მენიუ */
.mobile-menu {
    display: initial;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #222;
    padding-top: 60px;
    transition: 0.4s;
    z-index: 1000;
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu ul li {
    padding: 15px;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.mobile-menu ul li a:hover {
    color: #f39c12;
}

/* მენიუს გამოჩენა */
.mobile-menu.active {
    left: 0;
}

/* ღილაკის X-ად გადაქცევა */
.menu-btn.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.active .bar:nth-child(2) {
    opacity: 0;
}

.menu-btn.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


}

















@media (min-width:768px) and (max-width:1024px) {
    
.menulink ul{
display: none;
}

    
.pricing-container {
    display: flex;
    gap: 20px;
    overflow-x: auto; /* სკროლის ჩართვა */
    padding: 20px;
    white-space: nowrap;
    -ms-overflow-style: none;  /* სკროლის დამალვა IE და Edge-ზე */
    scrollbar-width: none;  /* სკროლის დამალვა Firefox-ზე */
}

/* სკროლის ზოლის დამალვა Chrome, Safari და Opera-ზე */
.pricing-container::-webkit-scrollbar {
    display: none;
}

.pricing-card {
    flex: 0 0 auto;
    width: 300px;
}

    

.headerbg {
    position: sticky;
    top: 0;
    display: flex;
    background: #1c1e20;
   width: 100%;
    text-align: center;
    padding: 15px 10px;
    z-index: 100000;
    border-bottom: 1px solid rgb(0, 115, 255);
}


.content {
    max-width: 1200px;
    display: block;
    width: 90%;
    background-color: rgb(251, 251, 252);
    margin: auto;
    position: relative;
    padding: 0px;
    margin-top: 50px;
    z-index: 1;
    font-size: 13px;
}
    
    
.sruladcontentinfo{
display: flex;
flex-direction: column;
width: 100%;
color: #0d0d0d;
padding: 30px 10px;
}

.sruladcontentimg{
cursor: pointer;
width: 100%;
height: 250px;
overflow: hidden;

transition: filter 0.5s ease-in-out; /* გლუვი გადასვლა */
}

    
.sruladcontent {
    max-width: 768px;
    display: block;
    width: 95%;
    background-color: rgb(251, 251, 252);
    margin: auto;
    position: relative;
    padding: 0px;
    margin-top: 50px;
    z-index: 1;
}
    
  .sruladcinfotitle {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    background-color: #282b2e;
    color: antiquewhite;
    font-family: 'alk_dots';
    opacity: 0;
    transform: rotateX(90deg); /* თავდაპირველად გადაბრუნებულია */
    transform-origin: center;
    animation: flipInX 1s forwards;
}

@keyframes flipInX {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}
  
    
.card-container {
    max-width: 768px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 10px;
}

.card-container::-webkit-scrollbar {
    display: none; /* სქროლის ხაზი დამალვა */
}

.card {
    flex: 0 0 85%; /* პირველი ბარათი თითქმის სრულად გამოჩნდება */
    max-width: 85%;
    scroll-snap-align: start;
    background: #282B2E;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

/* 🛠 პირველი ბარათისთვის მარცხენა სივრცე (არ დაიკარგოს) */
.card:first-child {
    margin-left: 10px;
}

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

    
    

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

    .contentimg{
        display: none;
        cursor: pointer;
        width: 100%;
        height: 450px;
        overflow: hidden;
        transition: filter 0.5s ease-in-out; /* გლუვი გადასვლა */
  }


  .contentinfo {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #0d0d0d;
    padding: 15px 20px;
    border-radius: 5px;
}


.cinfotitle {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    background-color: #282b2e;
    color: antiquewhite;
    font-family: 'alk_dots';
    opacity: 0;
    transform: rotateX(90deg); /* თავდაპირველად გადაბრუნებულია */
    transform-origin: center;
    animation: flipInX 1s forwards;
}

@keyframes flipInX {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}



/* მენიუს ღილაკი */
.menu-btn {
    display: initial;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.bar {
    width: 30px;
    height: 4px;
    background: white;
    margin: 6px 0;
    transition: 0.4s;
}

/* მობილურის მენიუ */
.mobile-menu {
    display: initial;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #222;
    padding-top: 60px;
    transition: 0.4s;
    z-index: 1000;
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu ul li {
    padding: 15px;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.mobile-menu ul li a:hover {
    color: #f39c12;
}

/* მენიუს გამოჩენა */
.mobile-menu.active {
    left: 0;
}

/* ღილაკის X-ად გადაქცევა */
.menu-btn.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.active .bar:nth-child(2) {
    opacity: 0;
}

.menu-btn.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


}