@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');

.mt-6 {
    margin-top: 50px;
}

.mt-12 {
    margin-top: 120px;
}

.mb-6 {
    margin-bottom: 50px;
}

.ml-3{
    margin-left: 30px;
}

/* Hero-Banner */
.page-heading-banner {
    position: relative;
    width: 100%;
    height: 850px;
    background: url('../assets/images/hero-banner-expres.gif');
    background-size: cover;
    background-position: center bottom bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-banner {
    color: #fff;
    font-size: 50px;
}

.text-description-banner {
    color: #fff;
}

.text-description-banner {
    font-size: 20px;
}

.btn-contact {
    padding: 15px 35px;
    background-color: #ff8e15;
    color: #fff;
    border: 0;
    border-radius: 7px;
    font-size: 20px;
    margin-left: 0;
}

.btn-contact:hover {
    background-color: #333;
}

.heading-csc-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heading-csc-center .csc-back-radius {
    background-color: #ff8e15;
    color: #fff;
    width: 150px;
    padding: 5px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 20px;
}

.card-body {
    border-radius: 20px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-body .card-text-bd {
    width: 95%;
}

.card-body .card-text-bd .icon-customize {
    font-size: 80px;
    color: #ff8e15;
    opacity: .9;
    margin-bottom: 20px;
}

.card-body .card-text-bd .title-provide {
    color: #000;
    opacity: .9;
    font-size: 23px;
}

.card-body .card-text-bd .title-provide-p {
    color: #333;
}

.card-body:hover {
    background-color: #ff8e15;
    transition: .3s ease-in-out;
}

.card-body:hover .icon-customize {
    color: #fff;
}

.card-body:hover .title-provide {
    color: #fff;
}

.card-body:hover .title-provide-p {
    color: #fff;
}

/*  */
.card-features-container {
    position: relative;
    height: 400px;
    /* background: url('../assets/images/card-features-1.png'); */
    background-size: cover;
    border-radius: 20px;
}

.card-features {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    top: 180px;
    left: 10px;
}

.card-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-track {
    font-size: 40px;
    color: #ff8e15;
}

.card-features .card-readmore {
    width: 65%;
    height: 280px;
    background-color: #ff8e15;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.card-features .card-readmore .btn-get-service {
    cursor: pointer;
    padding: 15px 35px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .2);
    font-family: "Siemreap", system-ui;
    font-weight: bold;
}

.card-features-container:hover .card-icon {
    border: 2px solid #ff8e15;
}

.card-features-container:hover .card-readmore {
    border: 2px solid #ff8e15;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 1);
}

.card-features .card-readmore:hover .btn-get-service {
    background-color: rgba(255, 255, 255, 1);
    color: #ff8e15;
}

/* Choose-Us */
.card-choose-us {
    height: 150px;
    /* background-color: red; */
    border: 2px solid #ff8e15;
    border-radius: 20px;
    box-shadow: 5px 0px 0px #ff8e15;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card-icon2 {
    background-color: #ff8e15;

}

.card-departure {
    color: #fff;
}

.card-features2 {
    padding: 20px;
}

.card-feature {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 
.card-choose-us:hover {
    background-color: #ff8e15;
}

.card-choose-us:hover .card-icon2 {
    background-color: #fff;
}

.card-choose-us:hover .card-departure {
    color: #ff8e15;
} */

.card-features2 .card-truck {
    position: absolute;
    left: 100px;
    top: -100px;
    padding: 20px 100px;
    height: 70%;
}

.card-features2:hover .card-style {
    border: 5px solid #ff8e15;
    /* padding: 20px; */
}

/*  */
.card-ourfeatures{
    background-color: transparent;
}
.card-ourfeatures .card-features-flex{
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 20px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.card-ourfeatures .img-radius{
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-ourfeatures .bg-circle{
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    background-color: #ff8e15;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-center{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.text-center{
    width: 90%;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

.card-features-flex:hover .img-radius{
    border: 5px solid #ff8e15;
}

/* Blog */
.blog-container{
    width: 100%;
    border-radius: 20px;
    /* background-color: red; */
    color: #333;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.blog-container .img-blog{
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.blog-container .date-container{
    width: 80%;
    padding: 5px;
    color: #fff;
    background-color: #ff8e15;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-pf{
    display: flex;
    /* justify-content: center; */
    margin-left: 20px;
    align-items: center;
}

.pf-transporter{
    width: 50px;
    height: 50px;
    border: 2px solid #ff8e15;
    border-radius: 50px;
}

.blog-name{
    color: #333;
    margin-left: 20px;
}

.blog-name .name-transporter:hover{
    cursor: pointer;
    color: #ff8e15;
}

.btn-rd-artical{
    cursor: pointer;
    background-color: transparent;
    border: 0;
    font-family: "Siemreap", system-ui;
    font-size: 16px;
    font-weight: bold;
    color: #ff8e15;
}

.btn-send{
    color: #fff;
    background-color: aquamarine;
}