@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


/****************/
@font-face {
    font-family: 'DIN 2014 bold';
    src: url('../fonts/DIN2014-Bold.eot');
    src: url('../fonts/DIN2014-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN2014-Bold.woff2') format('woff2'),
        url('../fonts/DIN2014-Bold.woff') format('woff'),
        url('../fonts/DIN2014-Bold.ttf') format('truetype'),
        url('../fonts/DIN2014-Bold.svg#DIN2014-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN 2014 regular';
    src: url('../fonts/DIN2014-Regular.eot');
    src: url('../fonts/DIN2014-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN2014-Regular.woff2') format('woff2'),
        url('../fonts/DIN2014-Regular.woff') format('woff'),
        url('../fonts/DIN2014-Regular.ttf') format('truetype'),
        url('../fonts/DIN2014-Regular.svg#DIN2014-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

  :root {
    --yellow: #ffdd30;
    --gray: #b7b9bb;
    --oswald: 'Oswald', sans-serif; 
    --mont: 'Montserrat', sans-serif;
    --light-color : #505050;
    --mainsize: clamp(1.75rem, 1.75rem + 0vw, 1.75rem);
    --section-padding: 60px 10px;
   
  }
  *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.hero-section .container,.get_sec .container {
    max-width: 1200px;
    padding: 0px;
}
header {
    padding: 0 0 12px 0px;
}
  .header_thing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_logo img {
    height: 40px;
    position: relative;
    bottom: 10px;
    margin: 0 20px 0 10px;
}
.head_logo {
    display: flex;
    align-items: flex-end;
    position: relative;
}
.logo {
    font-size: 30px;
    font-weight: 500;
    color: var(--yellow);
	  margin: 0;
}	
.head_logo h3 {
    color: #505050;
    margin: 0;
    font-family: var(--oswald);
    font-weight: 500;
}
.logo span {
    color: var(--gray);
}
.nav_bar ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.nav_bar ul li {
    list-style: none;
}
.nav_bar ul li a {
    text-decoration: none;
    color: #738390;
    font-family: var(--mont);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}

/*hero section starte here*/
 .common_heading {
    font-family: var(--oswald);
    color: var(--light-color);
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 500;
    font-size: var(--mainsize);
}
.hero_things {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-content,.hero_from {
    width: 50%;
}
.hero-section {
    background: url('../images/herobg.png');
    background-size: cover;
    padding: 80px 10px;
}
.hero-content, .hero_from {
    width: 50%;
    text-align: center;
}
p.form-pera {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    color: var(--light-color);
    font-family: var(--mont);
    font-weight: 500;
    /*margin: 20px 0 0 0;*/
}
.hero-content h3 {
    font-family: var(--mont);
    margin: 30px 0;
    color: var(--light-color);
    font-weight: 600;
    line-height: 1.8em;
    font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}
.hero-content p {
    font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
    font-family: var(--mont);
    margin: 0;
    color: var(--light-color);
    line-height: 1.8em;
}
.bar_fely {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    margin: 0 auto;
}
.divide_line img {
    width: 100%;
    margin: 40px 0 0 0;
}
.divide_line {
    max-width: 400px;
    margin: 0 auto;
}
.bar_fely p {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    line-height: 1.2em;
    margin: 10px 0;
}
.img_cont img {
    width: 30px;
}
.form_content form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0 0 0;
}
.form_content {
    background: #fff;
    padding: 30px 20px;
    max-width: 320px;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
input.same_imput {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #50505052;
    outline: none;
}
input.same_imput::placeholder {
    color: var(--light-color);
    font-family: var(--mont);
    font-size: 10px;
    font-weight: 600;
}
.same_btn a {
    background: var(--yellow);
    padding: 10px 40px;
    text-decoration: none;
    color: var(--light-color);
    font-family: var(--mont);
    font-weight: 500;
    border-radius: 4px;
}
.same_btn {
    margin: 20px 0 0 0;
}

/*count section start here*/


  div#countdown li {
    display: inline-block;
    list-style-type: none;
    padding: 16px 16px 0 16px;
    text-transform: lowercase;
  }
  
 div#countdown ul {
    text-align: center;
    margin: 15px 0 0 0;
}
div#countdown li span {
    display: block;
    font-size: clamp(2.5rem, 2.3125rem + 0.9375vw, 3.4375rem);
    font-family: var(--oswald);
    color: var(--light-color);
}
div#countdown li p {
    color: #505050a8;
    font-family: var(
    --mont);
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 500;
}
.count_section h2.common_heading {
    text-transform: inherit;
    text-align: center;
}
.count_section {
    padding: var(--section-padding);
}
.dashed_image img {
    width: 100%;
    margin: 60px 0;
}
.map-sec {
    width: 60%;
}
div#headline {
    text-align: center;
    margin: 20px 0 0 0;
    font-family: var(--mont);
    color: var(--font-color);
}
.map-sec iframe {
    width: 100%;
}
.mapp-content {
    width: 40%;
}
.map-text {
    display: flex;
    gap: 100px;
    margin: 0 auto;
    padding: 0 4rem;
    align-items: center;
}
.mapp-content h3 {
    font-family: var(--oswald);
    font-weight: 500;
    font-size: var(--mainsize);
    color: var(--light-color);
    border-bottom: 1px dashed;
    width: fit-content;
    padding: 0 40px 10px 0;
}
.mapp-content p {
    color: #738390;
    font-family: var(--mont);
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 500;
}
.loc a {
    color: inherit;
    text-decoration: none;
}
.loc a:hover {
    color: var(--yellow);
}
.mapp-content .loc {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    align-items: flex-start;
}
.mapp-content .loc img {
    width: 20px;
}
.mapp-content h4 {
  font-size: clamp(1.375rem, 1.375rem + 0vw, 1.375rem);
    font-family: var(--oswald);
    color: var(--light-color);
    margin: 15px 0 10px 0;
}
.buis_hour p {
    margin: 3px 0;
}
.soc-ico i {
    font-size: var(--mainsize);
    margin: 10px 10px 0 0;
}

/*get sec*/
.get_sec {
    padding: var(--section-padding);
    background: url('../images/girl.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.get_things {
    max-width: 450px;
    text-align: center;
    padding: 40px;
}
.get_things p {
    font-family: var(--mont);
    color: var(--light-color);
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 40px;
}
.get_sec .container {
    height: 100%;
    display: flex;
    align-items: center;
}

/*footer*/

.foot_things {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer {
    padding: 10px;
}
.footer p {
    color: #738390;
    font-family: var(--mont);
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    font-weight: 500;
}
.soc-ico a {
    color: var(--yellow);
}
.footer p a {
    text-decoration: none;
    color: inherit;
}
.footer p a:hover {
color: var(--yellow);
}
.hero_from {
    background: #fff;
    padding: 30px;
    max-width: 380px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0 auto;
}
.hero_from h2.common_heading {
    margin-bottom: 30px;
}

/**************Lash page*************/
p.lash_copyright {
    width: 50%;
}
p.pri_lash a {
    text-decoration: none;
    color: #fff;
} 
.nav_bar a.icon {
    display: none;
}
header.lsh-nav {
    padding: 15px;
}
header.lsh-nav .container {
    max-width: 1200px;
}
header.lsh-nav img {
    position: static;
    margin-right: 10px;
    vertical-align: bottom;
}
header.lsh-nav .head_logo .logtxt {
    padding-left: 10px;
    border-left: 2px solid #e40257;
}
header.lsh-nav .nav_bar ul li a {
    text-transform: uppercase;
}
header.lsh-nav .nav_bar ul li {
    position: relative;
}
header.lsh-nav .nav_bar ul li:after {
    position: absolute;
    content: "//";
    right: -18px;
    color: #eb0046;
    font-weight: bold;
}
header.lsh-nav .nav_bar ul li:last-child:after {
    display: none;
}
.hero-outr .hero-content {
    padding: 50px 120px;
    background-color: #f6f6f6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.hero-outr .hero_things {
    height: 750px;
}
.hero-rght-box {
    width: 50%;
    height: 100%;
    background-image: url("../images/lash-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 30px;
}
.hero-outr img {
    width: 200px;
    margin-bottom: 40px;
}
.hero-outr .common_heading {
    font-family: 'DIN 2014 bold';
    color: #000;
    font-size: var(--mainsize);
    text-transform: unset;
}
.hero-outr h3 {
    color: #e40257;
    font-size: 25px;
    line-height: normal;
}
.hero-outr h4.memb_park {
    font-family: 'DIN 2014 regular';
    font-size: 22px;
}
header.lsh-nav .head_logo .logtxt h3 {
    font-family: 'DIN 2014 regular';
    color: #738390;
    line-height: 20px;
}
.hero-rght-box .hero_from {
    max-width: 100%;
    width: 380px;
}
.lash-count_section div#countdown li span {
    color: #e40257;
    font-family: 'DIN 2014 bold';
}
.lash-count_section div#countdown li p {
    color: #000;
}
.lash-count_section h2.common_heading {
    color: #131313;
    font-size: 35px;
    font-family: 'DIN 2014 bold';
}
.straight-line {
    margin: 60px auto;
    height: 1px;
    background-color: #282828;
    max-width: 850px;
}
.lash-count_section .map-text {
    padding: 0;
}
.lash-count_section .map-sec {
    width: 50%;
}
.lash-count_section img {
    max-width: 150px;
    margin-bottom: 10px;
}
.lash-count_section .mapp-content h3 {
    width: unset;
    border: none;
    color: #000;
    padding-right: 0;
    font-family: 'DIN 2014 bold';
}
.lash-count_section .loc a:hover {
    color: #e40257;
}
.lash-count_section .mapp-content h4 {
    color: #e40257;
    font-family: 'DIN 2014 regular';
}
.lash-count_section .mapp-content .soc-ico a {
    color: #000;
}
.lash-count_section .map-sec iframe {
    height: 500px;
}
.ai-sec {
    padding: 60px 15px;
    background-color: #f6f6f6;
}
.ai-sec h5 {
    color: #e40257;
    font-family: 'DIN 2014 regular';
    font-size: 25px;
}
.ai-sec p {
    color: #000;
    margin-top: 30px;
}
.ai-sec .same_btn a {
    background-color: #e40257;
    color: #fff;
    display: inline-block;
    border: 1px solid #e40257;
    transition: 0.3s all ease-in-out;
    text-transform: uppercase;
}
.ai-sec .same_btn a:hover {
    background-color: #fff;
    color: #e40257;
}
.ai-sec .get_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai-sec .get_center .get_things {
    width: 50%;
    max-width: unset;
}
.ai-img {
    width: 50%;
}
.ai-img img {
    width: 100%;
    vertical-align: bottom;
}
.lash-footer {
    background-color: #ee1757;
    padding: 40px 15px;
}
.foot_outr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.foot_outr img {
    width: 220px;
}
.foot_outr p {
    color: #fff;
    font-family: 'DIN 2014 regular';
    max-width: 65%;
}
.lash-footer .container {
    max-width: 1400px;
}
/**************Responsive************/
@media only screen and (max-width: 767px){
    .ai-sec p br {
    display: none;
}
.hero-rght-box .hero_from{
    width: 100%;
}
    .get_sec {
        background: url(../images/mobile.png) #fffae3;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        padding: 0;
    }
    .foot_things {
        flex-direction: column;
        gap: 10px;
    }
    .get_sec .container {
        display: block;
    }
    .hero-section {
        background: url(../images/mobile-banner.png) #fffae3;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }    
    
   .head_logo {
        flex-wrap: wrap;
        justify-content: center;
    }
    .logtxt {
        width: 100%;
        text-align: center;
    }
    .nav_bar {
        display: none;
    }
    .hero_things {
        flex-direction: column;
    }
    .hero-content, .hero_from {
        width: 100%;
    }
    .bar_fely {
        width: inherit;
    }
    .img_cont {
        width: 33%;
    }
    .hero_things {
        gap: 40px;
    }
    div#countdown li {
        padding: 0 12px;
        margin: 10px 0;
    }

    /*Map section*/
    
    .map-text {
        padding: 0;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .map-sec {
        width: 100%;
    }
    .mapp-content {
        text-align: center;
    	 width: 100%;
    }
    .mapp-content h3 {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    .mapp-content .loc {
        flex-direction: column;
        align-items: center;
    }
    .dashed_image img {
        margin: 40px 0 20px 0;
    }
    .header_thing {
        justify-content: center;
    }
    .hero-content p span {
        font-size: 14px;
    }
    .hero-content {
        padding: 0 20px;
    }

    /*****Lash page*****/
    .hero-outr .hero-content {
        justify-content: center;
        padding: 50px 30px;
    }
    .hero-rght-box {
        width: 100%;
        padding: 75px 10px;
    }
    .hero-outr .common_heading {
        font-size: 30px;
    }
    .hero-outr .hero_things {
        gap: 0;
        height: auto;
    }
    .hero-outr h3 {
        font-size: 20px;
    }
    .lash-count_section .map-sec {
        width: 100%;
    }
    .lash-count_section .map-text, .lash-count_section .mapp-content .loc {
        flex-direction: unset;
        flex-wrap: wrap;
    }
    .lash-count_section .map-text .mapp-content, .lash-count_section .mapp-content h3 {
        text-align: left;
    }
    .lash-count_section .mapp-content .loc {
        align-items: self-start;
    }
    .ai-sec {
        padding: 0px;
    }
    .ai-sec .get_center {
        flex-wrap: wrap;
    }
    .ai-sec .get_center .get_things, .ai-img, .foot_outr p {
        width: 100%;
        max-width: 100%;
    }
    .ai-sec .container {
        padding: 0;
    }
    .ai-img {
        padding: 40px 20px;
        background-color: #fff;
    }
    .foot_outr {
        flex-direction: column-reverse;
        justify-content: unset;
        align-items: unset;
        gap: 15px;
    }
    .foot_outr img {
    order: 1;
}
    .foot_outr p {
        margin-top: 20px;
    }
    header.lsh-nav .nav_bar {
        display: inline-block;
    }
    ul#myLinks {
        display: none;
    }
    .nav_bar a.icon {
        display: inline-block;
        color: #e40257;
    }
    header.lsh-nav img {
        width: 150px;
        height: auto;
        margin: 0;
    }
    header.lsh-nav .header_thing {
        justify-content: space-between;
    }
    ul#myLinks {
        position: absolute;
        left: 0;
        top: 77px;
        padding: 20px 15px;
        width: 100%;
        background-color: #e40257;
    }
    header.lsh-nav .nav_bar ul li a {
        color: #fff;
        margin: 5px 0;
        display: inline-block;
    }
    header.lsh-nav .nav_bar ul li:after {
        display: none;
    }
    header.lsh-nav .head_logo {
        justify-content: unset;
    }
    header.lsh-nav .head_logo {
        justify-content: unset;
    }
    header.lsh-nav .head_logo .logtxt {
        text-align: left;
        margin-top: 3px;
        line-height: 16px;
        font-size: 13px;
    }
    header.lsh-nav .head_logo .logtxt h3 {
        line-height: 16px;
    }
}


