*{
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}

body{
	background-color: #e4e5ea;
}

.nav_bars{
  background-color: #313131;
  border: none;
}
.titles{
position: absolute;
width: auto;
height: auto;
padding:10px;
font-weight: 400;
font-size: 22px;
letter-spacing: 3px;
color: #FFFFFF;
}

.div_navigations{
	height: 4rem;
	width: 100%;
	background-color: green;
}

.div_illustrations{
	height: 30rem;
	width: 100%;
	background-color: #e69138;
}

.div_portfoliosdivisions{
	margin-top: -28rem;
}

.div_portfoliosdivisionsclasses{
	width: 100%;
	display: flex;
	justify-content: center;
}

img{
	height: 18rem;
}

.div_portfolios{
	height: 60rem;
	width: 100%;
	background-color: green;
}

.div_aboutmes{
	width: 100%;
	margin-top: 1rem;
	background-color: #e69138;
}

.div_aboutmeimages{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .div_images{
      margin-top: 20px;
      height: 200px;
      width: 200px;
      background-image: url(images/profile1.jpg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      border-radius: 50%;
      border: 0.1rem solid #313131;
    }

    .div_image{
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .div_portfoliosimages{
    	background-color: pink;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }

    .div_portfoliosimagesclasses{
    	height: 200px;
    	width: 100%;
    	margin: 10px;
    	background-color: green;
    }

    div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 30rem;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.div11{
	border: 1px solid #ccc;
	transition: 0.5s all;
  cursor: pointer;
}

.div11:hover{
  border: 1px solid #313131;
}

.div1{
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 2rem;
}

.div1 a{
  width: 90%;
}

.button_cv{
  color: white;
  background-color: #313131;
  height: 4rem;
  width: 16rem;
  border: none;
  border-radius: 0.6rem;
  transition:ease 0.4s;
}

.button_cv:hover{
  background-color: #454545;
}

@media only screen and (max-width: 767px) {
  .aboutmeclasses{
    text-align: center;
  }
}

.div_workandeducation{
  height: auto;
  background-color: white;
  margin-top: 10px;
  padding: 10px;
}

.div_div1{
  height: auto; margin-top: 10px; padding: 10px;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.icon {
  padding: 10px;
  background: #e69138;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 2px solid white;
}

.input-field:focus {
  border: 2px solid #e69138;
}

/* Set a style for the submit button */
.btn {
  background-color: #e69138;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 30px;
}

.btn:hover {
  opacity: 0.9;
}

.iconsicons{
  height: 4.8rem;
  margin:  0.6rem;
  margin-bottom: 0.5rem;
  transition: ease 0.1s;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.iconsicons:hover{
  opacity: 0.8;
  padding: 0.1rem;
}

.preview-box{
  position: fixed;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 490px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}
.preview-box .details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  margin: 0 5px;
}
.details .title p.current-img{
  font-weight: 500;
}
.details .icon{
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.preview-box .image-box{
  display: flex;
  width: 100%;
  position: relative;
}
.image-box .slide{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}
.slide.prev{
  left: 0px;
}
.slide.next{
  right: 0px;
}
.image-box img{
  width: 100%;
  height: auto;
  border-radius: 0 0 3px 3px;
}
.shadow{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.45);
}
@media(max-width: 1000px){
  .gallery .image{
    width: calc(100% / 2);
  }
}
@media(max-width: 600px){
  .gallery .image{
    width: 100%;
    padding: 4px;
  }
}