/*
 Theme Name:   AsiaBazar Child
 Description:  AsiaBazar Child Theme
 Author:       Lev
 Author URI:   https://t.me/levmaltsev100
 Template:     asiabazar
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {font-family: "Montserrat", sans-serif !important;}
a{text-decoration: none;}
img{max-width:100%;}
.subtitle {font-size: 1.3em;}
.bg_r_b {background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(227, 6, 17, 1) 100%);}
.bg_b_r {background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(227, 6, 17, 1) 100%);}
#social {
    padding: 100px 0;
}
.social_items {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    flex-wrap: wrap;
}
.social_item {
    width: 25%;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
}
.social_item:hover {
    opacity: 0.8;
}
.social_item_icon img {
    width: 45px;
    border-radius: 10px;
}
.social_item_text {
    width: calc(100% - 55px);
    text-align: center;
}
.social_item_text_top {
    font-weight: 600;
}


#reviews{
    padding: 50px 0 100px;
}
.reviews_items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.reviews_item {
    background: #fff;
    color: #000;
    padding: 15px 50px;
    border-radius: 10px;
    font-weight: 600;
}
.reviews_item:hover {
    opacity: 0.8;
}


#team {
    padding: 50px 0 100px;
}
.team_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.team_item {
    background: rgb(0 0 0 / 10%);
    color: #fff;
    width: calc(20% - 12px);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.team_item_foto {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 220px;
}
.team_item_name {
    font-weight: 600;
    padding: 5px 10px;
}
.team_item_position {
    padding: 0 10px 20px;
    font-size: 0.9em;
    opacity: 0.9;
}


.carousel-item {
    height: 600px;
}
.carousel-item img {
    object-fit: contain;
}
a.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-size: 16px;
}
a.navbar-brand img {
    height: 80px;
}
nav#nav-main {
    flex-direction: column;
}
a.nav-link {
    color: #fff;
}
.header-actions {
    flex-direction: column;
    align-items: end;
    color: #fff;
}
.header-actions a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header_phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 1.3em;
}
.fix_block {
    position: fixed;
    right: 20px;
    top: 40%;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.ays-quiz-answers.ays_list_view_container {
    display: flex;
    gap: 5px;
}
.ays-field.ays_list_view_item {
    flex-direction: column-reverse !important;
}
.banner_text {
    text-align: center;
    color: #fff;
    font-size: 2em;
    margin-top: 40px;
    font-weight: 600;
}
.header_phone1 a:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
}


.form_wrap input {
    width: 100%;
    padding: 5px 10px;
}
.form_wrap p {
    margin-bottom: 5px;
}
.form_btn input {
    background: #df0610;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
}
span.wpcf7-list-item {
    margin: 0;
}
.form_acc {
    font-size: 14px;
}
a.nav-link:hover {
    color: #fff;
    opacity: 0.8;
}
header#masthead {
    background: #000 !important;
}
section#slider {
    background-image: url(/wp-content/uploads/2025/05/tiggo_8_pro_max_6573cfbd36.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}
.footer_top {
    color: #fff;
    font-size: 1.5em;
}
footer a{
    color: #fff;
}
.footer_bottom {
    color: #fff;
    font-size: 1.2em;
}
footer {
    padding: 50px 0;
}
.footer_map iframe {
    border-radius: 10px;
}