
   :root {
        --white: #ffffff;
      }

.hero-section{
    padding: 140px 0 0 0;
    transition: all 0.5s ease; /* Smooth transition effect */
}
.hero-section.sticky{
  padding: 10px 0 0 0;
  transition: all 0.5s ease; /* Smooth transition effect */
  
}
.hero_content_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fixed_content_wrapper {
    z-index: 99;
    position: static;
    transition: all 0.5s ease; /* Smooth transition effect */
}

.fixed_content_wrapper.sticky {
    position: fixed;
    top: 0;
    transition: all 0.5s ease; /* Smooth transition effect */
    background: #fff;
    box-shadow: 0 0 3px rgba(60,72,88,.15);
    width: 100%;
    height: 91px;
}
.sticky .fixed_btn_right{
  /* position: fixed;
  left: calc(50% + 450px); */
}
.hero_title_wrapper_fixed_left{
  /* max-width: 540px; */
}
.sticky .hero_title_wrapper_fixed_left{
  /* position: fixed; */
  /* right: calc(50% + 328px); */
}
.sticky .hero_title{
  font-size: 30px!important;
}


.hero_title{
    font-size: 50px!important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    
}
.Rectangle-9{
    text-align: end;
}
.Book-a-Free-Demo{
    height: fit-content;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    padding: 12px 24px;
    border-radius: 5px;
    background-color: #e52b2b;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);

    }
    .Introduction{
        margin-bottom: 28px;
        font-size: 30px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2e2e2e;
    }
    .mb-130{
        margin-bottom: 100px;

    } .mr-137{
        margin-right: 137px;
    }
    .what_is_channel_manager_wrapper{
        background-image: url('/static/images/channel_manager_forAirbnb/circle.svg');
        background-repeat: no-repeat;
        background-position:left;
        background-size: contain;
    }
    .channel_manager_booking_section{
        margin-bottom: 80px;
    }
    .para_description{
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: left;
        color: #2e2e2e;
    }
    .title_heading{
        font-size: 30px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2e2e2e;
        margin-bottom: 32px;
    }
    .text-style-1{
        color: #ff4545;
    }
    .mb-35{
        margin-bottom: 35px;
    }
    .mb-37{
        margin-bottom: 37px;
    }
    .mb-18{
        margin-bottom: 18px;
    }
    .mb-42{
        margin-bottom: 42px;
    }
    .mb-45{
        margin-bottom: 45px;
    }
    .ml-15{
        margin-left: 15px;
    }
    .mr-15{ 
        margin-right: 15px;
    }
    .mb-52{
        margin-bottom: 52px;
    }
    .text-truncate-4{
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        height: 95px;
    }
    .bg1_gradient{
        margin-top: 100px;
        background-image: url('/static/images/channel_manager_forAirbnb/bg2.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .overlap_image{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .flex_wrapper{
        display: flex;
        justify-content: start;
        gap: 27px;
        margin-bottom: 28px;
    }
    .flex_title{
        font-size: 20px!important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #343434;
        margin-bottom: 6px;
    }
    .flex_paragraph{
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: normal;
        text-align: left;
        color: #343434;
    }
    .benefits_channel_manager_section{
        margin-bottom: 50px;
        background-image: url('/static/images/channel_manager_forAirbnb/circle.svg');
        background-repeat: no-repeat;
    }
    .custom_card{
        padding: 38px 30px 40px 32px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
        background-color: var(--white);
    }
    .img_heading_wrapper{
        display: flex;
        gap: 26px;
        margin-bottom: 23px;
    }
    .card-title{
        font-size: 20px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #2e2e2e;
        margin-bottom: 0;
    }
    .card_text{
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #2e2e2e;
        margin-bottom: 0;
    }
    .integration_for_airbnb{
        margin-bottom: 100px;
    }
    .counter_flex_wrapper{
        display: flex;
        align-items: center;
        gap: 27px;
        margin-bottom: 30px;
    }
    .Whats-unique-about-aPerfectChannelManager{
        margin-bottom: 72px;
    }
    .background_gradient{
        background-image: url('/static/images/channel_manager_forAirbnb/Screenshotbg.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 79px 52px 65px 67px;
        border-radius: 20px;
      }
      .gradient_title{
        background-image: linear-gradient(93deg, #23415c 2%, #4658a2 100%);
        font-size: 30px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: -0.57px;
        text-align: left;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 29px;
      }
      .mb-29{
        margin-bottom: 29px;
      }
      .Rectangle-330{
        width: 479px;
        height: 479px;
        border-radius: 500px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.11);
        border: solid 14px rgba(255, 255, 255, 0.44);
      }
      .call_to_action_section{
        margin-bottom: 71px;

      }
      .call_to_action_wrapper{
        padding: 55px 86px 50px 65px;
        border-radius: 15px;
        background-color: #e52b2b;
      }

      .call_to_action_title{
        font-size: 24px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.39;
        letter-spacing: normal;
        text-align: left;
        color: var(--white);
      }
      .call_to_action_paragraph{
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: var(--white);
        margin-bottom: 22px;
      }
      .Get_Started_btn {
        padding: 12px 24px;
        border-radius: 2px;
        background-color: var(--white);
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #0e0e0e;
        display: inline-block;
      }
      .whatIs_synchronizeWith_airBbn_section{
        font-size: 38px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2e2e2e;

      }
      .whatIs_synchronizeWith_airBbn_section{
            margin-bottom: 100px;
      }
      .What_aPerfectStay_synchronise_with_Airbnb_title{
        font-size: 30px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2e2e2e;
      }
      .mb-63{
        margin-bottom: 63px;
      }
      .Rectangle_card_wrapper{
        padding: 30px 0;
        flex-grow: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
        background-color: var(--white);
      }
      .rectangle_title{
        font-size: 20px!important;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #2e2e2e;
        margin-top: 31px;
      }
      .last_call_to_action_section{
        margin-bottom: 82px;
      }
      .last_call_to_action_wrapper{
        background-image: url('/static/images/channel_manager_forAirbnb/bg2.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
      }
      .last__call_to_action_title{
        font-size: 30px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: normal;
        text-align: left;
        color: #2e2e2e;
        margin-bottom: 28px;
       
      }
      .-mb-20{
        margin-bottom: -25px;
      }
      .btn_content_wrappet{
        padding: 91px 20px 85px 52px;
        
      }
      .image10{
        margin: -110px 0 0 110px;
      }
      .flex_icon{
        flex: none;
      }
      .airbnb_logo{
        width: 50px;
        padding-bottom: 15px;
      }
      .airbnb_logo_text{
        color: #FF5A5F;
        /* font-family: Cereal, -apple-system, BlinkMacSystemFont, Arial, sans-serif; */
        font-family:'Airbnb Cereal App'
      }

    /* subscribe css */
    .news_letter_section {
        background: #e9fbff;
        padding: 24px 0 30px 0;
        margin-bottom:80px;
    }
    .news_letter_wrapper{
        text-align:center
    }
    .news_letter_wrapper img.l-light{
            max-width: 315px;
            height: 65px;
            margin-bottom:20px;
     }

    .news_letter_title {
            color: #000;
            text-align: center;
            font-size: 30px !important;
            font-style: normal;
            font-weight: 500;
    }
    .news_letter_field_wrapper {
        position: relative;
        display: flex;
        align-items: center;
        max-width: 550px;
        margin: 0 auto;
    }
    .email_field {
        padding: 16px 15px 16px 60px;
        border-radius: 8px;
        background: #FFF;
    }
    .email_icons {
        position: absolute;
        left: 24px;
    }
    .subscribe_btn {
        position: absolute;
        right: 6px;
        background: #E13435;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 12px 24px;
        border-radius: 0.25rem;
    }
    .no_creted_btn_needed{
        color: #000;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        /*border-radius: 9px;
        background: linear-gradient(88deg, #FFD639 4.69%, #F29C1F 96.66%);*/
       /* display: inline-flex;
        padding: 0px 27px;*/
       /* justify-content: center;
        align-items: center;
        gap: 10px;*/
        display:inline-block;
        margin-bottom:10px;
    }
    .news_letter_para{
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom:30px;
    }

      /* start mobile responsive  */
      @media only screen and (max-width:767px){
        #topnav{
          position: fixed;
        }
        .hero-section{
          padding: 80px 0 0 0;
        }
        .hero_title{
          margin-bottom: 1.5rem;
        }
        .bg1_gradient{
          margin-top: 50px!important;
        }
        .what_is_channel_manager_wrapper{ 
          background-position: initial;
          background-size: 150px;
        }
        .fixed_content_wrapper.sticky{
          position: relative;
        }
        .mt-sm-2{
          margin-top: 1.5rem;
        }
        .benefits_channel_manager_section{
          background-size: 150px;
          margin-bottom: 40px;
        }
        .flex_wrapper{
          flex-direction: column;
          align-items: center;
        }
        .flex_title{
          text-align: center;
        }
        .flex_paragraph{
          text-align: center;
        }
        .mr-15{
          margin-right: 0;
        }
        .ml-15{
          margin-left: 0;
        }
        .mr-137{
          margin-right: 0;
        }
        .mb-sm-2{
          margin-bottom: 27px;
        }
        .image10{
          margin: 0;
        } 
        .overlap_image{
          max-width: 50%;
        }
        .mb-45{
          margin-bottom: 27px;
        }
        .counter_flex_wrapper{
          align-items: start;
        }
        .integration_for_airbnb{
          margin-bottom: 50px;
        }
        .background_gradient{
          padding: 30px 20px 40px 20px;
         
        }
        .gradient_title{
          font-size: 26px!important;
          margin-bottom: 20px;
        }
        .flex-direction-column-reverse{
          flex-direction: column-reverse;
        }
        .Rectangle-330{
          width: 285px;
          height: 285px;
          margin-bottom: 18px;
        }

      }