  body
    {
        overflow-x: hidden; 
        padding: 0;
        margin: 0;
    } 

    /* The Header styling begins here */
    header
    {
        width: 100%;
        height: 90px;
        background-color: white;
        display: flex;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
        position: sticky; 
        top: -10px;
    }

    .carol
    {
      width: 90%; 
      margin-left: 5%; 
      margin-right: 5%; 
      height: 500px;

    }
    
    .logo-div
    {
        width: 100px;
        height: 90px;
        background-color: white;
        margin-top: -10px;
    }

    .logo-img
    {
      width: 100px; 
      height: 90px;
    }

    .link-div
    {
        padding-top: 20px;
        width: 900px;
        margin-left: 50px;
        height: 70px;
        display: flex;
        justify-content: space-evenly;
        background-color: white;
    
    }

    #link
    {
        text-decoration: none;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 18px;
        color: black;
        font-weight: 500;
        transition: color 0.7s ease-in-out;
    }

    .link-div #link:hover
    {
      color: goldenrod;
    }

    .dropdown
    {
      display: inline-block;
      position: relative;
    }

    .subcol-div
    {
      display: none;
    }

    .sub-div
    {
      width: 650px;
      height: 300px;
      z-index: 1;
      background-color: white;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      position: absolute;
      display: flex;
      column-gap: 15px;
      margin-top: 20px;
      margin-left: -250px;
      padding-left: 20px;
      padding-top: 10px;
      border-radius: 15px;
    }

    .dropdown:hover #link
    {
      background-color: color;
    }

    .dropdown:hover .subcol-div
    {
      display: block;
    }
    /* The header styling closes here */




    /* This styling begins after the carousel div*/
      

      .second-set
      {
        width: 100%;
        height: 700px;
        /* background-color: gray; */
        display: flex;
        flex-flow: wrap row;
        gap: 100px;
        margin-left: 10%;
        margin-top: 40px;
        margin-bottom: 50px;
      }


      .blank, .full
      {
        width: 400px;
        height: auto;
        background-color: white;
      }

      .full
      {
        width: 650px;
        padding: 10px;
        background-color: white;
        margin-top: 50px;
        /* border: 1px solid gray; */
      }

      .full-span-title
      {
         color: black;
        font-size: 50px;
        font-weight: 500;
        font-family:Arial, Helvetica, sans-serif;
      }

      .full-span-body-div
      {
        margin-top: 5%;
      }

      .full-span-body-div2
      {
        margin-top: 3%;
      }

      .full-span-body
      {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.5px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      }

      .full-span-body-2
      {
        font-size: 15px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        letter-spacing: 1px;
      }
      
      .history
      {
        margin-top: 3%;
        display: flex;
        gap: 20px;
        justify-content: space-evenly;
      }

      .global, .headcount, .project, .experience
      {
        color: red;
        font-size: 45px;
        font-weight: 800;
        font-family: Arial, Helvetica, sans-serif;
      }

      .label
      {
        font-size: 18px;
        font-weight: 400px;
        color: black;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      }

      .headcount
      {
        color: green;
      }

      .project
      {
        color: yellow;
      }

      .experience{
        color: darkslateblue;
      }

      .knowUs
      {
        width: 200px;
        height: 50px;
        border-radius: 15px;
        outline: none;
        border: 1px solid black;
        background-color: white;
      }

      .knowUs:hover
      {
        background-color: deepskyblue;
      }

      .knowUs a
      {
        text-decoration: none;
        font-size: 15px;
        color: black;
        font-family: Arial, Helvetica, sans-serif;
      }

      .knowUs a:hover
      {
         color: white;
      }

      .thirdset
      {
        margin-left: 5%;
        margin-top: 10%;
      }

      .pic1:hover {
        width: 280px;
        height: 310px;
        transform: translateY(-3px);
      }
     
      .latest
      {
        font-size: 30px; 
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: 800;
        color: black;
      }

      .product-div
      {
        overflow: hidden;
        /* background-color: gray; */
      }

      .price-detail
      {
        color: black;
        font-size: 15px;
        font-weight: 900;
        margin-right: 5px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      }

      .star
      {
        color: gold;
        margin-top: 5px;
      }

      .margin
      {
         margin-right: 70px;
      }

      .product
      {
        width: 270px;
        height: auto;
        transition: transform 0.3s ease, opacity 0.3s ease;
      }

      .product-img
      {
        width: 270px; 
        height: 300px;
        border-radius: 10px;
      }

      .product:hover{
        transform: scale(1.1);
        opacity: 0.8;
      }

      .price-div
      {
        width: 270px;
        height: 140px;
        padding-top: 15px;
        padding-left: 5px;
      }

      .cart-btn
      {
        width: 110px;
        height: 40px;
        border-radius: 30px;
        margin-top: 5px;
        background-color: white;
        color: black;
        outline: none;
        border: 1px solid black;
        cursor: pointer;
        font-size: 15px;
        font-weight: 900;
        margin-right: 5px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      }

      .cart-btn:hover
      {
         display: block;
          /* filter: drop-shadow(
              0 0 10px
          gray); */
          background-color: black;
          color: white;
      }

      

      .model-Image
      {
        width: 290px;
        height: 300px;
      }
      
      .caro-div
      {
        width: 100%;
        height: auto;
        background-color: white;
        position: relative;
      }

      .logo-write
      {
        width: 300px;
        height: 350px;
        margin-left: 20px;
        padding-left: 5px;
      }

      .logo-in
      {
        width: 100px;
        height: 100px;
        margin-top: 20px;
      }

      .write-in
      {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 15px;
        color: white;
        font-weight: 500;
        letter-spacing: 0.3px;
      }

      .social-write
      {
        color: white;
        font-size: 18px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        
      }

      .the-list 
      {
       margin-bottom: 25px;
       color: white;
       transition: color 0.7s ease-in-out;
       text-decoration: none;
      }
      
      .the-list:hover
      {
        color: gold;
      }

      .customer-write
      {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        color: gold;
        font-size: 20px;
      }


      .account-div .customer-div  
      {
        width: 230px;
        height: 350px;
        background-color: red; 
      }

      .phone
      {
        margin-left: 8px;
      }

      .account-write
      {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        color: gold; 
      }

      /* .carousel-container-div::-webkit-scrollbar
      {
        -webkit-appearance: none;
      } */


      #hover-div
      {
        display: flex;
        width: 350px;
        height: 280px;
        transition: 0.3s ease;
      }

      #hover-div:hover
      {
       box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
        transform: translateY(-6px);
      }

       .vid-container
       {
        display: none;
       }

       .clip-div
       {
          width: 100%;
          height: 500px;
       } 

       .clip
       {
          width: 100%;
          margin: auto;
          height: 500px;
       }
    
       .BIIT
       {
        color: deepskyblue;
       }

       .container
       {
          display: flex;
          width: 100%;
          height: auto;
          background-color: gray;
          margin-top: 4%;
       }
              
        
      .reveal
      {
          opacity: 0;
          transform: translateY(50px);
          transition: all 0.4s ease;
      }

      .reveal.active{
        opacity: 1;
        transform: translateY(0);
      }

      .mobile
      {
        display: none;
      }

      .background-video
      {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          object-fit: cover;
          z-index: -1;
          filter: brightness(0.9);
      }

      .introduce
      {
        z-index: 1;
        color: black;
        font-size: 15px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      }

      h2  
      {
        color: black;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      }

      .video-child
      {
        width: 200px;
        height: 200px;
        background-color: white;
        color: white;
        font-size: 50px;
      }

      .move-right, .move-left{
        width: 5%;
        height: 200px;
        background-color: white;
        cursor: pointer;
      }

      .move-right
      {
        margin-left: 30px;
      }

      .overall
      {
        width: auto;
        height: auto;
        background-color: white;
        padding-top: 3%;
      }

      .collection
      {
        width: 500px;
        height: 280px;
        position: relative;
        margin-bottom: 50px;
        background-color: white;
        margin-left: 50px;
        margin-top: -30%;
        padding: 50px;
        background: rgba(255, 255, 255, 0.1);
        /* White with transperency */
        backdrop-filter: blur(10px);
        /* Blur the background behind it */
        -webkit-backdrop-filter: blur(10px);
        /* For Safari support */
        border:1px solid rgba(255, 255, 255, 0.2);
        /* Optional: subtle border */
        border-radius:15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      }

      .collection-span
      {
        color: white;
        font-size: 50px;
        font-weight: 900;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      }

      .collection-span p
      {
        font-size: 20px;
      }

      
      
      .view-more-btn:hover,
      .cart-btn:hover{
          display: block;
          filter: drop-shadow(
              0 0 10px
          gold);
          background-color: black;
          color: white;
      }
      
      .like-btn
      {
        font-size: 20px;
        color: gray;
        border: none;
        background: none;
        cursor: pointer;
        margin-top: 5px;
        margin-bottom: 5px;
      }

      .like-btn.liked
      {
        color: red;
      }

      .view-more-btn
      {
        width: 120px;
        height: 40px;
        border-radius: 30px;
         font-size: 20px;
         color: black;
         outline: none;
         border: 1px solid black;
        background-color: white;
        font-size: 14px;
        font-weight: 700;
      }

      .view-more-a
      {
        text-decoration: none;
      }

      
.header-two
{
    width: 98%;
    height: 60px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    margin-top: 50px;
}

.moveLeft, .moveRight{
  font-size: 40px;
    margin: 0 5px;
    cursor: pointer;
    color: #555;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 19px;
    text-align: center;
    border-radius: 3px;
}   

.moveLeft:hover,
.moveRight:hover{
  background-color: #222;
    color: white;
}
   

section
{
    width: 98%;
    height: 600px;
    margin: auto;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

section::-webkit-scrollbar
{
    display: none;
}


section .carousel-product
{
    min-width: 22%;
    height: 95%;
    background-color: white;
    margin: 0 20px 0 0;
    border-radius: 20px;
    position: relative;
    left: 0;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
}


picture
{
    width: 100%;
    height: 70%;
    /* padding:20px; */
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}


picture img{
    width: 100%;

}

.details, .button{
    width: 90%;
    margin: auto;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-size: 20px;
    color: #444;
}


small{
    color: #555;
}

.cart{
    text-decoration: none;
    padding: 6px 14px;
    font-size: 15px;
    margin: 5px 0 0 20px;
    display: inline-block;
    background: black;
    color: white;
    width: 70px;
}

.bars-div
{
  display: none;
}

.foot-link
{
  text-decoration: none;
  cursor: pointer;
}

.wrap-foot-links
{
  width: 150px;
  height: 40px;
  /* background-color: white; */
  display: flex;
  flex-direction: horizontal;
  flex-flow: wrap row;
  color: black;
  gap: 20px;
}

.social-a
{
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.footer-one, .footer-two, .footer-three
{
  width: 200px;
  height: auto;
  margin-top: 30px;
}

.footer-one-title, .footer-two-title, .footer-three-title
{
  color: gold;
  font-size: 20px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 500;
  margin-left: 10px;
}

li{
    margin-bottom: 10px;
    list-style-type: none;
    display: block;
}

li a
{
  text-decoration: none;
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


      footer
      {
        width: 100%;
        height: 400px;
        background-color: black;
        display: flex;
        flex-direction: column;
        flex-flow: row;
        gap: 50px;
      }


      .description-icon-container, .description-icon-container-2
      {
        width: 100%;
        height: auto;
        display: flex;
        flex-flow:wrap row;
        gap: 70px;
        align-items: center;
        justify-content: center;
      }

      .description-card
      {
        width: 300px;
        height: 500px;
        padding: 15px;
        background-color: white;
        border: 1px solid lightgray;
        border-radius: 20px;
      }

      .icon
      {
        align-items: center;
        justify-content: center;
        padding: 30px;
        
      }

      .icon-img
      {
        width: 250px;
        height: 220px;
      }

      .description
      {
        margin-top: 15px;
        padding-left: 20px;
        padding-top: -35px;
      }

      .description-span
      {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 500;
      }

      .little-description-span
      {
        font-size: 15px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-weight: 200;
      }

      .description-icon-container-2
      {
        margin-top: 75px;
      }

      .AI-img
      {
        width: 650px;
        height: 550px;
        border-radius: 20px;
      }

      h1
      {
        font-family:Arial, Helvetica, sans-serif;
      }