 @import url("https://fonts.googleapis.com/css?family=Arvo");
/*start shop section --------------------------------------------------------------------------------------------*/
#zn_header_banner_div{
    backdrop-filter: blur(4px);
         background-color: rgba(0, 0, 0, 0.1);
}


#zn_logo_mb {
    display: none; 
}

#zn_logo_dv {
    display: block; 
}
.zn_logos_dv{
    height:90px;
}
/*end shop section*/

/*start about section --------------------------------------------------------------------------------------------*/
#zn_about{
    padding-top:100px;
    padding-bottom:100px;
}
.zanvi_about_img{
    width:100%; 
    padding:5px; 
    border:5px solid #000000;
}
.zn_about_heading{
   font-size: 19px;
  font-family: "Arvo", monospace; 
}
.zn_about_paragraph{
  font-size: 13px;
  font-family: "Arvo", monospace; 
  color:#585858;
  }
  
  .social-icons {
       background-image: url(".././images/8.jpg");
       background-repeat: no-repeat;  
        background-attachment: fixed;  
        background-size: cover;
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 0;
        margin: 20px 0;
        padding-top:4px;
        padding-bottom:4px;
        list-style: none;
    }
    .zn_social_media_link{
        text-decoration:none;
        list-style:none;
    }
    .zn_social_media_link:hover{
        text-decoration:none;
        list-style:none;
    }

    .zn_about_fa {
        height: 50px;
        width: 50px;
        border-radius: 100%;
        border: 3px solid #dde1e7;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        backdrop-filter: blur(30px); 
        /*background-color: rgba(0, 0, 0, 0.1);*/
        background-color:#fff;
         cursor:pointer;
    }
    
     .zn_about_fa:hover {
        backdrop-filter: blur(10px); 
        background-color: rgba(255, 0, 0, 0.2);
         border:1px solid #fff;
     }
    #fa_fb, #fa_ld{
        color:blue;
    }
    #fa_ev, #fa_yt{
        color:red;
    }
    #fa_pn, #fa_wp{
        color:green;
    }
/*end about section*/


/*start services section --------------------------------------------------------------------------------------------*/
  #zn_services{
    padding-top:100px;
    padding-bottom:100px;
  }
  
  .zanvi_services_img{
      width:100%; 
      padding:5px; 
      border:5px solid #000000;
  }
  
  .zn_service_heading{
    font-size: 19px;
  font-family: "Arvo", monospace;
  }
  
  .zn_service_paragraph{
  font-size: 13px;
  font-family: "Arvo", monospace; 
  color:#585858;
  }
/*end services section*/

/*start gallery section --------------------------------------------------------------------------------------------*/ 
#zn_gallery_section{
    padding-top:100px;
    padding-bottom:100px;
}
.message {
  border: 1px solid #d2d0d0;
  padding: 2em;
  font-size: 1.7vw;
  box-shadow: -2px 2px 10px 0px rgba(#444, 0.4);

  @supports (display: grid) {
    display: none;
  }
}

.section {
  display: none;
  padding: 2rem;

  @media screen and (min-width: 768px) {
    padding: 4rem;
  }

  @supports (display: grid) {
    display: block;
  }
}

h1 {
  font-size: 2rem;
  margin: 0 0 1.5em;
}

.grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: row dense;
}

.item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  background: #0c9a9a;
  color: #fff;
  grid-column-start: auto;
  grid-row-start: auto;
  color: #fff;
  background: url(".././images/loude_speaker_3.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: -2px 2px 10px 0px rgba(#444, 0.4);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  counter-increment: item-counter;
 &:nth-of-type(2n) {
    background-image: url(".././images/loude_speaker_9.jpg");
  }

  &:nth-of-type(3n) {
    background-image: url(".././images/speaker_2.jpg");
  }

  &:nth-of-type(4n) {
    background-image: url(".././images/speaker.jpg");
  }

  &:nth-of-type(5n) {
    background-image: url(".././images/loude_speaker_10.jpg");
  }

  &:nth-of-type(6n) {
    background-image: url(".././images/loude_speaker.jpg");
  }

  &:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
  }

  &:hover {
    transform: scale(1.05);

    &:after {
      opacity: 0;
    }
  }

  &--medium {
    grid-row-end: span 2;
  }

  &--large {
    grid-row-end: span 3;
  }

  &--full {
    grid-column-end: auto;

    @media screen and (min-width: 768px) {
      grid-column: 1/-1;
      grid-row-end: span 2;
    }
  }

  &__details {
    position: relative;
    z-index: 1;
    padding: 15px;
    color: #444;
    background: #fff;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #828282;

    &:before {
      content: counter(item-counter);
      font-weight: bold;
      font-size: 1.1rem;
      padding-right: 0.5em;
      color: #444;
    }
  }
}

/*end gallery section */

/*start contact us section --------------------------------------------------------------------------------------------*/
 #zn_contact_us{
         padding-top:100px;
         padding-bottom:100px;
     }
     .zn_cnt_dv{
         padding:4px;
         padding-top:8px;
         padding-bottom:8px;
     }

    .zn_contact_slink{
        padding:10px;
        padding-top:20px;
        padding-bottom:20px;
        margin-bottom:50px;
        min-height:290px;
        border-radius:20px;
        background-image:url('.././images/8.jpg');
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;  
        background-attachment: fixed; 

    }
    .zn_contact_slink_dv{
        padding-top:20px;
        font-size:19px;
        text-align:center;
        color:#fff;
        backdrop-filter: blur(30px); 
        background-color: rgba(0, 0, 0, 0.3);
        height:100%;
        min-height:170px;
        margin-top:10px;
        padding-bottom:10px;
        border-radius:20px;
    }
    #zn_contact_fa_call{
        font-size:50px; 
        color:green;
        border:5px solid #fff; 
        backdrop-filter: blur(30px);
        background-color: rgba(0, 0, 0, 0.3);
        border-radius:100%;
        height:90px; 
        width:90px;
        text-align:center;
        padding:17px;
    }
    #zn_contact_fa_ev{
        font-size:50px; 
        color:red; 
        border:5px solid #fff; 
        backdrop-filter: blur(30px); 
        background-color: rgba(0, 0, 0, 0.3);
        border-radius:100%; 
        height:90px;
        width:90px;
        text-align:center;
        padding:17px;
    }
    #zn_contact_fa_arr{
        font-size:50px; 
        color:yellow; 
        backdrop-filter: blur(30px); 
        background-color: rgba(0, 0, 0, 0.3); 
        border:5px solid #fff;
        border-radius:100%; 
        height:90px;
        width:90px;
        text-align:center;
        padding:17px;
    }
/*end contact us section*/

/*start footer section --------------------------------------------------------------------------------------------*/
 #footer{
        background-color:#000000;
        color:#fff;
        font-size:15px;
        background-image:url('.././images/8.jpg');
        box-shadow: inset 5px 50px 45px 20px rgba(0, 0, 0, 0.2); 
        background-repeat: no-repeat;  
        background-attachment: fixed;  
        background-size: cover;
        font-family: sans-serif;
    }
    .footer_con_div{
        padding-left:5%; 
        padding-right:5%;
        padding-top:30px;
        backdrop-filter: blur(50px); 
        background-color: rgba(0, 0, 0, 0.5); 
        align-items: center;
        justify-content: center;
    }

    .footer_tc_p{
        font-size:15px;
        font-weight:440;
        line-height:19px;
    }
    .footer_alink{
        margin-left:0px;
        padding-left:0px;
        font-size:15px;
        color:#fff;
        /* line-height:19px; */
        list-style:none;
        text-decoration:none;
    }
    #footer_fa_icon{
        color:cyan;
    }


.footer_so_li{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 5px 0;
    text-decoration: none;
}
   #footer_so_fa {
    height: 27px;
    width: 27px;
    border: 1px solid cyan;
    background-color: transparent;
    border-radius: 100%;
    display: grid; /* center icon inside circle */
    place-items: center;
    margin-right: 10px;
    color:cyan;
}
.footer_logo{
    height:150px; 
    border-radius:100%;  
    border:10px solid #d5d5d5; 
    padding:10px; 
    backdrop-filter: blur(50px);  
    background-color:transparent;  
}
.footer_gfram{
    border-radius:12px;
    border:1px solid #000000;
    padding:5px;
}
 .footer {
    background-color: #000000;
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
     /* background-image:url('images/8.jpg'); */
     background-repeat: no-repeat;  
    background-attachment: fixed;  
    background-size: cover; 
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fffff2;
}
/*end footer section*/