/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 499:0 Unexpected "<"

**/
<style>
.shopify-section trusted-by-pros{
  overflow: hidden;
}

body{
  background-color: #EBEDEE !important;
}

.hero-section h1{
  margin: 0px ;
}

h1{
        margin: 0 0 0px !important;
    }

h2{
  /* font-weight:600 ; */
  
}


h3{
      font-size: 28px;
    line-height: 36.4px;
}

h4{
  font-family: 'Nebulas Medium';
}
p{
  line-height:26px;
  
}
@font-face {
    font-family: 'NeueHaasDisplayMedium';
    src: url('/cdn/shop/files/NeueHaasDisplay-Mediu.woff2?v=1718188191') format('woff2');
    font-weight: 600;
    font-style: normal;
  }
@font-face {
    font-family: 'NeueHaasDisplayRegular';
    src: url('/cdn/shop/files/NeueHaasDisplay-Roman.woff2?v=1718188164') format('woff2');
    font-weight: 500;
    font-style: normal;
  }
.neue-regular{
font-family: 'Neue Haas Grotesk Display Pro';
}  

h2{
    font-family: 'Neue Haas Grotesk Display Pro Medium';
  font-weight: 600px;
  font-size: 41px;
  line-height: 53.3px;
  
}


.section {
  padding:  0 0 60px 0;
}



.container{
  max-width: 1088px;
  margin: auto;
}
.text-div{

  margin: 0 0 60px 92px;
}



/* Hero section  */


  .heading-h1
  {
    
    text-transform: uppercase;
    
  }

.mgl-70{
   margin-left:70px;
}

.mgl-80{
   margin-left:80px;
}

.mgl-100{
   margin-left:100px;
}

.mgl-255{
   margin-left:255px;
}
  
  
  .text-span{
   
  padding: 0 20px;
    border-radius: 50px;
    border: 0.65px solid #5E5E5E;
    display: inline-block;
  }
  
  .margin-left-90px{
    margin-left:90px}
  
  p{font-size:20px}
  
  .hero-description{
    max-width:390px}
  


.shadow-white{
  display: none;
}


.hero-section{
    position:relative;

  }

.grey-section{
   transition: filter 0.2s ease, opacity 0.2s ease; /* Smooth transition for the filter */
  filter: grayscale(0%); /* Makes everything inside grayscale (dark gray) */
  opacity: 0.8; /* Makes the content a bit faded */
}

.grey-section:hover {
  filter: grayscale(0%); /* Removes the grayscale filter on hover */
  opacity: 1; /* Fully visible content on hover */
}




.hero-right-div{
  padding-left:13px !important;
  padding-right:13px !important;
}

.hero-right-div p{
  margin: 0px 0 0 0 !important
  
}

.heading-h1 {
  margin: 0px
    text-align: left;
    font-family:'Nebulas Regular' !important;
    font-size: 62px!important;
    font-weight: 400 !important;
    line-height: 72px !important;
  letter-spacing: -1px;
color: #000000;
}

.hero-description{
font-family: 'Neue Haas Grotesk Display Pro';
      letter-spacing: normal;
    color: #000000;
  font-size: 20px;
    line-height: 26px;
  text-align:left !important;
}

.button-div-left{
    max-width: 360px;
      display: flex;
    width: 100%;
    justify-content: flex-start;
  margin: 25px 0 0 0 !important
}

.button-green p , .button-div p{
  line-height: 30px;
  font-weight:600 !important; 
    color: #101B13 !important;
  margin: 0px 0 0 0 !important;
  text-transform: uppercase;
} 
.button-green:hover p{
    animation: up .4s cubic-bezier(0.4, 0, 1, 1);
}
.button-green{
  
      overflow:hidden;
    font-weight:bold;
    padding: 6px 25px;
    background-color: #CDFF06;
    display: flex; 
    flex-direction: row;
    gap: 20px;
    border-radius: 50px;
    margin: auto;
    align-items: center;
   box-shadow: 4.88px 7.32px 15.86px rgba(0, 0, 0, 0.25);
  justify-content: space-between;
   }

.button-div {
      gap: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

.button-div-left{
    max-width: 360px;
      display: flex;
    width: 100%;
    justify-content: flex-start;
}
/* Hero section ends  */






 @media only screen and (min-width: 1024px){

   /* Hero section  */
  .hero-section-div{
    height:100%;
    background-color:#000000;
    width:100%;
    position: relative;
  }
  .hero-section-img-div{
    width:100%;
    height:100%;
    display: flex;
  }
  .hero-section-img{
    height:100%;
    width:100%;
    object-fit: cover;
  }
   /* Hero section ends */
   


 }

    @media only screen and (max-width: 1023px ){

      /* Hero section  */
 
  .hero-section-img-div{
    background-img: url("{{ section.settings.hero_image | img_url: image_size }}");
    width:100%;
    height:100vh;
    object-fit: cover;
  }
  .hero-section-img{
    height:100%;
    width:100%;
    object-fit: cover;
  }

      .heading-h1 {
  margin: 0px
    text-align: left;
    font-family:'Nebulas Regular' !important;
    font-size: 48px!important;
    font-weight: 400 !important;
    line-height: 50px !important;
  letter-spacing: -1px;
}
 


      /* Hero section ends  */


      

    }




@media screen and (max-width: 990px) and (min-width: 641px) {

  
}


/* Extra small devices (phones, 640px and down) */
@media only screen and (max-width: 640px) {

.grey-section{
   transition: filter 0.5s ease, opacity 0.5s ease; /* Smooth transition for the filter */
  filter: grayscale(0%); /* Makes everything inside grayscale (dark gray) */
  opacity: 1; /* Makes the content a bit faded */
}

.grey-section:hover {
  filter: grayscale(0%); /* Removes the grayscale filter on hover */
  opacity: 1; /* Fully visible content on hover */
}

  .section {
  padding:  0 0 40px 0;
}


  /* Hero section  */

  .shadow-white{
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0px;
}

  .hero-section{
    
  }

  .hero-sectionnn{
position:relative;
    padding-bottom: 119px;
  }

  .hero-section-img-div{
    z-index:0;
  }


  .hero-right-div p {
    margin: 10px 0 0 0 !important;
}
  .button-green p {
     margin: 0px 0 0 0 !important;
  }

  .button-div-left {
   
    margin: 20px 0 0 0 !important;
}

  .heading-h1 {
 font-weight: 400 !important;
    font-size: 41px!important;
    line-height: 41px !important;
  letter-spacing: -1px;
    text-align: left !important;
}

.hero-description{
    
  font-size: 20px;
    line-height: 26px;
  text-align:left !important;
}

  
  .medium-up--hide{
    display:block !important;
  }
  
 
  .small--hide{
      display:none !important;}


  
  .hero-right-div{
           position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center !important;
        background-color: transparent;
        text-align: left !important;
        padding: 40px 0px;
        z-index: 2;
        bottom: 0px;
        left: 0px !important;
  }
   .hero-right-div{
        width: 100% ;
        text-align: center !important; 
  }

    .hero-section .text-span{
    margin-left:43px !important;
    }

  .hero-section-img-div { height: 100%; display: flex; }

  .button-div-left{
 
    justify-content: center;
}

  /* Hero section ends */
  
}

 @media only screen and (max-width: 480px) {

    .hero-section-img-div {
      /* height: 620px */
    }

.d-block{
  display: block;
  
}

 }

   

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.medium-up--hide{
      display:none !important;
    }

  
}


 @media only screen and (max-width: 768px) {
      /* Hero section  */

   .small--hide{
      display:none !important;
    }
  /* Hero section ends  */
 
 }


@media only screen and (min-width: 641px) {

  /* Hero section  */


    .hero-right-div {
    height: 100%;
    display: flex;
    max-width: 560px;
    bottom: 0px;
    left: 10%;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  /* Hero section ends  */
  
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 880px) {
  
}



@media only screen and (min-width: 641px) {
  
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 880px) {
  
}






</style>