/*                      *\
    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-in_Video_Background_Img.jpg");
    background-size: contain;
  }
/*                      *\
    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 webpage
\*                      */
body { 
    font-family: Arial, sans-serif; 
    background: linear-gradient(#0d2332, 
        #272a29, #eec999, #36e8ef, #173e57, 
        #247e9f, #9e5734, #5e3a2a, #4b625c, #234647);
        background-image: url("../img/Object_Detector_Main_background-Logo.jpeg");    
}
.Logo-Text
{
    padding: 30px;
}
.main-logo
{
    padding: 60px;
}
.column {
    padding-bottom: 136px;
}
.h_Ll{
    float: left;
    height: 120px;
    width: 320px;
    border-radius: 50px;
    padding: 20px;
}
.h_Lr{
    float: right;
    width: 140px;
    height: 140px;
    border: inset;
    border-radius: 100%;
    padding: 0px;
}
Main
{
    padding-top: 30px;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 20px;
}
.container {
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 15px 15px 30px #207a9b, -15px -15px 30px #051a29;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(4, 3, 1, 3);
}

h1 {
    margin-bottom: 20px;
}

#video {
    width: 100%;
    height: auto;
    max-width: 600px;
    border: 2px solid #000;
    margin-top: 20px;
    border-radius: 30px;
}
.upload-container {
    position: relative;
}

.file-upload {
    display: none;
}

.file-upload-label {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #434a50;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.file-upload-label:hover {
    background-color: #000000;
}

.file-upload-label:active {
    background-color: #474456;
}
#startStopButton {
    margin-top: 20px;
    padding: 10px;
    background-color: #393b3c;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}
#statusMessage {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}
footer {
    margin-top: 20px;
    border-width: 1%;
    border-radius: 25px;   
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #333;
    color: #fff;
}
.menu-social-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.lk {
    border: inset;
    border-radius: 100%;
    width: 30px; 
    height: auto;
}
.p1{
    text-align: center;
    color: #0d2332;
}
/*                        *\
    Style for MB website
\*                        */
@media (max-width: 480px) {
    .Logo-Text
{
    padding:0px ;
}
.main-logo
{
    padding:10px;
}
    .h_Ll{
        float: left;
        width: 140px;
        height: 75px;
        border-radius: 30px;
        padding-top: 10px;
    }
    .h_Lr {
        float: right;
        width: 80px;
        height: 80px;
    }
    .Main
    {   justify-content: center;
        padding-right: 0px;
        padding-left: 0px;
    }
    h1{
        font-size:large;
    }
    #video-container {
        position: relative;
        height: 85vh;
    }
    #video {
        border: 2px solid #070707;
        border-radius: 8px;
        width: 100%;
        height: 100%;
        max-width: 30vh;
        max-height: 80vh;
        background:border-box;
    }
     p{
        font-size: 1px;
    }
    .button {
        margin-top: 10px;
        padding: 10px 20px;
        border:ridge;
        border-color: #207a9b;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
    }
  .lk {
    border: inset;
    border-radius: 100%;
    width: 25px; 
    height: auto;
     }
    #intro {
        position: fixed;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    #intro.hidden {
         display: none;
    }
    
    #intro video {
        width: 100%;
        height: 100%;
        object-fit:scale-down;
    }
    .p1{
        font-size: 1px;
    }
}