*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*========================================== Start Banner Section ==========================================*/
.banner_section{
    background: #FBA200;
    overflow: hidden;
}
.mobile_img{
    width: 100%;
    filter: drop-shadow(0 20px 25px rgba(0,0,0,0.25));
}
.logo_img{
    width: 100%;
    position: relative;
    top: 103px;
    left: -15%
}
.banner_text p{
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.tool_text img{
    margin-left: 8px;
}
.tool_text{
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}
/*========================================== End Banner Section ==========================================*/

/*========================================== Start About & Summary ==========================================*/
.about_text_section, .summary_text_section,
.problem_section, .solution_section{
    position: relative;
    overflow: hidden;
}
.about_heading{
    position: relative;
    display: inline-block;
}
.about_title{
    background: #27514A;
    font-size: 64px;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 0 50px 50px 0;
    color: #FBA200;
    font-family: "Inter", sans-serif;
    margin-left: 8px;
}

.flute_img{
    position: absolute;
    left: -68px;
    top: 50%;
    transform: translateY(-50%);

}
.about_text_section p,
.summary_text_section p{
    color: #000000;
    line-height: 1.8;
    font-size: 20px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.summary_heading{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.summary_title{
    background: #27514A;
    font-size: 64px;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 50px 0 0 50px;
    color: #FBA200;
    font-family: "Inter", sans-serif;
    margin-left: 8px;
}
.flute2_img{
    position: absolute;
    right: -68px;
    top: 50%;
    transform: translateY(-50%);

}
.summary_text_section::after {
    content: "";
    position: absolute;
    background-image: url(../../../../portfolio/images/app/radha-krishna/summery_bg_img.webp);
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    min-height: 944px;
    height: 100%;
    top: -156px;
    z-index: 1;
    pointer-events: none;
}
/*========================================== End About & Summary ==========================================*/

/*========================================== Start Problem & Solution ==========================================*/
.problem_text ul li,
.solution_text ul li{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    font-family: "Inter", sans-serif;
    line-height: 40px;
}
/*========================================== End Problem & Solution ==========================================*/

/*========================================== Start Tech ==========================================*/
.tech_title h2{
    font-size: 55px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #000000;
}
.tech_text p{
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000000;
}
/*========================================== End Tech ==========================================*/

/*========================================== Start Typography ==========================================*/
.typography_text p{
    font-size: 32px;
    font-weight: 600;
    color: #27514A;
    font-family: "Inter", sans-serif;
}
.weight_title, .character_title{
    font-size: 32px;
    font-weight: 500;
    color: #0000008A;
    font-family: "Inter", sans-serif;
}
.weight_text p, .character_text p{
    border: 1px solid #00000030;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
    color: #000000;
    font-family: "Inter", sans-serif;
}
.regular_text{
    font-weight: 400;
}
.medium_text{
    font-weight: 500;
}
.semi_text{
    font-weight: 600;
}
.bold_text{
    font-weight: 700;
}
/*========================================== End Typography ==========================================*/

/*========================================== Start Color ==========================================*/
.color_text p{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    font-family: "Inter", sans-serif;
}
.black_color{
    background: #000000;
    border: 1px solid #000000;
    border-radius: 34px;
    width: 158px;
    height: 335px;
}
.green_color{
    background: #27514A;
    border: 1px solid #27514A;
    border-radius: 34px;
    width: 158px;
    height: 471px;
}
.yellow_color{
    background: #FBA200;
    border: 1px solid #FBA200;
    border-radius: 34px;
    width: 158px;
    height: 471px;
}
.white_color{
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 34px;
    width: 158px;
    height: 335px;
}
/*========================================== End Color ==========================================*/

/*========================================== Start Key Feature ==========================================*/
.feature_text{
    border: 1px solid #27514A;
    padding: 20px;
    border-radius: 36px;
    background: #27514A;
    box-shadow: -10px 10px 0 0 rgba(251, 162, 0, 1), -9px 10px 7px 0 rgba(0, 0, 0, 0.25);
}
.feature_subtitle{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}
.feature_text p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}
/*========================================== End Key Feature ==========================================*/

/*========================================== Start Application Image ==========================================*/
.application_section{
    position: relative;
}

.application_section::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6%;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(46,96,107,1) 100%
    );

    pointer-events: none;
}
.thankyou_box{
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 999;
}

.thankyou_box p{
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #27514A;
}
/*========================================== End Application Image ==========================================*/
/*========================================== End Radha Krishna Application Portfolio ==========================================*/
