*{
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu',sans-serif;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

#scrll {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 97;
	font-size: 15px;
	border: 2px solid #549cee;
	outline: none;
	background: transparent;
    backdrop-filter: blur(2rem);
	color: #000;
	cursor: pointer;
	padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
	border-radius: 50px;
}

#scrll:hover {
	background-color: #549cee;
	box-shadow: 0 2px 5px rgba(133, 132, 132, 0.4);
    color: #fff;
}

nav{
    width: 100%;
    height: 60px;
    margin: 0;
    background-color: transparent;
    backdrop-filter: blur(2rem);
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0;
}

.navbar{
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo img{
    position: absolute;
    left: 20px;
    top: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    transition: .9s;
    z-index: 10;
}

nav ul{
    position: absolute;
    right: 20px;
    top: 0;
    margin: 0;
	padding: 0;
	display: flex;
}

nav ul li{
	list-style: none;
}

nav ul li a{
	display: flex;
	margin: 10px 20px;
	padding: 7px 0;
	text-decoration: none;
	color: #549cee;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

nav ul li a::after{
    content: '';
    width: 10%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translateX(0);
    background: #549cee;
    transition: 0.3s;
}

nav ul li a:hover::after{
    width: 100%;
}

a.active::after{
    color: #549cee;
    width: 100%;
}

.container{
    width: 100%;
    height: 100vh;
    background: url(images/website-4279521.jpg);
    background-size: cover;
    background-position: fixed;
  	object-fit: cover;
    position: relative;
    overflow-x: hidden;
}

.center-core{
    position: absolute;
    top: 50%;
    right: -200%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .9s;
}

.center-core h1{
    color: #549cee;
    font-size: 70px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: -70px;
}

.center-core span{
    width: 20%;
    border-bottom: 2px solid #549cee;
    margin: 5px 0 15px;
}

.center-core h6{
    color: #549cee;
    font-size: 20px;
    letter-spacing: 10px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.explore a{
    color: #549cee;
    border: 2px solid #549cee;
    padding: 5px 20px;
    margin: 0 5px;
    border-radius: 25px;
    letter-spacing: 5px;
    font-size: 25px;
    text-decoration: none;
    transition: .3s;
}

.explore a:hover{
    background: #549cee;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 3px;
}

.wwd .title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wwd .title h3{
    font-size: 30px;
    color: #549cee;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.wwd .title p{
    width: auto;
    letter-spacing: 7px;
    text-align: center;
}

.wwd .cards{
    display: inline-table;
	width: 19%;
	height: auto;
	color: #000000;
	margin: 20px 30px;
	font-size: 15px;
	background-color: transparent;
	text-align: center;
    justify-content: center;
	text-transform: capitalize;
	letter-spacing: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.wwd .cards img{
    width: 100%;
    height: 100%;
}

.maintenance i{
    margin: 5px;
}

.maintenance p{
    letter-spacing: 3px;
    color: #0069e0;
    font-weight: 400;
}
.description{
    position: relative;
    bottom: 10%;
}

.description p, a{
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.reasons h3{
    width: 210px;
    font-weight: 800;
    cursor: text;
    color: #549cee;
    letter-spacing: 3px;
    
}

.reasons .bl{
    position: relative;
    left: -100%;
    margin: 20px 25px 10px 25px;
    padding-left: 5px;
    border-left: 4px solid #549cee;
    transition: 1s;
}

.reasons h3 span{
    width: 180px;
    font-weight: 600;
    cursor: text;
    color: #549cee;
    letter-spacing: 4px;
    margin: 20px 0;
    text-align: left;
}

.reasons li{
    margin: 5px 35px;
    list-style: none;
}

.reasons li i{
color: #549cee;
}

.cards .heading p{
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #549cee;
    color: #fff;
    font-weight: 900;
    cursor: text;
    letter-spacing: 3px;
}

.heading p i{
    margin-right: 5px;
}

.cards .cards-txt p{
    margin: 10px 0;
    letter-spacing: 1px;
}

.cards .price{
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: #549cee;
    color: #fff;
    font-weight: 900;
    cursor: text;
    letter-spacing: 2px;
}

.enquiry{
    margin: 40px;
    width: 610px;
    padding: 0 10px;
    display: flex;
}

.enquiry form p{
    font-size: 20px;
    color: #549cee;
    margin: 5px 0;
}

.enquiry form .enq{
    width: 170px;
    font-size: 15px;
    color: #0069e0;
    background: transparent;
    padding: 5px;
    outline: none;
    border: none;
    border-bottom: 2px solid #549cee;
    margin: 10px;
    letter-spacing: 2px;
}

.enquiry form .enq:focus{
    border-bottom: 2px solid #0069e0;
}

.enquiry form .enq-but{
    width: 170px;
    font-size: 15px;
    color: #549cee;
    background: transparent;
    padding: 5px;
    outline: none;
    border: 2px solid #549cee;
    border-radius: 50px;
    letter-spacing: 2px;
    margin: 10px;
    cursor: pointer;
    transition: .3s;
}

.enquiry form .enq-but:hover{
    letter-spacing: 1px;
    border: 2px solid #0069e0;
    background: #0069e0;
    color: #fff;
    box-shadow: 0 2px 6px rgba(146, 98, 98, 0.6);
}

fieldset{
    box-shadow: 0 2px 6px rgba(146, 98, 98, 0.2);
    border-radius: 3px;
    border: 2px solid #549cee;
}

.contacts{
    background-size: cover;
    background-position: fixed;
  	object-fit: cover;
    position: relative;

    height: 100vh;
    margin: 0;
    overflow-x: hidden;
    
}

.contacts-txt{
    position: absolute;
    top: 45%;
    left: -100%;
    transform: translate(-50%,-50%);
    width: 300px;
    display: flex;
    flex-direction: column;
    transition: 2s;
}

.contacts-txt a{
    font-size: 15px;
    font-weight: 600;
    color: #0069e0;
    margin: 0 0 20px 0;
    width: auto;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 1px;
    transition: .3s;
}

.contacts-txt a i{
    font-size: 20px;
    margin: 0 15px;
}

.contacts-txt a:hover{
    letter-spacing: 0;
    color: #549cee;
}

.contacts form{
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translate(-50%,-50%);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 430px;
    border-radius: 10px;
    background: transparent;
    backdrop-filter: blur(2rem);
    box-shadow: 0 2px 6px rgba(146, 98, 98, 0.3);
    border-bottom: 7px solid #549cee;

    padding: 5px;
    overflow: hidden;
    transition: 2s;
}

form h3{
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #549cee;
    border-bottom: 3px solid #549cee;
    margin: -35px 0 30px 0;
    text-transform: uppercase;
}

form .txt{
    width: 300px;
    margin: 0 0 35px 0;
    font-size: 17px;
    color: #0069e0;
    font-weight: 600;
    text-transform: capitalize;
    outline: none;
    border: none;
    padding: 2px;
    background: transparent;
    border-bottom: 2px solid rgb(199, 201, 201);
    transition: .3s;
}
form .txt:nth-child(4){
    text-transform: none;
}

form .txt:focus{
    border-bottom: 2px solid #549cee;
}

form .txt-message{
    width: 300px;
    height: 28px;
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #0069e0;
    font-weight: 600;
    background: transparent;
    outline: none;
    border: none;
    padding: 2px;
    border-bottom: 2px solid rgb(199, 201, 201);
    transition: .3s;
}

form .txt-message:focus{
    height: 90px;
    border-bottom: 2px solid #549cee;
}

form .sender{
    width: 300px;
    height: auto;
    margin: 40px 0 30px 0;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    border: none;
    padding: 2px;
    border: 2px solid rgb(199, 201, 201);
    background: transparent;
    color: #549cee;
    font-size: 20px;
    font-weight: 600;
    border-radius: 15px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .5s;
}

form .sender:hover{
    letter-spacing: 1px;
    background: transparent;
    border: 2px solid #549cee;
    color: #549cee;
    box-shadow: 0 2px 6px rgb(0,0,0,.1);
}

.about{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.about-txt{
    width: 80%;
    background-color: transparent;
	padding: 100px 10px 10px 10px;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 2px 6px rgb(0,0,0,.2);
    margin-bottom: -50px;
}

.about-txt h3{
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: #549cee;
    margin: -85px 0 20px 0;
}

.about-txt p{
    color: #000000;
}

.skills p{
    font-size: 20px;
    font-weight: bold;
    color: #549cee;
    text-emphasis: none;
}

.team{
    height: 20vh;
    margin: 10px 30px 50px 30px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.team .team-card .heading{
    background: #549cee;
    width: 100%;
    height: auto;
    padding: 5px 0;
    text-align: center;
}

.team .team-card .heading p{
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
}

.team .team-card .skill h6{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team .team-card .skill{
    margin: 20px 0 0 5px;
}

.team .team-card .skill p{
    margin: 7px;
    font-size: 14px;
    letter-spacing: 1px;
}

.team .team-card{
    width: 200px;
    height: 128px;
    margin: 0 60px;
    box-shadow: 0 2px 6px rgb(0,0,0,.2);
}

.repairs-con{
    height: auto;
    margin-top: 30px;
}

.repairs-con .repairs h3{
    width: 450px;
    font-size: 20px;
    color: #549cee;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.repairs-con .cards{
    display: flex;
    justify-content: center;
}

.repairs-con .cards-con{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    background: #549cee;
    width: 240px;
    height: auto;
    margin: 10px 5px;
    padding: 10px 5px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgb(0,0,0,.2);
}

.repairs-con .cards-con p{
    color: #fff;
    font-size: 20px;
}

footer{
    position: inherit;
    background: #549cee;
    width: 100%;
    bottom: 0;
    padding: 5px 0;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: 0 4px;
    transition: .2s;
}

footer a:hover{
    color: rgb(235, 228, 228);
}

footer img{
    width: 25px;
    height: 25px;
    position: relative;
    right: 0;
    margin: 0 5px;
}

@media (max-width: 1300px){

    .center-core{
        margin-right: -3%;
        top: 55%;
    }

    .center-core h1{
        font-size: 40px;
        letter-spacing: 10px;
    }
    
    .center-core h6{
        font-size: 20px;
        letter-spacing: 10px;
    }
    
    .explore a{
        font-size: 20px;
    }

    .reasons h3 span{
        width: 200px;
        letter-spacing: 9.9px;
        margin: 40px 0;
        text-align: left;
    }

    .cards .price{
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .repairs-con .cards-con p{
        color: #fff;
        font-size: 15px;
    }
}

@media (max-width: 1060px){

    .wwd .cards{
        width: 22%;
        margin: 20px 5px;
    }

}

@media (max-width: 1022px){

    .center-core{
        margin-right: -8%;
        top: 55%;
    }

    .center-core h1{
        font-size: 30px;
        letter-spacing: 7px;
    }
    
    .center-core h6{
        font-size: 15px;
        letter-spacing: 10px;
    }
    
    .explore a{
        font-size: 15px;
    }
    
    .contacts-txt a{
        margin: 0 0 20px 10px;
    }

    .about-txt h3{
        font-size: 40px;
    }
    
    .team .team-card{
        width: 230px;
        margin: 0 30px;
    }
    
}

@media (max-width: 882px){

    .center-core{
        position: absolute;
        top: 90%;
        transform: translate(-50%,-50%);
        margin-right: 18.5%;
    }

    .center-core h1{
        font-size: 50px;
        letter-spacing: 7px;
    }
    
    .center-core h6{
        font-size: 15px;
        letter-spacing: 10px;
    }

    .center-core span{
        width: 40%;
        margin: 5px 0 10px;
    }

    .explore a{
        font-size: 15px;
    }
    
    .contacts form{
        margin-right: -80px;
    }
    
    .contacts-txt a{
        font-size: 13px;
        margin: 0 0 20px 30px;
    }

    .cards .cards-txt p{
        font-size: 13px;
    }

    .cards .heading p{
        font-weight: 600;
        letter-spacing: 3px;
    }
    
    .cards .price{
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 1px;
    }

}

@media (max-width: 768px){

    nav{
        width: 60%;
        height: 100vh;

        position: fixed;
        top: 0;
        right: -100%;
        z-index: 98;
        box-shadow: 0 2px 6px rgb(0,0,0,.5);
        transition: .5s;

        overflow-y: hidden;
    }

    .navbar{
        background-color: transparent;
        backdrop-filter: blur(2rem);
    }

   .spaner{
        position: absolute;
        top: 10px;
        right: 7%;
        cursor: pointer;
        z-index: 99;
    }

    .spaner span{
        display: block;
        width: 23px;
        height: 4px;
        background-color: #549cee;
        margin: 4px 0px;
        border-radius: 2px;
        transition: .5s;
    }

   .spaner span:nth-child(2){
        display: block;
        width: 20px;
        height: 4px;
        background-color: #549cee;
        margin: 4px 0px;
        border-radius: 2px;
        transition: .5s;
    }

    nav ul{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 0;

        display: flex;
        flex-direction: column;
        width: 60%;
    }

    nav ul li a{
        margin: 40px 20px;
        padding: 7px 0;
        font-size: 15px;
        letter-spacing: 3px;
    }

    nav ul li a::after{
        content: '';
        width: 10%;
        height: 3px;
        position: absolute;
        bottom: -5px;
        left: 0;
    }

    .wwd .cards{
        width: 30%;
        margin: 20px 5px;
    }

    .wwd .cards .cards-txt p{
        font-size: 13px;
    }

    .wwd .title p{
        width: auto;
        font-size: 12px;
        letter-spacing: 5px;
        text-align: center;
    }

    .reasons h3{
        font-size: 15px;
    }

    .reasons .bl h3 span{
        letter-spacing: 2px;
    }

    .reasons .bl{
        margin-top: 10%;
    }

    .reasons li{
        font-size: 14px;
    }

    footer img{
        width: 20px;
        height: 20px;
        margin: 0 2px;
    }

    footer a{
        font-size: 10px;
    }

    .contacts-txt{
        margin-top: 50px;
        margin-left: 60px;
    }

    .contacts-txt a{
        font-size: 13px;
    }

    .contacts form{
        width: 280px;
        height: 360px;
        margin-right: -50px;
        margin-top: 20px;
    }

    form .txt{
        width: 90%;
        margin: 0 0 px 0;
        font-size: 15px;
    }

    form .txt-message{
        width: 90%;
        height: 25px;
        margin: 0 0 -10px 0;
        font-size: 15px;
    }

    form h3{
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 3px;
        margin: -10px 0 20px 0;
    }

    form .sender{
        width: 90%;
    }

    .about-txt{
        width: 95%;
    }
    
    .about-txt h3{
        font-size: 30px;
        margin: -90px 0 20px 0;
    }

    .wwd .title h3{
        font-size: 20px;
    }

    .repairs-con .repairs{
        display: flex;
        justify-content: center;
    }

    .repairs-con .repairs h3{
        width: auto;
        font-size: 20px;
    }

    .repairs-con .cards-con p{
        color: #fff;
        font-size: 13px;
    }

    .skills{
        margin-top: 0;
    }

    .team{
        margin: 60px 30px 50px 30px;
    }

    .team .team-card{
        width: 280px;
        margin: -200px 5px -160px 5px;
    }

    .team .team-card .heading p{
        letter-spacing: 1px;
        font-size: 13px;
    }

    .team .team-card .skill{
        margin: 20px 0 10px 5px;
    }

    .team .team-card .skill h6{
        margin-top: 27px;
        font-size: 17px;
    }
    
    .enquiry form p{
        font-size: 17px;
    }

    .enquiry{
        margin: 10px 0;
        width: auto;
        display: flex;
        justify-content: center;
    }

    .enquiry form{
        width: 90%;
    }

    .enquiry form .enq{
        width: 150px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .enquiry form .enq-but{
        width: auto;
        font-size: 13px;
    }

    .enquiry form .admin{
        width: 150px;
        font-size: 13px;
        letter-spacing: 1px;
    }

}

@media (max-width: 600px){
    .center-core h1{
        font-size: 30px;
        letter-spacing: 7px;
    }

    .wwd .cards{
        width: 45%;
        margin: 20px 5px;
    }

    .contacts{
        height: 130vh;
    }

    .contacts-txt{
        position: absolute;
        bottom: 50%;
        top: 85%;
        margin-left: 33%;
        margin-top: 0;
        width: auto;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contacts-txt i{
        display: flex;
        margin-right: 0;
    }

    .contacts-txt a{
        display: flex;
        text-align: center;
        align-items: center;
        font-size: 13px;
        margin: 5px 0;
    }

    .former{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contacts form{
        top: 40%;
        width: 70%;
        height: 360px;
        margin-right: -10%;
        transform: translate(-50%,-50%);
    }

    .team{
        height: 80vh;
        flex-direction: column;
        margin: 50px 30px 50px 30px;
    }

    .team .team-card{
        width: 50%;
        height: 110px;
        margin: 20px 0;
    }

    .reasons .bl{
        margin-top: 15%;
    }

    .enquiry{
        margin: 40px 0;
    }

    .enquiry form .enq{
        width: 80%;
    }

    .enquiry form .enq-but{
        width: auto;
    }

    .wwd .title h3{
        font-size: 15px;
        margin-top: 20px;
    }

    .repairs-con .repairs h3{
        font-size: 15px;
    }
    
}

@media (max-width: 500px){
    nav{
        width: 80%;
    }
    .contacts form{
        top: 40%;
        width: 90%;
        height: 360px;
        margin-right: -30%;
        transform: translate(-50%,-50%);
    }

    .about-txt h3{
        font-size: 23px;
    }

    .about-txt p{
        font-size: 13px;
    }


    .team{
        margin: 30px 30px 40px 30px;
    }

    .team .team-card{
        width: 95%;
        height: 110px;
        margin: 20px 0;
    }

    .team .team-card .skill{
        margin: 20px 0 10px 5px;
    }

    .team .team-card .skill h6{
        margin-top: 15px;
        font-size: 14px;
    }

    .repairs-con .cards{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 425px){
    .center-core{
        position: absolute;
        top: 90%;
        transform: translate(-50%,-50%);
        margin-right: 17.5%;
    }

    .center-core h1{
        font-size: 22px;
        letter-spacing: 7px;
        margin-bottom: 5px;
    }

    .center-core h6{
        letter-spacing: 5px;
    }

    .wwd .cards{
        width: 90%;
        margin: 20px 5px;
    }

    .contacts-txt .txt{
        font-size: 13px;
    }

    .reasons .bl{
        margin-top: 25%;
    }

    .reasons li{
        font-size: 11px;
        letter-spacing: 1px;
    }

    .reasons h3{
        font-size: 12px;
    }
}