@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); */

/* ------------------------- */

/* BASIC SETUP */

/* ------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ------------------------- */

/* FIRST HEADER SESSION */

/* ------------------------- */

/* ------------------------- */

/* SECOND HEADER SESSION (NAV) */

/* ------------------------- */

/* ------------------------- */

/* LAST HEADER SESSION(HERO BOX) */

/* ------------------------- */

.hero__box {
    background-image: linear-gradient(rgba(0, 0, 0, 0.498), rgba(0, 0, 0, 0.498)), url(img/header.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    position: relative;
}

.hero__box h2 {
    font-size: 100%;
    line-height: 25px;
    margin-bottom: 50px;
}

.hero__box h1 {
    font-size: 200%;
    padding-top: auto;
    margin: 0 0 20px 0;
    font-weight: lighter;
}

.hero__box .hero__textbox {
    /* width: 60%;
      margin-left: 5%;
      padding-top: 100px; */
    /* height: 450px; */
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.hero__box .hero__textbox .hero__textbox-img {
    display: inline-block;
    margin: 0 8% 15px 0;
}

.hero__box .hero__textbox .hero__textbox-img img {
    height: auto;
    width: 50px;
    margin-left: 20px;
}

.hero__box .hero__textbox .hero__textbox-img .fi-invert {
    filter: invert(100%);
}

.hero__box .hero__textbox .hero__textbox-img p {
    font-size: 60%;
}

.hero__textbox-login {
    margin-top: 40px;
    padding-left: 30px;
}

.hero__textbox-login1 {
    display: inline-block;
    background: linear-gradient(to right, #fda506 0%, #fcb816 100%);
    border: 2px solid transparent;
    color: white;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

/* ------------------------- */

/* SECTION ASSETS */

/* ------------------------- */

section {
    padding: 80px 0;
}

.section__assets {
    /* background-color: #f7f7f7; */
}

.section__assets p {
    text-align: center;
    font-weight: bold;
    margin: 20px;
    color: rgb(30, 14, 58);
}

.section__assets-data {
    display: flex;
    justify-content: space-around;
}

.section__assets-info {
    background-color: #fff;
    /* border: 1px solid black; */
    border-radius: 5px;
    /* box-shadow: 0 5px 5px rgb(172, 172, 172); */
    box-shadow: 0 5px 5px rgba(30, 14, 58, 0.582);
    padding: 35px 35px;
}

.section__assets-info h1 {
    text-align: center;
    border-bottom: 1px solid rgb(158, 156, 156);
    margin-bottom: 20px;
    padding-bottom: 25px;
    color: #fcb816;
    /* text-transform: uppercase; */
    /* font-weight: lighter; */
    font-weight: bold;
}

.section__assets-info h4 {
    text-align: center;
    text-transform: uppercase;
}

/* ------------------------- */

/* SECTION GOLD */

/* ------------------------- */

/* .section__gold h3 {
  text-align: center;
  text-transform: uppercase;
}
.section__gold-data {
  display: flex;
  justify-content: space-around;
}
.section__gold-Text {
  padding-left: 40px;
  flex-basis: 100%;
  align-self: center;
  
  line-height: 140%;
}

.section__gold-Text p {
  box-shadow: 0 5px 5px rgb(172, 172, 172);
  padding: 10px 20px ;
}


.section__gold-Img {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.498),rgba(0, 0, 0, 0.498)), url(Resources/img/emiratesgold.jpg); */

/* height: 500px; */

/* flex-basis: 100%;
  
   

   display: flex;
   justify-content: center;
}

.section__gold-Img img {
  height: 450px;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgb(172, 172, 172);
  width: 90%;

 
} */

/* ------------------------- */

/* SECTION INVESTOR'S ID */

/* ------------------------- */

.section__investors {
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
}

.investor {
    margin-left: 5%;
    max-width: 100%;
}

.investors_data {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    justify-self: flex-end;
}

.investors_data1 {
    display: flex;
    max-width: 400px;
    box-shadow: 0 2px 2px rgb(172, 172, 172);
}

.investor_img1 {
    flex: 0 0 30%;
}

.investor_img1 img {
    width: 100%;
    display: block;
}

.investors_details {
    flex: 1;
}

.investors_details h2 {
    font-size: 100%;
    margin-top: 10px;
    margin-left: 15px;
}

.investors_details p {
    font-size: 60%;
    margin-left: 15px;
}

.investors_details .sec {
    font-size: 120%;
    color: #fcb816;
    font-weight: lighter;
}

.investors_details .sec span {
    font-size: 70%;
    color: rgba(252, 184, 22, .5);
}

.investors_icon {
    border-left: 1px solid rgb(158, 156, 156);
    flex-basis: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.investors_icon ion-icon {
    color: rgba(252, 184, 22, .8);
    font-size: 170%;
    margin-top: 100%;
    border: 1px solid #fcb816;
}

.investors_info {
    flex-basis: 50%;
    margin-left: 5%;
    margin-right: 5%;
    justify-self: flex-end;
}

.investors_info-1 {
    line-height: 150%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 200;
    letter-spacing: -1px;
    margin-top: 40px;
    font-size: 112%;
}

.investors_info-1 .text_bold {
    font-weight: 150;
    font-size: 80%;
    color: #fcb816;
}

.investors_info-1 .gold_bold {
    font-weight: bold;
    font-size: 90%;
}

.investors_info-1 h2 {
    color: #fcb816;
    font-weight: 200;
}

.investors_info-btn {
    margin-top: 20px;
}

.investors_info-1 a:link,
.investors_info-1 a:visited {
    display: inline-block;
    border: 1px solid rgb(30, 14, 58);
    padding: 10px 25px 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    justify-self: center;
}

.investors_info-1 a:hover,
.investors_info-1 a:active {
    border: 1px solid #fcb816;
    color: #fcb816;
}

/* ------------------------- */

/* SECTION TOP MARKET */

/* ------------------------- */

.section_topMarket-list {
    display: flex;
    justify-content: space-around;
}

.topMarket_list {
    flex: 0 1 25%;
    /* border: 1px solid red; */
    background-color: rgb(255, 253, 253);
    border-radius: 10px;
    box-shadow: 0 2px 2px rgb(172, 172, 172);
}

hr {
    color: rgb(116, 115, 115);
    margin: 10px 0;
    border-radius: 5px;
}

.topMarket_list p {
    /* padding-top: 20px;
    padding-left: 10px; */
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
}

.topMarket_list h2 {
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 8px;
    text-align: center;
    box-shadow: 0 2px 2px rgb(172, 172, 172);
    /* color: #fcb816; */
    /* background-color: #fbfbfb; */
}

.topMarket_list p {
    font-size: 90%;
    line-height: 120%;
    word-spacing: 1px;
}

.topMarket_list .topMarket_list-video {
    flex: 0 0 30%;
}

.topMarket_list .topMarket_list-video video {
    margin-top: 20px;
    width: 100%;
}

.topMarket_list-link {
    margin-top: 20px;
    margin-bottom: 10px;
}

.topMarket_list-link a {
    color: #fcb816;
    text-decoration: none;
    margin-left: 5%;
}

.topMarket_list-link a ion-icon {
    line-height: 120%;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}