@font-face {
  font-family: sfuidisplaysemibold;
  src: url(font/sf-ui-display-semibold-58646eddcae92.otf);
}

@font-face {
  font-family: sfuidisplayregular;
  src: url(font/FontsFree-Net-SF-UI-Display-Regular-1.ttf)
}

@font-face {
  font-family: sfuidisplaytext;
  src: url(font/SFUIText-Regular.otf)
}

@font-face {
  font-family: Sfuidisplay;
  src: url('./asset/font/FontsFree-Net-SF-UI-Display-Regular-1.ttf') format("Opentype")
}


body {
  background-color: black !important;
}


.navbar {
  background: transparent !important;

}

.navbar-nav {
  color: white !important;
  font-family: Sfuidisplay;
  font-size: 16px;
}

.navbar-toggler {
  background-color: aliceblue !important;
}

.navbar-nav li a {
  font-family: Sfuidisplay;
  color: black !important;
  font-size: 18px;
  padding-left: 15px !important;
  /* text-transform: uppercase; */
  /* text-decoration: none; */
  /* letter-spacing: 0.15em; */

  display: inline-block;
  /* padding: 15px 20px; */
  position: relative;
}

.navbar-nav li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  /* color:linear-gradient(90deg, #00ffb9 0%, #00e6dc 100%) !important; */
  background-image: linear-gradient(90deg, #00ffb9 0%, #00e6dc 100%);
  /* background: #fff; */
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav a:hover:after {
  width: 100%;
  left: 0;
}

.bg-dark {
  background-color: #c97c10 !important;
  color: #000 !important;
}

@media only screen and (max-width: 600px) {
  .navbar-nav {
    padding-left: 10px;
    background-color: rgb(12, 61, 77) !important;
  }
}

.first {
  background-image: url("./asset/img/MicrosoftTeams-image\ \(1\)\ 1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.data h3 {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  color: white;
  line-height: 4rem;
  padding-top: 4rem;
  /* padding-left: 2rem; */
}

.data p {
  color: white;
  font-style: normal;
  font-family: Sfuidisplay;
  /* padding-left: 2rem; */
  font-weight: 500;
  font-size: 20px;
}

.sent {
  background-image: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.para a {
  color: #2ab57d !important;
}

.first a {
  font-family: Sfuidisplay;
  text-decoration: none;
  color: #FFFFFF;
}

.first a:hover {
  color: #FFFFFF;
}

.text p {
  font-family: Sfuidisplay;
  font-size: 20px;
}

/* ------------------------------------------------- */

.second {
  background-color: #0d2638 !important;
  color: white;
}

.pic {
  /* z-index: 1; */
  position: relative;
}

#note h2 {
  font-family: Sfuidisplay;
  font-size: 40px;
  font-weight: 595;
}

#note p {
  font-family: Sfuidisplay;
  font-size: 18px;
  line-height: 33px;
}

/* -------------------------------------------- */

/* .third {
  background-color: black;
  } */
.abc {
  color: #2ab57d;
}

.sentence p {
  font-size: 36px;
  font-family: Sfuidisplay;
  font-weight: 500;
}

.card-border {
  /* width: 200px; */

  height: 200px;

  /* border: 1px solid white; */
}

#card1 {
  width: 200px;

  height: 200px;

  perspective: 1000px;

  /* margin-top: -14px;

  margin-left: 14px; */
}

#card2 {
  width: 200px;

  height: 200px;

  perspective: 1000px;

}

#card3 {
  width: 200px;

  height: 200px;

  perspective: 1000px;

}

#card4 {
  width: 200px;

  height: 200px;

  perspective: 1000px;

}

#card5 {
  width: 200px;

  height: 200px;

  perspective: 1000px;

}

.front {
  width: 100%;

  height: 100%;

  position: absolute;

  /* display: flex;

  justify-content: center;

  align-items: center; */

  text-align: center;

  transition: transform 0.5s;

  backface-visibility: hidden;

  transform: rotateY(0deg);
}

.back {
  width: 100%;

  height: 100%;

  position: absolute;

  /* text-align: center;   */

  border: 1px solid white;

  color: white;

  background-color: black;

  transition: transform 0.5s;

  backface-visibility: hidden;

  transform: rotateY(180deg);
}

.back-content {
  opacity: 1;

  transition: opacity 1.5s ease-in;
}

.card:hover .front {
  transform: rotateY(-180deg);
}

.card:hover .back {
  transform: rotateY(0deg);
}

.card:hover .back-content {
  opacity: 1;
}

#card1 {
  background: linear-gradient(60deg, #3d8cfa 13.4%, #40ffc7 86.6%);
}

#card2 {
  background: linear-gradient(60deg, #ff8c21 13.4%, #f5576e 86.6%);
}

#card3 {
  background: linear-gradient(60deg, #3dfaef 13.4%, #5bff40 86.6%);
}

#card4 {
  background: linear-gradient(60deg, #ff868b 13.4%, #ff8e6e 86.6%);
}

#card5 {
  background: linear-gradient(60deg, #6efa3d 13.4%, #fff740 86.6%);
}

.back-content p {
  font-family: Sfuidisplay;
  font-size: 17px;
  font-weight: 400;
}

.front-content p {
  font-size: 17px;
  font-family: Sfuidisplay;
  font-weight: 600;
}

.front-content h5 {
  font-family: Sfuidisplay;
  font-size: 32px;
  /* font-weight: 300; */
}

@media screen and (max-width:667px) {
  .card-border {
    width: 200px;
  }
}

@media screen and (max-width:667px) {
  .cont-card {
    display: flex;
    justify-content: center;

  }
}

/* ----------------------------------------------------------------------------------- */



.image-container {
  display: inline-block;
  position: relative;
}

.image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.3s;
  z-index: -1;
}

.con-card:hover .image-container::before {
  border-color: white;
  transform: translate(10px, 10px);
}

.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.con-bg {
  color: aliceblue;
  font-family: Sfuidisplay;
}

.con-card:hover .con-h {
  font-family: Sfuidisplay;
  font-size: 22px;
  font-weight: 600;
  background-image: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

}

.con-h {
  font-size: 22px;
  font-family: Sfuidisplay;
  font-weight: 600;
}

.con-p {
  font-family: Sfuidisplay;
  color: #7D7D7D !important;
}

.con-card:hover .con-p {
  color: #fff !important;
}

.con-card:hover .con-p {
  color: white;
}

.con-bg span {
  color: #2AB57D
}

.con-bg h1 {
  font-family: Sfuidisplay;
  font-size: 36px;

  font-weight: 500;
}

/* ---------------------------------------------------------------------------------------------- */


.speedup span {
  background-image: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.speedup p {
  color: white;
  font-size: 36px;
  font-family: Sfuidisplay;
  font-weight: 500;
}

.digital {
  color: white;
  font-size: 20px;
  font-family: Sfuidisplay;
  font-weight: 500;
}

.test {
  font-size: 29px;
  font-family: sfuidisplayregular;
}

.title {
  font-size: 43px;
  font-family: sfuidisplayregular;
  font-weight: 600;
  text-transform: uppercase;
}

/* .country-card {
  background-color: black;

}

.country-card:hover {

  box-shadow: inset 6px 0px 45px 8px rgba(50, 22, 214, 0.5) !important;
}

.head-card {
  background-color: black;
}

.head-card:hover {
  box-shadow: inset 6px 0px 45px 8px rgba(214, 22, 22, 0.785);
}

.client-card {
  background-color: black;
}

.client-card:hover {
  box-shadow: inset 5px 0px 40px 6px rgba(22, 214, 150, 0.785);
} */




/* **************************************************************************** */


.card_coun {
  background: transparent !important;
  border: 5px solid blue !important;
  outline: 5px solid white;
  background: rgba(18, 141, 255, 0.14) !important;
  opacity: 0.9;
  /* filter: blur(14.439902305603027px);   */
  /* outline-offset: -20px; */
  transition: box-shadow 0.3s ease-in-out;
}

.card_coun1 {
  background-color: transparent !important;
  border: 5px solid #ff9983 !important;
  outline: 5px solid white;
  background: rgba(255, 0, 0, 0.10) !important;
  opacity: 0.9;
}

.card_coun2 {
  background-color: transparent !important;
  border: 5px solid #33e9e9 !important;
  outline: 5px solid white;
  background: rgba(51, 233, 198, 0.10) !important;
  opacity: 0.9;
}

/* .card_coun:hover {
  border: 5px solid  #00b2ff !important;
  outline: 5px solid  #00ffff;
  box-shadow:inset 0 0 0 2px #00b2ff, 0 0 0 4px #82d9ff, 0 0 0 6px #00b2ff;
  filter: blur(0.45195311307907104px);
  
} */

.card_coun-h {
  color: #FFF;
  font-size: 55px;
  font-family: Sfuidisplay;
  font-weight: 500;
  text-transform: uppercase;
}

.card_coun_p {
  color: #FFF;
  font-size: 35px;
  font-family: Sfuidisplay;
}

/* ------------------footer------------------------------- */
.footer {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid black;
  border-top-color: #2AB57D !important;

}

.footer-heading {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;

  color: #FFFFFF;

}

.footer a {
  text-decoration: none;
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 39px;

  color: #D0D0D4;


}

.footer a:hover {
  color: #FFFFFF;
}

.footer p {
  color: #D0D0D4;
}

.footer hr {
  background-color: #D0D0D4 !important;
  opacity: 1;
}

.address-h {
  font-family: Sfuidisplay;
}

.bi-linkedin {
  width: 28px !important;
  height: 28px !important;
}

@media only screen and (max-width: 600px) {
  .speedup p {
    margin-top: 2rem !important;
  }
}


/* ************************************************************ */

@media (min-width: 768px)and (max-width: 1024px) {
  .round-card {
    display: grid !important;
    /* width: 360px !important; */
    justify-content: center !important;
    /* width: 1500px !important; */
  }

  .cont-card {
    width: 360px !important;
  }

  #card1,
  #card2,
  #card3,
  #card4,
  #card5 {
    width: 100% !important;
  }

  /* #card2{
    width: 100% !important;
  } */
}

/* ************************************************** */
@media (min-width: 768px)and (max-width: 1024px) {
  .clint-row {
    display: grid !important;
    justify-content: center !important;
    /* margin-top: -100px !important; */
  }

  .text-rep {
    width: 100% !important;
    margin-top: -110px !important;
  }

  .main_count {
    height: 18rem !important;
    width: 20rem !important;
  }

}


.card_coun {
  height: 15rem;
  width: 18rem;
}


/* ********************************fun at springup********************************************************** */
/* body .container-fluid {
  background-color: #0d2638 !important;
  color: #fff;
  
} */

.fun-h1{
color: #FFF;
font-family: Sfuidisplay;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.fun-h1 span {
  color: #2AB57D;
}
.con-card:hover .fun-h2 {
  font-family: Sfuidisplay;
  font-size: 30px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

}

.fun-h2 {
  font-size: 30px;
  font-family: Sfuidisplay;
  font-weight: 500;
  color: #D9D9D9
}

.con-card a{
  text-decoration: none !important;
}

/* **************************************************************************************** */
@media (min-width: 768px)and (max-width: 1024px) {
  .who-rep {

    width: 100% !important;

  }

  #note {
    width: 100% !important;
  }
}

.navbar-nav .nav-item.active .nav-link {
  /* Add your desired styling here */
  font-weight: bold;
  color: #2AB57D !important;
}



/* our vision */
.vision-p {
  color: #FFF;
  font-family: Sfuidisplay;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.vision-p span {
  color: #2AB57D;
}

.vision-p1 {
  color: #FFF;
  font-family: Sfuidisplay;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.vision-p2 {
  font-family: Sfuidisplay;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--button-grad, linear-gradient(90deg, #78CE5B 0%, #26A8C1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vision-card {
  
  background: #151921 !important;
  border: 1px solid black !important;
  border: none !important;
 
}

.vi-card-p {
  color: #C8C8C8;
  font-family: Sfuidisplay;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px
}
.inner-triangle{
  height: 10px;
  width: 100%;
  opacity: 0;
  background-color:  #2AB57D;
  margin-bottom: 5px;
}
.card:hover .inner-triangle{
  opacity: 1;
}


.dropdown{
  display: block;
}
.dropdown:hover .dropdown-menu {
  display: block;}