/* ......................................................hearder */
body{
    padding: 0;
    margin: 0;
    /* background-image: url(./images/body-background.png);
    /* background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */ 
    height: auto;
    font-size: 16px;
    background-color: rgba(240, 240, 240, 0.35);
    /* position: relative; */
}
header {
    position: fixed;
    width: 100vw;
    top: 0;

}
.nav-area {
    display: flex;
    flex-direction: row;
    min-width: 320px;
    height: 50px;
    justify-content: space-between;
    /* background-color: aqua; */
    align-items: center;
    padding: 0 5px;
    background-color: white;

}
.nav-area > a {
    /* width: 100%; */
    /* background-color: rgb(233, 124, 0); */
}
.nav-left{
    width: 40px;
    /* background-color: blueviolet; */
}
.nav-right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* width: 400px; */
    gap: 40px;
}
.nav-right-words{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 20px;

}
#nav-toggle{
    cursor: pointer;
    /* position: relative; */
}
#nav-switch{
    display: none;
}
#nav-toggle > img{
    width: 40px;
}
.drawer {
    position: fixed;
    width: 100vw;
    inset: 0 0 0 -100%;
    background-color: white;
    box-shadow: -1px 1px 0px 0px rgba(128, 128, 128, 0.247);
    /* padding: 20px; */
    top:0px;
    right: 0px;
    transition: all 0.3s ease;
    z-index: 5;
}
.drawer ul{
    list-style: none;
    padding: 10px;
    margin: 0px;
    font-size: 18px;
}
.drawer li+li{
    margin-top: 16px;
}
.drawer a {
    text-decoration: none;
    color: rgb(128, 128, 128,0.9);
}
.close-btn{
    top: 10px;
    right: 10px;
    position:absolute;
    cursor: pointer;
}
#nav-switch:checked ~ .drawer{
    inset: 0 0 0 0;
    /* z-index: -1; */
}

/* .......................................................banner */
.logobg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    /* background-color: white; */
    border-top:1px solid rgba(128, 128, 128, 0.3) ;
}

/* .......................................................main content */
.drop-down-menu {
    
}
.option-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    list-style: none;
    padding: 0;
    margin-top: 70px;
    /* transition: all 2s ease; */
    
}
.option-list .option-item-btn {
    font-size: 30px;
    display: flex;
    justify-content: center;
    width: 95vw;
    border: 2px solid rgb(128, 128, 128,0.3);
    text-decoration: none;
    color: black;
    border-radius: 10px;
    /* background-color:rgba(255, 255, 255, 0.35); */
}
.dot {
    display: none;
    
}
.drop-list-item {
    cursor: pointer;
}
#ctmachine:checked {
    display: none;
}
#ctmachine:checked ~ .list-item-ct {
    opacity: 1;
    position: static;
    z-index: 0;
    /* position: absolute;
    z-index: -1; */
}


#unscrambler:checked ~ .list-item-un {
    opacity: 1;
    position: static;
    z-index: 0;
}

#desiccant:checked ~ .list-item-de {
    opacity: 1;
    position: static;
    z-index: 0;
}

#capping:checked ~ .list-item-ca {
    opacity: 1;
    position: static;
    z-index: 0;
}

#sealing:checked ~ .list-item-se {
    opacity: 1;
    position: static;
    z-index: 0;
}

#labeling:checked ~ .list-item-la {
    opacity: 1;
    position: static;
    z-index: 0;
}


#pressmachine:checked ~ .list-item-pr {
    opacity: 1;
    position: static;
    z-index: 0;
}

#capsulefilling:checked ~ .list-item-cap {
    opacity: 1;
    position: static;
    z-index: 0;
}

.list-item {
    display: flex;
    gap: 5px;
    border-radius: 20px;
    border: 1px solid gray;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.item {
    width: 95vw;
    border-radius: 20px;
}


.option-item-btn > a {
    text-decoration: none;
    color: black;
}

.drop-list-item-pk {
    margin-bottom: 80px;
}
/* .......................................................products main */
 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

 }

 .induction{
    padding-top:100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 340px;
    gap: 20px;
    /* background-color: bisque; */
 }

 .induction-part1-2S{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-2S_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
 }


 .induction-part1-2A{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-2A_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
 }

 .induction-part1-4A{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-4A_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
 }

 .induction-part1-100A{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-100A_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
 }

 .induction-part1-8TD{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-8TD_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
 }

 .induction-part1-12TD{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-12TD_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
 }

 .induction-part1-16TD{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-16TD_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
 }


 .induction-part1-800ZP{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-800ZP_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-color: #dddddd41;
 }

 .induction-part1-A60{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    /* background: linear-gradient(to bottom, #ffffff, #b90000); */
    background-image: url(/images/ZC-A60_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    /* background-color:  */
    /* background-color: linear-gradient(#ee0000,#888); */


 }

 .induction-part1-80LP{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-80LP_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-color: #dddddd41;
 }

 .induction-part1-GS{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-GS_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-color: #dddddd41;
 }


 .induction-part1-SLXG{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-SLXG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-color: #dddddd41;
 }

 .induction-part1-CG{
    display: flex;
    width: 300px;   
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 20px;
    background-image: url(/images/ZC-CG_340_1x1_x2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-color: #dddddd41;
 }


 .induction-part1-LF{
   display: flex;
   width: 300px;   
   height: 300px;
   border: 1px solid rgba(128, 128, 128, 0.3);
   border-radius: 20px;
   background-image: url(/images/ZC-LF_340_1x1_x2.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-origin: border-box;
   background-color: #dddddd41;
}


.induction-part1-YDT{
   display: flex;
   width: 300px;   
   height: 300px;
   border: 1px solid rgba(128, 128, 128, 0.3);
   border-radius: 20px;
   background-image: url(/images/ZC-YDT_340_1x1_x2.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-origin: border-box;
   background-color: #dddddd41;
}

.induction-part1-ZP9B{
   display: flex;
   width: 300px;   
   height: 300px;
   border: 1px solid rgba(128, 128, 128, 0.3);
   border-radius: 20px;
   background-image: url(/images/ZC-ZP9B_340_1x1_x2.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-origin: border-box;
   background-color: #dddddd41;
}


.induction-part1-NJP200C{
   display: flex;
   width: 300px;   
   height: 300px;
   border: 1px solid rgba(128, 128, 128, 0.3);
   border-radius: 20px;
   background-image: url(/images/ZC-NJP200C_340_1x1_x2.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-origin: border-box;
   background-color: #dddddd41;
}




.induction-part1-1200bph{
   display: flex;
   width: 300px;   
   height: 300px;
   border: 1px solid rgba(128, 128, 128, 0.3);
   border-radius: 20px;
   background-image: url(/images/100achannel-line_340_x2.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-origin: border-box;
}



 .induction-part2 {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 340px;
 }

 .induction-part2-title{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 1em;
    margin-top: 1em;
 }

 .induction-part2-description {
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    text-indent: 2em;
    margin-bottom: 20px;
    
 }
 .induction-part2-description > p {
    margin: 0;
 }
 /* .BG-ZC-2A {
    width: 560px;   
    height: 460px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 10px;
    background-image: url(./images/Product/ZC-2A.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
 }
 .BG-ZC-4A {
    width: 560px;   
    height: 460px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 10px;
    background-image: url(./images/Product/ZC-4A.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
 }
 .BG-ZC-100A {
    width: 560px;   
    height: 460px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 10px;
    background-image: url(./images/Product/ZC-100A.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
 }
 .BG-ZC-8TD {
    width: 560px;   
    height: 460px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 10px;
    background-image: url(./images/Product/newZC-8TD.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
 }
 .BG-ZC-12TD {
    width: 560px;   
    height: 460px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 10px;
    background-image: url(./images/Product/ZC-12TD.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
 }
 .BG-ZC-16TD {
    width: 560px;   
    height: 460px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 10px;
    background-image: url(./images/Product/ZC-16TD.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
 } */
 .induction-right{
    padding: 0px 40px 40px 40px;
    display: flex;
    justify-content: start;
    align-items: left;
    flex-direction: column;
    width: 480px;   
    height: 380px;
    /* border: 1px solid rgba(128, 128, 128, 0.3); */
    /* border-radius: 10px; */
    gap: 20px;
 }
 .induction-right-title{
    /* border: 1px solid rgba(128, 128, 128, 0.3); */
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
 }
 .induction-right-description{
    font-size: 20px;
    color: gray;
 }
 .contact-to-get-quote-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #041e4131;
    font-size: 24px;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    /* padding: 0px 40px; */
    transition: all 0.3s ease-in-out;
 }
 .contact-to-get-quote-btn:hover{
    background-color: #041e41;
 }
 .contact-to-get-quote-btn:hover>a.contact-to-get-quote-btnlink{
    color: white;
 }
 .contact-to-get-quote-btnlink{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    /* border: 1px solid rgba(128, 128, 128, 0.3); */
    /* padding: 0px 40px; */
    border-radius: 10px;
    color: #041e41;
 }
 .product-description{
    display: flex;
    justify-content: center;
    align-items:end;
    flex-direction: column;
    padding: 20px;
    width: 340px;
    gap: 10px;

    
 }
 .product-description-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    font-size: 32px;
 }
 .product-description-content{
    line-height: 36px;
    font-size: 18px;


 }
 .product-description-videolink{
    width: 340px;
    height: 191px;
    border-radius: 10px;
 }
 .product-description-parameter {
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: repeat(6,50px); 
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }

 .product-description-parameter-100A {
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: 50PX 50PX 100px 50px 70px repeat(4,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }

 .product-description-parameter-8TD {
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: 50PX 50PX 100px 50px 70px repeat(5,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }
 
 .product-description-parameter-12TD {
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: 50PX 50PX 100px 50px 70px repeat(5,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }


 .product-description-parameter-16TD {
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: 50PX 50PX 100px 50px 70px repeat(5,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }

 .product-description-parameter-800ZP {
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: repeat(8,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }

  .product-description-parameter-A60{
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: repeat(9,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
    /* background-color: linear-gradient(to bottom,rgb(255, 0, 0),rgb(252, 0, 0)); */
 }

 .product-description-parameter-80LP{
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: repeat(10,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }
 .product-description-parameter-GS{
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: repeat(2,50px) 70px 50px 70px repeat(3,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }

 .product-description-parameter-SLXG{
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: repeat(2,50px) 70PX repeat(5,50PX);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }
 
 .product-description-parameter-CG{
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    grid-template-rows: repeat(8,50px);  
    font-size: 12px;
    justify-items: center;
    align-items: center;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.3);
    box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
    margin-bottom: 80px;
 }


 .product-description-parameter-LF{
   width: 100%;
   display: grid;
   grid-template-columns: 0.5fr 2fr 2fr;
   grid-template-rows: repeat(9,50px);  
   font-size: 12px;
   justify-items: center;
   align-items: center;
   border-radius: 10px;
   z-index: 0;
   position: relative;
   border: 1px solid rgba(128, 128, 128, 0.3);
   box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
   margin-bottom: 80px;
}


.product-description-parameter-YDT{
   width: 100%;
   display: grid;
   grid-template-columns: 0.5fr 2fr 2fr;
   grid-template-rows: repeat(9,50px);  
   font-size: 12px;
   justify-items: center;
   align-items: center;
   border-radius: 10px;
   z-index: 0;
   position: relative;
   border: 1px solid rgba(128, 128, 128, 0.3);
   box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
   margin-bottom: 80px;
}

.product-description-parameter-ZP9B {
   width: 100%;
   display: grid;
   grid-template-columns:repeat(2,1fr);
   grid-template-rows: repeat(10,50px);  
   font-size: 12px;
   justify-items: center;
   align-items: center;
   border-radius: 10px;
   z-index: 0;
   position: relative;
   border: 1px solid rgba(128, 128, 128, 0.3);
   box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
   margin-bottom: 80px;
}

.product-description-parameter-NJP200C{
   width: 100%;
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-template-rows: repeat(20,50px);  
   font-size: 12px;
   justify-items: center;
   align-items: center;
   border-radius: 10px;
   z-index: -1;
   position: relative;
   border: 1px solid rgba(128, 128, 128, 0.3);
   box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.0.3);
   margin-bottom: 80px;
}

 .product-description-parameter-item{
    /* justify-content: center;
    align-content: center; */
    width: 100%;
    height: 100%;
    justify-items: center;
    align-items: center;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    /* background-color: #9CC2E5; */
 }
 .product-description-parameter-item-last{
    /* justify-content: center;
    align-content: center; */
    width: 100%;
    height: 100%;
    justify-items: center;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 1px solid rgba(128, 128, 128, 0.3); */
    /* background-color: #9CC2E5; */
 }
 .product-description-parameter-item-bg{
    width: 100%;
    height: 100%;
    background-color: rgb(233, 233, 233);
    grid-column: 1/4;
    grid-row: 1/2;
    position: absolute;
    z-index: -1;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    /* border-radius: 10px 10px 0px 0px ; */
    
 }


/* .......................................................footer */
.nav-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100vw;
    height: 70px;
    position: fixed;
    background-color: white;
    bottom: 0px;
    border-top: 1px solid rgb(128, 128, 128,0.3);
    /* margin-top:50px ; */
    /* z-index: 1; */
}
footer  a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
    width: 100%;
}
.footer-btn {
    width: 40px;
}






