@charset "UTF-8";

/*--*/
.navbar {
	background: rgba(0, 0, 0, 1);
}

main.container-fluid {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, rgba(201, 20, 20, 0.5) 100%), url("../Images/AdobeStock_369978705.jpeg");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	min-height: 44rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
}

.jumbotron {
	background-color: transparent;
	color: white;
}

.service_area .container-fluid {
	width: 75%;
}

.service_area {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #f9f5f2;
}

.service_area h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.service_area h3 {
  font-weight: 700;
}

.card {
	border: 1px solid #ffd1af;
}

.pricing_area {
	padding-top: 6rem;
	padding-bottom: 7rem;
}

.pricing_area h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.service_area .single_service .service_content {
    position: relative;
    padding: 64px 60px;
    border-top: none;
}

.service_area .single_service .service_thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.service_area .single_service .service_content .icon {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.28);
    color: #eb592d;
    text-align: center;
    line-height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -25px;
    z-index: 0;
    background: #fff;
    top: 0;
    font-size: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing_area .single_service .service_inner .icon {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 55px;
    z-index: 0;
    background: #eb592d;
    top: 0;
    font-size: 30px;
}

.pricing_area .single_service .service_inner {
	float: left;
}

.pricing_area .single_service .thumb img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.pricing_area .single_service .price {
    position: relative;
}

.pricing_area .single_service .hair_style_info {
    padding-left: 80px;
}

.pricing_area .single_service .hair_style_info p {
    font-size: 16px;
    margin-bottom: 0;
}

.pricing_area .single_service .price span {
    font-weight: 700;
}

.pricing_area .single_service .price::before {
    position: absolute;
    height: 1px;
    content: '';
    border-bottom: 1px dashed #d7d4d1;
    bottom: 7px;
    left: 43%;
    right: 18%;
}

.booking_area {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.booking_area h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.btn-block {
	width: 50%;
}

footer {
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-color: #000;
	color: #fff;
}