@import url("https://fonts.googleapis.com/css2?family=Jura:wght@400;700&display=swap");

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #E7E7E7;
  font-family: 'jura', sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.container {
  min-height: 80vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-title {
  font-size: 2rem;
  font-weight: 300;
  color: #626262;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .2rem;
  text-align: center;
}
h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #626262;
  padding: 5px;
  letter-spacing: .1rem;
  margin-top: 1rem;
}
h5 {
  color: #626262;
  font-size: 1.1rem;
  font-weight: lighter;
  margin-bottom: .5rem;
}
.sample-description {
  /* background-color: #B6B6B6;
  border-radius: 0.6rem; */
  margin-bottom: 1rem;
  min-width: 4rem;
  width: 100%;
}
p {
  font-size: 1.1em;
  padding-bottom: 5px;
}
img {
  background-color: #B6B6B6;
  margin: .5rem;
  /* padding: .5rem; */
  border-radius: 0.8rem;
}
#services img {
  transition: .3s ease transform;
}
#services img:hover {
  transform: scale(1.1);
}
.resized-images {
  width: 10rem;
  border-radius: 1rem;
  margin: 0 .5rem;
}
.fab {
  color: rgba(161, 3, 3, 0.863);
  font-size: 30px;
}

/* Header */

#header {
  position: fixed;
  top: 0;
  left: 0;  
  width: 100vw;
  height: auto;
  z-index: 100;
}
#header .header {
  min-height: 8vh;
  background-color: rgba(158, 162, 163, 0.85);
  transition: .3s ease background-color;
}
#header .logo img {
  background-color: unset;
  border-radius: 0;
  box-shadow: unset;
  padding: 0 10px;
  width: 30vmin;
}
#header .nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding: 0 10px;
}
#header .menu ul {
  position: absolute;
  background: rgba(45, 64, 80, 0.85);
  width: 100vw;
  height: 100vh;
  display: flex;
  /* flex: none; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow-x: hidden;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}
#header .menu ul.active {
  transform: scale(1);  
  left: 0%;
}
#header .menu li {
  color: white;
  font-size: 1.5rem;
  padding: 1rem;
}
#header .menu li a {
  color: inherit;
  transition: color 0.4s ease;
}
#header .menu li a:hover {
  color: #b9ad9f;
}
#header .hamburger {
	height: 60px;
	width: 60px;
	display: inline-block;
	/* border: 3px solid white; */
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	cursor: pointer;
	transform: scale(0.8);
	margin-right: 20px;
}
#header .hamburger:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
}
#header .hamburger .bar {
	height: 3px;
	width: 30px;
	position: relative;
	background-color: rgb(51, 51, 51);
	z-index: -1;
}
#header .hamburger .bar::after,
#header .hamburger .bar::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: rgb(51, 51, 51);
	transition: 0.3s ease;
	transition-property: top, bottom;
}
#header .hamburger .bar::after {
	top: 8px;  
}
#header .hamburger .bar::before {
	bottom: 8px;  
}
#header .hamburger.active .bar::before {
	bottom: 0;
  transform: rotate(-45deg);
}
#header .hamburger.active .bar::after {
	top: 0;
  transform: rotate(45deg);
}
#header .hamburger.active .bar {
  background-color: transparent;
}

/* End Header */

/* Hero Section */

#hero {
  background-image: url(images/BackGroundSquare.png);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#hero h1, h2 {
  display: block;
  width: fit-content;
  font-size: 5vmin;
  color: #626262;
  z-index: 1;
}
#hero .intro {
  position: absolute;
  top: 100px;
  text-align: center;
}

#hero .studio-video {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* End Hero Section */

/* Services Section */

#services .service-item {
  padding: 5px;
}
#services .service {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#services .service-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#services .service-middle .service-middle-header h4 {
  color: #626262;
} 
#services .service-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#services .lip {
  flex-basis: 90%;
  display: flex;
  margin: .5rem;
  align-items: center;
  justify-content: space-around;
}
#services .brow {
  flex-basis: 90%;
  display: flex;
  margin: .5rem;
  align-items: center;
  justify-content: space-around;
}
#services .sample-beforeAfter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#services .service-middle .service-list {
  width: 100%;
}
#services .lip h4, .brow h4 {
  margin: 0;
  font-size: 4vmin;
}
#services ul li {
  font-size: 2.2vmin;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
#services .vitiligo, .service-item {
  flex-basis: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  margin: 1em;
  border-radius: 1em;
}
#services .vitiligo-sample,.sample {
  margin: 0 5px;
}

/* End of Services Section */

/* About Us Section */

#about .about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#about .about-english {
  width: 80%;
  padding: 15px;
  margin-bottom: 1rem;
}
#about .about-amharic {
  width: 80%;
  padding: 15px;
  margin-bottom: 1rem;
}
#about .video-wrapper {
  width: 80%;
}
#about .ebs-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#about .ebs-video iframe,
.ebs-video object,
.ebs-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about .video-wrapper .section-title {
  font-size: 1.5rem;
}

/* End About Us Section */

/* Footer Section */

#footer {
  background: #B6B6B6;
}
#footer .footer {
  min-height: auto;
}
#footer .columns {
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#footer .col-1 {
  margin: 5px;
  padding: 10px;
}
#footer .col-1 .logo img {
  background-color: unset;
  border-radius: 0;
  box-shadow: unset;
  padding: 10px;
  width: 10rem;
}
#footer .col-2 {
  margin: 5px;
  padding: 10px;
}
#footer .col-3 {
  margin: 5px;
  padding: 10px;
}
#footer .col-4 {
  margin: 5px;
  padding: 10px;
}
#footer .fa-mobile-alt {
  color: white;
  padding-right: 10px;
}
#footer .fa-envelope {
  color: cornflowerblue;
  padding-right: 10px;
}
#footer .fab {
  padding-right: 10px;
}
#footer .fa-telegram {
  color: cornflowerblue ;
}
#footer .copyright {
  margin-bottom: 10px;
}
.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* End Footer Section */

/* Media Query for DeskTop */
@media only screen and (min-width: 1080px) {
  #header .hamburger {
    display: none;
  }
  #header .menu ul {
    position: initial;
    display: block;
    height: auto;
    width: fit-content;
    background-color: transparent;
    transform: scale(1);    
  }
  #header .menu ul li {
    display: inline-block;
  }
  #header .menu ul li a {
    font-size: 1.8rem;
    color: rgb(51, 51, 51);
  }
  #about .about {
    flex-direction: row;
    margin-top: 2rem;
    min-height: 60vh;
  }
  #about .about-english {
    width: 75%;
    margin-left: 1rem;
  }
  #about .about-amharic {
    width: 75%;
    margin-right: 1rem;  
  }
}

/* End Media Query for DeskTop */

/* Media Query for Tablet */

@media only screen and (min-width: 834px) {
  #about .about {
    flex-direction: row;
    margin-top: 2rem;
    min-height: 40vh;
  }
}

/* End Media Query for Tablet */