@font-face {
    font-family: 'Sen';
    src: url('../fonts/Sen-Bold.eot');
    src: url('../fonts/Sen-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sen-Bold.woff2') format('woff2'),
        url('../fonts/Sen-Bold.woff') format('woff'),
        url('../fonts/Sen-Bold.ttf') format('truetype'),
        url('../fonts/Sen-Bold.svg#Sen-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('../fonts/Sen-Regular.eot');
    src: url('../fonts/Sen-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sen-Regular.woff2') format('woff2'),
        url('../fonts/Sen-Regular.woff') format('woff'),
        url('../fonts/Sen-Regular.ttf') format('truetype'),
        url('../fonts/Sen-Regular.svg#Sen-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Bebas Neue Pro Exp Eb';
    src: url('../fonts/BebasNeuePro-ExpEb.eot');
    src: url('../fonts/BebasNeuePro-ExpEb.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeuePro-ExpEb.woff2') format('woff2'),
        url('../fonts/BebasNeuePro-ExpEb.woff') format('woff'),
        url('../fonts/BebasNeuePro-ExpEb.ttf') format('truetype'),
        url('../fonts/BebasNeuePro-ExpEb.svg#BebasNeuePro-ExpEb') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}






body {
  font-family: 'Sen';
  background-color: #fff;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  color: #3d3d3d;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Bebas Neue Pro Exp Eb';
  }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

 
		  
		  
		  
		  
		  
/* Navbar */		  

nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #3E8DA8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #3E8DA8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  padding-inline-start: 0px;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #3E8DA8;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

.logo{
    width: 250px;
}
.logo-name{
    width: 250px;
}


#hero-ncdex{
	background-image: url(../img/hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:0px 0px 100px 0px;
}
.hero-box p{
	font-size: 28px;
}
.hero-box h1{
	color: #3d3d3d;
	font-size:48px;
}
.hero-box h1 span{
	color: #9b7f5d;
	font-size:48px;
}

#how-to-participate{
	padding:100px 0px;
}
#how-to-participate img{
	border-radius: 0px 135px 0px 135px;
}
#how-to-participate p{
	font-size:22px;
}
#how-to-participate h3{
	color: #9b7f5d;
	font-size:42px;
}
#commodity-derivatives-options-top{
	margin-bottom: -140px;
}
#commodity-derivatives-options-top img{
	margin:auto;
	display:block;
}
#commodity-derivatives-options{
	background-image: url(../img/commodity-derivatives-options-bg.png);
      background-position: center center; /* Center horizontally and vertically */
  background-size: cover; /* Cover the entire container */
  background-repeat: no-repeat; /* Do not repeat the image */
  width: 100%; /* Full width */
  height:1070px;
	padding:50px 0px;
}

.commodity-box{
	text-align:center;
	padding-top:200px;
	color:#fff;
}
.commodity-box p{
	color:#fff;
	font-size:25px;
	line-height: normal;
	margin-bottom: 0px;
}
.commodity-box h2{
	color:#fff;
	font-size:52px;
}
.ncdex-img-box img{
	width:100px;
	margin:auto;
	display:block;
}
.ncdex-icon-box{
	padding: 55px 10px 0px 10px;
    border: 2px solid #fff;
    margin: -45px 50px 0 50px;
	border-radius: 20px;
}
.ncdex-icon-box p{
	color:#fff;
	font-size:18px;
	text-align:center;
}
.ncdex-commodity-box{
	padding:15px 0px;
}
#investors-say{
	padding:50px 0px;
}
.investors-say-box h2{
	color:#375a84;
	font-size:52px;
	margin-bottom: 0px;
}
.investors-say-box p{
	color:#3d3d3d;
	font-size:32px;
}

.investors-img-box{
	margin-bottom: -72px;
}
.investors-text-box{
	border:2px solid #375a84;
	text-align: center;
	border-radius: 40px
}
.investors-img-box img{
	margin:auto;
	display:block !important;
	width:162px !important;
}
.investors-text-box-p{
	font-size:18px;
	padding-top: 80px;
	  /*  height: 236px; */
}

.investors-text-box-blue{
	background:#375a84;
	padding: 10px 0px;
	border-radius: 0px 0px 34px 34px;
}
.investors-text-box-blue h5 {
	color:#fff;
}
.company {
    font-size: 16px;
	margin-bottom: 0px;
	color:#fff;
}

#cta{
	background: #375a84;
	padding:50px 0px;
}
#cta p{
	color:#fff;
	font-size:18px;
	margin-bottom: 0px;
}
#cta h3{
	color:#fff;
	margin-bottom: 20px;
}
#cta a{
	color: #375a84;
    background: #fff;
    padding: 8px 22px;
    font-size: 26px;
	font-weight:bold;
    border-radius: 8px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#cta a:hover{
	color: #3d3d3d;
    background: #fff;
    padding: 8px 22px;
    font-size: 26px;
    border-radius: 8px;
}
.modal-img{
	    margin: auto;
    display: block;
    width: 200px;
    margin-top: -82px;
}
.video-cta{
	color: #fff;
    background: #9b7f5d;
    outline: none;
    border: none;
    padding: 8px 20px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: bold;
}

.modal-body h3{
	color:#375a84;
}
.modal-body p{
	font-size:18px;
	margin-bottom:0px;
}
.p1{
	font-size:42px;
	margin-bottom: 0px;
	line-height: 42px;
}
.ncdex-h{
	font-size:42px;
	color: #375a84;
	line-height: 42px;
}
.txt-start{
	font-size:18px;
}
#get-started{
	padding-bottom:50px;
}
#video{
	margin-bottom: -250px;
}
#video p{
	font-size:21px;
	color:#fff;
	text-align:center;
}
#video-bg{
	height:300px;
	background:#9b7f5d;
}

.ncdex-investors-box{
	padding:0px 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
	#hero-ncdex img{
	padding:0px 0px 30px 0px;
	}
	#hero-ncdex1 img{
	padding:0px 0px 30px 0px;
	}
	.hero-box h1{
	color: #3d3d3d;
	font-size:48px;
	}
	.hero-box h1 span{
		color: #9b7f5d;
		font-size:48px;
		
	}
	#how-to-participate img{
	padding-bottom: 30px;
	}
	#commodity-derivatives-options-top {
    margin-bottom: -260px;
	}
	#commodity-derivatives-options {
		background-image: url(../img/commodity-derivatives-options-bg.png);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 2125px;
		padding: 160px 0px;
	}
	.hero-box{
	background: #ffffffb0;
    padding: 20px;
	}
	.investors-text-box-p {
    font-size: 14px;
    padding-top: 80px;
    height: 300px;
	}
}
@media (min-width: 480px) and (max-width: 660px) {
		#hero-ncdex img{
	padding:0px 0px 30px 0px;
	}
	#hero-ncdex1 img{
	padding:0px 0px 30px 0px;
	}
		.hero-box h1{
	color: #3d3d3d;
	font-size:48px;
	}
	.hero-box h1 span{
		color: #9b7f5d;
		font-size:48px;
	}
		#how-to-participate img{
	padding-bottom: 30px;
	}
		#commodity-derivatives-options-top {
    margin-bottom: -260px;
	}
	#commodity-derivatives-options {
		background-image: url(../img/commodity-derivatives-options-bg.png);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 2000px;
		padding: 160px 0px;
	}
		.hero-box{
	background: #ffffffb0;
    padding: 20px;
	}
		.investors-text-box-p {
    font-size: 14px;
    padding-top: 80px;
    height: 300px;
	}
}
@media (min-width: 660px) and (max-width: 768px) {
		#hero-ncdex img{
	padding:0px 0px 30px 0px;
	}
	#hero-ncdex1 img{
	padding:0px 0px 30px 0px;
	}
		.hero-box h1{
	color: #3d3d3d;
	font-size:48px;
	}
	.hero-box h1 span{
		color: #9b7f5d;
		font-size:48px;
	}
		#how-to-participate img{
	padding-bottom: 30px;
	}
		#commodity-derivatives-options-top {
    margin-bottom: -260px;
	}
	#commodity-derivatives-options {
		background-image: url(../img/commodity-derivatives-options-bg.png);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 2000px;
		padding: 160px 0px;
	}
		.hero-box{
	background: #ffffffb0;
    padding: 20px;
	}
		.investors-text-box-p {
    font-size: 14px;
    padding-top: 80px;
    height: 300px;
	}
}


@media (min-width: 768px) and (max-width: 1920px) {
	#commodity-derivatives-options-top {
    margin-bottom: -92px;
	}
}

@media only screen and (min-width: 1920px) {
	#commodity-derivatives-options-top {
    margin-bottom: -92px;
}
}