@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

:root {
    --bg-dark: #412234;
    --bg-darkp: #B370B0;
    --bg-lightp: #BF9ACA;
    --bg-info: #A9A587;
    --text-white: #fff;
    --text-black: #000;
    --bg-blue: #2D7DD2;
    --biggest-font: 50px;
    --big-font: 25px;
    --medium-font: 18px;
    --small-font: 12px;

}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/*Book Now sections start*/
.navbar_section_main_wrapper {
    background-color: #FCF5F4;
}


.contact ul {
    list-style: none;
}

.info a {
    color: black;
    font-weight: 600;

}

.fa-envelope {
    background-color: #de968d;
    color: #fff;
    padding: 8px;
    border-radius: 50px;
    font-size: 8px;

}

.fa-phone {
    background-color: #de968d;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    font-size: 8px;

}

.item1 a {
    font-size: 14px;
}

.item1 a i {
    margin: 8px;
}

.logo_main_wrapper i {
    color: black;
    padding: 10px;
    border-radius: 50px;
    font-size: 15px;
    float: right;
}

.book_now_button {
    float: right;
}

.book_now_button button a {
    color: #fff;
    font-weight: 600;
}

.book_now_button button {
    background-color: black;
    border: none;
    padding: 6px 10px;
    margin-top: 12px;
    font-size: 13px;
    margin-top: 20px;
}

.book_now_button button:hover {
    text-decoration: none;
    background-color: #de968d;
}


/*Book Now sections end*/
/* navbar section start*/
.collapse a {
    margin: 10px;
    font-weight: 600;
    margin-left: 0px;
    color: #fff;

}

.dropdown-menu {
    font-family: serif;
    font-weight: 600;
    text-align: center;
    background-color: rgb(44, 20, 20);
    color: #fff;
}

.dropdown-menu:hover {
    text-decoration: none;
}

.dropdown-menu img {
    width: 50%;
}

.serach_icon {}

.serach_icon a {
    color: black;
    font-size: 22px;
}

/*Navbar sections end*/

/* Hero sections start*/
/* hero section */
.hero_section_main_wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.hero_section_main_wrapper .owl-nav button.owl-prev {
    left: 0;
}

.hero_section_main_wrapper .owl-nav button.owl-next {
    right: 0;
}

.hero_section_main_wrapper .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.hero_section_main_wrapper .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.hero_section_main_wrapper .owl-dots button.owl-dot.active {
    background-color: #000;
}

.hero_section_main_wrapper .owl-dots button.owl-dot:focus {
    outline: none;
}

.hero_section_main_wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.hero_section_main_wrapper span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.hero_section_main_wrapper .owl-nav button:focus {
    outline: none;
}

.hero_section_main_wrapper .item {
    width: 100%;
}

.hero_section_main_wrapper .owl-carousel .owl-item img {
    width: 100%;
    border-radius: 0px;
    height: 500px;
    object-fit: cover;
    margin: 0px;
    height: 600px;

}

.More_btn {
    padding: 27px;

}

.More_btn button {
    padding: 12px 35px 12px 35px;
    background-color: black;
    color: #fff;
    border: none;
    transition: 3s all;
}

.More_btn button:hover {
    background-color: #de968d;
}

.hero_section_main_wrapper .More_btn a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.item_i {
    position: relative;
}

.item_i::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.5);

}

.item_i h1 {
    position: absolute;
    top: 200px;
    left: 318px;
    color: #fff;
    font-size: 75px;
    font-family: serif;
}

/* Heri sections end*/
/*About sections start*/
.About_sections_wrapper {
    margin-top: 65px;
}

.about_main_sections {
    position: relative;

}

.about_img {
    position: absolute;
    top: -20px;
    left: 87px;
}

.about_img img {
    width: 100%;
}

.about_img {
    background-color: #fcf5f5;
    padding: 25px 25px 0px 0px;
}

.About_text {
    padding-left: 55px;
    padding-top: 65px;
}

.main_text_wrapper h5 {
    color: #de968d;
}

.main_text_wrapper h2 {
    margin: 8px 0 30px 0;
    font-size: 44px;
    font-weight: 400;
    font-family: var(--secondary-font);
    line-height: 1.21;
    white-space: pre-line;
}

.main_text_wrapper p {
    font-weight: 100;
    font-size: 18px;
}

.about_icon {
    margin-left: 75px;
    position: relative;
}

.about_icon_wrappwer i {
    position: absolute;
    top: 15px;
    left: -22px;
}

.about_icon h3 {
    font-weight: 500;
    font-size: 20px;
    margin-left: 18px;
}

.about_icon i {
    font-size: 32px;
    color: #de968d;
}

.about_icon p {
    margin-left: 20px;
}

#btn {
    padding: 10px 10px;
    background-color: black;
    cursor: pointer;
    color: #fff;
    transition: 1.3s all;
}

#btn:hover {
    background-color: #de968d;
    border: none;
}

.award_sections {
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 65px;
    width: 100%;
    height: auto;
    padding: 50px;
}

.awrad_menu {
    padding-top: 55px;
    text-align: center;
    /* padding: 6px 0px 6px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.awrad_icon {
    color: #fff;
    font-size: 35px;
    border: 2px solid white;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding: 10px 10px 10px 10px;

}

.text_head h2 {
    color: #fff;
    margin-top: 15px;
    font-size: 2.5rem;
}

.win_awrad h2 {
    color: #fff;
    font-weight: 80;
    font-size: 20px;
}

/*About sections end*/
/*styler sections start*/

.styler_sections_wrpper {
    margin-top: 50px;
    text-align: center;
}

.styler_head h1 {
    font-weight: 600;
    font-size: 35px;
}

/* == team_main_wrapper Css Start ==*/
.team_main_wrapper {
    margin-top: 50px;
}

.team_main_wrapper .client_image {
    position: relative;
}

.team_main_wrapper .client_image ul {
    position: absolute;
    top: 211px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s all;
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
    padding: 10px 10px;
}

.team_main_wrapper .port:hover ul {
    visibility: visible;
    opacity: 2;

}

.team_main_wrapper .client_details h4 {
    color: #334D88;
    font-weight: 700;
    margin: 0 0 15px;
}

.team_main_wrapper .client_details p {
    color: #8090b5;
}

.client_image a {
    color: #fff;
    font-size: 22px;
}

.client_image img:hover {
    opacity: 0.5;
}

.client_image li {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 4px 7px 4px 7px;
    background-color: black;
}

/* == team_main_wrapper Css End ==*/
/*styler sections end*/
/* our service sections start*/
.Our_service_sections {
    margin-top: 55px;
    text-align: center;

}

.Our_service_sections h1 {
    font-weight: 600;
    font-size: 35px;

}

.our_serivce_wrpper {
    margin: 0;
    background-image: url(../images/Service-1.jpg);
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.our_serivce_wrpper1 {
    background-image: url(../images/Service-2.jpg);
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.our_serivce_wrpper2 {
    background-image: url(../images/Service-3.jpg);
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.our_serivce_wrpper3 {
    background-image: url(../images/Service-4.jpg);
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.Our_service_sections .container-fluid {
    padding-left: 0;
}

.our_ser_head h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

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

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

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

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

#RAD {
    padding: 10px 15px;
    background-color: black;
    cursor: pointer;
    border: none;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 1.3s all;
}

#RAD span {
    font-size: 0.8rem;
    color: #fff;
    pointer-events: none;

}

#RAD:hover {
    background-color: #de968d;

}

/* our service sections end*/
/* carousel start*/
.service_section .our_clint {
    text-align: center;
    padding-top: 50px;
    font-weight: 600;
}


.service_section .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.service_section .owl-nav button.owl-prev {
    left: 0;
}

.service_section .owl-nav button.owl-next {
    right: 0;
}

.service_section .owl-dots {
    text-align: center;
    padding-top: 15px;

}

.service_section .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.service_section .owl-dots button.owl-dot.active {
    background-color: #000;
}

.service_section .owl-dots button.owl-dot:focus {
    outline: none;
}

.service_section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.service_section .owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_section .owl-nav button:focus {
    outline: none;
}

.service_section .item_text {
    border: 1px solid black;
    margin-top: 21px;
    width: 750px;
    background-color: #f4f5f7;
    border: none;
    padding: 50px;
    margin-bottom: 20px;
}

.service_section .item_text p {
    text-align: justify;
    margin-top: 15px;
    margin-left: 25px;
    padding-right: 50px;
    color: #000;
    font-weight: 300;
}

.service_section .owl-carousel .owl-item img {
    border-radius: 50%;
    width: 100px;
    object-fit: cover;
    float: left;
    margin-left: 45px;
}

.service_section .items_text {
    position: relative;
    left: 23px;
    top: 20px;
    font-weight: 300;
}


/* carousel end*/
.booking_now {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    margin-top: 70px;
}

.booking_form {
    text-align: end;
    padding-right: 185PX;
    padding-top: 70px;
}

.booking_form {
    position: relative;
}

.booking_now1 .form-control:focus {
    color: #495057;
    background: transparent;
    border-color: red;
    outline: 0;
    box-shadow: 0 0 0 0;

}

.booking_form h1::after {
    font-size: 45PX;
    font-family: serif;
    content: '';
    position: absolute;
    right: 480px;
    ;
    top: 130px;
    border-bottom: 3px solid black;
    width: 50px;

}

.booking_now1 .form-control {
    border: none;
    border-bottom: 1px solid #333;
    background: transparent;
}

.sub_btn5 {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    background: black;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 0 14px black;
    margin-left: 110px;
}

.sub_btn6 {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    background: black;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 0 14px black;
    margin: 5px;
}


.sub_btn5:hover {
    -webkit-box-shadow: 0 0 5px #de968d;
    box-shadow: 0 0 10px #de968d;
}

/* imges sections start*/
.sections_images_wappaer .container-fluid {
    padding-left: 0;
}

.sections_images_wappaer {}

.pic_sectionns:hover {
    background-color: #fb7e52;
    color: #fff !important;
    transition: 0.5s all;
    cursor: pointer;
}

.pic_sectionns:hover {
    -ms-transform: scale(0.8);
    /* IE 9 */
    -webkit-transform: scale(2.1);
    /* Safari 3-8 */
    transform: scale(0.8);
    box-shadow: 2px 5px 4px 4px gray;
}

.pic_sectionns2 {
    transition: 0.5s all;
    overflow: hidden;
    cursor: pointer;
}

.pic_sectionns2:hover {
    overflow-y: hidden;
    display: block;
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(2.1);
    box-shadow: 2px 5px 4px 4px gray;
}

/* imges sections start*/

/*our splender background start*/
.sections_splender {
    background-image: url(../images/bg_our-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    margin-top: 50px;
    position: relative;
    background-attachment: fixed;
    width: 100%;
}

.sections_splender::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 750px;
    background-color: rgba(0, 0, 0, 0.5);
}

.icon_info_name {
    position: absolute;
    top: 200px;
    left: 55;
}

.our_splender {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
    position: relative;

}

.our_splender h1 {
    color: #ccc;
    font-weight: 600;
    font-size: 55px;
    /* padding-right: 167px; */
    padding: 0 332px;
    text-align: center;
}

/*our splender background end*/

/*form map start*/

.map {
    padding-top: 50px;
    position: relative;

}

.time_table {
    width: 350px;
    height: 350px;
    background-color: rgb(43, 41, 41);
    position: absolute;
    top: 200px;
    left: 65px;

}

.form {
    padding-left: 65px;
    padding-top: 45px;

}

.form h1 {
    position: relative;
    font-weight: 600;
    font-size: 21px;
    color: #fff;

}

.form i {
    color: #fff;
    position: absolute;
    right: 50px;
    top: 5px;
}

ul.info.mt-3 {
    padding: 0px;
}

.item22 {
    font-size: 25px;
    color: #fff;
    font-weight: 200;
    font-weight: 600;


}

.contact {
    text-align: start;
    position: relative;


}

.contact ul {
    padding-left: 0px;
}

/*footer start*/
.footer_sections {
    background-color: black;
    height: 450px;
    /* margin-top: 180px; */
}

.footer_main_wrapper {
    padding-top: 70px;

}

.footer_main_wrapper h3 {
    color: #fff;
    font-weight: 50;
    font-family: sans-serif;
    position: relative;
}

.footer_main_wrapper h3::after {
    position: absolute;
    content: '';
    top: 50px;
    left: 0;
    border: 2px solid #fff;
    width: 30px;

}

.text_of_about {
    padding-top: 50px;
}

.text_of_about p {
    color: #fff;
    font-weight: 100;
    line-height: 1.5;
    font-size: 12px;
}

.about_icon_get_more {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    background-color: #fff;
    padding: 8px 8px;
    float: left;
    margin: 3px;
}

.about_icon_get_more i {
    background-color: #fff;
}

.contact_info_wrapper {
    padding-top: 75px;

}

.contact_info_wrapper h3 {
    color: #fff;
    font-weight: 50;
    font-family: sans-serif;
    position: relative;
}

.contact_info_wrapper h3::after {
    position: absolute;
    content: '';
    top: 50px;
    left: 0;
    border: 2px solid #fff;
    width: 30px;
}

.time_info_wrapper {
    padding-top: 50px;
}

.time_get_info {
    list-style: none;
    color: #fff;
    padding: 0px;
    line-height: 1.5;
    font-size: 12px;
}

.timing {
    font-size: 12px;
    color: #fff;
}

.wacth {
    font-size: 12px;
    margin: 5px;
    color: #fff;
}

/* footer */
.main-footer {
    position: relative;
    padding: 110px 0px 0px;
    background-color: black;
    background-repeat: repeat-x;
    background-position: right bottom;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 60px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    margin-top: 25px;
    text-transform: capitalize;
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width: 210px;
}

.main-footer .about-widget .text {
    position: relative;
}

.main-footer .about-widget .text p {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.main-footer .about-widget .text p:last-child {
    margin-bottom: 0px;
}

/* Footer List */
.main-footer .footer-list {
    position: relative;
}

.main-footer .footer-list li {
    position: relative;
    margin-bottom: 17px;
}

.main-footer .footer-list li a {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    padding-left: 15px;
}

.main-footer .footer-list li a:hover {
    text-decoration: underline;
    color: #ff6666;
}

.main-footer .footer-list li a:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 0px;
    color: #8a8d91;
    font-weight: 800;
    font-family: 'Font Awesome 5 Free';
}

/*Gallery Widget*/
.main-footer .gallery-widget {
    position: relative;
    max-width: 350px;
}

.main-footer .gallery-widget .images-outer {
    position: relative;
    margin: 0px -3px;
}

.main-footer .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.main-footer .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
}

.main-footer .gallery-widget .image-box img:hover {
    opacity: 0.70;
}

/* Info List */
.main-footer .info-list {
    position: relative;
    list-style: none;
}

.main-footer .info-list li {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 12px;
}

.main-footer .info-widget .social-links {
    position: relative;
    float: left;
    padding: 15px 0px;
}

.main-footer .info-widget .social-links li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.main-footer .info-widget .social-links li:last-child {
    margin-right: 0px;
}

.main-footer .info-widget .social-links li a {
    position: relative;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;

}

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1.1em;
    display: inline-block;
    border-right: 1px solid #8a8d91;
}

.theme_color {
    color: #fff;
}

.main-footer .footer-bottom .footer-nav li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 15px;

}

.main-footer .footer-bottom .footer-nav li a:hover {
    color: #ff6666;
    text-decoration: underline;
}

.copyright {
    color: #fff;
}

.copywrite_text {
    text-align: center;
    color: #fff;
}

/*footer setcions end*/
/* pages serives hero setctions start*/
.ser_hero_sections_wrapper {
    background-image: url(../images/servicebg.jpg);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ser_hero_sections_wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background-color: rgba(0, 0, 0, 0.5);
}

#breadcrumbs {
    padding: 120px 10px 10px 10px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;

}

ul.breadcrumb {
    margin: 0;
    list-style-type: none;
    display: contents;

}

.breadcrumb a {
    color: #f1eded;
    padding: 5px;
    font-size: 15px;
    font-family: Libre Baskerville;
}

.ser_heading_sections_wrapper h1 {
    text-align: center;
    margin-top: 15px;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    font-family: Libre Baskerville;
}

/*body tretment sections start*/
.body_sections_wrppper {
    padding: 110px 10px 10px 10px;
}

.body_sections_head h1 {
    color: black;
    font-weight: 100;
    font-size: 50px;
    font-family: Libre Baskerville;
}

.body_pragrah {
    font-family: Libre Baskerville;
    text-align: start;
}

.body_pra_second p {
    color: #B370B0;
}

.body_images_sections img {
    object-fit: cover;
    width: 100%;
}

.body_sections2_wrpper_head {
    padding-top: 50px;
}

.benifit_sections_wrppper {
    padding-top: 50px;
}

.benifit_sections_wrppper h1 {
    font-weight: 100;
    font-size: 50px;
    font-family: Libre Baskerville;
}

.the_benfit_text p {
    text-align: start;
    color: #b8b6b6;
}

.the_benfit_text {
    padding: 10px 10px;
}

/*body tretment sections end*/
/*How to work sections */
.how_to_work_sections {
    padding: 100px 10px;
    text-align: center;
}

.How_to_work_text h5 {
    color: #B370B0;
}

.How_text_head h1 {
    font-size: 50px;
    font-family: Libre Baskerville;
}

.how_to_work_img_sections {
    bpadding-top: 50px;
    position: relative;
}

.number1 {
    position: absolute;
    top: 7px;
    left: 265px;
    color: #fff;
    border-radius: 100%;
    padding: 20px 20px;
    background-color: #de968d;
}

.how_to_work_img_sections img {
    border-radius: 100px;
}

.footer_sections1 {
    background-color: black;
    height: 450px;
    /*How to work sections end*/
}

/* cosmatics sections start*/
.cosmatics_care_sections {
    background-color: #FAF3EB;
    margin-top: 50px;
}

.cosmatics_head_wrapper {
    text-align: center;
    padding-top: 70px;

}

.main_head_care {
    font-family: cursive;

}

.cosmatics_latest_sections {}

.cosmatics_heading_text h1 {
    font-size: 50px;
    font-family: Libre Baskerville;
}

.Natural_text_head {
    padding-top: 70px;
}

.text_haed_name h4 {
    font-family: Libre Baskerville;
    font-size: 28px;
}

.btn_natural a {
    color: black;
    transition: 1.3s all;
}

.btn_natural a:hover {
    color: #edc698;
}

.main_img_sections {
    padding-top: 36px;
}

.main_img_sections img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.imgs_lates_news img {
    transition: 2.1s all;
}

.imgs_lates_news img:hover {
    cursor: pointer;
    display: block;
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(0.8);
    box-shadow: 2px 5px 4px 4px gray;
}

.comstics_text_pra {
    padding-top: 20px;
    font-family: Libre Baskerville;
}

.pragrah_text_heading h4 {
    padding-top: 20px;
    font-family: Libre Baskerville;
    font-size: 30px;

}

.item_text1 {
    padding-left: 21px;
    padding-top: 25px;
    display: flow-root;
}

/* cosmatics sections end*/

@media (min-width: 1200px) {

    .container {
        max-width: 1400px;
    }
}


/*shop prodcuts start*/

.shop_info_wrapper {
    text-align: center;
    font-family: Libre Baskerville;
    font-weight: 100;
    padding-top: 50px;
}

.card {
    background-color: #FAF3EB;
}

.text-shop-h {
    text-align: center;
    padding-top: 15px;
    font-family: Libre Baskerville;
}

.text-shop-h h6 {
    font-weight: bold;

}

.star {
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.star1 {
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.checked {
    color: orange;

}

.prize_text p {
    text-align: center;
    font-weight: bold;
}

.add_cart {
    display: flex;
    justify-content: center;
    align-items: baseline;

}

.add {
    background-color: #000;
    color: #fff;
    border: none;
}

.add:hover {
    background-color: #de968d;
    border: none;
}

.card-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.card-logo1 img{
height: 200px;
}

.save_discount {
    position: absolute;
    top: 5px;
    left: 10px;
    background-color: black;
    color: #fff;
    text-align: center;
    height: 25px;
    width: 100px;
    border-radius: 12px 100px;
}

.btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: 0.5s all;
    margin-bottom: 10px;
    background-color: black;
    font-weight: 200;
}
.btn-secondary a{
    color: #fff;
}

.btn-secondary:hover {
    background-color: #de968d;
    border: none;
}

.shop_products_info {
    background-color: #FAF3EB;
}

/*shop products end*/

/*BOOKING NOW FORM START*/
.booking_now1 {
    background-image: url(../images/Booking-Bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 730px;
    margin-top: 0px;
}

.booking_form1 {
    display: flex;
    justify-self: center;
    padding-top: 150px;
}

.imgs_lates_news {
    margin-top: 15px;
}

/*bokking new sections end*/

/*blog sections start*/
.bolg_and_text_sections {
    padding-top: 50px;
}

.tag {
    text-align: center;
    padding-top: 10px;
}

.tag_info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tag_info span {
    background-color: #eeeeee;
    border-radius: 100px;
    padding: 2px 5px;
}

.tag_info a span {
    color: black;
    transition: 1.2s all;
}

.tag_info a span:hover {
    background-color: #de968d;
    color: #fff;
}

.bolg_and_text_sections img {
    transition: 1.5s all;

}

.bolg_and_text_sections img:hover {
   
}

.text_blog h3 {
    font-family: serif;
    font-weight: 600;
}

/*blog sectuons end*/
/*hair sections*/
.card-header a {
    color: black;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 600;
}

.card-body {
    background-color: #fff;
    line-height: 1.5;
}

.cosmatics_heading_text h1 {
    font-size: 28px;
    font-weight: 600;
    font-family: sans-serif;
}

.back_bttuon button {
    background-color: #000;
    transition: 1.2s all;
    border: none;

}

.back_bttuon button:hover {
    background-color: #A9A587;
    color: black;
}

.back_bttuon a {
    color: #fff;
}

.back_bttuon a:hover {
    color: black;
}

/*hair sectuons end*/

/*conteact us start*/

.contact_section{
    /* background-image: url(../images/2252552.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 730px;
}


.contact_bg {
    background-color: #000;
    border-radius: 8px;
    padding: 50px;
}

.contact__title {
    color: var(--text-white);
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-align: left;
}

.form-control {
    border-color: 1px solid gray;
    background: transparent;
    border-radius: 8px;
    padding: 15px;
}


.contact_btn {
    margin-top: 10px;
    background-color: hsl(14, 98%, 50%);
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    color: #fff
}

.form-control:focus {
    background: none;
}
.contact_btton button{
    background-color: hsl(14, 98%, 50%);;
    text-align: end;
    border-radius: 50px;
    transition: 1.5s all;
    border: none;
}

.contact_btton a{
    color: black;
}
/* add cart start*/
.float_aling{
    position: relative;
}
.float_aling h5::after{
    position: absolute;
    content: '';
    left: 85px;
    top: 10px;
    width: 50px;
    height: 2px;
    border-bottom: 1px solid black;
}
.descriptions{
    margin-top: 75px;
}
.descriptions h5{
    font-weight: 600;
}
.descriptions h6{
    padding-top: 2px;
    font-size: 18px;
    font-weight: 200;
}
.box{
    background-color: rgb(63, 59, 59);
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.box p{
    color: #fff;
    padding: 10px 2px;
}
.capcity p{
    margin-bottom: 0rem;
}

/* inrement */

 


  
  /* a:link, a:visited {
    transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s;
  } */

  .quantity {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 0;
  }
  .quantity__minus,
  .quantity__plus {
    display: block;
    width: 22px;
    height: 23px;
    margin: 0;
    background: #dee0ee;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
  }
  .quantity__minus:hover,
  .quantity__plus:hover {
    background: #575b71;
    color: #fff;
  } 
  .quantity__minus {
    border-radius: 3px 0 0 3px;
  }
  .quantity__plus {
    border-radius: 0 3px 3px 0;
  }
  .quantity__input {
    width: 32px;
    height: 19px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1;
  }
  .quantity__minus:link,
  .quantity__plus:link {
    color: #8184a1;
  } 
  .quantity__minus:visited,
  .quantity__plus:visited {
    color: #fff;
  }
  
  
  /*incremnt end*/
  .add_cart_btn{
    padding-top: 20px;
    display: flex;
    gap: 15px;
    border: none;
  }
  .add_cart_btn button{
    padding: 13px 96px 9px 85px;
    background-color: black;
    transition: 1.5s all;
    
  }
  .add_cart_btn a{
    color: #fff;
    font-weight: 600;
  }
  .add_cart_btn button:hover{
    background-color: #de968d;
    border: none;
  }
  .deatlis_text_creme{
padding-top: 20px;
  }
  .deatlis_text_creme p{
    text-align: justify;
    font-family: sans-serif;
    font-weight: 200;
  }
  #accordion{
    padding-top: 45px;
  }
  .line_text{
    border-top: 1px solid rgb(95, 93, 93);
    margin-top: 55px;
    padding-top: 20px;
    
  }
  .save_discount1{
        position: absolute;
        top: 12px;
        left: 2px;
        background-color: black;
        color: #fff;
        text-align: center;
        height: 20px;
        width: 74px;
        font-size: 13px;
        border-radius: 12px 100px;
  }

  .card-logo img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  


  .cf:before,
  .cf:after{
      content:"";
      display:table;
  }
   
  .cf:after{
      clear:both;
  }
   
  .cf{
      zoom:1;
  }
  
  #content {
    max-width: 650px;
    margin: 3rem auto;
    text-align: center;
  }
  
  #featured_img img,
  #thumb_img img {
    max-width: 95%;
  }
  
  #thumb_img {
    margin-top:2%;
    img {
      float:left;
      max-width: 15%;
      width: 15%;
      cursor: pointer;
      margin-right:2%;
      border:2px solid #eee;
      box-sizing:border-box;
      
      &.active{
        border:2px solid #cac6b8;
      }
      
      &:last-child{
        margin-right:0;
      }
    }
  }

  /* buy now start */
  .your_cart h3{
    font-family: sans-serif;
    font-weight: 600;
  }
  .cart_head_ing a{
    color: black;
  }
  .cart_head_ing p{
    font-weight: 600;
  }

  .products_payment{
    background-color: #fcf5f4;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    
  }
  .payment_head{
    background-color: #fff;
    display: flex;
    padding-top: 20px;
  }
  .informations_full{
    padding-left: 35px;
    font-family: sans-serif;
    font-weight: 200;
  }
  .informations_full p{
    margin-bottom: 0rem;
  }
  
  .ppp{
    position: relative;
    
  }
  .ppp::after{
    position: absolute;
    content: '';
    left:50px;
    top: 10px;
    width: 50px;
    border: 1px solid black;
  }
  
  .cart_update_info{
    display: flex;
   gap: 50px;
    
  }
  .cart_update_info button{
    padding: 8px 35px 9px 40px;
    background-color: #fff;
    border: none;
    transition: 1.3s all;
  }
  .cart_update_info button:hover{
    background-color:#de968d;
    color: #fff;
    border: none;
  }
   .text-center{
    background-color: #fcf5f4;
    
  }
  .prize_deatils{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .discount_head{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-left:20px;
    padding-right: 20px;
  }
  .process_to_chckeout button{
    background-color: black;
    color: #fff;
    font-family: serif;
    padding: 8px 35px 9px 40px;
   border: none;
    transition: 1.2S all;
  }
  .process_to_chckeout button:hover{
    background-color:#de968d;
    border: none;
    color: #fff;
  }

  /*PAYMENT START*/
  .brnad_name_head{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brnad_name_head h2{
    color:rgb(160, 120, 18);
    padding-top: 55px;
    font-family: serif;
  }
  .three_heading_new ul{
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
  }
  .contact_account{
    display: flex;
    justify-content: space-between;
  }
  .field__input input{
    width: 780px;
    height: 50px;
  }
  .checkbox input{
    width: 15px;
    height: 15px;
  }
  .form_payment_text label{
    padding: 5px;
  }
  .form_payment_text input{
    width: 380px;
    height: 50px;
    
  }
  .address_text_one{
    width: 780px !important;
    height: 50px;
  }
  .form-select{
    padding: 13px 285px 16px 10px;
    margin-left: 12px;
    text-align: justify;
  }
  .prossess_to_pay{
    display: flex;
    justify-content: space-between;
  }
  .prossess_to_pay button{
    background-color: #000;
    color: #fff;
    padding: 10px 18px;
    transition: 1.5s all;
    border: none;
    font-family: serif;
  }
  .prossess_to_pay button:hover{
    background-color: rgb(160, 120, 18);
  }
  .bg_payment_colore{
    background-color:#fafafa;
  }

  .payment_history_total{
    padding-top: 55px;
    display: flex;
  }
  