@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

@font-face {
  font-family: 'Poppins';
  src: url(./asset/font/poppins/poppins-regular-webfont.woff);
}


a {
  text-decoration: none!important;

}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif!important;
  /* background-color: blueviolet; */
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

.text-blue {
  color: #485CB5;
}

.text-lightblue {
  color: #72BAF4;
}
.text-bold{
  font-weight: 600;
}
p {
  font-weight: 300;
}

.fade-in {
  /* background: white; */
  height: 300px;
  width: 300px;
  margin-bottom: 100px;
  opactiy:0;
  /* transform: translateY(40%);
  transition: all 2s ease-out; */
}

.activeBox {
  opacity: 4;
  transform: translateY(0);
}






/*
---------------------------------------------
Navbar
---------------------------------------------
*/

.bgBanner {
  background-image: url('../images/banner.png');
  width: 100%;
  background-size: 100% 100%;
  height: 800px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-nav {
  padding-top: 2rem;
}

.bgNav {
  padding: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.nav-item {
  padding: 0px 30px;
  color: #ffffff !important;
  font-size: 25px;
  font-weight: 600;
}


.page-wrapper {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: auto;
}

.nav-wrapper {
  width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  position: relative;
  /* background-color: #fff; */
}


/* header .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;

  min-height: 12vh;
  min-width: 100%;
  z-index: 10;


}

header .navigation .logo{
  margin-left: 20px;
}

header .navigation .logo h1{
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}

header .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  margin: auto 20px auto 0;
}

header .navigation .humbarger {
  margin-right: 20px;
  display: none;
 }
 
header .navigation .humbarger .bar{
  width: 30px;
  height: 2px;
  margin: 7px;
  background: #fff;
 }

header .navigation .menu-list li a {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 1s ease, border 1s ease;
  text-decoration: none;
} */






/* NAVIGATION */

header .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;

  min-height: 12vh;
  min-width: 100%;
  z-index: 10;
  /* position: fixed;
  background-color:rgba(126, 156, 225, 0.5); */
  /* border-bottom: 2px solid #0c2d48; */
}

header .navigation .logo{
  margin-left: 20px;
}

header .navigation .logo h1{
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}

header .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  margin: auto 20px auto 0;
}

header .navigation .humbarger {
  margin-right: 20px;
  display: none;
 }
 
header .navigation .humbarger .bar{
  width: 30px;
  height: 2px;
  margin: 7px;
  background: #fff;
 }

header .navigation .menu-list li a {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  /* transition: color 1s ease, border 1s ease; */
  text-decoration: none;
}

header .navigation .menu-list li a:hover{
  /* color: #b1d4e0; */
  color: #72BAF4!important;
  /* padding-left: 30px; */
  /* background: rgba(177, 212, 224, 0.2); */
  border-bottom:3px solid #72BAF4;
}
header .navigation .menu-list li a:active{
  /* color: #b1d4e0; */
  color: #72BAF4!important;
  /* padding-left: 30px; */
  /* background: rgba(177, 212, 224, 0.2); */
  border-bottom:3px solid #72BAF4;
}


/*
---------------------------------------------
Banner
---------------------------------------------
*/

.banner {
  position: relative;
  top: -600px;
}

.BoxBanner {}

.boxRight {
  position: relative;
  top: 100px;
}

.Bannerimg {
  position: relative;
  left: -150px;
}

.BannerTitle {
  position: relative;
  top: 100px;
  left: 6px;
  font-weight: 500;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: normal;
}

.BannerHeader {
  position: relative;
  top: 100px;
  font-weight: 700;
  color: #ffffff;
  font-size: 65px;
  letter-spacing: 0;
  line-height: normal;
}

.BannerSubtitle {
  /* width: 579px; */
  height: 195px;
  position: relative;
  top: 100px;
  left: 6px;
  color: #ffffff;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
}

/*
---------------------------------------------
About us
---------------------------------------------
*/

.aboutus {
  position: relative;
  top: -550px;
}

.BoxLeft1 {
  width: 50%;
  /* height: 100vh;  */
  text-align: center;
  color: white;
  position: relative;
  left: -150px;
  top: 190px;
}

.BoxRight1 {
  width: 50%;
  padding: 30px;
  /* height: 100vh;  */
  position: absolute;
  top: 200px;
  right: 20px;
  /* margin: 50px;  */
}

.boxContent {
  position: relative;
  top: -100px;
  left: 80px;
}

.Header {
  font-size: 40px;
  font-weight: 500;
  padding: 20px 0;
  background: -webkit-linear-gradient(0deg, #1D2487 0%, #6AA7EC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
}

.Subtitle {
  max-width: 500px;
  /* min-width: 100px; */
  color: #424B50;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DoubleQuote {
  position: relative;
  margin-top: 20px;
  top: -150px;
  left: 50px;
  float: left;
}

.lineBlue {
  margin-top: 20px;
  /* margin-left: 60px; */
  width: 30%;
  /* height: 3px; */
  border-bottom: 6px solid #72BAF4
}

.img2 {
  position: relative;
  top: -200px;
  padding-top: 30px;
}


/*
---------------------------------------------
Work
---------------------------------------------
*/

.Headercenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.work {
  padding: 40px 0;
  position: relative;
  top: -200px;
  background-color: #F8F9FD;
}

.Arrowimg {
  position: absolute;
  /* top: -220px;
  left: 245px; */
  top: 280px;
  padding-left: 295px;
  display: block;
}

.Headercenter {
  /* text-align: center!important; */
  padding-top: 20px !important;
}
.img:hover{
  
  transform: scale(1.2);
  transition: all .3s;

}
/*
---------------------------------------------
Service
---------------------------------------------
*/

.service {
  position: relative;
  top: -100px;
}

.services {
  padding-top: 130px;
  position: relative;
}

.services .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.services .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

/* .services:after {
  content: '';
  background-image: url(../images/services-left-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 261px;
  height: 368px;
  z-index: 0;
} */

/* .services:before {
  content: '';
  background-image: url(../images/services-right-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 1136px;
  height: 244px;
  z-index: 0;
} */

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.service-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(34, 61, 137, 0.4);
  background-color: #fff;
  border-radius: 20px;

  transition: all .3s;
}

.service-item .icon {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all .3s;
}

.service-item h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-item p {
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a {

  color: #fff;
}

.first-service {
  position: relative;
  left: -30px;

}

.second-service {
  position: relative;
  margin-top: 80px;
  /* left:50px ; */
}

.third-service {
  position: relative;
  left: -30px;
  margin-top: -30px;
}

.fourth-service {
  position: relative;
  margin-top: 50px;
  /* left:50px ; */
}

.first-service .icon {
  width: 80px;
  background-image: url(../images/Blockchain-blue.png);
}

.first-service:hover .icon {
  width: 80px;
  background-image: url(../images/Blockchain-white.png);
}

.second-service .icon {
  width: 80px;
  background-image: url(../images/ai-blue.png);
}

.second-service:hover .icon {
  width: 80px;
  background-image: url(../images/ai-white.png);
}


.third-service .icon {
  width: 80px;
  height: 60px;
  background-image: url(../images/website-blue.png);
}

.third-service:hover .icon {
  width: 80px;
  height: 60px;
  background-image: url(../images/website-white.png);
}

.fourth-service .icon {
  height: 70px;
  background-image: url(../images/mb-blue.png);
}

.fourth-service:hover .icon {
  height: 70px;
  background-image: url(../images/mb-white.png);
}

.service-item:hover {
  /* background-image: url(../images/service-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover; */
  cursor: pointer;
  background: #13127A;
  background: linear-gradient(-45deg, #13127A, #6CACEF);
}

.boxRight2 {

}

.boxContent2 {
  float: right;
  text-align: right;
  position: relative;
  right: -80px;
  top: 200px;
}

.DoubleQuote2 {
  position: relative;
  margin-top: 20px;
  top: 120px;
  right: -60px;
  float: right;
  transform: rotate(180deg);
}

.Header2 {
  font-size: 40px;
  font-weight: 500;
  padding: 20px 0;
  position: relative;
  right: -240px;
  background: -webkit-linear-gradient(0deg, #1D2487 0%, #6AA7EC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
}

.Subtitle2 {
  max-width: 500px;
  /* min-width: 100px; */
  color: #424B50;
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
---------------------------------------------
Career
---------------------------------------------
*/


.career {
  position: relative;
  top: 50px;
  background-color: #F8F9FD;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.card-list .card-item {
  height: auto;
  color: #424B50;
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid#BFBFBF;
}

.red-Alert{
  color: #D32D26;
  font-weight: 600;
  font-size: 15px;
  
}
.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #424B50;
  padding: 4px;
}

.card-list .card-item .text-description {
  font-size: 1rem;
  color: #424B50;
  font-weight: 300;
  margin: 14px 0 40px;
}

.card-list .card-item .message-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 50px;
  font-size: 1.25rem;
  padding: 10px 15px;
  color: #485CB5;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #485CB5;
  transition: 0.2s ease;
}

.card-list .card-item .message-button:hover {
  cursor: pointer;
  color: #fff;
  background: #13127A;
  background: linear-gradient(-45deg, #13127A, #6CACEF);
}

.slider-wrapper .swiper-pagination-bullet {
  background: #424B50;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #424B50;
  margin-top: 55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

/* .user-position{
  position: relative;
  top: 20px;
} */

dialog {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  /* max-width: 400px; */
  width: 90%;
}

.closeDialog{
  position: relative;
  float: right;
  padding-bottom: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  /* bottom: 120px; */
  top: 20px;
  left: 0px;
  right: 20px;
  width: 150px;
  height: 50px;
  font-size: 1.25rem;
  padding: 10px 15px;
  border-radius: 50px!important;
  font-weight: 500;
  cursor: pointer;
}

/*
---------------------------------------------
Footer
---------------------------------------------
*/

.footer {
  position: relative;
  top: 50px;
  padding-top: 20px;
  border-top: solid 2px #EBEAF0;
  -webkit-box-shadow: 0px -4px 3px rgba(204, 204, 204, 0.25);
  -moz-box-shadow: 0px -4px 3px rgba(204, 204, 204, 0.25);
  box-shadow: 0px -4px 3px rgba(204, 204, 204, 0.25);
}
.map{
  position: relative;
  width: 600px;
  height: 350px;
}

/* FOOTER */


.inline {
  display: inline-block;
  margin: 10px;

}



/* Mobile size */
@media screen and (max-width: 678px) and (max-width: 490px) {
  .Bannerimg {
    top: 300px;
    left: 0px;
    width: 90%;
  }

  .BannerTitle {
    top: -380px;
    left: 30px;
    font-size: 20px;
    width: 300px;
  }

  .BannerHeader {
    top: -370px;
    left: 30px;
    width: 300px;
    font-size: 30px;
  }

  .BannerSubtitle {
    max-width: 300px;
    height: 195px;
    top: -350px;
    left: 30px;
    /* position: absolute; */
    font-size: 18px;
  }

  .logo {
    position: relative;
    /* left: 50px; */
  }

  .aboutus {
    top: -700px !important;
  }

  .BoxLeft1 {
    /* width: 100%; */
    left: 0px;
    top: 200px;
  }

  .boxContent {
    left: -20px;
    top: -45px;
  }

  .BoxRight1 {
    top: 200px;
  }

  .Header {
    position: relative;
    left: 55px;
    font-size: 35px;
  }

  .Subtitle {
    max-width: 290px;
    margin-left: 60px;
  }

  .DoubleQuote {
    top: -80px;
    left: 0px;
  }

  .lineBlue {
    margin-top: 20px;
    margin-left: 60px;
    width: 50%;
  }

  .img2 {
    max-width: 300px;
    top: 550px; 
    position: absolute;
    left: 20%;

    /* display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    
    justify-content: center;
	  align-items: center; */

    /* float: left; */
    /* top: 480px;
    left: 50px; */
  }

  .Arrowimg {
    display: none;
  }

  .Headercenter {
    position: relative;
    left: 0;
    padding-top: 20px !important;
  }

  .service {
    top: -150px;
  }

  .first-service,
  .second-service,
  .third-service,
  .fourth-service {
    position: relative;
    left: 0;
    margin-top: 20px;

  }

  .boxContent2 {
    top: 20px;
    right:  -20px;
    top: 100px;
  }

  .DoubleQuote2 {
    top: 25px;
    right: 0;
  }

  .Header2,
  .lineBlue {
    right: -60px;
    /* left: 50px; */
    font-size: 35px;
  }

  .Subtitle2 {
    max-width: 290px;
  }
  .map{
    width: 320px;
    height: 200px;
  }
  /* .closeDialog{
    position: relative;
    float: right;
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-right: 20px;
    top: 20px;
    left: 0px;
    right: 20px;
  } */

}

/* Tablet size */
@media screen and (min-width: 768px) and (max-width: 1200px) {

  
  .bgNav {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .logo {
    position: relative;
    /* top: -20px; */
    /* left: 80px; */
  }

  header .navigation .menu-list {
    width: 60%;
  }

  .nav-item {
    padding: 10px;
  }

  .Bannerimg {
    top: 160px;
    left: 0px;
    width: 100%;
  }

  .BannerTitle {
    top: 100px;
    left: 30px;
    font-size: 20px;
    width: 300px;
  }

  .BannerHeader {
    top: 120px;
    left: 30px;
    width: 300px;
    font-size: 30px;
  }

  .BannerSubtitle {
    width: 340px;
    height: 195px;
    top: 140px;
    left: 30px;
    /* position: absolute; */
    font-size: 18px;
  }

  .BoxLeft1 {
    top: 250px;
    left: -40px;
  }

  .Subtitle {
    max-width: 350px;
  }

  .img2 {
    width: 80%;
    top: -5px;
    left: 50px;
  }

  .Arrowimg {
    display: none;
  }

  .work {
    top: -310px;
  }

  .boxContent2 {
    top: 20px;
    right: 50px;
    top: 100px;
  }
  .Subtitle2{
    max-width: 450px;
    position: relative;
    right: -60px;
  }
  .lineBlue{
    position: relative;
    right: -60px;
  }

  .DoubleQuote2 {
    top: 25px;
    right: 0;
  }

  .Header2 {
    right: -170px;
    /* left: 30px; */

  }

  .service-item {
    width: 180px !important;
  }
  .map{
    max-width: 250px;
    height: 150px;
  }
}


/* Desktop size */
@media screen and (min-width: 1200px) {
  .bgNav {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .logo {
    position: relative;
    top: 0px;
    left: 150px;
  }

  /* #mainNavbarCollapse {
    position: relative;
    right: -250px;
  }

  .nav-item {
    padding: 10px;
  } */
}


@media only screen and (max-width: 720px) {


  /* MOBILE NAVIGATION */

  .navbars ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 130px;
    /* background-color:rgba(248, 249, 253, 0.8); */

    /* background: linear-gradient(to left, #0B2AB9,#2F56C1, #587BD0, #7E9BDD); */


    /* background: linear-gradient(90deg, #6987D3, #0B2AB9); */
    background-color: #F8F9FD;
    width: 100%;
    height: calc(100vh - 55px);
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
    z-index: 50;
  }

  /* .nav-item a {
    color: #485CB5;
    text-align: center;
  }

  .navbars li {
    padding: 15px;
    text-align: center;
  }

  .navbars li:first-child {
    margin-top: 50px;
    text-align: center;
  }

  .navbars li a {
    font-size: 1rem;
    text-align: center;
  }

  .menu-toggle,
  .bar {
    display: block;
    cursor: pointer;
  }

  .mobile-nav {
    transform: translate(0%) !important;
    text-align: center;
  } */

  .slider-wrapper {
    margin: 0 20px 5px!important;
  }
  .slider-wrapper .swiper-slide-button{
    display: flex; 
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    /* top: 800px; */
  }

}



/* Tablet desktop :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .navigation .menu-list {
    width: 60%;
  }

  header .navigation .menu-list li a{
    font-size: 1rem;
  }

}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {

  header .navigation .menu-list {
    position: absolute;
    top: 12vh;
    min-width: 100%;
    background: rgba(15, 20, 35, 0.99);
    text-align: center;
    display: none;
    z-index: 5;
  }

  header .navigation .menu-list li {
    display: block;
  }

  header .navigation .menu-list li a {
    display: block;
    padding: 20px;
    /* transition: color 1s ease, padding 1s ease, background-color 1s ease; */

  }

  header .navigation .menu-list li a:hover{
    /* color: #b1d4e0; */
    /* padding-left: 0px; */
    /* background: rgba(177, 212, 224, 0.2); */
  }


  header .navigation .humbarger{
    display: block;
  }

}


