@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-Thin";
    src: url("../fonts/Poppins-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
html,body{
    width: 100%;
    height: fit-content;
    margin: 0 !important;
    overflow-x: hidden !important;
    font-family: "Poppins";
}
a{
    text-decoration: none;
    color:#fff
}
.nav,
.banner{
    background-color: #F9F6F6;;
    padding: 0;
    margin: 0;
}
.content{
    width:80%;
    margin: 0 auto;
    /* padding: 1rem 0; */
}
.nav img{
    padding: 1rem 0;

    top: 3rem;
}
.flex_lng{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
html[lang='ar'] .flex_lng{
    flex-direction: row-reverse;

}
.nav .content img{
    width: 115px;
}

.banner .content .img_container{
    position: relative;
    z-index: 1;

}
.text_content .title{
    color:#222;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins-Bold";
    line-height: 40px;
    padding-bottom: 1rem;
    padding-bottom: 1rem;

}
.banner{
    position: relative;
    padding-bottom: 3rem;
}
.banner::after{
    position: absolute;
    bottom: 5rem;
    content: '';
    background-color: #222;
    width: 100%;
    height: 1px;
    z-index: 0;
}


.text_content .desc{
    color: #727272;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    max-width: 500px;

}
.btns{
    justify-content: flex-start !important;
    gap:1rem;
    margin-top: 2rem;


}
.btns a{
    display: flex;
    gap:0.5rem;
    align-items: center;
    padding: 0.5rem;
    border-radius: 9px;
    width: 176px;
    text-decoration: none;
}
.flex-col{
    display: flex;
    flex-direction: column;


}
.btns img{
    height: 55px;
}
.flex-col div{

    color:#fff;
    font-size: 13px;

}
.flex-col div.title_m{
    font-size: 20px;


}
.footer{
    width: 85%;
    margin: 0 auto;
    background-color: #222;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}
.footer .content{
    width: 80%;
    margin: 0 auto;
    padding: 4rem 0;
    display: flex;
    justify-content: space-between;

}
.footer .content .first_col{
    color: #fff;
    width: 328px;
    background: #2e2e2e;
    border-radius: 9px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    height: 116px;
}
.footer .content .first_col img{
    height: 22px;
}
.footer .content .first_col a{
    font-size: 15px;

}
.line{
    text-decoration: underline;
}
.switch_lang{
    color:#fff;
    position: relative;
    color: #fff;
    position: relative;
    width: 70px;
    display: flex
;
    cursor: pointer;
    align-items: flex-start;
    justify-content: center;
    gap:0.2rem
}
.switch_lang img{
    width:18px;
    object-fit: contain;
}
.globe{
    width: 26px !important;
    top: -3px;
    position: relative;
}
.options div{
    padding: 3px 0;
}
.switch_lang div.text{
    top: -3px;
    position: relative;
}
.options{
    position: absolute;
    background: #2e2e2e;
    width: 95%;
    padding: 0;
    border-radius: 4px;
    top: 2.1rem;
    height: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.options.show{
    padding: 10px;
    height: 80px;
    max-height: 80px;
}
.switch_lang img.rotate{
    transform: rotate(180deg);
}
.options .active {
    font-weight: bold;
    color: #c71c3b;
}
