*{
    margin: 0ox;
    padding: 0px;
    box-sizing: border-box;
}
body{
    /* width: 100%; */
    background-color: black !important;
    /* height: 100vh; */
}
/* navbar  */
.backgr{
    background-color: black !important;
}
.fon{
    color: white !important;
}
.brand{
    color: white;
}
.butt{
    color: white !important;
}
.butt:hover{
    background-color: white !important;
    color: black!important;
}
.but{
    color: white !important;
    background-color: rgb(119, 30, 119) !important;
    /* font-weight: bold !important; */
}
.co{
    color: white;
}
.siz img{
    width: 100%;
    height: 6vh;
}
.menupok{
    width: 80% !important;
    height: 11vh;
    /* background-color: black !important; */
}
.menurap{
    width: 10% !important;
    /* height: 15vh; */
    display: grid;
    grid-template-columns: auto auto;
}
.boxa {
    color: white;
}
.size img{
    width: 80%;
    height: 6vh;
    /* text-decoration: none; */
    background-color: white;
}
.head{
    width: 95%;
    height: 10vh;
    margin: auto;
    /* border: 2px solid white; */
}
.head h3{
    padding-left: 15px;
    color: white;
}
.text{ 
    width: 32%;
}
.text1{ 
    width: 40%;
    font-weight: bold;
    padding-right: 150px;
}
.text2{ 
    width: 20%;
    font-weight: bold;
}
.text3{ 
    width: 32%;
    font-weight: bold;
}
.text5{ 
    width: 25%;
    font-weight: bold;
}

/* Highlights | DP World ILT20 S2 */
.boxLF{
    width: 100%;
    height: 38vh;
}
.boxrapLF{
    width: 96%;
    height: 37vh; 
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 5px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.containerLF {
    position: relative;
    width: 87%;
    height: 36vh;
    max-width: 350px;
  }
  /* Make the image to responsive */
.imageLF {
    display: block;
    width: 97%;
    height: 22vh;
    margin:5px;
    border-radius: 10px;
} 
  
  /* The overlay effect - lays on top of the container and over the image */
  .overlayLF {
    position: absolute;
    bottom: 0;
    background:  white;
    background: rgb(247, 242, 242); /* Black see-through */
    color: white;
    width: 100%;
    /* height: 5vh; */
    transition: .4s ease;
    opacity:0;
    color: black;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
   
    /* background: transparent; */
    /* border: 2px solid red; */
    /* background-color: rgba(0,0,0,0.5); */
    /* border-radius: 10px; */
  }
  
  /* When you mouse over the container, fade in the overlay title */
  .containerLF:hover .overlayLF {
    opacity: 1;
    /*  */
  }
.containerLF:hover{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* width: 100%; */
    /* border: 2px solid black; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px;
    background-color: white;
    /* box-shadow: 2px 2px 5px white; */
} 
.back{
    background: transparent !important;
}

/*Watch In Your Language*/
.bo{
    width: 50%;
    height: 55vh;
    /* margin: auto; */
}
.boxra{
    width: 90%;
    height: 40vh; 
    margin: auto ;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 25px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.containeLF {
    position: relative;
    width: 98%;
    height: 39vh;
    max-width: 350px;
  }
  /* Make the image to responsive */
.imagLF {
    display: block;
    width: 97%;
    height: 28vh;
    margin:4.5px;
    border-radius: 10px;
} 
  
  /* The overlay effect - lays on top of the container and over the image */
  .overlLF {
    position: absolute;
    bottom: 0;
    background:  white;
    background: rgb(247, 242, 242); /* Black see-through */
    color: white;
    width: 100%;
    /* height: 5vh; */
    transition: .4s ease;
    opacity:0;
    color: black;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
   
    /* background: transparent; */
    /* border: 2px solid red; */
    /* background-color: rgba(0,0,0,0.5); */
    /* border-radius: 10px; */
  }
  
  /* When you mouse over the container, fade in the overlay title */
  .containeLF:hover .overlLF {
    opacity: 1;
    /*  */
  }
.containeLF:hover{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* width: 100%; */
    /* border: 2px solid black; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px;
    background-color: white;
    /* box-shadow: 2px 2px 5px white; */
} 
.back{
    background: transparent !important;
}



/* Social media */
.social{
    width: 100%;
    height: 12vh;
    /* background-color: brown; */
}
.socialrap{
    width: 95%;
    height: 10vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.708);
    /* background-color: blue; */
}
.con{
    /* float: right; */
    font-size: 25px; 
    /* border: 2px solid rgb(17, 17, 17); */
}
/* #co1{
    margin-top: 25px;
} */
#cos {
    /* margin-top: 25px; */
    font-size: 25px;
}
.con a:hover{
    color: gold;
}
/* #co2 {
    margin-top: 25px;
} */
.con p{
    color: white;
    /* margin-top: 10px; */
    /* border-bottom: 2px solid white; */
}
.con{
    
   list-style: none;

}
.con{
    color: white;
    /* list-style: none; */
    padding-left: 15px;
    padding-right: 15px;
 
 }
 .con a{
    color: white;
    list-style: none;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
 }
 /* .con:hover{
    border-bottom: 2px solid white;   
    border-radius: 10px;
 } */
/* footer */
.footer{
    width:100%;
    height: 78vh;
    /* border: 2px solid white; */
    /* margin: auto; */
    background-color:rgb(0, 0, 0) ; 
}
.footerrap{
    width: 95%;
    height: 78vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 8px;
}
.foothead ul a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}
.foothead ul a:hover{
    color: gold;
}
.foothead h6{
    color: rgba(255, 255, 255, 0.7);
}
.foothead ul li{
    list-style: none;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 6px;
    padding-top: 6px;
}
/* Under line */
.under{
    width: 100%;
    height: 5vh;
    /* background-color:rgb(27, 27, 41) ; */
   
}
.underrap{
    width: 95%;
    padding-top: 3px;
    border-top: 2px solid rgba(255, 255, 255, 0.708);
    color: white;
    margin: auto;
}
.underrap:hover{
  border-top: 2px solid white;
}