body {
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
}
#bG{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  filter: blur(4px);
  opacity: 0.9;
}
@font-face {
  font-family: "BankGothic";
  src: url('../bank-gothic-medium/BankGothicMedium.otf');
}
.main {
  width: 100%;
  position: relative;
}

/*Main Body*/
.main-body {
  display: flex;
  background: #00000047;
  width: 74%;
  position: relative;
  padding: 1vw;
  margin: 2% auto;
  border-radius: 15px;
}

.main-body video {
  width:100vw;
  height: auto;
  opacity: 1;
  /* margin-top: 50px; */
  box-shadow: 1px 2px 8px 1px black;
}
.main-body img {
  width: 300px;
  height: 168px;
  position: absolute;
  left: 5%;
  top: 5%;
}
.main-body #logo {
  width: 1000px;
  height: 554px;
  margin-top: 10px;
  position: absolute;
  opacity: 1;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.Main-Details {
  margin-top: 10px;
  width: 100%;
  position: relative;
}
.Main-Details .realEstate {
  /* width: 100%; */
  width: 98%;
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
  background: #0000003b;
	margin: 0 1%;
  border-radius: 22px;
  box-shadow: 1px 1px black;
}
.Main-Details .realEstate img {
  width: 90%;
  height: auto;
  border-radius: 5px;
  position: relative;
  left: 5%;
  top: 10px;
  box-shadow: 1px 2px 8px 1px black;
}
.sideRightRealEstate{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.Main-Details .realEstate h3 {
  width: 100%;
  text-align: center;
  font-size: 2vw;
  font-family: "Cairo";
  font-weight: 700;
  margin: 3px;
  color: #f4bc3c;
}
.Main-Details .realEstate p {
  width: 95%;
  right: 2.5%;
  text-align: start;
  font-size: 1.6vw;
  font-family: "Cairo";
  font-weight: 500;
  margin: 3px;
  color: white;
}
.Main-Details .Oil {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 30px;
}
.Main-Details .Oil img {
  width: 80%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.Main-Details .Oil h3 {
  width: 100%;
  color: white;
  font-size: 2vw;
  font-family: "Cairo";
  font-weight: 700;
  z-index: 1;
  text-align: center;
}
.Main-Details .Oil p {
  width: 80%;
  text-align: center;
  color: white;
  font-size: 1.6vw;
  font-family: "Cairo";
  font-weight: 500;
  z-index: 1;
  margin-top: 10px;
}
.oilDetails{
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: -7%;
}
.oilDetails::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #202020;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 40px;
  box-shadow: 1px 2px 6px 1px black;
}
.Trading{
   width: 90%;
   margin-top: 30px;
   /* background-color: #4c4c4c; */
   background-color: 2d2d2d;
   border-radius: 20px;
   display: grid;
   grid-template-columns: 50% 50%;
   grid-template-rows: 1fr;
   margin: auto;
   margin-top: 30px;
}
.firstTrading{
  width: 100%;
  position: relative;
}
.firstTrading img{
  width: 100%;
  height: auto;
}
.firstTrading h3{
  width: fit-content;
  position: absolute;
  top: 30px;
  left: 50%;
  transform:translateX(-50%);
  padding: 10px;
  font-family: 'cairo';
  font-size: 1.9vw;
  color: white;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
.firstTrading h3::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #202020;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
  border-radius: 30px;
}
.secoundTrading{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.secoundTrading p{
  width: 95%;
  padding-left: 3%;
  color: white;
  font-family: 'Cairo';
  font-size: 1.5vw;
}
.learnmore{
  color: #caa75d;
  font-size: 1.6vw;
}
.learnmore:hover{
  cursor: pointer;
  text-decoration: underline;
}
#firstDiv{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imageDiv{
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imageDiv img{
  width: 8vw;
  height: auto;
  margin: 10px;
}
.alwabeelLogo{
  width: 18vw !important;
}
#firstDiv p{
  width: 90%;
  font-size: 1.4vw;
  font-family: 'Cairo';
  color: white;
  text-align: center;
}
#firstDiv p span{
  color: #caa75d;
  font-weight: bold;
}
.main-body img{
  width: 6vw;
  height: 6vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}
.main-body img{
  width: 6vw;
  height: 6vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}

#finishing_img
{
  left: -2%;
}

/*Max-Tab*/
@media (max-width: 1600px) {
  .main-body video {
    width:100vw;
    height: auto;
    opacity: 1;
    /* margin-top: 40px; */
  }
  .Main-Details .Oil img {
    width: 90%;
  }
}
@media (max-width: 1199.99px) {
  #home {
    border-bottom: 1px solid rgb(180, 178, 178);
  }
  #real-estate {
    border-bottom: 1px solid rgb(180, 178, 178);
  }
  #oil-gaz {
    border-bottom: 1px solid rgb(180, 178, 178);
  }
  #tarding {
    border-bottom: 1px solid rgb(180, 178, 178);
  }
  #contact-us {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  .main-body video {
    width:100vw;
    height: auto;
    opacity: 1;
    /* margin-top: 40px; */
  }

  .Main-Details .Oil img {
    width: 85%;
  }
}
@media (max-width: 999.99px) {

  #home {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #real-estate {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #oil-gaz {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #tarding {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #contact-us {
    border-bottom: 1px solid rgb(180, 178, 178);
  }
  .main-body video {
    width:100vw;
    height: auto;
    opacity: 1;
    /* margin-top: 40px; */
  }
  .Main-Details .Oil img {
    width: 90%;
  }
}
@media (max-width : 759.99px){
  .Trading{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    background-color: transparent;
  }
  .firstTrading{
    direction: rtl;
  }
  .firstTrading img{
    width: 60%;
    height: auto;
    right: 0;
  }
  .firstTrading h3{
    left: 70%; 
  }
  .secoundTrading{
    order: 1;
    margin-top: -20%;
    background-color: #4c4c4c;
    border-radius: 10px;
    align-items: end;
  }
}
@media (max-width: 699.99px) {

  #home {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #real-estate {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #oil-gaz {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #tarding {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #contact-us {
    border-bottom: 1px solid rgb(180, 178, 178);
  }
  .main-body video {
    width:100vw;
    height: auto;
    opacity: 1;
    /* margin-top: 35px; */
  }


  .Main-Details .Oil img {
    width: 90%;
  }
  .oilDetails{
    width: 85%;
    margin-top: -10%;
  }
}
@media (max-width : 500px){
  .oilDetails{
    margin-top: -8%;
  }
  .oilDetails::after{
   border-radius: 20px;
  }
  .firstTrading h3 {
    top: 10px;
    padding: 5px;
  }
}
@media (max-width: 374.99px) {
  #home {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #real-estate {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #oil-gaz {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #tarding {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  #contact-us {
    border-bottom: 1px solid rgb(180, 178, 178);
  }

  .main-body video {
    width:100vw;
    height: auto;
    opacity: 1;
    /* margin-top: 35px; */
  }
  .Main-Details .Oil img {
    width: 90%;
  }

  /* .Main-Details .Oil::after {
    content: "";
    width: 80%;
    height: 160px;
    background-color: #ba8f40;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: -60%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 1px 2px 6px 1px black;
  } */

  .Main-Details .Oil h3 {
    font-size: 16px;
  }
}
