/* Font Display for Web Fonts */
@font-face {
  font-family: 'Outfit';
  src: url('Outfit-Regular.woff2') format('woff2'),
       url('Outfit-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('Outfit-Bold.woff2') format('woff2'),
       url('Outfit-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif !important;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}

::placeholder {
  color: #777;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
 
:-ms-input-placeholder {
  color: #777;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
 
::-ms-input-placeholder {
  color: #777;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
.navbar-toggler {
    border: 1px solid #00D2C5 !important;
}


@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1320px;
  }}

.bg-info {
  background-color: #00D2C5!important;
}

.icon_color .bi::before {
  color: #00D2C5!important;
}
.icon_color .btn.btn-secondary {
  border-radius: 8px;
  background: #1F2123;
}
p{
  font-family: Outfit !important;
}
h1,h2,h4,h5,h6 {
  color: var(--Text-Color, #141618);
  font-family: 'Outfit';
  font-style: normal;
}
h2, h3, h4,h5{
  line-height: normal;
}


h1{
  font-size: 70px;
  font-weight: 700;
  line-height: 85px; /* 142.857% */
}

h2{
  font-size: 64px;
  font-weight: 800;
}

h3 {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

h4{
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.52px;
}

h5{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
h6{
  font-size: 18px;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
}

.icon_color a{
        color: white;
}
a:hover {
    text-decoration: none;
    color: #00D2C5 !important;
}

@media (min-width: 960px) and (max-width: 1300px) {
   h1{
  font-size: 60px !important;
  line-height: 70px; /* 142.857% */
}
h2{
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4{
  font-size: 24px;
}

.hero-section{
  height: 120vh !important;
}
.content-section {
    height: calc(120vh - 100px) !important;
}
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.65rem 2rem !important;
}

.navbar-nav .nav-link.custom-white {
  color: white !important; /* Set the font color for the "Sign In" link to white */
}
.navbar-nav .nav-link.custom-white:hover {
  color: #00D2C5 !important;
}

a.nav-link {
  color: var(--Text-Color, #141618) !important;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}


.hero-section{
  height: 100vh;
  background-image: url('Img/SaleSprout Hero image Background.png'); 
  background-size: contain;
  background-color: #ECFBFA !important;
  margin: 0;
  background-repeat: no-repeat;
  background-position-x: center;
  position: relative;
}
.hero-section .content {
    z-index: 1;
}
.header-section{
    height: 100px;
 }
  .content-section{
height: calc(100vh - 100px);
display: flex;
align-items: center;
justify-content: center;
text-align: center !important;
  }
.fixed-top {
  padding-top: 1%;
  position: absolute !important;
height: 100px;
}

/*.content {*/
/*  z-index: 99999 !important;*/
/*}*/

.paragraph-1{
  color: #777;
  text-align: center;
  font-style: normal;
font-weight: 400;
line-height: 35px; /* 175% */
letter-spacing: 0.4px;
font-size: 20px;
}

.custom-btn {
  margin-top: 50px !important;
}

.btn-primary {
  border-radius: 40px;
  background: var(--Primary, #00D2C5);
  border: 1px solid var(--Primary, #00D2C5);
  padding: 18px 26px;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.btn-primary:hover {
  background-color: #fff;
  color: #00D2C5;
  border: 1px solid #00D2C5 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #fff;
  color: #00D2C5;
  border: 1px solid #00D2C5 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(186 186 186 / 50%) !important;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #fff;
  color: #00D2C5;
  border: 1px solid #00D2C5 !important;
  box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 50%);
}


.section-1{
  padding-top: 120px;
  padding-bottom: 60px;
}

.paragraph-2{
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
  color: #777;
  padding-top: 15px;
}


/*trusted by section*/
.Trusted_by_section {
  padding-top: 50px;
  padding-bottom: 50px; 
}
.trusted-logo img {
    filter: grayscale(100%);
    transition: filter 0.3s ease; /* Adjust the duration and timing function as needed */
            align-self: center;
}

.trusted-logo img:hover {
    filter: none;
}

   .Trusted_by_section {
  background-color: #f0f0f0; /* Example light gray background */
}

/* section 2 start here  */
.Section-2{
  padding-top: 60px;
  padding-bottom: 60px; 
}


.paragraph-4{
  color: #212121;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
}

/* section 3 here */

.Section-3{
  padding-top: 60px;
  padding-bottom: 60px;
}
.Section-3 h3 {
  text-align: left !important;
}
.Section-3 .container {
  border-radius: 30px;
  padding: 30px;

}
.Section-3 .btn, .Section-5 .btn {
  border-radius: 30px;
  background-color: white;
  color: #00D2C5;
}

/* section 4 start here  */

.Section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*Testimonial_Section*/
.Testimonial_Section{
  padding-top: 60px;
  padding-bottom: 60px;
}

.card-footer p{
    color:#777777;
}

/* section 5 start here */
.Section-5 {
  padding: 30px;
}



/* section 6 start here  */

.section-6 {
  background-color: #ECFBFA;
}
.section-6{
  padding: 120px 0px;
}

.section-6 .p-4{
  border-radius: 30px;
  padding: 30px !important;
}
section.container-fluid.section-6.bg-image {
  background-size: auto;
}
.section-6 h4 {
  text-align: center;
}


/* section 7 start  */
.paragraph-5{
  color: #212121;
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-7{
  padding: 60px 0px;
}

.section-8{
  padding: 120px 0px;
  /*background: #ECFBFA;*/
}
.shadow {
    box-shadow: 0px 0rem 1rem 12px rgb(0 210 197 / 15%) !important;
}
.form-padding{
  padding: 50px 70px;
  border-radius: 40px;
background: #FFF;
}
 /* Style for the placeholder text color */

 .form-row input,
        .form-row textarea {
            transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }

        .form-row input:focus,
        .form-row textarea:focus {
            border-color: #00D2C5;
            box-shadow: 0 0 10px rgba(9, 165, 216, 0.5);
        }

/* .form-control::placeholder {
  color: #777 !important;
  font-family: outlit !important ;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 0.32px !important;
} */
.form-control-lg {
  border-radius: 12px;
  border: 1px solid #D8D8D8;}



/*price section */
.Price_section {
    padding: 120px 0px;
    background-size: cover !important;
    background: #ECFBFA;
}
.price-line h2 {
    font-weight: 700 !important;
}
.price-line h3 {
    font-weight: 200 !important;
    color: Black !important;
}
.price-line p {
     color: Black !important;
}



/* section 8 */
/*section.container-fluid.section-8.bg-image {*/
/*  background-size: contain !important;*/
/*}*/

/* footer code here  */
.Footer_SalesSprout{
  background: var(--Text-Color, #141618);
  padding-top: 90px;
  padding-bottom: 46px;
}

.Footer_SalesSprout .row {
  padding: 0rem 2rem;
}
.Footer_SalesSprout h4{
  color: var(--Primary, #00D2C5) !important;
  text-align: left !important;
}
.social-icons {
  display: flex;
  align-items: center;
  margin-left: auto; /* Push icons to the right */
}

.social-icons a {
  margin-right: 20px; /* Adjust the spacing between icons */
}

.social-icons i {
  font-size: 1.5rem; /* Adjust the icon size */
  color: #656565; /* Set the desired icon color */
  transition: all 0.3s ease; /* Add transition for smooth effect */
}

/* Hover styles for social icons */
.social-icons i:hover {
  font-size: 1.7rem; /* Adjust the icon size on hover */
  color: #00D2C5; /* Set the desired icon color on hover */
}



.Footer_SalesSprout p {
  color: #FFF;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.4px;
}

.Footer_SalesSprout span {
  color: #3B3B3B;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.copyright a{
  color: #ff590a8a;
  text-decoration-line: underline;
}



.mb-10{
  margin-bottom: 10px;
  }
  .mb-20{
    margin-bottom: 20px;
    }
  .mb-30{
      margin-bottom: 30px;
      }
  .mb-40{
        margin-bottom: 40px;
        }
  .mb-50{
          margin-bottom: 50px;
        }
  .mb-60{
          margin-bottom: 60px;
  }
  .mb-120{
    margin-bottom: 120px;
  }
  
  
  .mt-10{
  margin-top: 10px;
  }
  .mt-20{
    margin-top: 20px;
    }
  .mt-30{
    margin-top: 30px;
      }
  .mt-40{
    margin-top: 40px;
        }
  .mt-50{
    margin-top: 50px;
        }
  .mt-60{
    margin-top: 60px;
  }
  .mt-90{
    margin-top: 90px;
  }
  .mt-100{
    margin-top: 100px;
  }
  .mt-120{
    margin-top: 120px;
  }
  .mt-180{
    margin-top: 180px;
  }
  
  
  .mr-10{
    margin-right: 10px;
  }
  .mr-20{
    margin-right: 20px;
  }
  .mr-30{
    margin-right: 30px;
  }
  .mr-40{
    margin-right: 40px;
  }
  .mr-50{
    margin-right: 50px;
  }
  
  
  @media (max-width: 320px) {
    /* Your styles for extra small devices go here */
    .section-7 .row {
      gap: 0px !important;
  }
  .Space .row {
    margin-bottom: 20px;
 }
    br.break {
      display: none;
    } 
    .fixed-top {
      position: relative !important;
    }
    div#navbarNav {
      background-color: white;
    }
    
    nav#navbar {
      padding: 0px !important;
    }
    .navbar img.Logo {
      height: 35px;
    }
        h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    h2 {
      font-size: 1.3rem;
    }
    
    h3 {
      font-size: 1.2rem;
    }
    
    h4 {
      font-size: 16px;
      text-align: center;
    }
    
    h5 {
      font-size: 15px;
      letter-spacing: 0.48px;
    }
    h6{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    }
    
    .paragraph-1 {
      line-height: 23px;
      font-size: 14px;
    }
    .paragraph-2 {
      font-size: 13px;
      line-height: 1.7rem;
    }
    .paragraph-4 {
      font-size: 12px;}
    
    .btn-lg {
    font-size: 0.8rem !important;
    }
    .Footer_SalesSprout p {
    font-size: 12px;
    
    }
    .Footer_SalesSprout span {
    font-size: 12px;
    }
    
    .location {
      width: 60%;
      margin-bottom: 0px;
      vertical-align: middle;
    }
    
    .hero {
    background-size: cover;
    background-position: center;
    }
    
  .hero-section {
    background-size: cover !important;
}
.Section-2 .row {
  text-align: center;
}

.Section-3 .container {
  border-radius: 0px !important;
}
.row.Mobile {
  padding: 0px 20px;
}
.Footer_SalesSprout .row {
padding: 0rem 0rem !important; 
}
     
.form-padding {
    padding: 50px 30px;
}
section.container-fluid.section-6.bg-image {
    background-size: auto !important;
}
.Price_section {
    background-size: contain !important;
}
.price-line h2{
    font-size: 3.0rem !important;
    line-height: 1 !important;
}
.price-line p {
    font-size: 0.8rem !important;
    margin-bottom: 10px !important ;
}
.trusted-logo img {
    width: 25%;
}
  .gap_md .row {
    gap: 2rem;
}
.gap_md_1
{
    gap: 2rem;
}

    }
    
    
    
    
      
@media (min-width: 321px) and (max-width: 576px) {
    .trusted-logo img {
    width: 28%;
}
    .price-line h2{
    font-size: 3.5rem !important;
    line-height: 1 !important;
}
.price-line p {
    font-size: 0.8rem !important;
    margin-bottom: 10px !important ;
}
    section.container-fluid.section-6.bg-image {
    background-size: auto !important;
}

.Price_section {
    background-size: contain !important;
}
    /*  .section-7 .row {*/
    /*    gap: 0px !important;*/
    /*}*/
   /* .Space .row {*/
   /*   margin-bottom: 20px;*/
   /*}*/
      .navbar img.Logo {
        height: 40px;
    }
      /* Your styles for extra small devices go here */
      br.break {
        display: none;
    } 
    .fixed-top {
      position: relative !important;
    }
    
    h1 {
      font-size: 2rem;
      line-height: 2.5rem;
    }
    
    h2 {
      font-size: 1.8rem;
    }
    
    h3 {
      font-size: 1.5rem;
    }
    
    h4 {
      font-size: 23px;}
    
    h5 {
      font-size: 21px;
      letter-spacing: 0.48px;
    }
    h6{
      font-size: 18px;
      font-weight: 700;
      line-height: 22px; /* 122.222% */
    }
    
    .paragraph-1 {
      line-height: 26px;
      font-size: 17px;
    }
    .paragraph-2 {
      font-size: 18px;
      line-height: 1.8rem;}
    .paragraph-4 {
        font-size: 16px;}
    
    .btn-lg {
      font-size: 0.8rem !important;
    }
    .Footer_SalesSprout p {
      font-size: 15px;
    
    }
    .Footer_SalesSprout span {
      font-size: 13px;
    }
    
    
    .location{
      width: 80%;
      margin-bottom: 0px;
      vertical-align: bottom;
    } 
    .form-padding {
      padding: 50px 30px;
    }

    .hero {
      background-size: cover;
      background-position: center;
      }
      
    .hero-section {
      background-size: cover !important;
  }
  .Section-2 .row {
    text-align: center;
  }
  /*.row{*/
  /*  gap: 25px;*/
  /*}*/
  .Section-3 .container {
    border-radius: 0px !important;
  }
  .row.Mobile {
    padding: 0px 20px;
  }
  .Footer_SalesSprout .row {
  padding: 0rem 0rem !important; 
  }
  .gap_md .row {
    gap: 3rem;
}
.gap_md_1
{
    gap: 3rem;
}
    }
    
    
    @media (min-width: 577px) and (max-width: 768px) {
    
    .trusted-logo img {
    width: 30%;
    }
   .gap_md .row {
    gap: 3rem;
}
.gap_md_1
{
    gap: 3rem;
}
      br.break {
        display: none;
    } 
    
  
       h1 {
        font-size: 38px;
        line-height: 47px;
    }
    .hero {
      background-position: center !important;
      background-size: cover;
    }
    .paragraph-1 {
      line-height: 30px;
      font-size: 16px;
    }
    a.btn.btn-primary.btn-lg.custom-btn {
      font-size: 1rem !important;
    }
    
    h2 {
      font-size: 34px;
      font-weight: 800;
    }
    .paragraph-2 {
      font-size: 18px;}
      h5 {
        font-size: 20px;
    }
    .paragraph-4 {
      font-size: 16px;
    }
    h3 {
      font-size: 32px;
    }
    h4 {
      font-size: 22px;}
    
    .Footer_SalesSprout .row {
      gap: 35px;
    }
    
    .hero {
      background-size: cover;
      background-position: center;
      }
      
      nav#navbar {
        padding-top: 4% !important;
    }
    .hero-section {
      background-size: cover !important;
  }
  .Section-2 .row {
    text-align: center;
  }
  
  .row.Mobile {
    padding: 0px 20px;
  }
  .Footer_SalesSprout .row {
  padding: 0rem 0rem !important; 
  }
    }
    
    @media (min-width: 769px) and (max-width: 992px) {
      
      br.break {
        display: none;
    } 
    
    .hero-section {
      background-size: cover;}
    h1 {
      font-size: 45px;
      line-height: 63px;
    }
    .hero {
      background-position: center !important;
      background-size: cover;
    }
    .paragraph-1 {
      line-height: 30px;
      font-size: 18px;
    }
    a.btn.btn-primary.btn-lg.custom-btn {
      font-size: 1rem !important;
    }
    
    h2 {
      font-size: 40px;
      font-weight: 800;
    }
    .paragraph-2 {
      font-size: 20px;}
      h5 {
        font-size: 20px;
    }
    .paragraph-4 {
      font-size: 17px;
    }
    h3 {
      font-size: 35px;
    }
    h4 {
    font-size: 18px;
}
      .btn-lg {
      
        font-size: 0.7rem !important;
     
    }
    .row.justify-content-between.space {
      gap: 50px;
  }
  .location {
    width: 60%;
    margin-bottom: 0px;
    vertical-align: middle;
  }
  .Footer_SalesSprout p {
    font-size: 16px;}
  }
@media (min-width: 1440px){
.Space .col-8 {
  padding-right: 60px;
}
.Section-4 img {
  width: 80%;
}
}
@media (min-width: 993px) and (max-width: 1200px) {
  .hero-section {
    background-size: cover;}

      /* Your styles for large devices go here */
     
    
      .fixed-top {
        position: relative !important;
    }
    h1 {
      font-size: 55px;
      line-height: 76px;
  }
    .hero {
      background-position: center !important;
      background-size: cover;
    }
    .paragraph-1 {
      line-height: 36px;
      font-size: 22px;
  }
    a.btn.btn-primary.btn-lg.custom-btn {
      font-size: 1rem !important;
    }
    
    h2 {
      font-size: 45px;
      font-weight: 800;
  }
  .paragraph-2 {
    font-size: 24px;
}
h5 {
  font-size: 23px;
}
    .paragraph-4 {
      font-size: 17px;
    }
    h3 {
      font-size: 35px;
    }
    h4 {
      font-size: 20px;
  }
      .btn-lg {
      
        font-size: 0.7rem !important;
     
    }
    .row.justify-content-between.space {
      gap: 50px;
  }
  .location {
    width: 60%;
    margin-bottom: 0px;
    vertical-align: middle;
  }
  .Footer_SalesSprout p {
    font-size: 16px;}
}

@media (min-width: 2000px){
    h1 {
      font-size: 100px;
      font-weight: 700;
      line-height: 140px;
  }
  .paragraph-1 {
    line-height: 50px;
    font-size: 33px;
}
a.btn.btn-primary.btn-lg.custom-btn {
  font-size: 2.0rem !important;
}
.fixed-top img.Logo {
  height: 83px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem 3rem !important;
}
a.nav-link {
  font-size: 32px;
}
.Footer_SalesSprout p {
  font-size: 28px;}
  .Footer_SalesSprout .btn {
    padding: 1rem 1.5rem !important;
    font-size: 1.8rem !important;}
.social-icons a {
      margin-right: 40px;
  }
  .social-icons i:hover {
    font-size: 2.5rem;
    color: #00D2C5;
}
.social-icons i {
  font-size: 2.5rem;
}

.image-1 {
  top: 7% !important;
  left: 43% !important;
}
.image-2 {
  width: 120px !important;
}
.image-1, .image-2, .image-3, .image-4, .image-5 {
  width: 130px !important;
}


.Footer_SalesSprout span {
  font-size: 27px;
  letter-spacing: 0.40px;
}
.Footer_SalesSprout h4 {
  font-size: 40px !important;
  font-weight: 500;
  letter-spacing: 0.52px;
}
}


 
/* header absolute image section css */
@media (min-width: 1300px){
  .section-8 button.btn.btn-primary {
    font-size: 20px;
}
.image-1 {
  top: 5%;
  left: 42%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.image-2 {
  position: absolute;
  top: 26%;
  left: 7%;
  width: 70px !important;
}

.image-3 {
  position: absolute;
  top: 75%;
  transform: translateY(0%);
  left: 18%;
}

.image-4 {
  position: absolute;
  right: 30%;
  bottom: 11%;
}

.image-5 {
  position: absolute;
  bottom: 36%;
  right: 9%;
}




/* Define a common class for the pulse animation */
.pulse-animation {
  animation: pulse 1.5s infinite ease-out;
}

/* Apply the common class to all images */
.image-1,
.image-2,
.image-3,
.image-4,
.image-5 {
  width: 80px;
  animation-duration: 3.3s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-name: pulse; /* Specify the animation name */
}
}
/* Define the pulse animation keyframes */
@keyframes pulse {
  0%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
}



@media (max-width: 1299px){
  .image-1, .image-2, .image-3, .image-4, .image-5 {
  display: none !important;
  }
}

@media (min-width: 1800px) and (max-width: 2000px) {
  .image-1 {
    top: 7% !important;
    left: 43% !important;
}
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--Primary, #00D2C5) !important; /* Change this to your desired color */
  
}

/* Active (clicked) effect */
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:active {
  color: var(--Primary, #00D2C5) !important; /* Change this to your desired color */
}
.navbar-nav .nav-item .nav-link:hover {
  color: var(--Primary, #00D2C5); /* Change this to your desired color */
}
.navbar-nav .nav-item .nav-link {
  transition: color 0.8s ease; /* Smooth transition for color change */
}
@media(max-width: 992px) {
div#navbarNav {
  z-index: 999999999999999999999999999999999999999999999999999 !important;
  background: white;
  padding: 20px 0px;
}}



