@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
/*---------- General Changes Options ----------*/
:root {
    --header-url: url(https://i.imgur.com/AVoKStB.png); /*- header background image -*/
    --main-color: #fd544d; /*- main color -*/
	--hover: #be413c; /*- hover color for buttons and borders -*/
	
    --title-color: #fff; /*- text color  -*/
	--text-color: #74767a; /*- text color  -*/
	
    --first-color: rgba(255,255,255,.05); /*- color for modules heading  -*/
    --second-color: #fff; /*- color for modules body  -*/
	
    --scrollbar-color: var(--main-color); /*- color for scrollbar  -*/
    --scrollbar-bg: var(--first-color); /*- color for scrollbar background  -*/
	
	--spacing-xs: .5rem;
    --spacing-s: 1rem;
    --spacing-m: 2rem;
    --spacing-l: 4rem;
    --spacing-grid: 1.5rem;
    --spacing-markup: 1rem;
	--border-radius: .5rem;
	
	--tiny-font: 12px;
    --small-font: 14px;
    --medium-font: 16px;
    --big-font: 18px;
	
	/* Colors */
    --color-blue: #4081e2;
    --color-yellow: #EFC75E;
    --color-pink: #C850DE;
    --color-red: rgb(201, 69, 47);
    --color-green: #4ADD71;
	
	--transition: all .2s ease-in-out;
	--html-background: black; /*- body and html backround  -*/
	--logo-height: 260px;
	--header-background: linear-gradient(transparent 0,#3a39394f 0%,var(--html-background) 96%); /*- header gradient background  -*/
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.container {
    position: relative;
    min-height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
html {
    font: 15px / 1.4 sans-serif;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    color: #fffefe;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    background-color: var(--html-background)!important;
	background: black!important;
}

body {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: var(--html-background)!important;
    font-family: 'Montserrat',sans-serif;
    color: var(--text-color);
    z-index: 1;
}

body {
    color: var(--text-color)!important;
    background-color: var(--background-color)!importat;
}
.jhn-btn {
    font-style: initial;
    font-size: var(--medium-font);
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-xs) var(--spacing-s);
    border-radius: var(--border-radius);
    height: auto;
    transition: var(--transition);
	text-decoration: none;
}
.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
}
 button {
    background: none;
     color: inherit;
     border: none;
     padding: 0;
     font: inherit;
     cursor: pointer;
     outline: inherit;
 }
::-webkit-scrollbar {
	width: 8px;
	height: 30px;
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background-color: var(--scrollbar-bg);
}

::-webkit-scrollbar-corner {
    background-color: var(--main-color);
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:focus {
    color: #fff!important;
    text-decoration: none!important;
    opacity: 0.9;
    transition: 1s;
}
a:hover {
    color: #fff;
}
header {
    background: black;
    padding-top: var(--spacing-m);
}
.jhn-header-top {
    display: flex;
    align-items: center;
    align-content: center;
    border: 1px solid rgba(122, 123, 127, 0.18);
    border-radius: var(--border-radius);
    padding: var(--spacing-xs);
}
.jhn-header-logo {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.jhn-header-logo img {
    height: 60px;
}
.jhn-header-logo span {
    color: #a3a5a7;
    padding-right: var(--spacing-s);
    font-size: var(--medium-font);
    transition: var(--transition);
    text-decoration: none;
    font-weight: bold;
    padding-top: 1px;
}
.jhn-header-menu-right {
    margin-left: auto;
    padding-right: var(--spacing-xs);
}
.jhn-header-menu a {
    color: var(--text-color);
    padding: var(--spacing-s);
    font-size: var(--medium-font);
    transition: var(--transition);
    text-decoration: none;
    font-family: 'Montserrat';
}
.jhn-header-section {
    text-align: center;
    text-align: -webkit-center;
	margin-top: var(--spacing-m);
}
.jhn-header-section-data h1 {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: rgba(255,255,255,0);
    background-image: none;
    background-clip: border-box;
    font-family: Ebgaramond,sans-serif;
    font-size: 80px;
    font-weight: 500;
    line-height: 100%;
}
.jhn-header-section-data h4 {
    max-width: 65ch;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-color);
    font-size: 1.3em;
    font-family: 'Montserrat';
}









.mouse {
    position: fixed;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 25px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 1px solid #ffffff94;
    -webkit-animation: intro 1s;
    animation: intro 1s;
	z-index: 3;
}
.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}


/* mouse scroll icon close */

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.ipl-controller {
    margin: 0 var(--spacing-xs);
    position: absolute;
    z-index: 1;
	top: 0;
}
.ipl-slide-cont {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: var(--spacing-xs) var(--spacing-m);
    background: #13171d;
    border-radius: 4px;
}

.slideshow-container .prev, .slideshow-container .next {
    cursor: pointer;
    width: auto;
    color: #6c6868;
    font-weight: bold;
    font-size: 20px;
    transition: .6s ease;
    padding: 2px 5px;
    top: 0;
    margin: 0;
}

.slideshow-container .prev {
    transform: rotate(90deg);
}

.slideshow-container .next {
    transform: rotate(90deg);
}
.prev:hover,
.next:hover {
    color: #f2f2f2;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 3px;
    width: 30px;
    margin: 2px 0px;
    background-color: #ffffff42;
    border-radius: 1px;
    display: inline-block;
    transition: background-color .6s ease;
}

.dot.active,
.dot:hover {
    background-color: #ffffffb0;
}
.mySlides.fade {
    opacity: 1!important;
}
.fade:not(.show) {
    opacity: 1;
}
.mySlides {
    display: none;
    border: solid 1px transparent;
    padding: 0;
    width: 100%;
    height: 100%;
}
.slideshow-container {
    position: relative;
    z-index: 1;
    padding: 38px 10px 10px 11px;
}
.slide-bag .slide-bag-img {
    position: absolute;
}
.slide-bag {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.jhn-main-ann {
    border-radius: 8px;
    height: 460px;
    width: 880px;
    position: relative;
}
.jhn-main-ann-data {
    padding: var(--spacing-s);
}
.jhn-main-ann-img {
    margin-left: auto;
    position: relative;
    overflow: hidden;
    height: 225px;
    top: -3px;
}
.jhn-main-ann-img img {
    height: 300px;
    margin-right: -25px;
    margin-bottom: -55px;
}
.jhn-main-ann-data h3 {
    color: #fff;
    font-weight: 600;
    padding-bottom: var(--spacing-xs);
}
.jhn-main-ann-data span {
    font-family: 'Montserrat';
    color: #bfbbbb;
}
.jhn-main-ann-content {
    height: 100%;
    position: relative;
    border: 1px solid #2c2c2d;
    filter: brightness(0.8);
}
.jhn-header-btns a svg {
    height: 20px;
    width: 20px;
}
.jhn-header-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: var(--spacing-m) 0;
	gap: var(--spacing-s);
}



src: url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d56649ab7f5dc0544b_EBGaramond-Bold.ttf') format('truetype'), url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d58a37bd6bed4ca5c5_EBGaramond-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ebgaramond';
    src: url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d57d2dce44d5505421_EBGaramond-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ebgaramond';
    src: url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d595dda207877cc737_EBGaramond-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ebgaramond';
    src: url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d6e07636e7132ddc21_EBGaramond-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ebgaramond';
    src: url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d6bb6b3d0d178d15f1_EBGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ebgaramond';
    src: url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d634c9311b4702bcff_EBGaramond-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ebgaramond';
    src: url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d78dff642e8360756d_EBGaramond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ebgaramond variablefont wght';
    src: url('https://assets.website-files.com/62a4ed18ddad95dde8b8bfa4/642207d6b9732c68fce1750c_EBGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Bold.woff2) format('woff2');
}


.track-horizontal-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-alt 120s linear infinite;
  /* manipulate the speed of the marquee by changing "40s" line above*/
}

@keyframes marquee-horizontal-alt {
  from { transform: translateX(-50%); }
  to { transform: translateX(0%); }
}
.jhn-scrolling {
    z-index: 1;
    height: auto;
    max-width: 1700px;
    opacity: .4;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.jhn-scrolling-horizontal {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}
.jhn-scrolling-horizontal-flex {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.marquee-horizontal-large {
    z-index: 200;
    width: 100%;
    height: 400px;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}
.marquee-cover-horizontal {
    z-index: 10;
    background-image: linear-gradient(270deg,rgba(255,255,255,0) 90%,#000),linear-gradient(270deg,#000,rgba(255,255,255,0) 10%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.track-horizontal-alt {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.flex-horizontal {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}
.spacer-30._15-xsvp {
    width: 30px;
    flex: none;
}
.spacer-30 {
    width: 100%;
    height: 30px;
}
.icon-container-alt {
    width: 250px;
    height: 400px;
    background-image: url(/portfolio/images/img1.png);
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
}
.icon-container-alt._2 {
    background-image: url(/portfolio/images/img2.png);
}
.icon-container-alt._3 {
    background-image: url(/portfolio/images/img3.png);
}
.icon-container-alt._4 {
    background-image: url(/portfolio/images/img4.png);
}
.icon-container-alt._5 {
    background-image: url(/portfolio/images/img5.png);
}
.icon-container-alt._6 {
    background-image: url(/portfolio/images/img6.png);
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.jhn-notable-list {
    max-width: 80%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: auto;
    grid-auto-columns: 1fr;
    display: grid;
    margin-right: auto;
    margin-top: 15px;
}
.jhn-notable-client {
    justify-self: center;
}
.jhn-notable-client img {
    height: 65px;
    opacity: 0.6;
    filter: grayscale(1);
    transition: var(--transition);
}
.jhn-notable-client img:hover {
    filter: none;
    opacity: 1;
	transition: var(--transition);
}
.jhn-notable-tit {
    text-align: center;
    text-align: -webkit-center;
    font-size: var(--medium-font);
    font-family: 'Montserrat';
}
.jhn-clietns {
    background: #fff;
    padding: 2rem 0;
}
.jhn-why {
    margin: 5rem 0;
}
.jhn-why-top {
    text-align: center;
    text-align: -webkit-center;
    margin: 2rem 0;
}
.jhn-why-top-title {
    color: black;
    -webkit-text-fill-color: inherit;
    background-color: rgba(255,255,255,0);
    background-image: none;
    background-clip: border-box;
    font-family: Ebgaramond,sans-serif;
    font-size: 80px;
    font-weight: 500;
    width: 70rem;
}
.jhn-text-gradient {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgba(122,123,127,.25);
    background-image: linear-gradient(#000 31%,rgba(0,0,0,.28))!important;
}
.jhn-why-top-title {
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: linear-gradient(#fff 48%,rgba(0,0,0,.34));
    -webkit-background-clip: text;
    background-clip: text;
}
.jhn-why-top-subtitle {
    color: #545454;
    font-size: 1.3em;
    font-weight: 200;
    font-family: 'Montserrat';
    width: 59rem;
    margin-top: -1rem;
    letter-spacing: -1px;
}
.jhn-why-content {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-l);
}
.jhn-why-top-img {
    width: 50%;
}
.jhn-why-top-details {
    width: 50%;
}
.jhn-why-arg {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-s);
    margin-bottom: var(--spacing-m);
}
.jhn-why-arg-icon img {
    height: 100px;
    margin-top: -20px;
}
.jhn-why-arg-text {
    font-size: 1.125rem;
    font-weight: 400;
}
.jhn-why-arg-tit {
    font-weight: 700;
    font-family: 'Ebgaramond';
    font-size: 25px;
	color: #4a4848;
}
.jhn-why-arg-desc {
    font-family: 'Montserrat';
    letter-spacing: -0.6px;
}
.jhn-puncte-list {
    grid-column-gap: 5rem;
    grid-row-gap: 3.75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
.jhn-punct-desc-tit {
    color: black;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -1px;
    width: 19rem;
}
.jhn-punct-desc-text {
    color: #545454;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: 'Montserrat';
}
.slide-bag-main img {
    border-radius: 8px;
    height: 460px;
    width: 880px;
    position: relative;
}
.slide-bag-main {
    position: relative;
    z-index: 1;
    padding: 38px 10px 10px 11px;
}
.jhn-bag-glass {
    justify-content: center;
    align-items: center;
    margin-top: -90px;
    display: flex;
    position: relative;
}
.jhn-bag-glass img {
    z-index: 1;
    width: auto;
    position: relative;
}
.glow {
    height: 110%;
    opacity: 1;
    filter: blur(60px);
    background-image: radial-gradient(circle closest-corner,rgba(45,121,245,.66),rgba(29,69,148,0));
    border-radius: 100px;
    position: absolute;
    top: 7%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.jhn-custom {
    background: black;
}
.jhn-bag-features {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
}
.jhn-bag-features-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
}
.jhn-bag-feature {
    color: #fff;
    align-items: center;
    display: flex;
    gap: var(--spacing-xs);
    font-size: 17px;
    font-family: 'Montserrat';
}
.jhn-bag-feature i {
    font-size: 22px;
}
.jhn-custom-template-top-content {
    text-align: center;
    text-align: -webkit-center;
    padding-top: 3rem;
    margin-bottom: 2rem;
}
.jhn-custom-template-top-title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: linear-gradient(#fff 48%,rgba(0,0,0,.34));
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Ebgaramond,sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 125%;
}
.jhn-custom-template-top-title span {
    color: #000;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#06aae4 41%,#011341 96%);
    -webkit-background-clip: text;
    background-clip: text;
}
.jhn-custom-template-top-subtitle {
    color: #827e7e;
    font-size: 1.3em;
    font-weight: 200;
    width: 80%;
}
.jhn-custom-template-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}
.jhn-btn {
    text-align: center;
    transition-timing-function: ease-out;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    width: auto;
    text-align: center;
    font-weight: 600;
    font-size: var(--medium-font);
    text-decoration: none;
    font-family: 'Montserrat';
    color: #ffffffde;
    border: 1.25px solid rgb(255 255 255 / 47%);
    border-radius: 50px;
    padding: var(--spacing-xs) var(--spacing-m);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jhn-features-block {
    z-index: 4;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    margin: 40px 0;
}
.jhn-feature-sec {
    z-index: 1;
    border: 1px solid rgba(122,123,127,.25);
    background-color: rgba(255,255,255,.05);
    border-radius: var(--border-radius);
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    text-decoration: none;
    transition: background-color .2s;
    display: flex;
    position: relative;
}
.jhn-block-trio-left .jhn-feature-sec.mini {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 0fr;
    grid-auto-columns: 1fr;
    align-items: center;
    transition-timing-function: ease-in-out;
    display: grid;
    grid-area: span 1/span 1/span 1/span 1;
}
.jhn-block-trio-right .jhn-feature-sec.mini {
    height: 350px;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 0fr;
    grid-auto-columns: 1fr;
    align-items: center;
    transition-timing-function: ease-in-out;
    display: grid;
    grid-area: span 1/span 1/span 1/span 1;
}
.jhn-block-trio-right .jhn-feature-sec.big {
    grid-area: 1/ 2/ 3/ 2;
}
.jhn-block-trio-left .jhn-feature-sec.big {
    grid-area: span 2/span 1/span 2/span 1;
	height: 740px;
}
.jhn-feature-sec img:hover {
    transform: scale(1.1);
    opacity: 0.8;
    webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.jhn-feature-sec img {
    height: 100%;
    width: auto;
    border-radius: var(--border-radius);
    transform: scale(1);
    opacity: 1;
    webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.jhn-feature-sec {
    position: relative;
    overflow: hidden;
}
.jhn-feature-sec-name {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    height: 60px;
    width: 100%;
    background: #0000008a;
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
    text-align: -webkit-center;
    font-size: var(--big-font);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.jhn-features-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    gap: 20px;
}
#customers-testimonials {
    background: black;
    height: 300px;
}

.free-space {
    background: linear-gradient(-45deg,rgb(7 190 85 / 78%),#108341);
    height: 150px;
    box-shadow: 0px -12px 42px 7px rgb(93 93 93 / 13%);
}

.shadow-effect {
    background: rgba(11, 11, 11, 0.7)!important;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #00000017;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
    max-height: 250px;
    height: 200px;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #1b1c1c;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190e7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190e7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.container > .testimonials > .row {
    display: flex;
    justify-content: space-around;
}
#customers-testimonials .item {
    width: 100%;
}

#customers-testimonials .shadow-effect p {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0px 15px 0;
    font-weight: 300;
    color: #ffffffd4;
}
.shadow-effect:before {
    content: "";
    position: absolute;
    background: #ffffff0f;
    top: 42px;
    border-radius: 10px 10px 0 0;
    height: 8px;
    margin: 0px 13%;
    width: 74%;
    left: 0;
}
.shadow-effect:after {
    content: "";
    position: absolute;
    background: #ffffff0a;
    top: 36px;
    border-radius: 10px 10px 0 0;
    height: 6px;
    margin: 0 15%;
    width: 70%;
    left: 0;
}
i.fas.fa-star {
    color: yellow;
}
#customers-testimonials:before {
    position: absolute;
    content: "";
    top: 20%;
    left: 30%;
    background: url(/img/svg/test-left.svg);
    height: 200px;
    width: 100px;
    z-index: 0;
	background-size: cover;
}
#customers-testimonials:after {
    position: absolute;
    content: "";
    top: 20%;
    right: 30%;
    background: url(/img/svg/test-right.svg);
    height: 200px;
    width: 100px;
    z-index: 0;
	background-size: cover;
}
.testimonials {
    background: black;
    padding: 5rem 0;
    text-align: center;
    text-align: -webkit-center;
}
.jhn-testimonials-title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: linear-gradient(#fff 48%,rgba(0,0,0,.34));
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Ebgaramond,sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 125%;
}
.owl-carousel .owl-stage {
    height: 300px;
}
main {
    background: black!important;
}

.jhn-links-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.jhn-links {
    margin: 5rem 0;
}
.jhn-use-link {
    height: 120px;
    background: var(--first-color);
    border: 1px solid rgba(122,123,127,.25);
    border-radius: var(--border-radius);
    padding: var(--spacing-m);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    background-size: cover;
	position: relative;
}
.jhn-use-link-btn a {
    text-align: center;
    transition-timing-function: ease-out;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    width: 135px;
    text-align: center;
    font-weight: 600;
    font-size: var(--medium-font);
    text-decoration: none;
    font-family: 'Montserrat';
    color: #fff;
    border: 1.25px solid rgba(255,255,255,.6);
    border-radius: 50px;
    padding: var(--spacing-xs) var(--spacing-m);
}
.jhn-use-link-btn a:hover {
    background: rgba(255,255,255,.2);
    cursor: pointer;
}
.jhn-use-link-content-tit {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    font-family: 'Ebgaramond';
}
.jhn-use-link-content-text {
    font-family: 'Montserrat';
	    font-size: 13px;
}
.jhn-use-link.link-discord:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #00000078, #2000ffe3);
    border-radius: var(--border-radius);
    z-index: 0;
    filter: blur(10px);
    opacity: 0.1;
}
.jhn-use-link-content {
    position: relative;
}
.jhn-use-link-content {
    width: 70%;
}
.jhn-use-link-btn {
    position: relative;
}
.jhn-use-link.link-templates:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #00000078, #00ff89);
    border-radius: var(--border-radius);
    z-index: 0;
    filter: blur(2px);
    opacity: 0.1;
}
.jhn-use-link.link-mail:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #00000078, #ff0000);
    background-size: cover;
    border-radius: var(--border-radius);
    z-index: 0;
    filter: blur(2px);
    opacity: 0.1;
}
.jhn-use-link.link-affiliation:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #00000078, #00fff2);
    border-radius: var(--border-radius);
    z-index: 0;
    filter: blur(2px);
    opacity: 0.1;
}
.jhn-footer-top-section {
    background: var(--first-color);
}


.jhn-footer-sections {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-s);
    height: 500px;
}
.jhn-footer-left-section {
    width: 60%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.jhn-fooer-top-section {
    background: var(--first-color);
    border-radius: var(--border-radius);
    border: 1px solid rgba(122,123,127,.25);
    padding: var(--spacing-m);
    margin: var(--spacing-s) var(--spacing-xs);
}

.jhn-footer-bot-section {
    background: var(--first-color);
    border-radius: var(--border-radius);
    border: 1px solid rgba(122,123,127,.25);
    padding: var(--spacing-m);
    margin: var(--spacing-s) var(--spacing-xs);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-s);
}
.jhn-footer-section-title {
    font-size: 32px;
    width: 30rem;
    font-family: 'Montserrat';
    font-weight: 900;
    color: var(--title-color);
	line-height: 40px;
}
.jhn-footer-bot-section-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-m);
    width: 100%;
	line-height: 100%;
}
.jhn-footer-section-links {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
}
.jhn-footer-links-list {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing-s) - 8px);
}
.jhn-footer-links-list-title {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    opacity: 0.9;
}
.jhn-footer-links-list a {
    color: var(--title-color);
    opacity: 0.8;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat';
}
.jhn-footer-right-section {
    width: 40%;
    height: 500px;
}
.jhn-footer-right-offer {
    background: var(--first-color);
    border-radius: var(--border-radius);
    border: 1px solid rgba(122,123,127,.25);
    padding: var(--spacing-m);
    margin: var(--spacing-s) var(--spacing-xs);
}
.jhn-footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: var(--spacing-s);
    height: auto;
}
.jhn-footer-social {
    padding-top: var(--spacing-s);
    margin: var(--spacing-s) var(--spacing-xs);
    position: relative;
}
.jhn-footer-social-links a {
    background: var(--first-color);
    border-radius: var(--border-radius);
    border: 1px solid rgba(122, 123, 127, .25);
    padding: var(--spacing-s) var(--spacing-m);
    width: calc(100% / 3);
    text-align: center;
    text-align: -webkit-center;
    height: 100%;
}
.jhn-contact-social .jhn-footer-social-links a {
    padding: var(--spacing-m);
}
.jhn-footer-social-links a img {
    height: 40px;
    filter: brightness(0.5);
	transition: var(--transition);
}
.jhn-footer-social-links a:hover img {
    transform: scale(1.5);
    transition: var(--transition);
}
.jhn-footer-social-links a svg {
    height: 40px;
    filter: brightness(0.5);
	transition: var(--transition);
}
.jhn-footer-social-links a:hover svg {
    transform: scale(1.5);
    transition: var(--transition);
}
.jhn-footer-right-offer-tit {
    font-size: 30px;
    font-family: 'Ebgaramond';
    position: relative;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: var(--spacing-s);
}
.jhn-footer-right-offer-tit span {
    background: rgb(255, 72, 109);
    padding: 5px var(--spacing-xs);
    border-radius: var(--border-radius);
    font-size: 14px;
    font-weight: 600;
    color: #850606;
    margin-left: var(--space-s);
    font-family: 'Montserrat';
}
.jhn-footer-right-offer-text {
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    margin: var(--spacing-xs) 0;
}
a.jhn-btn.jhn-footer-right-offer-btn {
    background: transparent;
    border: 1px solid rgba(122, 123, 127, .25);
    color: var(--title-color);
    font-size: 18px;
    font-weight: var(--medium-font);
    padding: var(--spacing-s);
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Montserrat';
	border-radius: var(--border-radius);
}
a.jhn-btn.jhn-footer-right-offer-btn:hover {
    background: rgb(255 255 255 / 8%);
    cursor: pointer;
}
a {
    text-decoration: none!important;
}
a:hover, a:focus{
    text-decoration: none!important;
}
.jhn-portfolio-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.jhn-portfolio-proj.col-md-6 img {
    /* width: 100%; */
    height: 380px;
    border-radius: var(--border-radius);
    background-size: cover;
}
.jhn-portfolio-proj.col-md-4 img {
    width: 400px;
    height: 450px;
	border-radius: var(--border-radius);
}
@media (min-width: 768px) {
.col-md-6 {
    padding: 10px;
}
.col-md-4 {
    padding: 10px;
}
}
.jhn-portfolio-proj {
    background: rgb(255 255 255 / 10%);
    border: 5px solid #000000;
    text-align: center;
    padding: 10px;
    border-radius: var(--border-radius);
    transition: 1s ease-in;
    cursor: default;
}
.jhn-portfolio-sec-name {
    text-align: center;
    color: var(--text-color);
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 15px;
    font-size: 1.2em;
}
.jhn-portfolio-proj.mic.col-md-4 img {
    width: 400px;
    height: 250px;
    border-radius: var(--border-radius);
}
.jhn-portfolio-top-title.jhn-text-gradient {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: rgb(0 0 0 / 0%);
    background-image: none;
    background-clip: border-box;
    font-family: Ebgaramond,sans-serif;
    font-size: 80px;
    font-weight: 500;
    width: 70rem;
}
.jhn-portfolio-top-subtitle {
    color: #b7b4b4;
    font-size: 1.3em;
    font-weight: 200;
    font-family: 'Montserrat';
    width: 59rem;
    letter-spacing: -1px;
}
.jhn-portfolio-title {
    text-align: center;
    width: 100%;
    text-align: -webkit-center;
    margin: 4rem 0;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 100s linear infinite;
  -webkit-animation: rotating 100s linear infinite;
  -moz-animation: rotating 100s linear infinite;
  -ms-animation: rotating 100s linear infinite;
  -o-animation: rotating 100s linear infinite;
  animation: rotating 100s linear infinite;
}
.jhn-vouc {
    margin-top: 3rem;
}
svg path {
    fill: #fff;
}
.jhn-fooer-top-section span {
    font-family: 'Ebgaramond';
    font-size: var(--medium-font);
    color: var(--title-color);
    opacity: 0.8;
}
.jhn-contact-social {
    margin: var(--spacing-l) 0;
    padding: var(--spacing-m) 0;
}
.col-md-12.jhn-port-jos {
    text-align: center;
    text-align: -webkit-center;
    margin: 10px 0;
}
.jhn-port-jos span {
    color: #b7b4b4;
    font-size: 1.3em;
    font-weight: 200;
    font-family: 'Montserrat';
    letter-spacing: -1px;
}