* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Prompt;
    src: url(Prompt-Regular.ttf);
}
.hamburger {
    display: none;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
.container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.open {
    height: auto !important;
}

/*----------------------nav----------------------*/
nav {
    background-color: black;
    width: 100%;
    height: 73px;
    
}


.nav-grid {
    display: grid;
    grid-template-columns: 187px 1fr;
}

.logo {
    margin-top: 10px;
    color: white;
}

ul.menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 3%;
    text-align: center;
    list-style: none;
}


ul.menu li a {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    color: white;
    transition: .3s ease-in-out;
    padding: 5px 10px;
    
   
}

ul.menu li a:hover {
    background: #40aed7;
    padding: 5px 10px;
    border-radius: 5px;
}



/*-------------------------------------------*/


/*----------------------header----------------------*/

.swiper-button-prev img {
    position: absolute;
    left: 400%;
    width: 150%;
}

.swiper-button-next img {
    position: absolute;
    right: 400%;
    width: 150%;
}



/*-------------------------------------------*/



/*----------------------content-section1----------------------*/

.content {
    width: 100%;
    height: 617px;
}

.content-section1 {
    width: 100%;
    height: auto;
    margin-top: 56px;
}

.content-section1 h1 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 80px;
    letter-spacing: 0.005em;
    color: #292929;
}

.content-section1-grid {
    margin-top: 57px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 44px;
}

.content-section1-grid img {
    width: 100%;
}

.content-section1-grid p {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.015em;
    font-family: 'Prompt';
    font-style: normal;
}

.content-section1-grid a {
    text-decoration: none;
    font-size: 24px;
    line-height: 40px;  
    letter-spacing: -0.015em;
    font-family: 'Prompt';
    font-style: normal;
}


.content-items h1 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 80px;
    letter-spacing: 0.005em;
    color: #292929;
}

.content-items p {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.015em;
    color: #212121;
}


/*-------------------------------------------*/




/*----------------------content-section2----------------------*/

.content2 {
    width: 100%;
    height: 774px;
    background: linear-gradient(180deg, #271430 0%, #440265 100%);
}


.certification {
    width: 100%;
    margin-top:-120px;
}

.content-section1-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 98px;
    margin-top:50px;
    width: 100%;
    height: 100%;
}

.content-section2-grid {
    margin-top: 128px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 130px;
}

.content-section2-grid h1 { 
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.005em;
    color: #FFD600;
  
}

.content-section2-grid p {
    font-family: 'Prompt';
    font-style: normal;
    margin-top: 27px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: -0.015em;
    color: #FFFFFF;
    
}

.content-section2-grid img {
    width: 100%;
}

/*-------------------------------------------*/


/*----------------------content-section3---------------------*/


.content3 {
    width: 100%;
    height: auto;
}

.car {
    width: 100%;
    margin-top:-207px;
}

.content-section1-imgcar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    margin-top:20px;
    width: 100%;
    height: 100%;
}

.content-section3-grid {
    margin-top: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
}

.content-section3-items img {
    width: 100%;
}

.content-section3-items h1 {
    margin-top: 10px;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.015em;
    text-transform: capitalize;
    color: #000000;
}

.content-section3-items p {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.015em;
    color: rgba(0, 0, 0, 0.8);
}

.button {
    margin-top: 15px;
    width: 100px;
    height: 30px;
    background-color: #4C076F;
    border-radius: 6px;
    text-align: center;
}

.button a {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    text-decoration: none;
}

.button:hover {
    background-color: #5b4caf; /* Green */
    color: white;
}

/*-------------------------------------------*/





/*----------------------Footer---------------------*/

footer {
    background: black;
    width: 100%;
    height: 300px;
}

.footer-grid {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}

.footer-grid-items1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.4);

}

.footer-grid-items1 img {
    width: 75%;
}


.footer-grid-items2 h2 {
    text-align: center;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.footer-grid-items2 span {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-grid-items2 {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.location img {
    position: relative;
    top: 10px;
 }

 .email img {
    position: relative;
    top: 5px;
 }

 .phone img {
    position: relative;
    top: 5px;
 }

.footer-grid-items2 .linefacebook {
    display: flex;
    justify-content: center;
}


.linefacebook img {
    padding: 10px;
}


.footer-grid-items3 iframe {
    width: 423px;
    height: 225px;
}


/*-------------------------------------------*/


/*-------------------------------------------*/
/*-----------ABOUT--------------*/
/*-------------------------------------------*/



.swiper-slide img {
    width: 100%;
    
}


.swiper .swiper-pagination-bullet-active{
    background: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}


.box-abouts-5s {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #271430 0%, #440265 100%);
    padding-bottom: 30px;
}


.content-section1-img-grid-about {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 98px;
    margin-top: 127px;
    width: 100%;
    height: 100%;
}

.s5s-grid-items {
    width: 200px;
    background: #FFFFFF;
    border-radius: 25px;
}


.box-abouts-5s-grid img {
    margin-top: 20px;
    width: 35%;

}

.box-abouts-5s-grid p {
    text-align: center; 
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.015em;
    color: #212121;  
}

.box5s {
    padding-top: 90px;
}

.box5s h1 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 80px;
    letter-spacing: 0.005em;
    color: #FFD600;
}
.box5s-grid {
    padding-top: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
    column-gap: 70px;
    
}

.box5s-grid-items {
    width: 280px;
    height: 340px;
    background: #FFFFFF;
    border-radius: 25px;

}

.box5s-grid-items img {
    padding-top: 50px;
    height: 145px;
 
}

.box5s-grid-items-text p {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 48px;
    /* or 150% */
    letter-spacing: -0.015em;
    color: #FFFFFF;
}


.box5s-grid-items p {
    margin-top: 20px;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #212121;
}

/*------service-------*/

.service-box {
    margin-top: 50px;
    width: 100%;
}

.service-box h1 {
    
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 80px;
    letter-spacing: 0.005em;
    color: #292929;
}

.service-box p {
    margin-top: 20px;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.015em;
    color: #212121;
}

.truck-box {
    margin-top: 50px;
    margin-bottom: 30px;
}



.truck-box-item img {
    margin-top: 40px;
    width: 100%;
}

.truck-box-item h2 {
    margin-top: 40px;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 80px;
    letter-spacing: 0.005em;
        color: #292929;
}


/*------news-------*/

.content-news {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}



.content-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
}


.news-item img {
    width: 80%;
}

.news-item h1 {
    margin-top: 10px;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.015em;
    color: #000000;
}

.news-item p {
    margin-top: 10px;


}




/*------contact-------*/

.box-contact {
    width: 100%;
    margin-top: 40px;
    
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

.box-contact h1 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.015em;
    text-transform: capitalize;
    color: #351146;
}

form {
    width: 965px;
    height: 650px;
    padding:30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    overflow: hidden; 
}

textarea{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 894px;
    height: 300px;
    border-radius: 10px;
    display: block;
    color: #fff;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.015em;
    color: rgba(33, 33, 33, 0.5);

}


.nameinput, .emailinput {
    width: 894px;
    height: 48px;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.015em;
    color: rgba(33, 33, 33, 0.5);

}

input[type=submit] {
    cursor: pointer;
}

input.nameinput {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

input.emailinput {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}


input.message {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}


select.indent {
	padding-left: 45px;
    cursor: pointer;
}

::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder{ 
    color: black;
}

::-moz-placeholder {
    color: black;
}

:-ms-input-placeholder {  
	color: black;
}

input:focus, textarea:focus { 
	background-color: #D9D9D9;
    -moz-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
	overflow: hidden; 
    outline: none;
}

.btn {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    width: 130px;
    height: 40px;
	color: white;
	cursor: pointer;
	display: inline-block;
	position: relative;
    outline: none;
    margin-right: 6px;
    background: #351146;
    border-radius: 6px;
    border: none;
}

.btn:hover {
    outline: none;
    box-shadow: 0 4px #cecece;
	top: 2px;
}

.btn:active {
	background: #fff;
    outline: none;
    box-shadow: 0 0 #cecece;
	top: 6px;
}

.flat {
	border: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
     position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.flat:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}


.flat {
   width: 960px !important;
   height: 48px;
   overflow: hidden;
   margin-bottom: 20px;
   }


  /*------News-detail------*/
  

.content-news-detail {
    margin-top: 50px;
    margin-bottom: 40px;
}

.content-news-detail img {
    width: 100%;
    margin-top: 30px;
}

.content-news-detail h1 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 41px;
    letter-spacing: -0.015em;
    color: #351146;
}

.content-news-detail h2 {
    margin-top: 20px;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 41px;
    letter-spacing: -0.015em;
    color: #351146;
}

.content-news-detail p {
    margin-top: 20px;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: -0.015em;
    color: #212121;
}







/*-------------------------------------------*/
/*-----------Media Query 480px---------------*/
/*-------------------------------------------*/
@media only screen and (max-width: 480px) {
    .hamburger {
        display: inline-block;
        margin: 1rem;
    }

    .swiper-button-prev img {
        width: 100%;
        left: -5px;
    }

    .swiper-button-next img {
        width: 100%;
        position: absolute;
        left: 5px;
    }

    .nav-grid {
        text-align: center;
        grid-template-columns: 1fr;
        height: 0;
    }
    
    nav {
        height: auto;
    }

    ul.menu {
        grid-template-columns: 1fr;
    }

    ul.menu li {
        height: 30px;
    }


    /*--------------About-------------*/
    .content-section1 {
        margin-top: -10px;
    }

    .content-section1 h1 {
        font-size: 20px;
        text-align: center;
    }

    .content h1 {
        text-align: center;
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 80px;
        letter-spacing: 0.005em;
        color: #292929;
    }

    .content-items h1 {
        font-size: 20px;
        text-align: center;
    }

    .content-items p {
        font-size: 16px;
    }

    .content-section1-grid {
        margin-top: -10px;
        grid-template-columns: 1fr;

    }

    .box5s h1 {
        font-size: 25px;
        text-align: center;
    }

    .box5s p {
        font-size: 18px;
        text-align: center;
    }

    .box5s-grid-items {
        display: block;
        margin: auto;
    }


    .box5s-grid {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
   
    }

    .content-section1-grid p {
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        letter-spacing: -0.015em;
        font-family: 'Prompt';
        font-style: normal;
    }
    .content-section1-grid a {
        text-decoration: none;
        font-size: 14px;
        line-height: 40px;  
        letter-spacing: -0.015em;
        font-family: 'Prompt';
        font-style: normal;
    }

    .content-section1-grid span {
        margin-top: 30px;
        text-align: center;
    }
    
    .certification {
        width: 100%;
        margin-top:-50px;
    }

    .container .content-section1-img-grid-about {
        column-gap: 28px;
    }

    .content-section1-img-grid {
        column-gap: 28px;
    }

    .content-section2-grid {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 130px;
    }

    .content-section2-grid h1 {
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 50px;
        letter-spacing: 0.005em;
        color: #FFD600;
        text-align: center;
    }

    .content-section2-grid p {
        text-align: center;
        font-family: 'Prompt';
        font-style: normal;
        margin-top: 5px;
        font-weight: 400;
        font-size: 10px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .content2 {
        height: 536px;
    }

    .car {
        margin-top: -88px;
    }

    .content-section3-items {
        margin-top: 10px;
    }

    
    .content-section3-grid {
        grid-template-columns: 1fr;
    }

    .content-section3-grid img {
        width: 70%;
        display: block;
        margin: auto;
    }

     .content-section3-grid h1 {
        margin-top: 10px;
        text-align: center;
        font-size: 20px;
     }

     .content-section3-grid p {
        font-size: 16px;
        margin-top: 6px;
        text-align: center;
     }
    /*--------------------------*/


     /*--------------Service-------------*/
     .service-box h1 {
        font-size: 25px;
        text-align: center;
     }

     .service-box p {
        font-size: 18px;
     }

     .truck-box h2 {
        font-size: 18px;
        text-align: center;
     }


    /*--------------------------*/

     /*--------------news-------------*/
   

     .content-news-grid h1 {
        font-size: 18px;
        text-align: center;
     }

     .news-item p {
        padding-bottom: 15px;
     }

     .content-news-grid {
        grid-template-columns: 1fr;
     }

     /*--------------------------*/


    /*--------------news-detail-------------*/

    .content-news-detail h1 {
        font-size: 20px;
        text-align: center;
    } 

    .content-news-detail h2 {
        font-size: 17px;
        text-align: center;
    }

    .content-news-detail p {
        font-size: 14px;
    }
     /*--------------------------*/


     /*--------------contact-------------*/
    .box-contact h1 {
        text-align: center;
        font-size: 25px;
    }

    .nameinput, .emailinput {
        width: 290px;
    }

    textarea {
        width: 290px;
        height: 280px;

    }
    
    
     /*--------------------------*/
     .button {
        margin: auto;
     }

     
     .footer-grid {
        grid-template-columns: 1fr;
     }

     .footer-grid-items1 img {
        margin-top: -25px;
        width: 40%;
     }


     .footer-grid-items2  {
        margin-top: 15px;
        text-align: center;
     }

     .footer-grid-items2 h2 {
        padding-bottom: -51px;
     }


     .location img {
        position: relative;
        top: 10px;
     }

     .email img {
        position: relative;
        top: 5px;
     }

     .phone img {
        position: relative;
        top: 5px;
     }

     .footer-grid-items2 span {
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 700;
        font-size: 0.8rem;
        line-height: 15px;
        color: #FFFFFF;
    }

     .footer-grid-items3 iframe {
        width: 100%;
     }


     footer {
        height: auto;
     }

}

/*-------------------------------------------*/