* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
 
h1 {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}
#spotlight{
    height: 100vh;
    background-image: url(/images/ship.png);
    width: 100%;
    display: flex;
    background-size: cover;
    color: #fff;
}
header {
    height: 80px;
    padding: 10px 24px;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    text-align: center;
}
header .connect li {
    display: flex;
    align-items: center;
}
header .connect li img{
    width: 30px;
    margin-right: 10px;
}
header .contact{
    display: flex;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #949494;
    width: 100%;  
}
header .contact .connect ul{
    display: flex;
}
header .contact .connect ul li{
    margin-right: 10px;
    color: #fff;
}
header .contact .social{
    align-items: center;
    display: flex;
}
header .contact .social ul{
    display: flex;
}
header .social li img{
    width: 20px;
    margin-right: 10px;
}
header .navs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    
}
header .navs .logo{
    width: 180px;
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 44;
}
header .navs .logo img{
    display: block;
    width: 100%;
}
header .navs ul{
    display: flex;
    align-items: center;
}
header .navs ul li{
    margin-right: 10px;
}
header .navs ul li a{
    color: #fff;
}
header .navs ul li a.active {
    color: #eedf0c;
}
header .navs ul li:last-child{
    margin-right: 0;
}
#spotlight .home{
    display: flex;
    height: 100vh;
    text-align: center;
    align-items: center;
}
#spotlight .mian{
    text-align: center;
}
#spotlight .mian .home .p-where{
    width: 80%;
    margin: 0 auto; 
}
#spotlight .main h1 {
    width: 100%;
    display: block;
    color: #fff;
    align-items: center;
    font-size: 60px;
    margin-bottom: 30px;
}
#spotlight .main h1 span{
    color: #eedf0c;
}
#spotlight .home .truck-img{
    width: 500px;
    text-align: center;
}
#spotlight .home .truck-img img{
    display: block;
    width: 100%;
}

#about {
    padding: 30px;
    height: 800px;
    width: 100%;
    display: flex;
}
#about .img{
    height: 500px;
    width: 40%;
    margin: 0 auto;
    background-image: url(/images/bgmap.3.png);
    background-size: cover;
    position: relative;
}
#about .img::after{
    content: '';
    height: 250px;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%, rgba(244,244,244,0) 100%);
    bottom: 0;
}
#about .img img{
    display: block;
    width: 100%;
}
#about .content{
    width: 50%;
    height: 800px;
    margin: auto 0;
}
#about .content h2{
    font-size: 60px;
}
#about .content p.Feature{
    width: 80%;
    font-size: 18px;
    font-weight: 400;

}
#about .content p.main{
    font-size: 40px;
    width: 500px;
    font-weight: 600;
    padding: 30px 0;
    color: #949494;
}
#about .content p.main span{
    color: #eedf0c;
}
#about .content .points ul li{
    display: flex;
    padding: 20px 0;
}
#about .content .points ul li img{
    display: block;
    width: 30px;
    height: 20px;
}
#about .content .points ul li p{
    width: 90%;
    padding: 0 20px;
    text-align: start;
}
#about .content button{
    padding: 10px 30px;
    background-color: #eedf0c;
    font-size: 18px;
    border-radius: 8px;
}
#service{
    padding: 30px;
    background-image: url(/images/service-two.png);
    background-size: cover;
    height: 100vh;
}
#service h2{
    text-align: center;
    font-size: 50px;
    color: #fff;
}
#service span{
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    color: #fff;
}
#service .list{
    width: 90%;
    margin: 0 auto;
}
#service .list ul{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
#service .list ul li{
    background-color: #11111181;
    width: 300px;
    color: #fff;
    border-radius: 5px;
    height: 340px;
    text-align: center;
    align-items: center;
    margin: 20px;
}
#service .list ul li .img{
    width: 50px;
    height: 80px;
    margin: 0 auto;
    align-items: center;
    display: flex;
}
#service .list ul li .img img{
    display: block;
    width: 100%;
}
#service .list ul li h5{
    font-size: 20px;
}
#service .list ul li p.list{
    width: 280px;
    margin: 0 auto;
    padding: 20px; 
}
#service .list ul li button{
    padding: 10px 20px;
    background-color: #eedf0c;
    border-radius: 5px;
    cursor: pointer;
}
footer{
    padding: 30px;
    background-size: cover;
    height: 500px;
}
footer .mail{
    display: flex;
    justify-content: space-between;
    padding: 30px 70px;
    width: 70%;
    margin: 0 auto;
    background: #eedf0c;
    border-radius: 15px;
}
footer .mail h2{
    font-size: 40px;
    display: flex;
    align-items: center;
}
footer .mail input{
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px 0 0 8px ;
    margin-right: -5px;
    cursor: pointer;
}
footer .mail input[type=submit]{
    background: #3a3a3a;
    padding: 20px 30px;
    border-radius: 0 8px 8px 0;
    color: #fff;
}
footer .content{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3a3a3a25;
    width: 100%;
}
footer .content p{
    max-width: 400px;
    display: flex;
    align-items: center;
}
footer .content h4{
    font-size: 20px;
    margin: 20px;
}
footer .content .contact li{
    display: flex;
    align-items: center;
}
footer .content ul li{
    line-height:  25px;
   
}
footer .content ul li a{
    color: #000;
}
footer .content .contact li img{
    width: 30px;
    margin: 10px 10px 0;
}
footer .end{
    padding: 40px;
    width: 100%;
    margin: 0 auto; 
    text-align: center;
}
@media screen and (max-width: 1440px){
    #service span{

    }
    #service .list ul li{
        width: 280px;
        height: 300px;

    }
    #service .list ul li h5{
        font-size: 16px;
    }
    #service .list ul li p.list{
        font-size: 14px;
    }
}