body {
    padding-top: 56px;
    /* Space for the fixed navbar */
    font-family: "lato", sans-serif !important;
  }
  .navbar {
    background-color: #ffffff;
    /* Background color */
    box-shadow: 2px 2px 10px rgba(44, 44, 44, 0.08);
  }
  .text-light .navbar {
    background-color: #000;
    box-shadow: 2px 2px 10px rgba(81, 81, 81, 0.304);
  }
  .logo-image {
    height: 80px;
  }
  
  .navbar-brand,
  .nav-link,
  .btn {
    font-family: "Roboto", sans-serif;
  }
  .text-light .nav-link{
   
    color: #fdf9f9;
    border-color: #666666;
  }
  
  .navbar-nav .nav-item .nav-link.active,
  .navbar-nav .nav-item .nav-link:hover {
    color: #666666;

    font-weight: 600;
  }

  .logo-image {
    height: 80px;
  }

  .header {
    background-color: #000000;
    color: #fff;
    padding: 60px 20px;
  
    height: 100vh;
    justify-content: center;
    align-items: center;
  }
   #header {
    margin-top: 0px;
  }

  
  .text-header {
    font-size: 80px;
font-weight: 700;
line-height: normal;
     background: linear-gradient(90deg, #666, white);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
  
  }

  .dark {
    background-color: #6d6d6d;
    border: 1px solid #d6d6d6;
    color: #d6d6d6;
    border-radius: 4px;
    padding: 16px 32px;
    /* margin-right: 24px; */
  }
  .dark-outline {
    border: 1px solid #666666;
   
    color: #d6d6d6;
    border-radius: 4px;
    padding: 16px 32px;
  }
  .dark-outline:hover {
    border: 1px solid #666666;
   background-color: #6d6d6d;
    color: #d6d6d6;
    border-radius: 4px;
    padding: 16px 32px;
  }

  section {
    margin-top: 60px;
    padding: 40px 0;
  }
  .head {
    font-size: 48px;
    font-weight: 600;
   color: #000; 
   margin-bottom: 40px;
   
  }

  /* 000000-666666-d6d6d6-ffffff */

/* how it works */

.card-blur {
    padding: 28px;


    transition: box-shadow 0.3s ease-out;
  }
  
  .card-blur:hover {
    box-shadow: 1px 1px 2px #e80000;
  }

  .side-image {
    width: 100%;

  }




/* whypriyzer section */
#whypriyzer,#industryleaders {
 background-color: #d6d6d6;
}


.go-to-top {
    width: 30px;
    height: 80px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

.dark-outlines {
    border: 1px solid #000;
   
    color: #000;
    border-radius: 4px;
    padding: 16px 32px;
  }

  .dark-outlines:hover {
 
   background-color: #000;
    color: #fff;
    border-radius: 4px;
    padding: 16px 32px;
  }

  #footers {
    background-color: #000000;
    color: #fff;
    padding: 60px 0px 20px 0px;
  }

  .footer .logo img {
    max-width: 300px;
  }
  
  .footer .social-icons a {
    color: #fff;
    margin-right: 16px;
  }
  
  .footer .heading {
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .footer .item a {
    font-weight: 300;
    text-decoration: none !important;
  }
  
  .footer .item {
    margin-bottom: 5px;
  }
  .company {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }
  .fotterhr{
    margin-top: 3rem;
  }
  .go-to-top,.go-to-top svg * {
    transition: .23s;
}

.go-to-top svg .st0:nth-child(2) {
    animation-name: gototopAnim;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.go-to-top:hover svg * {
    fill: #ffc000;
}

p {
    line-height: 26px;
}