/*MAIN LAYOUT*/
body{
    font-family: 'Montserrat', sans-serif;
    color:#1c2a2b;
}

.pd-full-height{
    min-height: calc(100vh - 5.5rem);
}

.pd-slick-work .slick-track {
    display: flex;
}

.pd-slick-work .slick-track .slick-slide {
    display: flex;
    height: auto;
}



/* Main Content - MENU */

.pd-menu-link {
    font-size: 0.8rem;
}

.pd-menu-logo {
    width: 4rem;
    height: auto;
}

.pd-menu-link.active, .pd-menu-bottom-link.active {
    color: rgb(92, 197, 230);
    font-weight: 600;
}

.pd-menu p.active img, .pd-menu-bottom p.active img {
    filter: invert(55%) sepia(86%) saturate(2602%) hue-rotate(160deg) brightness(108%) contrast(81%);
}

.pd-side-menu {
    z-index:1000;
    max-width: 9.3rem;
}

/* Circle Small Devices */
.active-circle::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: -3.2rem;
    height: 0.5rem;
    width: 0.5rem;
    background-color: rgb(92, 197, 230);
    border-radius: 50%;
    -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* Bottom Resp - MENU */

.pd-bottom-menu {
    overflow: hidden;
    z-index: 2000;
}

.pd-menu-bottom-link {
    font-size: 0.6rem;
    text-align:center;
}

.pd-menu-bottom-link span {
    margin-bottom: 0.3rem;
}

.pd-menu-bottom-link span img {
    width: 1.3rem;
    height: auto;
    object-fit: cover;
}

/*MAIN PAGE*/
.pd-experience{
    color:#0498a0;
    width:150px;
    height: 150px;
}

.pd-profile-pic {
    background-image: url('/img/pd_profile.jpg');
    background-size: cover;
    background-position: center center;
}

.slick-intro-skills img{
  width:80%;  
}

/*WORK*/

.pd-slick-work .slick-slide {
    height:100vh;
    width: 100%;
 }
 
.pd-slick-work .slick-slide img {
    width: 100%;
 }
 
 ul.slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    left: 3rem;
    right: 0;   
    list-style:none;
    margin: auto; 
    padding-left:0;
}
 
ul.slick-dots button {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    color: #fff;
    font-size: 0;
}

ul.slick-dots .slick-active button {
    background: #fff;
}
 

 .pd-work-caption {
    bottom: 0;
}
.pd-main-wrapper{
    overflow-x:hidden;
}

.pd-work-mask{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/*SKILLS*/

.pd-skill-circle{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.pd-skill-circle .pd-skill-icon{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:90%;
    height: 90%;
    border-radius: 50%;
    background:#fff;
    z-index:100;
}

.pd-skill-circle .pd-skill-icon img{

    max-width: 70px;
    max-height: 70px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
}

.pd-skill-static{
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    left:0;
    background:#0498a0;
    z-index:50;
}

.pd-skill-rotate{
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    background: #0498a0;
    z-index: 50;
    transform-origin: top left;
    transform: translate(0,25%) rotate(45deg);
    transition:transform 0.5s ease-out;
    transition-delay: 1.3s;
}

.pd-main-content.active [data-rotation="0"] .pd-skill-rotate{
    transform: rotate(0deg);
}

.pd-main-content.active [data-rotation="10"] .pd-skill-rotate{
    transform: rotate(10deg);
}

.pd-main-content.active [data-rotation="15"] .pd-skill-rotate{
    transform: rotate(15deg);
}

.pd-main-content.active [data-rotation="20"] .pd-skill-rotate{
    transform: rotate(20deg);
}

.pd-main-content.active [data-rotation="25"] .pd-skill-rotate{
    transform: rotate(25deg);
}

.pd-main-content.active [data-rotation="35"] .pd-skill-rotate{
    transform: rotate(35deg);
}

.pd-main-content.active [data-rotation="40"] .pd-skill-rotate{
    transform: rotate(40deg);
}


[data-rotation="10"] .pd-skill-rotate,
[data-rotation="10"] .pd-skill-static{
    background:#138989;
}

[data-rotation="15"] .pd-skill-rotate,
[data-rotation="15"] .pd-skill-static{
    background:#138989;
}

[data-rotation="20"] .pd-skill-rotate,
[data-rotation="20"] .pd-skill-static{
    background:#138989;
}

[data-rotation="25"] .pd-skill-rotate,
[data-rotation="25"] .pd-skill-static{
    background:#116b68;
}

[data-rotation="35"] .pd-skill-rotate,
[data-rotation="35"] .pd-skill-static{
    background:#116b68;
}

[data-rotation="40"] .pd-skill-rotate,
[data-rotation="40"] .pd-skill-static{
    background:#0c3a37;
}

/*FONTS*/

h1{
    font-weight: bold;
}

h4{
    color:#0498a0;
    font-weight: 200;
}

h5{
    color:#0498a0;
    font-weight: 200;
}

[data-menu]{
    cursor:pointer;
}

/*FORM*/
.form-label{
    display: block;
    font-size: 12px;
    width: 100%;
}

.form-control{
    border:0;
    background:transparent;
    width: 100%;
    padding:0.5rem 0;
    border-radius:0;
    border-bottom:2px solid #333;
    transition:all 0.5s;
    outline: none;
}

textarea.form-control{
    max-height: 150px;
    resize: none;
}

.form-control:hover,
.form-control:focus,
.form-control:focus-visible{
    border-radius:0;
    border:0;
    outline: none;
    border-bottom:2px solid #0498a0;
}

/*UTILITIES*/

.pd-button,.pd-button:active,.pd-button:focus{
    border-top:3px solid #0498a0;
    border-left:3px solid #0498a0;
    border-right:0;
    border-bottom:3px solid #0498a0;
    padding:0.25rem 0rem 0.25rem 0.80rem;
    background-color:transparent;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    outline:none;
}

.pd-button:hover{
    padding:0.25rem 0.40rem 0.25rem 0.40rem;
    background-color:#0498a0;
    color:#fff;
}

.pd-button.pd-button-lg{
    font-size:1.3rem;
    padding:0.35rem 0rem 0.35rem 1.2rem;
}


.pd-button.pd-button-lg:hover{
    padding:0.35rem 0.6rem 0.35rem 0.6rem;
}

.pt-30{
    margin-top:30%;
}

.bg-primary-dark{
  background:#1c2a2b;
}

.border-right-white{
  border-right:1px solid #fff;
}


.bg-primary-dark-anim {
    background: -moz-linear-gradient(-45deg,  rgba(6,176,193,0.15) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(6,176,193,0.15) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(6,176,193,0.15) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2606b0c1', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

/*RESPONSIVE*/

@media(min-width:576px){
    .pd-slick-work .slick-slide img {
        height: 100vh;
        width: unset;
     }
}

@media(min-width:768px){

    .pt-md-30{
        margin-top:30%;
    }
  
    
}

@media (max-width:768px) {
    
    .pd-1-height{
        height: 33vh!important;
    }

    /* .pd-2-height{
        height: 50vh!important;
    } */

    .pd-3-height{
        height: 66vh!important;
    }
    .pd-experience{
        width: 120px!important;
        height: 75px!important;
        font-size: 0.7rem;
    }



}

@media (min-width: 992px) {


    /* Active Circle on Large Devices */
    .active-circle::before {
        top: 0;
        left: -0.2rem;
        bottom: 0;
        right: unset;
    }

    .active-circle.pd-menu-logo::before {
        content: none;
    }

    .pd-main-wrapper{
        max-width: calc(100% - 9rem);
    }

    .pd-main-wrapper{
        overflow:hidden;
    }

    .pd-full-height{
        min-height: 100vh;
    }

}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}