* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: GraviticaIcon;
}

@font-face {
  font-family: GraviticaIcon;
  src: url("/ckhans-fonts-gravitica-light-demo.otf");
}

/* ---- reset ---- */

body {
  margin: 0;
  /* font: normal 75% Arial, Helvetica, sans-serif; */
  /* background-color: #ffffff; */

}

.string-x {
  /* border: 1px solid red; */
  width: 100%;
  height: 100vh;
}



canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  /* background-image: linear-gradient(to bottom, #81c4e9 0%, #369fd3 100%); */
  background-color: rgb(250, 252, 255);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.navbar-brand.logo {
  font-size: 30px;
  width: 120px;
  /* height: 120px; */
  /* border: 1px solid red; */
  font-weight: 600;
  font-size: 2.5rem;
  cursor: pointer;
}

.nav-item {

  font-size: 25px;
  margin: 0 10px;

}

.nav-link {

  /* font-size: 30px; */
  margin: 0 10px;
  position: relative;
  font-weight: 300;
  cursor: pointer;
}

/* active nav*/



.nav-link:hover,
.nav-link.active {
  color: #000;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: rgb(249, 109, 48);
  visibility: hidden;
  transition: 0.2s ease-in-out;

}

.nav-link:hover::before,
.nav-link.active::before {
  width: 100%;
  visibility: visible;

}


@media (max-width:540px) {
  .navbar-brand.logo {
    width: 80px;
  }
}





/* end active nav*/




.btn-card {
  padding-top: 10px;
}

.gradient-border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid;
  padding: 7px 20px;
  border-radius: 5px;
  background-color: #1d1d1f;
  /* background-image: linear-gradient(to right, #000000, #000000, #000000); */
  transition: background-image 0.3s ease;
  margin-top: -11px;
}

.gradient-border-button:hover {
  /* background-image: linear-gradient(to right, #f54418, #c73a17, #a12303); */
  background-color: rgb(249, 109, 48);
}


.main-content {
  position: relative;
  text-align: center;
  /* top: 250px; */
  margin-top: 25vh;
  /* left: 25%; */
  width: 100%;
  height: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  display: none;
  /* border: 1px solid #d4d4d4; */
}

.contentV {
  /* margin-bottom: 7.5rem; */
  font-size: 40px;
}

.string-one {
  /* border: 1px solid red; */
  width: 100%;
  height: 10vh;
}



/* line/ */


.horizontalline {
  margin: 0;
  color: gray;
}

/* ADVERTISERS SERVICE CARD */


.container {
  width: 100%;
  height: fit-content;
  align-content: center;


}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #f5f5f5;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}




.advertisers-service-sec {
  background-color: #f2fcfd;
  padding: 100px 20px;

}

.advertisers-service-sec span {
  /* color: rgb(255, 23, 131); */
  color: rgb(249, 109, 48);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;

}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  /* background: linear-gradient(#0dcaf0, rgb(255, 23, 131)); */
  background: rgb(249, 109, 48);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

.highlight-text {
  font-weight: 600;
  font-size: 3rem;
  color: rgb(249, 109, 48);
}



/* ADVERTISERS SERVICE CARD ENDED */









/* //banner//  */


/* .chartV {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vh;
  background-color: rgb(0, 0, 0);
  margin: 0;
} */

.chartV {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #000;
  margin: 0;
  padding: 1rem; /* Added padding for mobile spacing */
}

/* .banner {
  padding: 6em 0 8em 0;
  text-align: center;
  width: 100%;
  background: #000;
  color: white; }
  */
  /* background-image: url(http://illusion.scene360.com/wp-content/uploads/2015/01/wes-anderson-12.jpg); */
  /* background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5); */


.border {

  width: 60%;
  margin: 0 auto;
  height: 47px;
  border: 2px solid #fff;
  border-bottom: 0;
}

/* .banner h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
 
} */
.banner h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.banner p {
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0 0;
  line-height: 2em;
  letter-spacing: 2px;
  padding: 0 0 2em 0;
}

.border-bottom {
  border-top: 0;
  border-bottom: 2px solid #fff !important;
}

.VV {
  color: rgb(249, 109, 48);
}



/* //chart// */


.chartV {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vh;
  background-color: rgb(0, 0, 0);
  margin: 0;
}

*/ .banner {
  padding: 6em 0 8em 0;
  text-align: center;
  width: 100%;
  background: #000;
  color: white;
  /* background-image: url(http://illusion.scene360.com/wp-content/uploads/2015/01/wes-anderson-12.jpg); */
  /* background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5); */
}

.border {

  width: 60%;
  margin: 0 auto;
  height: 47px;
  border: 2px solid #fff;
  border-bottom: 0;
}

.banner h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #FFFFFF;
  /* color: rgb(249, 109, 48); */
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  /* padding: 4rem 0 0 0; */
}

.banner p {
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0 0;
  line-height: 2em;
  letter-spacing: 2px;
  padding: 0 0 2em 0;
}

.border-bottom {
  border-top: 0;
  border-bottom: 2px solid #fff !important;
}

.VV {
  color: rgb(249, 109, 48);
}

.canvasChartM {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  background-color: #f1fcfd;
  /* border: 1px solid red; */
  width: 100%;
  height: 70vh;
}

.chart-section{
/* border: 1px solid blue; */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
position: relative;
width: 50%;
height: 80%;
padding: 30px 0;
}


.canvasChartM span{
  font-size: 33px;
  font-weight: 500;
}

canvas {
  background-color: #f1fcfd;
}

#myChart {
  width: 100% !important;
  height: 100% !important;
}
/* Styles for screens 574px wide or less */



/* footer */

.container {
  max-width: 1170px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Ensures spacing between columns */
}

.abc {
  list-style: none;
  /* border: 1px solid blue; */
  padding: 0;
  /* Ensure no padding on ul */
  margin: 0;
  /* Ensure no margin on ul */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer {
  background-color: rgb(0, 0, 0);
  padding: 70px 0;
}

.footer-col {
  flex: 1;
  /* Allow flex property to manage width */
  min-width: 200px;
  /* Ensure minimum width for better responsiveness */
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: rgb(249, 109, 48);
  height: 2px;
  box-sizing: border-box;
  width: 85px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #bbbbbb;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: rgb(249, 109, 48);
}








/* NEWS */


.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.3%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.3%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.3%, 0, 0);
            transform: translate3d(33.3%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.3%, 0, 0);
            transform: translate3d(-33.3%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-control:hover, .carousel-control:focus {
	opacity: 1;
}

.carousel-control, .carousel-control {
	opacity: 1;
}

@media all and (min-width: 1600px) {
	.carousel-main-container {
		width: 66.66666667%;
		margin-left: 16.66666667%;
	}
}

.glyphicon {
	color: #46166b;
	top: 60px;
}

@media all and (min-width: 768px) {
	.glyphicon {
		top: 62px;
	}
}


@media all and (min-width: 992px) {
	.glyphicon {
		top: 65px;
	}
}

@media all and (max-width: 767px) {
	.glyphicon-menu-right {
		margin-left: 20px;
	}

	.glyphicon-menu-left {
		right: 28px;
	}
}
