@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian:wght@200&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
}

body{
    overflow: visible;
    font-family: 'Noto Serif Georgian', serif;
}

.lletra{
    font-family: 'Noto Serif Georgian', serif;
}

.mark:hover {

    text-decoration: underline;

}

#menu{
    background-color: black;
}

#menu ul li {
    background-color:black;
    color: white;
}

#menu ul {
  list-style:none;
  margin:0;
  padding:0;
}

#menu ul a {
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight:400;
  font-size:18px;
  padding:10px;
  font-family: 'Noto Serif Georgian', serif;
  letter-spacing:1px;
  background-color: #000000;
}

#menu ul li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
}

#menu ul li:hover {
  background:rgb(146, 130, 37); ;
}

#menu ul ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  padding:0;
}

#menu ul ul li {
  float:none;
  width:150px
}

#menu ul ul a {
  line-height:120%;
  padding:10px 15px;
}

#menu ul li:hover > ul {
  display:block;
}

#menu1{
    background-color: black;
}

#menu1 ul li {
    background-color:black;
    color: white;
}

#menu1 ul {
  list-style:none;
  margin:0;
  padding:0;
}

#menu1 ul a {
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight:400;
  font-size:18px;
  padding:10px;
  font-family: 'Noto Serif Georgian', serif;
  letter-spacing:1px;
  background-color: #000000;
}

#menu1 ul li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
}

#menu1 ul li:hover {
  background:rgb(146, 130, 37); ;
}

#menu1 ul ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  padding:0;
}

#menu1 ul ul li {
  float:none;
  width:150px
}

#menu1 ul ul a {
  line-height:120%;
  padding:10px 15px;
}

#menu1 ul li:hover > ul {
  display:block;
}

#btn-menu{
    display: none;
}


div label{

    display: none;
}

label:hover{
    background-color: #a5a5a5;
}

.menu-mobile{
    display: none;
}


.titolConxita{

    color: white; 
    font-family: 'Noto Serif Georgian', serif; 
    font-weight: 700; 
    padding: 20px 0px; 
    background-color: black; 
    cursor: pointer;
}

.titol1{
    color: black;
    text-decoration: none;
    list-style: none;
    text-decoration-style: none;
    font-size: 50px;
}

li, a, button {
    
    font-family: 'Noto Serif Georgian', serif;
    font-weight: 200;
    font-size: 16px;
    color: rgb(39, 39, 39);
    text-decoration: none;
}

header{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0%;
}

.header2{

    display: flex;
    justify-content: space-around;
}

.logo {
    cursor: pointer;
}

.nav_links {
    list-style: none;
    background-color: black;
    padding: 0;
    margin: 0;
}

.nav_links li {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: black;
    color: aliceblue;
    font-size: 20px;
    font-weight: 600;
}

.nav_links li a:hover {
    transition: all 0.3s ease 0s;
    color: rgb(97, 97, 97);
}

button{

    border-radius: 50px;
    padding: 9px 25px;
    cursor: pointer;
    border: none;
    background-color: rgb(253, 175, 149,1);
    transition: all 0.3s ease 0s;
}

button:hover{

    color: black;
    
}

.contacte{

    border-radius: 30px; 
    background-color: rgb(146, 130, 37); 
    color: white;
}

.contacte1{

    border-radius: 30px; 
    background-color: rgb(146, 130, 37); 
    color: white;
}

.contacte1 a{

    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: #00000000;
    color: white;
}

.contacte1 a:hover{

    color: rgb(0, 0, 0);
}


.contacte2{

    border-radius: 30px; 
    background-color: rgb(116, 114, 105); 
    color: white;
}

.contacte2 a{

    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: #00000000;
    color: white;
}

.contacte2 a:hover{

    color: rgb(0, 0, 0);
}

.contacte a{

    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: #00000000;
    color: white;
}

.contacte a:hover{
    transition: all 0.3s ease 0s;
    color: black;
}

.comprar{
    background-color: black;
    border-style: solid;
    border-color: rgb(116, 116, 116);
    border-radius: 30px;
    color: white;
    margin: 10px;
    font-family: 'Noto Serif Georgian', serif;
}

.comprar a{

    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    font-family: 'Noto Serif Georgian', serif;
}

.comprar1 a{

    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    font-family: 'Noto Serif Georgian', serif;
}


.comprar:hover{
    
    color: white;
    border-color: white;
    text-decoration: underline;
}

.comprar a:hover{
    
    color: white;
    border-color: white;
    text-decoration: underline;
}

.comprar1 a:hover{
    
    color: white;
    border-color: white;
    text-decoration: underline;
}

.comprar1{
    background-color: black;
    border-style: solid;
    border-color: rgb(116, 116, 116);
    border-radius: 30px;
    color: white;
    margin: 10px;
    font-family: 'Noto Serif Georgian', serif;
}

.comprar1:hover{
    
    color: white;
    border-color: white;
    text-decoration: underline;
}

.lang{
    background-color: black;
    color: white;
    padding: 15px;
    text-align: end;
}

.lang:hover{

    color: white;
    text-decoration: underline;
}


.h2Titol{

    font-family: 'Noto Serif Georgian', serif;
    font-weight: 700;
    font-size: 70px;
}

.text1{

    font-family: 'Noto Serif Georgian', serif;
    font-size: 18px;
}

.fuscor{
    position: absolute; 
    width: 100%; 
    height: 100%; 
    bottom: 0; 
    right: 0; 
    text-align: center; 
    padding: 10px;
    transition: all 0.3s ease 0s;
    background-color: #00000000;
    border-radius: 10px;
}

.fuscor:hover{
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.068);
}

.fuscor1{
    background-color: rgb(255, 255, 255);
}

.imgFosca:hover{
    opacity: 0.8;
}

.fuscor1:hover{
    background-color: #eeeeee;
}

.divFosc{
    transition: ease 0.3s;
}

.divFosc:hover{
    box-shadow: 0 0 20px 0 rgb(5, 5, 5);
    transition: 0.3s;
}

.h2Container{

    text-align: center; 
    margin-top: 150px; 
    margin-bottom: 40px;
}

.containerCols{
    
    max-width: 100%;
    padding: 40px 50px; 
    justify-content: center;

}

.cols{

    padding: 10px; 
    text-align: center; 
    cursor: pointer; 
    position: relative;
}

.imgCols{

    object-fit: contain; 
    width: 100%;
}

.contenidorText{

    background-color: white; 
    width: 100%; 
    height: 200px;
}

.contenidorText h2{
    
    padding: 20px 0px; 
    text-align: start; 
    font-family: 'Noto Serif Georgian', serif;
}

.contenidorText p{
    
    text-align: start; 
    font-family: 'Noto Serif Georgian', serif; 
    font-size: 20px;
}


.columna img{
    
    width: 100%;
    padding-top: 20px;
    background-color: #000000;
    cursor: pointer;
}

.columna1 img{
    
    width: 100%;
    padding-top: 20px;
    background-color: #000000;
    cursor: pointer;
}

.con{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #000000;
    
}

.columna{
    width: 25%;
    padding: 10px;
    background-color: #000000;
}

.columna1{

    width: 25%;
    padding: 10px;
    background-color: #000000;
}

.h2Titol1{

    color: white; 
    background-color:black; 
    font-size: 60px; 
    padding: 100px 20px;
}

.h3P{
    color: white; 
    font-family: 'Noto Serif Georgian', serif; 
    background-color: rgba(0, 0, 0, 0); 
    padding: 10px;
}

.textP{
    background-color: rgba(0, 0, 0, 0); 
    color: white;
    text-align: start; 
    font-size: 20px;
    font-family: 'Noto Serif Georgian', serif;
    margin: 10px;
}

.divContainer{
    margin-bottom: 150px;
}

.divContainer2{
    margin-bottom: 50px;
}



/* col-xxl */
@media only screen and (max-width: 1400px) {
   
    
}

/* col-xl */
@media only screen and (max-width: 1200px) {

    .h2Titol{

        font-family: 'Noto Serif Georgian', serif;
        font-weight: 700;
        font-size: 50px;
    }

    .h2Titol1{

        font-size: 50px;
    }
    
    .contenidorText p{
        
        text-align: start; 
        font-family: 'Noto Serif Georgian', serif; 
        font-size: 18px;
    }
   
    .c1{

        height: 700px;
    }
    
}

/* col-lg */
@media only screen and (max-width: 992px) {

    
    .contenidorText p{
        
        text-align: start; 
        font-family: 'Noto Serif Georgian', serif; 
        font-size: 18px;
    }

    .columna{

        width: 30%;
    }

    .columna1{

        width: 30%;
    }

    .comprar{

        display: none;
    }

    .contacte{

        display: none;
        
    }

    #menu{
        display: none;
    }

    #label-menu{
        display: inline-block;
    }

    .comprar1{

        display: inline-block;
    }

    div label{

        display: inline-block;
    }
   
    #btn-menu:checked ~ .menu-mobile {
        display: inline-block;
    }

    .menu-mobile{
        transition: all 1s;
    }
   
    
}
/* col-md */
@media only screen and (max-width: 768px) {
   
    .h2Titol{

        font-family: 'Noto Serif Georgian', serif;
        font-weight: 700;
        font-size: 40px;
    }

    .h2Titol1{
        
        font-size: 40px;
    }

    .columna{

        width: 32.5%;
    }

    .columna1{

        width: 32.5%;
    }
    
    .dis{
        
        display: none;
    }

    .nav_links li {
        display: inline-block;
        padding: 10px 10px;
        background-color: black;
    }
    
    
}
/* col-sm */
@media only screen and (max-width: 576px) {
   
    .columna{

        width: 50%;
    }

    .columna1{
        width: 0%;
        height: 0%;
    }

    .comprar{

        display: none;
    }

    .contacte{

        display: none;
        
    }

    #menu{
        display: none;
    }

    .divContainer{
        margin-bottom: 10px;
       
    }

    .divContainer2{
        margin-bottom: 10px;
       
    }



    
}

/* FOOTER */

    .Pfooter{
        background-color: rgb(49, 49, 49); 
        margin: 0 !important; 
        color: white; 
        text-align: center; 
        padding: 30px;
    }

 /* 
  body {
      background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
      background-size: 400% 400%;
      animation: gradient 15s ease infinite;
  }*/







/**************************************************************************** ZOOM IMATGES **********************************************************************/

  #myImg, #myImg1, #myImg2, #myImg3, #myImg4, #myImg5, #myImg6, #myImg7, #myImg8, #myImg9, #myImg10, #myImg11, #myImg12, #myImg13, #myImg14, 
  #myImg15, #myImg16, #myImg17, #myImg18, #myImg19,#myImg20,#myImg21,#myImg22,#myImg23,#myImg24,#myImg25, #myImg26, #myImg27, #myImg28, #myImg29, #myImg30, 
  #myImg31, #myImg32, #myImg33, #myImg34,#myImg35, #myImg36, #myImg37{
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover, #myImg1:hover, #myImg2:hover, #myImg3:hover, #myImg10:hover, #myImg11:hover, #myImg12:hover, #myImg13:hover{
    opacity: 0.7;
  } 
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    background-color: #00000000;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    background-color: #00000000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }