@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap");

body {
  background: #ffffff;
  font-family: "Nunito Sans", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #202124;
}
.f-14 {
  font-size: 14px !important;
  line-height: 21px !important;
  color: #202124;
}
.f-16 {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #202124;
}
.f-18 {
  font-size: 18px !important;
  line-height: 27px !important;
  color: #202124;
}
p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 35px !important;
  color: #202124;
  margin-bottom: 0% !important;
}
h1 {
  font-style: normal;
  font-weight: bolder !important;
  font-size: 96px !important;
  line-height: 105.6px !important;
  letter-spacing: -0.017em;
  color: #202124;
}
h2 {
  font-style: normal;
  font-weight: bolder !important;
  font-size: 64px !important;
  line-height: 70.4px;
  align-items: center;
  letter-spacing: -0.017em;
  color: #202124;
}
h3 {
  font-style: normal;
  font-weight: bolder !important;
  font-size: 48px !important;
  line-height: 52.8px;
  align-items: center;
  letter-spacing: -0.017em;
  color: #202124;
}

h4 {
  font-style: normal;
  font-weight: bolder !important;
  font-size: 36px !important;
  line-height: 39.6px;
  color: #202124;
}
h5 {
  font-style: normal;
  font-weight: bolder !important;
  font-size: 24px !important;
  line-height: 34.4px !important;
  color: #202124;
}
h6 {
  font-style: normal;
  font-weight: bolder !important;
  font-size: 22px !important;
  line-height: 24.2px !important;
  color: #202124;
}

/* position */
li {
  list-style: none !important;
}
a {
  text-decoration: none !important;
}
/* padding */
.p-6 {
  padding: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
/* padding */

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0% !important;
}

.ns-card {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.red-btn {
  background: #ff0000;
  border-radius: 4px;
  color: #fff;
}

.ns-transparent-btn {
  border: 1px solid #202124;
  box-sizing: border-box;
  border-radius: 4px;
}
.space-letter {
  letter-spacing: 10px;
}
.color-grey {
  color: #666666;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #202124;
}
.color-red {
  color: #ff0000;
}
.round-circle {
  border-radius: 50%;
}
.capitalization {
  text-transform: capitalize !important;
}

.bg-black {
  background-color: #202124;
}
.bg-red {
  background-color: #ff0000;
}

.ns-primary-bg-box-shadow {
  box-shadow: 0px 4px 12px rgba(170, 170, 170, 0.04);
}
/* navbar */

.fixed-menu-bar {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1020;
}
.active {
  color: #ff0000 !important;
  background-color: transparent !important;
}
.nav {
  height: 83px;
}
.dropdown-item:active {
  background-color: transparent !important;
}
.nav-item {
  float: right;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: bold;
  vertical-align: middle;
}

.nav-link {
  color: #202124;
  text-decoration: none;
}

.navbar-right {
  float: right;
}

/* mobile-menu-start*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 29px;
  right: 31px;
}

.side-bar-fullwidth {
  width: 100%;
  height: 100%;
  background: white;
  padding-top: 35px;
}

.close-button {
  margin-left: 9px;
  width: 32px;
}

.navbar-collapse.collapse.show {
  background: white;
}

.mob-item {
  background-color: rgb(255 255 255) !important;
  color: #202124;
  font-size: 16px;
  border-bottom: none !important;
}
.form-control {
  padding: 0% !important;
  width: 100% !important;
  border-radius: 4px 0 0 4px !important;
}
.subscribe-btn {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: #fff !important;
  border-radius: 0 4px 4px 0 !important;
}
.stack {
  flex-direction: column-reverse !important;
}
.hr-line {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-bottom: 0px;
}
.footer_wrapper {
  background: url(../images/footer.png) center no-repeat;
  background-size: cover;
}
/* mobile-menu-start*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 29px;
  right: 31px;
}

.side-bar-fullwidth {
  width: 100%;
  height: 100%;
  background: white;
  padding-top: 35px;
}

.close-button {
  margin-left: 9px;
  width: 32px;
}

.navbar-collapse.collapse.show {
  background: white;
}

.bg-light {
  background-color: #ffffff !important;
}

.mob-item {
  background-color: rgb(255 255 255) !important;
  color: #000000;
  font-size: 16px;
  border-bottom: none !important;
}
.mobile-hide {
  display: none;
}
@media only screen and (max-width: 600px) {
  .case___content {
    top: -1vh !important;
  }
  .banner-title-content {
    top: 70% !important;
    left: 29% !important;
    transform: translate(-19%, 236%) !important;
  }
}
@media screen and (max-width: 900px) {
  p {
    font-family: "Nunito Sans" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem !important;
    line-height: 1.6rem !important;
    word-wrap: break-word;
    color: #202124;
  }

  .mobile-view-hide {
    display: none !important;
  }

  .desktop-view-hide {
    display: initial !important;
  }

  .p-5 {
    padding: 8px !important;
  }
  /* spacing */
  .p-6 {
    padding: 1rem !important;
  }
  .pl-6 {
    padding-left: 1rem !important;
  }
  .pt-6 {
    padding-top: 1rem !important;
  }
  .pr-6 {
    padding-right: 1rem !important;
  }

  .mt-6 {
    margin-top: 1rem !important;
  }
  .mt-6 {
    margin-top: 1rem !important;
  }
  .mt-7 {
    margin-top: 6rem !important;
  }
  .mb-6 {
    margin-bottom: 1rem !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word !important;
  }
  h1 {
    font-size: 38px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
  h4 {
    font-size: 20px !important;
  }

  .btn-md,
  .btn-white {
    width: 158px;
    height: 48px;
  }

  .btn-md a,
  .btn-white a,
  .btn-dnd a {
    font-size: 0.9rem !important;
  }

  .m-center {
    text-align: center !important;
    align-self: center;
  }
  .work-cards p {
    font-size: 12px !important;
  }
  .mobile-view-hide {
    display: none !important;
  }
  .technology_wrapper {
    height: 30vh !important;
  }
  .desktop-view-hide {
    display: initial !important;
  }
  .form-control {
    width: 100% !important;
    border: 1px solid #ff0000 !important;
  }
  .stack {
    flex-direction: column-reverse !important;
  }
  .mobile-hide {
    display: block;
  }
  .infra-card {
    display: none;
  }
}

/* home page */

.hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12, 3, 51, 0.5), rgba(12, 3, 51, 0.5));
  background-size: cover;
}
.bg-video {
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.animate {
  display: none;
}
.animate.text-in {
  display: block;
  margin-bottom: 40px;
}

.content {
  top: 20%;
  left: 11%;
}
.btn a {
  text-decoration: none;
}
.btn-round {
  border-radius: 4px;
}
.btn-1 {
  background-color: #ff0000;
  border: none;
}
.btn-1:hover {
  background-color: rgb(255, 0, 0, 0.7);
}
.btn-2 {
  border: 1px solid #ff0000;
  background-color: transparent;
}
.btn-2:hover {
  background-color: #ff0000;
  color: #fff !important;
  cursor: pointer;
}
.content p {
  animation-delay: 0.4s;
}
.animate {
  opacity: 0;
  transform: translateY(30px);
  animation: moveup 0.5s linear forwards;
}
@keyframes moveup {
  100% {
    opacity: 1;
    transform: translateY(30px);
  }
}
.hover-btn svg:hover {
  fill: white;
  border-radius: 50%;
  border: 1px solid #ff0000 !important;
}
.hover-btn:hover {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000 !important;
  transition: 0.1s ease-in-out;
}
.technology_wrapper {
  background: url(../images/get-started.png) center no-repeat;
  background-size: cover;
  height: 62vh;
}
.tech-content {
  top: 70%;
  left: 20%;
  transform: translate(-14%, 5%);
}
.img-container {
  overflow: hidden;
  /* width: 150px; */
  /* height: 150px; */
}
.card-img {
  /* max-width: 100%; */
  height: 100%;
  object-fit: cover;
}

.card-content {
  bottom: 50%;
  left: -1%;
}
/* home page */
/* about us */
.banner-bg {
  background: url(../images/offering-bg.jpg) center no-repeat;
  background-size: cover;
  height: 57vh;
}
.banner-title-content {
  top: 50%;
  left: 20%;
  transform: translate(-30%, 145%);
}
.work-cards::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0%;
  bottom: 0%;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  transition: all 0.5s ease;
}
.work-cards::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0%;
  top: 0%;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  transition: all 0.5s ease;
}
.work-cards:hover::before {
  border-color: #ff0000;
  width: 100%;
  height: 100%;
}
.work-cards:hover::after {
  border-color: #ff0000;
  width: 100%;
  height: 100%;
}
.choose-container {
  background: url(../images/infrastructure-bg.png) center no-repeat;
  background-size: cover;
  height: 70vh;
}
.infrastructure-content {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.infra-card {
  right: 0%;
  bottom: -8%;
}
.case-client {
  bottom: -7%;
  left: 13%;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.marquee-slider {
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.marquee-slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.marquee-slider .slide {
  height: 100px;
  width: 190px;
}
/* about us */

/* case study */
.client-container {
  bottom: -12%;
  left: 17%;
}
/* case study */
.dropdown-menu {
  min-width: 16rem !important;
}
.dropdown-toggle::after {
  display: none !important;
}
.dropdown-menu.show {
  display: block;
  position: relative;
  width: 100%;
}

.offering-content {
  top: 21vh;
  left: 7%;
}
.offering-bg {
  background: url(../images/offering-bg.jpg) center no-repeat;
  background-size: cover;
  height: 67vh;
}
.protection {
  height: 40vh;
}
.image {
  display: block;
  height: auto;
}

.overlay {
  bottom: 0;
  left: 4%;
  right: 4%;
  background-color: #202124;
  overflow: hidden;
  /* width: 48vh; */
  height: 40vh;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.6s ease;
}

.protection:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  top: 52%;
  left: 21%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-15%, -50%);
}
.business_content {
  font-size: 14px !important;
  line-height: 22px !important;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #e7e7e7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 350px;
  height: 365px;
  text-align: center;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
.card_container {
  position: relative;
  width: 96%;
}

.overlays {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(32, 33, 36, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.4s ease;
}

.card_container:hover .overlays {
  height: 100%;
}

.texts {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-1%, -47%);
  text-align: center;
  /* line-height: 28px; */
}
.card-title {
  position: absolute;
  background-color: #202124;
  width: 100%;
  height: 20%;
  bottom: 0%;
  margin: 0%;
}

.card-title h5 {
  text-align: center;
  margin-top: 33px;
}
.submit-container {
  background-color: #f2f2f2;
}
.contact-input {
  width: 90%;
  height: 56px;
  border: none;
}
.submit-btn {
  width: 90%;
}
.case___content {
  top: -8vh;
}
.endpoint-sol {
  height: 100%;
}
/* back top button*/
#button {
  display: inline-block;
  background-color: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
  background-color: rgb(255, 0, 0, 0.5);
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/* back top button*/
.submit-model {
  height: 50px;
  border: 1px solid #ff0000;
}
.submit-model:focus {
  height: 50px;
  border: 1px solid #ff0000 !important;
  outline: none;
}
@media (min-width: 1024px) and (max-width: 600px) {
  .technology_wrapper {
    height: 50vh;
  }
  .banner-bg {
    height: 40vh !important;
  }
  .infra-card {
    bottom: -26% !important;
  }
  .infrastructure-content {
    top: 30%;
    left: 43%;
    transform: translate(-37%, -65%);
  }
  .business_content {
    font-size: 10px !important;
    line-height: 18px !important;
  }
}
@media (min-width: 901px) and (max-width: 1280px) {
  h2 {
    font-size: 40px !important;
  }
  h3 {
    font-size: 36px !important;
  }
  h1 {
    font-size: 42px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h4 {
    font-size: 30px !important;
  }
  .pr-6 {
    padding-right: 1rem !important;
  }

  .pl-6 {
    padding-left: 1rem !important;
  }
  .business_content {
    font-size: 10px !important;
    line-height: 18px !important;
  }

  .m-center {
    text-align: center !important;
    align-self: center;
  }
}

@media (min-width: 820px) and (max-width: 1000px) {
  .hero {
    height: 88vh;
  }
  .offering-content {
    top: 12vh !important;
    left: 7%;
  }
  .offering-bg {
    height: 38vh !important;
  }
  .hero {
    height: 78vh !important;
  }
  .choose-container {
    height: 41vh !important;
  }
}

.scroll-nav {
  background-color: #ffffff;
  color: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}
.scroll-nav .open-button {
  border: 1px solid #fff;
}
.img-none {
  display: none;
}
@media screen and (max-width: 900px) {
  .technology_wrapper {
    height: 30vh !important;
  }
  /* .mobile-hide {
    display: none !important;
  } */
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-bg {
    height: 20vh !important;
  }
}
@media only screen and (max-width: 600px) {
  .case___content {
    top: -1vh !important;
  }
  .technology_wrapper {
    height: 57vh !important;
  }
  .banner-title-content {
    top: 70% !important;
    left: 29% !important;
    transform: translate(-19%, 236%) !important;
  }
  .infra-card {
    right: 0%;
    bottom: -37%;
  }
}
@media only screen and (max-width: 450px) {
  .infra-card {
    right: 0%;
    bottom: -4%;
  }
}
