@font-face {
    font-family: "DanaBold";
    src: url(../font/DanaFaNum-Bold.woff) format('woff');
}

@font-face {
    font-family: "DanaMedium";
    src: url(../font/DanaFaNum-Medium.woff) format('woff');
}

html{
    scroll-behavior: smooth;
}

body{
    background: #1a1a1a;
    font-family: "DanaMedium";
    color: #bcb2b2;
}

.container{
    margin: 27px;
    padding: 12px 37px;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.header{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.label{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label_right{
    display: flex;
    gap: 1rem;
}

.label_link{
    text-decoration: none;
    color: #fff;
    font-size: 18px;

}

.label_link:hover{
    text-decoration: underline #F3D098;
}

.label_middle{
    display: flex;
}

.label_middle_img{
    width: 32%;
    margin: auto;
}

.label_left{
    display: flex;
    gap: 0.5rem;
}

.label_left_search{
    width: 30px;
    height: 30px;
    margin: auto;
}

.label_left_bag{
    width: 30px;
    height: 30px;
    margin: auto;
}

.label_left_button{
 
}

.label_left_link{
    border: 1px solid #F3D098;
    color: #F3D098;
    border-radius: 5px;
    width: 10rem;
    height: 2rem;
    background-color: #000;
    font-family: "DanaMedium";
    text-align: center;
    display: block;
    padding-top: 10px;
    text-decoration: none;

}


.main{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about_us{
    display: flex;
    flex-direction: column;
}

.about_us_header{
    font-size: 40px;
}

.about_us_info{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about_us_info_header{
    width: 60%;
    font-size: 30px;
    color: #F3D098;

}

.about_us_info_text{
    width: 60%;
    line-height: 30px;
    font-size: 22px;
}

.call_us{

}

.call_us_header{
    font-size: 40px;

}

.call_us_info{
    display: flex;
    gap: 5px;

}

.call_us_add{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.call_us_add_icon{
    width: 15%;

}

.call_us_add_text{
    font-size: 22px;
}

.call_us_tel{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.call_us_tell_icon{
    width: 15%;
}

.call_us_tel_text{
    font-size: 22px;

}

.call_us_links{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.call_us_link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

}

.call_us_link_img{
    width: 22%;

}

.call_us_link_text{
    font-size: 20px;

}

.why_us{
    display: flex;
    flex-direction: column;

}

.why_us_header{
    color: #F3D098;
    font-size: 28px;

}

.why_us_text{
    width: 60%;
    font-size: 22px;
    line-height: 30px;

}

.why_us_bold{
    display: flex;
    flex-direction: column;
    gap: 4px;

}

.why_us_bold_text{
    font-family: "DanaBold";
    font-size: 24px;
    color: #F3D098;
}

.footer{

}

.shop_info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.shop_info_img{
    width: 12%;
}

.shop_info_text{
    font-size: 18px;
    text-align: center;
    width: 50%;
}

.shop_info_links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.shop_info_link{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.shop_info_link:hover{
    text-decoration: underline #F3D098;
    font-size: 20px;
}

.shop_info_apps{
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_info_apps_link{
    width: 45%;
    margin: 1rem -1.5rem;
}

.shop_info_app_icon{
    width: 40%;
}

