@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #E5E9EE;
}

.banner-section {
  height: calc(100vh - 200px);
  /* background: url("../images/banner-bg-4.png") top center; */
  /* background-size: cover; */
}

header {
  padding: 20px 0;
}

header h5 {
  font-size: 16px;
  font-weight: 400;
}

.banner-text h1 {
  font-size: 42px;
  font-weight: 300;
}

.banner-text h1 strong {
  font-weight: 500;
}

.banner-text .down-arrow {
  display: inline-block;
  background: url("../images/down-arrow.svg");
  width: 77px;
  height: 41px;
  animation: downarrow 0.6s infinite alternate ease-in-out;
}

.digisol-hd {
  font-size: 28px;
  font-weight: 400;
}

hr {
  border-color: #0000FF;
  border-width: 1px;
  margin: auto;
  opacity: 1;
}

.digisol-section hr {
  width: 50px;
}

.solutions-hr hr {
  width: 100px;
}

.digisol-section ul li {
  font-size: 24px;
  position: relative;
}

.digisol-section ul li:not(:last-child):after {
  content: "|";
  margin: 0 15px;
  font-weight: 300;
}

.digisol-section h3 {
  font-size: 32px;
}

.down-arrow-small {
  display: inline-block;
  background: url("../images/down-arrow-small.svg");
  width: 14px;
  height: 14px;
}

.navbar-light {
  background-color: #E5E9EE;
  top: 0;
  z-index: 9999;
}

.navbar-nav label {
  font-size: 26px;
  line-height: 23px;
  margin-top: 16px;
}

.nav-link {
  border: 1px solid transparent;
  padding: 15px !important;
  border-radius: 15px;
  cursor: pointer;
}

.nav-link.active {
  border-color: #F7931E;
}

.navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.4s;
}

.navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}

.navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.8s;
}

.services-section h3 {
  font-size: 30px;
  font-weight: 300;
  colo: #4D4D4D;
  line-height: 30px;
}

.services-section h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.services-section h1 span,
.services-section h2 span {
  position: relative;
}

.services-section h1 span:after,
.services-section h2 span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 140px;
  height: 2px;
  background-color: #F7931E;
}

/* .services-section h2 span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 140px;
  height: 2px;
  background-color: #F7931E;
} */

.services-section h2 {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
}

.dotts-icon {
  display: inline-block;
  background: url("../images/dotts-icon.svg");
  width: 30px;
  height: 9px;
}

.digital-section {
  background: url("../images/digital-signage-bg.png") top center;
  background-size: cover;
}

.electronic-section {
  background: url("../images/electronic-shelf-bg.png") top center;
  background-size: cover;
}

footer {
  background-color: #383838;
  font-size: 12px;
  color: #808080;
}

footer p span {
  color: #E5E9EE;
}

.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #F7931E;
  padding: 10px 12px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.digital-background {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 1200px) {
  .banner-text .banner {
    bottom: -90px;
    right: -50px;
    position: absolute;
  }

  .banner-text .down-arrow {
    position: absolute;
    right: 110px;
    top: 20px;
  }

  .banner-text h1 {
    font-size: 72px;
  }
}



@keyframes downarrow {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0.4em);
  }
}

.logo {
  position: absolute;
  height: 250px;
  top: -66px;
  left: -40px;
  background: #0000007a;
  border-radius: 50%;
}


/*Main slider*/

.mainSlider,
.projectSlider {
  overflow: hidden;
  position: relative;
}


.mainSlider .slides li:before,
.projectSlider .slides li:before {
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
}


.mainSlider .flex-control-nav {
  display: none;
}


.caption {
  top: 25%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.caption h1 {
  font-size: 40px;
}


.caption h1 span.new {
  position: relative;
}

.caption h1 span.new:after {
  border-bottom: 4px solid #111111;
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 33px;
  width: 19px;
  z-index: 0;
}

/*End main slider*/

.fadedown-effect {
  position: absolute;
  top: 1px;
  z-index: 5;
  width: 100%;
}

.banner_img {
  height: calc(100vh - 200px);
  object-fit: fill;
  /* opacity: 0.8; */
}

.banner_content_img {
  background: #0000007a;
  border-radius: 50%;
  height: 300px;
  margin-left: 20px;
}

.banner_content_text {
  background: #0000007a;
  color: white;
  padding: 12px 8px;
  border-radius: 8px;
}

.txt_color_orange {
  color: #F7931E;
}

.menu_img {
  height: 150px;
  border-radius: 8px;
}

.fs_20 {
  font-size: 20px;
}

.fs_25 {
  font-size: 25px;
}

/* .business_img {
  height: 350px;
} */

.text_drak_orange {
  color: #ff7800;
  font-weight: 500;
}

.form-control {
  border: 1px solid #434141;
}

.divider {
  border-top: 3px solid #ffcb9c;
}

.content_img {
  width: 100%;
}

@media (max-width:900px) {
  
  .banner_content_img {
    margin-left: 0px;
    width: 200px !important;
    height: 200px !important;
    float: right;
    /* display: none; */
  }
}
@media (max-width:576px) {

  .mb_menu_conetent {
    display: block !important;
    text-align: center !important;
  }

  .logo {
    position: absolute;
    height: 150px;
    top: -30px;
    left: -15px;
    background: #0000007a;
    border-radius: 50%;
  }

  .caption h1 {
    font-size: 20px;
  }


  .banner_img {
    height: calc(100vh - 200px);
    object-fit: fill;
  }

  .banner_content {
    /* height: 200px; */
  }
}

#success,
#error {
  display: none;
  position: relative;
}

#success h2 {
  color: #27C87A;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 15px;
  font-weight: 700;
}

.errorForm {
  border: 1px solid #da4856 !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.register-now-text {
  color: darkblue !important;
  text-decoration: none !important;
}
.register-button{
  border: 2px solid darkblue !important;
  background-color: transparent;
}
.playstore-img{
  width: 248px !important;
  height: 70px !important;
}
img {
  max-width: 100%;
}