@import url('https://fonts.googleapis.com/css2?family=HarmonyOS+Sans:wght@400;500;600;700&display=swap');
body {
    width: 100%;
    color: rgb(239, 239, 239);
    margin: 0;
    font-family: 'HarmonyOS Sans', 'Noto Sans SC', Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0);
}
.page_header {
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr minmax(700px, 1280px) 1fr;
    grid-template-rows: 102px;
    background-color: rgb(0, 46, 93);
}
.header_container {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}
.header_menu {
    display: flex;
    flex-wrap: nowrap;
}
.menu_item {
    margin: 10px 10px;
    font-size: 15px;
    text-decoration: none; 
    color: rgb(239, 239, 239);
}

.page_content {
    font-size: 16px;
}

.content_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_container {
    padding: 30px 30px 100px 30px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr minmax(700px, 1280px) 1fr;
    grid-template-rows: auto;
    justify-content: center;
    color: rgb(207, 197, 195);
}

.content_title {
    padding: 20px 20px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.content_text {
    line-height: 1.875em;
    text-align: center;
}

.page_footer {
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr minmax(700px, 1280px) 1fr;
    grid-template-rows: 176px;
    background-color: rgb(167, 167, 167);
}

.footer_container {
    display: flex;
    padding: 10px 20px;
    justify-content: space-around;
    align-items: center;
}

.copy_right {
    margin: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(239, 239, 239);
}

.footer_menu {
    display: flex;
    flex-wrap: nowrap;
}

.index_des {
    background-image: url('../images/index-welcome.png');
    background-size: cover; 
    background-repeat:  no-repeat;
    background-position: center center;  
    overflow: hidden;
    padding-right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(0, 46, 93);
}

.index_des_title {
    font-size: 50px;
}

.index_des_sub_title {
    font-size: 40px;
}

.index_des_adventage {
    font-size: 25px;
    color: #FF4040;
}

.index_des_gift {
    font-size: 16px;
}

.index_intro {
    margin: 60px 100px;
    text-align: center;
    color: rgb(2, 2, 2);
}

.index_intro_title {
    font-size: 30px;
    padding-bottom: 60px;
}

.index_intro_details {
    font-size: 16px;
    padding-bottom: 60px;
}

.index_outstanding {
    background-color: rgb(239,239,239);
    color: rgb(2, 2, 2);
    padding-bottom: 60px;
}

.index_outstanding_title, .index_clients_title {
    font-size: 30px;
    text-align: center;
    padding: 60px 0;
}

.index_outstanding_details_container {
    display: grid;
    grid-template-columns: 1fr minmax(350px, 1050px) 1fr;
}

.index_outstanding_details {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
}

.index_outstanding_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    margin-bottom: 20px;
}

.index_outstanding_item svg {
    width: 67px;
    height: 67px;
}

.index_outstanding_item svg [data-color="1"] {
    fill: #002E5D;
}

.index_outstanding_item div{
    margin: 0 16px 24px 16px;
    text-align: center;
}

.outstanding_item_topic {
    font-size: 16px;
}

.outstanding_item_content {
    line-height: 1.8em;
}

.index_functions {
    color: rgb(2, 2, 2);
    display: grid;
    grid-template-columns: 50% 50%;
}

.index_functions_item {
    padding-left: 30%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_functions img {
    width: 100%;
    object-fit: contain;
}

.index_function_title {
    font-size: 25px;
}

.index_function_details{
    padding: 20px;
}

.index_function_details li{
    padding-bottom: 10px;
}

.index_functions_item a{
    background-image: linear-gradient(126deg, rgb(95, 91, 205) 24%, rgb(255, 87, 0) 100%);
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 30px;
}

.index_clients {
    color: rgb(2, 2, 2);
}

.index_clients_list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.index_client_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.index_client_item img {
    border-radius: 50%;
    overflow: hidden;
}

.index_client_item_title {
    color: #FF6161;
    font-size: 26px;
}

.index_client_item_text {
    font-size: 16px;
    line-height: 30px;
}

.index_contactus_container {
    color: rgb(2, 2, 2);
    background-color: rgb(239, 239, 239); 
    display: grid;
    grid-template-columns: 1fr minmax(300px, 400px) 1fr;
}

.index_contactus {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index_contactus_title {
    font-size: 45px;
    text-align: center;
}

.index_contactus_details {
    padding: 20px 0;
    font-size: 25px;
    text-align: center;
    line-height: 1.7em;
}

.index_contactus_form input, textarea {
    margin: 8px 0;
    width: 100%;
    min-height: 30px;
    font-size: 15px;
}

.index_contactus_form .buttons {
    text-align: center;
}

.index_contactus_form .submit_button {
    width: 150px;
    height: 54px;
    font-size: 15px;
    background-color: rgb(0, 0, 0);
    color: rgb(239, 239, 239);
}

.package_image {
    margin: 40px 80px;
    background-image: url('../images/package-1.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 70% auto;
    overflow: hidden;
}

.cloud_des {
    background-color: rgba(208, 210, 214, 0.85);
    margin: 80px 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cloud_des_txt {
    font-size: 56px;
    color: rgb(0, 46, 93);
}

.cloud_des_phone {
    background-image: linear-gradient(126deg, rgb(95, 91, 205) 24%, rgb(255, 87, 0) 100%);
    padding: 10px 40px;
    font-size: 16px;
    margin-bottom: 100px;
}

.bg_black {
    background-color: rgb(27, 27, 27);
}

.bg_white {
    background-color: rgba(255, 255, 255);
}

.des_item {
    margin-top: 40px;
}


.package_content {
    color: rgb(2, 2, 2);
}

.package_title {
    font-size: 38px;
    text-align: center;
}

.package_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.package_item {
    border: 1px solid;
    width: 306px;
    margin: 40px 10px;
    padding: 40px 20px 10px 20px;
    font-size: 16px;
}

.package_item_topic {
    font-size: 16px;
}

.pakcage_others {
    display: flex;
    color: rgb(2, 2, 2);
    justify-content: space-between;
    font-size: 16px;
}

.pakcage_others img {
    display: block;
}

.package_others_content {
    padding: 40px 20px;
}

.package_others_title {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.client_item {
    display: grid;
    grid-template-columns: 210px auto;
    grid-template-rows: 30px 180px;
    margin: 60px 20px;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    justify-items: start;
}

.client_item_photo {
    grid-row-start: 1;
    grid-row-end: 3; 
}

.client_item_title {
    text-align: left;
    font-size: 18px;
    color: rgb(207, 197, 195);
}

.client_item_text {
    line-height: 1.875em;
    text-align: left;
    color: rgb(239, 239, 239);
}

.contact_container {
    display: flex;
    flex-direction: row;
}

.contact_item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}

.contact_image {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.page_content_with_padding {
    padding: 60px;
}

.contact_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.contact_text_title {
    font-size: 40px;
    width: 60%;
    text-align: center;
}

.contact_text_item {
    margin: 10px;
}