@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,500;0,9..40,700;1,9..40,400&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 .grecaptcha-badge {
  visibility: hidden;
  z-index: -900;
}

 .custom-head
 {
  font-family: 'DM Sans', sans-serif;
   font-weight: 500;
   color:#101a29;
   /* font-size: 56px; */
   font-size: 3.5rem;
 }
 .custom-h1
 {
   font-family:  'DM Sans', sans-serif;
   font-weight: 500;
   font-size: 40px;
   color:#101a29;
   line-height: 52px;
 }

 .custom-h2
 {
   font-family:  'DM Sans', sans-serif;
   font-weight: 300;
   font-size: 25px;
 }

 .custom-h3b
 {
   font-family:  'DM Sans', sans-serif;
   font-weight: 300;
   font-size: 20px;
 }

 .main-color
{
  color: #011049;
  background-color: #011049;
}

 .accent-color
 {
   color:#27B7FF;
   /* background-color: #27B7FF; */
 }

 /****************** Style for anchor elements with button style*************************/
.btn-custom
{
  background-color: #27B7FF;
  border:1px solid #27B7FF;
  border-radius: 4px;
  box-shadow: 0 .125rem .25rem rgba(black, .075);
  color: white;
}

.btn-custom:hover
{
  background-color: #27B7FF;
  border:1px solid #27B7FF;
  box-shadow: 0 .125rem .25rem rgba(black, .075);
  color: white;
}

 /****************** / Style for anchor elements with button style*************************/
 body
 {
   font-family: 'DM Sans', sans-serif;
   /* background: #ffffff; */
 }

 /* Put navbar insdide the section home */
 body::before{ 
  display: none;
}

 body::before {
   /* display: block; */
   /* content: '';
   height: 60px; */
 }

  .nav-link{
  /* bs dark */
  color: #343a40;
  padding-left: 3vw !important;
  }

  .nav-item a{
    font-weight: 700;
    font-size: 1.1em;    
  }

 /* Apply hover effect to dropdown items */
.dropdown-item:hover,
.nav-link:hover {
    color: #007bff; /* bs primary */
}

 /* Change this to the desired background color on scroll */
 .navbar-scrolled {
  background-color: #ffffff; 
  transition: background-color 0.6s ease-in-out;
}

/* Custom dropdown menu */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Services dropdown */

.li-custom::marker {
  /* BS primary */
color: #007bff;
}
 
 .home{
  background-image: url('../img/hero_bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
 }

 .home, .solution{
  min-height: 90vh;
  }
   
 .subtext{
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
 } 

.button1{
  border-radius:30px;
  padding: 13px 30px;
  background-color: #011049;
  color: white;
  font-size: 12px;
  border: none;
}

.button a{
  text-decoration: none;
  color: white;
}

.button1 a{
  font-size: 1em;
  text-decoration: none;
  color: white;
}

.button1:hover{
 background-color:#007bff;
 }

 .button2:hover{
  background-color:#011049;
  }

 .bi-check-lg, .check-blue{
  color: #011049;
 }

 /* Reveal elements that are outside of viewport initially */
 .reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

/* End of Reveal elements that are outside of viewport initially */

.card{
  background-color: white;
  color: #011049;
  transition: background-color 0.3s, color 0.3s;
  /* Scale on hover */
  transition: transform 0.3s ease-in-out;
}

.card-text{
  color: #6c757d;
  transition: background-color 0.3s, color 0.3s;
}

.card-home:hover {
  background-color: #011049;
  color: white;
  /* Scale on hover */
  transform: scale(1.03);
}
.card-home-text:hover{
  color:white;
}

.logos{
  height: 2.5vh;
}


.pre-footer{
  background-image: url("../img/Saas-BG.png");
  background-position: top center;
  background-repeat:no-repeat;
  background-size:contain;
  background-color: #011049;
  
  
  background: linear-gradient(rgb(1,16,72,0.8), rgb(1,16,72,0.8)), url("../img/Saas-BG.png"); /* Make blue overlay on top of image */
  background-position: top center;
  background-repeat:no-repeat;
  background-size:contain;
  background-color: #011049; /* fallback for old browsers */
}

.button{
  border-radius:30px;
  padding: 13px 30px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  border: none;
}

.footer{
  min-height: 40vh;
}

/******** Call Now button *************/

.btn-call {
  position: fixed;
  bottom: 5%;
  left: 15px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .btn-call{

    bottom: 5%;
    left: 2%;

  }

}

/*Small devices (landscape phones, 768px and down) */
@media (max-width: 768px)
{
  body,a,h1,h2, footer,section p,.pre-footer, .left-mobile,.custom-h1 {
    text-align: left !important;
  }

  .left-mobile{
    text-align: left !important;
  }

  .pre-footer h2{
    text-align: left !important;
  }
  .home
  {
    margin-top: 5vh;
   background-image: none;
   text-align: left;
  }

  .home h1{
    
    font-size: 3rem;
    text-align: left; 
  }

  .navbar{
    background-color: #ffffff;
  }

  /* Make button text smaller on mobile */
  .button1, .button2 {
    font-size: .7em;
  }
 
}


/*************** T&C Privacy Policy *****************/

.header{
  min-height: 45vh;
}

/*************** About Us *****************/

.about-card{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32vh;
  width: 100%;
}
.card-0{
  background-image: url(../img/martjan.png); 
}

.card-1{
  background-image: url(../img/alpaslan.png); 
}

.card-2{
  background-image: url(../img/alex.jpg); 
}

.card-3{
  background-image: url(../img/amy.png); 
}

.pre-footer2{
  background: linear-gradient(rgb(1,16,72,0.8), rgb(1,16,72,0.8)), url("../img/business-consulting-services-cta.jpg"); /* Make blue overlay on top of image */
  background-position: top center;
  background-repeat:no-repeat;
  background-size:cover;
  background-color: #011049; /* fallback for old browsers */
}


/*************** Pricing *****************/

.custom-card {
  transition: border-color 0.3s ease;
  border: 1px solid transparent;
}

.custom-card:hover {
  /* bs info */
  border-color: #17a2b8;
}

.pre-footer3{
  background: linear-gradient(rgb(1,16,72,0.8), rgb(1,16,72,0.8)), url("../img/Creative-Studio-Testimonial-Logomark-2.webp"); /* Make blue overlay on top of image */
  background-position: center center;
  background-repeat:no-repeat;
  background-size:contain;
  background-color: #011049; /* fallback for old browsers */
}


/*************** Select Plan Modal - In footer.php *****************/

.custom-modal-dialog{
  width: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  margin: 0 auto;
}

.custom-modal-body{
  height: 25vh;
}

.custom-modal-content{
height: 53vh;
/* Bs bg-light */
background-color: #f8f9fa;
}

.custom-small{
  font-size: .7rem;
}


/* Mobile */
/*Small devices (landscape phones, 768px and down) */
@media (max-width: 768px)
{
  .responsive-modal-dialog
  {
    width: 100vw;
  }
}


/**************************************** Features ********************************************/

.features{
  margin-top: 25vh;
}

.subtext2{
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding-right: 10vw;
 }

/* Mobile */
/*Small devices (landscape phones, 768px and down) */
@media (max-width: 768px)
{
  .features{
    margin-top: 5vh;
  }
}





