*{
    margin: 0vw;
    margin: 0vw;
}

body {
  font-family: 'Poppins', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
    color: white;
}
nav{
    width: 100%;
    height: 8vw;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center ;
}

.uper-logo{
    width: 60.5vw;
    height: 8vw;
    /* background-color: red; */
    display: flex;
    justify-content: end;
    align-items: center;
}
.logo{
    width: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .uper-icon {
      width: 40vw;
      height: 8vw;
      /* background-color: rgb(44, 176, 194); */
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      gap: 3vw;
      padding-right: 2vw;
    }
        .icon-img {
      width: 2.5vw;
      height: auto;
    }
.uper-nav {
      width: 100%;
      height: 4vw;
      background-color: rgb(255, 255, 255);
      overflow: hidden;
    }

    .uper-nav ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 1vw 2vw;
      gap: 1vw;
      justify-content: center;
      width: 100%;
    }

    .uper-nav li {
      list-style: none;
    }

    .uper-nav a {
      color: rgba(0, 0, 0, 0.856);
      text-decoration: none;
      font-family: 'Poppins', sans-serif;
      font-size: 1vw;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase;
      transition: color 0.3s ease;
    }

    .uper-nav a:hover {
      color: red;
    }
      .dropdown {
      width: 3vw;
      position: relative;
      display: inline-block;
      background-color: blue;  
      position: relative;

    }

    .dropbtn {
      display: flex;
      align-items: center;
      gap: 0.4vw;
      padding: 0.2vw 0.5vw;
      background-color: white;
      border: 0vw;
      cursor: pointer;
    }
    .flag {
      width: 2.5vw;
      height: 1.7vw;
      object-fit: cover;
    }
    .dropbtn img.flag {
      width: 2.9vw;
      height: 2vw;
      object-fit: cover;
    }

    .dropbtn i.fa-caret-down {
      font-size: 1vw;
      color: black;
      padding-top: 1vw;
    }

    .fa-caret-down {
      font-size: 1vw;
      color: black;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: white;
      min-width: 22vw;
      box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.2);
      z-index: 1000;
    }

    .dropdown-content a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.8vw 1vw;
      text-decoration: none;
      color: black;
      font-size: 1vw;
      font-weight: 500;
    }
    
    .dropdown-content a:hover {
      background-color: #f1f1f1;
    }
    .dropdown-content span {
      flex: 1;
    }

    .dropdown-content img {
      width: 2vw;
      height: 1.5vw;
    }


    .show {
      display: block;
    }
    .icon {
      color: black;
      font-size: 1.5vw;
    }
    .sp{
      width: 2vw;
      height: 2vw;
      background-color: rgb(134, 93, 31);
    }
    .uper-images{
      width: 100%;
      height: 120vw;
      background-color: red;
    }
.p1{
  width:100%;
  height: 54vw;
  background-color: aqua;
}