* {
	margin: 0;
	padding: 0;
	outline: none;
}
html{
    scroll-behavior: smooth;
    font-family: 'Lato', sans-serif;
}
body {
	background: #fff;
}

a{
    text-decoration: none;
}

.container {
    width: 1840px;
    margin: auto !important;
}

.header-wrapper {
	padding: 20px;
}
.header {
    margin-top: 80px;
    margin-left: 30px;
	display: flex;
}
.header-left {
	width: 70vw;
}
.header-social {
    display: flex;
    gap: 10px;
    height: 52px;
}
.instagram {
}
/* .instagram a,
.facebook a,
.twitter a {
	border: 1px solid #ddd;
} */
.instagram img {
}
.facebook {
}
 
}
.facebook img {
}
.twitter {
}
 
}
.twitter img {
}
.schedule a {
    padding: 11px 50px 11px 50px;
    display: block;
    transition: .3s;
    background: hsl(209deg 92% 30%);
    color: hsl(0deg 0% 100%);
    border: 4px double hsl(0deg 0% 100%);
}
.schedule a:hover{
    background: hsl(0deg 0% 100%);
    color: #000;
    border: 3px double hsl(213deg 78% 20%);
}
.schedule {
    margin-left: 30px;
}
.header-menu {
}
.navmenu {
    margin: 30px 0px 30px 0px;
}
.navmenu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-family: 'Anton', sans-serif;
}
.navmenu ul li {
    display: inline-block;
}
.navmenu ul li a {
    font-size: 20px;
    padding-right: 30px;
    color: #000;
    font-weight: bold;
    transition: .3s;
}
.navmenu ul li .active {
    color: green
}
.navmenu ul li a:hover{
    color: green
}
.header-right {
}
.header-logo {
}
.header-logo a {
}
.header-logo a img {
}

.banner-section{
    overflow: hidden;
    background-color: #242323;
}
.banner {
    max-height: 153vh;
}
.banner img{
    width: 100vw;
}
.banner-top{}
.banner-top h1 {
    text-align: center;
    color: hsl(0deg 0% 100%);
    font-size: 42px;
    padding: 15px 0px 15px 0px;
}

.banner-bottom{
    background: hsl(0deg 1% 14%);
    z-index: 20;
    margin-top: 115px;
}
.banner-bottom h1{
    text-align: center;
    color: hsl(0deg 0% 100%);
    font-size: 42px;
    padding: 15px 0px 15px 0px;
}

.about-top {
	display: flex;
	gap: 50px;
	justify-content: space-around;
}

.about-section {
	background: #6b6760;
	padding: 20px 70px;
}

.about-item {
	padding: 10px;
	text-align: center;
}

.about-item img {
	border-radius: 50%;
	margin-bottom: 20px;
}

.about-item h2 {
    color: #12182f;
	font-weight: 300;
	font-size: 29px;
	text-align: center;
	text-transform: uppercase;
}

.about-bottom {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 30px;
}

.about-contacts {
    display: flex;
    gap: 200px;
    justify-content: start;
    font-size: 20px;
    margin-left: 100px;
}

.about-contact {
    color: hsl(0deg 0% 17%);
    line-height: 40px;
}


.about-contact h3 {font-weight: 300;font-size: 25px;text-transform: uppercase;}

.about-contact h5 {
    font-size: 20px;
    font-weight: 300;
    color: hsl(0deg 0% 22%);
}

.about-quotes {
    text-align: center;
    width: 730px;
    margin: auto;
    line-height: 44px;
}

.about-quotes h4 {
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    margin: 13px;
}

.about-quotes p {
    font-size: 21px;
    color: hsl(0deg 0% 78%);
    font-weight: bold;
}

.service {
    overflow: hidden;
}
.service:nth-last-child(1), .service:nth-last-child(2){
    flex: 1;
    flex-basis: 43%; 
}

.services-top {
    text-align: center;
    margin: 100px;
}

section.services-section {
    background: hsl(60deg 10% 94%);
    padding-top: 15px;
}

.services-top h1 {
    font-size: 50px;
    color: hsl(38deg 5% 40%);
    margin-bottom: 30px;
}

.services-top h5 {
    font-size: 23px;
    font-weight: 100;
    color: hsl(0deg 0% 38%);
}

.services-top {
    text-align: center;
    margin: 100px;
}


.services-top h1 {
    font-size: 50px;
    color: hsl(38deg 5% 40%);
    margin-bottom: 30px;
}

.services-top h5 {
    font-size: 23px;
    font-weight: 100;
    color: hsl(0deg 0% 38%);
}

.services {
    display: flex;
}

.professional-services {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.service-image {
    cursor: pointer;
    position: relative;
}

.service-image:hover .service-overlay{
    transform: translateY(0%);
}

.service-overlay {
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: hsl(0deg 0% 100% / 59%);
    gap: 25px;
    margin: auto;
    transition: .3s;
    transform: translateY(100%);
}

.service-overlay a {
    color: #fff;
    background: hsl(0deg 1% 14%);
    width: 139px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
}
.service-overlay a:hover{
    background-color: rgba(255, 255, 255, 0.288);
    color: hsl(0deg 1% 14%);
    border: 1px solid hsl(0deg 1% 14%)
}

.service-overlay h2 {
    text-align: center;
    color: hsl(0deg 0% 19%);
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}
  
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

.control_prev, .control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}
.control_prev svg, .control_next svg{
    fill: #222;
    width: 30px;
}
.control_next svg{
    transform: rotate(180deg);
}
  
.control_prev:hover, .control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

.control_prev {
    border-radius: 0 2px 2px 0;
}

.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 1700px;
    height: 400px;
    text-align: center;
}

.quote {
    display: flex;
    flex-direction: column;
    gap: 72px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.quote svg{
    width: 50px;
    fill: #4a4a4a;
}
.quote p{
    width: 800px;
    color: #4a4a4a;
}
.quote h4{
    color: #333333;
    font-size: 20px;
}

.contact {
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

section.contact-section {
    padding: 20px;
    background: #6b6760;
}

.contact-left {
    width: 50%;
    text-align: center;
    line-height: 50px;
}
.contact-left h2 {
    color: #fff;
    font-size: 50px;
    padding: 20px;
}

.contact-left h5 {
    font-size: 17px;
    color: #b9b9b9;
    font-weight: 300;
}

.contact-left a {
    text-decoration: underline;
    color: #fff;
}

.contact-right {
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
}.form-row {
    display: flex;
    gap: 10px;
}

.form-field {
    display: flex;
    flex-direction: column;
    line-height: 35px;
    width: 100%;
}

.form-field label {
    color: #ddd;
}

.form-field input,  .form-field textarea{
    padding: 10px;
    border: none;
    background: hsl(38deg 5% 40%);
    color: #ffff;
    font-size: 15px;
    border-bottom: 1px solid #fff;
}
.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder{
    color: #f1f1f1
}

.form-field input:hover,  .form-field textarea:hover{
    border: 1px solid #fff;
}
.form-field input:focus,  .form-field textarea:focus{
    border: 1px solid #fff;
}
.form-field input[type="submit"] {
    cursor: pointer;
    padding: 16px;
    background: hsl(0deg 0% 92%);
    color: hsl(0deg 0% 20%);
    font-size: 18px;
    margin-top: 13px;
    transition: .6s;
}
.form-field input[type="submit"]:hover {
    background-color: #878279;
    color: #fff;
}

.footer {
    text-align: center;
    background: #fff;
    font-size: 17px;
    line-height: 54px;
}

/* =================== Services Style =============== */

.page-header-section {
    height: 400px;
    text-align: center;
    background-image: url(../images/services-banner.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.page-header-bg {
    background: hsl(0deg 0% 0% / 50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-header {
    color: hsl(0deg 0% 100%);
}

.page-header h1 {
    font-size: 80px;
    text-transform: uppercase;
}
.page-header h4 {
    font-size: 24px;
}

.services-page {
    margin: 100px 0px;
}

.services.services-page {
    flex-wrap: wrap;
    padding: 30px;
    gap: 30px;
    justify-content: center;
    background: hsl(0deg 0% 100%);
}
.services-page .service {
    padding: 20px;
    width: 390px;
    background: hsl(209deg 99% 30%);
    color: hsl(0deg 0% 100%);
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    border: 2px solid hsl(0deg 0% 0%);
}
.services-page .service h2 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}
.services-page .service h3 {
    text-transform: uppercase;
}
.service:nth-child(3n) {
    background: hsl(34deg 100% 46%);
}
.service:nth-child(3n+1) {
    background: hsl(92deg 70% 35%);
}
.service:nth-child(2n+1) {
    background: hsl(0deg 37% 79%);
}

.service-images {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.service-image {
    height: 400px;
    width: 570px;
    border: 2px solid hsl(0deg 0% 0%);
    border-radius: 20px;
    overflow: hidden;
}
.service-image img {
    height: 450px;
    object-fit: contain;
}
.contact-form {
    background: hsl(0deg 0% 95% / 41%);
    margin-top: 50px;
    padding: 20px;
}
.contact-form h2 {
    text-align: center;
    padding-top: 30px;
}

.input-field input[type="text"], .input-field input[type="email"], textarea {
    padding: 7px;
    border: 1px solid hsl(0deg 0% 80%);
}

.input-row {
    display: flex;
    width: 100%;
    gap: 20px;
}

.input-field {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
    margin-bottom: 20px;
}

input[type="submit"] {
    border: 1px solid hsl(0deg 0% 85%);
    padding: 10px 50px;
    cursor: pointer;
    background: hsl(0deg 0% 100%);
    font-weight: bold;
}
input[type="submit"]:hover {
    background: hsl(0deg 0% 87%);
}




/* ======================= About page design======================= */

.about-banner {
    background-image: url(../images/about-banner.png);
}
.about-body-section {
    padding: 20px;
    text-align: center;
}
.about-body-header {
    width: inherit;
}

.about-body-header p {
    font-size: 30px;
    margin-bottom: 100px;
    margin-top: 30px;
}

.about-body h2 {
    font-size: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid hsl(0deg 0% 59%);
    display: inline-block;
    width: 400px;
    margin-bottom: 50px;
}

.about-body p {
    font-size: 27px;
    line-height: 55px;
    margin-bottom: 50px;
}

.about-body a {
    padding: 15px 40px;
    background: hsl(209deg 92% 30%);
    color: hsl(0deg 0% 100%);
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: bolder;
    transition: .4s;
}
.about-body a:hover{
    background-color: #fff;
    color: hsl(209deg 92% 30%);
    border: 1px solid hsl(209deg 92% 30%);
}



/* =======================Packages page design======================== */


.packages-banner {
    background-image: url(../images/packages-banner.png);
}
.packages-section {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.package {
    padding: 50px;
    gap: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.package:nth-child(2n) {
    flex-direction: row-reverse;
}
.package-header {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid hsl(209deg 99% 30%);
    color: hsl(209deg 99% 30%);
    line-height: 35px;
}
.package-left {
    width: 50%;
}
.package-body {
    padding: 20px;
}
.package-header h2 {
    font-size: 30px;
}
.package-header h5 {
    font-size: 20px;
}
.package-header p {
    font-size: 20px;
    font-weight: bold;
    color: hsl(0deg 0% 0%);
}

.package-body ul {
    margin: 0;
    padding: 0;
}
.package-body ul li {
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
}
.package-right {
    height: 500px;
    width: 50%;
    overflow: hidden;
    border: 3px solid hsl(0deg 0% 87%);
    border-radius: 20px;
}
.package-right img {
    object-fit: contain;
    height: 100%;
}

.package:nth-child(2) .package-header {
    color: hsl(131deg 100% 50%);
    border-color: hsl(131deg 100% 50%);
}
.package:nth-child(3) .package-header {
    color: hsl(247deg 100% 50%);
    border-color: hsl(247deg 100% 50%);
}
.package:nth-child(4) .package-header {
    color: hsl(0deg 100% 50%);
    border-color: hsl(0deg 100% 50%);
}
.package:nth-child(5) .package-header {
    color: hsl(39deg 100% 50%);
    border-color: hsl(39deg 100% 50%);
}


/* ==============Tint & Vinyl page design============== */

.tint-banner {
    background-image: url(../images/tint-banner.jpeg);
}

.tint-banner-bottom {
    text-align: center;
}
.tint-banner-bottom h2 {
    margin-top: 20px;
    line-height: 120px;
    font-size: 40px;
}
.tint-banner-bottom .schedule {
    width: 400px;
    margin: auto;
    margin-top: 40px;
}

.tint-left {text-align: center;line-height: 40px;width: 50%;}

.tint-vinyl {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.tint-left h2 {
    font-size: 30px;
}

.tint-vinyl-section {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.tint-left h4 {
    font-size: 20px;
    padding: 30px 0px;
    color: hsl(209deg 92% 30%);
}

.tint-left p {
    font-size: 20px;
}

.tint-right {}

.tint-image-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.tint-vinyl:nth-child(2n) {
    flex-direction: row-reverse;
}

.tint-right img {
    height: 400px;
}

.tint-schedule {
    align-items: center;
    padding: 20px;
    background: hsl(0deg 0% 16%);
    color: hsl(0deg 0% 100%);
    display: flex;
    justify-content: space-around;
    gap: 60px;
}
.vinyl-faq {
    margin-bottom: 50px;
}
.vinyl-faq:nth-last-child(1), .vinyl-faq:nth-last-child(2){
    margin-left: 80px;
}
.vinyl-wrapping-section {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.vinyl-wrapping h2, .tinyl-vinyl-bottom h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Anton';
    margin-bottom: 50px;
    color: hsl(209deg 92% 30%);
}
.vinyl-faq h3 {
    margin-bottom: 15px;
    font-size: 30px;
}
.vinyl-faq p, .tinyl-vinyl-bottom p {
    font-size: 23px;
}

.tinyl-vinyl-bottom p{
    line-height: 50px;
    margin-bottom: 20px;
}


/* =========================Testimonials page design========================= */


.testimonials-banner {
    background-image: url(../images/testimonials-banner.jpg);
    background-position: center;
}
.testimonials-section {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.testi-top {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}
.testi-top img {
    height: 100px;
}
.testi-bottom p {
    font-size: 24px;
    margin-bottom: 45px;
    text-align: center;
}
.testi-bottom h3 {
    border-top: 3px solid hsl(209deg 99% 30%);
    width: 400px;
    padding-top: 20px;
    margin: auto;
    text-align: center;
}
.yelp h3 {
    border-color: hsl(0deg 62% 46%);
}

/* ======================Gallery page design====================== */

.gallery-banner {
    background-image: url(../images/gallery-banner.jpeg);
}

.gallery-image img:hover {
    filter: drop-shadow(2px 4px 6px black);
}
.gallery-image img {
    height: 430px;
    transition: .4s;
}
.gallery-image {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}