body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  background-color: #fffaf0;
  color: #333;
}
header{
  overflow:hidden;
  background: linear-gradient(176deg, #00264d, #000000);
}
footer{
  overflow:hidden;
}
.header_top{
  /*background:#1a1a1a;*/
 
  padding:5px 0px;
}
.header_top_cont{
 color:white;
 max-width:1100px;
 margin:auto;
 position:relative;
 height:35px;
}

.socials{

  
  display: flex;
  justify-content: right;
  
}
.social{
  width:40px;
  height:40px;
  float:left;
  margin-right:5px;
}
.telegram{
  background:url("../icon/telegram.svg") center no-repeat;
  background-size:cover;
}
.whatsapp{
  background:url("../icon/WhatsApp.svg") center no-repeat;
  background-size:cover;
}
.middle_header, footer {
  overflow:hidden;
  /* background-color: #00264d; */
  
  color: white;
  padding: 1em;
 
}
.header_cont{
  max-width:1100px; 
  margin:auto;
}


.logo{
  width:20%; 
  float:left;
  margin-top:-10px;
}
.logo img{
  max-width:170px; 
 
}
.topmenu{
  float:left;
  width:50%;

}
.topmenu ul
{
    
    list-style:none;
}
.topmenu ul li
{
    padding:12px;
    float:left;
    list-style:none;
}
nav.topmenu a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  font-size:1.05vw
}

nav.topmenu a:hover {
  text-decoration: underline;
}
.search
{
  float:left;
  width:20%;
  padding:20px 0px;
}
.search input{
  height:30px;
  border:1px solid gray;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  width:60%;
  float:left;
  border-right:0px;
}
.search input:focus{
  outline:none;
}
.srchbtn{
  width:20%;
  float:left;
  height:30px;
  background-color:white;
  background-image:url("../icon/search.svg") ;
  background-size:50%;
  background-repeat:no-repeat;
  background-position:center;
  border:1px solid gray;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  border-left:0px;
  padding:1px;
  cursor:pointer;
}
.languages{
  float:left;
  width:10%;
}
.languages img{
  margin-top:14px;
  width:48px;
  border-radius:5px;
}
main {
 /* padding: 1em 2em; */
 min-height:720px;
}

.catalogtitle {
 

  text-align: center;
  padding:20px 0px;
  max-width:1100px;
  margin:auto;
}
.catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding:20px 0px;
  max-width:1100px;
  margin:auto;
}
.icon-card {
  background: #fff8dc;
  border: 1px solid #d4af37;
  padding: 1em;
  width: 200px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 8px rgb(212 175 55 / 0.3);
  transition: transform 0.3s ease;
}

.icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgb(212 175 55 / 0.5);
}

.icon-card .img {
  width: 100%;
  height:300px;
  background-size:contain;
}
  .hrpbtn {
    position:absolute;
    width:100%;
    bottom:-24px;
  }

.btn {
  display: inline-block;
  margin-top: 12px;
  padding: 0.5em 1em;
  background-color: #d4af37;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #b99629;
  color: white;
}
.welcome{
    position:relative;
    background:url("../images/74939095_881926918869783_6237331818568220672_o.jpg") center no-repeat fixed;
    background-size:cover;
    height:450px;
    margin-bottom:90px;
}
.welcontainer{
 position:absolute;
 left:0px;
 top:170px;
 width:100%;
}
.welcont{
  background:rgba(255, 255, 255, 0.7);
  width:900px;
  margin:auto;
  padding:20px 0px;
  padding:0px 3px;
  height:300px;
  border-radius:5px; 
  border: 3px solid #d4af37;
  backdrop-filter:sepia(50%);
  position:relative;
  text-shadow:0px 0px 3px grey;
}

.contact-form form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-top: 1em;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  padding: 0.5em;
  border: 1px solid #d4af37;
  border-radius: 4px;
  font-size: 1em;
}

.contact-form button {
  margin-top: 1.5em;
  padding: 0.7em;
  background-color: #d4af37;
  color: #00264d;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #b99629;
  color: white;
}

.about {
  max-width: 800px;
  margin: 2em auto;
  background-color: #fff8dc;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 0 15px rgb(212 175 55 / 0.3);
  font-family: "Georgia", serif;
  line-height: 1.6;
  color: #00264d;
}

/* Responsive */

.burger-menu {
  display: none;
  cursor: pointer;
  font-size: 2.7em;
  color: #d4af37;
  position: absolute;
  top: 68px;
  right: 20px;
  user-select: none;
}
.pricetable{

  background:white;
  border-collapse: collapse; 
  border-radius:3px;
}
.pricetable thead{
  font-weight:bold;
 /* background:#3284a5;*/
  background:#2a4764;
  color:white;
  padding:20px 0px;
}
.pricetable th{
  padding:10px 0px;
}
.pricetable tr{
  font-weight:bold;
}
.pricetable tbody td{
  border-bottom:1px solid gray;
  text-align:center;
}
.pricetable tbody td p{
   font-size:23px !important;
}
.pricetable tr:last-child td{
  border-bottom:0px;
}
.pricetable tbody tr:hover{
 background:rgb(216, 219, 224);
}
.prc{
  color:red !important;
 
}
/* journal */

#magazine {
  cursor: alias;
}
#magazine .shadow,
#magazine.shadow {
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}
#magazine .next-button,
#magazine .previous-button {
  width: 22px;
  height: 530px;
  position: absolute;
  top: 0;
}

#magazine .next-button {
  right: -22px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

#magazine .previous-button {
  left: -22px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

#magazine .previous-button-hover,
#magazine .next-button-hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#magazine .previous-button-hover,
#magazine .previous-button-down {
  background-image: url(../img/arrs.png);
  background-position: -4px 50%;
  background-repeat: no-repeat;
}

#magazine .previous-button-down,
#magazine .next-button-down {
  background-color: rgba(0, 0, 0, 0.4);
}

#magazine .next-button-hover,
#magazine .next-button-down {
  background-image: url(../img/arrs.png);
  background-position: -38px 50%;
  background-repeat: no-repeat;
}

#magazine {
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}
#magazine {
  width: 96% !important;
  height: 800px !important;
  z-index: 1;
  left: 2%;
}
#magazine .turn-page {
  background-color: #ccc;
  background-size: 100% 100%;
}

.page {
  background-size: cover;
  background-repeat:no-repeat;
}
/* journal */
.catalog-icons{
  max-width:1200px;
  margin: 3em auto;
  padding: 0 1em;
  font-family: "Georgia", serif;
  color: #00264d;
}
.catalog-icons h2 {
  font-size: 2rem;
  margin-bottom: 1em;
  color: #b8860b;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1230px) {
 .catalog-icons{
  max-width:1100px;
 }
  #magazine {
  width: 96% !important;
  height: 760px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 1230px) {
 .catalog-icons{
  max-width:1100px;
 }
  #magazine {
  width: 96% !important;
  height: 760px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 1130px) {
  
  .featured-icons {
  max-width: 1000px;
  }
 .catalog-icons{
  max-width:1000px;
 }
  #magazine {
  width: 96% !important;
  height: 690px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 1031px) {
  .featured-icons {
  max-width: 950px;
  }
 .catalog-icons{
  max-width:900px;
 }
  #magazine {
  width: 96% !important;
  height: 610px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 931px) {
 .catalog-icons{
  max-width:820px;
 }
  #magazine {
  width: 96% !important;
  height: 550px !important;
  z-index: 1;
  left: 2%;
}
.welcont{
  width:850px;
}
}
@media (max-width: 851px) {
 .catalog-icons{
  max-width:750px;
 }
  #magazine {
  width: 96% !important;
  height: 510px !important;
  z-index: 1;
  left: 2%;
}
.welcont{
  width:760px;
}
}
@media (max-width: 780px) {
 .catalog-icons{
  max-width:700px;
 }
  #magazine {
  width: 96% !important;
  height: 470px !important;
  z-index: 1;
  left: 2%;
}
.welcont{
  width:750px;
}
}
@media (max-width: 768px) {
  .catalog-icons{
  max-width:650px;
 }
  #magazine {
  width: 96% !important;
  height: 440px !important;
  z-index: 1;
  left: 2%;
}
  .header_cont{
    width:90%; 
    margin:auto;
  }

  .header_top_cont{
    width:90%;
  }
  nav {
    display: none;
    flex-direction: column;
    background-color: #00264d;
    position: absolute;
    top: 135px;
    right: 0;
    width: 200px;
    border-radius: 0 0 0 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }

  nav.show {
    display: flex;
  }
 .topmenu ul li {
   float:none;
   width:100%;
   border-bottom: 1px solid #d4af37;
  }
  .topmenu ul li  a {
    padding: 0.3vw;
   
    font-size:3vw;
  }

  .burger-menu {
    display: block;
  }
 .logo
 {
  width:35%;
 }
 .languages
 {
  width:20%;
 }
  .languages img{
    width:47px;
    float:right;
    margin-top:15px;
  }
  .search{
    width:35%;
  }
  .search input{
    width:75%;
  }
.welcome{
  display:none;
}
  .catalog {
    flex-direction: column;
    gap: 15px;
    width:90%;
  }
  

  .icon-card {
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
  }
  .btn {
    width: 100%;
    font-size: 1.1em;
  }

  header h1 {
    font-size: 1.4em;
  }

  main {
    /*padding: 0.5em 1em; */
  }
}
@media (max-width: 681px) {
  .catalog-icons{
  max-width:600px;
 }
  #magazine {
  width: 96% !important;
  height: 410px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 631px) {
  .catalog-icons{
  max-width:570px;
 }
  #magazine {
  width: 96% !important;
  height: 390px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 601px) {
  .logo img{
    max-width:140px;
  }
  .catalog-icons{
  max-width:530px;
 }
  #magazine {
  width: 96% !important;
  height: 355px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 563px) {
  .catalog-icons{
  max-width:500px;
 }
  #magazine {
  width: 96% !important;
  height: 335px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 531px) {
  .logo img{
    max-width:120px;
  }
  .catalog-icons{
  max-width:470px;
 }
  #magazine {
  width: 96% !important;
  height: 315px !important;
  z-index: 1;
  left: 2%;
}
}
@media (max-width: 501px) {
  .search input{
  width:60%;
 }
  .catalog-icons{
  max-width:440px;
 }
  #magazine {
  width: 98% !important;
  height: 305px !important;
  z-index: 1;
  left: 1%;
}
}
@media (max-width: 471px) {
  .catalog-icons{
  max-width:420px;
 }
  #magazine {
  width: 98% !important;
  height: 290px !important;
  z-index: 1;
  left: 1%;
}
}
@media (max-width: 451px) {
  .catalog-icons{
  max-width:410px;
 }
  #magazine {
  width: 98% !important;
  height: 280px !important;
  z-index: 1;
  left: 1%;
}
}
@media (max-width: 441px) {
  .catalog-icons{
  max-width:390px;
 }
  #magazine {
  width: 98% !important;
  height: 270px !important;
  z-index: 1;
  left: 1%;
}
}
@media (max-width: 421px) {
  .catalog-icons{
  max-width:370px;
 }
  #magazine {
  width: 98% !important;
  height: 255px !important;
  z-index: 1;
  left: 1%;
}
}
@media (max-width: 401px) {
  .catalog-icons{
  max-width:350px;
 }
  #magazine {
  width: 98% !important;
  height: 240px !important;
  z-index: 1;
  left: 1%;
}
}
@media (max-width: 381px) {
  .catalog-icons{
  max-width:330px;
 }
  #magazine {
  width: 98% !important;
  height: 225px !important;
  z-index: 1;
  left: 1%;
}
}
.icon-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 900px;
  margin: 2em auto;
  background-color: #fff8dc;
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 0 12px rgb(212 175 55 / 0.3);
}

.icon-large{

  height:400px;
  border-radius: 8px;
  aspect-ratio:4/3;
 /* box-shadow: 0 0 10px rgb(212 175 55 / 0.5); */
  overflow:hidden;
 /* background:white; */
}
.icon-large .img{
  height: 100%;
  width:100%;
}
.icon-info {
  flex: 1;
  font-family: "Georgia", serif;
  color: #00264d;
}

.icon-info h2 {
  margin-top: 0;
}

.icon-info p {
  line-height: 1.5;
  margin: 1em 0;
}

.icon-info label, .icon-info select {
  font-weight: 600;
  font-size: 1em;
}

.icon-info select {
  margin: 0.5em 0 1em 0;
  padding: 0.4em;
  border: 1px solid #d4af37;
  border-radius: 4px;
  font-size: 1em;
}



//

.icon-detail {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 3em auto;
  background-color: #fffdf5;
  padding: 2em 2.5em;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.25);
  gap: 2.5em;
  font-family: "Georgia", serif;
  color: #1a1a1a;
}
.icon-large{
  max-width: 400px;
  border-radius: 12px;
  /*box-shadow: 0 0 15px rgba(212, 175, 55, 0.5); */
  aspect-ratio:4/3;
  /* background:white; */

}
.icon-large .img{
 height: 100%;
 width:100%;
   transition: transform 0.3s ease;

}


.icon-large .img:hover {
  transform: scale(1.05);
}

.icon-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.3em;
}

.icon-info h2 {
  font-size: 2.5rem;
  margin: 0;
  color: #b8860b; /* ოქროსფერი */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.icon-info p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #3a3a3a;
}

.icon-info label {
  font-weight: 700;
  font-size: 1.1rem;
}

.icon-info select {
  padding: 0.6em 0.8em;
  border-radius: 8px;
  border: 2px solid #b8860b;
  font-size: 1.05rem;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  max-width: 220px;
  transition: border-color 0.25s ease;
}

.icon-info select:hover,
.icon-info select:focus {
  border-color: #d4af37;
  outline: none;
}

.icon-info p#price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #b8860b;
}

.btn {
  background: linear-gradient(45deg, #d4af37, #b8860b);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.2rem;
  padding: 0.9em 2em;
  max-width: 200px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 6px 12px rgba(212, 175, 55, 0.5);
  transition: background 0.3s ease, transform 0.25s ease;
  user-select: none;
}

.btn:hover,
.btn:focus {
  background: linear-gradient(45deg, #b8860b, #d4af37);
  transform: scale(1.05);
  color: #fff;
  outline: none;
}

/* მობილური */
@media (max-width: 768px) {
  .icon-detail {
    flex-direction: column;
    padding: 1.5em 1em;
    gap: 1.8em;
  }
  .icon-large {
    max-width: 100%;
  }
  .icon-info h2 {
    font-size: 2rem;
  }
  .icon-info select {
    max-width: 100%;
  }
  .btn {
    max-width: 100%;
    padding: 1em;
    font-size: 1.3rem;
  }
}


footer {
  background-color: #001f3f; /* მუქი ლურჯი */
  color: #d4af37; /* ოქროსფერი */
  padding: 3em 1em 2em;
  font-family: "Georgia", serif;
  box-shadow: inset 0 3px 10px rgb(212 175 55 / 0.4);
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 180px;
}

.footer-column h3 {
  font-size: 1.3rem;
  margin-bottom: 1em;
  color: #d4af37;
  border-bottom: 2px solid #b8860b;
  padding-bottom: 0.4em;
  letter-spacing: 0.03em;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin: 0.5em 0;
}

.footer-column ul li a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.footer-column ul li a:hover,
.footer-column ul li a:focus {
  color: #fff8dc;
  outline: none;
}

.footer-column p {
  margin: 0.3em 0;
  font-weight: 500;
  font-size: 1rem;
}

.social-icons {
  display: flex;
  gap: 15px;
  font-size: 1.7rem;
}

.social-icons a {
  color: #d4af37;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus {
  color: #fff8dc;
  outline: none;
}

.footer-column.copyright {
  flex-basis: 100%;
  margin-top: 2em;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  color: #c5b358cc;
}

/* Responsive */
@media (max-width: 720px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }
  .footer-column {
    min-width: 100%;
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
}

.featured-icons {
  max-width: 1100px;
  margin: 3em auto;
  padding: 0 1em;
  font-family: "Georgia", serif;
  color: #00264d;
}

.featured-icons h2 {
  font-size: 2rem;
  margin-bottom: 1em;
  color: #b8860b;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.featured-grid .icon-card {
  background: #fff8dc;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.featured-grid .icon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.5);
}

.featured-grid .icon-card .img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 0.8em;
 /* box-shadow: 0 0 10px rgba(212, 175, 55, 0.5); */
}

.featured-grid .icon-card h3 {
  margin: 0.3em 0;
  color: #b8860b;
  font-size: 1.2rem;
}

.featured-grid .icon-card p {
  margin: 0.3em 0;
  font-weight: 600;
  color: #444;
}

.featured-grid .icon-card .btn {
  margin-top: 0.8em;
  background-color: #336699;
  color: white;
  padding: 0.5em 1em;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.25s ease;
}

.featured-grid .icon-card .btn:hover {
  background-color: #224466;
}

/* მობილური */
@media (max-width: 600px) {
  .featured-icons h2 {
    font-size: 1.6rem;
  }
  .featured-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
  }
}




