* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

.nav{
    display: flex;
    justify-content: space-between;
align-items: center;
    margin: 30px;
    margin-top: 8px;
    font-family: Bricolage Grotesque;
  
}

ul{
    list-style-type: none;
    display: flex;
    gap: 20px;
  }

  .navlinks ul li a{
    text-decoration: none;
    color: #262167;
  }
.navlinks{
    display: flex;
    gap: 20px;
    font-size:20px ;
    font-weight: 300;
    align-items: center;
   }

.logo{
    font-family: Carme;
    font-size: 32px;
    font-weight: 100;
    color: #262167;
}

.button{
    padding: 10px;
    text-align: center;
    font-family: Bricolage Grotesque;
    font-size: 20px;
   font-weight: 300;
   color: white;
   background-color: #4193EC;
   border-radius: 6px;
   border: none;
}
.button:hover {
    background-color:#262167; 
    transform: scale(1.05); 
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3); 
  }
body {
    font-family: Bricolage Grotesque;
    margin: 0;
    padding: 0;
   
    text-align: center;
}

/* Gallery Section */
.gallery-section {
    padding: 50px 20px;
}

.explore {
    font-size: 40px;
    font-weight: 600;
    color: #262167;
    text-align: left;
}

.explorep {
    font-size: 16px;
    color: #555;
    text-align: left;
    margin-bottom: 20px;
}

/* Gallery Grid */
.gallery-grid {
    display: flex;
   flex-wrap: wrap;
   justify-content: s;
    gap: 15px;
    max-width: 900px;
   
    padding: 10px;
}

.first{
    display: flex;
    gap: 34px;
    justify-content: space-between;
    margin-left: 40px;
margin-right: 40px;
}
.second{
    display: flex;
    gap: 34px;
    justify-content: space-between;
    margin-left: 40px;
margin-right: 40px;
}
.third{
    display: flex;
    gap: 34px;
    justify-content: space-between;
    margin-left: 40px;
margin-right: 40px;
}


/* Gallery Items */
.gallery-item img {
    width: 330px;
    justify-content: space-between;
   
    border-radius: 16px;
    transition: transform 0.3s ease;
}
.gallery-item{
    background-color: #F3F8FD;
    padding: 14px;
}

.gallery-items{
  
}

/* Hover Effect */
.gallery-item img:hover {
    transform: scale(1.05);
}

.glr{
    font-weight: 600;
    text-decoration: underline;
   
}
h3{
    font-size: 20px;
    font-weight: 600;
    color: #262167;
}
p{
    font-size: 14px;
    font-weight: 400;
    color: #555;  
}
button{
    font-size: 12px;
    border: 0.5em;
    padding: 6px;
}
.robotgallery{
    margin-left: 40px;
}

.generalfooter{
    display: flex;
    justify-content: space-between;
 padding-left: 40pX;
 padding-right: 40px;
 padding-top: 30px;
    font-family:Bricolage Grotesque ;
    border-top: 1px #4193EC solid;
    
}
.footertwo{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.company{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.resources{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.platforms{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.realcompany1{
    font-size: 16px;
    font-weight: 600;
}
.realcompany{
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.footerh1{
    font-family: Carme;
    color: #262167;
}
.footerone{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.generalcoperation{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 40px;
  
    background-color: #4193EC;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-family:Bricolage Grotesque  ;
}
.privacyyear{
display: flex;
gap: 40px;
font-size: 14px;
font-weight: 300;
color: white;
}
.bot{
    font-size: 14px;
    font-weight: 300;
}
.c{
    font-size: 14px;
    font-weight: 300;
}
.privacy{
    color: white;
    font-size: 14px;
    font-weight: 200;
}