* {
  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/2021/08/24/14/06/lake-6570768_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: white;
  position: relative;
  top: 50px;
}

@media (max-width: 600px) {
  .first-title {
    font-size: 32px;
    text-align: center;
    top: 20px;
  }
}
.card {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('https://www.transparenttextures.com/patterns/white-wall.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}
.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;
}