@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');

* {
    font-family: "jost";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.location p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    align-items: center;
}

.location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #4D4D4D;
}

.location h6 a {
    text-decoration: none;
    font-family: "Jost";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4D4D4D;
}

.menu li a {
    color: rgb(171, 179, 186);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
}

.menu li a:hover {
    color: #ffff;
    cursor: pointer;
}

.menu {
    color: #fff;
    gap: 20px;
}

.menu li a:active,
.menu li a:focus {
    color: #fff;
    text-decoration: none;
}

.keep-active {
    color: #fff;
}

.pagi-nation a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000 !important;
}

.previous {
    background-color: #fff;
    border: 1px solid #4D4D4D;
    ;
    border-radius: 12px;
    padding: 10px 15px;
}

.page-hover:hover {
    background-color: #000;
}

.number {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 15px;
}

.next {
    background-color: #fff;
    border: 1px solid #4D4D4D;
    ;
    border-radius: 12px;
    padding: 10px 15px;
}

.page-hover:hover a {
    color: #fff !important;
}

.hair {
    background-image: linear-gradient(rgb(211 213 239 / 34%), rgb(134 160 239)), url(./image/unsplash_62vi3TG5EDg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hair-solution {
    align-self: center;
    min-height: 695px;
}

.dry-hair {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.dry-hair h1 {
    word-spacing: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    align-items: center;
    color: #0F0F0F;
    text-transform: uppercase;
    align-self: center;
    font-family: 'Jost';
    align-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
}

.dry-hair p {
    min-height: 96px;
    color: #4D4D4D;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.hair-solution img {
    width: 150px;
    height: 100%;
    display: flex;
    margin-left: 30%;
    border-radius: 20px !important;
    transition: width 2s, height 2s;
    object-fit:cover;
}
.hair-solution img:hover{
        width: 300px;
    height: 100%;
}

.shop button {
    width: 161px;
    min-height: 54px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    background: #0F0F0F;
    border: 1px solid #0F0F0F;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
}

.hair-care {
    align-items: center;
}

.hair-care img {
    width: 100%;
}

.hair-care h3 {
    font-family: "Jost";
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
}

.hair-care h6 {
    font-family: "Jost";
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
    color: #4D4D4D;
    margin-top: 20px;
}

.product button {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
    border-radius: 10px;
    padding: 15px 30px;
    margin-top: 30px;
}

.product {
    display: flex;
    justify-content: center;
}

.content {
    min-height: 695px;
    align-items: center;
}

.content h1 {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.content h6 {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #F7F7F7;
    margin-bottom: 40px;
}

.beautiful a {
    border-radius: 10px;
}

.content-shop1 {
    position: relative;
    z-index: 1;
}

.content-shop button {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 161px;
    min-height: 54px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px 20px;
    gap: 8px;
    background: #ffff;
    border: 1px solid #0F0F0F;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
}

.content img {
    background-image: url(./image/annie-spratt-hX_hf2lPpUU-unsplash-removebg-preview\ 3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.our-product h3 {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    margin: 30px 0;
}

.card-1 .card {
    border: transparent;
}

.card-1 .card-body {
    background: #F7F7F7;
}

.card-1 h5 {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.card-1 p {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.card-1 h6 {
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}

.card-1 h6 span {
    color: #4D4D4D;
    text-decoration: line-through;
}

.card-1 button {
    width: 175px;
    height: 41px;
    border: 1px solid #4D4D4D;
    border-radius: 15px;
    color: #4D4D4D;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.like-icon span {
    background-color: white;
    padding: 8px 10px;
    border-radius: 10px;
    float: right;
}

.like-icon p {
    font-family: "Jost";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #F04438;
    float: left;
    padding: 8px 10px;
    border-radius: 15px;
    margin-right: auto;
}



.shampoo {
    background-color: #9ca4dd;
    align-items: center;
    position: relative;
}

.shampoo img {
    width: 100%;
}

.shampoo h1 {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
    color: #F7F7F7;
    margin-bottom: 15px;
}

.shampoo p {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #F7F7F7;
    margin-bottom: 20px;
}

.shampoo span {
    font-family: "jost";
    font-size: 29px;
    font-weight: 700;
    line-height: 32px;
}

.lif {
    position: absolute;
    top: -20%;
    right: -0%;
    transform: rotateX(-180deg);
    overflow: hidden;
    display: flex;
    justify-content: end;
}

.lif img {
    width: 25%;
}

.instagram h3 {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    margin: 60px 0 30px 0px;
}


.last-section {
    width: 100%;
}

.last-section img {
    /*width: 100%;*/
    /*height: 594px;*/
    width: 80%;
    height: 90%;
    object-fit:cover;

}

.last-section-text {
    width: 60%;
    position: relative;
    top: 30%;
    margin-left: auto;
    margin-top: auto;
    margin-right: 20px;
    text-align: right;
    margin-bottom: 80px;
}

.last-section-text h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
}

.girle {
    margin-top: 20px;
}

.last-section-text h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
    color: #F04438;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.last-section-text p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #4D4D4D;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.shampo-card .card {
    border: transparent;
}

.shampo-card .card-body {
    background: #F7F7F7;

}

.shampo-card h5 {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.shampo-card p {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.shampo-card h6 {
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}

.shampo-card h6 span {
    color: #4D4D4D;
    text-decoration: line-through;
}

.shampo-card button {
    width: 175px;
    height: 41px;
    border: 1px solid #4D4D4D;
    border-radius: 15px;
    color: #4D4D4D;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.card img {
    position: relative;
    object-fit:contain;
}

.shampo-card a {
    width: 175px;
    height: 41px;
    border: 1px solid #4D4D4D;
    border-radius: 15px;
    color: #4D4D4D;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding: 10px 17px;
    z-index: 100 !important;
}

.shampo-card a:hover {
    color: black;
}

.like-icon p {
    position: absolute;
    top: 20px;
}

.like-icon span {
    position: absolute;
    right: 15px;
    top: 20px;
}

.last-section-text input {
    background-color: #F7F7F7;
    border: none;
}

.last-section-text textarea {
    background-color: #F7F7F7;
    border: none;
}

.last-section-text button {
    margin-top: 5%;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    width: 100%;
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 5px 0;
}

.last-section-text button:hover {
    background-color: #000000;
    color: #F7F7F7;
}

.ourblog h3 {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 50px;
}


.card-2 .card-body {
    background: #F7F7F7;
}


.card-2 .card-text {
    color: #4D4D4D;
}


.testimonialH1 h1 {
    text-align: center;
    margin-top: 7% !important;
    font-weight: 700;
    font-size: 48px;

}

.personal {
    text-align: center;
    padding: 5%;
}

.personal .card {
    box-shadow: 0px 50px 100px rgba(52, 64, 84, 0.18);
}



.title {
    font-size: 52px;
    font-weight: 700;

}

.breadcrumb {
    justify-content: center;
    text-align: center;
}

.breadcrumb li a {
    text-decoration: none;
    color: #b0abab;
    font-family: "Jost";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.product-title {
    width: 100%;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    min-height: 70px;
}

.product-title select {

    border: none;
    margin-left: 20px;

}

.sortby {

    border-radius: 5px;
    width: 60% !important;
    padding-left: 5px;
    background: #F7F7F7;
}

.filter {
    border-radius: 5px;
    width: 30% !important;
    color: #fff;
    padding: 5px 5px;
    background-color: #000000;
}

.filter span i {
    color: #e2dfdf;
}


/* .carousel-control-prev{
    left: 95%!important;
}

.carousel-control-next{
    right: 95%!important;
} */

.pagination li a {
    color: #00000;
    font-weight: 400;
}

.pagination li a:hover {
    color: #000000;
    font-weight: 400;
}

.pagination .border-redius {
    border: 1px solid black;
    border-radius: 10px;
    margin: 0px 5px;
}


.b1 h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
}

.b2 a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    color: grey;
}

.b2 a.active {
    color: rgb(0, 0, 0);

}

#haunting {
    min-height: 450px !important;
    background: url(./image/aelovera.jpg);
    background-size: cover;
    /*display: flex;*/
    /*align-items: center;*/
    /*text-align: center;*/
        background-repeat: no-repeat;
    background-attachment: fixed;
}

.haun1 h1 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;

}

.haun2 p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.scent {
    background: #F7F7F7;
    border: none;
}

.scenttext {
    color: #4D4D4D;
}


.name {
    font-size: 52px;
    font-weight: 700;
}

.imagesDiv {
    margin-top: 10% !important;
}

.imgMain {
    display: grid;
    grid-template-columns: auto auto;
}

.img {
    margin: 5px;
}

.praDiv {
    margin-top: 5% !important;
    padding-right: 8%;
}

.praDiv h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
}

.testimonialH1 {
    text-align: center;
    margin-top: 7% !important;
}

.personal {
    text-align: center;
    padding: 5%;
}

.personal .card {
    border: transparent;
}

.personal p {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.ourTeamH1 {
    text-align: center;
    margin-top: 1% !important;
}

.ourTeamH1 h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
}

.ourTeamSubDiv {
    text-align: center;
}

.supp h4 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.onlinesupport {
    text-align: center;
    display: flex;
    justify-content: center;
}

.support {
    margin-top: 4% !important;
}

.logoMain {
    background: url("./image/new-img.png");
    background-size: cover;
    color: white;
    height: 70vh;
    background-position: center center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.firt-second {
    display: flex;
    justify-content: center;
    align-items: center;
}



.applyBtn {
    line-height: 30px;
    padding: 5px 50px;
    background-color: #fff;
    border: 2px solid #4D4D4D;
    border-radius: 8px;
    color: #4D4D4D;
}

.fh1 {
    font-weight: 900;
}


.contact h6 {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.contact p {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.contact-option {
    min-height: 500px;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category {
    border: 1px solid transparent;
    justify-content: space-between;
    background-color: #F7F7F7;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
    padding: 10px 15px;
}

.search {
    border: 1px solid #DEDEDE;
    background-color: #ffff;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px 15px;
}

.today h3 {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
}

.today h6 {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.today p {
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.card-2 .card-body {
    background: #F7F7F7;
}


.card-2 .card-text {
    color: #4D4D4D;
}

.women p {
    font-family: "Jost";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #A5A6B6;
}

.women h3 {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
}

.women h6 {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}



.ml {
    display: flex;
    border: 1px solid transparent;
    background-color: #F7F7F7;
    border-radius: 10px;
    gap: 100px;
    padding: 10px 15px;
    font-family: "jost";

}

.pluse {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    margin-right: 10px;
    font-family: "jost";
    font-weight: 400;
    font-size: 20px;
}

.qty {
    font-family: "Jost";
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
}

.quantity {
    min-height: 80px;
    align-items: center;
    font-family: "jost";
    font-weight: 400;
    font-size: 20px;
    flex-direction: row;
}

.department h6 {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.similar {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

.write {
    font-family: "Jost";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
}

.wade {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.global h3 {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
}

.global h1 {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
}

.global h6 {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}


.bar-5 {
    width: 75%;
    height: 18px;
    border-radius: 50px;
    background-color: #000;
}

.bar-4 {
    width: 16%;
    height: 18px;
    border-radius: 50px;
    background-color: #000;
}

.bar-3 {
    width: 10%;
    height: 18px;
    border-radius: 50px;
    background-color: #000;
}

.bar-2 {
    width: 3%;
    height: 18px;
    border-radius: 50px;
    background-color: #000;
}

.bar-1 {
    width: 7%;
    height: 18px;
    border-radius: 50px;
    background-color: #000;
}


.side {
    width: 5%;
    margin-top: 10px;
    justify-content: flex-start;
    display: flex;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%;
    border: 1px solid transparent;
    justify-content: flex-start;
}


.right {
    text-align: right;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 50px;
}



.card-wrapper {
    display: flex;
}


.carousel-inner {
    padding: 1em;
    gap: 10px;
}

.beautiful h4 {
    font-family: "jost";
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
}

.beautiful p {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.nav-pills a {
    color: #A8A8A8;
    text-decoration: none;
    padding: 5px 30px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */

    text-align: center;
}

.nav-pills .active a {
    color: #000;
}

.nav-pills a:active,
.nav-pills a:focus {
    color: black;
    text-decoration: none;
}

.nav-pills a:hover {
    color: black;
    text-decoration: none;
}

.dri h1 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.dri {
    margin-bottom: 30px;
}


/* my cart */


#carty {
    clear: both;
    background: #E6E6E6;
    background-size: cover;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.carty1 {
    border-radius: 10px;
    /* color: #000; */
    background-size: cover;
    font-weight: 700;
    position: relative;
}

.cross {
    float: end;
    font-size: 14px;
    position: absolute;
    right: 13px;
}

.carty2 {
    height: 400px;
    border-radius: 10px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.warcarty {
    row-gap: 20px;
}

.cartytext {
    font-weight: 400;
    color: #4D4D4D;
    font-size: 16px;
}

.carty1text {
    color: #000;
    font-weight: 700;
}

.fgh img {
    background-size: cover;
}

.travel {
    padding-left: 30px;
}

.left-button {
    margin-left: -200px;
}

.right-button {
    margin-right: -200px;
}



/* find sloon */
.findLocation {
    padding-top: 54px;
    background-color: #EDEAE5;
    padding-bottom: 54px;
}

.findsloon {
    background-color: #fff;
    padding: 50px;
}


.findLocation p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #4D4D4D;
    text-align: center;
    margin-top: 30px;
}

.findsloon h3 {

    font-family: "Jost";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

.findsloon span {
    font-family: "Jost";
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}


.internationl h6 {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 30px;
}

.country {
    /* display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 30px;
}

.country-selctor {
    /* width: 390px;
height: 54px; */
    padding: 12px 20px;
    background: #F7F7F7;
    border: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
}

.country-selctor:focus {
    outline: none;
}

.email-input {
    padding: 12px 20px !important;
}

.internationl-search button {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Jost';
    font-style: normal;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffff;
    background: #0F0F0F;
}

/* 
    .search-input {
        left: 420px;
        top: 61px;
        border-radius: 10px;
        padding: 12px 20px 12px 20px;
    } */
/* 
.search-check {
    position: absolute;
    top: 10%;

}

.location-search {
    gap: 12px;
}

.stay-touch {
    margin-top: 54px;
}  */


/* find salone page */

.find2 h1 {
    font-family: "Jost";
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 12px;
}

.find2 a {
    text-decoration: none;
    font-family: "Jost";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 30px;
    
} 


/* dropdown */


/* .dropdown {
    display: inline-block;
    position: relative;
    
}

.dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 20px;

}

.dd-button:after {
    content: '';
    position: absolute;
    top: 37%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;

}

.dd-input {
    display: none;
    margin: 2px 0 500px 0;

}

.toogle-bar {
    position: absolute;
    top: 100%;
    padding: 0;
    list-style-type: none;
}

.abc input {
    width: 16px;
}

.toogle-bar input::placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #CDCDCD;
}

.dd-input+.toogle-bar {
    display: none;
}

.dd-input:checked+.toogle-bar {
    display: block;
}

.toogle-bar li {
    cursor: pointer;
    white-space: nowrap;
}

.toogle-bar li:hover {
    background-color: #ffff;
}

.toogle-bar li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.toogle-bar li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}


.check-now input {
    width: 16px;
    height: 16px;
}

.check-now {
    gap: 32px;
}

.check-now label span{
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

 .dropdown input[type=checkbox] {
    accent-color: #282D2626;
    border-radius: 4px;
}


.km {
font-family: "Jost";
font-size: 20px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
}

.country-select-now {
    background-color: white;
}

.richardson {
    position: relative;
}

.somewhere-now {
    position: absolute;
    top: 7%;
    left: 80%;
}

.somewhere {
    position: absolute;
    bottom: 7%;
    left: 65%;
}

.somewhere a {
    font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #4D4D4D;
}

.store {
    font-family: 'Jost';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
}

.store span {
    font-weight: 500;
font-size: 24px;
line-height: 32px;
color: #4D4D4D;
}

.dr {
    font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #4D4D4D;
}

.guelph h5{
font-family: "Jost";
font-size: 20px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
} */


.dropdown__ {
    position: relative;
    cursor: pointer;
    min-width: max-content;
    max-width: 100%;
    margin-right: 50px;
}


.dropdown__ .head {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
    color: #212428;
    border: none;
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.dropdown__list__ {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100%;
    max-width: max-content;
    z-index: 9999;
    top: calc(100% + 10px);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 3px rgb(107 118 123 / 30%);
    transition: all 0.5s ease;
}

.dropdown__link__ {
    display: flex;
    width: 100%;
    padding: 5px 10px;
    text-decoration: none;
    color: #FFF;
}

.dropdown__item__ {
    width: 100%;
    padding: 5px 10px;
    text-decoration: none;
    list-style: none;
}

.dropdown__item__  input {
    left: 0px;
    top: 0px;
    border-radius: 10px;
    padding: 12px 20px 12px 20px;
    border: 1px solid #DEDEDE;
    margin-bottom: 20px;
    /* padding-top: 20px; */
}

 .another button {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Jost';
    font-style: normal;
    text-align: center;
    padding: 12px 20px;
    border-radius: 10px;
    color: #ffff;
    background: #0F0F0F;
    border: transparent;
    margin-bottom: 128px;
} 

/* pyment */

.method{
    font-family: 'Jost', sans-serif !important;
  }
  
  .abc{
    background: #E6E6E6;
  }
  
  .visa{
    border: 2px;
    border-radius: 15px;
    background-color: #FFFFFF;
    position: relative;
  }
  
  .delet-fafa {
   position: absolute;
   top: 35%;
   left: 95%;
  }
  
  .calnedar {
    position: relative;
  }
  
  .calender-fafa {
    position: absolute;
    top: 18%;
    left: 45%;
  }
  
  .card{
    margin-bottom: 100px;
  }
  
  .add1{
    margin-top: 10px;
  }
  
  .add{
    border: 1px solid #282D26;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .visaimg{
    height: 80px;
  }
  
  .bell{
    padding: 10px;
  }


  .main{
    font-weight: bold;
    color: black;
    font-size: 50px;
    text-align: center;
   padding-top: 40px;

  }
  .breadcrumb-item .a1{
    font-size:10px;
    text-decoration: none!important;
    color: gray;

  }
  .breadcrumb-item .a3{
    font-size:10px;
    text-decoration: none!important;
    color: gray;

  }
  .breadcrumb-item .a2{
    font-size: 10px;
  }
 
  .btnhome{
    background-color: black;
    color: white;
    font-size: x-small;
  }
  .first p{
    color: gray;
  }
  
 .rounded{
  font-family: 'Jost';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #4D4D4D;
}
  .btnaddress{
    background-color: black;
    color: white;
    font-size: 20px;
    border-radius: 5px;
  
  }
  .naddress{
    padding-top: 50px;
  }
  .breadcrumb-item {
    margin-left: 0!important;
  }
  .breadcrumb-item .a2{
    font-size:20px;
   text-decoration: solid;
    color:black;

  }
  .btnsave{
    margin: 0;
  }
  .lastbtn{
    background-color: #0F0F0F;
    color: #F7F7F7;
    border-radius: 10px;
    width: 100%;
   
  }
  .conbtn{
    padding-bottom: 20px;
  }
  .card-i{
    height: 90px;
    width:90px;
  }
  

  /* summarry */

  .btnhome{
    background-color: black;
    color: white;
    font-size: x-small;
  }
  .first p{
    color: gray;
  }
  

  .btnaddress{
    background-color: black;
    color: white;
    font-size: 20px;
    border-radius: 5px;
  
  }
  .naddress{
    padding-top: 50px;
  }
  .breadcrumb-item {
    margin-left: 0!important;
  }
  .breadcrumb-item .a2{
    font-size:20px;
   text-decoration: solid;
    color:black;

  }
  .btnsave{
    margin: 0;
  }
  .lastbtn{
    background-color: #0F0F0F;
    color: #F7F7F7;
    border-radius: 10px;
    width: 100%;
   
  }
  .mainn{
    background-color: #FFFFFF;
  }
  .conbtn{
    padding-bottom: 20px;
  }
  .rounded{
    font-family: 'Jost';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #4D4D4D;
  }
  .card-i{
    height: 90px;
    width:90px;
  }

  @media screen and (max-width: 768px) {
    .t1{
      display: flex!important;
    }
      #haunting {
    min-height: 160px !important;
}
.col-sm-4.supp img {
    height: auto !important;
    width: 100%;
    padding: 10px;
}
    img.img-fluiddddd {
    height: 500px !important;
    width: 100% !important;
    padding: 12px;
}
.d-flex.justify-content-center {
    padding: 10px;
}

.carty1 img {
    width: 100%;
    height: auto !important;
}
  }


  @media screen and (max-width: 1200px) {
    .add{
      width: 150px;
      margin-top: 30px;
    } 
  }
  
  @media screen and (min-width: 1000px) {
    .add{
      width: 150px;
      margin-top: 30px;
      margin-left: -20px;
      margin-top: 15px !important;
    }
  }
  
  @media screen and (min-width: 768px) {
    .t1{
      display: flex!important;
    }
    .add1{
      font-size: 15px !important;
      margin-top: 27px !important;
    }
    .add{
      font-size: 10px !important;
      width: 130px !important;
      margin-left: -30px;
      margin-top: 20px !important;
    }
    .visaimg{
      width: 180px !important;
      height: 125px !important;
    }
    .red{
      width: 200px !important;
      height: 125px !important;
      padding-left: 20px !important;
    }
    .blue{
      width: 180px !important; 
      height: 130px !important;
      padding-top: 20px !important; 
    }
    .pay{
      width: 200px !important;
      height: 130px !important;
      padding-top: 20px !important;
      padding-left: 20px !important;
    }
  }
  
  @media screen and (min-width: 600px) {
    .add1{
      margin-top: 20px !important;
    }
  }
  
  @media screen and (min-width: 500px) {
    .t1{
      display: flex!important;
      flex-direction: column!important;
    }
    .add1{
      font-size: 15px !important;
      margin-top: 27px !important;
    }
    .add{
      font-size: 12px !important;
      width: 150px !important;
      margin-left: -50px !important;
      margin-top: 20px !important;
      padding: 5px !important;
    }
    .a2{
      text-align: center;
    }
    .CARD1{
      text-align: center;
    }
  }
  
  @media (max-width:476px) {
    .credit {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .visaimg{
      width: 225px !important;
      height: 125px !important;
      padding-left: 40px !important;
    }
    .red{
      width: 200px !important;
      height: 125px !important;
      padding-left: 20px !important;
    }
    .blue{
      width: 225px !important; 
      height: 130px !important;
      padding-top: 20px !important; 
      padding-left: 40px !important;
    }
    .pay{
      width: 200px !important;
      height: 130px !important;
      padding-top: 20px !important;
      padding-left: 20px !important;
    }
    .add1{
      font-size: 15px !important;
      margin-top: 27px !important;
    }
    .add{
      font-size: 12px !important;
      width: 150px !important;
      margin-left: -50px !important;
      margin-top: 20px !important;
      padding: 5px !important;
    }
    .a2{
      text-align: center;
    }
    .CARD1{
      text-align: center;
    }
  }
  
  @media (max-width:454px) {
    .payment-image {
      text-align: center;
    }
    .blue {
      padding-left: 3px !important;
      width: 250px !important;
    }
    .red {
      padding-top: 20px !important;
      width: 50% !important;
    }
    .blue{
      width: 190px !important;
    }
    .pay{
      width: 50% !important;
    }
  }
  
  @media (max-width:360px) {
    .add1{
      font-size: 2px !important;
    }
    .add123{
      font-size: 7px !important;
      padding-top: 0px !important;
    }
  }
  
  @media (max-width:300px) {

    .visaimg{
      width: 225px !important;
      height: 125px !important;
      padding-left: 40px !important;
    }
    .red{
      width: 200px !important;
      height: 125px !important;
      padding-left: 20px !important;
    }
    .blue{
      width: 225px !important; 
      height: 130px !important;
      padding-top: 20px !important; 
      padding-left: 40px !important;
    }
    .pay{
      width: 200px !important;
      height: 130px !important;
      padding-top: 20px !important;
      padding-left: 20px !important;
    }
    .add1{
      font-size: 15px !important;
      margin-top: 27px !important;
    }
    .add{
      font-size: 12px !important;
      width: 150px !important;
      margin-left: -50px !important;
      margin-top: 20px !important;
      padding: 5px !important;
    }
    .a2{
      text-align: center;
    }
    .CARD1{
      text-align: center;
    }
  }


@media (max-width: 1200px) {
    .proceed {
        font-size: 9px;
    }


}

@media (max-width: 1140px) {

    .proceed {
        font-size: 8px;
    }

    .summery {
        font-size: 14px;

    }

    .subtotal {
        border-radius: 10px;
        color: #000;
        font-size: 15px;
        font-weight: 600;
    }

}

@media (max-width: 1074px) {
    .left-button {
        margin-left: -150px;
    }

    .right-button {
        margin-right: -150px;
    }
}

@media (max-width: 792px) {
    .left-button {
        margin-left: -100px;
    }

    .right-button {
        margin-right: -100px;
    }
}

@media (max-width: 590px) {
    .left-button {
        margin-left: -50px;
    }

    .right-button {
        margin-right: -50px;
    }
}

@media (max-width: 470px) {
    .left-button {
        margin-left: -30px;
    }

    .right-button {
        margin-right: -50px;
    }

    .findsloon h3 {
        font-size: 38px !important;
        line-height: 48px;
    }

    .findsloon span {
        font-size: 38px;
        line-height: 48px;
    }
}



@media (max-width: 768px) {

    .proceed {
        font-size: 12px;
    }

    .summery {
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
    }

    .warcarty {
        margin: 0 0px;
    }

    .carty2 {
        margin: 0 0px;
    }

    .phomotext {
        font-size: 14px;
        font-weight: 700;
    }

    .carty1 img {
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 540px) {
    .comcom {
        font-size: 19px;
    }

    .phomotext {
        font-size: 13px;
        font-weight: 700;
    }

    .carty2text {
        font-size: 15px;
        font-weight: 700;
    }

    .carty1text {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .cartytext {
        font-size: 14px;
        font-weight: 700;
    }

    .carty1 img {
         width: 199px;
        /* margin-left: 53px; */
        padding-left: 89px;
        height: auto;
    }
    
}

@media (max-width: 450px) {

    /* .carty1 img{
        width: 190px;
        height: 190px;
       display: block;
       margin-left: auto;
       margin-right: auto;
    } */

    .details {
        float: left;
        /* display: flex; */
        /* justify-items: center; */

    }

}

/* 360 */
@media (max-width: 360px) {
    .comcom {
        font-size: 13px;
    }
}




/* adrees */

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;

}

.lennert h1 {
    font-family: "jost";
    font-weight: bold;
    color: black;
    font-size: 50px;
    text-align: center;
    padding-top: 40px;

}

.my .a1 {
    font-size: 16px;
    text-decoration: none !important;
    color: gray;
    font-weight: 700;
}

.my .a3 {
    font-size: 16px;
    text-decoration: none !important;
    color: black;

}

.my .a2 {
    font-size: 16px;
    color: gray;
}

.btnhome {
    background-color: black;
    color: white;
    font-size: x-small;
}

.first p {
    color: gray;
}


.btnaddress {
    background-color: black;
    color: white;
    font-size: 20px;
    border-radius: 5px;

}

.travel {
    background-color: #FFFFFF;
}


.naddress {
    padding-top: 50px;
}

.my {
    margin-left: 0 !important;
}

.my .a2 {
    font-size: 20px;
    text-decoration: solid;
    color: black;

}

.btnsave {
    margin: 0;
}

.lastbtn {
    background-color: #0F0F0F;
    color: #F7F7F7;
    border-radius: 10px;
    width: 100%;

}

.conbtn {
    padding-bottom: 20px;
}

.card-i {
    height: 90px;
    width: 90px;
}

.trio {
    width: 10px;
    border: none !important;
}

/* login */

.login h1 {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
}

.login {
    min-height: 400px;
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #ffff;
}

.password-container {
    width: 100%;
    position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
    width: 100%;
    /* padding: 12px 36px 12px 12px; */
    box-sizing: border-box;
}

.fa-eye-slash {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: #000;
}

.login input {
    background-color: #E6E6E6;
}

.bg-dark-color {
    background-color: #E6E6E6;
}

.login-id h6 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-id p {
    font-size: 16px;
}

img.img-fluiddddd{
    object-fit:contain;
    /*object-position: 35%;*/
}

img.img-fluid.prod{
    object-fit:contain
}

@media screen and (max-width:1200px) {
    .last-section-text {
        min-width: 70%;
        top: 20%;
    }

    .img-2 {
        gap: 10px;
    }

    .img-3 {
        gap: 5px;
    }
}

@media screen and (max-width:12px) {}

@media screen and (max-width:576px) {
    .moisture {
        display: none;
    }

    .like-icon p {
        padding: 10px 10px;
        font-size: 10px;
    }

    .like-icon span {
        padding: 6px 9px;
    }

    .travel {
        text-align: center;
    }
}

@media screen and (max-width:576px) {
    .haun1 h1 {
        font-size: 40px;
        line-height: 62px;
    }

    .haun2 p {
        font-size: 14px;
        line-height: 23px;
    }
}

@media screen and (max-width:465px) {
    .Jones {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .ourTeamSubDiv {
        margin-right: auto;
        margin-left: auto;
    }

    .holiday {
        display: none;
    }

    .favorite {
        margin-left: auto;
        margin-right: auto;
    }
}


#payment {
    color: #0F0F0F;
    background-color: #CDCDCD;
    background-size: cover;
}

.history1 {
    margin-right: 20px;
}

.history .btn {
    width: 300px;
}

@media (max-width: 767px) {
    .login h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px !important;
}
.hair {
    background-size: 100% 100% !important;
}
.hair-solution img {
    width: 100% !important;
    height: auto !important;
}
    .paymenttext {
        font-size: 15px;
    }

    .history1 {
        margin-right: 0px;
    }

    .history .btn {
        width: 300px;
    }

    .history2 {
        margin-top: 10px;
    }

    .naddress {
        text-align: center;
    }

}

@media (max-width: 540px) {
    .paymenttext {
        font-size: 13px;
    }

    .history1 {
        margin-right: 0px;
    }

    .history .btn {
        width: 250px;
    }

}


@media (max-width: 450px) {
    .paymenttext {
        font-size: 10px;
    }

    .history .btn {
        width: 200px;
    }

}





@media screen and (max-width:1412px) {
    .img-1 {
        width: 200px;
    }

}


@media screen and (max-width:328px) {
    .ourblog h3 {
        font-size: 38px;
    }
}

@media screen and (max-width:1028px) {
    .last-section-text {
        min-width: 70%;
        top: 20%;

    }

    .last-section-text h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .last-section-text p {
        line-height: 24px;
    }

}

@media screen and (max-width:1000px) {

    .img-1 {
        width: 150px;
    }

}

@media screen and (max-width:992px) {
    .contact {
        margin-bottom: 20px;
    }

    .dd-button:after {
        right: 1px;
    }

}


@media screen and (max-width:991px) {
    .bre-img {
        display: flex;
        justify-content: center;
    }

    .women p {
        text-align: center;
        margin-top: 70px;
        line-height: 40px;
        font-size: 30px;
    }

    .women h3 {
        text-align: center;
    }

    .women h5 {
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .women h6 {
        text-align: center;
    }

    .quantity {
        justify-content: center;
    }

    .cart button {
        margin-left: auto;
        margin-right: auto;
    }

    .option {
        text-align: center;
    }

    .postal-code button {
        margin-left: auto;
        margin-right: auto;
    }
}



@media screen and (max-width:418px) {
    .b1 {
        font-size: 50px;
    }

    .contact p {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    .last-section-text {
        min-width: 70%;
        top: 5%;

    }

    .last-section-text {

        margin: auto;
        margin-bottom: 30px;
        text-align: right;
    }

}

@media screen and (min-width:767px) {
    .first-section-text {
        padding-right: 40%;
        padding-left: 10%;
    }
}

@media screen and (max-width:767px) {
    .first-section-text {
        padding-right: 20%;
        padding-left: 20%;
    }
}

@media screen and (max-width:769px) {
    .away {
        display: none;
    }

}

@media screen and (max-width:698px) {

    .img-1 {
        width: 100px;
    }

}

@media screen and (max-width:568px) {
    .last-section img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:576px) {
    .women h5 {
        flex-direction: column;
    }

    .rating {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .women h6 {
        text-align: center;
    }

    .quantity {
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .cart {
        flex-direction: column;
    }

    .postal-code {
        flex-direction: column;
    }

    .postal-code input {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:496px) {

    .img-2 {
        flex-direction: column;
    }

    .img-3 {
        flex-direction: column;
        gap: 30px;
    }

    .img-1 {
        margin-right: auto;
        margin-left: auto;
        gap: 30px;
    }

    .women h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:430px) {
    .last-section p {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:400px) {
    .dri h1 {
        font-size: 28px !important;
    }
}


@media screen and (max-width:288px) {
    .last-section p {
        margin-bottom: 100px;
    }
}

@media (max-width: 344px) {
    .delay {
        font-size: 50px;
    }
}

@media (max-width: 250px) {
    .card123 {
        width: 250px !important;
    }

}


@media (max-width: 890px) {
    .email {
        font-size: 10px;
    }

}

.footer {
    background: #0F0F0F;
}

.footer img {
    width: 20%;
    margin-bottom: 15px;
    border-radius: 50%;
}

.footer-p1 {
    text-align: left;
    color: white;
}

.social-media a {
    background-color: rgba(243, 241, 241, 0.2);
    border-radius: 10px;
    padding: 10px 12px;
    margin: 5px 5px;
    color: #F7F7F7;
}

.social-media i {
    font-size: 20px;
}

.footer-titles {
    color: white;
}

.footer-list ul li {
    list-style: none;

}

.footer-list ul li a,
.footer-p2,
.footer-copyright,
.footer-copyright a {
    text-decoration: none;
    color: #fff;
}

.adress-icon i {
    color: #e2dfdf;
    margin-right: 5px;
}


/* .content-shop1 :before {
    content: "";
    display: block;
    width: 39%;
    height: 1px;
    background: #A8A8A8;
    margin-right: 80.5px;
    top: 25%;
    right: calc(50%);
    position: absolute;
}

.content-shop1 :after {
    content: "";
    display: block;
    width: 39%;
    height: 1px;
    background: #A8A8A8;
    margin-left: 80.5px;
    left: 50%;
    top: 25%;
    position: absolute;
} */

@media screen and (max-width:998px) {
    .social-media a {


        padding: 5px 5px;
        margin: 5px 5px;
        color: #F7F7F7;
    }


}







@media only screen and (max-width: 1864px) {
    .content img {
        width: 100%;
    }
}


@media only screen and (max-width: 1400px) {
    .dry-hair h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .dry-hair p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1382px) {
    .shampoo h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .shampoo p {
        font-size: 20px;
    }

    .shampoo span {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1082px) {
    .shampoo h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .shampoo p {
        font-size: 15px;
        line-height: 20px;
    }

    .shampoo span {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .dry-hair h1 {
        font-size: 40px;
    }

    .dry-hair p {
        font-size: 18px;
    }

    .hair-solution img {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 1063px) {
    .hair-care h3 {
        font-size: 40px;
        line-height: 60px;
    }

    .hair-care h6 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0em;
    }

    .product button {
        font-size: 15px;
        padding: 10px 25px;
        margin-top: 20px;
    }
}

@media (max-width: 1140px) {
    .haun1 {
        font-family: 'Jost';
        font-weight: 200;
        font-size: 35px;
    }

    .haun2 {
        font-size: 10px;
    }

    .c1 {
        font-size: 22px;
    }

    .c2 {
        font-size: 22px;
    }

    .scenttext {
        font-size: 13px;
    }

    .scentread {
        font-size: 13px;
    }



}

@media only screen and (max-width: 440px) {
    .dri h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 822px) {
    .shampoo h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .shampoo p {
        font-size: 10px;
        line-height: 15px;
    }

    .shampoo span {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 960px) {
    .haun1 {
        font-family: 'Jost';
        font-weight: 200;
        font-size: 18px;

    }

    .haun2 {
        font-size: 10px;
    }

    .c1 {
        font-size: 18px;

    }

    .c2 {
        font-size: 18px;
    }

    .scenttext {
        font-size: 12px;
    }

    .scentread {
        font-size: 12px;
    }
}


@media only screen and (max-width: 992px) {
    .menu li a {
        justify-content: center;
    }

    .menu {
        text-align: center;
    }

    .menu i {
        padding-right: 10px;
    }

    .dry-hair h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .dry-hair p {
        font-size: 13px;
        line-height: 20px;
    }

    .hair-solution img {
        width: 300px;
        height: 300px;
    }

    .content h1 {
        font-size: 25px;
        line-height: 50px;
    }

    .content h6 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 794px) {
    .hair-care h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .hair-care h6 {
        font-size: 15px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 259px) {
    .hair-care h6 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .card-1 .card {
        margin-bottom: 30px;
    }

    .lif {
        top: 42%;
    }

    .shampoo h1 {
        font-size: 48px;
        line-height: 72px;
    }

    .shampoo p {
        overflow:hidden;
        font-size: 24px;
        line-height: 32px;
    }

    .shampoo span {
        font-size: 29px;
        line-height: 32px;
    }

    .content-shop {
        margin-bottom: 20px;
    }

    .lif img {
        width: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .dry-hair h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .dry-hair p {
        font-size: 10px;
        line-height: 20px;
    }

    .hair-solution img {
        width: 300px;
        height: 300px;
    }

    .hair-care {
        display: flex;
        flex-direction: column-reverse;
    }

    .hair-care h3 {
        margin-top: 20px;
    }

    .product button {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 576px) {
    .hair-solution img {
        margin-right: auto;
    }

    .dry-hair h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .dry-hair p {
        font-size: 17px !important;
        line-height: 26px !important;
    }
}

@media (max-width: 540px) {
    .haun1 {
        font-family: 'Jost';
        font-weight: 200;
        font-size: 14px;

    }

    .haun2 {
        font-size: 10px;
    }

    .c1 {
        font-size: 18px;

    }

    .c2 {
        font-size: 18px;

    }
}

@media only screen and (max-width: 431px) {
    .dry-hair h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .dry-hair p {
        font-size: 22px;
        line-height: 19px;
    }
}


@media only screen and (max-width: 384px) {
    .location p {
        font-size: 13px;
    }

    .location h6 {
        font-size: 13px;
    }

    .our-product h3 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 384px) {
    .location {
        flex-direction: column;
    }

    .location h6 {
        padding-bottom: 10px;
    }

    .testimonialH1 h1 {
        font-size: 38px;
    }
}

@media (max-width: 360px) {
    .haun1 {
        font-family: 'Jost';
        font-weight: 200;
        font-size: 12px;

    }

    .haun2 {
        font-size: 5px;
    }

    .c1 {
        font-size: 17px;

    }

    .c2 {
        font-size: 17px;

    }

}

@media only screen and (max-width: 335px) {
    .dry-hair h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .dry-hair p {
        font-size: 10px;
        line-height: 19px;
    }

    .hair-solution img {
        width: 200px;
        height: 200px;
    }

    .our-product h3 {
        font-size: 40px;
    }
}

@media (max-width: 300px) {
    .haun1 {
        font-family: 'Jost';
        font-weight: 200;
        font-size: 12px;

    }

    .haun2 {
        font-size: 5px;
    }

    .c1 {
        font-size: 16px;

    }

    .c2 {
        font-size: 16px;

    }
}

@media only screen and (max-width: 272px) {
    .dry-hair h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .dry-hair p {
        font-size: 9px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 219px) {
    .menu img {
        width: 20px;
    }
}