@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .banner{
 
    background-image: url('../img/cover\ photo.jpg')  no-repeat rgb(30,30,30) fixed right right ;
    background-size: contain;
    transform: rotate(0deg);
    height: 23.5vh;

}
#solo_title{
  margin-top: 35%;
  margin-left: 6%;
  font-size: 1.3vw;
}
#solo_title1{
  margin-top:22%;
  margin-bottom: -38%;
  margin-left: 5%;
  font-size: 2vw;
}
.tell_her{
  width:45vh;
 height:auto;
 margin-top: -5px;
 margin-left: -15px;
}
#our_mission{
  padding: 273px 0px 287px 0px;
  text-align: center;
  margin-left: -99px;
  margin-bottom: -250px;
}
.upcoming_event{
  margin-top: 0px;
  height: 23vh;
  width: 40vh;
}
.upcoming_text{
  rotate: 270deg;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 160px;
  padding: 200px 0px;
  margin-bottom: -120px;
}
#heroin{
  padding: 10px 1px 0px 20px;
}
.bu_event {
  text-align: center;
  margin: 52px 187px;
  background-color: #ffc1be;
}
#move{
  height: 50vh;
  display: none;
}
#slider{
  display: none;
}
.beauty_c {
  height: 50vh;
  overflow: hidden;
  background-image: url(../img/home_004_b.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f56554;
  margin-left: -2px;
  background-attachment: fixed;
  transform: scale(-1.5em,1);
  width: 45vh;
}
.navbar{
  opacity: 0.95;
}

.navbar-container input[type="checkbox"],
.navbar-container .hamburger-lines{
  display: block;
}

.navbar-container{
  display: block;
  position: relative;
  height: 64px;
}

.navbar-container input[type="checkbox"]{
  position: absolute;
  display: block;
  height: 32px;
  width: 30px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.navbar-container .hamburger-lines{
  display: block;
  height: 28px;
  width: 35px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-container .hamburger-lines .line{
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #333;
}

.navbar-container .hamburger-lines .line1{
  transform-origin: 0% 0%;
  transition: transform 0.3s ease-in-out;
}

.navbar-container .hamburger-lines .line2{
  transition: transform 0.2s ease-in-out;
}

.navbar-container .hamburger-lines .line3{
  transform-origin: 0% 100%;
  transition: transform 0.3s ease-in-out;
}

.navbar .menu-items{
  padding-top: 100px;
  background: #fff;
  height: 100vh;
  max-width: 300px;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 40px;
  transition: transform 0.5s ease-in-out;
  box-shadow:  5px 0px 10px 0px #aaa;
  overflow: scroll;
}

.navbar .menu-items li{
  margin-bottom: 1.8rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.logo{
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.5rem;
}

.navbar-container input[type="checkbox"]:checked ~ .menu-items{
  transform: translateX(0);
}

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
  transform: rotate(45deg);
}

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
  transform: scaleY(0);
}

.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
  transform: rotate(-45deg);
}



.topnav-logo {
  font-weight: bold;
  font-size: 2rem;
  height: 25px;
  margin-left:10px;}

  #up_events {
    background-color: #ffc1be;
    margin-left: -86px;
    padding-bottom: 100px;
    height: 68vh;
}
/* #icon-app{
  height: 50vh;
}
#icon-app1{
  height: 50vh;
}
#icon-app2{
  height: 50vh;
}
#icon-app3{
  height: 50vh;
} */
.icon_foot {
  padding: 2%;
  font-size: 10px;
  margin-left: -7px;
  margin-top: -52px;
}
.logo_footer{
  height: 4vh;
}
.text_footer{
  font-size: 20px;
}
#about_main{
  background-color: #ffb7af;
  height: 50vh;
  text-align: center;
  padding: 20vh 10vh 25vh 10vh;
  font-size: 3vh;
}
#about_main h2{
  margin-top: -171px;
  font-size: 17px;
  text-align: justify;
}
#about_us_con{
  background-color: #ffbddd;
  height: 60vh;
}
#about_goal p{
   font-size: 20px;
 }
#about_goal{
  margin-bottom: -150px;
}
#woman_about{
  height: 20vh;
  display: none;
}
#our_team{
  padding: 250px 0px;
  margin-bottom: -50px;
  font-size: 70px;
  font-weight: 600;
}
#our_team h1{
  padding: 1px;
  text-align: center;
  margin-top: 129px;
  font-size: 24px;
}
#logo_footer{
  height: 5vh;
}
#founder_test{
  font-size: 36px;

}
.founder-img{
  padding-right: 10px;
  margin-left: -40px;
}
.about_beauty_events {
  height: 40vh;
  background-image: url(../img/join_section1.jpg);
  background-size: 100%;
}
.card {
  padding: 0px;
  display: flex;
  flex-direction: column;
  width: 35rem;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
#join_us{
  background-color: #f56554;
  height: 65vh;
  padding-top: 10px;
}
#why_join{
  background-color: #7771d6;
  height: 36vh;
  text-align: center;
  padding-top: 4vh;
  padding-right: 4vh;
}
#join_explain{
  background-color: #ffffff;
  padding: 11px 73px;
  height: 45vh;
}
.about_beauty_join {
  height: 35vh;

  background-image: url(../img/32097995927_58d3354d0b_o.jpg);
  background-size: 100%;


}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .topnav-logo {
    font-size: 2rem;
    height: 15px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .topnav-logo {
    font-size: 2rem;
    height: 15px;
}
}

@media only screen and (min-width: 1550px) {
  .topnav-logo {
    font-size: 2rem;
    height: 55px;
    font-size: 2rem;
    height: 55px;
    margin-left: 100px;
}
}
#our_mission {
  padding: 225px 60px;
  text-align: center;
}

  .tell_her{
  width:100vh;
   height:auto;
   margin-top: -5px;
   margin-left: -15px;
  }
  .upcoming_text{
    rotate: 270deg;
    text-align: center;
    padding: 200px 0px;
    margin-top: 100px;
}

.up_eventso{
  background-color: #ffc1be;
  margin-left: -86px;
  padding-bottom: 100px;
  height: 56vh;
}
.topnav-links {
  list-style: none;
  display: flex;
  font-size: 19px;
  margin: 0;
  padding: 0px 30px 0px 20px;
}
.topnav-links :hover{
 color: black ;
}


.topnav2-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0px 50px 0px 20px;

}



.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px -1px;
  text-decoration: none;
  font-size: 17px;
}
.topnav2-links a {
  text-decoration: none;
  color: white;
}

.topnav2-logo {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 150px;
}
  
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

}