.currency-to-currency{
   
    .bitget-landing{
        margin-top: 150px;
        .heading{
            color:  #FFF;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 57.6px */
margin-bottom: 112px;
        }
    }
    & .hero-multicurrency {
        & .hero-multicurrency__content{
            .hero-multicurrency__title{
                color: #86868B;
            }
        }
        .hero-multicurrency__button {
            background-color: #22E243;
        }
    }
    & .text-image {
        & .text-image_line {
            margin: 0px;
        
    }
    }
    .bitget-landing .step_box .box {
        padding: 60px 45px;
    }
    .text-right-left-image__button{
        background-color: #22E243;   margin: 0 auto;
        display: block;
        max-width: 252px;
        line-height: 58px;
        padding: 0;
    }
    .fourbox{
        .step_box{
            grid-template-columns: repeat(4, 1fr);
        }
       .step_box .box{
        padding: 30px 34px;
        max-height: unset;
       }
    }
    @media (min-width:768px){
        .moneytransfers--text-image{
            margin: 30vh auto;
    z-index: 99999;
        }
    }
    .moneytransfers--text-image{
        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;
                     @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;
                    }
            }
        }
    }
    .button-main--green{
        display: inline-flex;
        height: 58px;
        padding: 20px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        background-color: #22E243;
        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;
            &: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;
                padding: 16px 24px;
                font-size: 14px;
            }
    }

    @media (max-width:768px){
     
            & .bitget-landing {
                .heading{
                    font-size: 28px;
                    margin-bottom: 50px;
                }
            }
        }
}


@media(min-width:1100px) and (max-width:1910px){
    .b2b_pages-template-crowdfunding-landing   {
      #navbar-new{
          zoom: 0.8;
          max-width: 1240px;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
      }
      .crowdfunding-landing {
          zoom: 0.7;
      }
      [data-aos^=fade][data-aos^=fade]{
          opacity: 1;
      }
      [data-aos=fade-right]{
          transform: translate3d(0px, 0, 0) !important;
      }
  
      }
    }
    .b2b_pages-template-crowdfunding-landing    {
      & .container {
          @media (max-width: 1400px) {
              max-width: 80%;
          }
      }
    }

    @media (max-width:768px){
   
        .growth_personal_usage p{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
  .crowdfunding-landing{
     .hero-multicurrency {
        .hero-multicurrency__subtitle {

font-size:  34px  !important;
font-style: normal;
font-weight: 700;
line-height: 40px !important ; /* 117.647% */
br{
    display: none;
}
        }
    }
    .text-image {
        .text-image__title {



font-size:  24px;
font-style: normal;
font-weight: 700;
line-height:  32px; 
br{
    display: none;
}
        }
    }
    .text-right-left-image__content___description{
        br{
            display: unset !important;
        }
    }
  }
    }


    .page-template-currency-to-currency-landing,.exchange-template-default{
        & .custom-text-right-left-image {
            @media (max-width: 768px) {
                max-width: 90%;
            }
        }
        .site-content{
            margin-top: unset !important;
        }
    }

    .page-template-currency-to-currency-landing,.exchange-template-default {
        .site-content{
            margin-top: unset !important;
        }
        .custom-text-right-left-image{
            img{
                max-width: 380px;
            }
        }
        .zen_text-section{
            margin-top: 250px ;
            margin-bottom: 150px;
            .zen_text-section__heading{
                color:  #86868B;
            text-align: center;
            font-family: Nunito;
            font-size: 64px;
            font-style: normal;
            font-weight: 800;
            line-height: 90px; /* 140.625% */
            margin-bottom: 64px;
            }
            .zen_text-section__subheading{
                color:  #86868B;
                text-align: center;
                font-family: Nunito;
                font-size: 43px;
                font-style: normal;
                font-weight: 600;
                line-height: 60px; /* 139.535% */          margin-bottom: 64px;
            }
            .zen_text-section__text{
                color:  #FFF;
                text-align: center;
                font-family: Nunito;
                font-size: 43px;
                font-style: normal;
                font-weight: 700;
                line-height: 60px; /* 139.535% */
                b{
                    color:  #59EA6D;
                    font-family: Nunito;
                    font-size: 43px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 60px;
                }
            }
        }
    }

@media (min-width:768px){
    
    .currency-to-currency::after {
        content: "" !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../template-parts/currency-converter-black/img/line.png) !important;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        opacity: .9;
        z-index: 0;
        pointer-events: none;
        z-index: -1;
    }
    .currency-to-currency {
        position: relative;
    }

  
}

@media (max-width:768px){
    .page-template-currency-to-currency-landing,.exchange-template-default {
    .zen_text-section{
        padding: 10px;
        .zen_text-section__heading{
        font-size: 32px;
        font-weight: 800;
        line-height: 40px; /* 140.625% */
        margin-bottom: 34px;
        }
        .zen_text-section__subheading{
            font-size: 20px;
            line-height: 26px; /* 139.535% */          margin-bottom: 34px;      margin-bottom: 64px;
        }
        .zen_text-section__text{
            font-size: 20px;
            line-height: 26px; /* 139.535% */
            b{
                font-size: 20px;
                line-height: 26px;
            }
        }
    }
}
.page-template-currency-to-currency-landing,.exchange-template-default {
    & .custom-text-right-left-image {
        margin-bottom: 100px;
        img {
max-width: 200px;
margin: 0 auto;
text-align: center;
display: block;
        }}}
     
}
.currency-to-currency{
    .hero-basic .wrapper-buttons button{
        border: 0px !important;
     }
     .custom-text-right-left-image {
        background: linear-gradient(142deg, #222 21.76%, #000 64.89%);
        border-radius: 16px;
        padding: 20px 0px;
     }
   @media (min-width:768px){
    .custom-text-right-left-image {
        margin-bottom: 200px;
        border-radius: 16px;
        background: linear-gradient(142deg, #222 21.76%, #000 64.89%);
        padding: 0px 90px;
        img{
            margin-top: -80px;
            margin-bottom: -125px;
        }
        .text-right-left-image__image{
            width: 35%;
        }
        .text-right-left-image__content {
            width: 65%;
            .text-right-left-image__button {
                margin: unset !important;
            }
            .text-right-left-image__content___description{
                color: #FFF;
                font-family: Nunito;
                font-size: 32px;
                font-style: normal;
                font-weight: 600;
                line-height: 140%; /* 44.8px */ 
            }

        }
     }
   }

}



@media(min-width:1100px) and (max-width:1910px){
    .page-template-currency-to-currency-landing,.exchange-template-default    {

        /* custom to lP */
        .hero-module {
            max-width: 1320px;
        }
        .zen_topup-slider__subheading{
            margin-bottom: 160px;
        }
        .moneytransfers--text-image__wrapper-image{
            img{
                min-height: 120dvh !important;
            }
        }
.zen_topup-slider{
    margin-top: 100px;
}
        /*  */
      #navbar-new{
          zoom: 0.8;
          max-width: 1240px;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
      }
      .currency-to-currency {
          zoom: 0.7;
      }
      .site-footer {
        zoom: 0.8;
      }
      [data-aos^=fade][data-aos^=fade]{
          opacity: 1;
      }
      [data-aos=fade-right]{
          transform: translate3d(0px, 0, 0) !important;
      }
  
      }
    }
    .page-template-currency-to-currency-landing,.exchange-template-default     {
      & .container {
          @media (max-width: 1400px) {
              max-width: 70% !important;
          }
      }
      .hero-basic{
        margin-top: unset !important;
      }
    }

@media (max-width:768px){
    .page-template-currency-to-currency-landing, .exchange-template-default {
        .zen_text-section {
            margin-top: 100px;
        }
    }
}

.page-template-currency-to-currency-landing, .exchange-template-default {
    & .container {
        @media (max-width: 768px) {
            max-width: 90% !important;
        }
    }
}