    *
{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,body
{
    overflow-x: hidden;
}

header
{
    position: absolute;
    width: 100%;
}

.header_img
{
    position: relative;
    top: 20px;
    left: 40px;
    width: 92px;
    height: 61px;
}

ul
{
    display: flex;
    flex-direction: row;
    width: 25%;
    justify-content: space-between;
    margin-left: 60%;
}

li
{
    position: relative;
    list-style: none;
    font-size: 20px;
    bottom: 35px;
}

li:hover
{
    color: #e41c24;
}

.nav-icons{
    gap:20px;
}

.nav-item:hover{
    color:#E41C24 !important;
}
.track
{
    background: #05344B;
    color: white;
    width: 130px;
    height: 37px;
    border-radius: 7px;
    position: relative;
    list-style: none;
    font-size: 20px;
    /* bottom: 65px;
    margin-left: 87%; */
}

.track:hover
{
    background-color: #e41c24;
}
/* nav-bar css ends */



#hero{
    width:100%;
}



.row{
    --bs-gutter-x: 0rem !important;
}


.truck-container{
    width: 100%;
    height: 662px;
    background: #C7D7E1;
    display: flex;
    flex-direction: column;
    position: relative;
    /* top: 20px; */
}

.left
{
    display: flex;
    position: relative;
    top: 120px;
}
.img-truck{
    position: absolute;
    /* top: 10px; */
    width: 811px;
    flex-shrink: 0;
}

.ocean_img
{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    bottom: 1px;
}

.ocean_img1
{
    width: 56%;
    /* position: absolute; */

}

.ocean_img2
{
    width: 49%;
    /* position: absolute; */
}

.right__side
{
    position: relative;
    bottom: 100px;
    margin-left: 62%;
}

.h2
{
    color: #05344B;
    font-family: Sarabun;
    font-size: 60px;
    font-style: normal;
    font-weight: 500px;
    line-height: 60px; 
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    top: 140px;
    right: 200px;   
}
.heading
{
    color: #05344B;
    font-family: Sarabun;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    top: 140px;
    right: 195px;
}
.heading span
{
    color: #D0502A;
    font-family: Sarabun;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.heading1
{
    color: #05344B;
    font-family: Sarabun;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 75.5px; 
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    top: 130px;
    right: 195px;
}

.truck-services
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    /* top: 100px; */
    width: 100%;
    height: 650px;
}

.service-head
{
    color: #2B5075;
    font-family: Sarabun;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 51.975px; 
    letter-spacing: 0.45px;
    position: relative;
    top: 120px;
}

.service-head span{
    color: #D0502A;
    font-family: Sarabun;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 51.975px;
    letter-spacing: 0.45px;
}

.ps
{
    width: 630px;
    color: #5B5B5B;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.992px;
    position: relative;
    top: 10px;
}
.ps span{
    color: #D0502A;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
}


.btn{
    color: #23212A;
    font-family: Krub;
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
    line-height: 135.023%; 
    text-transform: capitalize;
    position: relative;
    /* top: 50px; */
    border-radius: 10px;
    border: #FCB41C;
    background: #FCB41C;
    width: 255px;
    height: 60px;
}

.buton
{
    display: flex;
    justify-content: center;
    align-items: center;

     width: 255px;
     height: 60px;
     flex-shrink: 0;
     background: #FCB41C;
     position: relative;
     border-radius: 10px;
     border: #FCB41C;
     left: 2%;
     top: 110px;
    left: 0px;
}

.buton:hover{
    background-color: #e41c24;
}


.btn:hover{
    color:#e41c24;
}

.rectangle
{
    width: 321px;
    height: 280px;
    background: #05344B;  
    position:absolute;
    top: 15%;  
    right: 2px;

}
.rectangle h6{
    color: #FFF;
    font-family: Sarabun;
    font-size: 25px;
    font-style: normal;
    position: relative;
    top: 30px;
    margin-left: 25%;
    justify-content: center;
    align-content: center;
}

  ol li{
    color: #FACE92;
    font-family: Sarabun;
    font-size: 20px;
    font-style: normal;
    position: relative;
    top: 45px;
    margin-left: 30%;
    font-weight: 60;
    line-height: 38.992px; 
}

.shipments
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 700px;
}

.ship_left
{
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ship_p
{
    color: #2B5075;
    font-family: Sarabun;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; 
    letter-spacing: 0.45px;
    text-transform: capitalize;
    position: relative;
    left: 30px;
}

.ship_p1
{
    color: #2B5075;
    font-family: Sarabun;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; 
    letter-spacing: 0.26px;
    text-transform: capitalize;
    position: relative;
    left: 30px;
}

.ship_p2
{
    color: #2B5075;
    font-family: Sarabun;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.5px; 
    letter-spacing: 0.15px;
    position: relative;
    left: 30px;
}

.line
{
    width: 0px;
    height: 570px;
    flex-shrink: 0;
    border: 0.5px solid rgba(0, 0, 0, 0.80);
    background: #1B1B1B;
    position: relative;
    right: 50px;
}

.ship_img
{
    
    width: 574px;
    height: 333px;
    flex-shrink: 0;
    position: relative;
    right: 100px;
    bottom: 150px;
}


.shadow_ship
{
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    mix-blend-mode: multiply;
    top: 190px;
    right: 110px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.ship_text
{
    width: 615px;
    position: relative;
    right: 100px;
    bottom: 100px;
    color: #5B5B5B;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.992px; 
}

.contact_right
{
    position: relative;
    bottom: 50px;
    right: 50px;
}
.contact_sec
{
    width: 100%;
    height: 600px;
    flex-shrink: 0;
    background: #05344B;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.conatct_head
{
    width: 478.565px;
    height: 148px;
    transform: rotate(0.303deg);
    flex-shrink: 0;
    color: #FFF;
    font-family: Sarabun;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 68.5px; /* 171.25% */
    letter-spacing: 0.32px;
    text-transform: capitalize;
    position: relative;
    top: 100px;
    left: 100px;
}

.contact_btn
{
    width: 426.983px;
    height: 108px;
    flex-shrink: 0;
    background: #E41C24;
    color: #FFF;
    font-family: Sarabun;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 51.975px; 
    letter-spacing: 0.45px;
    text-transform: capitalize;
    width: 256.089px;
    height: 52.486px;
    flex-shrink: 0;
    border-radius: 0%;
    position: relative;
    top: 140px;
    left: 100px;
}

.con_icon
{
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    width: 24.565px;
    height: 24px;
    transform: rotate(0.303deg);
    flex-shrink: 0;
    position: relative;
    top: 200px;
    left: 120px;
}

.con_img
{
    height: 24px;
    width: 24px;
}

.con_number
{
    color: #FFF;
    font-family: Krub;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 135.023%; 
    width: 319.221px;
    transform: rotate(0.303deg);
    position: relative;
    left: 40px;
    bottom: 30px;
}

.last_container
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1440px;
    height: 580px;
}

.last_con_left
{
    position: relative;
    left: 150px;
    top: 110px;
}

.last_con_right
{
    position: relative;
    top: 180px;
    right: 150px;
    width: 400px;
}

.last_text
{
    width: 461px;
    height: 156px;
    flex-shrink: 0;
    color: #5B5B5B;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.992px; 
}

.last_text span
{
    color: #D0502A;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.992px;
    }

/* Footer */
footer{
    background: #C7D7E1;
}


.f1{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    justify-content: space-around;
    width: 100%;
    /* height: 480px; */
    height:auto;
}

#footer-mob{
    display: none;
}

.footer_img
{
    width: 158px;
    height: 109px;
    position: relative;
    /* left: 20px;
    top: 20px; */
}

.d1{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding:10px !important;
    /* width: 22.33%; */

}

h3{
    /* margin-top: 11% !important; */
    margin-left: 10%; 
    color: #05344B;
    font-family: Krub;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 151.523%;
    width: 250px;
    height: 91px;
    flex-shrink: 0;
}



.mail
{
   position: relative;
   /* bottom: 30px;
   left: 15px; */
   color: #05344B;
    font-family: Krub;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135.023%;
    text-decoration-line: underline;
}

.id{
    position: relative;
    /* bottom: 28px;
    left: 133px; */
    color: #05344B;
    font-family: Krub;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135.023%; 
    text-decoration-line: underline;
}

.d2 
{
    /* height: 30%;
    width: 22.22%; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* justify-content: space-around; */
    justify-content: flex-end;
    position: relative;
    /* top: 135px; */
    /* margin-left: -10%; */
}

.p
{
    color: #05344B;
    font-family: Krub;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 250%;
    text-decoration: none;
}

.p:hover
{
    color:#e41c24;
}

.d3
{
    /* height: 30%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    /* top: 55px;
    margin-left: -20%; */
}

.icon1
{
    width: 53px;
    height: 53px;
    position: relative;
    /* top: 10px; */
    /* right: 8px; */
}


.call
{
   position: relative;
   /* bottom: 35px;
   left: 60px; */
   color: #05344B;
    font-family: Krub;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135.023%;
    text-decoration-line: underline;
    text-decoration: none;
}

.id1
{
    position: relative;
    /* bottom: 52px;
    left: 60px; */
    color: #05344B;
    font-family: Krub;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135.023%; 
    text-decoration-line: underline;
    text-decoration: none;
}

.links{
    justify-content: space-around;
}

.query-email{
    display: flex;
    flex-direction: column;
    align-items: center;
}

input{
    width: 317px;
    height: 60px;
    border: 1px solid #05344B;
    background: #C7D7E1;
    position: relative;
    /* right: 70px; */
    /* top: 68px; */
}

.btnlink{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap:40px;
}

.send
{
    display: flex;
    height: 50px;
    width: 150px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    /* top: 90px; */
    /* right: 70px; */
    background: #FCB41C;
    border-radius: 5px;
}

.send:hover
{
    background-color: #e41c24;
}

.social-icons 
{
    /* margin-top:10%; */
    position: relative;
    font-size: 24px;
    /* margin-left: 40%; */
    gap:5px;
}

.social-icons a {
    margin-right: 15px;
    color: #05344B; 
    text-decoration: none;
}

.social-icons a:hover {
    color: #e41c24; 
}


hr{
    margin-top: -8%;
    background-color: #4E5683;
    width: 100%;
    height: 3px;
}

.footer-line{
    width:100%;
    justify-content: space-around;
}

.cr{
    color: #05344B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 250%; 
    position: relative;
    /* top: 50px; */
    /* margin-left: 5%; */
}

.dev{
    color: #05344B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 250%; 
    position: relative;
    /* margin-left: 70%; */
}

.contacts{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 30px;
    gap:90px;
}

.email{
    width:200px;
    height:auto;
    gap:10px;
    display: flex;
    flex-direction: row;
}

.email-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.phone{
    width:200px;
    height:auto;
    gap:10px;
    display: flex;
    flex-direction: row;
}

.phone-details{
    display: flex;
    flex-direction: column;
    justify-content: center;

}


/* media queries */

@media(max-width:480px){
    .log-image{
     display: none;
    }
 
    .hero{
        height:auto;
    }

    .hero-img{
     width:100%;
    }
 
    .hero-pic{
        /* width: 233.699px; */
        width: 100%;
        /* height: 214px; */
        height: auto;
        flex-shrink: 0;
    }

    .hero-title{
     margin-top: 50px;
     text-align: center;
     color: #05344B;
    font-family: Rubik;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
 }

 .hero-text{
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
 }

 .hero-subTitle{
    color: #666C89;
text-align: center;
font-family: Krub;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 151.523%; /* 21.213px */
 }

 .cargo-sols-main-title, .cargo-sols-main-title span{
    font-size: 18px;
font-style: normal;
font-weight: 600;
text-align: center;
 }

 #cargo-sols{
    margin-left:10px !important;
    margin-right:10px  !important;
}

 .grid-container {
    display: grid;
    grid-template-columns:auto;
    column-gap: 30px;
    row-gap: 10px;
    padding: 10px;
}

.shadoww{
    display:none;
}
.why-title{
    color: #2B5075;
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.why-title span{
color: #D0502A;
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.why-text{
color: #666C89;
font-family: Rubik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.why-main-text{
    width:273px !important;
}

#across{
    display: none;
}

.excel{
    display: none !important;
}

.testi-title{
color: #2B5075;
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.testi-title span{
color: #D0502A;
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.custom{
    display: grid;
    grid-template-columns: 100%;
    gap:30px;
    justify-items: center;
}

.cust-pic{
    display: none;
}

.logistics{
    display: none !important;
}

.world{
    display: none;
}

.clients{
    display: none;
}

.links{
    justify-content: space-around;
}

.query-email{
    justify-content: center;
}

.q-email{
    display: flex;
    justify-content: center;
}

.btnlink{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:15px;
}

input{
    top:0px;
    width:270px;
}

.send{
    top: 0px;
    width:130px;
}

.social-icons{
    margin:0px;
}

.contacts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    gap:30px;
}

.cr{
    font-size: 12px;
    text-align: center;
}

.dev{
    font-size: 12px;
    text-align: center;
}


    html,body
    {

        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        
    }
    /* header
    {
        height: 50px;
    }
    .header_img
    {
        position: relative;
        left: 10px;
        width: 60px;
        height: 40px;
        flex-shrink: 0;
        
    }

    ul,.track
    {
        display: none;
    } */

    .truck-container
    {
        /* position: absolute; */
        /* width: 396px; */
        width: 100%;
        height: 339px;
        flex-shrink: 0;
        /* background-color: #2B5075; */
        z-index: -1;
    }

    .truck-container
    {
        /* width: 396px; */
        width: 100%;
        height: 309px;
        flex-shrink: 0;
    }


    .img-truck
    {
        width: 221.83px;
        height: 120.627px;
        flex-shrink: 0;
        position: absolute;
        top: -101px;
    }
     
    .ocean_img
    {
        position: absolute;
        bottom: 150px;
        display: flex;
        flex-direction: row;
    }

    .ocean_img1
    {
        /* width: 186.658px; */
        width: 50%;
        height: 168.591px;
        flex-shrink: 0;
    }

    .ocean_img2
    {
        /* width: 210.5px; */
        width: 50%;
        height: 168.591px;
        flex-shrink: 0;
        position: relative;
        right: 1px;
    }
     
    .right__side
    {
        position: absolute;
        width: 396px;
        height: 139px;
        flex-shrink: 0;
        /* background-color: #D0502A; */
         top: -5px;
         /* left: 210px; */
    }

    .h2
    {
        display: none;
    }

    .heading span
    {
        color: #05344B;
        text-align: center;
        font-family: Rubik;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        width: 240.228px;
        flex-shrink: 0;

    }

    .heading
    {
        color: #05344B;
        text-align: center;
        font-family: Rubik;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px; 
        width: 240.228px;
        flex-shrink: 0;
        position: relative;
        top: 60px;
        left: -180px;
    }

    .heading1
    {
        width: 276px;
        position: relative;
        top: 45px;
        color: #05344B;
        font-family: Sarabun;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; 
        letter-spacing: 0.45px;
        text-transform: capitalize;
        position: relative;
        left: -180px;
    }

    
    
    .rectangle
    {
        display: none;
    }

    .truck-services
    {
        height: 300px;
        width: 100%;
        /* background-color: #E41C24; */
    }

    .service-head
    {
        width: 225px;
        color: #2B5075;
        font-family: Sarabun;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; 
        letter-spacing: 0.45px;
        position: absolute;
        left: 40px;
        top: 50px;
    }

    .service-head span
    {
        color: #D0502A;
        font-family: Sarabun;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.45px;
    }

    .ps
    {
        width: 304px;
        height: 105px;
        flex-shrink: 0;
        color: #5B5B5B;
        font-family: Sarabun;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px; /* 141.667% */
        position: relative;
        left: 1px;
        top: 20px;  
    }

    .ps span
    {
        color: #D0502A;
        font-family: Sarabun;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
    }

    .btn
    {
        width: 150px;
        height: 38px;
        flex-shrink: 0;
        color: #23212A;
        font-family: Krub;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 135.023%; /* 18.903px */
        text-transform: capitalize;
        position: relative;
        /* top: 30px; */
    }

    .buton{
        top:30px;
        left: 40px;
    }

    .service__right
    {
        display: none;
    }

    .shipments
    {
        height: 200px;
        width: 100%;
        /* background-color: #FCB41C; */
    }
    

    .ship_left
    {
        display: none;
    }

    .line
    {
        display: none;
    }

     .ship_right
    {
        height: 300px;
        width: 100%;
        /* background-color:#E41C24; */
        position: relative;
    }

    .ship_img
    {
        width: 209px;
        height: 103px;
        flex-shrink: 0;
        position: relative;
        top: 10px;
        left: 80px;
    }

    .shadow_ship
    {
        display: none;
    }

    .ship_text
    {
        width: 309px;
        color: #5B5B5B;
        font-family: Sarabun;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 145.455% */
        position: relative;
        top: 25px;
        left: 35px;
    }

    .ship_text span
    {
        color: #D0502A;
        font-family: Sarabun;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .ship_text1
    {
        display: none;
    }


    .contact_sec
    {
        height: 200px;
        width: 100%;
        background-color: white;
    }

    .contact_left
    {
        display: none;
    }

    .contact_right
    {
        height: 100px;
        position: relative;
        top: 80px;
        left: 100px;
    }

    .con_right
    {
        width: 129px;
        height: 129px;
        flex-shrink: 0;
    }

    .last_container
    {
        height: 150px;
        /* background-color: #D0502A; */
    }

    .last_con_left
    {
        display: none;
    }

    .last_text
    {
        width: 306px;
        position: relative;
        top: -150px;
        left: 190px;
        width: 296px;
        color: #5B5B5B;
        font-family: Sarabun;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px; /* 154.545% */
    }

    .last_text span
    {
        color: #D0502A;
        font-family: Sarabun;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
    }
    

}

@media (min-width:1500px) and (max-width:1920px)
{
    .truck-container
    {
        height: 750px;
    }
    .left__side
    {
       position: relative;
       top: 100px;
       /* left: 100px; */
    }

    .img-truck
    {
        position: absolute;
        top: -90px;
    }

    .ocean_img
    {
        position: absolute;
        bottom: 1px;
        
    }

    .right__side
    {
        position: absolute;
        /* left: 400px; */
        top: -100px;
    }

   
}

@media (min-width:1500px) and (max-width:1600px)
{

    .truck-container
    {
        height: 650px;
    }

    .left__side
    {
       position: relative;
       top: 75px;
    }

    .img-truck
    {
        position: absolute;
        top: -105px;
    }

    .ocean_img
    {
        position: absolute;
    }

    .right__side
    {
        position: absolute;
        top: -120px;
        
    }


} 







