* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body{
    width: 100%;
}
*{
    padding: 0;
    margin: 0;
    
}
header{
     position: fixed;
        row-gap: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: rgba(60, 58, 55, 0.393);

}
header:hover{
    background-color: black;
    

}
#one{
        display: flex;
        width: 30%;

    }
    #two{
        
        display: flex;
        width: 70%;
        align-items: center;
        justify-content: space-between;
        
    
    }
     .abc{
        text-decoration: none;
        font-size: 26px;
        color: white;
    
    
    }

#first {
  width: 100%;
  height: 100vh;
  background-image: url('https://cdn.pixabay.com/photo/2023/01/08/21/46/flag-7706202_1280.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px; 
  text-align: center;
}

.first-title {
  font-size: 48px;
  font-weight: bold;
  color: rgba(12, 8, 8, 0.943);
  background-color: rgba(255, 255, 255, 0.418);
  position: relative;
  top: 50px;
}

@media (max-width: 600px) {
  .first-title {
    font-size: 32px;
    text-align: center;
    top: 20px;
  }
}
.card {
    color:white;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('https://media.istockphoto.com/id/1278734823/photo/texture-of-old-navy-blue-paper-closeup.jpg?s=612x612&w=0&k=20&c=tyV2L7LkLH9qJNrH95GPbdbztpPmTEBKEL3_UFqzaDY=');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.card:nth-child(even) {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .card {
    flex-direction: row;
    gap: 20px;
  }

  .card:nth-child(even) {
    flex-direction: row-reverse;
  }

  .card img {
    flex: 1;
  }

  .card .content {
    flex: 2;
    margin-top: 0;
  }
}


.out{
     background-color: rgb(0, 0, 0);
     height:240px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     justify-content: space-between;
     display: flex;
     }
     
.out1{
    max-width: 400px;
  }

.out2{
    max-width: 400px;
}

#flag{
    width: 100%;
    max-width: 250px;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

#flag:hover{
    width: 350px;
}