@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);

.one {
  width:90%
}

#play-video {
/*     border: 4px solid;
    border-radius: 50%;
    padding: 6px 11px;
    background: transparent;
    font-size: 24px;
    color: #ae2f3b;
    border-color: #ae2f3b;
    height: 56px;
    width: 56px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 1.5; */
    cursor: pointer;
 
}
#play-video:hover {
    transform:scale(1.05);
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);
}
#play-video i {
    transition: all 0s ease !important;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    line-height: 0;
}

#close-video {
    border: 4px solid;
    border-radius: 50%;
    background: transparent;
    font-size: 26px;
    color: #8D908A;
    height: 56px;
    width: 56px;
    text-align: center;
}

.youtube-video .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    max-width: 1000px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
iframe#youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.youtube-video .modal-footer {
    border: none;
    text-align: center;
    display: block;
    padding: 0;
}
.youtube-video .modal-content {
    background: none !important;
    border: none;
}



.container-fluid {
     padding-left:0px !important;
     padding-right:0px !important;
}
 .section-header {
     display:flex;
     justify-content:space-between;
     align-items:flex-start;
     margin-top:6em;
     margin-bottom:6em;
}
.section-header {
  margin-top:6em !important;
}
  
 .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;
}

/* Shipping API Container */
.api-tabs .nav-link.active, .nav-pills .show>.nav-link {
  background-color:#333333 !important;
  color:#27c058 !important;
  border-radius:8px 8px 0px 0px;
}
.tab-content>.active {
  background-color:#333333;
  padding:32px;
  color:#27c058;
  border-radius:0px 0px 8px 8px;
  font-family: 'Source Code Pro';
    height: 400px;
    max-height: 400px;
    overflow-y: scroll;
}

.nav-pills .nav-link {
  background-color:#c9c9c9 !important;
  color:#454545 !important;
}

.offset {
  left: 0%;
    position: relative;
    top: -100px;
  z-index:2;
}

/**** 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;
}
/*  .bg-image-wrap {
     display:none !important;
    ;
} */
 .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(180deg, rgba(41,46,49,1) 0%, rgba(1,113,187,1) 100%);
     padding:2em 4em;
     border-radius:8px;
     margin-bottom:6em;
   margin-top:3em;
}

/* .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:20px;
     margin-bottom:8px;
}
 .container-bigTitle {
     font-family:"Effra",sans-serif;
     font-weight:700;
     font-size:24px;
     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;
     */
     align-items:center;
   display:flex;
   margin-bottom:6em;
/*      padding:6em; */
}

.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%;
}
   .offset {
     position:initial;
   }
}
/*********** TABLET CSS QUERIES ******/
 @media only screen and (min-width:1079px) and (max-width: 769px) {
     row-gap:24px;
    {
    }
     .subtitle-text {
         font-size:18px;
    }
     .one {
         width:60%;
    }
     .two {
         width:40%;
    }
     .one h1 {
         font-size:48px;
    }
   .customer-card {
     flex:0 !important;
   }
}
/*********** 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;
   }
   
}





.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;