@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Siemreap&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Siemreap", system-ui;
    font-weight: 700;
}

.back-to-top {

    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-color: #ff8e14;
    color: white;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
}

.back-to-top i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-to-top:hover {
    background-color: #181E76;
}

.back-to-top:hover i {
    color: #ff8e14;
}

html:not(:target) .back-to-top {
    display: inline-block;
}

.container {
    width: 1200px;
    margin: auto;
}

a {
    text-decoration: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
}


.col-1 {
    width: 8.33%;
    padding: 0 15px;
}

.col-2 {
    width: 16.66666666666667%;
    padding: 0 15px;
}

.col-3 {
    width: 25%;
    padding: 0 15px;
}

.col-4 {
    width: 33.33%;
    padding: 0 15px;
}

.col-5 {
    width: 41.67%;
    padding: 0 15px;
}

.col-6 {
    width: 50%;
    padding: 0 15px;
}

.col-7 {
    width: 58.33%;
    padding: 0 15px;
}

.col-8 {
    width: 66.67%;
    padding: 0 15px;
}

.col-9 {
    width: 75%;
    padding: 0 15px;
}

.col-10 {
    width: 83.33%;
    padding: 0 15px;
}

.col-11 {
    width: 91.67%;
    padding: 0 15px;
}

.col-12 {
    width: 100%;
    padding: 0 15px;
}


.mb-3 {
    margin-bottom: 20px;
}

.mt-3 {
    margin-top: 20px;
}

.card-form {
    background-color: #ff8e14;
    border-radius: 20px;
    padding: 20px 0;
}

label {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    margin-right: 30px;
    color: #ff8e14;
}

.form-select {
    cursor: pointer;
    width: 100%;
    height: 36px;
    background-color: #ddd;
    border: 0px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #414141;
}

.form-select,
.form-control:focus {
    outline: 0;
}

select,
option {
    font-family: "Siemreap", system-ui;
}

.form-control {
    width: 100%;
    height: 36px;
    background-color: #ddd;
    border-radius: 5px;
    border: 0;
    padding: 20px;
    font-family: "Siemreap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #414141;
}

textarea {
    width: 100%;
    height: 200px;
    background-color: #ddd;
    border-radius: 5px;
    border: 0;
    padding: 20px;
    font-family: "Siemreap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #414141;
}

textarea:focus {
    outline: 0;
}

.form-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-submit {
    padding: 10px 50px;
    border-radius: 5px;
    color: #ff8e14;
    /* background-color: #ddd; */
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}


/*  */
.herobanner {
    width: 100%;
    margin-bottom: 30px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: block; */
}

/* Track */
section .tracking-goods {
    text-align: center;
    padding: 50px;
    margin-top: 30px;
    width: 100%;
    height: 200px;
    background-color: #eee;
    border-radius: 5px;
}

section .tracking-goods .form-control {
    width: 600px;
    height: 40px;
    font-family: "Siemreap", system-ui;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    background: transparent;

}

section .tracking-goods .form-control:focus {
    outline: none;
    box-shadow: 1px 1px 5px 2px #ff8e14;
}

section .tracking-goods label h3 {
    color: #000000c2;
}

section .tracking-goods .btn-primary {
    cursor: pointer;
    margin-top: 10px;
    width: 100px;
    height: 40px;
    font-family: "Siemreap", system-ui;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #ff8e14;
    border-radius: 5px;
}

section .tracking-goods .btn-primary:hover {
    background-color: #cd700c;
}

/* Services */
section .our-services {
    margin-top: 30px;
    width: 100%;
    height: 630px;
    background-color: #eee;
    text-align: center;
    padding-top: 30px;

}

section .our-services .row .services-details {
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 2px #ddd;
}

section .our-services .row .services-details:hover {
    transform: scale(1.09);
    transition: .5s;

}

section .our-services h4 {
    margin-bottom: 30px;
}

section .our-services .row .services-details h3 {
    color: #000;
}

section .our-services .row .services-details p {
    font-size: 14px;
    padding: 20px 10px;
    color: #000;
}

.card-img img {
    width: 150px;
    padding: 20px;
}

section .our-services .row .services-details a {
    color: #ff8d15;

}

.button-seemore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    width: 130px;
    height: 50px;
    background-color: #ff8d15;
    border-radius: 5px;
}

.button-seemore a {
    color: #fff;
    font-size: 16px;
}

.button-seemore:hover {
    background-color: #cd700c;
}

/* ដំណើរការផ្លាស់ទីអីវ៉ាន់ */
section .title-move-items {
    margin: 30px auto;
    text-align: center;
}

section .card-items {
    width: 120px;
    height: 120px;
    border: 3px solid #ff8e14;
    border-radius: 50%;
    text-align: center;
    margin-left: 80px;
    margin-bottom: 15px;
    background: transparent;
    position: relative;
}

section .fa-circle-card {
    width: 30px;
    height: 30px;
    background-color: #ff8e14;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;

}

section .move-items .card-texts {
    text-align: center;

}

.fa-arrow-right img {
    position: absolute;
    margin-left: 100px;
    display: flex;

}

.fa-circle-card span {
    color: #fff;
}

.img-edit {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-items img {
    width: 50%;
    height: 50%;
    object-fit: cover;
}

/* feedback customer */
.feedback {
    text-align: center;
    margin: 30px 0;
    width: 100%;
    height: 700px;
    background-color: #eee;
    padding: 30px 0;
}

.Rating-feedback {
    display: flex;
}

.card-Review {
    width: 500px;
    height: 230px;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 1px 1px 5px 2px #ddd;
}

.align-justify {
    justify-content: space-between;
}

.middle-carding {
    margin-left: 30%;
}

.card-Review:hover {
    transform: scale(1.1);
    transition: 1s;
}

.customer-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* padding: 10px; */
    border: 3px dotted #fff;
    background-color: #cd700c;
    overflow: hidden;
}

.customer-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Rating-star .fa-solid {
    margin-right: -5px;
}

.quotation {
    text-align: end;
    font-size: 14px;
}

/* Why choose us */
.container-choose {
    width: 1200px;
    background-color: red;
}

section .self-detail {
    position: relative;
    width: 320px;
    height: 270px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 1px 1px 5px 2px #ddd;
    text-align: center;
    margin-top: 40px;
}

section .self-detail h3 {
    margin-bottom: 10px;
}

section .self-detail:hover {
    transform: scale(1.09);
    transition: 0.5s;
}

section .self-detail .text {
    width: 230px;
    text-align: center;
    margin-left: 18px;
    padding: 30px 0;
}

.self-detail-card {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    box-shadow: 1px 1px 5px 2px #ddd;
    border-radius: 10px;
    left: 250px;
    top: 70px;
}

.iconsize {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
}

/* Team-Group */
.team-member {
    margin-top: 30px;
    width: 100%;
    height: 520px;
    text-align: center;
    background-color: #eee;
    padding: 30px 0;
}

.team-member h3 {
    margin-bottom: 20px;
}

.row.space {
    justify-content: space-around;
}

.member-card {
    height: 350px;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    box-shadow: 1px 1px 5px 2px #ddd;
}

.member-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.member-card:hover {
    transform: scale(1.05);
    transition: 0.5s;
}
.contact-team .nav-item {
    list-style: none;
}

.contact-team .icon-profile {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #ff8d15;
    border: 2px solid #ff8d15;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-team .icon-profile:hover {
    background-color: #ff8d15;
    color: #fff;
}

.contact-team {
    position: absolute;
    top: 100px;
    left: 220px;
    text-align: end;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.member-card:hover .contact-team {
    opacity: 1;
    /* Fade in */
    visibility: visible;
    transform: translateX(0);
    /* Move to original position */
}

.member-details {
    width: 200px;
    height: 100px;
    color: #fff;
    background-color: #ff8e14;
    border-radius: 10px;
    position: absolute;
    top: 300px;
    z-index: 99;
    right: 38px;
}

.member-details .ph-call {
    color: #fff;
}