body {
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    font-size: large;
}

:root {
  --color-primary: rgb(117, 17 ,217)!important;
  --color-secondary: #9BA17B;
  --color-third: #CFB997;
  --color-fourth: #FAD6A5;
}

.text-primary {
  color: rgb(117, 1 ,217)!important;
}

.bg-primary {
  background-color: rgb(117, 1 ,217)!important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: rgb(117, 1 ,217) !important;
}

.btn-primary:hover {
  background-color: rgb(165, 115, 209) !important;
}

.btn-outline-primary,  .btn-outline-primary:active, .btn-outline-primary:visited {
  color: rgb(117, 1 ,217) !important;
  border-color: rgb(117, 1 ,217);
}

.btn-outline-primary:hover {
  color: white  !important;
  background-color: rgb(117, 1 ,217) !important;
  
}


.sectionlink {
    position: relative;
}

ul {
  text-shadow: none;
}

time {
    font-size: xx-large;
    font-weight: bolder;
}

.sectionlink {
    margin-top: 20px;
}

a.sectionlink:link {
    text-decoration: none !important;
    color: #F45B69 !important;
  }
  
  /* visited link */
 a.sectionlink:visited {
    text-decoration: none !important;
    color: #F45B69 !important;
  }
  
  /* mouse over link */
 a.sectionlink:hover {
    color: lightblue !important;
  }
  
  /* selected link */
  a.sectionlink:active {
    color: #F45B69 !important;
  }

.button {
    margin: 10px;
    padding: 10px;
    float: right;
}

section {
    padding-bottom: 20px;
    padding-top: 20px;

}

.testimonial {
  min-height: 50vh !important;
  color: #000011;
  margin-bottom: 400px;

}


.hidden {
    opacity: 0;
    filter: blur(5px);
    /* transform: translateX(-100%); */
    transition: all 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    /* transform: translateX(0); */
    transition: all 1s;
}

.logos {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.logo {
    
    padding: 5px;
}

.logo:nth-child(2) {
    transition-delay: 200ms;
}
.logo:nth-child(3) {
    transition-delay: 400ms;
}
.logo:nth-child(4) {
    transition-delay: 600ms;
}

* {
    box-sizing: border-box;
  }
  
  .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
  }
  .timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
  }
  .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #F45B69;
  }
  .timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .timeline ul li:nth-child(odd) div {
    left: 45px;
  }
  .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
  .timeline ul li:nth-child(even) div {
    left: -439px;
  }
  .timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #F45B69;
  }
  @media screen and (max-width: 600px) {
    .timeline ul li {
      margin-left: 20px;
    }
    
    .timeline ul li div {
      width: calc(100vw - 91px);
    }
    
    .timeline ul li:nth-child(even) div {
      left: 45px;
    }
    
    .timeline ul li:nth-child(even) div::before {
      left: -15px;
      border-width: 8px 16px 8px 0;
      border-color: transparent #F45B69 transparent transparent;
    }
  }

  .roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  .card-img-top {
    width: 100%;
    object-fit: cover;
}

.container-child {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  .mobile-product {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 700px) {
  #site_name {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}