body {
    direction: rtl;
}

.svr-ad {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

.svr-phn {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

.bdm_t2 {
    margin-right: 30px;
}

.bdm_t1 {
    right: 0.5rem;

}

.vis_t1 {
    right: 2rem;
}

@media (max-width: 768px) {
    .bv_text {
        right: auto;
        left: 40%;
        transform: translateX(-50%);
    }

    .b_video img {
        width: 480px !important;
        background-size: cover;
    }
}

/* offer */
.offer-section {
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}

.header h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
    color: #b68a68;
}

.header p {
    font-size: 35px;
    color: #b2b2b2;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}



.banner-image img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.column {
    flex: 1;
    min-width: 300px;
    background: #222224;
    padding: 20px;
    color: #fff;
}

.column h1 {
    font-size: 40px;
    font-weight: 600;
    color: rgb(227 190 164);
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

.column p {
    font-size: 20px;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

.column ul li {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
}

.feature-card h3,
.feature-card h4 {
    margin: 0 0 5px;
    font-size: 1.2rem;
    color: #fff;
}

.feature-card p {
    margin: 0;
    font-size: 1rem;
    color: #fff;
}

.note {
    font-size: 0.8rem;
    vertical-align: super;
    color: #fff;
}


.b_top {
    background-color: #b68a68;
    position: relative;
    padding: 0;
    height: 15vh;
}

@media(max-width:768px) {
    .header h1 {
        font-size: 28px;
        font-weight: 600;
    }

    .header p {
        font-size: 18px;
    }

    .column h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .column ul li {
        font-size: 14px;
    }

    .b_top {
        height: 7vh;
    }
}


/* form */
.ci_country_select1 {
    /*display: none;*/
    /*position: absolute;*/
    /*top: 40px;*/
    /*width: 100%;*/
    /*background: #fff;*/
    /*border: 1px solid #ccc;*/
    /*z-index: 10;*/
    /*cursor: pointer;*/
    
    position: absolute;
	top: 0.502rem;
	pointer-events: none;
	height: 0rem;
	box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
	background-color: #fff;
	width: 100%;
	overflow-y: scroll;
	z-index: 2;
	transition: all .5s;
}

.ci_country_select1.active{
	height: 2.5rem;
	pointer-events: auto;
}

.ci_country_select1 div {
    /*padding: 8px;*/
    /*cursor: pointer;*/
    	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0 0.2rem;
	transition: all .4s;
	cursor: pointer;
}

.ci_country_select1 div:hover {
    /*background: #f0f0f0;*/
background-color: rgb(238, 238, 238);
}

.ci_country_select1 div.active{
	background-color: rgb(238, 238, 238);
}

.cii_cou{
	cursor: pointer;
}

.cii_cou::placeholder {
    color: #afafaf;
    opacity: 1;
}

.cii_cou1::placeholder {
    color: #afafaf;
    opacity: 1;
}

.cii_name::placeholder {
    color: #afafaf;
    opacity: 1;
}

.cii_phone::placeholder {
    color: #afafaf;
    opacity: 1;
}

.cii_mail::placeholder {
    color: #afafaf;
    opacity: 1;
}

.cii_mssg::placeholder {
    color: #afafaf;
    opacity: 1;
}

.leave_message {
    color: #afafaf;
    opacity: 1;
}




.contact_page_main {
    background-color: #272727;
    padding: 1rem 0 1rem;
}

.contact_box {
    width: 60%;
}

.cu_input_min input {

    background-color: rgb(39 39 39);
    color: #fff;
}

.cu_input_message textarea {
    background-color: rgb(39 39 39);
    border: 1px solid #afafaf;
    color: #fff;
}

.cu_input_min {

    border-bottom: 1px solid #afafaf;
    cursor: pointer;

}

.cu_page_check a {

    color: #fff;
}

.cp_icon_01 {
    filter: invert(1);
}


@media(max-width:768px) {
    .contact_box {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact_page_main {
        padding: 1rem 0.4rem;
        letter-spacing: 0;
    }
}