@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root{
    --red:#B00000;
    --blue:#163a64;
    --play-font:'Play', sans-serif;
    --roboto:'Roboto', sans-serif;

}

html,body{
    overflow-x: hidden;
font-family: var(--roboto);
background-color: rgb(0, 0, 0) ;
box-sizing: border-box;
color: white;

}




.main {
    /* background: url('/images/bg.jpg'); */
    background: linear-gradient( rgba(20, 20, 20, 0.726) ,
    rgba(36, 35, 35, 0.884)) , url('/images/backGroundImgURL.jpg');
    background-size: cover;
    padding: 1rem;
    box-shadow: 1px 2px 5px gray;
    height: auto;
    /* background-color: rgb(0, 0, 0); */
    max-width: 450px;
    margin: 0 auto;
    
}

.red{
    color: var(--red);
}
.blue{
    color: var(--blue);
}
.heading{
    font-weight: 600;
    font-size: 1.6rem;
    text-shadow: 1px 1px 2px rgb(197, 158, 158);
    text-align: center;
    margin: 20px 0px;
}

.navigate-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.navigate-icons a{
    /* padding: 0.4rem 0.8rem; */
    background-color: rgb(29, 28, 28);
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 0.9rem;
    box-shadow: 2px 2px 1rem rgba(187, 187, 187, 0.5);
    font-weight: 500;
    /* margin:10px; */
    padding: 5px 12px;
    margin: 5px;   
    display: inline-block;
    transition: all 0.3s ease;
    border: 1px solid white;
    
}

.navigate-icons svg{
margin-right: 5px;

}
.navigate-icons a:hover{
    background-color:rgb(250, 248, 248);
    color: rgb(0, 0, 0);
    transition: all 0.3s ease-in;
}

.logo{
    max-width: 300px;
    margin: 1rem auto;
}
.sections{
    height: auto;
}

.section2{
    height: auto;
}
.director-name{
    font-size: 1.6rem;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 1rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.position{
    text-align: center;
    color: rgb(238, 234, 234);
    font-size: 1rem;
}

.card-image img{
    padding: 15px;
    box-shadow: 0px 0px 1rem rgb(0, 0, 0);
}

.product-heading{
    font-size: 15px !important;
    text-align: center;
    display: pointer;
    margin-top: 1rem;
    letter-spacing: 1px;
}
.know-more-button {
    /* display: inline-block; */
    background-color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 10px 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-top: 1rem;
    text-align: center;    
    
}
.know-more-button:hover{
    background-color: #fff;
    color: black;
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
}



.products{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.info{

    text-decoration: none;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px rgb(85, 84, 84);
    margin-right: 10px;
letter-spacing: 0.5px;
}

.info:hover{
    color: rgb(212, 211, 211);
}

table{
    margin: 2rem 10px;
}
.about table tr {
    border-bottom: 1px solid rgb(194, 192, 192);
}
 .address td{
    padding: 0.3rem;

}
.address td a{
    letter-spacing: 1px;
}
.icon{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
padding: 10px;
    border: 1px solid rgb(235, 220, 220);
    background-color: #000000;
    margin-right: 1rem;
    margin-left: 1rem;
    color: white;
    padding: 5px;
    transition: all 0.3s ease;

  
}

.icon:hover{
    background-color: rgb(238, 238, 238);
    color: black;
    box-shadow: 0px 0px 4px rgb(187, 182, 182);

}
.footer{
    background-color: rgb(0, 0, 0);
}
.footer p{
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    /* margin: 10px; */
    margin-top: 10px;
    margin-bottom: 4rem;
    padding: 10px;
}

.footer p a{
    /* text-decoration: none; */
    color: rgb(255, 255, 255);
}

/************************* social list **************************/

.social-icons{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    
}
.social-icons img:hover{
    transform: rotate(30deg)
}


.social-icons a img{
    width: 30px;
    /* box-shadow: 0px 0px 1rem rgba(161, 157, 157, 0.699); */
    margin-top: 10px;
    margin-left: 10px;
    transition: all .3s ease-in;
    background-size: cover;

}
.follow-us{
    margin: 2rem auto;
}

.flex{
    display: flex;
}
/*********** about ***************/

.about{
    background-color: #fff;
      /* background: url('/images/bg.jpg'); */
      /* background: linear-gradient( rgba(20, 20, 20, 0.726) ,
      rgba(36, 35, 35, 0.884)) , url('/images/b6.jpg'); */
      background-size: cover;
      padding: 1rem;
      box-shadow: 1px 2px 5px gray;
      height: auto;
      /* background-color: rgb(0, 0, 0); */
      max-width: 450px;
      margin: 0 auto;
      color: black;
}
.about table{
    color: black !important;
    width: 100%;
}


.about-heading{
    font-size: 24px;
    color: black;
    text-align: left !important;
    padding-left: 5px;

}
.main-heading{
    font-size: 24px;
}
 table tr .company-data{
     width: 60%;
 }

.about-content{
    padding: 0px 10px;
    margin-top: -20px;
    text-align: justify;

}

/************ fixed icon ********/

.bottom-icon{
   
    background-color: rgb(253, 253, 253) !important;
    box-shadow: 1px 2px 5px rgb(110, 109, 109);
    /* width: 100%; */
    border: 1px solid rgb(20, 20, 20);
    position: fixed;
    bottom: -50px;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    justify-content: center;
    width: 460px;
   
}
.fixed-icons ul{
 display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    margin: 10px auto;
    padding-left: 0px !important;
}



.fixed-icons a{
    padding: 10px 16px;
    color: rgb(2, 2, 2);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: 10px 15px ; */
    transition: all .3s ease-in;
}
.fixed-icons a span{
    display: block;
    word-wrap: normal;
}
.fixed-icons a:hover{
    background-color: rgb(0, 0, 0);
    color: white;
}

/****** contact **************/

/****************** on off button   ****/
.switch-images{
    position: relative;
    margin: 20px 0;
}

.switchbuttons{
position: absolute;
top: 90%;
left: 50%;
transform: translate(-50% , -50%);
display: flex;
align-items:  center;
justify-content: center;

}

.check-button{
    padding-bottom: 10px;
}
input[type="checkbox"]{
   
    position: relative;
    width: 80px;
    height: 30px;

    -webkit-appearance: none;
    background: linear-gradient(0deg,#333,#000);
    outline: none;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #353535 , 0 0 0 5px #3e3e3e ,
     inset 0 0 10px rgba(0 ,0,0,0.1)  , 0 5px 20px rgba(0,0,0,0.5), inset 0 0 15px rgba(0,0,0,0.2); 
     transition: 0.3s ease-in;

    }
input[type="checkbox"]::before{
    content: 'OFF';
    font-size: 14px;
    color: white;
    padding-left: 10px;
    padding-top: 4px;
    position: absolute;
    width: 45px;
    height: 30px;
    background: linear-gradient(0deg , #000 , #6b6b6b);
    border-radius: 20px;
    transform: scale((.98, .96));
    transition: 0.3s ease;
}
input:checked[type="checkbox"]{
    background: linear-gradient(0deg,#ffffff,#000);
}

input:checked[type="checkbox"]:before{
    left:35px ;
}
input:checked[type="checkbox"]::before{
    content: 'ON';
    font-size: 14px;
    color: white;
 padding-left: 10px;
 padding-top: 4px;
   
}
  
  /*********************/



@media screen and (max-width: 500px) {
    .navigate-icons a{
        /* padding: 0.4rem 0.8rem; */
        background-color: rgb(29, 28, 28);
        border-radius: 5px;
        text-decoration: none;
        color: white;
        font-size: 12px;
        box-shadow: 2px 2px 1rem rgba(187, 187, 187, 0.5);
        font-weight: 500;
        margin:10px;
        letter-spacing: 1px;
        padding: 5px 10px;
       
        
        display: inline-block;
        transition: all 0.3s ease;
        border: 1px solid white;
        
    }

    .fixed-icons a{
       
        padding: 10px 15px;
        color: rgb(2, 2, 2);
        text-decoration: none;
       
        
        align-items: center;
        margin: 5px 5px;
      
        font-size: 14px;
    }

    .fixed-icons a span{
        display: block;
    }
    .bottom-icon{
        width: 100%;
    }
  }

  /*********  Hemang code *******/
  .name{
      text-align: center;
      padding-top: 20px;
  }
  .text-center{
      text-align: center;
  }
  .payment img:hover{
      box-shadow: 0px 0px 1rem rgba(0 ,0,0,0.1);
  }
  .payment a{
      color: black;
      text-decoration: none;
      margin-top: 20px;
  }