.body-style {
    background-image: url("../img/frontpage.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    
    
    }

    header{
      position: fixed;
      top: 0;
      width: 75%;
      margin-top: 0px;
      z-index: 999;
      background-color: rgb(255, 255, 255);
    }
    
    .navbar {
      --text: #f4f4f4;
      --text-inverse: #333;
      background: rgb(255, 255, 255);
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.481);
    
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9;
      scrollbar-arrow-color: none;
      padding-top: 0%;
      padding-bottom: 0%;
    }
    
    
    .navbar-brand {
      float: left;
      padding: 10px;
      font-size: 19px;
      line-height: 10px;
      height: 75px;
      max-width: 440px;
      display: flex;
    }
    
    .nav-link {
      transition: all 1s;
      position: relative;
    }
    
    .nav-link:hover::after {
      content:'';
      height: 2px;
      width: 100%;
      background-color: #333;
      position: absolute;
      bottom: 0;
      left: 0;
    }

.text-one {
    left: 50%;
    bottom: 25%;
}

.main-div {
    flex: 1;
    display:flex;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 630px !important;
    max-width: 1500px !important;
   

  }

  .img-size{
    height: 14rem; 
    width: 31.25rem;
  }

  .parallax-top {
    flex: 1;
    display:flex;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    max-width: fit-content;
    padding-left: 0;
    padding-right: 0;
  }

  .parallax {
    /* The image used */
    background-image: url("/img/frontpage.jpg");
  
    /* Set a specific height */
    min-height: 300px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .parallax-contact {
    /* The image used */
    background-image: url("/img/frontpage.jpg");
  
    /* Set a specific height */
    min-height: 100px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
  }
  
  .parallax-first {
    background-image: url("../img/frontpage.jpg");
    background-size: 100%;
    display: flex;
    
  }

  .parallax-text{
    /* font-size: 2rem;
    font-family: 'Roboto', sans-serif; */
    margin: 0%;
    position: absolute;
    flex: auto;
    display: flex;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:rgba(255, 255, 255, 0);
  }

  .underbrand-text{
    font-size: 1rem;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 400;
    margin: 0%;
    position: absolute;
    flex: auto;
    display: flex;
    top: 70%;
    left: 49%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:rgba(255, 255, 255, 0);
  }


  a { 
    text-emphasis-color: white;
    text-decoration-color:unset ;
    color: white;
    
    
  }

  a:hover{
    color:white;
  }

  .selector-for-some-widget {
    box-sizing: content-box;
  }

  .a-text{
    font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  
  }


  .fade-in {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.p-a{
  margin: 0px 50px 0px 0px;
  text-align: justify;
}

.p-b{
  margin: 0px 50px 0px;
  text-align: justify;
}


.p-s{
  margin: 0px 0px 0px 50px;
  text-align: justify;
}

.icon-size{
  max-width: 75px;
  max-height: 75px;
  margin: 0px 65px 0px 80px;
  
  
  
}

.text-service { 
  font-size: larger;
  margin: 0px 50px 0px 50px;
}

.rounded-corners {
  border-radius: 20px;
}

.carousel-inner {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  background-color: #f4f4f4;
  padding: 50px;
}



card{
  padding-top: 5px;
  margin-top: 10px;
}

.card:hover{
  transform: scale(1.05);
  transition: 0.1s all;
}