
/* ----------------------------------------------------------------------
Template Name : Portfolio
Author        : Jessica Kuijer
Version       : 1.0
Copyright     : 2022
* ----------------------------------------------------------------------
*/



/* Imported CSS */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,900");
/* End Imported CSS*/


/* Default CSS*/
body {
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 15px;
	color: #333;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.7;
	margin: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
a:focus,
a:hover {
	text-decoration: none;
	transition: 1s;
}
.container {
	padding-right: 30px;
	padding-left: 30px;
}

#sidebar {
	width: 23%;
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	z-index: 1001;
	background: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.05);
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	padding: 10px 30px 30px 30px;
}

#main-part {
	width: 77%;
	float: right;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
}
.main-part-mobile {
	position: fixed;
	left: 15px;
	top: 15px;
	z-index: 999;
	background: #fff;
	padding: 3px 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.18);
	border-radius: 4px;
	cursor: pointer;
	display: none;
}

.section-title {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
}


/* End Default CSS*/

/* Sidebar CSS */
.sidebar-title {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}

.sidebar-title-img img {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 5px solid #f3f5fb;
	box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
	margin-bottom: 20px;
}

.sidebar-title-text {
	font-size: 22px;
	font-weight: 600;
}

.menu ul li {
	text-transform: capitalize;
	padding: 10px 0 10px 0;
	letter-spacing: 2px;
	border-bottom: 1px solid #ececec;
}

.menu ul li a {
	color: #748182;
	transition: 1s;
}

.menu ul li a:hover {
	color: royalblue;
}

.copyright {
	text-align: center;
	bottom:  20px;
	left: 0;
	right: 0;
	position: absolute;
	font-size: 12px;
	color: #748182;
}
/* Sidebar CSS end*/

/* Footer CSS */
.flex-pi{
	display: flex;
	justify-content: end;
	color: yellow;
}

/* Intro CSS */
#intro-area {
	background: url(../img/intro.webp)no-repeat center;
	background-size: cover;
	height: 100vh;
}

.caption-intro {
	padding-top: 180px;
	padding-bottom: 120px;
	text-align: center;
}

.caption-intro h1 {
	text-transform: capitalize;
	padding-bottom: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 
	1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.caption-intro h2 {
	font-size: 1.5em;
	padding-bottom: 15px;
	letter-spacing: 0.8px;
	margin-top: 40px;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 
	1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.caption-intro h5 {
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 
	1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.social-intro {
	padding-top: 30px;
}

.social-intro ul li {
	display: inline-block;
}

.social-intro i {
	color: #fff;
	font-size: 14px;
	background: grey;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 30px;
	margin-right: 10px;
	margin: 10px;
}

.social-intro i:hover {
	color: royalblue;
	background: #fff;
	transition: 1s;
}


/* Intro CSS end */

/* About CSS */

#about-me {
	padding-top: 60px;
	padding-bottom: 60px;
	background: white;
}
.about-me-img {
	margin-top: 20px;;
}
.about-me-img {
	width: 100%;
}
.about-me-text {
	padding-left: 15px;
}
.about-me-text p:nth-child(1) {
	font-size: 40px;
	font-weight: 700;
}
.about-me-text p:nth-child(2) {
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: -5px;
}
.about-me-explanation p{
	padding-top: 25px;
	text-align: justify;
	color: #748182;
	font-size: 14px;
}
.about-me-information {
	padding-top: 40px;
}
.about-me-information-detail {
	position: relative;
	padding-bottom: 20px;
}
.about-me-information-detail i {
	position: absolute;
	left: 0;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 30px;
	background: #f4f5f8;
	text-align: center;
}

.about-me-information-detail p {
	padding-left: 40px;
}

.about-me-information-detail p:nth-child(2) {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.about-me-information-detail p:nth-child(2){
	padding-top: 0px;
	color: #748182;
	font-size: 14px;
}

.about-me-information-cta {
	padding-top: 35px;
}

.about-me-information-cta a:nth-child(1){
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background: #212529;
	padding: 11px 40px;
	border-radius: 50px;
	border: 1px solid #212529;
	margin-right: 20px;
}
.about-me-information-cta a:nth-child(1):hover {
	color: royalblue;
	background: transparent;
}
.about-me-information-cta a:nth-child(2){
	font-weight: 500;
	font-size: 14px;
	color: #212529;
	background: transparent;
	padding: 11px 40px;
	border-radius: 50px;
	border: 1px solid #212529;
	margin-right: 20px;
}
.about-me-information-cta a:nth-child(2):hover {
	color: #fff;
	background: #212529;
}

/* End About CSS */

/* Portfolio CSS */
#work {
	padding-top: 60px;
	padding-bottom: 70px;
}
.opd-filter {
	text-align: center;
}
.opd-filter .filter-button {
	font-size : 13px;
	text-transform: uppercase;
	font-weight: 500;
	background: none;
	border: none;
	color: #333;
	margin: 5px;
	position: relative;
	cursor: pointer;
}
.filter-data::after {
	content: '';
	width: 20px;
	height: 1px;
	background: #666;
	position: absolute;
	bottom: -5px;
	opacity: 0;
	left: calc(50% - 10px);
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	bottom: 0;
}
.our-projects-detail {
	padding-top: 25px;
}
.our-projects-detail .projects {
	padding-top: 25px;
}
.our-projects-detail .thumbnail {
	position: relative;
	margin-bottom: 30px;
}
.our-projects-detail .thumbnail-img {
	position: relative;
	overflow: hidden;
}
.our-projects-detail .thumbnail-img img {
	max-width: 100%;
	transition: transform 0.5s;
}
.our-projects-detail .thumbnail:hover .thumbnail-img img {
	transform: scale (1.1);
}
.our-projects-detail .thumbnail:hover .caption {
	opacity: 1;
}
.our-projects-detail .caption {
	position: absolute;
	top: 10%;
	right: 10%;
	bottom: 10%;
	left: 10%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	opacity: 0;
	color: #fff;
	transition: 1s;
	padding: 50px 10px 10px 10px;
}


/* End Portfolio CSS */

/* Blog CSS */

#blog {
	background: #f4f5f8;
	padding-top: 60px;
	padding-bottom: 60px;
}
.container-video {
	margin-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.video {
	position: relative;
	display:inline-block;
	margin:auto;
	
}

.text-blog p {
	padding-top: 5px;
	text-align: justify;
	color: #748182;
	font-size: 14px;
}
.text-blog ul{
	padding-top: 5px;
	text-align: justify;
	color: #748182;
	font-size: 12px;
}

/* End Blog CSS */

/* Copyright CSS */
#copyright {
	background: #212529;
	color: #fff;
	text-align: center;
}
.copyright-detail {
	padding: 20px 0;
}
.copyright-detail p {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.5;
}
.copyright-detail a {
	color: #999;
}

/* End Copyright CSS */


/* Services CSS */
#services {
	padding-top: 60px;
	padding-bottom: 60px;
}

.services-detail {
	padding-top: 40px;
}

.services-selection {
	padding: 5px;
	margin-bottom: 40px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
}

.services-icon {
	font-size: 30px;
	margin: 20px auto;
	padding: 20px;
	height: 80px;
	width: 80px;
	background: #f4f5f8;
	border-radius: 50%;
}

.services-description p:nth-child(1) {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
}

.services-description p:nth-child(2) {
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	color: #748182;
}

.services-selection:hover .services-icon {
	color: royalblue;
	background: #f4f5f8;
	transition: 1s;
}
.services-selection:hover {
	box-shadow: 0 15px 30px rgba(102, 113, 228, 0.50);
}


/* End Services CSS */

/* Scroll Button CSS */
.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 80px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.un
{
  margin-top: 1px;
}

.unu, .deux, .trois
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.un
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.deux
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trois
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid black;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: black;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid black;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
