@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --font-body: "Roboto", sans-serif;
  --font-heading: "Bebas Neue", sans-serif;
  --site-color: #19a0de;
  --site-color1: #ec1c24;
  --site-color2:#192f5f;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  overflow-x: hidden;
  background: #fff;
  color: #000;
}

.padt30 {
  padding-top: 30px;
}

.padt40 {
  padding-top: 40px;
}

.padt50 {
  padding-top: 50px;
}

.padt60 {
  padding-top: 60px;
}

.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb50 {
  padding-bottom: 50px;
}



.site-color {
  color: var(--site-color);
}

.site-color1 {
  color: var(--site-color1);
}


.padtb40 {
  padding-bottom: 40px;
}

.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.marb50 {
  margin-bottom: 50px;
}

.mart50 {
  margin-top: 50px !important;
}

.mart30 {
  margin-top: 30px !important;
}

.mart20 {
  margin-top: 20px !important;
}

.mart10 {
  margin-top: 10px !important;
}

.mart90 {
  margin-top: 90px;
}

.mart30 {
  margin-top: 30px;
}

.container {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}


.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.jsb {
  justify-content: space-between;
}

.text-left {
  text-align: left;
}

img {
  max-width: 100%;
}

/* section 1 */

.overlay::before {
  content: '';
  opacity: 0.6;
  background: #000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}



.text-center {
  text-align: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}



.two-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0 5%;
}



.arrow-list {
  margin-top: 30px;
}

.arrow-list li {
  display: flex;
  background: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 19px 40px 19px;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
}

.arrow-list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  width: 4px;
  border-radius: 3px;
  background-color: var(--site-color);
}

.arrow-list li span {
  color: var(--red-color);
  font-size: 32px;
}

.arrow-list li p {
  margin: 0;
  width: 95%;
}




b,
strong {
  font-weight: 700;
}


.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}

.chartone {
  width: 100%;
  margin-bottom: 30px;
}



footer {
  background: var(--site-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 25px;
}

.z-index {
  z-index: 1;
}

ul {
  padding: 0;
  margin: 0;
}


.mobile {
  display: none;
}


.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}


.ul-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 35px;
}

.ul-points li {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  list-style: none;
  color: #000;
}

.ul-points li img {
  max-width: 100px;
}

.ul-points li h4 {
  margin-top: 0;
}


.paid-advert {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.paid-advert span {
  background: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
  color: #000;
}


.tile-bg span {
  background: var(--site-color);
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  font-family: var(--font-heading);
}






.two-col .img {
  height: 100%;
}

.two-col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner-text-box a {
  color: #fff;
}


.relative {
  position: relative;
}


.note {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}



.text-white {
  color: #fff;
}

.ul-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  gap: 30px;
}

.ul-list li {
  list-style: none;
  background: #fff;
  color: #000;
  padding: 15px;
}





.site-title {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--font-heading);
  font-weight: normal;
  margin: 0 0 20px 0;
  letter-spacing: 0.6px;

}

.sub-title {
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  font-weight: normal;
  font-family: var(--font-heading);
  letter-spacing: 0.6px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}




.text-dark {
  color: #000;
}

/* new css */
.banner-top video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.top-logo-symbol {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  z-index:1;
}



.symbol span {
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
  display: inline-block;
  background: var(--site-color);
  border-radius: 5px;
}


.mid-text-banner {
  background: rgb(232, 29, 37,0.6);
  padding: 40px 20px 20px 20px;
  border-radius: 70px 70px 0 0;
  max-width: 900px;
  margin: 0 auto;
}

.banner-top .site-title {
  font-size: 54px;
  line-height: 56px;
  font-weight: normal;
  margin: 0;
}

.banner-top {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: flex-end;
  background: #000;
  background-size: cover;
  overflow: hidden;
}

.text-box {
  background: var(--site-color2);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 -10px 0 #3457a4;
  border: 1px solid #fff;
}

.text-box .site-title, .text-box .sub-title{
  margin:0;
}

.gen-img img {
  border-radius: 50px 0;
}





.market-block-bg {
  background: url(../images/Hero-image-1.webp) no-repeat center top;
  background-size: cover;
}


.market-block-bg:before{
  background-color: transparent;
  background-image: linear-gradient(90deg, #02142A 40%, #F2295B00 65%);
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  content:'';
  width:100%;
  height:100%;
  left:0;
  top:0;
  bottom:0;
  right:0;
}

.blue-transparent {
  color: #fff;
  max-width: 600px;
}


.quote-bg {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 35px #e6e6e6;
  border: 1px solid #192f5f;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(25, 47, 95);
  border-top: 8px solid #192f5f;
  background: var(--site-color2);
  color: #fff;
}

.quote-name {
  border-top: 1px solid #43598a;
  padding-top: 20px;
  font-weight: 700;
}

.quote-icon {
  font-size: 200px;
  line-height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  right: 0;
  color: #fff;
}

.quote-name a{color:#fff;}
.quote-content {
  padding-top: 60px;
}


.reasons-block {
  background: #F8F8F8;
}



.reason-list li {
  list-style: none;
  text-align: left;

  margin-bottom: 20px;

  position: relative;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 2px;
  color: #000;

}

.rl-bl {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.reason-list li:last-child {
  margin-bottom: 0;
}



.reason-list li .r-content {
  width: 94%;
}

.r-icon>div {
  font-size: 44px;
  font-weight: 700;
  color: var(--site-color);
  text-align: center;
}

.about-us-section {
  background:url(../images/vision-rectangle.png) no-repeat right bottom var(--site-color2);
  color: #fff;
}
.about-us-section .tile-bg span {
  background: #000;
}


.d-mobile{display: none;}

.light-bg{
  background:#f7f7f7;
}

.gen-img img {
  width: 100%;
}



.hippo-border {
  border: 2px solid var(--site-color1);
  padding: 20px;
  border-radius: 30px;
  background: #fff9f9;
}


.button-block a {
  background: linear-gradient(to bottom, var(--site-color1) 0%, var(--site-color1) 41%, var(--site-color2) 100%);
  font-family: var(--font-heading);
  color: #fff;
  padding: 8px 20px;
  font-size: 24px;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
}

.blur-bg{background:var(--site-color1); color:#fff;}
.blur-bg .tile-bg span{background:#000;}

.hippo-border.mt iframe{margin-top:0;}

.hippo-border.mt {
  display: inline-block;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.chart.one.full .tradingview-widget-container{width:100%; height:450px;}
.chart.one.full {
  width: 100%;
}
.chart.one.full .tradingview-widget-container > div {
  width: 100%;
  height: 100%;
}