body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
}

header {
    position: static;
    width: 100%;
    padding: 0;
}

header img {
    width: 100%;
    height: 15vh;
    object-fit: cover;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: black;
    padding: 10px 0;
    color: white;
}

nav a {
    margin-left: 50px;
    color: white;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

.search-box {
    margin-right: 10px;
}

.search-box input[type="text"] {
    height: 25px;
}


#watch-care {
    margin-top: 50px;
    color:white;
  }
  
  #watch-care h2 {
    align-items: center;
    text-align: center;
    font-size: 35px;
    margin-bottom: 10px;
  }
  
  #watch-care p {
    padding:0.5%;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
  }
  
  #watch-care ul {
    list-style-type:disc;
    color:white;
    margin-left: 1%;
  }
  
  #watch-care ul li {
    margin-top:1%;
    display: inline-block;
    width: 48%; /* Adjust width as needed */
    max-width:35%;
    margin-left:8%;
    vertical-align: top;
    margin-bottom: 10px;
  }

span{
    word-spacing: 4px;
}

.video-item{
    width:100%;
    height: 400px;   
    object-fit: cover;
}

/* CSS animation for the watch-face section */


.glossary {
    margin-top: 3%;
    background-color: black;
   padding: 0;
    padding-bottom: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}
  
.info-left {
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.5em;
    letter-spacing: 2px;
    /* font-style: italic; */
    font-weight: bold;
    max-width: 55%;
    margin-left: 3%;
    flex: 1;
}

.info-left p{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    letter-spacing: 0.8px;
    /* font-style: italic; */
     /* font-weight: bold; */
     font-weight: normal;
    max-width: 100%;
    margin-left: 0;
    flex: 1;
}  

  
.info-right {
    color: white;
    letter-spacing: 1.3px;
    margin-top: 1%;
    max-width: 33%;
    margin-right: 3%;
    flex: 1;
}

.info-right img{
    margin-top: 20%;
    height: 380px;
    width:100%;
    object-fit: cover;
}

.positionalt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5%;
}

.glossary span{
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}


#last{
    margin-top: 4%;
    width:100%;
    height:500px;
    object-fit:cover;
    margin-bottom: 5%;
}

.footer {
    position: relative;
    background-color: black;
    color: antiquewhite;
    padding: 20px;
    text-align: center;
    border-top: 5px double #777;
}

.footer h3 {
    margin-top: 0;
}

.us {
    display: flex;
}

.about-us {
    flex: 1;
    text-align: left;
}

.contact-us {
    flex: 1;
    text-align: right;
}

.trademark p {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.about-us p {
    margin-left: 0;
    margin-bottom: 30px;
}

.contact-us p {
    margin-bottom: 10px;
}

.icon-text {
    margin-left: 5px;
}
