html {
    scroll-behavior: smooth;
  }
          
          /* GLOBAL STYLES
  -------------------------------------------------- */
  /* Padding below the footer and lighter body text */
  
  body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: montserrat;
    color:#323232;
  }
  
  .navbar-light .navbar-nav .nav-link {color:white;font-size: small;font-weight: 800;letter-spacing: 0.5px;transition: 0.5s}
  
  
  .navbar-light .navbar-nav .nav-link:hover {color: #de0101;}
  
  .fixed-top {padding: 0.5em 3em;}


  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    top: 13rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 41rem;
    background-color: #777;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 41rem;
  }
  
  
  .badge{border-radius: 0;font-weight: 500;}
  .row {margin: 0;}
  
  p {color:rgba(50,50,50,.7)}
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.2rem;
      line-height: 1.4;
      color: white;
    }
  
  }
  
  
  
  
  figure {
      margin: unset;
  }
  
  .card {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    padding: 0 !important;
  }
  .card:hover .card__caption {
    bottom: -5em;
    transform: translateY(-0%);
  }
  .card:hover .card__image {
    transform: translateY(-10px);
  }
  .card:hover .card__thumb::after {
    top: 0;
  }
  .card:hover .card__snippet {
    margin: 20px 0;
    bottom: 0em;
  }
  .card__thumb {
    position: relative;
    max-height: 400px;
    overflow: hidden;
  }
  @media (min-width: 1024px) {
    .card__thumb {
      max-height: 500px;
    }
  }
  .card__thumb::after {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #de0101c4;
    transition: 0.3s;
  }
  @media (min-width: 1024px) {
    .card__thumb::after {
      top: calc(100% - 0px);
    }
  }
  .card__image {
    transition: 0.5s ease-in-out;
  }
  .card__caption {
    position: absolute;
    bottom: -40%;
    z-index: 1;
    padding: 0 20px;
    color: white;
    transform: translateY(-50%);
    text-align: center;
    transition: 0.3s;
  }
  @media (min-width: 1024px) {
    .card__caption {
      top: calc(60% - 110px);
      transform: unset;
    }
  }
  
  .card:hover .card__title {
      margin-top: -3em;
      text-align: center;
  }
  
  .card__title {
    display: -webkit-box;
    max-height: 85px;
    overflow: hidden;
    font-size: 1.5em;
    line-height: 28px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: 1s;
    text-align: center;
    font-weight: 600;
   
  }
  .card__snippet {
      position: relative;
      bottom: -12em;
    display: -webkit-box;
    max-height: 150px;
    margin: 20px 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    transition: 0.5s ease-in-out;
    -webkit-box-orient: vertical;
    color: white !important;
  }
  @media (min-width: 1024px) {
    .card__snippet {
      margin: 60px 0;
    }
  }
  
  .disclaimer {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    background-color: white;
    transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: center;
  }
  .disclaimer__link {
    color: #755D87;
    text-decoration: none;
  }
  
  
  footer a {font-size: small;padding-bottom: 4em;transition: 1s;text-decoration: none !important;}
  footer a:hover {color: #de0101 !important;}
  
  .contact-section .contact-information {background: #de0101;}
  
  .contact-section .form-wrap__flexbox .form-group .form__radio label:hover {background: #de0101;}
  
  .contact-section .form-wrap__flexbox .form-group .form__radio label {color: #de0101}
  
  
  .header p {
      margin: 0 auto;
      line-height: 2;
      color: var(--grayishBlue);
  }
  
  
  .box p {
      color: var(--grayishBlue);
      font-size: small;
  }
  
  .box h6 {font-weight: 700;color: #000;}
  
  .box {
      box-shadow: 0px 30px 40px -20px #ccc;
      padding: 30px; 
      border-radius: 0.3em;
  }
  
  
  @media (max-width: 450px) {
      .box {
          height: 200px;
      }
  }
  
  @media (max-width: 950px) and (min-width: 450px) {
      .box {
          text-align: center;
          height: 180px;
      }
  }
  
  .cyan {
      border-top: 3px solid #de0101;
background: #e3e3e3;
  }
  
  
  
  
  @media (min-width: 950px) { .box {width: 35%;} }
  
  
  
  
  
  #wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .content {
    width: 100%;
    min-width: 260px;
    margin-top: 10%;
    transition: 0.3s ease;
    box-shadow: 0px 30px 40px -20px #ccc;
  }
  @media screen and (max-width: 512px) {
    .content {
      margin: 0 4%;
      margin-top: 5%;
    }
  }
  
  /* Tabs menu */
  .tabs {
    margin: 0;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-radius: 2px 2px 0px 0px;
  }
  @media screen and (max-width: 512px) {
    .tabs {
      height: 40px;
    }
  }
  
  /* Tab Links */
  .tablinks {
    background: transparent;
    background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    outline: none;
    cursor: pointer;
    width: 25%;
    /*change depending on the number of tabs*/
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    overflow: hidden;
    transition: 0.3s ease;
  }
  @media screen and (max-width: 512px) {
    .tablinks {
      height: 40px;
      font-size: 12px;
    }
  }
  
  .tablinks:before {
    background-image: linear-gradient(135deg, #de0101 0%, #f06d6d 100%);
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  
  /*tab buttons hover*/
  .tablinks:hover::before {
    height: 100%;
    z-index: 2;
    bottom: 0;
  }
  @media screen and (max-width: 512px) {
    .tablinks:hover::before {
      height: 0;
    }
  }
  
  /* Tab active */
  .tablinks.active {
    background-color: white;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    height: 110px;
    bottom: 0px;
    overflow: hidden;
  }
  @media screen and (max-width: 512px) {
    .tablinks.active {
      height: 60px;
    }
  }
  
  .tablinks.active:before {
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
  }
  
  /* Tabs text */
  .tablinks.active p,
  .tablinks.active:hover p {
    opacity: 1;
    background: -webkit-linear-gradient(135deg, #de0101 0%, #f06d6d 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .tablinks p {
    opacity: 0.6;
    display: grid;
    font-size: 0.9em;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: #686868;
    backface-visibility: hidden;
    font-weight: 400;
  }
  
  .tabcontent h4 {text-transform: uppercase !important;}
  .tablinks:hover p {
    color: white;
    opacity: 1;
  }
  @media screen and (max-width: 512px) {
    .tablinks:hover p {
      color: #686868;
      opacity: 0.6;
    }
  }
  
  /* Tabs text bigger */
  .tablinks p:before {
    content: attr(data-title);
    position: absolute;
    height: auto;
    width: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    font-size: 40px;
    transition: 1s ease-out;
    z-index: -1;
    font-weight: 600;
    top: 110%;
  }
  @media screen and (max-width: 512px) {
    .tablinks p:before {
      display: none;
    }
  }
  
  .tablinks:hover p:before {
    opacity: 0.1;
    font-size: 40px;
    top: -80%;
  }
  
  /* tab content */
  .wrapper_tabcontent {
    background-color: white;
    margin-top: 0px;
    z-index: -3;
    position: relative;
    opacity: 1;
    padding: 40px 60px;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
  }
  
  .tabcontent {
    display: none;
    min-height: 110px;
  }
  
  @keyframes tabEffect {
    from {
      top: -40px;
    }
    to {
      top: 0px;
    }
  }
  .tabcontent.active {
    transition: all 1s ease;
    display: block;
  }
  
  /* Tab content line */
  .wrapper_tabcontent:after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(135deg, #de0101 0%, #f06d6d 100%);;
    left: 0;
    bottom: 0;
    z-index: -2;
    transition: all 1s ease;
  }
  
  /* Title */
  .tabcontent h3 {
    font-size: 40px;
    top: 75px;
    transform: rotate(90deg);
    position: absolute;
    left: -90px;
    opacity: 0.1;
    width: 200px;
    height: 60px;
    background: -webkit-linear-gradient(135deg, #de0101 0%, #f06d6d 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    animation: city 1s ease;
  }
  @media screen and (max-width: 512px) {
    .tabcontent h3 {
      top: 65px;
    }
  }
  
  @keyframes city {
    from {
      left: -150px;
    }
    to {
      left: -90px;
    }
  }
  /* Text*/
  .tabcontent p {
    color: #686868;
    margin-top: 15px;
    padding: 0;
    line-height: 28px;
    font-weight: 400;
    transition: all 1s ease;
    animation: fadeEffect 0.6s ease;
    width: 100%;
    font-size: 1.1em;
  }
  @media screen and (max-width: 512px) {
    .tabcontent p {
      font-size: 14px;
      line-height: 26px;
    }
  }
  
  @keyframes fadeEffect {
    from {
      opacity: 0;
      margin-left: 30px;
    }
    to {
      opacity: 1;
      margin-left: 0;
    }
  }
  
  .tab-icon {width:25%;padding: 0.2em;text-align: center;margin-bottom: 0.5em;margin-left: 4em;}
  
  button:focus {outline: none;}
  
  
  
  
  
  details {
    width: 75%;
    min-height: 5px;
    padding: 25px 45px 25px 25px;
    margin: 0 auto;
    position: relative;
    font-size: 22px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s;
  }
  
  details + details {
    margin-top: 20px;
  }
  
  details[open] {
    min-height: 50px;
    background-color: #f6f7f8;
    box-shadow: 2px 2px 20px rgba(0,0,0,.2);
  }
  
  details p {
    color: #96999d;
    font-weight: 300;
    font-size: 0.6em;
    margin-top: 0.5em;
  }
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 1em;
  }
  
  summary:focus {
    outline: none;
    
  }
  
  summary:focus::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  summary::-webkit-details-marker {
    display: none
  }
  
  .control-icon {
    fill: rebeccapurple;
    transition: .3s ease;
    pointer-events: none;
    margin-top: -0.5em;
  }
  
  .control-icon-close {
    display: none;
  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
  }
  
  
  
  
  
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%), rgb(0 0 0 / 70%));
  }
  
  .hero-slider {
    width: 100%;
    height: 95vh;
    overflow: hidden;
    margin-top: -3em;
  }
  .hero-slider p{color: white;}
  .hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .hero-slider .carousel-cell .inner {
    position: relative;
    top: 47%;
    left:10%;
    width: 60%;
    transform: translateY(-50%);
    color: white;
  }
  .hero-slider .carousel-cell .inner .subtitle {
    font-family: "Roboto Slab", serif;
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
  }
  .hero-slider .carousel-cell .inner .title {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 20px;
  }
  .hero-slider .carousel-cell .inner .btn {
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .hero-slider .carousel-cell .inner .btn:hover {
    background: #fff;
    color: #000;
  }
  .hero-slider .carousel-cell .inner .badge-primary {
    background-color: #de2003;
}
  .hero-slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent;
  }
  .hero-slider .flickity-prev-next-button:hover {
    background: transparent;
  }
  .hero-slider .flickity-prev-next-button .arrow {
    fill: white;
  }
  .hero-slider .flickity-page-dots {
    bottom: 30px;
  }
  .hero-slider .flickity-page-dots .dot {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
  }
  .hero-slider .flickity-page-dots .dot.is-selected {
    background: #de0101;
    border: 0 solid #de0101;
  }
  
  /* no circle */
  .flickity-button {
    background: transparent;
  }
  /* big previous & next buttons */
  .flickity-prev-next-button {
    width: 100px;
    height: 100px;
  }
  /* icon color */
  .flickity-button-icon {
    fill: white;
  }
  /* hide disabled button */
  .flickity-button:disabled {
    display: none;
  }
  
  .flickity-prev-next-button svg{display:block !important}
  
  
  
  /*
  *
  * ==========================================
  * CUSTOM UTIL CLASSES
  * ==========================================
  *
  */
  .navbar {
      transition: all 0.4s;
  }
  
  .navbar .nav-link {
      color: #fff;
  }
  
  .navbar .nav-link:hover,
  .navbar .nav-link:focus {
      color: #fff;
      text-decoration: none;
  }
  
  .navbar .navbar-brand {
      color: #fff;
  }
  
  
  /* Change navbar styling on scroll */
  .navbar.active {
      background: #fff;
      box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .navbar.active .nav-link {
      color: #555;
  }
  
  .navbar.active .nav-link:hover,
  .navbar.active .nav-link:focus {
      color: #555;
      text-decoration: none;
  }
  
  .navbar.active .navbar-brand {
      color: #555;
  }
  
  
  /* Change navbar styling on small viewports */
  @media (max-width: 991.98px) {
      .navbar {
          background: #de0101;
      }

      .navbar.navbar-light:not(.bg-light) .btn {
        background: #fff;
        color: #000;
      }
      .navbar .navbar-nav {
        text-align: center;
      }
      .navbar form {
        justify-content: center;
      }

      .hero-slider .carousel-cell .inner {
        top: 55%;
        padding: 50px;
        left: 0;
        width: 100%;
      }

      .hero-slider .flickity-prev-next-button {
        width: 35px;
      }

      .hero-slider p {
        line-height: 1.4;
      }

      .technology-tabs {
        margin-top: 0 !important;
      }
      .technology-tabs .tabs {
        height: auto;
        flex-wrap: wrap;
      }
      .technology-tabs .tablinks {
        width: 100%;
      }
      .box {
        height: auto;
        margin-bottom: 20px;    
      }
      footer .col-md {
        margin-bottom: 20px;
      }
  
      /* .navbar .navbar-brand, .navbar .nav-link {
          color: #555;
      } */
  }
  