.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;
}

/* drp-down */

.rt_right {
    display: flex;
    align-items: center;
    position: absolute;
    right: 17rem;
    top: 90%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 1s;
}

@media(max-width:768px) {
    .rt_right {
        left: 5rem;
    }

    .dropdown-content {
        position: absolute;
        left: 0;
    }

    .inn_text {
        position: absolute;
        z-index: 1;
        right: 5%;
    }
}

.dropdown button {
    background-color: #000;
    min-width: 130px;
    width: max-content;
    height: 40px;
    border-radius: 5px;
    color: white;
    padding: 10px;
    gap: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
}

.dropdown button img {
    margin: 0 5px 0 0;
}

.dropdown button img,
.dropdown-content li img {
    width: 28px;
}

.dropdown button,
.dropdown-content li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Noto Sans Arabic", sans-serif;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
}

.arrow-down {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    margin: 0 0 0 5px;
}

.dropdown button:hover {
    cursor: pointer;
    background-color: #daa17d;
}

/* Style for the dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    margin: 1px 0 0 0;
    padding: 0;
    background-color: #f5f5f5;
    min-width: 135px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 315px;
}

/* Style for the dropdown content items */
.dropdown-content li {
    color: black;
    padding: 13px 35px;
    text-decoration: none;
    justify-content: end;
}

.dropdown-content li img {
    margin: 0 20px 0px 20px;
}

/* Style for the dropdown content items on hover */
.dropdown-content li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
    color: #daa17d;
    border-radius: 5px;
}

/* Show the dropdown content when the dropdown button is clicked */
.dropdown:focus-within .dropdown-content {
    display: block;
}

/* Animate the dropdown content */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-content {
    animation: slideIn 0.3s ease-out;
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}

@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::placeholder {
    color: #afafaf;
    opacity: 1;
}
.cii_cou{
	cursor: pointer;
}
.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;
    }
}