* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Vazir;
    src: url(Assets/Vazirmatn-Medium.ttf);
}

body {
    direction: rtl;
    font-family: Vazir;
    transition: all 1s;
}

.hero-sec {
    background-image: linear-gradient(to right bottom, #593600, #703e00, #894400, #a54800, #c24b00);
    background-attachment: fixed;
    color: #ffffff;
}

.fastnavbar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 2vw;
    margin: 0 20px;
    padding: 2vh 0;

}

.Navbar-Links {
    color: #dddddd;
    text-decoration: none;
}

.fastnavbar :hover {
    text-shadow: 2px 0px 1em #fff;
    margin: 0 1vh;
    transition: all 1s;

}

.HS-Continer {
    display: flex;
    justify-content: space-between;
}

.HS-R {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.HS-L {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: right;
    gap: 2vh;
    flex-direction: column;
}

.HS-L-Buttons {
    display: flex;
    gap: 3vh;
}

.btn-1 {
    background-color: #dd5601;
    color: #dddddd;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    border-radius: 1vh;
    font-family: vazir;
    border: none;
}

.btn-2 {
    border: #dddddd solid 1px;
    color: #dddddd;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    border-radius: 1vh;
}

.btn-1:hover {
    text-shadow: 2px 0px 1em #fff;
    border-bottom: #dddddd 3px solid;
    transition: all 250ms;
}

.btn-2:hover {
    padding: 16px 20px;
    text-shadow: 2px 0px 1em #fff;
    transition: all 250ms;

}

.Main_Sec {
    margin-top: 5vh;
}

.Namecolor {
    color: #dd5601;
}

.whyus_title {
    text-align: center;
    font-size: 40px;
}

.Why_Us {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 25px;
}

li::marker {
    color: #ff5733;
    font-size: 15px;
}

.Why_Us1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.Why_Us2>img {
    margin: 10px;
}

.Order_Form_Container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3a3a3a;
    border-top: 1vh #dd5601 solid;
    border-bottom: 1vh #dd5601 solid;
}

.Order_Form {
    background-color: #212121;
    border: 0.1vh #dd5601 solid;
    box-shadow: 0 0 5vh 0.4vh #dd5601;
    border-radius: 2vh;
    padding: 2vh;
    margin: 5vh 0;
}

.Order_Form:hover {
    transition: all 500ms;
    margin: 5.1vh 0;
}

.mechform {
    color: #fff;
    text-align: center;
}

.text_Input {
    margin: 0 0;
    border: #636363 solid 1px;
    color: #eee;
    background-color: #212121;
    font-family: vazir;
    border-radius: 1vh;
    padding: 1vh;
    width: 13vw;
    font-size: 0.8vw;
}

.form_1 {
    display: flex;
    margin: 15px;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
}

.HIW_Continer {
    margin: 5vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.HIW_Cards {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin: 3vh 0;
    flex-direction: row-reverse;
}

.HIW_Card {
    border: #3a3a3a dashed 1px;
    border-radius: 20px;
    width: 22%;
    padding: 2vh 2vw;
    text-align: center;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    gap: 4;
}

.HIW_Card>h2 {
    border: #6e2a00 dashed 1px;
    color: #ddd;
    width: fit-content;
    height: fit-content;
    padding: 0 0.8vw;
    background-color: #dd5601;
    border-radius: 30px;
}

.other_Sections {
    text-align: center;
    margin-bottom:10vh ;
}

.OTS_Cards {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin: 3vh 0;
    flex-direction: row;
}

.OTS_Card {
    border: #3a3a3a dashed 1px;
    border-radius: 20px;
    width: 22%;
    padding: 2vh 2vw;
    text-align: center;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    gap: 4;
}

footer {
    background-color: #a54800;
    color:#ddd;
    padding: 2vh 0;
    display: flex;

}

.footer_right {
    width: 49%;
}

.footer_left {
    width: 49%;
    direction: ltr;
}

.material-symbols-outlined {
  font-size: 24px;
  vertical-align: middle;
}