﻿/*******************************/
/********** General CSS **********/
/*******************************/


* {
   
    box-sizing: border-box;
    margin:0;
}


body, html {
    height: 100%;
     font-family: "Nunito",sans-serif;
}

#container {
    /*background: rgb(167,246,255);
    background: linear-gradient(90deg, rgba(167,246,255,1) 0%, rgba(162,206,255,0.8071603641456583) 50%, rgba(0,121,255,1) 100%);*/
}

  
hr {
    background-color: #e3f2fd;
    margin:10px;
    padding:10px;
}


/*******************************/
/********** Navbar CSS **********/
/*******************************/

#navbar {
    /*background-color: #e3f2fd;*/
    background-color: #b7daf5;
}



 
/* Navbar --> navitems --> a  */
#centerAll > li > a {
    color: black;
    font-weight: bold;
    padding: 10px;
    font-family: 'Goldman', cursive;
}

  
/* Navbar --> navitems --> Active */
#centerAll > li > a:active {
    background-color: #6cb2e8 !important;
}

 
/* Navbar --> navitems --> a:hover  */
    #centerAll > li > a:hover {
        background-color: #e3f2fd;
        border-radius: 29px;
        transition: .4s;
    }


/* Navbar --> navitems --> Center  */
#centerAll {
    padding-right:12%;
}

.activeItem {
    background-color: #e3f2fd;
    border-radius: 29px;
}





/*******************************/
/********** Header CSS **********/
/*******************************/
/* Header image */
.bg {
    /* The image used */
    background-image: url("../Images/bg.jpg");
    /* Full height */
    height: 50%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg-aboutUs {
    /* The image used */
    /*background-color: #b7daf5; */
    background-color: #e3f2fd;
    /* Full height */
    height: 20%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 
#wlcp{
    font-size:55px;
}


#wlcp-aboutUs {
   /* font-size: 55px;*/
   font-size:40px;
   color:black
}

 

#infop {
    font-size: 23px;
}

.about prices{
    font-size : 20px;
}



.centered {
    position: absolute;
    left: 50%;
    bottom: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgb(0 0 0 / 30%);
    font-family: "Nunito",sans-serif;
    line-height: 30px;
    font-weight: bold;
}


.centered-aboutUs {
    position: absolute;
    top: 14%;
    left: 50%;
    bottom: 82%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

 

.centered-Prices {
    position: absolute;
    top: 14%;
    left: 50%;
    bottom: 82%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #fff;
    text-shadow: 0 0 5px rgb(0 0 0 / 30%);
    font-family: "Nunito",sans-serif;
    line-height: 30px;
    font-weight: bold;
}


.headerSvg {
    margin-bottom: 7px;
}
/*******************************/
/********** Footer CSS **********/
/*******************************/
.footer-color {
    /* background-color: #e3f2fd;*/
    background-color: #b7daf5;
}

#f {
    background-color: #b7daf5;
}

 
.fdown {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.copyText {
    font-size: large;
}

/*******************************/
/********** Index CSS **********/
/*******************************/
/*Logo*/
#l {
    width: 55%;
    padding: 10px;
    height: 50%;
    color: #FFFFFF;
    letter-spacing: .1em;
    font-weight: bolder !important;
    border-radius: 40px;
}

 
/* Cards */
 .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
   
}
  


/*******************************/
/********** Index ---> Progress bar CSS **********/
/*******************************/

/**Prograss bar*/
#heading {
    text-transform: uppercase;
    color: #4476fb;
    font-weight: normal;
}

 

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

.form-card {
    text-align: left;
   
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

 

/*Next Buttons*/
#msform .action-button {
    width: 100px;
    background: #4476fb;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

    #msform .action-button:hover, #msform .action-button:focus {
        background-color: #1f4abe;
    }

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

    #msform .action-button-previous:hover, #msform .action-button-previous:focus {
        background-color: #000000;
    }

/*The background card*/
.card {
    z-index: 0;
    border: none;
    position: relative;
}

p{
    font-weight:bold;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #4476fb;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.blue-text {
    color: #4476fb;
    font-weight: normal;
}

/*Step Count*/
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

 

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #4476fb;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    /*Icons in the ProgressBar*/
    #progressbar #service:before {
        font-family: FontAwesome;
        content: "\f552";
    }

    #progressbar #timeBooking:before {
        font-family: FontAwesome;
        content: "\f271";
    }

    #progressbar #information:before {
        font-family: FontAwesome;
        content: "\f14b";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f14b";
    }



    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    /*Icon ProgressBar before any progress*/
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #4476fb;
    }

/*Animated Progress Bar*/
.progress {
    height: 20px;
}

.progress-bar {
    background-color: #4476fb;
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}


/*Booking button in progress bar*/
.bookingBtn {
    width: 100px;
    background: #4476fb;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    text-align:center;
}

    .bookingBtn:hover {
        background-color: #1f4abe;
    }

/***************************************************************/


/*******************************/
/********** About CSS **********/
/*******************************/

    .section-header {
        position: relative;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 45px auto;
    }


    .section-header p {
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 5px;
        position: relative;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        color:  #4476fb;
    }


      .section-header p::after {
       position: absolute;
       content: "";
       width: 50%;
       height: 2px;
       left: 25%;
       bottom: 0;
       background: #b7daf5;
      }
 
    .section-header h2 {
       margin: 0;
       font-size: 45px;
       font-weight: 700;
       text-transform: capitalize;
    }
         
    .about .section-header {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .about .about-img img {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 30px;
    }


    .about .about-content {
        margin-bottom: 30px;
    }


   .about .about-content ul {
       margin: 0;
       padding: 0;
       list-style: none;
       margin-bottom: 25px;
   }


   .about .about-content ul li {
          margin-bottom: 5px;
   }

    .about .about-content ul li i {
       margin-right: 8px;
        color: #4476fb;
    }

    .name{
        float : left
    }

    .price {
        float : right;
    }

    .carwashInfo{
        display : flex;
        justify-content : space-between;
    }



/*Booking button in progress bar*/
.aboutBtn {
    width: 100px;
    background:  #1f4abe;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    text-align: center;
    text-decoration:none;
}

    .aboutBtn:hover {
        background-color: #4476fb;
    }




/*******************************/
/********** About us ---> Iamge gallery --> CSS **********/
/*******************************/
 
 
.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

    .swiper-slide img {
        display: block;
        width: 100%;
    }



/*******************************/
/********** Contact us CSS **********/
/*******************************/

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

    .contact .contact-info {
        width: 100%;
        margin-bottom: 45px;
        padding: 35px 30px 10px 30px;
        border-radius: 5px;
        background: #b7daf5;
         
    }

        .contact .contact-info h2 {
            color: black;
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 30px;
        }

    .contact .contact-info-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 30px;

    }

    .contact .contact-info-icon {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 50px;

    }

        .contact .contact-info-icon i {
            margin: 0;
            color: #202C45;
            font-size: 16px;
        }

    .contact .contact-info-text {
        padding-left: 20px;
    }

        .contact .contact-info-text h3 {
            margin: 0 0 5px 0;
            color: black;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .contact .contact-info-text p {
            margin: 0;
            color: black; /* #1f4abe*/
            font-size: 16px;
            font-weight: 500;
        }

    .contact .contact-form {
        position: relative;
        width: 100%;
        margin-bottom: 45px;
    }

        .contact .contact-form input {
            outline: none !important;
            padding: 15px;
            border: none;
            border-radius:0px;
            border-bottom: 1px solid black;
            color:black;
             
        }

            .contact .contact-form input:focus {
                border-color: inherit;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-bottom: 1px solid #4476fb;
                
            }

          input:focus::-webkit-input-placeholder {
                color: transparent;
                transition: .2s; 
           }

            textarea:focus::-webkit-input-placeholder {
                color: transparent;
                transition: .2s;
            }


        .contact .contact-form textarea {
            outline: none !important;
            padding: 8px 15px;
            border: none;
            border-radius: 0px;
            height: 8em;
            border-bottom: 1px solid black;
            color: black;
        }

            .contact .contact-form textarea:focus {
                border-color: inherit;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-bottom: 1px solid #4476fb;
            }

    .contact .help-block ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .contact iframe {
        width: 100%;
        height: 400px;
        border-radius: 5px;
    }


    /**Icon in input field*/
    .contact-form i{
        position:absolute;
    }

    .input-icons {
        width: 100%;
        margin-bottom: 10px;
    }

    .icon {
        padding: 10px;
        min-width: 40px;
    }

    .form-control {
        width: 100%;
        padding: 10px;
        text-align:center
    }





/*******************************/
/********** Services **********/
/*******************************/


/*Service taps*/


.tabs {
    /*  Taps will be at left side*/
    /*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flexl;*/
    /*  Taps will be at the center*/

    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .tabs label {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: block;
        padding: 1rem 2rem;
        margin-right: 0.2rem;
        cursor: pointer;
        background: #b7daf5 /*#90CAF9*/;
        font-weight: bold;
        -webkit-transition: background ease 0.4s;
        transition: background ease 0.4s;
    }

    .tabs .tab {
        -webkit-box-ordinal-group: 100;
        -webkit-order: 99;
        -ms-flex-order: 99;
        order: 99;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        display: none;
        padding: 1rem;
        /*background: #e3f2fd;*/
    }

    .tabs input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .tabs input[type="radio"]:checked + label {
            transition: .4s;
            background: #e3f2fd;
            border-radius: 5px;
             
        }

            .tabs input[type="radio"]:checked + label + .tab {
                display: block;
            }


@media (max-width: 45em) {

    .tabs .tab, .tabs label {
        -webkit-box-ordinal-group: NaN;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}



    /*Service taps content table*/

    .serviceTable {
        width: 20%;
        border-spacing: 10px;
    }
    /*******************************/
    /********** Media query **********/
    /*******************************/
    /* If the screen size is 1000px wide or less */
    @media screen and (max-width: 1000px) {
        #wlcp {
            font-size: 25px;
        }


        .centered-aboutUs {
            position: absolute;
            top: 12%;
            left: 50%;
            bottom: 85%;
            transform: translate(-50%, -50%);
            text-align: center;
            line-height: 30px;
            font-weight: bold;
        }

        #l {
            width: 90%;
        }



        #buttonsGroup {
            margin-left: 15px;
        }

        #svgLogo {
            margin-left: 15px;
        }

        .copyText {
            font-size: larger;
        }


        .serviceLbl {
            font-size: xx-large;
        }

        .serviceTable {
            width: 50%;
        }
    }





    /* If the screen size is 450 wide or less */
    @media screen and (max-width: 450px) {
        #wlcp {
            font-size: 20px;
            margin: -150px 0px 0px 0px;
        }

        #infop {
            font-size: 12px;
        }


        .centered-aboutUs {
            position: absolute;
            top: 12%;
            left: 50%;
            bottom: 80%;
            transform: translate(-50%, -50%);
            text-align: center;
            line-height: 30px;
            font-weight: bold;
        }


        #wlcp-aboutUs {
            font-size: x-large;
            margin: 20px 0px 0px 0px;
        }


        #l {
            width: 90%;
        }


        #wlcp-homePage {
            font-size: x-large;
        }




        #buttonsGroup {
            margin-left: 15px;
        }

        #svgLogo {
            margin-left: 15px;
        }

        .copyText {
            font-size: smaller;
        }



        .serviceLbl {
            font-size: x-large;
        }

        .serviceTable {
            width: 100%;
        }
    }
 

 


 
 




