*{
    margin:0;
    padding:0;
}
.banner{
    height: 90vh;
    overflow:hidden;
    background-image: url('../img/cover\ photo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}
.banner_text{
    text-align: center;
    position: absolute;
    top: 50%;
    font-size:50px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slogan{
  text-align: center;
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: white;
}

.tell_her{
    width:100vh;
   height:auto;
   margin-top: -5px;
   margin-left: -15px;
  }

.btno{
  padding:10px;
  font-family: sans-serif ;
  background-color:white;
  text-align: center;
}
.btno:hover{
   background-color: rgb(0, 0, 0); color: black;
    color: rgb(255, 255, 255);
    transform: .09s;
}
#our_mission{
    padding:100px 50px;
    text-align: center;
}
.upcoming_event{
    margin-top: -3px;

}
.upcoming_text{
    rotate: 270deg;
    text-align: center;
    font-weight: 700;
    padding: 200px 0px;
    margin-bottom: -50px;
}
#head{
  color: white;
  padding: 20px 0px 0px 100px;
  margin-left: 350px;
  margin-right: -510px;
  rotate: 270deg;
}
.bu_event{
    text-align: center;
    margin: 107px 170px;
    background-color: #ffc1be; 
}

.bu_event2{
  background-color: #ffffff; 
}
#up_events{
  background-color: #ffc1be;
  margin-left: -86px;
  padding-bottom: 100px;
  height: 100vh;
}

#heroin{
    padding: 50px;
}
.beauty_c{
    height: 100vh;
    overflow:hidden;
    background-image: url('../img/home_004_b.jpg');
    background-size: 100% ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform: scale(-1.5em,1);
}

* {
	box-sizing: border-box;
  
}


body {
	margin: 0;  
}

#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#slider #line {
	height: 5px;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

#slider #dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	display: flex;
	justify-content: center;
}

#slider #dots li {
	transition: 0.3s;
	list-style-type: none;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.76);
	margin: 0 0.25em;
	cursor: pointer;
}

#slider #dots li:hover,
#slider #dots li.active {
	background: rgb(75, 74, 74);
}

@keyframes line {

	0% {width: 0%;}
	100% {width: 100%;}

}

#slider #back,
#slider #forword {
	width: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: white;
	font-weight: 700;
    font-size: 2rem;
	background: -moz-linear-gradient(left,  rgba(255, 255, 255, 0) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255, 255, 255, 0) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255, 255, 255, 0) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 );
}

#slider #forword {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=1 );
}

#slider:hover #back,
#slider:hover #forword {
	opacity: 0.7;
}

ul#move {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	background: gray;
	margin-right: 100%;
}


ul#move li {
	transition: 0.6s;
	min-width: 100%;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul#move li img {
	width: 100%;
  height: 100vh;
}
.icon_foot{
  padding: 80px;
}
#about_goal{
  margin:0;
  padding:0;
  background-color: #7771d6;
  height: 68.4vh;
  padding: 8%;
  color: azure;
}
/* ..................footer................. */
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid rgb(255, 252, 252);
  float: left;
  width: 80%;
  background: #ffffff;
  box-sizing: border-box;
}

form.example button {
  float: left;
  width: 20%;
  height: 43px;
  padding: 0px;
  background: #020202;
  color: white;
  font-size: 17px;
  border: 1px solid rgb(255, 255, 255);
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #b8b7b79f;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}


.topnav {
  overflow: hidden;
  background-color: #33333300;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

/* @media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    background-color: #ffc1be;
    z-index:999;;
  }
} */



/* .............................about................................. */
.about_beauty{
  height: 75vh;
  overflow:hidden;
  background-image: url('../img/home_004_b.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;


}
.about_beauty_join{
  height: 75vh;
  overflow:hidden;
  background-image: url('../img/38199755335_ef8bea68c5_o.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;


}

.about_beauty_contact{
  height: 90vh;
  overflow:hidden;
  background-image: url('../img/20920830483_bbdb74b170_o.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.about_beauty_events{
  height: 75vh;
  overflow:hidden;
  background-image: url('../img/join_section1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.founder{
  height: 100vh;
  overflow:hidden;
  background-image: url('../img/depression2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* -----------------Events------------------------- */
.card {
  padding: 0px;
  display: flex;
  flex-direction: column;
  width: 70rem;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.card__img__container {
  height: 55%;
  width: auto;
}

.card__img {
  width: 100%;
}
#join_us{
  background-color:#f56554 ;
  height: 75vh;

}
#join_explain{
  background-color:#ffffff ;
  height: 75vh; 
  padding:100px 200px; 
  overflow-y: hidden;
}
.card__content {
  height: 55%;
  padding: 1.75rem;
  padding-top: 1.25rem;
}

.item-tag {
  font-size: 0.7rem;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.item-name {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  color: hsl(212, 21%, 14%);
  font-family: "Fraunces", serif;
  font-size: 1.85rem;
  line-height: 1.15em;
}

.item-desc {
  opacity: 0.8;
  line-height: 1.5em;
}

.item-price {
  display: flex;
  align-items: center;
}

.price--discount {
  color: hsl(158, 36%, 37%);
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
}

.price--original {
  margin-left: 1em;
  text-decoration: line-through;
  font-size: 0.8rem;
  opacity: 0.8;
}

.cta-btn {
  cursor: pointer;
  display: block flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1em 1em;
  margin-top: 12px;
  border: none;
  border-radius: 8px;
  color: #fff;
  background-color: #7771d6;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.cta-btn:hover {
  background-color: #7871d6c9;
}

.cta-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.attribution {
  position: absolute;
  top: 0;
}
/* 
@media (min-width: 600px) {
  .card {
    display: flex;
    flex-direction: row;
    width: 75rem;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
  }

  .card__img__container {
    width: 50%;
    height: auto;
  }

  .card__img {
    height: 100%;
  }
  .card__img:hover{
    transform: scale(1.05);

  }

  .card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    height: auto;
    padding: 1.75rem;
  }

  .item-name {
    margin-bottom: 0;
  }
} */

/* --------------------slider----------------------- */

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
#slide_story{
  padding: 100px;
  margin:40px;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #ffbddd;
  padding: 2px 16px;
  font-size: 24px;
  color: rgb(255, 255, 255);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


/* //nav bar css */
.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #1e1e1e8f;
  color: #f1f1f18f;
}

.topnav-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0px 12px 0px 20px;

}

.topnav-links li {
  margin-left:0px;
}

.topnav-links li:first-child {
  margin-left: 0;
}

.topnav-links a {
  text-decoration: none;
  color: white;
}

.topnav-logo {
  font-weight: bold;
  font-size: 2rem;
  height: 55px;
  margin-left: -20px;
}

.topnav2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: transparent;
  color: white;
  background-color: #5f5b81;
}

.topnav2-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0px 0px 0px 20px;

}

.topnav2-links li {
  margin-left:80px;
}

.topnav2-links li:first-child {
  margin-left: 0;
}

.topnav2-links a {
  text-decoration: none;
  color: white;
}

.topnav-logo {
  font-weight: bold;
  font-size: 2rem;
  margin-left: -60px;
}

/* Responsive styles */




