.desktop{
    display: block;
}
.mobile{
    display:none;
}
.text-im {
    position: relative;
    /* height: 300
px
; */
    width: 300px;
    float: right;
    bottom: 0;
  
}
.navbar-dark .navbar-nav .nav-link {

color: var(--bs-black);

}
.navbar-dark .navbar-nav .nav-link{
    color: var(--bs-black); 
}
.logo-text {
    font-size: 35px;
    color: var(--bs-black);
}
.nav-item.nav-link.left {
    margin-left: 0px;
    margin-right: 60px;
}
.nav-link i {
    color: var(--bs-black);
}
.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
}
div#div1:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: var(--bs-white) !important;
}

@media only screen and (max-width: 768px) {
    .text-im {
    position: relative;
    width: 300px;
    float: right;
    bottom: 0;
    top: 88px;
    display: none;
}
    .desktop{
    display: none;
}
.mobile{
    display:block;
}
.content-skin h1 {
    padding-top: 0px;
    font-size: 35px;
    /* max-width: 80%; */
    text-align: left;
    color: var(--bs-black);
    font-weight: 600;
    position: relative;
    font-family: 'Font Awesome 5 Free';
}


div#mobile-div2 {
    padding: 0 px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100 vh;
    margin-top: 0;
    /* background-color: var(--bs-white); */
    z-index: 000;
    z-index: 1111;
}
div#mobile-div2:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #F3D09D !important;
    background-image: url("../img/self-remover.png");
    background-repeat: no-repeat;background-position: 50% 70%;
}
div#mobile-div2 {
    display: none;
}
div#mobile-div3 {
    padding: 0 px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100 vh;
    margin-top: 0;
    /* background-color: var(--bs-white); */
    z-index: 000;
    z-index: 1111;
}
div#mobile-div3:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #F3D09D !important;
    background-image: url("../img/beauty-remover.png");
    background-repeat: no-repeat;background-position: 50% 70%;
}
div#mobile-div3 {
    display: none;
}
div#mobile-div4 {
    padding: 0 px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100 vh;
    margin-top: 0;
    /* background-color: var(--bs-white); */
    z-index: 000;
    z-index: 1111;
}
div#mobile-div4:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #F3D09D !important;
    background-image: url("../img/akin-remover.png");
    background-repeat: no-repeat;background-position: 40% 95%;
}
div#mobile-div4 {
    display: none;
}






div#div1 img {
    width: 100%;
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100% !important;
}
.step-part-mobile.mobile a .logo-text {
    color: #fff;
    font-size: 35px;
}

.content-title {
    position: relative;
    font-size: 30px;
    padding-top: 100px;
}
.main-step-one {
    text-align: center;
    height: 100vh;
    
}
.content-title p {
    color: #fff;font-size: 23px;
}
.content-title h1 {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
}
.content-btn a {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
    background-color: #ffffff52;
}

}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: min-content !important;
}
}