@font-face {
  font-family: DMSans-Bold;
  src: url(../DM_Sans/DMSans-Bold.ttf);
}

@font-face {
  font-family: DMSans-Regular;
  src: url(../DM_Sans/DMSans-Regular.ttf);
}

@font-face {
  font-family: DMSans-Medium;
  src: url(../DM_Sans/DMSans-Medium.ttf);
}

@font-face {
  font-family: Manrope-Regular;
  src: url(../DM_Sans/Manrope-Regular.ttf);
}

@font-face {
  font-family: New York Extra Large Regular;
  src: url(../DM_Sans/NewYorkExtraLargeRegular.ttf);
}

@font-face {
  font-family: ClashDisplay-Regula;
  src: url(../DM_Sans/ClashDisplay-Regular.otf);
}

body{
    user-select: none;
}

.header {
  background: #1859d7;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  /* height: 100vh; */
  /* height: 118vh; */
  overflow: hidden;
  /* background-color: #eee; */
  /*background-image: url("960x360.png");*/
  /* background-image: url("../Media/bgmmm.webp"); */
  /* link to fallback static image here */
  background-position: center;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 125px;
}

header:focus {
  outline: none;
}

.campaigns-content-container {
  /* margin: 100px 175px 70px 175px; */
  margin: 29px 177px 22px 175px;
  display: flex;
  justify-content: center;
}

.campaigns-content-container-1 {
  margin: 00px 175px 70px 175px;
  /* margin: 29px 177px 22px 175px; */
  display: flex;
  justify-content: center;
}

.campaigns-header {
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  text-transform: capitalize;
  /* color: #ffffff; */
  margin: auto;
  margin-bottom: 16px;
}

.campaigns-subtitle {
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  /* color: rgba(255, 255, 255, 0.9); */
  margin: auto;
  /* margin-bottom: 32px; */
  overflow: hidden;
}

.campaigns-header-content {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* lol  */

.number_box {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.light-white {
  color: rgba(255, 255, 255, 0.7);
}

.light-black {
  color: rgba(3, 13, 32, 0.55);
}

/*.count {*/
/*  width: 51px;*/
/*}*/

.Counter-numbers {
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
}

.counter-desk {
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  text-align: center;
  display: block;
  width: 100px;
  text-align: center;
  margin: auto;
  width: 146px;
}

.campaigns-numbers-container {
  display: flex;
  gap: 150px;
  justify-content: center;
}

/* lol  */

.cap-sec1 {
  width: 335.53px;
  height: 326px;
  left: 478.53px;
  top: 587px;
  border-radius: 24px;
}

.cap-sec1-1 {
  width: 409.53px;
  height: 410px;
  left: 478.53px;
  top: 587px;
  border-radius: 24px;
}

.cap-sec1-images {
  display: flex;
  /* gap: 25px; */
  justify-content: space-evenly;
  margin: 0px 50px;
  margin-top: 30px;
}

.cap-sec1-images-1 {
  display: flex;
  /* gap: 25px; */
  justify-content: space-evenly;
  margin: 0px 50px;
  margin-top: 70px;
}

.campaign-sects-black {
  height: 100vh;
  color: #030d20;
}

.campaign-sects {
  background-image: url(../Media/cam-sect-2bg.png);
  /* height: 100vh; */
  margin: auto;
  padding-bottom: 40px;
  padding-top: 100px;
}

.cam-sect-3 {
  background: #1859d7;
  padding-bottom: 40px;
  /* height: 100vh; */
  padding-top: 100px;
  margin: auto;
  color: #ffffff;
}

.hidden {
  display: none !important;
}

.cam-slide {
  /* height: 210px; */
  /* height: 235px; */
  height: auto;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.cam-slide img {
  /* width: 100%; */
  /* animation: scroll 60s linear infinite; */
  /* box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03); */
  /* border-radius: 30px; */
  width: 293px;
  height: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  animation: scroll 60s linear infinite;
  box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(-1000%);
  }
  100% {
    transform: translatex(0);
  }
}

nav {
  margin: 40px 0px 0px 0px;
  padding: 0px 90px;
  padding-bottom: 40px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  margin-bottom: 100px;
}

@media only screen and (max-width: 670px) {
  .campaigns-numbers-container {
    display: flex;
    flex-wrap: wrap;
  }
  .campaigns-numbers-container div {
    /*width: 40%;*/
    box-sizing: border-box;
  }
  .campaigns-numbers-container {
    display: flex;
    gap: 32px;
    justify-content: center;
  }
  .campaigns-content-container-1 {
    margin: 0;
  }
  .cam-sect-3 {
    padding-bottom: 40px;
    height: auto;
  }
  .campaign-sects {
    height: auto;
    padding-bottom: 40px;
  }
  .hidden {
    display: block !important;
  }
  .cap-sec1-images-1 {
    display: none;
  }
  .slide-track {
    margin-top: 50px;
  }
  .campaigns-content-container {
    margin: 55px 20px 45px 20px;
  }
  .cap-sec1-images {
    display: none;
  }
  .header {
    height: 95px;
  }
  .campaigns-header {
    font-size: 26px;
  }
  .campaigns-subtitle {
    font-size: 16px;
  }
  .campaign-sects {
    padding-top: 55px;
  }
  .campaigns-numbers-container {
    margin-top: 40px;
  }
  .cam-sect-3 {
    padding-top: 55px;
  }
  nav {
    display: flex;
    justify-content: space-between;
    /* padding: 20px 20px 0px; */
    padding: 30px 20px 0px;
    /* padding: 0px; */
    margin: 0px;
    padding-bottom: 25px;
  }
}
