#image-banner img{
    width:100%;
}
#image-banner .textarea .button:hover,
#normal-heading  .button:hover,
#normal-imagetext .button:hover{
    background: #0458D6;
}

#image-banner .textarea .button svg,
#normal-heading  .button,
#normal-heading  .button svg,
#normal-imagetext  .button,
#normal-imagetext  .button svg{
    transition: all 0.3s;
}

#image-banner .textarea .button:hover svg,
#normal-heading  .button:hover svg,
#normal-imagetext  .button:hover svg{
    /* transform: translateX(5px); */
    animation: iconShuttleHover .6s ease;
}






@media(min-width:750px){
    .hide-pc{
        display: none;
    }
    #image-banner .textarea{
        top: 14rem;
        max-width: 550px;
        left: 15rem;
    }
    #image-banner .textarea h5{
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        line-height: 113%;
         margin-bottom: 20px;
    }
    #image-banner .textarea h2{
        color: #FFF;
        font-size: 60px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }   
    #image-banner .textarea p{
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }   
    #image-banner .textarea .button{
        transition: all 0.3s;
        display: flex;
        height: 50px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 99px;
        background: #0065FF;
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.32px;
        width: fit-content;
        margin-top: 38px;
    }      
    #how-business .container{
        display: flex;
        justify-content: space-between;
        gap: 108px;
    }
    #how-business h2{
        color: #000;
        font-size: 60px;
        font-weight: 700;
        line-height: 113%;
        letter-spacing: -1px;
        flex: 0 0 567px;
        max-width: 567px;
    }
    #how-business .svgtext{
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 30px 0;
        border-top: 1px solid #00000020;
    }
    #how-business .svgtext:last-of-type{
        border-bottom: 1px solid #00000020;
    }
    #how-business .svgtext div{
        max-width: 790px;
    }
    #how-business .svgtext div h3{
        color: #000;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -0.96px;
    }
    #how-business .svgtext div p{
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: -0.6px;
        opacity: 0.5;
    }    
    #normal-heading .heding{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:100%;
    }
    #normal-heading div h2{
        color: #000;
        font-size: 60px;
        font-weight: 700;
        line-height: 113%;
        letter-spacing: -3px;
        max-width: 520px;
    }
    #normal-heading div p{
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
        max-width: 675px;
    } 
    #normal-heading .button{
        display: flex;
        padding: 8px 24px;
        border-radius: 99px;
        background: var(--Color, #111);
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -0.32px;
        width: fit-content;
        margin-top: 20px; 
        height:50px;
        align-items: center;
        gap: 5px;
    }   
    #normal-imagetext .container{
        display: flex;
        justify-content: space-between;
        gap: 100px;
        align-items: center; 
    }
    #normal-imagetext img{
        flex: 0 0 790px;
        max-width: 790px;
    }
    #normal-imagetext .text{
        width: 100%;
    }
    #normal-imagetext .text h2{
        color: #000;
        font-size: 60px;
        font-weight: 700;
        line-height: 113%;
        letter-spacing: -1px;
    }
    #normal-imagetext .text .button{
        display: flex;
        height: 50px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 99px;
        background: var(--Color, #111);
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -0.32px;
        width: fit-content;
        margin-top: 20px;
        gap:5px;
    }   
}

@media(max-width:749px){
    .hide-mob{
        display: none;
    }    
    #image-banner .textarea{
        top: 18rem;
        max-width: 85%;
        left: 4rem;
    }
    #image-banner .textarea h5{
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        line-height: 113%;
         margin-bottom: 10px;
    }
    #image-banner .textarea h2{
        color: #FFF;
        font-size: 30px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    }   
    #image-banner .textarea p{
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
    }   
    #image-banner .textarea .button{
        display: flex;
        padding: 4px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 99px;
        background: #0065FF;
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        width: fit-content;
        margin-top: 19px;
        transition: all 0.3s;
        height:50px;
    }    
    #how-business .container{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    #how-business h2{
        color: #000;
        font-size: 30px;
        font-weight: 700;
        line-height: 113%;
    }
    #how-business .svgtext{
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 25px 0;
        border-top: 1px solid #00000020;
    }
    #how-business .svgtext:last-of-type{
        border-bottom: 1px solid #00000020;
    }
    #how-business .svgtext svg{
        flex: 0 0 50px;
    }
    #how-business .svgtext div h3{
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }
    #how-business .svgtext div p{
        color: #000;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
        opacity: 0.5;
    }        
    #normal-heading{
        margin-top:12rem;
    } 
    #normal-heading div{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
    #normal-heading div h2{
        color: #000;
        font-size: 24px;
        font-weight: 700;
        line-height: 113%;
    }
    #normal-heading div p{
        color: #000;
        font-size: 12px;
        font-weight: 600;
        line-height: 113%;
    } 
    #normal-heading .button{
        display: flex;
        padding: 4px 12px;
        border-radius: 99px;
        background: var(--Color, #111);
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        width: fit-content;
        transition: all 0.3s;
        height:50px;
        align-items: center;
        gap: 5px;
    }   
    #normal-imagetext .container{
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    #normal-imagetext .text h2{
        color: #000;
        font-size: 30px;
        font-weight: 700;
        line-height: 113%;
    }
    #normal-imagetext .text .button{
        display: flex;
        height: 50px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 99px;
        background: var(--Color, #111);
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -0.32px;
        width: fit-content;
        margin-top: 20px;
        gap:5px;
    }       
}

@media screen and (max-width: 767px){
    #brand-rec .item{
        padding-bottom: 2rem;
    }
    #brand-rec .item .desc{
        font-size: 2.4rem;
        line-height: 1.3;
    }
    #image-banner .container.absolute-center{
        top: 16.4rem;
    }
    
}
/* update v3 */
@media screen and (min-width: 768px){
    #image-banner .textarea h5{
        font-weight: 400;
        line-height: 1.2;
    }
    #image-banner .textarea p{
        font-weight: 500;
    }
    #image-banner .textarea .button{
        padding: 1.55rem 3.75rem;
    }
    #normal-heading .button{
        padding: 1.55rem 5.05rem;
    }
    #normal-imagetext .text .button{
        font-weight: 500;
        gap: 1rem;
    }
}
@media screen and (max-width: 767px){
    #image-banner .container.absolute-center{
        top: 36.4rem;
    }
    #image-banner .textarea .button:hover,
    #image-banner .textarea .button{
        padding: 2.55rem 5.675rem;
        background: var(--main-blue);
        font-size: 2.4rem;
    }
    #normal-heading .button{
        padding: 2.55rem 7.65rem;
    }
}
#normal-heading .dialog .input-wrapper{
    display: flex;
    align-items: center;
    gap: 1rem;
}
#normal-heading .dialog .form-group{
    margin-bottom: 1rem;
    flex: 1;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 1.6rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    position: relative;
}
#normal-heading .dialog .form-group-last{
    margin-bottom: 0;
}
#normal-heading .dialog .form-group label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
}
#normal-heading .dialog .form-group input,
#normal-heading .dialog .form-group select,
#normal-heading .dialog .form-group textarea{
    width: 100%;
    padding: 2.05rem 0;
    padding-left: 2rem;
    background: #F5F5F5;
}
#normal-heading .dialog .form-group select{
    appearance: none; /* Hide default arrow */
    -webkit-appearance: none; /* For Safari */
    padding-right: 4.2rem;
}
#normal-heading .dialog .form-group:focus-within .a{
    transform: translateY(-50%) rotate(180deg);
}
#normal-heading .dialog .form-group:focus-within label{
    display: none;
}
#normal-heading .dialog .form-group .a{
    position: absolute;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}
#normal-heading .dialog{
    height: 100%;
}
#normal-heading .dialog .wrapper{
    /* max-height: 90vh; */
    height: 90vh;
    overflow: hidden; 
    /* overflow: hidden;  */
    /* overflow: auto; */
    /* overscroll-behavior: contain; */
}
#normal-heading .dialog .wrapper #userForm{
    overflow: auto; 
    overscroll-behavior:contain;
    
}
@media screen and (max-width: 767px){
    #normal-heading .button.d-btn{
        flex-direction: row;
    }
    #normal-heading .button.d-btn svg{
        flex-shrink: 0;
    }
    #normal-heading .dialog{
        padding-left: var(--gutter-value);
        padding-right: var(--gutter-value);
    }
    #normal-heading .dialog .wrapper{
        padding-left: 5.85rem;
        width: 100%;
        padding-right: 5.85rem;
        gap: 0;
    }
    #normal-heading .dialog .close{
        width: 7rem;
        height: 7rem;
    }
    #normal-heading .dialog .desc{
        margin-top: 0;
        margin-bottom: 6rem;
        color: #808080;
    }
    #normal-heading .dialog form{
        width: 100%;
    }
    #normal-heading .dialog .input-wrapper{
        flex-direction: column;
    }
    #normal-heading .dialog .form-group{
        width: 100%;
    }
    #normal-heading .dialog .form-group label,
    #normal-heading .dialog .form-group input, #normal-heading .dialog .form-group select, #normal-heading .dialog .form-group textarea{
        font-size: 2.4rem;
        line-height: 1.2;
    }
    #normal-heading .dialog .form-group .a{
        max-width: 1.2rem;
    }
    
    #normal-heading .dialog .submit{
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 2.4rem;
    }
}
#normal-heading .dialog.hidden{
    display: none !important;
}

#normal-heading input:not(:placeholder-shown) + label {
    opacity: 0;
  }

  #userForm input::placeholder,
  #userForm textarea::placeholder{
    color: black;
    opacity: 1;

  }