





body {
   
    margin: 0;
    height: 100vh;
    font-weight: 100;
    background: radial-gradient(#a8a8a8,#505050);
    -webkit-overflow-Y: hidden;
    -moz-overflow-Y: hidden;
    -o-overflow-Y: hidden;
    overflow-y: hidden;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;





}

@font-face {
    font-family: 'Tondo_Corp' ;
    src: url('Fonts/Tondo_Corp_Rg.ttf');
          
}
.tondo_font{
    font-family: 'Tondo_Corp';

} 


@font-face {
    font-family: 'Tondo_Corp_bold' ;
    src: url('Fonts/Tondo_Corp.ttf');
          
}
.tondo_font_bold{
    font-family: 'Tondo_Corp_bold';

} 



.heading_div{
    


    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #e40000;
    
}
.logo{
    width: 100px;
    
    
   
}
.heading_div2{
        background: #ffffff;
    padding: 5px;
    position: fixed;

    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 15px 0 rgba(0,0,0,0.19);

    background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#eeeeee, #dedede);
  background-color: mediumspringgreen;
  background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
  background-repeat: repeat;
}

   
}
.icon1{
    text-align: left;
}
.icon2{
     text-align: right;
}
.icon_size{width: 35px; cursor: pointer;}
.icontext{
     text-align: center; color: #ffffff;    font-size: 20px;
    font-weight: 500;
}
.box_style{
	   
    height: 100px;
    border: 10px solid #ededee;
}
.image{
	    width: 70px;
    margin-top: 15px;
}

.border_div{
	    border: 1px solid #e2e2e2;
	    height: 100px;
	    cursor: pointer;
	   /* background: #ed1c24;*/
	   border-radius: 10px;
	    background: white;
}
.para_text{    
    margin-top: 2rem;
    font-family: 'Tondo';
   
}
.btw_line{
	  border-right: 1px solid #bfc0bf;
    height: 78px;
    position: absolute;
    left: 100px;
    top: 10%;
}

.showme{ 
display: none;
}
.showhim:hover .showme{
display : block;

}
.showhim:hover .ok{
display : none;
}
.border_div:hover{background: #ed1c24;color: #ffffff}
.border_div:hover .btw_line{border-right: 1px solid #ffffff;}

a{
	text-decoration: none!important;
	color: #5f5f5f!important;
}
@media only screen and (min-width: 320px) and (max-width: 480px)
{
.image {
    width: 55px;
    margin-top: 20px;
}
.btw_line { left: 80px;}
.para_text {
    margin-top: 2.2rem;
    font-size: 0.8rem;
}
.logo{
    width: 225px;
}
.icon_size{width: 25px;}
.icontext{
   font-size: 15px;
   
}
	}

@media only screen and (min-width: 640px) and (max-height:  480px) and (orientation:landscape) {
   .btw_line {
    left: 90px!important;
}
.image {
    width: 60px;
    margin-top: 20px;
}
}

@media only screen and (min-width: 481px) and (max-width: 768px)
{
.btw_line {
    left: 102px;
}
.para_text {
    margin-top: 2.2rem;
}

}
	@media only screen and (min-width: 769px) and (max-width: 992px) {
.btw_line {
    left: 102px;
}
	}

    .prod_heading{
        font-family: 'Tondo_Corp';
        background-color: #e40000;
        color: white;
        text-align: center;
        padding: 20px;
        

    }


    /* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
   

  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #ccc;
    
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }


  
  .button-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 15px;

   
  }

.button {
    
      
    width: 100px;
    height: 100px;
    background: #e40000;
    color: #dedede;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    text-decoration: none;
    flex-direction: column;
    text-align: center;
    transition: background-color 0.3s ease;
   
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 15px 0 rgba(0,0,0,0.19);

     
}

.button:hover {
    background-color: #8d1717;

    box-shadow: 0 0 10px 0 #8f0000 inset, 0 0 20px 2px #ff0000;
    border: 3px solid #c80000;
    
}

.icon {
    font-size: 24px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    
}













/* Page Loader Styles */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it's above other elements */
  }
  
  .loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #e40000; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Spin animation */
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Hide loader when content is loaded */
  .loaded .loader-wrapper {
    display: none;
  }























  .videos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
  }
  
  .video {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .video iframe {
    width: 100%;
    border-radius: 5px;
  }
  
  .video h3 {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }