*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
}
*::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Regular.ttf') format('truetype');     
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Lato-Bold.ttf') format('truetype');     
}
@font-face {
  font-family: 'LatoItalic';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Lato-Italic.ttf') format('truetype');     
}
@font-face {
  font-family: 'Latolight';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Light.ttf') format('truetype');  
}
@font-face {
  font-family: 'Latoblack';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Black.ttf') format('truetype'); 
}
body {
  box-sizing: border-box;
  font-family: 'Lato';
  overflow-x: hidden;
  color: #5d5a59;
}
h1 {
  font-family: 'Latoblack' ;
  font-size: 36px;
  font-weight: 600;
  margin: 15px 0 0;
}
h2{
  color:black;
  text-align: left;
}
button {
  cursor: pointer;
}
span {
  line-height: 1.5rem;
}
.page {
  /*   max-width: 1920px; */
  width: 100%;
  margin: 0 auto;
}
/*INDEX HTML*/
header {
  /*   max-width: 1920px; */
  width: 100%;
  position: fixed;
  top: 0;
  height: 80px;
  z-index: 99;
/*   background-color: #0047E9;  */
  opacity: 0.95;
}
.header-sleeve{
  background-color: white;
  height: 80px;
  /*   justify-items: center; */
  align-content: center;
}
.header-logo {
  height: 20px;
  /* background-color: white; */
  margin: auto 20px;
}
.header-logo img{
  padding-top: 2px;
}
.header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white; /* #3e6cd8; */
}

.menu {
  display: none;
}
.burger-buttonsDiv {
  display: none;
}
.burgerheader-sleeve {
  display: none;
}
.header nav {
  padding: 0px 5px;
  align-content: center;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.header li{
  padding: 0 10px;
  color: #0047E9;  /* #5e83a5; */
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Latolight';
}
.header li a{
  font-size: 18px;
}
.header li:last-child{
  padding-right: 0;
}
.header a{
  text-decoration: none;
  color: #0047E9; /* #5e83a5; */
  margin: auto 0 auto 0px;
  /* font-size: 16px; */
}
.header a:hover {
  color: black;
}
.addingprops{
  text-align: center;
}
.header .header-dropmenu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0;
  flex-direction: column;
}
.header-dropmenu li {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}
.header-dropmenu li a {
  width: 100%;
  margin: 0;
  padding: 8px 15px;
  color:#0047E9;
  text-decoration: none;
  white-space: nowrap;
}
.header-dropmenu li:hover, .header-dropmenu li a:hover  {
  background-color: #0047E9;/*  #5e83a5; */
  color: white;
  width: 100%;
}

.header-item {
  position: relative;
}
.header-item:hover .header-dropmenu {
  display: flex;
  flex-direction: column;
  color: #0047E9;
}
.buttonsDiv {
  margin: auto 10px;
  display: flex;
  flex-direction: row;
}

.buttonsDiv button {
  margin: 2px 2px;
  padding: 10px 1px;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  width: 140px;
  border-radius: 4px;
  border: 2px;
  color: #0047E9;
}
.languageDropdown {
  position: relative;
  display: flex;
  width: 35px;
}
.languageButton{
  position: relative;
  background-color: #ffffff;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: 1px solid gray;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0.85;
  margin: 0;
  width: 55px;
}
.language-selectMenu {
  display: none;
  position: absolute;
  top: 100%;
  /* right: calc(100% / 5.25); */
  background-color: #f9f9f9;
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  z-index: 1;
  border-radius: 10px;
}
.language-selectMenu a{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.language-selectMenu a:hover {
  color:white;
  background-color: #0047e97a;/* #0047E9; */
}
.languageDropdown:hover .language-selectMenu,
.language-selectMenu:hover {
  display: block;
}
.flag-icon{
  width: 19.33px;
  height: 14px;
  margin-right: 2px;
}
.flag-icon-us{
  background-image: url('../img/us-flag.svg');
}
.flag-icon-it{
  background-image: url('../img/it-flag.svg');
}
.flag-icon-fr{
  background-image: url('../img/fr-flag.svg');
}
.flag-icon-es{
  background-image: url('../img/es-flag.svg');
}
.flag-icon-tr{
  background-image: url('../img/tr-flag.svg');
}
/*MAIN BODY CSS BELOW */
.section{
  margin-top: 80px;
  height: 470px;
/*   width: 100%; */
  background-repeat: no-repeat;
  background-size: cover;
}
.headSection {
  /* background-color: transparent; */
  position: relative;
  background-color: #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*   height: 100vh; */
  width: 100%;
  text-align: center;
  
}
.sectionHead{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.headSection-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1;
  width: 80%;
  max-width: 1200px;
  /*  overflow: hidden; */
  color: white;
}
#bg-video {
  /*  width: 100%; 
  padding: 70px 0;
  margin: -203px auto auto;
  transform: rotate(180deg); */
  position: absolute; 
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 30vh;
  object-fit: cover ;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.sectionSlogan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
/*   */
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.sectionBubble-Left {
  position: absolute;
  margin-bottom: 250px;
  margin-left: 36px;
  border-radius: 4px;
  display: none;  /*left */
}
.sectionBubble-Left p{
  margin: 10px;
  font-size: 14px;
}
.sectionBubble{
  font-family: 'Lato';
  font-size: 56px;
  color: white;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  z-index: 1;
}


.subHeader{
  left: 50%;
  border-radius: 5px;
  background-color: white;
  color: black;
  font-size: 32px;
  padding: 5px 20px;
}
.sloganWrapper {
  display: inline-block;
  text-align: left;
  position: relative; 
}
/* .sectionBubble:first-child {
  text-align: center;
} */
.secondRow{
  position: relative;
  top: 5px;
  padding-left: 6%; 
  text-align: left;
  white-space: nowrap;
}
.memoFlex{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.memo{
  font-family: 'Lato';
  font-size: 18px;
  color: white;
  text-align: right;
 /*  max-width: 80%; */
  margin: 0;
  padding: 0;
}
.tradeButton {
  color: white;
  font-size: 14px;
  padding: 12px;
  border-radius: 10px;
  z-index: 1;
  background-color: #0047E9;
  width: 150px;
  margin-top: 12px; 
}
.memoFlex a{
  z-index: 1;
  text-decoration: none;
}
.memoFlex a:visited{
  color: white;
}
/*INDEX HTML INTRO */
.introSection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  grid-template-rows: repeat(2, 250px) 10px;
  grid-column-gap: 50px;
  text-align: center;
  margin: 80px auto;
  max-width: 1200px
}
.introSection-text {
  grid-area: 1 / 1 / 3 / 2 ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
.introSection-image {
  grid-area: 1 / 2 / 4 / 3;
  grid-column-gap: 50px;
  background-image: url('../img/introsection-precision.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  max-height: 500px;
  max-width: 600px;
  border-radius: 250px;
}
/* INDEX showcase */ 
.showcaseSection {
  margin: 50px auto 0;
  padding: 50px 0 0;
  background-color: #00091c;
  max-height: 900px;
  height: 100%;
}
.showcaseSection-header{
  text-align: center;
  color: white;
}
.showcaseSection-content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 12px; 
  color: white;
  height: 900px;
}
.showcaseSection-content_Grid{
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr;
  max-height: 700px;
}
.showcaseSection-Grid_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.showcaseSection-Grid_flex span{
  background-color: #939393;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 8px;
/*   margin-bottom: 20px; */
}
.showcaseSection-Grid_flex h3 {
  margin: 5px 0;
}
.showcaseSection-Grid_flex p {
  padding: 5px 8px;
  color: #888D96;
  font-weight: 600;
  text-align: center;
  margin: 5px 0 0;
  color: white;
} 
.showcaseSection-content_centerGrid{
  display: flex;
  justify-self: center;
  background-image: url('../img/main-section2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 408px;
}
.partAssets{
  margin-top: 0;
  padding-top: 30px;
}
.showcaseSection-header p {
  font-size: 18px;
}
/*INDEX TABLE */
.showcaseSection-commodities {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr)); 
  max-width: 1200px;
  border: 1px solid white;
}
.showcaseSection-table {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}
.showcaseSection-table p {
  margin: 0;
  padding: 0;
}
.table-flexItem{
  color: white;
  width: 200px;
  border-bottom: 1px solid #edf0f299;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-flexGroup {
  color: white;
  font-size: 12px;
  width: 200px;
  display: flex;
  align-items: end;
  gap: 5px;
  padding: 16px 0;
}
.table-flexGroup img {
  width: 36px;
  height: 36px;
}
.table-flexGroup p {
  margin: 0;
}
.table-buttonsGroup {
  margin: 48px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.table-button {
  background-color: #FFDE02;
  padding: 12px 24px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 100px;
}
/* INDEX QUOTES */
.quotes {
  margin: 0;
  padding: 10px 0 10px;
  background-color: transparent;
  max-height: 600px;
  height: 100%;
}
.quotes img{
  padding: 0;
  margin: 0;
}
.quotesFlex {
 width: 100%;  
 max-height: 600px;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
 color: white; 
 background-repeat: no-repeat;
}
.quotesImage{
  margin: auto;
  padding: 0;
/*   background-size: cover; */
  background-repeat: no-repeat; 
  object-fit: cover;
  width: 100%; 
  max-height: 600px;
  height: 100%;
}
.quotesFlex-text {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  width: 70%;
  text-align: center;
}
.quotesFlex-phrases {
  position: absolute;
  object-fit: contain;
  pointer-events: none; 
  width: 90%;
}
/* INDEX DIFFERENCES*/
.differences{
  margin: 0;
  padding: 0;
  background-color: white;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.differences h1 {
  text-align: center;
  color: black;
  margin-bottom: 50px;
}
.differences h4{
  text-align: left;
  margin: 8px 0 0;
  color: #0047E9;
}
.differences p {
  padding: 2px 0 0;
  background-color: #0047E9;
  width: 4vw; 
  margin-bottom: 0;
} 
.differencesGrid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 200px);
  grid-template-rows: auto;
  grid-column-gap: 20px;
}
.differencesGrid-item{
  display: flex;
  flex-direction: column;
  text-align: left;
 /*  color: #ffffff; */
  font-family: 'Lato';
  font-size: 16px
}
/*WEBTRADER HTML*/
.webtraderSection-header {
  background-image: url('../img/webtrader.jpg');
}
.webtrader-topImage {
  background-image: url('../img/wt/three-comps-op2.png')  ;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 800px;
  width: 100%;
  height: 400px;
}
.webtrader-content{ 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.webtrader-displays{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  padding-top: 25px;
}
.webtrader-displays h2{
 /*  text-align: center; */
  padding: 0 40px;
}
.webtrader-displays p{
  max-width: 800px;
  padding: 0 40px;
}
.webtrader-infoImages{
  height: 290px;
}
.webtrader-minigrid {
  display: grid;
  grid-template-columns: repeat(4, 200px); /*2 550*/
  grid-template-rows: repeat(2, 100px);    /*4 300 */
  column-gap: 60px;
  row-gap: 10px; 
  max-width: 1000px;
  margin: 75px auto 0;
}
.webtrader-item{
  border: 2px solid black;
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 450px;
  width: 100%;
  cursor: pointer;
}
.webtrader-item a {
  display: block; 
  width: 100%;
  height: 100%;
}
.item1{
  background-image: url('../img/wt-commodities.png');
}
.item2{
  background-image: url('../img/wt-cryptocurrency.png');
}
.item3{
  background-image: url('../img/wt-europeanequities.png');
}
.item4{
  background-image: url('../img/wt-forexexotics.png');
}
.item5{
  background-image: url('../img/wt-forexmajors.png');
}
.item6{
  background-image: url('../img/wt-forexminors.png');
}
.item7{
  background-image: url('../img/wt-majormetals.png');
}
.item8{
  background-image: url('../img/wt-usequities.png');
}
.item9{
  background-image: url('../img/wt-worldindices.png');
}
.webtrader-img{
  margin-top: 40px;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* FOREX HTML*/
.forexSection-header{
  background-image: url('../img/forex1-header.jpg');
}
/* STOCKS */
.stocksSection-header {
  background-image: url('../img/stocks-header.jpg');
}
/*SHARESCFD HTML*/
.sharesSection-header{
  background-image: url('../img/shares-header.jpg');
}
/*COMMODITIESCFD HTML*/
.commoditiesSection-header{
  background-image: url('../img/commodities-header.jpg');
}
/*CRYPTO HTML*/
.cryptoSection-header{
  background-image: url('../img/crypto1-header.jpg');
}


/* GLOSSARY */
.glossaryGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 20px;
}
.glossaryGrid div{
  margin: 2px 1px;
}
.glossaryBookmarks{
  display:flex; 
  justify-content:center; 
  margin-top: 15px; 
  padding-top: 45px;
  color: #0047E9;
  font-size: 18px;
  font-weight: 600;
}
.glossaryToTop{
  position: fixed;
  right: 30px;
  bottom: 50px!important;  
}
.glossaryToTop a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0047E9;
  padding: 10px;
  border-radius: 5px;
}
.glossaryContent{
  max-width: 790px;
  margin: 0 auto;
  height: auto;
  padding: 100px 0;
  
}
.glossaryContent a{ 
  text-decoration: none;
  color:#0047E9;
}
.glossaryContent a:hover{
  color:black;
  text-decoration: underline;
}
.glossarySection{
  background-image: url('../img/glossary.jpg');
}
.letterBookmarks {
  font-size: 20px;
  margin: 10px 15px;
  text-align: center; 
}
.term {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.01);
  border: gray 2px solid;
  color: black;
  padding: 10px;
  margin: 20px 0;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}
.term.active {
  border: 2px solid #0047E9;
  color: #0047E9;
}
.definition {
  display: none;
  padding: 10px;
  background: rgba(0, 70, 233, 0.5);
  color: white;
  margin-bottom: 5px;
  border-radius: 4px;
}
.glossaryContent h2{
  font-weight: bolder;
  font-size: 28px;
  text-align: center;
}

/* LEGAL */
ul li {
  text-decoration: none;
  list-style: none;
  padding: 0;
}
.legalSection{
  background-image: url('../img/legal.jpg');
}
.legalContent {
  /* padding: 100px 20px; */
  height: auto!important;
  padding-right: 10px; 
  padding-left: 10px;
}
.legalContent * {
  text-align: justify;
}
.tab-header{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 80px;
  /* max-width: 1000px; */
}
.tab-header a{
  font-size: 18px;
  text-decoration: none;
  padding: 5px 10px 1px;
  color: black;
  border-bottom: 1px solid gray;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  -ms-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  cursor: pointer;
}
.tab-header a:hover{
  background: rgba(128, 128, 128, 0.2);
}
.content-area {
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.content-area.active {
  display: block;
}

/*ABOUTUS HTML  has multiple use items*/
.aboutusSection-header {
  background-image: url('../img/aboutus.jpg');
}
.aboutUs {
  justify-content: center !important;
  align-items: center;
  
}

.description {
  padding: 10px 40px;
  text-align: justify;
}
.description p {
  padding-bottom: 20px;
  font-size: 18px;
}
.description-content {
  max-width: 1000px;
  margin: auto;
  padding-top: 30px;
  margin-bottom: 30px;
}

/* CONTACTUS */
.contactus-section {
  background-image: url('../img/contactus.jpg');
  padding: 60px 0 90px;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
}
.contactus-section h1 {
  font-size: 32px;
  padding: 5px 20px;
  color:#000000;
  background-color: white;
  position: static;
  margin-bottom: 50px;
}
.contactus-section .sectionBubble{
  margin: 0 auto 50px;
  border-radius: 5px;
}
#form-request {
  width: 100%;
  max-width: 400px;
  margin: auto;
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
input, textarea {
  box-sizing: border-box;
  font-size: 17px;
  color:#939393;
  margin: 5px 0px 16px;
  padding: 8px 12px;
  border: 2px solid #dddddd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}  
textarea {
  height: 110px;
  resize: none!important;
}
.form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.submit-button {
  background-color: gray;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
.submit-button:hover {
  background-color: #124fde;
}
.div-fullname {
  display: flex;
  gap: 10px;
}
.div-fullname input {
  width: 100%;
}
/* TOOLS */
.toolsSection {
  background-image: url('../img/tools.jpg');
  background-position: center;
}
.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 80% auto;
  height: 100vh;
  gap: 20px;

}.toolsDescription {
  height: auto;
  display: grid;
  grid-template-columns: 300px 700px;
  grid-template-rows: 450px;
  gap: 30px;
  justify-content: center;
}
.box1, .box2, .box3 {
  padding: 20px;
/*   box-sizing: border-box; */
}
.box2 {
 /*  grid-row: span 2; */
}
.box3 {
  grid-area: 2 / 1 / 3 / 3;
}
 
/* ECOCALENDAR */
.ecocalendarSection {
  background-image: url(../img/economic-calendar.jpg);
}
.ecocalendar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto!important;
}
.iframe{
  width: 720px; 
  height: 700px;
}
/* FOOTER */
.footer {
  border-top: 2px solid lightgray;
  text-align: justify;
  box-sizing: border-box;
  padding: 0 20px;
  margin:  0 10px;
  padding: 35px 20px 0;
  height: 320px;
}
.footer .content {
  font-size: 10px;
  margin: 30px 0;
}
.footer .legals {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.footer .legals a {
  color: black;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
.footer .legals a, 
.footer .legals p {
  margin: 0;
  padding: 5px 0px;
}
.footer .legals a:hover {
  background-color: rgba(0, 0, 0, 0.1)
}
