.outer {
  border-radius:50px;
  overflow:hidden;
  margin-bottom:2em;
}
.container-fluid {
     padding-left:0px !important;
     padding-right:0px !important;
}
 .section-header {
     display:flex;
     justify-content:space-between;
     align-items:flex-start;
     margin-top:4em;
     margin-bottom:6em;
}
 .header-wrapper {
     max-width: 1160px;
     width: 100%;
     margin: 0 auto;
     padding: 0 10px;
     position: relative;
     color: inherit;
     overflow: auto;
     transition: .2s;
}

.button-outlines {
  display: inline-block;
    padding: 1em 1.8125em;
    border-radius: 4px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    transition: 150ms ease;
    transition-property: background-color, border-color, box-shadow, color;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    /* box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%); */
    background-color: transparent;
    color: #fff;
  border:2px solid white;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
}


/**** Hero Section for Video ****/
 .bg-video-wrap {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 100vh;
/*      background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
     margin-bottom:4em;
   
}

.video-container {
      margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: 1567px;
    height: auto;
}
 .video-hero {
min-width: 100%;
min-height: 100vh;
     z-index: 1;
   
}
 .overlay {
/*      width: 100%;
     height: 100vh;
     position: absolute;
     top: 0;
     left: 0;
     background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
     background-size: 3px 3px;
     z-index: 2; */
}
 .video-text {
     text-align: left;
     color: #0072bc;
     position: absolute;
     top: 0;
     bottom: 0;
     left: -60vh;
     right: 0;
     margin: auto;
     z-index: 3;
     max-width: 600px;
     width: 100%;
     height: 50px;
}

 .one h1 {
     color:#0072bc !important;
}

.container-image img {
  width:100% !important;
}

.two img {
  width:100% !important;
}
 .subtitle-text {
     font-size:20px;
     font-weight:700;
   margin-bottom:1em;
}

.rating-row {
  column-gap:4px;
}

.rating-row .fa-solid {
  color:#FCC803;
}

/*********** Gradient Container ******/
 .gradient-container {
background: linear-gradient(90deg, rgba(48,152,219,1) 0%, rgba(0,188,181,1) 100%);
     padding:2em 4em;
     border-radius:8px;
     margin-bottom:6em;
}

/* .gradient-container .container-text {
  width:50%; 
}

.gradient-container .container-image {
  width:100%; 
} */

.blue-container-screen .container-text {
  width:50%;
}
.blue-container-screen .container-image {
  width:100%;
}


 .container-title, .container-bigTitle, .container-body {
     color:#fff;
}
 .container-title {
     font-family:"Effra",sans-serif !important;
     font-weight:700;
     font-size:30px;
     margin-bottom:8px;
}
 .container-bigTitle {
     font-family:"Effra",sans-serif;
     font-weight:700;
     font-size:40px;
     margin-bottom:8px;
}
 .container-body {
     margin-bottom:32px;
}
 .container-buttons {
     column-gap:8px;
}
/*********** Feature List with Icons Section ******/
 .feature-list-header {
     margin-bottom:2em;
}
 .icon-text {
     margin-bottom: 3em;
}
/*********** Laptop Section ******/
 .laptop-container-desktop {
    height:400px;
    justify-content:center;
     align-items:center;
   display:flex;
   margin-bottom:6em;
     padding:6em;
   margin-top:3em;
}

.laptop-container-mobile {
  display:none;
}

.laptop-container-text {
  position:absolute;
  z-index:2;
  width:500px;
  padding:60px;
  
}
/*********** Customer Testimonials ******/
 .customer-testominal-section {
     column-gap:24px;
}
 .customer-card {
     border-radius:32px;
     padding:32px;
     box-shadow:0px 2px 6px rgba(71, 88, 114, 0.1);
     flex: 1 1 0;
}
 .customer-name {
     column-gap:16px;
}
 .customer-logo {
     margin-bottom:16px;
}
 .customer-text {
     font-size:14px;
     font-weight:400;
     margin-bottom:16px;
}
 .img-customer {
     width: 50px;
     height: auto;
     border-radius: 50%;
}
 .customer-firstName {
     font-size:20px;
     color:#0072bc;
     font-weight:700;
}
 .customer-businessName {
     font-size:16px;
     color:#0072bc;
}

.customer-logo img {
  width:60px;
  height:auto;
}

.mobile-carousel {
  display:none;
}

/*********** TABLET AND MOBILE CSS QUERIES ******/
 @media only screen and (max-width: 1200px) {
     .bg-video-wrap {
         display:none;
    }
     .bg-image-wrap {
         display:block !important;
         margin-top:6em !important;
         margin-bottom:4em;
    }
   
   
   .gradient-container, {
     background: linear-gradient(180deg, rgba(48,152,219,1) 0%, rgba(0,188,181,1) 100%) !important;
   }
   
   .laptop-container-desktop {
     display:none !important;
   }
   
   .laptop-container-mobile {
     display:block;
    background: linear-gradient(180deg, rgba(48,152,219,1) 0%, rgba(0,188,181,1) 100%) !important;
     border-radius:8px;
     padding:64px;
     margin-bottom:6em;
   }
   
   .mobile-container-text {
    text-align:center;
  }
   .blue-container-screen .container-text {
  width:100%;
}

.blue-container-screen .container-image {
  width:100%;
}
      .customer-card {
     flex-basis:50%;

}
   .customer-testominal-section {
     column-gap:inherit;
     flex-wrap:wrap;
   }

}
/*********** DESKTOP ONLY CSS QUERIES ******/
 @media only screen and (min-width:1280px) {
   .gradient-container {
    margin-top:8em;
}
   
   .blue-container-screen .container-image img {
left: 0%;
    position: relative;
    top: -70px;
}
   }

.customer-card {
  display:flex;
  flex-direction:column;

}
.customer-name {
  margin-top:auto;
}

   .container-image .laptop-image {
    left: 0%;
    position: relative;
    top: 90px;
   }
      .blue-container-screen {
     height:50vh;
   }
}

/*********** TABLET CSS QUERIES ******/
 @media only screen and (min-width:1079px) and (max-width: 769px) {
     .subtitle-text {
         font-size:18px;
    }
     .one {
         width:60%;
    }
     .two {
         width:40%;
    }
     .one h1 {
         font-size:48px;
    }
   .customer-card {
     flex:0 !important;
     flex-basis:50%;
   }
   .container-image .laptop-image {
    left: 0%;
    position: relative;
    top: 90px;
   }
   .blue-container-screen {
    height:auto;
  }

}
/*********** MOBILE QUERIES ******/
 @media only screen and (max-width:768px) {
     .customer-testominal-section {
         flex-direction:column !important;
         row-gap:24px;
    }
     .one {
         width:100%;
         margin-bottom:3em;
         text-align:center;
    }
     .one h1 {
         font-size:34px;
    }
     .two {
         width:100%;
    }
     .bg-image-wrap .section-header {
         flex-direction:column!important;
    }
     .blue-container-screen {
         flex-direction: column !important;
    }
     .container-buttons {
         justify-content:center;
    }
     .container-text {
         margin-bottom:2em;
    }
     .container-text, .container-image {
         text-align:center;
    }
   .rating-container {
     justify-content:center;
   }
   .gradient-container {
     padding:1.2em !important;
   }
   .laptop-container-mobile {
     padding:2em !important;
   }
   .mobile-carousel {
     display:block;
     margin-bottom:2em;
   }
   .desktop-carousel {
     display:none;
   }
   .mobile-carousel-header {
     margin-bottom:0em !important;
   }
      .container-image .laptop-image {
    position: inherit;
   }
      .blue-container-screen {
    height:auto;
  }
}





.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
  .card {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }
  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .card:not(:first-child) {
    display: none;
  }
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}


.container-fluid {
     padding-left:0px !important;
     padding-right:0px !important;
}
 .section-header {
     display:flex;
     justify-content:space-between;
     align-items:flex-start;
     margin-top:4em;
     margin-bottom:6em;
}
 .header-wrapper {
     max-width: 1160px;
     width: 100%;
     margin: 0 auto;
     padding: 0 10px;
     position: relative;
     color: inherit;
     overflow: auto;
     transition: .2s;
}

.button-outlines {
  display: inline-block;
    padding: 1em 1.8125em;
    border-radius: 4px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    transition: 150ms ease;
    transition-property: background-color, border-color, box-shadow, color;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    /* box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%); */
    background-color: transparent;
    color: #fff;
  border:2px solid white;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
}

.carousel-control-prev, .carousel-control-next {
    top: 50% !important;
    opacity: 0.1 !important;
    background-color: #0072bc !important;
   width:40px !important;
  height:40px !important;
}