.moneytransfers{
    margin-left:auto;
    margin-right:auto;

    --hero-moneytransfers__title-font-size: 20px;

    --headingfont-size: 60px;
    --headingfont-line-height: 120%;
    --heading-margin-bottom: 37px;

    --descriptionfont-size: 24px;
    --descriptionfont-line-height: 32px;
    --description-margin-bottom: 46px;

    @media(max-width: 1400px){
        --hero-moneytransfers__title-font-size: 16px;

        --headingfont-size: 32px;
        --headingfont-line-height: 100%;
        --heading-margin-bottom: 24px;


        --descriptionfont-size: 16px;
        --descriptionfont-line-height: 24px;
        --description-margin-bottom: 24px;
    }

    @media(max-width: 1200px){
        --hero-moneytransfers__title-font-size: 16px;

        --headingfont-size: 32px;
        --headingfont-line-height: 100%;
        --heading-margin-bottom: 24px;


        --descriptionfont-size: 16px;
        --descriptionfont-line-height: 24px;
        --description-margin-bottom: 24px;
    }


    &::before{
        display: none;
    }

    .container{
        margin: 0 auto;
        max-width: 1343px;
        @media(max-width: 1400px){
            max-width: 90%;
        }
       
    }
    @media (max-width:768px){
        #homepage-new__get-app  .homepage-new__get-app-squares__qr {
          display: none !important;
          }
          .homepage-new__get-app-badges{
            display: flex !important;
            align-items: center !important;
            a{
                margin: 0 auto !important;
            }
          }
      }
.button-main--landings{
    display: inline-flex;
    height: 58px;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 64px;
    color: var(--Black, #000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 200px;
    border:2px solid transparent;
    transition: all .3s ease-in-out;
    width: auto!important;


    &.button-main--transparent{
        color:white;
        background: transparent;
        border: 2px solid #86868B;
        text-decoration: underline;
        /* //text decoration height: ; */
        text-decoration-color: white;
        text-decoration-thickness: 1px;
    }

    &.button-main-bg-green{
            background: #22e243;
    }
    &.button-main--white{
    
    }

        &:hover{
            transition: all .3s ease-in-out;
            border: 2px solid #000;
            background: #f7f7f7;
            color: #222;
            text-align: center;
            font-family: Nunito;
            box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
            background-image: url('https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp');
            background-position: center;
            background-size: cover;
        }
        @media(max-width: 1400px){
            height: 48px!important;
            padding: 16px 24px!important;
            font-size: 14px!important;
            width: auto!important;
        }

}

.moneytrasfers-hero.bitget_hero{

   

    @media(max-width: 600px){
        height: 60dvh;
    }

    @media (max-width: 376px) {
        height: 90dvh;
    }
     @media(max-width: 1100px){
        height: 80dvh;
    }

    .bitget_hero__hero-video__wrap{
        max-width: 1543px;
        .growthvideodesktop, .growthvideomobile{
            max-width: 1543px;
            padding-left: 20px;
            padding-right: 20px;
            object-fit: contain;
            @media(min-width:2000px){
                max-height: 30dvh;;
            }
        }
    }


    
    &:first-child {
        gap: 300px;
        @media(max-width:600px){
            gap: 50px;
        }
        .growthvideo {
            margin-top: -180px;
             @media(max-width:600px){
                margin-top: -150px!important;
            }
        }
        @media (min-width:1100px) and (max-width: 3020px) {
         .growthvideo {
            max-height: 75dvh;
            min-height: 25dvh;
            filter: unset !important;
            margin-top: -180px;
            }
        }
    }

    .bitgetheading{
        flex-wrap: wrap;
        font-size: var(--headingfont-size);
        color: var(--White, #FFF);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-style: normal;
        font-weight: 800;
        line-height: 120%; /* 72px */
        @media(max-width:600px){
            margin-bottom: 0;
            max-width: 90%;
             margin-left: auto;
            margin-right: auto;
             br{
                display: none;
            }
        }

        .title_top{
            display: block;
            width: 100%;
            font-size: var(--hero-moneytransfers__title-font-size);
            line-height: 120%;
            margin-bottom: 6px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;


            text-align: center;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Nunito;
            font-style: normal;
            font-weight: 700;
            line-height: 32px; /* 160% */

        }
    }
    .content{
          @media(max-width:600px){
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
            br{
                display: none;
            }
        }
        .white_light_text{
            font-size: var(--descriptionfont-size);
            line-height: var(--descriptionfont-line-height);
            margin-bottom: var(--description-margin-bottom);
            color: #fff;
            text-align: center;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Nunito;
            font-style: normal;
            font-weight: 400;
        }
        .pricing-button-wrap{
            margin-top:0;
            margin-left: auto;
            margin-right: auto;
            @media(max-width:600px){
                margin-bottom: 0;
            }
        }
    }
    .pricing-buttton{
        display: flex;
        gap: 35px;
        flex-wrap: wrap;
        justify-content: center;
        @media(max-width:1100px){
            gap: 16px;
        }
    }
}


.moneytransfers-steps.bitget_steps{
    margin-top: 150px;
    &.access{
        margin-top: 0px;
    }
    &.free{
        @media(max-width: 1400px){
            margin-top: 0px;
        }
    }
    @media(max-width:1000px){
        margin-top: 50px;
    }
    @media(max-width:1400px){
        max-width: 70%;
    }
      @media(max-width:1100px){
        max-width: 90%;
    }
       @media(max-width:600px){
        max-width: 90%;
        margin-top: 0;
    }

    @media(max-width:768px){
        padding-top: 50px;
    }

    .bitget_steps_heading-main .bitget_steps_heading_text{
        margin-bottom: 90px;
        font-size: 48px;
        @media(max-width:1400px){
            font-size:  var(--headingfont-size);;
        }
        text-align: center;
        width: 100%;
        color: var(--White, #FFF);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-style: normal;
        font-weight: 800;
        line-height: 120%; /* 72px */
    }
    .step_box{
            @media (min-width: 1000px) {
            grid-template-columns: repeat(2, 1fr);
            flex-wrap: nowrap !important;
            gap: 32px;
            align-items: flex-start;
        }
        text-align: left;
        .box{
            @media(min-width: 1000px){
                max-width: 50%;
                min-width: 50%;
            }
            border-radius: 2rem!important;
            position: relative;
                &::before {
                content: '';
                position: absolute;
                inset: 1px;
                background: linear-gradient(180deg, #222222 3.87%, #000000 78.12%);
                border-radius: 2rem!important;
                z-index: -1;
            }
                &::after {
                position: absolute;
                content: '';
                inset: 0;
                background-image: linear-gradient(180deg, #FFFFFF -4.43%, rgba(0, 0, 0, 0) 70.02%);
                border-radius: 2rem!important;
                opacity: 0.4;
                z-index: -2;
            }

            padding: 70px 80px;
            @media(max-width:1400px){
                padding: 30px 40px;
            }

            @media(max-width:1100px){
                img{
                    max-height: 75px;
                }
            }
            padding-bottom: 120px;
            @media(max-width:768px){
                padding-bottom: 40px;
            }
            max-width: unset;
            max-height: unset;
            .bitget_steps_box_heading{
                font-size: 32px;
                margin-top: 32px;
            }
            .bitget_steps_box_text{
                a{
                    display: inline;
                    text-decoration: underline;
                    color:white;
                    text-decoration-color: white;
                    text-decoration-thickness: 1px;
                    text-transform: unset;
                    font-size: inherit;
                }
            }
            @media(max-width: 1400px){
                .bitget_steps_box_heading{
                    font-size: 20px;
                }
                .bitget_steps_box_text{
                    font-size: var(--descriptionfont-size);
                }
            }


            @media(max-width:768px){
                .bitget_steps_box_text{
                    br{
                        display: none;
                    }
                }
            }
        }
    }  
}



/* moneytransfers--text-image */
.moneytransfers--text-image{
    margin-top: 100px;
    @media(min-width:1920px){
        margin-top: 250px;
    }
    position: relative;
    @media(max-width:1400px){
            max-width: 80%;
            margin-top: 100px;
        }

        @media(min-width:1000px){
            padding:55px;
        }
         @media(max-width:1600px){
            padding:100px;
        }
        @media(max-width:1100px){
            padding-top: 0;
        }

        @media(max-width:600px){
            max-width: 90%;
            margin-top: 20px;
            padding: 0;
        }

    .moneytransfers--text-image__wrapper{
        display: flex;
        gap: 20px;
        text-align: left;
        align-items: center;
        @media(max-width:600px){
            margin: 0 auto;
            width: 90%;
            padding-left: 25px;
            br{
                display: none;
            }
        }
    }
    .moneytransfers--text-image__wrapper-text{
        @media(min-width:768px){
            width: 50%;
        }
    }
    .moneytransfers--text-image__wrapper-image{
        @media(min-width:768px){
            width: 50%;
        }
    }
    .moneytransfers--text-image__wrapper-text__heading{
        font-size:48px;;
          @media(max-width:1400px){
                font-size:  var(--headingfont-size);;
            }
        line-height: var(--headingfont-line-height);
        margin-bottom: var(--heading-margin-bottom);
        color: white;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-style: normal;
        font-weight: 800;
    }
    .moneytransfers--text-image__wrapper-text__description{
        font-size: 32px;
        line-height: var(--descriptionfont-line-height);
        margin-bottom: var(--description-margin-bottom);
        @media(max-width:1400px){
            font-size: var(--descriptionfont-size);
        }
        color: white;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-style: normal;
        font-weight: 400;
    }
    .moneytransfers--text-image__wrapper-text__download{
        display: flex;
        gap:28px;
        margin-top: 133px;
        @media(max-width:1400px){
            gap:14px;
            margin-top: 50px;
            img{
                width: 100px;
                object-fit: contain;
                    height: 30px;
                 @media(max-width:1100px){
                    height: 30px
                 }
            }
        }
    }
    .moneytransfers--text-image__wrapper-image-mobile{
        @media(min-width:600px){
            display: none;
        }
        @media(max-width:600px){
            width: 100%;
            position: relative;
            img{
                object-fit: contain;
                object-position: center;
                max-height: 400px;
                max-width: 400px;
                position: relative;
                left: -10dvh;
            }
        }
    }
    .moneytransfers--text-image__wrapper-image{
        @media(max-width:600px){
            display: none;
        }
        position: relative;
        z-index: -1;
        img{
                position: absolute;
                width: auto;
                height: auto;
                min-height: 100dvh;
               
                object-fit: contain;
                left: 0;
                z-index: -1;
                pointer-events: none;
                top: -50dvh;
                left: -110%;
                 @media(min-width:2000px){
                    top: -30dvh;
                    max-height: 65dvh;
                    min-height: 65dvh;
                    left: -35dvh;
                }
                @media(max-width:1600px){
                    top: -50dvh;
                    max-height: 100dvh;
                    min-height: 100dvh;
                    left: -65dvh;
                }

                   @media(max-width: 1100px){
                    height: 500px;
                    max-height: 500px;
                    min-height: 500px;
                    left: -300px;
                    top: -250px;
                }
        }
    }
 
}
/* moneytransfers--text-image */

 



.growth_personal_usage{
margin-bottom: 150px;
@media(max-width:768px){
    margin-bottom: 75px!important;
}
p{
    display: flex;
    align-items: center;
    gap:5px
}
p, a{
    font-size: 1.8rem;
}
svg{
    width: 30px;
    height: 30px;
}
@media(max-width:768px){
    p{
        flex-wrap: wrap;
        justify-content: center;
    }
    a{
        display: flex;
    }
    .growth_personal_usage__link{
            font-size: 1.6rem;
        }
    svg{
        width: 20px;
        height: 20px;
    }
}
}

}


@media(min-width:1100px) and (max-width:1910px){
    .b2b_pages-template-instantsettlement {
      #navbar-new{
          zoom: 0.8;
          max-width: 1240px;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
      }
      .site-footer {
          zoom: 0.8; 
      }
      .instantsettlement  {
          zoom: 0.7;
      }
      [data-aos^=fade][data-aos^=fade]{
          opacity: 1;
      }
      [data-aos=fade-right]{
          transform: translate3d(0px, 0, 0) !important;
      }
  
      }
      .navbar-new__dropdown-hover .navbar-new__mid::after {
        height: calc(var(--navbar-new__mid-target-height) * 1.2) !important;
      }
    }
    .b2b_pages-template-instantsettlement {
      & .container {
          @media (max-width: 1400px) {
              max-width: 80%;
          }
      }
    }