/*=================================================================*/
/*                     CARDS
/*=================================================================*/
.card-rounded {
    border-radius: 40px;
    transition: transform .2s; /* Animation */
/*    transform: scale(0.95);*/
}
.card-rounded:hover {
    opacity: 0.85;
/*    cursor: pointer;*/
    
    transform: scale(1.02);
/*    transform: scale(1);*/
}

.sibly-bg {
    background: rgba(254, 143, 188, 0.15);
}

.feelit-bg {
    background: rgba(209, 135, 239, 0.15);
}

.chubble-bg {
    background: rgba(93, 203, 160, 0.15);
}

.regular-bg, .single-cover {
    background: rgba(159, 185, 211, 0.15);
}
.dotted-box {
    border:  2px dashed rgba(152, 171, 190, 0.34);
    border-radius: 10px;
}
.yellow-box{
    background: rgba(255, 169, 54, 0.11);
}

.card-logo {
    height: 25px;
}
.card-chubble .card-logo {
    height: 34px;
}
.card-small-logo .card-logo {
    height: 19px;
}
.work-page .card h3{
    font-size: 1.3rem !important;
}
.work-page .card p{
    font-size: 1rem !important;
}
.card p {
/*    color: #414447;*/
}
.card hr {
    color: rgba(101, 136, 168, 0.7)
}

.card-image {
    margin-top: -37px
}

/*
.product-hunt-badge {
    position: absolute;
    bottom: 0;
    right: 5%;
}
.chubble-showcase{
    
    margin-right: 20%;
}
*/
.static-tag {
    padding: 8px 15px;
    font-weight: 600;
}
.tags {
    margin-bottom: 20px;
    line-height: 40px;
/*
    word-wrap: break-word;
    word-break: break-word;
*/
}
/*
.tags span {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}
*/
.password-indicator {
  margin-right: 8px;
}



/*=================================================================*/
/*                     Navbar
/*=================================================================*/
/*
.navbar {
    background: green;
}
*/
/*
.navbar-brand {
    background: yellow;
}
*/
.nav-my-location {
    margin-top: 3px;
    margin-bottom: 0;
    padding: 5px 20px;
    border-bottom: 1px dashed #d3d3d3;
    border: 1px dashed #d3d3d3;
    border-radius: 20px;
    text-decoration: none;
}
.nav-my-location:hover {
    border-color: #bcbcbc;
    color: black;
    cursor: default;
}


/*=================================================================*/
/*                     MISC
/*=================================================================*/
.light-text {
    font-weight: 100;
}

header {
    z-index: 1; /* to fix clickability in project page */
}
.logo-dot {
    font-size: 40px;
    line-height: 2px;
}
.tag:not(:last-child) {
    margin-right: 10px
}
.tag {
/*    background: yellow;*/
}
.post-logo{
    width: 100px;
}
.my-role-card:before {
    display: block;
    content: '';
    background-image: url('../images/role-icon.svg');
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
/*    margin-bottom: 0;*/
}
.my-role-card {
    padding: 10px 30px;
/*    padding-right: 40px;*/
    padding-bottom: 15px;
    font-size: 1px !important;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.my-role-card p, .my-role-card li {
    font-size: 16px;
}
@media only screen and (min-width: 768px) { 
    .my-role-nd-card {
        margin-left: 70px;
        margin-right:0;
    }
}
/*
.medium-zoom-image {
    z-index: 6;
}*/

.single-cover {
    top:0 ;
    position: absolute;
    width: 100%;
    padding-top: 40px;
}
.password-widget {
    width: 500px;
}

.next-previous-buttons .btn {
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 100px;
    width: 100%;
    white-space: normal; 
}
.embedded-video {
    height: 480px;
    width: 878px;
    margin: auto;
}
@media only screen and (max-width: 1200px) {
    .embedded-iframe {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) { 
    .embedded-video {
        height: 450px;
    }
}
@media only screen and (max-width: 576px) { 
    .embedded-video {
        height: 300px;
    }
    .video-player {
        width: 100%;
    }
}
.vertical-menu li a {
    width: 100%;
    display: block;
}
.password-icon {
    font-size: 8em;
    opacity: 0.2;
    margin-bottom: 20px;
}
.newsletter-headline {
    font-weight: 100;
}
.password-error-message{
    color: #de4d4d;
    display: none;
}
@media only screen and (max-width: 576px) { 
    .password-widget {
        width: 100%;
        border: none;
    }
}
.project-meta .list-inline-item {
    margin-left: 10px;
}
.giant-text {
    font-size: 3.5rem !important;
    font-weight: 500;
}
@media only screen and (max-width: 576px) {
    .giant-text {
        font-size: 2.5rem !important;
    }
}
.press-list {
    white-space: initial;
    word-wrap: break-word;
}
.image-border {
  border: 1px solid #ececec;
}

/*==================================================================*/
/*                     HERO & SHAPES
/*==================================================================*/

.hero-p {
    font-size: 18px;
/*    font-weight: 300;*/
}
.four-o-four-image-section {
    position: relative;
    height: 550px;
}
.four-o-four-image {
    width: 550px;
/*    height: 900px;*/
    z-index: 2;
    
}

.hero-image {
    width: 250px;
    z-index: 2;
}

.hero-image-section {
    position: relative;
    height: 400px;
    right: 20px;
}
.home-hero-image-section{
    height: 500px;
}

.hero-image-back, .four-o-four-image-back {
    width: 260px;
    height: 260px;
}

.hero-image-back:before, .four-o-four-image-back:before{
	position: absolute;
	content: "";
	top: 24px;
	bottom: 24px;
	left: 26px;
	right:22px;
	background-color: rgba(104, 140, 195, 0.1);
	z-index: 1;
	transform: rotate(-50deg);
	animation: animeRotate 4s linear 0s infinite alternate;
}
.four-o-four-image-back:before{
	position: absolute;
	content: "";
	top: 10px;
	bottom: 10px;
	left: -140px;
	right: 140px;
}

@keyframes animeRotate {
  0% {
    transform: rotate(-50deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

.simple-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}
.simple-shapes span {
    position: absolute;
}
.shape-circle-red, .shape-circle-green, .shape-dots {
    opacity: 0.4;
}

.shape-square, .shape-triangle, .shape-circle-blue, .shape-circle-green-2, .shape-wave {
    opacity: 0.3;
}
.shape-dots {
    top: 25%;
    right: -5%;
}
.shape-wave {
    top: 55%;
    left: -30%;
}
.shape-wave img{
    transform: scale(0.9);
}
.shape-circle-red {
    top: 80%;
    left: 18%;
    opacity: 0.25;
}
.shape-circle-green {
    top: 12%;
    right: 46%;
}
.shape-circle-green-2 {
    top: 67%;
    left: 2%;
}
.shape-square {
    top: 23%;
    left: -3%;
}
.shape-triangle {
    top: 70%;
    right: 10%;
}
.shape-circle-blue {
    top: 55%;
    right: -15%;
}


.anim_rotate{
	animation: animRotate 7s infinite ease-in-out;
}

@keyframes animRotate {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

.anim_circle{
	animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.anim_scale{
	animation: animScale 2s linear 0s infinite alternate;
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.anim_scale2{
	animation: animScale2 5s linear 0s infinite alternate;
}

@keyframes animScale2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}

.anim_translate{
	animation: animTranslate 3s ease-in-out 0s infinite alternate;
}

@keyframes animTranslate {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

.anim_moveTop{
	animation: animMoveTop 5s linear 0s infinite alternate;
}

@keyframes animMoveTop {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(30px);
  }
}

.anim_moveLeft{
	animation: animMoveLeft 5s linear 0s infinite alternate;
}

@keyframes animMoveLeft {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

.anim_extra{
	animation: animExtra 5s linear 0s infinite alternate;
}

@keyframes animExtra {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.anim_right{
	animation: animRight 4s ease-in-out 0s infinite alternate;
}

@keyframes animRight {
  0% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}

.anim_right2{
	animation: animRight2 5s linear 0s infinite alternate;
}

@keyframes animRight2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-30px);
  }
}

.anim_left2{
	animation: animLeft2 5s linear 0s infinite alternate;
}

@keyframes animLeft2 {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 767px) {
    .hero-image-section {
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 300px;
        margin-top: -60px;
        margin-bottom: 20px;
    }
    
    .hero-image {
        width: 200px;
    }
    .hero-image-back {
        width: 210px;
        height: 210px;
    }
    .simple-shapes span img {
        transform: scale(0.85);
    }
}



/*=================================================================*/
/*                    DARK MODE SWITCH
/*=================================================================*/
body {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
/*
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
*/
}
.theme-switch-wrapper {
  display: flex;
  align-items: center;
    margin-left: 20px;
/*    border-left: solid 1px rgba(170, 170, 170, 0.41);*/
    padding-left: 40px;
/*    transform: scale(0.9);*/
}
.theme-switch-wrapper-mobile {
    margin-left: auto;
    margin-top: 12px
}
.theme-switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 45px;
    margin-right: 8px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 20px;
  left: 3px;
  position: absolute;
  transition: .4s;
  width: 20px;
}
.slider:after {
    content: '';
    position: relative;
    width: 14px;
    height: 14px;
    float: left;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    
    transition: all .4s ease;
    
    width: 7px;
    top: 6px;
    left: 5px;
    background: #ccc;
    border-radius: 7px 0 0 7px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before, input:checked + .slider:after{
  transform: translateX(18px);
}
input:checked + .slider:after{
    width: 14px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: none;
    box-shadow: 4px 4px 0 0 #66bb6a;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/*=================================================================*/
/*                    ABOUT ME PAGE
/*=================================================================*/
.book-currently {
    width: 45%;
}
.book-recently {
/*    width: 80% !important;*/
}
.quotation-mark {
    font-size: 194px;
    line-height: 90px;
    color: #D1D7DC;
    opacity: 0.4;
}
.quotes-carousel {
    width: 70%;
}
.quote-avatar {
    width: 100px;
}
.my-email {
    font-size: 26px;
/*    text-transform: uppercase;*/
/*    color: rgba(105, 105, 105, 0.55);*/
}
/*
.navbar-nav	li.active .nav-link {
    position: relative;
}
.navbar-nav	li.active .nav-link:before {
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    border-radius: 10px;
    background: black;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto
}*/

/*=================================================================*/
/*                    CONSULTING PAGE
/*=================================================================*/

.vc-logo {
    filter: grayscale(100%);
    opacity: 0.7;
}
.vc-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* dark mode */
body.dark-mode .vc-logo {
    opacity: 1;
}

body.dark-mode .custom-card-text {
    color: rgba(255, 255, 255, 0.8) !important;
/*    background: yellow;*/
}

/*=================================================================*/
/*                      CASE STUDIES
/*=================================================================*/

.white-box {
    background: white;
    border-radius: 12px;
}