* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    /*background-color: rgb(31, 29, 29);*/
}

html {
    background: url(images/truckpic4.jpg) center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
 
}

    
  

.navbar {
    display: flex ;
    justify-content: space-between;
    align-items: center;
    background-color: #3a3838;
    color: white;
}

.brand-title {
    font-size: 1.5rem;
    margin: .5rem;
}
.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    text-decoration: none;
    color:white;
    padding: 1rem;
    display: block;
}

.navbar-links li:hover {
    background-color: rgb(23, 146, 127);
    transition: 0.5s;
}
.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;

}

@media (max-width : 600px) {
    .toggle-button {
        display: flex;
    }
    .navbar-links {
        display: none;
        width: 100%;
    }
    .navbar-links ul {  
        width: 100%;
        flex-direction: column;
    }

    .navbar-links li {
        text-align: center;
    }
    .navbar-links li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
}

h1 {
    font-size: 5em;
    font: bold;
    font-family: garamond;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(23, 146, 127);

}

p {
    font-size: 2.5em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: wrap;
    width: 50%;
    color: rgb(54, 51, 51);
    width: 40%;
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.516);
    backdrop-filter: blur(8px);
    padding: 20px 30px; 
}

.p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3%;
}

.btn {
    border-radius: 10rem;
    font-size: 3rem;
    background-color: rgb(23, 146, 127);
    color: #08071d;
    font-family: 'Times New Roman', Times, serif;
    border: none;
    padding: 10px;
}

.btn:hover {
    background-color: rgb(18, 119, 104);
    cursor: pointer;
}

@media screen and (max-width:600px) {
    h1 {
        font-size: 3em;
        padding-left: 18%;
    }
    p {
        font-size: 1.4em;
        width: 90%;

    }
    .btn {
        font-size: 1.5rem;
        margin-top: 10%;
    }
}

/* contact form css */

.container {
    min-height: 100vh;
    background: #08071d;
    display: flex;
    justify-content: center;
    align-items: center;
   /* background: url(images/truckpic4.jpg) no-repeat center center/cover;*/
    
}

.container form{
    width: 670px;
    height: 400px;
    display: flex;
    justify-content: center;
    box-shadow: 20px 20px 50px rgba(0, 0,0,0,0.5);
    border-radius: 15px;
    background: rgba(255, 255, 255,0.1);
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
}

.container form h1 {
    color: rgb(23, 146, 127);
    font-weight: 500;
    margin-top: 20px;
    width: 500px;
    text-align: center;
}

.container form input {
    width: 290px;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: none;
    font-size: 15px;
    margin-bottom: 10px;
    background: none;
    border-bottom: 2px solid #fff;
}

.container form input::placeholder {
    color: rgb(23, 146, 127);
}

.container form #lastname,
.container form #mobile{
    margin-left: 20px;
}

.contianer form h4 {
    color: #fff;
    font-weight: 300;
    width: 600px;
    margin-top: 20px;
}

.container form textarea {
    color: rgb(23, 146, 127);
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    font-weight: 200;
    font-size: 15px;
    padding: 10px;
    outline: none;
    min-width: 600px;
    max-width: 600px;
    min-height: 80px;
    max-height: 80px;
}

textarea::-webkit-scrollbar {
    width: 1em;
}
textarea::-webkit-scrollbar-thumb{
    background-color: rgba(194, 194, 194, 0.713);
}

.container form #button {
    border: none;
    background: rgb(23, 146, 127);
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    width: 100px;
    padding: 0;
    margin-right: 500px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.container form #button:hover {
    color: rgb(25, 133, 116);
    cursor: pointer;
}

/* Services css */

h2 {
    color: rgb(23, 146, 127);
    font-size: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-services {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-services {
    box-shadow: 20px 20px 50px rgba(0, 0,0,0,0.5);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.377);
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
}

.services-li {
    font-size: 2rem;
    padding: 5px;
}

@media screen and (max-width:600px){
    h2{
        font-size: 3em;
    }
    .services-li {
        padding: 10px;
    }
}

footer{
    background-color: #111;
}
.footerContainer{
    width: 100%;
    margin-top: 80%;
    
    
}
.socialIcons{
    display: flex;
    justify-content: center;
}
.socialIcons a{
    text-decoration: none;
    padding:  10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}
.socialIcons a i{
    font-size: 2em;
    color: black;
    opacity: 0,9;
}
/* Hover affect on social media icon */
.socialIcons a:hover{
    background-color: #111;
    transition: 0.5s;
}
.socialIcons a:hover i{
    color: white;
    transition: 0.5s;
}
.footerNav{
    margin: 30px 0;
}
.footerNav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.footerNav ul li a{
    color:white;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;

}
.footerNav ul li a:hover{
    opacity: 1;
}
.footerBottom{
    background-color: #000;
    padding: 20px;
    text-align: center;
}
.footerBottom p{
    color: white;
}
.footer-p {
    background-color: #111;
    color: #fff;
    font-size: 1em;
}
.designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}
@media (max-width: 700px){
    .footerNav ul{
        flex-direction: column;
    } 
    .footerNav ul li{
        width:100%;
        text-align: center;
        margin: 10px;
    }
    .socialIcons a{
        padding: 8px;
        margin: 4px;
    }
}