/*                      *\
    style for scrollbar
\*                      */

  /* Hide scrollbar on PC */
  ::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar on Mobile (Safari and Chrome) */
  ::-webkit-scrollbar,
  *::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  
  /* Hide scrollbar on Firefox */
  html {
    scrollbar-width: none;
  }
  
  /* Hide scrollbar on Edge */
  ::-ms-scrollbar {
    width: 0;
    height: 0;
  }
/*                             *\
    Style for intro Animation
\*                             */
/* Full-screen overlay for the animation */
#intro 
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Hide the overlay */
#intro.hidden 
{
  display: none;
}

/* Ensure the video covers the entire screen */
#intro video 
{
  width: 100%;
  height: 100%;
  object-fit:contain;
  background-image: url("img/Object_Detector_Main_background-Logo.jpeg");
  background-size: contain;
} 
/*                      *\
     Style for webpage
\*                      */ 
.main-Logo 
    {
        padding: 0px;
        float: right;
    }
    .Logo-Text 
    {
        padding: 20px;
        float: left;
    }
    .kala 
    {
        gap: 1000px;
        display:flow-root;
    }

.h_Ll
{
    width: px;
    height: 120px;
    border-radius: 20px;
}
.h_Lr
{
    width: 120px;
    height: 120px;
    margin: 10px;
    border: inset;
    border-radius: 100%;
}

body{
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url("/Facedetector/img/Face_detector_Main_Background-Logo.jpg");
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.main{
    padding-left: 18%;
    padding-top: 30px;
    padding-bottom: 20px;
    justify-content:center;
}
.column {
    display:flex;
}
/*
.row {
    border: inset;
    border-color: #f1e5ce;
    box-shadow: 15px 15px 30px #f1e5ce, -15px -15px 30px #4e473e;
    margin: 20px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
}
*/

.row 
{
    border: inset;
    border-color: #f1e5ce;
    box-shadow: 15px 15px 30px #47545a, -15px -15px 30px #4e473e;
    border-radius: 30px;
    cursor: pointer;
    padding: 3px;
    display: inline;
    margin-right: 15%;
    margin-bottom: 5%; 
}    
.menu-social-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.lk{
    list-style-type: none;
    padding: 10px;
    border-radius: 100% 100%;
    width: 50px; height: auto
  }
  
footer { 
    border-width: 1%;
    border-radius: 25px;   
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #333;
    color: #fff;
}
input 
{
    border-radius: 20px;
    cursor: pointer;
    width: 200px;
}

