@charset "UTF-8";

.bg-lightblue {
    background-color: #A3E9FF;
}

.bg-lightyellow {
    background-color: #FFF29A;
}

.bg-lightpink {
    background-color: #FCC5E2;
}

.bg-charcoal {
    background-color: #1E2024;
}

.cleverideas-logo {
    width: 400px;
    max-width: 400px;
}

.ebook-img {
    max-height: 200px;
}

@keyframes bg-animation {
  0% {background-position: left}
  50% {background-position: right}
  100% {background-position: left}
}


.cont-center-all {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}
.center-all{
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-y-axis{
    display: flex;
    align-items: center;
    /* [disabled]justify-content: center; */
}

.justify-content-center{
    justify-content:center;
}

.opacity-ninty{
    opacity: 0.75;
}

.grow {
    transition: transform 0.5s;
}

.grow:hover {
    transform: scale(110%);
    transition-duration: all 0.5s;
}


.grow-rotate {
    transition: transform 0.5s;
}

.grow-rotate:hover {
    transform: scale(125%) rotate(10deg);
    transition-duration: all 0.5s;
}


.shrink {
    transition: transform 0.5s;
}

.shrink:hover {
    transform: scale(95%);
    transition-duration: all 0.5s;
}

.hidden{
    display: none;
    visibility: hidden;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #F9C102;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #F67603;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #F9C102;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #F9C102;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #F67603;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #F9C102;
		border-left-color: transparent;
	}
}

.divider-btm {
    border-bottom: thin solid hsla(204,100%,17%,1.00);
    padding-bottom: 0px;
    margin-bottom: 40px;
}
.divider-top {
    border-top: thin solid hsla(204,100%,17%,1.00);
    padding-bottom: 0px;
    margin-bottom: 40px;
    padding-top: 40px;
}

.sticky-top {
  position: sticky;
  top: 0;
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

    .back-home {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 2;
    top: 20px;
    left: 20px;
    background-color: rgba(255,255,255,0.90);
    border-radius: 50px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;

}

.back-home:hover {
    -webkit-box-shadow: 0px 0px 50px rgba(27,2,11,1.00);
    box-shadow: 0px 0px 50px rgba(26,0,11,1.00);
}

.up-icon {
    color: rgba(242,5,67,1.00);
    font-size: 24px;
    padding-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    vertical-align: -3px;
}

.learn-more-btn {
    padding: 13px 50px 15px;
    /* [disabled]border: 0px solid hsla(52,100%,50%,1.00); */
    border-radius: 11px;
    color: hsla(0,0%,100%,1.00);
    font-size: large;
    background-color: rgba(255,221,0,0.40);
    text-align: center;
}
.learn-more-btn:hover {
    border-radius: 10px;
    color: hsla(0,0%,9%,1.00);
    background-color: hsla(52,100%,50%,1.00);
    text-align: center;
}


/*---------------------
# Media Queries Ads
----------------------*/

.visible-desktop{
    
}

.visible-mobile{
    display: none;
    
}
.container.mar-top-50px.mar-bot-30px div {
}

@media (max-width: 990px){
    .visible-desktop{
        display: none;
    }
}

@media (max-width: 990px){
    .visible-mobile{
        display: block;
    }
}


/*---------------------
# Media Queries Ads
----------------------*/

/* Always hide all by default */
.desktop, .tablet, .mobile {
    display: none;
}

/* Show Desktop */
@media (min-width: 991px) and (max-width: 3000px) {
    .desktop {
        display: block;
    }
}

/* Show Tablet */
@media (min-width: 767px) and (max-width: 991px) {
    .tablet {
        display: block;
    }
}

/* Show Mobile */
@media (max-width: 767px) {
    .mobile {
        display: block;
    }
}


/*---------------------
# iam kirky hero
----------------------*/

.hero-iamkirky {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%);
    z-index: 2;
}

.cont-center-all {
    position: relative;
    z-index: 3; /* Content appears ABOVE the video and overlay */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}


#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; /* Below text */
}

.hero-grain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/"); /* Transparent grain PNG */
    background-repeat: repeat;
    opacity: 1; /* SUPER subtle */
    pointer-events: none; /* So it doesn't block clicks */
    z-index: 2; /* Above the video but below the text */
}


/* And make sure your hero content is higher: */
.hero-caption {
  position: relative;
  z-index: 3;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(72,219,251,0.25); /* start color */
    animation: fadeSolidColors 50s ease-in-out infinite alternate;
    z-index: 2;
}

@keyframes fadeSolidColors {
    0% {
        background-color: rgba(72,219,251,0.25); /* Light Teal */
    }
    10% {
        background-color: rgba(155,89,182,0.25); /* Soft Purple */
    }
    20% {
        background-color: rgba(225,48,108,0.25); /* Soft Pink */
    }
    30% {
        background-color: rgba(64,93,230,0.25); /* Soft Blue */
    }
    40% {
        background-color: rgba(88,101,242,0.25); /* Facebook Blue */
    }
    50% {
        background-color: rgba(255,159,67,0.25); /* Peachy Orange */
    }
    60% {
        background-color: rgba(32,191,107,0.25); /* Mint Green */
    }
    70% {
        background-color: rgba(0,210,255,0.25); /* Bright Sky Blue */
    }
    80% {
        background-color: rgba(191,85,236,0.25); /* Vibrant Lavender */
    }
    90% {
        background-color: rgba(247,183,49,0.25); /* Yellow Gold */
    }
    100% {
        background-color: rgba(72,219,251,0.25); /* Back to Light Teal */
    }
}


/*---------------------
# iam kirky hero
----------------------*/


@media (min-width: 991px) and (max-width: 3000px){
    .hero-iamkirky{
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0.14%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-desktop.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0.14%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-desktop.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0.14%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-desktop.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0.14%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-desktop.jpg);
    padding-left: 150px;
    padding-right: 150px;
    background-position: left center;
    }
    
    .hero-h1 {
    font-size: 4rem;
    line-height: 70px;
    letter-spacing: -2px;
    }
}


@media (min-width: 767px) and (max-width: 991px){
    .hero-iamkirky{
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-tablet.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-tablet.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-tablet.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-tablet.jpg);
    padding-left: 100px;
    padding-right: 100px;
    background-position: 74% 0%;
    }
    .hero-h1 {
    font-size: 3.5rem;
    line-height: 60px;
    letter-spacing: -2px;
    }
}

@media (min-width: 400px) and (max-width: 767px){
    .hero-iamkirky{
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-mobile.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-mobile.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/hero-img-mobile.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100.00%), url(../img/hero-img-mobile.jpg);
    padding-left: 50px;
    padding-right: 50px;
    background-position: 58% 0%;
    }
    
    .hero-iamkirky {
        /* background settings */
    }
    .hero-h1 {
        font-size: 1.85rem; /* smaller size */
        line-height: 37px;
        letter-spacing: -1px;
    }
}


/*---------------------
# PORTFOLIO
----------------------*/

.desktop-height {
    height: auto;
    min-height: 250px;
}

.mobile-height {
    height: 200px;
}

.tablet-height {
    height: 250px;
}

.portfolio-link-one {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 99.95%), url(../img/fitness-gym.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 99.95%), url(../img/fitness-gym.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 99.95%), url(../img/fitness-gym.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 99.95%), url(../img/fitness-gym.jpg);
}
/*---------------------
# PORTFOLIO
----------------------*/

.portfolio-link-one:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fitness-gym.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fitness-gym.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fitness-gym.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0.00%,rgba(0,0,0,0.25) 100%), url(../img/fitness-gym.jpg);
}

.portfolio-link-two {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/fitness-studio.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/fitness-studio.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/fitness-studio.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/fitness-studio.jpg);
}
.portfolio-link-two:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fitness-studio.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fitness-studio.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fitness-studio.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0.00%,rgba(0,0,0,0.25) 100%), url(../img/fitness-studio.jpg);
}

.portfolio-link-three {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/portraits.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/portraits.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/portraits.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100.00%), url(../img/portraits.jpg);
}
.portfolio-link-three:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/portraits.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/portraits.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/portraits.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100.00%), url(../img/portraits.jpg);
}

.portfolio-link-four {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/alter-ego.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/alter-ego.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/alter-ego.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/alter-ego.jpg);
}
.portfolio-link-four:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/alter-ego.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/alter-ego.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/alter-ego.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/alter-ego.jpg);
}

.portfolio-link-five {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 99.95%), url(../img/headshots.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 99.95%), url(../img/headshots.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 99.95%), url(../img/headshots.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 99.95%), url(../img/headshots.jpg);
}
.portfolio-link-five:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 99.95%), url(../img/headshots.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 99.95%), url(../img/headshots.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 99.95%), url(../img/headshots.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 99.95%), url(../img/headshots.jpg);
}

.portfolio-link-six {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/fashion.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/fashion.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/fashion.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100.00%), url(../img/fashion.jpg);
}
.portfolio-link-six:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fashion.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fashion.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fashion.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/fashion.jpg);
}

.portfolio-link-seven {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/products.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/products.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/products.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/products.jpg);
}
.portfolio-link-seven:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 99.95%), url(../img/products.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 99.95%), url(../img/products.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 99.95%), url(../img/products.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 99.95%), url(../img/products.jpg);
}

.portfolio-link-eight {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/corporate.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/corporate.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/corporate.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/corporate.jpg);
}
.portfolio-link-eight:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/corporate.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/corporate.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/corporate.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/corporate.jpg);
}

.portfolio-link-nine {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/events.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/events.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/events.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/events.jpg);
}
.portfolio-link-nine:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/events.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/events.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/events.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/events.jpg);
}

.portfolio-link-ten {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/bmw-800.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/bmw-800.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/bmw-800.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../img/bmw-800.jpg);
}
.portfolio-link-ten:hover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/bmw-800.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/bmw-800.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/bmw-800.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%), url(../img/bmw-800.jpg);
}

/*---------------------
# FAQ
----------------------*/

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid rgba(255,255,255,0.10);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: #00A5E1;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 25px;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
    color: #FFFFFF;
}

.faq .faq-list a.collapsed:hover {
  color: #00A5E1;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.text-green{
    color: #58C231;
    text-align: center;
    font-size: small;
    padding-top: 15px;
    padding-bottom: 10px;
}

.text-green:hover{
    color: #6FEA42;
}

/*---------------------
# Text Color
----------------------*/

.text-blue{
    color: #50BEE7
}

.text-white{
    color: #FFFFFF
}

.text-yellow{
    color: rgba(249,195,5,1.00);
}

.text-amazon-orange{
    color: orange;
}


/*---------------------
# Text Heading
----------------------*/

.hero-heading {
    font-size: calc(1.75rem + 1vw);
}


/*---------------------
# Margin Top -
----------------------*/

.mar-top--5px{
    margin-top: -5px;
}

.mar-top--10px{
    margin-top: -10px;
}

.mar-top--15px{
    margin-top: -15px;
}

.mar-top--20px{
    margin-top: -20px;
}

.mar-top--25px{
    margin-top: -25px;
}

.mar-top--30px{
    margin-top: -30px;
}

.mar-top--35px{
    margin-top: -35px;
}

.mar-top--40px{
    margin-top: -40px;
}

.mar-top--45px{
    margin-top: -45px;
}

.mar-top--50px{
    margin-top: -50px;
}


/*---------------------
# Margin Top
----------------------*/

.mar-top-5px{
    margin-top: 5px;
}

.mar-top-10px{
    margin-top: 10px;
}

.mar-top-15px{
    margin-top: 15px;
}

.mar-top-20px{
    margin-top: 20px;
}

.mar-top-25px{
    margin-top: 25px;
}

.mar-top-30px{
    margin-top: 30px;
}

.mar-top-35px{
    margin-top: 35px;
}

.mar-top-40px{
    margin-top: 40px;
}

.mar-top-45px{
    margin-top: 45px;
}

.mar-top-50px{
    margin-top: 50px;
}

.mar-top-55px{
    margin-top: 55px;
}

.mar-top-60px{
    margin-top: 60px;
}

.mar-top-65px{
    margin-top: 65px;
}

.mar-top-70px{
    margin-top: 70px;
}

.mar-top-75px{
    margin-top: 75px;
}

.mar-top-80px{
    margin-top: 80px;
}

.mar-top-85px{
    margin-top: 85px;
}

.mar-top-90px{
    margin-top: 90px;
}



/*---------------------
# Margin Bottom
----------------------*/

.mar-bot-5px{
    margin-bottom: 5px;
}

.mar-bot-10px{
    margin-bottom: 10px;
}

.mar-bot-15px{
    margin-bottom: 15px;
}

.mar-bot-20px{
    margin-bottom: 20px;
}

.mar-bot-25px{
    margin-bottom: 25px;
}

.mar-bot-30px{
    margin-bottom: 30px;
}

.mar-bot-35px{
    margin-bottom: 35px;
}

.mar-bot-40px{
    margin-bottom: 40px;
}

.mar-bot-45px{
    margin-bottom: 45px;
}

.mar-bot-50px{
    margin-bottom: 50px;
}

/*---------------------
# Padding 360
----------------------*/


.pad-0-0-0-0{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.pad-5-5-5-5{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.pad-10-10-10-10{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.pad-15-15-15-15{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.pad-20-20-20-20{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.pad-25-25-25-25{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.pad-30-30-30-30{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.pad-35-35-35-35{
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
}

.pad-40-40-40-40{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.pad-45-45-45-45{
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
}

.pad-50-50-50-50{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

/*---------------------
# Padding Left Right
----------------------*/

.pad-lef-rht-0px{
    padding-left: 0px;
    padding-right: 0px;
}

.pad-lef-rht-5px{
    padding-left: 5px;
    padding-right: 5px;
}

.pad-lef-rht-10px{
    padding-left: 10px;
    padding-right: 10px;
}

.pad-lef-rht-15px{
    padding-left: 15px;
    padding-right: 15px;
}

.pad-lef-rht-20px{
    padding-left: 20px;
    padding-right: 20px;
}

.pad-lef-rht-25px{
    padding-left: 25px;
    padding-right: 25px;
}

.pad-lef-rht-30px{
    padding-left: 30px;
    padding-right: 30px;
}

.pad-lef-rht-35px{
    padding-left: 35px;
    padding-right: 35px;
}

.pad-lef-rht-40px{
    padding-left: 40px;
    padding-right: 40px;
}

.pad-lef-rht-45px{
    padding-left: 45px;
    padding-right: 45px;
}

.pad-lef-rht-50px{
    padding-left: 50px;
    padding-right: 50px;
}

/*---------------------
# Padding Top
----------------------*/

.pad-top-5px{
    padding-top: 5px;
}

.pad-top-10px{
    padding-top: 10px;
}

.pad-top-15px{
    padding-top: 15px;
}

.pad-top-20px{
    padding-top: 20px;
}

.pad-top-25px{
    padding-top: 25px;
}

.pad-top-30px{
    padding-top: 30px;
}

.pad-top-35px{
    padding-top: 35px;
}

.pad-top-40px{
    padding-top: 40px;
}

.pad-top-45px{
    padding-top: 45px;
}

.pad-top-50px{
    padding-top: 50px;
}

/*---------------------
# Padding Bottom
----------------------*/

.pad-bot-5px{
    padding-bottom: 5px;
}

.pad-bot-10px{
    padding-bottom: 10px;
}

.pad-bot-15px{
    padding-bottom: 15px;
}

.pad-bot-20px{
    padding-bottom: 20px;
}

.pad-bot-25px{
    padding-bottom: 25px;
}

.pad-bot-30px{
    padding-bottom: 30px;
}

.pad-bot-35px{
    padding-bottom: 35px;
}

.pad-bot-40px{
    padding-bottom: 40px;
}

.pad-bot-45px{
    padding-bottom: 45px;
}

.pad-bot-50px{
    padding-bottom: 50px;
}

/*---------------------
# Bottons
----------------------*/

.lets-go-btn{
    border: thin solid rgba(0,0,0,0.00);
    font-size: x-large;
    font-weight: bolder;
    color: #121212;
    border-radius: 0px;
    background-color: rgba(77,211,247,1.00);
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.yes-i-want-this-btn{
    background-color: rgba(0,0,0,0.00);
    padding: 8px 30px;
    color: rgba(255,255,255,0.90);
    border-radius: 33px;
    margin-bottom: 12px;
    margin-yop: 20px;
    border: 2px solid rgba(242,5,67,1.00);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.yes-i-want-this-btn:hover{
    background-color: rgba(242,5,67,1.00);
    color: rgba(32,32,32,0.93);
}

.yes-i-want-this-btn-big{
    background-color: #F9C303;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    padding-left: 40px;
    color: rgba(19,19,19,1.00);
    margin-bottom: 20px;
    margin-yop: 20px;
    font-size: 24px;
    font-weight: 800;
    margin-top: 15px;
}

.yes-i-want-this-btn-big:hover{
    background-color: rgba(22,22,22,1.00);
    color: rgba(255,255,255,1.00);
}

.yes-i-want-this-btn-blue{
    background-color: rgba(0,206,255,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    color: rgba(19,19,19,1.00);
    border-radius: 33px;
    margin-bottom: 20px;
    margin-yop: 20px;
    margin-top: 15px;
}

.yes-i-want-this-btn-blue:hover{
    background-color: rgba(22,22,22,1.00);
    color: rgba(255,255,255,1.00);
    margin-yop: 20px;
}

.gradient-btn {
    background-image: -webkit-linear-gradient(60deg,rgba(255,222,2,1.00) 33.25%,rgba(249,255,130,1.00) 50%,rgba(255,222,2,1.00) 65.42%);
    background-image: -moz-linear-gradient(60deg,rgba(255,222,2,1.00) 33.25%,rgba(249,255,130,1.00) 50%,rgba(255,222,2,1.00) 65.42%);
    background-image: -o-linear-gradient(60deg,rgba(255,222,2,1.00) 33.25%,rgba(249,255,130,1.00) 50%,rgba(255,222,2,1.00) 65.42%);
    background-image: linear-gradient(30deg,rgba(255,222,2,1.00) 33.25%,rgba(249,255,130,1.00) 50%,rgba(255,222,2,1.00) 65.42%);
    font-size: 25px;
    font-weight: normal;
    border-radius: 4px;
    background-size: 200%;
    background-position: left;
    transition: 0.5s background-position scale ease-in-out;
    color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 1px 1px 20px rgba(31,52,68,0.35);
    box-shadow: 1px 1px 20px rgba(31,52,68,0.35);
    padding: 10px 40px;
}

.gradient-btn:hover {
    background-position: right;
    transform: scale(98%);
    transition-duration: 0.5s;
    color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 1px 1px 5px rgba(19,33,44,0.37);
    box-shadow: 1px 1px 5px rgba(19,33,44,0.37);
}

.call-btn-profile{
    width: 100px;
    opacity: 0.9;
    -webkit-box-shadow: 0px 0px 100px #F9C303;
    box-shadow: 0px 0px 100px #F9C303;
    border-radius: 111px;
    margin-top: 30px;
}

.call-btn-profile:hover{
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 100px #00A4E1;
    box-shadow: 0px 0px 100px #00A4E1;
    border-radius: 117px;
}

/*---------------------
# 
----------------------*/

.new {
    background-image: -webkit-linear-gradient(58deg,rgba(255,210,0,1.00) 0.88%,rgba(255,221,0,1.00) 10.30%,rgba(255,205,0,1.00) 30.19%,rgba(255,224,0,1.00) 63.74%,rgba(255,202,0,1.00) 85.83%,rgba(255,206,0,1.00) 100%);
    background-image: -moz-linear-gradient(58deg,rgba(255,210,0,1.00) 0.88%,rgba(255,221,0,1.00) 10.30%,rgba(255,205,0,1.00) 30.19%,rgba(255,224,0,1.00) 63.74%,rgba(255,202,0,1.00) 85.83%,rgba(255,206,0,1.00) 100%);
    background-image: -o-linear-gradient(58deg,rgba(255,210,0,1.00) 0.88%,rgba(255,221,0,1.00) 10.30%,rgba(255,205,0,1.00) 30.19%,rgba(255,224,0,1.00) 63.74%,rgba(255,202,0,1.00) 85.83%,rgba(255,206,0,1.00) 100%);
    background-image: linear-gradient(32deg,rgba(255,210,0,1.00) 0.88%,rgba(255,221,0,1.00) 10.30%,rgba(255,205,0,1.00) 30.19%,rgba(255,224,0,1.00) 63.74%,rgba(255,202,0,1.00) 85.83%,rgba(255,206,0,1.00) 100%);
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    float: left;
    font-size: 12px;
}

.divider{
    border-bottom: thin solid #EAE8E8;
    padding-top: 0px;
    padding-bottom: 0px;
}

.flipbook-iframe{
    display: flex;
    align-content: center;
    align-items: center;
    width: 100vw;
    border-color: #000000;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.insert-email {
    color: rgba(255,255,255,1.00);
    border-bottom: thin solid rgba(255,255,255,0.29);
    text-align: center;
}

.no-bg {
    background-color: rgba(0,0,0,0.00);
}

.no-border {
    border-color: rgba(0,0,0,0.00);
}

.map-embed-100vw {
    width: 100vw;
    margin-left: -12px;
    margin-bottom: -56px;
    opacity: 1;
    margin-top: 50px;
}

.z-in--1{
    z-index: -1;
}

.z-in-1{
   z-index: 1; 
}

.z-in-2{
    z-index: 2;    
}

.z-in-3{
   z-index: 3;     
}

.z-in-4{
   z-index: 4;     
}

.z-in-5{
    z-index: 5;    
}

.z-in-6{
    z-index: 6;    
}

.countdown-text {
    font-size: 36px;
    color: #141414;
    letter-spacing: 1px;
    margin-top: 200px;
    text-align: center;
}

.countdown {
    font-size: 85px;
    font-weight: lighter;
    text-transform: none;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding-bottom: 40px;
}

/*--------------------------------
Responsive Media Styles
--------------------------------*/

/* Medium Device: 1200px */
@media only screen and (max-width: 1200px) {
.countdown-text {
    font-size: 30px;
    text-align: center;
    }
.countdown {
    font-size: 90px;
    text-align: center;
    margin-bottom: 0px;
}
}

/* Medium Device: 900px */
@media only screen and (max-width: 900px) {
.countdown-text {
    font-size: 25px;color: #FFFFFF;
    text-align: center;
    }
.countdown {
    font-size: 70px;
    text-align: center;
    margin-bottom: 0px;
}    
.hero-col-right-mobile {
}
}        

/* Medium Device: 700px */
@media only screen and (max-width: 700px) {
.countdown-text {
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    }
.countdown {
    font-size: 60px;
    text-align: center;
    margin-bottom: 0px;
}    
}    

/* Medium Device: 600px */
@media only screen and (max-width: 600px) {
.countdown-text {
    font-size: 25px;
    color: #4edff7;
    text-align: center;
    }
.countdown {
    font-size: 50px;
    text-align: center;
    margin-bottom: 0px;
}       
}    

/* Medium Device: 500px */
@media only screen and (max-width: 500px) {
.countdown-text {
    font-size: 20px;
    color: #4edff7;
    text-align: center;
    }
.countdown {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}       
}
    
/* Tablet Device: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    }
}

/* Large Mobile: 480px */
@media only screen and (max-width: 767px) {

    }
}

/* Small Mobile: 320px */
@media only screen and (max-width: 479px) {

    }
}


.opacity-35 {
    opacity: 0.35;
}
.copyright {
}

.gallery-gallery {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.gallery-gallery img {
    transition: all ease-in-out 0.4s;
    /* [disabled]opacity: 0.8; */
    z-index: -5;
}

.gallery-gallery:hover img {
    transform: scale(115%);
    /* [disabled]opacity: 1; */
    z-index: -3;
}

 .img-contain {
    overflow: hidden;
}

.box {
}

.img-contain {
    object-fit: cover;
}
.img-thumb {
}
.hero-lg {
}
.slider-lg {
    position: absolute;
    z-index: 235;
    bottom: 0px;
}
.header-img-lg {
}
.img-header-lg {
}
.bg-img {
    background-image: -webkit-linear-gradient(270deg,rgba(30,32,36,0.00) 42.94%,rgba(30,32,36,1.00) 99.37%), url(../img/IAMKIRKY-AF.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(30,32,36,0.00) 42.94%,rgba(30,32,36,1.00) 99.37%), url(../img/IAMKIRKY-AF.jpg);
    background-image: -o-linear-gradient(270deg,rgba(30,32,36,0.00) 42.94%,rgba(30,32,36,1.00) 99.37%), url(../img/IAMKIRKY-AF.jpg);
    background-image: linear-gradient(180deg,rgba(30,32,36,0.00) 42.94%,rgba(30,32,36,1.00) 99.37%), url(../img/IAMKIRKY-AF.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 13% center;
    height: 100vh;
}

/* Large Mobile: 480px */
@media only screen and (max-width: 767px) {

.bg-img {
    background-image: -webkit-linear-gradient(270deg,rgba(30,32,36,0.00) 42.94%,rgba(30,32,36,1.00) 99.37%), url(../img/IAMKIRKY-AF.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(30,32,36,0.00) 42.94%,rgba(30,32,36,1.00) 99.37%), url(../img/IAMKIRKY-AF.jpg);
    background-image: -o-linear-gradient(270deg,rgba(30,32,36,0.00) 42.94%,rgba(30,32,36,1.00) 99.37%), url(../img/IAMKIRKY-AF.jpg);
    background-image: linear-gradient(180deg,rgba(30,32,36,0.00) 42.94%,rgba(30,32,36,1.00) 99.37%), url(../img/IAMKIRKY-AF.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 61% center;
    height: 100vh;
}
    }

.countdown-section {
    z-index: 727;
    position: relative;
}
.error {
    margin-bottom: 0px;
}
.kirky-btn {
    padding: 10px 25px;
    background-image: -webkit-linear-gradient(270deg,rgba(16,19,21,0.90) 0%,rgba(20,23,25,0.90) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(16,19,21,0.90) 0%,rgba(20,23,25,0.90) 100%);
    background-image: -o-linear-gradient(270deg,rgba(16,19,21,0.90) 0%,rgba(20,23,25,0.90) 100%);
    background-image: linear-gradient(180deg,rgba(16,19,21,0.90) 0%,rgba(20,23,25,0.90) 100%);
    border-radius: 50px;
}
.footer-img {
    max-width: 350px;
    max-height: 350px;
}
.contact-select {
    height: 55px;
    border: thin solid #CBC9C9;
    border-radius: 0;
    background-color: #FFFFFF;
    color: #6B6B6B;
}

.what-i-do {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.hero-text {
    letter-spacing: -1.5px;
    color: rgba(51,54,59,1.00);
}
.what-i-do-section {
    background-color: rgba(255,212,0,1.00);
    padding-top: 5px;
    padding-bottom: 5px;
}
.carousel-pad {
}
.section-iamkirky {
    padding-top: 40px;
    padding-bottom: 0px;
}
.btn-kirky-dark {
    margin-right: 5px;
    padding: 8px 15px;
    background-color: rgba(39,50,56,1.00);
    color: rgba(255,255,255,1.00);
    margin-left: 5px;
}

.amazon-wish-list {
    margin-bottom: 17px;
}

.hero-main {
    background-color: #89CAE8;
}
.portfolio-main {
}.portfolio-text {
    color: rgba(255,255,255,1.00);
}.portfolio-text:hover {
    opacity: 0.9;
    color: rgba(137,202,232,1.00);
}.hero-col-left {
}
.hero-col-left-mobile {
    background-color: #89CAE8;
}
.hero-col-right {
    padding-right: 30px;
    margin-left: -70px;
}
.hero-col-right-mobile {
    padding: 50px 70px;
    margin-left: 0px;
    background-color: #FFFFFF;
}
.place-above {
    z-index: 1000;
    opacity: 0.9;
    height: 91%;
    background-image: -webkit-linear-gradient(270deg,rgba(8,12,14,0.60) 0%,rgba(8,12,14,0.60) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(8,12,14,0.60) 0%,rgba(8,12,14,0.60) 100%);
    background-image: -o-linear-gradient(270deg,rgba(8,12,14,0.60) 0%,rgba(8,12,14,0.60) 100%);
    background-image: linear-gradient(180deg,rgba(8,12,14,0.60) 0%,rgba(8,12,14,0.60) 100%);
    position: relative;
    bottom: 91.25%;
}
.portfolio-one {
    background-image: -webkit-linear-gradient(270deg,rgba(8,12,14,0.75) 0%,rgba(8,12,14,0.74) 100%), url(../img/graphic-design1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(8,12,14,0.75) 0%,rgba(8,12,14,0.74) 100%), url(../img/graphic-design1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(8,12,14,0.75) 0%,rgba(8,12,14,0.74) 100%), url(../img/graphic-design1.jpg);
    background-image: linear-gradient(180deg,rgba(8,12,14,0.75) 0%,rgba(8,12,14,0.74) 100%), url(../img/graphic-design1.jpg);
    background-position: center center;
    background-size: cover;
}

.portfolio-two {
    background-image: -webkit-linear-gradient(270deg,rgba(8,12,14,0.48) 0.05%,rgba(8,12,14,0.42) 100%), url(../img/potography.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(8,12,14,0.48) 0.05%,rgba(8,12,14,0.42) 100%), url(../img/potography.jpg);
    background-image: -o-linear-gradient(270deg,rgba(8,12,14,0.48) 0.05%,rgba(8,12,14,0.42) 100%), url(../img/potography.jpg);
    background-image: linear-gradient(180deg,rgba(8,12,14,0.48) 0.05%,rgba(8,12,14,0.42) 100%), url(../img/potography.jpg);
    background-position: center center;
    background-size: cover;
}

.portfolio-three {
    background-image: -webkit-linear-gradient(270deg,rgba(8,12,14,0.41) 0.39%,rgba(8,12,14,0.37) 99.95%), url(../img/editing-800.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(8,12,14,0.41) 0.39%,rgba(8,12,14,0.37) 99.95%), url(../img/editing-800.jpg);
    background-image: -o-linear-gradient(270deg,rgba(8,12,14,0.41) 0.39%,rgba(8,12,14,0.37) 99.95%), url(../img/editing-800.jpg);
    background-image: linear-gradient(180deg,rgba(8,12,14,0.41) 0.39%,rgba(8,12,14,0.37) 99.95%), url(../img/editing-800.jpg);
    background-position: center center;
    background-size: cover;
}

.portfolio-four {
    background-image: -webkit-linear-gradient(270deg,rgba(8,12,14,0.50) 0%,rgba(8,12,14,0.50) 100%), url(../img/tees1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(8,12,14,0.50) 0%,rgba(8,12,14,0.50) 100%), url(../img/tees1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(8,12,14,0.50) 0%,rgba(8,12,14,0.50) 100%), url(../img/tees1.jpg);
    background-image: linear-gradient(180deg,rgba(8,12,14,0.50) 0.00%,rgba(8,12,14,0.50) 100%), url(../img/tees1.jpg);
    background-position: center center;
    background-size: cover;
}

.portfolio-img {
    height: 450px;
    opacity: 1;
}

@media (min-width: 1200px) and (max-width: 3000px){
    .portfolio-img{
    height: 400px;
}

}
@media (min-width: 991px) and (max-width: 1200px){
    .portfolio-img{
    height: 300px;
    }
  
    }
@media (min-width: 767px) and (max-width: 991px){
    .portfolio-img{
    height: 400px;
    }
  
    }
@media (min-width: 498px) and (max-width: 767px){
    .portfolio-img{
    height: 350px;
    }
    }
@media (max-width: 498px){
    .portfolio-img{
    height: 250px;
}
    }
.hero-iamkirky {
    background-size: cover;
    /* [disabled]padding-left: 40px; */
    /* [disabled]padding-right: 40px; */
    height: 90vh;
}
.hero-caption {
    opacity: 0.9;
    padding-top: 0px;
    margin-top: 200px;
}
.hero-h1 {
    /* [disabled]font-size: 4rem; */
    /* [disabled]line-height: 70px; */
    /* [disabled]letter-spacing: -2px; */
}
.pre-booking-section {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    /* [disabled]padding-bottom: 40px; */
    background-color: rgba(255,255,255,1.00);
    margin-bottom: -11px;
}
.gift-card-section {
    min-height: 350px;
    padding: 50px 20px 30px;
}
.gift-card-row {
    height: 100%;
}
.gift-card-one {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-textured.jpg);
    max-height: 300px;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift-card-one-a {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-textured.jpg);
    max-height: 275px;
    min-height: 275px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.photoshoots {
    background-image: url(../img/headshots/full/Kirk-Padmore-Photography-9239.jpg), -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
    background-image: url(../img/headshots/full/Kirk-Padmore-Photography-9239.jpg), -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
    background-image: url(../img/headshots/full/Kirk-Padmore-Photography-9239.jpg), -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
    background-image: url(../img/headshots/full/Kirk-Padmore-Photography-9239.jpg), linear-gradient(180deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
    max-height: 275px;
    min-height: 275px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.events {
    background-image: url(../img/event/full/@iAMKIRKY-2032%20copy.jpg), -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
    background-image: url(../img/event/full/@iAMKIRKY-2032%20copy.jpg), -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
    background-image: url(../img/event/full/@iAMKIRKY-2032%20copy.jpg), -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
    background-image: url(../img/event/full/@iAMKIRKY-2032%20copy.jpg), linear-gradient(180deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
    max-height: 275px;
    min-height: 275px;
    background-position: center 31%;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift-card-two {
    background-image: -webkit-linear-gradient(270deg,rgba(248,210,89,0.79) 0%,rgba(204,152,2,0.80) 100%), url(../img/bg-textured.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(248,210,89,0.79) 0%,rgba(204,152,2,0.80) 100%), url(../img/bg-textured.jpg);
    background-image: -o-linear-gradient(270deg,rgba(248,210,89,0.79) 0%,rgba(204,152,2,0.80) 100%), url(../img/bg-textured.jpg);
    background-image: linear-gradient(180deg,rgba(248,210,89,0.79) 0.00%,rgba(204,152,2,0.80) 100.00%), url(../img/bg-textured.jpg);
    max-height: 300px;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift-card-two-a {
    background-image: -webkit-linear-gradient(270deg,rgba(248,210,89,0.79) 0%,rgba(204,152,2,0.80) 100%), url(../img/bg-textured.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(248,210,89,0.79) 0%,rgba(204,152,2,0.80) 100%), url(../img/bg-textured.jpg);
    background-image: -o-linear-gradient(270deg,rgba(248,210,89,0.79) 0%,rgba(204,152,2,0.80) 100%), url(../img/bg-textured.jpg);
    background-image: linear-gradient(180deg,rgba(248,210,89,0.79) 0.00%,rgba(204,152,2,0.80) 100.00%), url(../img/bg-textured.jpg);
    max-height: 275px;
    min-height: 275px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift-card-three {
    background-image: -webkit-linear-gradient(270deg,rgba(244,238,219,0.70) 0%,rgba(218,213,200,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(244,238,219,0.70) 0%,rgba(218,213,200,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: -o-linear-gradient(270deg,rgba(244,238,219,0.70) 0%,rgba(218,213,200,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: linear-gradient(180deg,rgba(244,238,219,0.70) 0.00%,rgba(218,213,200,0.70) 100%), url(../img/bg-textured.jpg);
    max-height: 300px;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift-card-three-a {
    background-image: -webkit-linear-gradient(270deg,rgba(244,238,219,0.70) 0%,rgba(190,188,188,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(244,238,219,0.70) 0%,rgba(190,188,188,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: -o-linear-gradient(270deg,rgba(244,238,219,0.70) 0%,rgba(190,188,188,0.70) 100%), url(../img/bg-textured.jpg);
    background-image: linear-gradient(180deg,rgba(244,238,219,0.70) 0%,rgba(190,188,188,0.70) 100%), url(../img/bg-textured.jpg);
    max-height: 275px;
    min-height: 275px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift-card-four {
    background-image: -webkit-linear-gradient(270deg,rgba(3,57,101,0.80) 0%,rgba(2,79,116,0.80) 99.95%), url(../img/bg-textured.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(3,57,101,0.80) 0%,rgba(2,79,116,0.80) 99.95%), url(../img/bg-textured.jpg);
    background-image: -o-linear-gradient(270deg,rgba(3,57,101,0.80) 0%,rgba(2,79,116,0.80) 99.95%), url(../img/bg-textured.jpg);
    background-image: linear-gradient(180deg,rgba(3,57,101,0.80) 0%,rgba(2,79,116,0.80) 99.95%), url(../img/bg-textured.jpg);
    max-height: 300px;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift-card-four-a {
    background-image: -webkit-linear-gradient(270deg,rgba(3,57,101,0.80) 0%,rgba(2,79,116,0.80) 99.95%), url(../img/bg-textured.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(3,57,101,0.80) 0%,rgba(2,79,116,0.80) 99.95%), url(../img/bg-textured.jpg);
    background-image: -o-linear-gradient(270deg,rgba(3,57,101,0.80) 0%,rgba(2,79,116,0.80) 99.95%), url(../img/bg-textured.jpg);
    background-image: linear-gradient(180deg,rgba(3,57,101,0.80) 0%,rgba(2,79,116,0.80) 99.95%), url(../img/bg-textured.jpg);
    max-height: 275px;
    min-height: 275px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rates-cont {
    padding-top: 0px;
    padding-bottom: 40px;
}
.rates-col {
    padding: 30px 35px;
    border: 15px solid rgba(255,255,255,1.00);
    border-radius: 50px 0px;
}
.rates-col-one {
    background-image: -webkit-linear-gradient(298deg,rgba(251,239,191,1.00) 0%,rgba(255,250,228,0.30) 49.56%);
    background-image: -moz-linear-gradient(298deg,rgba(251,239,191,1.00) 0%,rgba(255,250,228,0.30) 49.56%);
    background-image: -o-linear-gradient(298deg,rgba(251,239,191,1.00) 0%,rgba(255,250,228,0.30) 49.56%);
    background-image: linear-gradient(152deg,rgba(251,239,191,1.00) 0.00%,rgba(255,250,228,0.30) 49.56%);
}
.rates-col-two {
    background-image: -webkit-linear-gradient(298deg,rgba(203,255,240,1.00) 0.05%,rgba(228,255,245,0.40) 49.61%);
    background-image: -moz-linear-gradient(298deg,rgba(203,255,240,1.00) 0.05%,rgba(228,255,245,0.40) 49.61%);
    background-image: -o-linear-gradient(298deg,rgba(203,255,240,1.00) 0.05%,rgba(228,255,245,0.40) 49.61%);
    background-image: linear-gradient(152deg,rgba(203,255,240,1.00) 0.05%,rgba(228,255,245,0.40) 49.61%);
}
.rates-col-three {
    background-image: -webkit-linear-gradient(298deg,rgba(208,246,253,1.00) 0%,rgba(228,252,255,0.40) 49.56%);
    background-image: -moz-linear-gradient(298deg,rgba(208,246,253,1.00) 0%,rgba(228,252,255,0.40) 49.56%);
    background-image: -o-linear-gradient(298deg,rgba(208,246,253,1.00) 0%,rgba(228,252,255,0.40) 49.56%);
    background-image: linear-gradient(152deg,rgba(208,246,253,1.00) 0%,rgba(228,252,255,0.40) 49.56%);
}
.rates-col-four {
    background-image: -webkit-linear-gradient(298deg,rgba(251,208,253,1.00) 0%,rgba(253,228,255,0.40) 49.56%);
    background-image: -moz-linear-gradient(298deg,rgba(251,208,253,1.00) 0%,rgba(253,228,255,0.40) 49.56%);
    background-image: -o-linear-gradient(298deg,rgba(251,208,253,1.00) 0%,rgba(253,228,255,0.40) 49.56%);
    background-image: linear-gradient(152deg,rgba(251,208,253,1.00) 0%,rgba(253,228,255,0.40) 49.56%);
}
.value {
    color: rgba(255,255,255,1.00);
    font-size: 60px;
    margin-top: -20px;
    border-radius: 20px;
    margin-bottom: -8px;
}
.gift-card-text {
    margin-top: 20px;
}
.gift-card {
    border: 10px solid rgba(237,239,244,1.00);
    border-radius: 50px;
}
.clear-btn {
    padding: 15px 40px;
    border: 1.5px solid rgba(49,64,74,1.00);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: rgba(49,64,74,1.00);
    font-size: 20px;
}
.clear-btn:hover {
    padding: 15px 40px;
    border: 1.5px solid rgba(49,64,74,1.00);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: rgba(255,255,255,1.00);
    font-size: 20px;
    background-color: rgba(49,64,74,1.00);
}
.portfolio-btn-section {
    padding-top: 50px;
    padding-bottom: 45px;
    background-color: rgba(16,17,17,1.00);
    color: rgba(247,250,250,1.00);
    border-bottom: thin solid #383737;
}
.portfolio-btn-section:hover {
    background-color: #00A5E1;
}
.design-link {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/WeFirness%20Banner%20Ad%20900x250.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/WeFirness%20Banner%20Ad%20900x250.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/WeFirness%20Banner%20Ad%20900x250.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/WeFirness%20Banner%20Ad%20900x250.jpg);
    background-position: center center;
    background-size: cover;
}
.design-link:hover {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/WeFirness%20Banner%20Ad%20900x250.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/WeFirness%20Banner%20Ad%20900x250.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/WeFirness%20Banner%20Ad%20900x250.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100.00%), url(../img/WeFirness%20Banner%20Ad%20900x250.jpg);
    background-position: center center;
    background-size: cover;
    color: rgba(255,255,255,1.00);
}
.photo-link {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/hero-desktop-0.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/hero-desktop-0.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/hero-desktop-0.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100.00%), url(../img/hero-desktop-0.jpg);
    background-size: cover;
    background-position: center center;
}
.photo-link:hover {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/hero-desktop-0.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/hero-desktop-0.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/hero-desktop-0.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/hero-desktop-0.jpg);
    background-size: cover;
    background-position: center center;
    color: rgba(255,255,255,1.00);
}
.video-link {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/video.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/video.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/video.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.40) 100%), url(../img/video.jpg);
    background-position: center center;
    background-size: cover;
}
.video-link:hover {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/video.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/video.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%), url(../img/video.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.70) 0.00%,rgba(0,0,0,0.70) 100%), url(../img/video.jpg);
    background-position: center center;
    background-size: cover;
    color: rgba(255,255,255,1.00);
}
.portfolio-links {
    color: rgba(255,255,255,0.80);
    font-weight: bolder;
    font-size: 20px;
    padding-bottom: 70px;
    padding-top: 50px;
}
.portfolio-links-home {
    color: rgba(255,255,255,0.80);
    font-weight: bolder;
    font-size: 20px;
    height: 300px;
}
.kp-bg-light {
    background-color: #EEF3F4;
    padding: 50px 30px;
}
.kp-btn-black {
    background-color: #1E2024;
    color: #FFFFFF;
    padding: 15px 25px;
    font-weight: 600;
}
.kp-btn-black:hover {
    background-color: #16AEF1;
    color: #FFFFFF;
}

.kp-divider {
    border: thin solid rgba(23,173,240,1.00);
    margin-top: 25px;
    margin-bottom: 25px;
}

    .kp-hero {
    background-color: #121212;
    color: #fff;
    padding: 6rem 2rem 4rem;
    text-align: center;
    }
    .kp-section-title {
      margin-top: 3rem;
      margin-bottom: 1.5rem;
      font-weight: 600;
    }
    .kp-btn-custom {
      background-color: #000;
      color: #fff;
      border: none;
    }
    .kp-btn-custom:hover {
      background-color: #333;
    }
    .kp-link-list a {
      display: block;
      margin-bottom: 0.75rem;
      color: #000;
      text-decoration: none;
    }
    .kp-link-list a:hover {
      text-decoration: underline;
    }
    .kp-footer-text {
      font-weight: bold;
    }
    .kp-sticky-header {
    position: fixed;
    top: -100px;
    width: 100%;
    background-color: #000;
    color: #fff;
    z-index: 1030;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: top 0.4s ease-in-out;
    background-image: -webkit-linear-gradient(213deg,rgba(254,44,85,1.00) 0.83%,rgba(177,64,246,1.00) 47.84%,rgba(24,119,242,1.00) 100%);
    background-image: -moz-linear-gradient(213deg,rgba(254,44,85,1.00) 0.83%,rgba(177,64,246,1.00) 47.84%,rgba(24,119,242,1.00) 100%);
    background-image: -o-linear-gradient(213deg,rgba(254,44,85,1.00) 0.83%,rgba(177,64,246,1.00) 47.84%,rgba(24,119,242,1.00) 100%);
    background-image: linear-gradient(237deg,rgba(254,44,85,1.00) 0.83%,rgba(177,64,246,1.00) 47.84%,rgba(24,119,242,1.00) 100%);
    }
    .kp-sticky-header.kp-visible {
      top: 0;
    }
    .kp-sticky-header a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    }
    .kp-sticky-header a:hover {
      text-decoration: underline;
    }
    @media (min-width: 768px) {
      .kp-sticky-header {
        display: none;
      }
    }
    
.sticky-header-bg {
    height: 3rem;
    background-color: rgba(30,32,36,1.00);
}

.kp-social-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.kp-social-icon img {
    height: 31px;
    width: auto;
    transition: transform 0.3s ease;
    margin-left: 2px;
}

.kp-tiktok-link:hover .kp-tiktok-png {
  animation: kp-jiggle 1.2s ease-in-out infinite;
}

.kp-tiktok-png {
    height: 37px;
    width: auto;
    transition: transform 0.3s ease;
    padding-left: 5px;
}


/* Constant jiggle animation for ALL icons */
.kp-jiggle-always {
  animation: kp-jiggle 1.2s ease-in-out infinite;
}

/* Jiggle Keyframes */
@keyframes kp-jiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(8deg); }
  50% { transform: rotate(-8deg); }
  75% { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}

    /* === ANIMATION CLASSES === */

    .kp-fade-in {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.kp-in-view {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

    .kp-from-left {
      transform: translateX(-50px);
    }
    .kp-from-right {
      transform: translateX(50px);
    }
    .kp-from-top {
      transform: translateY(-50px);
    }
    .kp-from-bottom {
      transform: translateY(50px);
    }

/* === MJ STYLE ANIMATIONS === */

.kp-bounce-in {
  animation: kpBounceIn 1s ease forwards;
}
@keyframes kpBounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.kp-zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease, transform 1s ease;
}

.kp-in-view.kp-zoom-in {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.kp-slide-moonwalk {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1.2s ease-out;
}
.kp-in-view.kp-slide-moonwalk {
  opacity: 1 !important;
  transform: translateX(0) !important;
}


/* Fade-in animation */
.kp-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.kp-fade-in.kp-visible {
  opacity: 1;
  transform: translateY(0);
}


/* Animation starting point */
.kp-float-in {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* When in view */
.kp-float-in.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.kp-float-in:nth-child(1) { transition-delay: 0s; }
.kp-float-in:nth-child(2) { transition-delay: 0.1s; }
.kp-float-in:nth-child(3) { transition-delay: 0.2s; }



/* Container */
.kp-skill-bars {
    margin: 0 auto;
    padding: 50px 20px 60px;
    color: #000; /* all text black */
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

/* Section heading */
.kp-heading {
    text-align: center;
    margin-bottom: 5px;
}

/* Each skill block */
.kp-skill {
    margin-bottom: 15px;
}

/* Title + % line */
.kp-skill-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.kp-skill-title,
.kp-skill-percent {
    font-size: 20px;
    font-weight: 600;
    color: #313131;
}

/* The bar background */
.kp-skill-bar {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    /* [disabled]border-radius: 8px; */
    overflow: hidden;
}

/* The filling portion */
.kp-skill-fill {
    width: 0;
    height: 100%;
    /* [disabled]border-radius: 8px; */
    transition: width 1.5s ease-in-out;
    background-image: -webkit-linear-gradient(207deg,rgba(215,127,181,1.00) 24.64%,rgba(0,166,228,1.00) 85.12%);
    background-image: -moz-linear-gradient(207deg,rgba(215,127,181,1.00) 24.64%,rgba(0,166,228,1.00) 85.12%);
    background-image: -o-linear-gradient(207deg,rgba(215,127,181,1.00) 24.64%,rgba(0,166,228,1.00) 85.12%);
    background-image: linear-gradient(243deg,rgba(215,127,181,1.00) 24.64%,rgba(0,166,228,1.00) 85.12%);
}


@keyframes kpSocialPulse {
  0%   { filter: drop-shadow(0 0 20px #E1306C); }    /* Instagram Pink */
  20%  { filter: drop-shadow(0 0 20px #69C9D0); }    /* TikTok Teal */
  40%  { filter: drop-shadow(0 0 20px #FF0000); }    /* YouTube Red */
  60%  { filter: drop-shadow(0 0 20px #4267B2); }    /* Facebook Blue */
  80%  { filter: drop-shadow(0 0 20px #1DA1F2); }    /* Twitter/X Blue */
  100% { filter: drop-shadow(0 0 20px #FFFC00); }    /* Snapchat Yellow */
}

.my-profile-circle {
  position: absolute;
  z-index: 100;
  animation: kpSocialPulse 5s infinite ease-in-out;
}
/* Overlay background with smoother transition */
.port-hover {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%);
    opacity: 0;
    transition: opacity 0.5s ease, background-image 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 20px; /* matches your .round-corners */
}

.round-corners {
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

/* Image zoom on hover */
.round-corners img {
    transition: transform 0.5s ease, filter 0.5s ease;
}

/* Hover Effects */
.round-corners:hover img {
    transform: scale(1.1);
    filter: brightness(0.8);
}

.round-corners:hover .port-hover {
    opacity: 1;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 100%);
}

.circle-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}

.circle-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.circle-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4); /* Adjust opacity if needed */
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: auto; /* makes it clickable */
}

.circle-wrapper:hover .overlay {
  opacity: 1;
}

.circle-wrapper .overlay h3 {
  color: white;
  font-weight: bold;
  opacity: 0.8;
  margin: 0;
}

  @media (max-width: 768px) {
    .circle-wrapper {
      height: 170px;
      width: 170px;
    }
  }

  @media (max-width: 480px) {
    .circle-wrapper {
      height: 170px;
      width: 170px;
    }
  }


.section-pad {
    padding: 60px 20px 90px;
}

.glow {
    box-shadow: 0px 0px 90px 10px rgba(206,69,119,0.00);
}

.glow:hover {
    box-shadow: 0px 0px 20px -5px rgba(210,239,249,1.00);
}

/* Make title text move slightly up on hover */
.port-hover h3 {
    transform: translateY(10px);
    transition: transform 0.4s ease;
}

.round-corners:hover .port-hover h3 {
    transform: translateY(0);
}

/* Optional opacity class */
.opacity-80 {
    opacity: 0.8;
}

/*--------------------------------------------------------------
# TESTIMONIALS
--------------------------------------------------------------*/

.testimonial-swiper {
  position: relative;
  padding: 40px 20px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.testimonial {
  background: #ffffff;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 0 auto;
  transition: opacity 0.8s ease;
}

.testimonial-text {
  font-size: 1rem;
  color: #434343;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.testimonial-name {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}

.testimonial-name small {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
  color: #777;
  margin-top: -5px;
}

/* Controls below the card */

/* Container for pagination and navigation */
.testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
    max-width: 800px;
}

/* Pagination Dots */
.swiper-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
}

/* Pagination Bullet Styling */
.swiper-pagination-bullet {
    background-color: #494848;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}

/* Custom Navigation Arrows */
.custom-nav {
    color: rgba(255,255,255,0.52);
    font-size: 50px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.0);
    transition: all 1s ease;
    cursor: pointer;
}

.custom-nav:hover {
    /* [disabled]background-color: rgba(31,191,241,1.00); */
}

/* Hide Arrows on Mobile */
@media screen and (max-width: 600px) {
  .custom-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
# TAB GALLERY
--------------------------------------------------------------*/

.kp-gallery-container {
    max-width: 800px;
    margin: 10px auto;
    text-align: center;
}

.kp-main-image img {
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    width: 100%;
    display: inherit;
}

.kp-thumbnail-row {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.kp-thumbnail {
    margin-left: 1px;
    margin-right: 1px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s ease;
    border: 2px solid transparent;
}

.kp-thumbnail:hover,
.kp-thumbnail.kp-active {
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 576px) {
  .kp-gallery-container {
    padding: 0 1rem;
  }

  .kp-thumbnail-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .kp-thumbnail {
    width: 70px;
    height: 70px;
  }

  .kp-main-image img {
    border-radius: 8px;
  }
}

/*--------------------------------------------------------------
# MODAL POP UP
--------------------------------------------------------------*/

/* Modal overlay */
.kp-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(24, 32, 38, 0.7);
  backdrop-filter: blur(6px);
  z-index: 1000;
}

/* Modal box */
.kp-modal {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color: #384955;
  color: #fff;
  border-radius: 12px;
  padding: 2rem;
  width: 90%;
  max-width: 420px;
  z-index: 1001;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

/* Modal open state */
.kp-modal.active,
.kp-modal-overlay.active {
  display: block;
}

/* Close button */
.kp-close-btn {
    position: absolute;
    top: 0rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 3rem;
    color: #FFFFFF;
    cursor: pointer;
}

/* Form styles */
.kp-modal-title {
  margin-top: 0;
  color: #00a6e4;
  font-size: 1.75rem;
  text-align: center;
}

.kp-modal-subtitle {
  text-align: center;
  color: #9caebc;
  margin-bottom: 1.5rem;
}

.kp-input {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  padding: 0.75rem;
  border-radius: 6px;
  border: none;
  background: #9caebc;
  color: #000;
  font-size: 1rem;
}

.kp-submit-btn {
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: #00a6e4;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}

.kp-submit-btn:hover {
  background-color: #0088b3;
}

/*--------------------------------------------------------------
# KP MAP SECTION
--------------------------------------------------------------*/

.kp-map-section {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.kp-map-wrapper {
  position: relative;
  width: 100vw;
  height: 400px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.kp-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  filter: brightness(0.9);
  z-index: 1;
}

.kp-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(228,64,95,0.40),
    rgba(24,119,242,0.40),
    rgba(37,244,238,0.40),
    rgba(134,78,239,0.40),
    rgba(22,174,241,0.40)
  );
  background-size: 200% 200%;
  animation: softPulse 20s ease-in-out infinite alternate;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
  padding: 0 20px;
}

.kp-map-overlay h3 {
  font-size: 1.6rem;
    color: white;
  margin-bottom: 15px;
  pointer-events: auto;
  text-shadow: 0 3px 5px rgba(0,0,0,0.70);
}

.kp-map-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  pointer-events: auto;
}

.kp-map-overlay .btn {
  background-color: #000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.kp-map-overlay .btn:hover {
  background-color: #fff;
  color: #000;
}

/* Soft gradient drift */
@keyframes softPulse {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/*--------------------------------------------------------------
# KP Model Release Pre Shoot Checklist
--------------------------------------------------------------*/


    .form-section {
    max-width: 800px;
    margin: 50px auto;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .form-group {
      margin-bottom: 1.5rem;
    }
    label {
      display: block;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    input[type="text"], input[type="email"], input[type="date"], textarea, select {
      width: 100%;
      padding: 0.75rem;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 1rem;
    }
    input[type="radio"], input[type="checkbox"] {
      margin-right: 0.5rem;
    }
    .submit-btn {
      background-color: var(--kp-primary);
      color: white;
      padding: 0.75rem 2rem;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
    }
.kp-btn-blue {
    font-size: large;
    background-color: rgba(27,174,240,1.00);
    color: rgba(255,255,255,1.00);
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------
# KP My Work Section
--------------------------------------------------------------*/

.kp-work-section {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Default desktop layout: 2x2, 50% width each */
.kp-work-section .col-6 {
  padding: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.kp-work-section .row {
  margin: 0;
}

.kp-work-item {
  position: relative;
  height: 50vh; /* For 2 rows on desktop */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.kp-work-item .kp-work-overlay {
  position: relative;
  z-index: 2;
}

.kp-work-item h2 {
  color: white;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.kp-work-item p {    
  color: white;
  font-size: 0.9rem;
  margin-top: 5px;
  opacity: 0.85;
}

.kp-work-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

/* Dark overlay on hover or by default */
.kp-work-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background 0.3s ease;
}

.kp-work-item:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .kp-work-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
    .kp-work-section .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
    .kp-work-item {
    margin-bottom: 1px; /* or use 10px for more breathing room */
    height: 20vh; /* 4 items × 25% = 100% screen height */
  }
}

/* Individual Backgrounds main page */
.kp-work-gd { background-image: url('/img/full/DELIGHT-VALAENTINES-IG-POST.jpg'); }
.kp-work-ph { background-image: url('/img/fitness-gym/full/iAMKIRKY-4021.jpg'); }
.kp-work-vid { background-image: url('/img/alter-ego.jpg'); }
.kp-work-cc { background-image: url('/img/hero-img-1200px.jpg'); }

/* Individual Backgrounds photography page */
.kp-ph-one   { background-image: url('/img/hero2.jpg'); }
.kp-ph-two   { background-image: url('/img/fitness-studio/full/Kirk Padmore Photography-7277.jpg'); }
.kp-ph-three { background-image: url('/img/portraits/full/KirkPadmorePhotography-9743.jpg'); }
.kp-ph-four  { background-image: url('/img/alter-ego/full/KIRKY-4775.jpg'); }
.kp-ph-five  { background-image: url('/img/headshots/full/Kirk-Padmore-Photography-6D-8320-retouched.jpg'); }
.kp-ph-six   { background-image: url('/img/fashion/full/iAMKIRKY-1408.jpg'); }
.kp-ph-seven { background-image: url('/img/product-stills/full/Kirk-Padmore-Photography-6D-0274 2.jpg'); }
.kp-ph-eight { background-image: url('/img/corporate/full/KirkPadmore.jpg'); }
.kp-ph-nine  { background-image: url('/img/event/full/KIRKY-2023-7569 copy.jpg'); }


/* Remove all gutters/padding/margins */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
