/* section-1 */

.sec1{
    width: 100%;
    height: 70vh;
    background-color: #FCF2E9;
    padding: 5rem 12rem 5rem 12rem;
    display: flex;

}

.sec1_left{
    width: 100%;
    height: 70vh;
    
}

.sec1para{
    width: 80%;
    padding-left: 10%;
}

.sec1para1{
    font-size: 2rem;
    /* font-weight: bolder; */
    word-spacing: 1px;
    font-weight: 900;
    /* margin-bottom: 1rem; */

}

.sec1para2{
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.7;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.sec1btn{
    display: flex;
    padding-left: 8vh;
}

.start-btn{
    border: 1px transparent;
    border-radius: 6px;
    background-color: orange;
    color: #F9F9F9;
    padding: 7px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    margin-right: 1rem;
    font-size: 1rem;
    /* opacity: 0.7; */
}

.more{
    border: 1px transparent;
    border-radius: 6px;
    background-color: #F9F9F9;
    color: grey;
    padding: 7px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    margin-right: 1rem;
    font-size: 1rem;
    /* opacity: 0.7; */
}

.sec1_right{
    width: 100%;
    height: 70vh;
}

.sec1_right img{
    /* overflow: hidden; */
}





/* section-2 */

.sec2{
    display: flex;
    flex-direction: column;
}

.sec2_1{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 8vh;
    font-size: 0.7rem;
    font-weight: bold;
    opacity: 0.5;
    background-color: #f5f5f5;
}

.sec2_2{

}

.companies{
    width: 100%;
    padding: 0 12rem 0 12rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 20vh;
    background-color: #f5f5f5;
}

.companies img{
    width: 15%;
    aspect-ratio: 3/2;
    object-fit: contain;
    /* mix-blend-mode: color-burn; */
    height: 70px;
}

.highlight{
    border :3px solid orange;
    
}


/* section-3 */

.sec3{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5rem 12rem 5rem 12rem;
}

.sec3_d1, .sec3_d3, .sec3_d2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
}

.sec3para{
    display: flex;
    width: 50%;

}

.mobileimg{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 50%;
}

.mobileimg img{
    width: 200px;
    height: 400px;
}

/* section cards */
.sec_card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    padding: 0 12rem 5rem 12rem;
    background-color: #f5f5f5;

}

.align_in{
    margin: 20px;
}

.align_in p{
    margin: 10px;   
}

.h2{
    margin-top: 1rem;
}

.card_text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
}

.sec2_but{
    display: flex;
}
.sec2_but button{
    /* padding: 1px; */
    width: 70px;
}

.non{
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: green; */
    color: white;
    border: none;
    width: 20%;
    margin-left: 10px;
    border-radius: 10px;

}

.sec_cards{
    display: flex;
    flex-direction: column;
    margin: 3rem;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.sec_cards img{
    /* display: flex; */
    width: 300px;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card_but{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    color: white;
    border: none;
    width: 20%;
    /* margin: 10px; */
    border-radius: 10px;
}

.h3{
    margin: 10px;
    margin-left: 0;
    /* font-weight: 790; */
    font-size: 23px;
}

i{
    padding: 10px;
    color: tomato;
}

.card_text p{
    font-size: 1.5rem;
}

.card_3{
    /* text-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5); */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 5px;
    width: 300px;
    height: 400px;
    padding-left: 40px;
} 

.bottom_c{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.main_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 240px 40px 240px;
    border-radius: 20px;
    background-color: orange;
    height: auto;
    width: 70%;
}

.main_menu img{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.menu_menu{
    padding: 70px;

}

.menu_menu p{
    padding-top: 10px;
    padding-bottom: 10px;
}

.top_inputs input{
    margin: 20px;
}
.bottom_inputs input{
    margin: 20px;
}