* {
   margin: 0px;
   padding: 0px;
}

.dubaiHolding {
   background-image: url('../img/home.jpg');
   background-size: cover;
   background-position: center;
   height: 100vh;
   position: relative;
}

.dubaiHolding .topbar {
   background-color: #041e41;
   padding: 5px;
}

.logo {
   width: 80%;
}

.holdingOpacity {
   background-color: rgb(0 0 0 / 50%);
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
}

.holdingText {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   text-align: center;
   color: #fff;
}

.holdingText h1 {
   font-size: 50px;
   font-weight: 500;
   text-transform: uppercase;
   border-bottom: 2px solid #fff;
   padding-block: 10px;
   display: inline-block;
}

.holdingText h2 {
   font-size: 20px;
   text-transform: uppercase;
   letter-spacing: 3.5px;
}

.holdingText h3 {
   font-size: 40px;
}

.holdingText a {
   background-color: #00bed6;
   padding: 8px 20px;
   color: #fff;
   text-decoration: none;
   margin-top: 20px;
   display: inline-block;
   width: 170px;
   font-size: 16px;
   font-weight: 700;
   border-radius: 50px;
   border: 2px solid #00bed6;
}

.holdingText a:hover {
   border: 2px solid #00bed6;
   background-color: inherit;
}

.flag img {
   height: 20px;
   width: 20px;
   margin-right: 5px;
}

.flag button {
   background-color: inherit;
   border: 1px solid #ccc;
   font-size: 14px;
}

.flag button:hover {
   background-color: inherit;
}

.flag ul li a {
   font-size: 14px;
}

.flag ul li a img {
   height: 15px;
   width: 15px;
}

@media only screen and (max-width: 768px) {
   .holdingText h1 {
      font-size: 30px;
   }

   .holdingText h2 {
      font-size: 14px;
   }

   .holdingText h3 {
      font-size: 24px;
   }

   .logo {
      width: 100%;
   }
}