@import url('https://fonts.googleapis.com/css2?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700');
/*----------------------------------Heading*/

header {
background-color: #000;
color: #8f8f8f;
height: 100%;
width: 100%;
margin-bottom:2px;
margin-left:0px;
margin-right: 0px;
padding:0px;
}

header #logo{
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 3px;
    color:#f8f8f8;
    font-size: 160%
}

/*-----------------------------------------Navbar--*/
.bg-dark {
    background-color: #000!important;
    color: rgb(255,223,0)!important;
}

nav{
    color: rgb(255, 233, 0)!important;
}

button:hover {
    background: rgb(255,223,0);
    border: solid 2px #8f8f8f;
    color: #8f8f8f;
}

.navbar-dark .navbar-toggler {
    color: #8f8f8f;
    border-color: #8f8f8f;
}
/*-----------------------------------------Finish Navbar--*/

*{
    margin:0;
    padding:0;
    border:0;
}

body{
    font-family: Lato;
    color:#777777;
    margin:0;
    padding:0;
}

h2{
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:#f8f8f8;
    font-size: 160%
}

h6{
    color:#f8f8f8;
    margin:0;
    font-size: 120%
}

#logo{
    float: left; 
    font-size: 280%;
    margin-left: 30px;
    margin-right: 30px;
}
 
#menu{
    text-decoration: none;
    color: #f8f8f8;
    font-size: 115%;
    list-style-type: none;
    letter-spacing: 2px;
}

#logo, #menu{
    line-height: 75px;
}

#menu li {
    float: right;
    margin-right: 30px;
}

#menu a {
    text-decoration: none;
    color: inherit;
}

#menu a:hover {
    border-bottom: 1px solid #777777;
    color: rgb(255,223,0);
}

.active{
     border-bottom: 1px solid #777777;
}

#homebckg-image{
    opacity: 1;
    height: 100%;
    background:url("../images/background/yellow-nails.jpeg") no-repeat center center;
    background-size: cover;
    animation-name:homebckg-zoom;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    margin-top:2px;
    margin-bottom:2px;
}

#homebckg-outer{
    height:530px;
    overflow:hidden;
    position: relative;
}

#cover-text, #cover-text h3 {
    color:rgb(255,223,0);
    text-align: center;
    letter-spacing: 1px;
    vertical-align: center;
}

#cover-text, #cover-text h5 {
    color:#f8f8f8;
    text-align: center;
    vertical-align: center;
}

@keyframes homebckg-zoom {
    from{
        transform: scale(1.05);
    }
    to{
        transform: scale(1.1);
    }
}

#cover-text {
    font-size: 100%;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: center;

    width: 45%;
    height: 100%;

    padding-top: 20%;
    padding-left:7%;
    padding-right:2%;
    padding-bottom:5%;

    background-image: linear-gradient(to right,rgb(5, 5, 5), transparent);
    top:0px;
    left:0px;

    position:absolute;
}

.list-inline{
    margin:0;
}

.list-inline-item:not(:last-child){
    margin:0;
    text-align: center;
}

.menucontainer{
    font-size:0;
}

#nav li{
    font-size: 14px;
    padding:0;
}

/*----------------------------------Block,Text*/
.uppercase {
    text-transform: uppercase;
}

.general-sub{
    font-family: "Exo", sans-serif;
    font-weight:300;
    color:#fafafa;
}

.inline-block {
    display: inline-block;
}

/*----------------------------------Footer*/
footer {
background-color: #000;
color: #fafafa;
min-height: 80px;
margin-left:0;
margin-right: 0;}

.social-links {
    padding-bottom: 10px;
    margin:0;
    text-align: center;
    }

.social-links li a i {
          width: 32px;
          height: 32px;
          padding: 12px 0;
          border-radius: 50%;
          font-size: 13px;
          line-height: 7px;
          text-align: center;
          color: #fafafa;
          background: #8f8f8f;
          transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;}

.social-links li a i:hover {
background: rgb(255,223,0);
color:#8f8f8f}

#footer-details {
    padding-top: 25px;
    margin-top:2px;
    text-align: center;
}

.container-fluid{
    margin:0;
    text-align:center;
}

.signature{
    color: #8f8f8f;
    text-align: left;
    font-size: 75%;
}

.signature p{
margin:0;
padding:0;
}

/*----------------------------------Services*/
#servicesbckg-image{
    opacity: 1;
    height: 100%;
    background:url("../images/background/guantepink.jpeg") no-repeat center center;
    background-size: cover;
    animation-name:servicesbckg-zoom;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    margin-top:2px;
    margin-bottom:2px;
}

#servicesbckg-outer{
    height:610px;
    width: 100%;
    overflow:hidden;
    position: relative;
}

#servicescover-text, #servicescover-text h3 {
    color:rgb(255,223,0);
    text-align: center;
    letter-spacing: 1px;
}

#servicescover-text, #servicescover-text h5 {
    color:rgb(233, 229, 229);
    text-align: center;
}

@keyframes servicesbckg-zoom {
    from{
        transform: scale(1.05);
    }
    to{
        transform: scale(1.1);
    }
}

#servicescover-text {
    font-size: 100%;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: center;

    width: 45%;
    height: 100%;

    padding-top: 20%;
    padding-left:5%;
    padding-right:2%;
    padding-bottom:5%;

    background-image: linear-gradient(to right,rgb(5, 5, 5), transparent);
    top:0px;
    left:0px;

    position:absolute;
}

#servicesoptions{
    height: 100%;
    clear: both;
    margin:0;
    padding:0;
    align-content: center;
    vertical-align: middle;
}

#servicesoptions div{
   text-align: center;
   display: inline-block;
   margin:5px;
}

.servicesheading{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    clear: both;
    letter-spacing: 1px;
}

.servicesheading h4{
   font-family: Oswald;
   text-align: center;
   vertical-align: center;
   background-color: rgb(255,223,0);
   color: #555;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 110%;
   padding: 5px;
   width:100%;
   height: auto;
}

.servicesheading p{
   width: 100%;
   height: auto;
   vertical-align:top;
   color:#777777;
   text-transform: uppercase;
   margin:0;
   padding:0;
   font-size: 100%;
}

.welcome{
    text-transform: uppercase;
    margin-bottom:20px;
    margin-top:50px;
    text-align: center;
    font-size: 200%;
    color: rgb(255,223,0);
    letter-spacing: 1px;
    width:100%;
}

#manicure{
    padding-top: 2%;
    padding-bottom: 2%;
}
#nailart{
    padding-top: 2%;
    padding-bottom: 2%;
}
#french{
    padding-top: 2%;
    padding-bottom: 2%;
}
#removeacrylic{
    padding-top: 2%;
    padding-bottom: 2%;
}
#polish{
    padding-top: 2%;
    padding-bottom: 2%;
}
#removegel{
    padding-top: 2%;
    padding-bottom: 2%;
}
#repair{
    padding-top: 2%;
    padding-bottom: 2%;
}
#uvgel{
    padding-top: 2%;
    padding-bottom: 2%;
}

.image_container{
  vertical-align: middle;
  justify-content: center;
  padding: 0px;
  background-color: #fff;;
}

.image_container img{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  vertical-align: middle;
  justify-content: center;
  border: 2px solid rgb(255,223,0);
  padding: 12.5px;
  margin:0 auto;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  grid-gap: 50px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.grid-container > div {
  width: 25%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  background-color: #fff;
}

#servicesoptions .container-fluid{
    width:100%;
    height:900px;
}

#whours{
    margin:0;
    padding:0;
    color:#8f8f8f;
}

#whours h4{
   text-align: center;
   vertical-align: center;
   color:#6b6b6b;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 140%;
}

#whours h6{
   text-align: center;
   vertical-align: center;
   color:#8f8f8f;
   text-transform: uppercase;
   font-size: 120%;
}

@media screen and (max-width: 943px) { 
.image_container img{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  vertical-align: middle;
  justify-content: center;
  border: 2px solid rgb(255,223,0);
  padding: 10px;
  margin:0 auto;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  grid-gap: 40px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.grid-container > div {
  width: 33%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px;
  background-color: #fff;
}
}

  @media screen and (max-width: 700px) {
#manicure{
    padding-top: 5%;
    padding-bottom: 5%;
}
#nailart{
    padding-top: 5%;
    padding-bottom: 5%;
}
#french{
    padding-top: 5%;
    padding-bottom: 5%;
}
#removeacrylic{
    padding-top: 5%;
    padding-bottom: 5%;
}
#polish{
    padding-top: 5%;
    padding-bottom: 5%;
}
#removegel{
    padding-top: 5%;
    padding-bottom: 5%;
}
#repair{
    padding-top: 5%;
    padding-bottom: 5%;
}
#uvgel{
    padding-top: 5%;
    padding-bottom: 5%;
}
.image_container img{
  width: 125px;
  height: 125px;
  border-radius: 50%;
  vertical-align: middle;
  justify-content: center;
  border: 2px solid rgb(255,223,0);
  padding: 7.5px;
  margin:0 auto;
}
.grid-container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 40px;
  background-color: #fff;
  padding: 7.5px;
  text-align: center;
  vertical-align: middle;
}
.grid-container > div {
  width: 50%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px;
  background-color: #fff;
}
  }


/*----------------------------------Contact*/
#contactbckg-image{
    opacity: 1;
    height: 100%;
    background: url("../images/background/corona.jpg") no-repeat center center;
    background-size: cover;
    animation-name:contactbckg-zoom;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    margin-top:2px;
    margin-bottom:2px;
}

#contactbckg-outer{
    height:700px;
    width: 100%;
    overflow:hidden;
    position: relative;
}

#contactcover-text, #contactcover-text h3 {
    color:rgb(255, 221, 0);
    text-align: center;
    letter-spacing: 1px;
}

#contactcover-text, #contactcover-text h5 {
    color:rgb(233, 229, 229);
    text-align: center;
}

@keyframes contactbckg-zoom {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.05);
    }
}

#contactcover-text {
    font-size: 100%;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-content: center;

    width: 45%;
    height: 100%;

    padding-top: 25%;
    padding-left:7%;
    padding-right:2%;
    padding-bottom:10%;

    background-image: linear-gradient(to right,rgb(5, 5, 5), transparent);
    top:0px;
    left:0px;

    position:absolute;
}

#contact{
    margin:0;
    height:250px;
    width: 100%;
    clear: both;
}

#contact h4 {
    color:#6b6b6b;
    text-align: center;
    font-size: 140%;
}

#contact h6{
    color:#7c7c7c;
    text-align: center;
    font-size:110%;
}

#contact p {
    color:#afafaf;
    text-align: center;
}

.fa-calendar{
    display: inline-block;
}

#book-outer{
    width: 100%;
    height: auto;
}

#book-outer h3{
    font-size: 150%;
    padding:1%;
}

address {
    text-align: center;
    align-content: center;
    }

#address{
    margin: 25px;
}
#address i {
    font-size: 160%;
    margin: 1%;
    padding: 1%;
    color: #777777;
}

.box i{
    font-size: 160%;
    margin: 1%;
    padding: 1%;
    color: #777777;
}

/*---------------------Google Map*/

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

#map iframe{
width:600px;
height:450px;
border:0;
}
/*---------------------Google Map Ending*/


/*----------------------------------Gallery*/
#gallerybckg-image{
    opacity: 1;
    height: 100%;
    background:url("../images/background/orangenails.jpg") no-repeat right center;
    background-size:cover;
    animation-name:gallerybckg-zoom;
    animation-duration: 5s;
    animation-fill-mode:forwards;
    margin-left:10px;
    margin-right:10px;
    margin-top:30px;
    margin-bottom:30px;

}

#gallerybckg-outer{
    height:610px;
    width:100%;
    overflow:hidden;
    position:relative;
}
#gallerycover-text h3 {
    color:rgb(255,223,0);
    letter-spacing: 1px;
    text-align: center;
}

#gallerycover-text h5 {
    color:rgb(233, 229, 229);
    text-align: center;
}

@keyframes gallerybckg-zoom {
    from{
        transform: scale(1.1);
    }
    to{
        transform: scale(1.15);
    }
}

#gallerycover-text {
    font-size: 100%;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: center;

    width: 50%;
    height: 100%;

    padding-top: 27%;
    padding-left:7%;
    padding-right:2%;
    padding-bottom:5%;

    background-image: linear-gradient(to right,rgb(5, 5, 5), transparent);
    top:0px;
    left:0px;

    position:absolute;
}

#gallery .column{
  width: 25%;
}

.thumbnail img{
    margin:0px;
    padding:1.5%;
    border:0;
    height:250px;
    width:100%;
    vertical-align: center;
}

#img-gallery{
    background-color:#fff;
    margin-top:2px;
    margin-bottom:2px;
    padding:0px;
    column-gap: 0px;
    column-count:4;
}

#gallery{
    margin-top:50px;
    margin-bottom:20px;
    margin-right: 0;
    text-align: center;
}

#gallery p{
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color:#8f8f8f;
    font-size: smaller;
}

@media screen and (max-width: 943px) { 
#gallery .column{
  width: 33%;
}
.thumbnail img{
    margin:0px;
    padding:1.5%;
    border:0;
    height:210px;
    width:100%;
    vertical-align: center;
}
}

  @media screen and (max-width: 750px) {
#gallery .column{
  width: 50%;
  }
  .thumbnail img{
    margin:0px;
    padding:1.5%;
    border:0;
    height:210px;
    width:100%;
    vertical-align: center;
}
  }

/*----------------------------------Book an Appointment*/
.container-fluid .box{
    width:100%;
    align-content: center;
}

#book{
    margin:0;
}

.box {
    margin:0px;
    padding:5px;
    width: 100%;
    height: auto;
    border: solid 2px #f8f8f8;
    background-color:#f8f8f8;
    content:"";
    z-index:-1;
    -webkit-box-shadow: 0 0 20px #f8f8f8;
    -moz-box-shadow: 0 0 20px #f8f8f8;
    box-shadow: 0 5px 20px #f8f8f8;
}

.box-header{
    font-weight: bold;
    color: rgb(255,223,0);
    background-color: #000;
    margin:0;
    padding:0;
    height: 25%;
}

.box-header h3{
    color: rgb(255,223,0);
    vertical-align: center;
    letter-spacing: 1px;
    margin:0;
    padding: 0;
}

#disabledSelect{
    height: 30px;
}

.form-group1 {
    padding-bottom: 45px;
    height: auto;
    max-height:65px
}

#disabledSelect{
    padding-bottom: 25px;
}

label .checkbox {
    font-size: 1em;
    font-weight: bold;
    color: #8f8f8f;
}

label{
    letter-spacing: 1px;
    font-size: 110%;
    font-weight: bold;
}

.btn{
    border: solid 1px #8f8f8f;
    color: #fafafa;
    background: #8f8f8f;
}

button:hover {
background: rgb(255,223,0);
border: solid 2px rgb(255,223,0);
color:#8f8f8f
}

.help-block {
    color: #8f8f8f;
}
.col-md-12{
    margin:0;
}
#book-outer{
    height:auto;
    width: auto;
    overflow:hidden;
    margin:0px;
    padding-top:0px;
}

.form-group li a i {
          width: 32px;
          height: 32px;
          padding: 12px 0;
          border-radius: 50%;
          font-size: 13px;
          line-height: 7px;
          text-align: center;
          color: #fafafa;
          background: #8f8f8f;
          transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;}

.form-group li a i:hover {
background: rgb(255,223,0);
color:#8f8f8f;}

.col-6 hr{
    color:rgb(255,223,0);
    border: solid 2px rgb(255,223,0);
}

checkbox{
    color:#8f8f8f;}

.checkbox input[type=checkbox]:checked + label:after {
  opacity: 0;
  color:#8f8f8f;
  background-color: rgb(255,223,0);
  border-color: rgb(255,223,0); 
  border-radius: 50%;
} 

.checkbox input[type="checkbox"] + label::before
{background-color: #fff;  border-color: #8f8f8f;
border-radius: 50%;}


/* Customer's Reviews/ */
#reviewsbckg-image{
    opacity: 1;
    height: 600px;
    background:url("../images/background/lija.jpg") no-repeat center center;
    background-size:cover;
    animation-name:reviewsbckg-zoom;
    animation-duration: 5s;
    animation-fill-mode:forwards;
    margin-left:10px;
    margin-right:10px;
    margin-top:30px;
    margin-bottom:30px;
}

#reviewsbckg-outer{
    height:630px;
    width:100%;
    overflow:hidden;
    position:relative;
}
#reviewscover-text, #reviewscover-text h3 {
    color:rgb(255,223,0);
    text-align: center;
    letter-spacing: 1px;
}

#reviewscover-text, #reviewscover-text h5 {
    color:rgb(233, 229, 229);
    text-align: center;
}

@keyframes reviewsbckg-zoom {
    from{
        transform: scale(1.17);
    }
    to{
        transform: scale(1.23);
    }
}

#reviewscover-text {
    font-size: 100%;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-content: center;

    width: 45%;
    height: 100%;

    padding-top: 20%;
    padding-left:7%;
    padding-right:2%;
    padding-bottom:5%;

    background-image: linear-gradient(to right,rgb(5, 5, 5), transparent);
    top:0px;
    left:0px;

    position:absolute;
}
/* Reviews section ---------------------------------- */

#reviews .container-fluid{
    margin-top:20px;
    margin-bottom:10px;
    margin-left:0;
    margin-right: 0;
    text-align: center;
    width: 100%;
    height: auto;
    padding:0;
}
#reviews{
    margin:0;
    padding:0;
    align-content: center;
}

#reviews p{
    margin:0;
    align-content: center;
    color:#e7e7e7;
    font-size: 100%;
}

#reviews h4{
    margin:0;
    align-content: center;
    color: rgb(255,223,0);
    font-size: 140%;
    text-transform: uppercase;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner img{
    display: flex;
    align-content: center;
    margin:0;
    padding:0;
    width:100%;
    height: 450px;
}

carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.carousel-caption {
    position: absolute;
    bottom:50px;
    left:10%;
    right: 10%;
    z-index: 1;
    color: #dfdfdf;
    text-align: center;
    margin:0;
    padding:10px;
}

*, ::after, ::before {
    box-sizing: border-box;
}


/* Testimonial slider full-width */

/* Rating--------------------- */
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    background: #222225;
    color: white;
    height:auto;
}

.rating>input {
    display: none
}

.rating>label {
    font-size: 3vw;
    color: #FFD600;
    cursor: pointer;
}

.rating>label::before {
    content:"\2605";
    position: absolute;
    opacity: 0;
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1;
}

.rating:hover>input:checked~label:before {
    opacity: 0.4;
}

#ratingsection{
    width: 100%;
    height: auto;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:0;
    margin-right: 0;
    text-align: center;
    vertical-align: center;}

#ratingsection .container-fluid{
    align-content:center;
    vertical-align: center;
    width:100%;
    height:auto;
}
.rating label{
    font-size: 140%;
}