@font-face {
    font-family: 'HelveticaNeue';
    src: url('./font/HelveticaNeueHeavy.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./font/HelveticaNeueBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./font/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./font/HelveticaNeueThin.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('./font/HelveticaNeueThin.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./font/HelveticaNeueLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./font/HelveticaNeueUltraLight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

a {
    text-decoration: none;
}

@font-face {font-family: 'Noto Sans KR';font-style: normal;
font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;
src:     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}


::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #21c2a6;
}

::selection {
    color: #fff;
    background: #21c2a6;
}

a:focus-visible {
    outline: 1px solid;
}

body {
    
    color: #000000;
    font-size: 20px;
    font-family: 'HelveticaNeue', arial;
}

ul {
    padding: 0;
    margin: 0
}

.wrapper {
    overflow-x: hidden;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 0px;
    padding-right: 0px;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HelveticaNeue", arial;
}


video::-webkit-media-controls-fullscreen-button { 
    display: none !important; 
}

.section-title {
    line-height: 60px;
    font-size: 2.5em;
    color: #182022;
    margin-bottom: 25px;
}

.section-subtitle {
    font-size: 1em;
    line-height: 1.6em;
    color: #5f6465;
    margin-bottom: 0;
    font-weight: 300;
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.btn {
    max-width: 150px;
    width: 100%;
    border-radius: 50px;
    font-size: 1.0em;
    font-family: 'HelveticaNeue', arial;
    border: none;
    position: relative;
    transition: .5s all;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn:hover {
/*
    transform: translateY(-8px)
*/    
}

.btn:focus {
    background-color: #21c2a6;
    box-shadow: none;
    border: none;
    color: #fff
}

.btn-sm {
    min-height: 50px;
    max-width: 140px;
    padding: .25em 1em;
    font-size: 1em;
}

.btn-primary {
    background-color: #283162;
}

.btn-primary-outline,
.btn-primary-outline:hover {
    border: 2px solid #21c2a6;
    color: #182022;
}

.btn-primary:hover {
    background-color: #21c2a6;
    border: none;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: #21c2a6
}

.btn-secondary:hover {
    background-color: #21c2a6
}

.btn-secondary-outline,
.btn-secondary-outline:hover {
    border: 2px solid #21c2a6;
    color: #21c2a6;
}

.btn-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}


header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .5s ease-in-out;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.1);
}


header.header-sm {
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 82px;
    padding: 27px 0;
}

header.nav-up {
    transform: translateY(-150px)
}

header .nav-menu {
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top_menu {
    color:#000000;
    display: flex;
    font-family: "HelveticaNeue", arial;
    font-weight:400;
    font-size:20px;
}

.top_menu ul {
    list-style:none;
}

.top_menu ul li {
    float:left;
    padding:0px 20px;
}

.top_menu a {
    color:#000000;
    text-decoration:none;
}

.top_menu a:hover {
    color:#2B34FB;
    text-decoration:none;
}

.nav-menu-wrapper {
    display:none;
}

.nav-menu-button {
    height: 24px;
    width: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.nav-menu-button .line {
    display: block;
    height: 2px;
    width: 100%;
/*    background: #5f6465 */
    background-color: rgba(0, 0, 0, 1.0);
    
}

.nav-menu-button .line1 {
    transform-origin: 0 0;
    transition: transform .4s ease-in-out
}

.nav-menu-button .line2 {
    transition: transform .2s ease-in-out
}

.nav-menu-button .line3 {
    transform-origin: 0 100%;
    transition: transform .4s ease-in-out
}

.mobile-menu-open .nav-menu-button {
    background-color: #eff3f4;
}

.mobile-menu-open .nav-menu-button .line1 {
    transform: rotate(45deg);
    transform-origin: 2px 7px;
}

.mobile-menu-open .nav-menu-button .line2 {
    transform: scaleY(0)
}

.mobile-menu-open .nav-menu-button .line3 {
    transform: rotate(-45deg);
    transform-origin: 2px -4px;
}

.bg-white {
    background-color: #fff
}

.nav-menu .dropdown-toggle::after {
    transition: 0.5s all;
    content: "" !important;
    position: static !important;
}

.nav-menu .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.nav-menu .dropdown-item {
    font-size: 3.5vw;
    text-align: center;
}

.nav-menu .dropdown-item:focus,
.nav-menu .dropdown-item:hover {
    background-color: transparent;
    color: #21c2a6;
}

.nav-menu .dropdown-item.active {
    color: #21c2a6;
    background-color: transparent;
}


.nav-menu .dropdown-menu.show {
    position: relative !important;
    margin-top: 12px !important;
    transform: none !important;
    background-color: #eff3f4;
    width: 100%;
}


.nav-menu-button {
    display: none;
    position: relative;
}

.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-open .logo {
    display: none;
}

.mobile-menu-open .nav {
    justify-content: flex-end;
}

.mobile-menu-open .nav-menu-wrapper {
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5% 15%;
    overflow-y: scroll;
}

.mobile-menu-open .nav-img {
    position: absolute;
    top: 127px;
    right: -70px;
}

.mobile-menu-open .nav-img img {
    /* height: 70vh; */
}

.mobile-menu-open .nav-links {
    list-style: none;
}

.mobile-menu-open .nav-links li {}

.mobile-menu-open .nav-links li a {
    font-family: "HelveticaNeue", arial;
    padding: 20px 25px;
    padding-top: 30px;
    font-size: 4.15vw;
    border-bottom: 1px solid #c5c5c5;
    color:#000000;
    font-weight:800;
}

.mobile-menu-open .nav-links li a:hover {
    border-bottom: 1px solid #21c2a6;
    color:#2B34FB;

}

.mobile-menu-open .nav-links li:last-child a {
    border-bottom: 0
}

.mobile-menu-open .nav-links li a:focus {
    border-bottom: 1px solid #21c2a6;

}

.mobile-menu-open .nav-links li:last-child {
    border: none;
}



/* Epilogue */
.epilogue-section {
    background: #19163F;
    position: relative;
}

.epilogue {
    padding: 250px 0px 0px 0px;
    position: relative;
    width:1530px;
    margin:0 auto;
}

.prof_name {
    font-size:36px;
    font-weight:700;
    padding:10px 0px 30px 0px;
}

.epilogue1 {
    padding-top:140px;
    font-family: HelveticaNeue', arial;
    font-size:20px;
    color:#ffffff;
    font-weight:100;
    position: relative;
    display: inline-block;
}

.epilogue1 ul {
    list-style: none;
}

.epilogue1 li {
    float:left;
}

.epilogue2 {
    display: inline-block;
    padding:341px 0px;
}

.epilogue3 {
    display: inline-block;
    padding:0px 0px 341px 0px;
}

.epilogue_left {
    padding-right:150px;
}

.epilogue_right {
    width:1130px;
    text-align:justify;
}

/* Subtitle Section  */
.subtitle_section {
    padding-top:400px;
    width:1980px;
    position: relative;
    margin:0 auto;
    background-image: url('../images/bg_subpage.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.subtitle {
    font-family: "HelveticaNeue",arial;
    text-align:center;
    font-size:95.25px;
    font-weight:500;
}

.subtitle_sub {
    margin-top:-10px;
    font-family: "HelveticaNeue",arial;
    text-align:center;
    font-size:16px;
    font-weight:200;
    color:#8f8f8f;
}

.subtitle_detail {
    padding-top:20px;
    font-family: "HelveticaNeue",arial;
    text-align:center;
    font-size:23px;
    font-weight:500;
    color:#000000;
}

.subtitle_detail2 {
    font-family: "HelveticaNeueThin";
    text-align:center;
    font-size:19px;
    font-weight:100;
    color:#000000;
}

.subtitle-detail-section {
    height: 500px;
    position: relative;
}


.subtitle-detail {
    font-family: "HelveticaNeue",arial;
    padding-top:280px;
    padding-left:0px;
    padding-right:0px;
    position: relative;
    color:#000000;
}

.subtitle-detail h3 {
    font-size:34px;
    font-weight:700;
}

.subtitle-detail p {
    font-size:20px;
    font-weight:400;
    border:0px;
    margin:0px;
}

.title2 {
    display:inline-block;
    width:100%;
    text-align:right;
}

.container_detail {
    width:1920px;
    margin:0 auto;
}

.container_detail img {
    width:100%;
}

.team_gallery img { // »ó¼¼º¸±â ÀÌ¹ÌÁö 1980ÇÈ¼¿
    width:100%;
}

/* Designer section */
.designer {
    width:1024px;
    padding:90px 0px;
    position: relative;
    min-height:600px;
    margin:0 auto;
}
.designer div {
/*
    width:300px;
    position: relative;
*/    
}

.designer_profile,.designer_category {
    margin:23px 0px 100px 0px;
    font-family: "HelveticaNeue";
    font-size:20px;
    color:#000000;
    font-weight:400;
    line-height: 35px;
    text-align:left;
}

.designer_category {
    margin:23px 0px 200px 0px;
    font-family: "HelveticaNeue",arial;
    font-size:23px;
    color:#000000;
    font-weight:400;
    line-height: 35px;
}

.designer_contact {
    margin:23px 0px 200px 0px;
    font-family: "HelveticaNeue",arial;
    font-size:20px;
    color:#000000;
    font-weight:200;
    line-height: 35px;
    text-align:left;
}

.designer_contact a {
    text-decoration: none;
}



.designer_profile .gap0 {
    min-height:220px;
}

.designer_profile .gap1 {
    min-height:140px;
}

.designer_profile .gap2 {
}


.designer-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s all;
}


.designer ul li{
    float:left;
    color:#a9a9a9
}


/* Thumbnail Section  */
.subcontent-section {
    margin-top:150px;
    background: #ffffff;
    position: relative;
}

.main {
    background: #ffffff;
    position: relative;
    width:100%;
    padding:0;
    margin-top:150px;
}

.main_contents {
    background: #ffffff;
    position: relative;
    width:100%;
    padding:0;
    margin-top:100px;
}

.detail_contents {
    background: #ffffff;
    position: relative;
    width:100%;
    padding:0 20px;
    margin-top:100px;
}

.designer-section {
    background: #ffffff;
    position: relative;
    padding:268px 190px;
}

.main_bg {
    min-height:1024px;
    position: relative;
}

.main-4, .main-1 {
    margin:0 auto;
    width:1550px;
    padding: 70px 0px 0px 0px;
    position: relative;
    justify-content: space-between;    
}

.credit_bg {
    padding-bottom:150px;
    background-image: url("../images/bg_creadit.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.pro_inform {
    margin-bottom:80px;
}

.title {
    font-family: "HelveticaNeue",arial;
    font-size:20px;
    color:#000000;
    font-weight:200;
    line-height: 23.87px;
    letter-spacing: 0px;
}

.pro_name {
    font-family: "HelveticaNeue",arial;
    font-size:36px;
    color:#000000;
    font-weight:800;
    letter-spacing: -3px;
}

.desc_kor, .desc_eng {
    font-family: "HelveticaNeue";
    font-size:23px;
    color:#000000;
    font-weight:300;
    letter-spacing: 0px;
    line-height:25px;
}

.credit {
    margin-top:300px;
}

.credit_title {
    font-family: "HelveticaNeue";
    font-size:40px;
    color:#000000;
    font-weight:bold;
    text-align:right;
    padding-right:150px;
}

.credit_subtitle {
    margin-top:20px;
    font-family: "HelveticaNeue";
    font-size:24px;
    color:#000000;
    font-weight:bold;
}

.credit_section {
    padding:42px 0px;
    font-family: 'HelveticaNeue', arial;
    font-size:0.9em;
}

.credit_section  ul {
    list-style:none;
}

.credit_section li {
    font-family: 'HelveticaNeue', arial;
    float:left;
    text-align:left;
    color:#000000;
    font-weight:400;
    width:20%;
}

.credit_section li a {
    text-decoration:none;
}

.credit_section .credit_0 {
    margin-bottom:20px;
}

.credit_section .credit_1 {
    width:140px;
    font-weight:700;
}

.credit_section .credit_2 {
    width:140px;
    font-weight:700;
    margin-left:80px;
}

.subpage_title {
    margin:107px 0px 112px 0px;
    font-family: "HelveticaNeue",arial;
    font-size:36px;
    color:#000000;
    font-weight:bold;
}


    .footer_logo {
        text-align:left;
    }
    
    .footer_logo2 {
    }



.designer-list {
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: space-between;    
    font-family: "HelveticaNeue",arial;
    color:#000000;
    font-weight:bold;
}

.designer-list ul {
    list-style:none;
    margin:0;
    padding:0px;
}

.designer-list li {
    float:left;
    margin:37px;
}

.designer-list a {
    text-decoration: none;
}

.designer_name {
    margin-top:27px;
    font-family: "HelveticaNeue",arial;
    font-size:24px;
    color:#000000;
    font-weight:bold;
}

.designer_name_eng {
    font-family: "HelveticaNeue";
    font-size:44px;
    color:#000000;
    font-weight:200;
}

.designer_name_detail {
    font-family: "HelveticaNeue";
    font-size:40px;
    color:#000000;
    font-weight:bold;
}

.designer_email {
    font-family: "HelveticaNeue";
    font-size:18px;
    font-weight:400;
    color:#A5A5A5;
}

.designer_link {
    font-family: "HelveticaNeue";
    font-size:24px;
    font-weight:200;
    color:#A5A5A5;
}

.designer_link .list {
    border-bottom:1px solid;
    padding-bottom:5px;
    border-color:A5A5A5;
}

.designer-list-detail {
    padding: 300px 100px;
    position: relative;
    justify-content: space-between;    
}

.designer-list-text {
    text-align:left;
    font-size:28px;
    color:#000000;
}

.designer_title_mobile {
    display:none;
}    

.designer_line {
    width:100%;
    border-bottom:1px solid;
    height:13px;
    border-color:#34457E;
}


.credit_line2 {
    width:100%;
    border-bottom:1px solid;
    border-color:#a9a9a9;
}

.design_profile {
    margin-bottom:50px;
}

.designer_photo {
    width:100%;
    text-align:left;
}

.designer_photo img {
    border:0px;
    max-width:520px;
}


.designer_gallery {
    text-align:center;
    font-size:22px;
    color:#ffffff;
    padding-top:180px;
}


.designer_gallery h3 {
  font-weight:500;
  padding:4px 0px 0px 0px;
}

.designer_gallery h5 {
  font-weight: 300;
  font-size:1.0em;
}

.subcontent_detail {
    padding: 0px;
    margin:0px;
    margin:0 auto;
}

.subcontent_detail br {
    padding: 0px;
    margin:0px;
}

.subcontent_detail img {
    width:100%;
}

.subcontent {
    padding-top: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;    
    max-width:1920px;
    margin:0px auto;
}

.subcontent ul {
    list-style:none;
    margin:0;
    padding:0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.subcontent li {
    float:left;
    margin:0px 15px 15px 15px;
    max-width:385px;
;}

.subcontent_team {
    padding-top:10px;
    position: relative;
    display: flex;
    justify-content: space-between;    
    max-width:1920px;
    margin:0px auto;
}

.subcontent_team ul {
    list-style:none;
    margin:0;
    padding:0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.subcontent_team ul li {
    float:left;
    margin:0px 15px 15px 15px;
    width:385px;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
  background: #3498db;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}



/* Banner Section  */
.banner-carousel-wrapper {
    margin-left: 60%;
    width: 35%;
}

.banner-section {
    background-color: #eff3f4;
    height: 100%;
    padding-top: 280px;
    padding-bottom: 150px;
    position: relative;
}

.banner-section h1 {
    font-size: 3em;
    color: #182022;
    line-height: 80px;
    margin-bottom: 35px;
}

.banner-section p {
    margin: 0;
    font-size: 1.25em;
    margin-bottom: 40px;
}

.banner-content {
    padding-left: calc((99.5vw - 1170px) / 2);
    width: 55%;
    position: absolute;
    left: 0;
}

.banner-carousel {
    position: relative;
}

.pad-top {
    margin-top: 230px;
}

.banner-carousel div img {
    border-radius: 29px 29px 90px 29px;

}

.banner-carousel .owl-nav {
    position: absolute;
    top: 150px;
    right: 35px;
}


.banner-carousel.owl-carousel .owl-nav .owl-prev {
    display: none;
}


.banner-carousel.owl-carousel .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

.banner-carousel div:nth-child(even) img {
    border-radius: 33px 33px 33px 145px;

}


.join-now {
    background-color: #21c2a6;
    border: 1px solid #21c2a6;
    padding: 12px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px
}

.join-now:hover {
    transform: scale(0.98);
    background-color: #21c2a6;
    border: 1px solid #21c2a6
}

.connect-wallet {
    background-color: transparent;
    border: 1px solid #21c2a6;
    padding: 12px 22px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    color: #fff
}

.connect-wallet:hover {
    transform: scale(0.98);
    background-color: transparent;
    border: 1px solid #21c2a6;
}

.adding-creators {
    display: flex;
    justify-content: flex-start;
    margin-top: 65px;
    align-items: center;
    z-index: 1;
}

.adding-creators ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding-right: 15px
}

.figure li+li {
    margin-left: -21px
}

.figure li img {
    border-radius: 50%;
    border: 2px solid #fff;
    filter: grayscale(100%);
}

.figure li img:hover {
    filter: grayscale(0)
}

.adding-creators-aside h6 {
    color: #5f6465;
    padding: 0;
    margin: 0;
    font-size: .8em;
    text-align: left;
    line-height: 1.4
}

.adding-creators-aside h6 strong {
    color: #21c2a6
}

.adding-creators-aside h6 strong span {
    color: #191f2e;
}
 

/*creator section starts*/
.awesome-creators {
    padding: 100px 0px;
    margin:0 auto;
}

.awesome-creators .btn-container {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 120px;
}

.creators-top {
    margin-bottom: 90px;
}

.creators-grid {
/*    padding-left: calc((100vw - 1170px) / 2); */
}

.creator-img-wrapper img {
/*    border-radius: 30px; */
    border-radius: 0px;
    filter: grayscale(100%);
}

.creator-img-wrapper:hover img {
    filter: grayscale(0);
}

.creator-name {
    text-align: right;
    font-size: 20px;
    margin-top: 20px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight:500
}

.creator-email {
    text-align: right;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight:100;
}

.creators-grid .owl-nav {
    margin-top: 80px;
    position: relative;
}

.owl-nav .owl-next {
    margin-left: 40px;
    transition: 0.2s all;
    transform: translateX(0)
}

.owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.owl-nav .owl-prev {
    transition: 0.2s all;
    transform: translateX(0);
}

.owl-prev:hover {
    transform: translateX(-6px)
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.25;
    cursor: default;
}

.creators-grid .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

/*creator section ends*/


.rollover {
  display: inline-block;
  position: relative;

  .off {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .4s ease;
  }
  .on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .on, .off {
    display: block;
  }
}
.rollover:hover {
  .off {
    opacity: 0;
  }
}



/*team section starts*/
.team-section {
    margin-top: 150px;
}

.team-member-list {
    list-style: none;
    margin-top: 60px;
}

.team-member-list li {
    padding-top: 35px;
}

.team-member {
    border-bottom: 1px solid #ccd5d7;
    padding-bottom: 45px;
    font-family: HelveticaNeue', arial;
    display: grid;
    grid-template-columns: 3fr 5fr 3fr 1fr;
    gap: 30px;
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.team-member.open {
    max-height: 100%;
}

.team-member h5 {
    font-size: 1.25em;
    text-align: right;
    color: #5f6465;
    font-family: HelveticaNeue', arial;
}

.team-member .team-member-content {
    color: #5f6465;
    font-family: HelveticaNeue', arial;
}

.team-member .team-member-content h6 {
    font-size: 1em;
    font-family: HelveticaNeue', arial;
    line-height: 35px;
}

.team-member .team-member-content p {
    margin-bottom: 20px;
    font-size: 0.75em;
    font-weight: 300;
    font-family: HelveticaNeue', arial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s all;
}

.team-member.open .team-member-content p {
    -webkit-line-clamp: none;
    display: block;
}

.team-member .team-member-img {
    transform: translateY(-25%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s all;
}

.team-member.open .team-member-img {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.team-member .team-member-social {
    display: none;
}

.team-member.open .team-member-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.team-member.open .team-member-social a {
    color: #5f6465;
    font-size: 1.1em;
}

.team-member.open .team-member-social a:hover {
    color: #21c2a6;
}

.team-accordian-icon {
    position: absolute;
    right: 25px;
    top: 0;
    border: none;
    width: 15px;
    height: 15px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.team-member.open .team-accordian-icon:before {
    display: none;
}

.team-member .team-accordian-icon:before {
    content: '';
    cursor: pointer;
    background-color: #5f6465;
    height: 15px;
    display: block;
    width: 1px;
    /* position: absolute; */
}

.team-member .team-accordian-icon:after {
    content: '';
    background-color: #5f6465;
    height: 1px;
    display: block;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    /* ptransform: translateY(-50%);*/
}


.team-accordian-icon:hover:before,
.team-accordian-icon:hover:after {
    background-color: #21c2a6;
}


/*team section ends*/
 

.input-container {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccd5d7;
}

.input-container input {
    max-width: 570px;
    border: 1px solid #ccd5d7;
    color: #5f6465;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 12px 36px;
}

/*email update section ends*/



/*footer section starts*/

.footer {
    margin-top:100px;
    padding:0px;
}

.footer_text {
    color:#000000;
    font-size:16px;
}




/**********************************/
/********** Effect #1 CSS *********/
/**********************************/
.effect-1 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.effect-1 .effect-img {
    font-size: 0;
    overflow: hidden;
}

.effect-1 .effect-img img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.effect-1:hover .effect-img img {
    transform: scale(1.1);
}


/**********************************/
/********** Effect #4 CSS *********/
/**********************************/
.effect-4 {
    position: relative;
    overflow: hidden;
}

.effect-4 .effect-img {
    font-size: 0;
    overflow: hidden;
}

.effect-4 .effect-img img {
    width: 450px;
    height: auto;
    transition: all .3s;
}

.effect-4:hover .effect-img img {
    transform: scale(1.2);
}

.effect-4 .effect-text {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    transition: all .3s ease-in;
    opacity: 0;
}

.effect-4 .effect-text .effect-text-inner {
    position: absolute;
    padding: 15px;
    z-index: 1;
}

.effect-4 .effect-text:before,
.effect-4 .effect-text:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    content: '';
}

.effect-4 .effect-text:before {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    left: -100%;
    top: 0;
}

.effect-4 .effect-text:after {
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    left: 100%;
    bottom: 0;
}

@-webkit-keyframes left-up {
    0% {
        left: 100%;
        height: 0;
    }
    50% {
        left: 0;
        height: 0;
    }
    100% {
        height: 100%;
        left: 0;
    }
}

@-webkit-keyframes right-dn {
    0% {
        left: -100%;
        height: 0;
    }
    50% {
        left: 0;
        height: 0;
    }
    100% {
        height: 100%;
        left: 0;
    }
}

.effect-4:hover .effect-text{
    opacity: 1;
}

.effect-4:hover .effect-text:after,
.effect-4:hover .effect-text:before {
    animation-delay: .1s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
}

.effect-4:hover .effect-text:after {
    animation-name: left-up;
}

.effect-4:hover .effect-text:before {
    animation-name: right-dn;
}

.effect-4 .effect-text h2 {
    height: 45px;
    color: #ffffff;
    font-size: 1.8em;
    margin: 0;
}

.effect-4 .effect-text p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}



.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.page-banner {
    margin-top: 200px;
    background-color: #eff3f4;
    padding-top: 110px;
    padding-bottom: 80px;
    text-align: center;

}

.page-banner .page-heading {
    font-size: 40px;
    padding-bottom: 10px;
    font-family: HelveticaNeue', arial;
    font-weight: 700;
    color: #182022
}

.page-banner .sub-heading {
    font-size: 20px;
}

/*footer section ends*/


.desktop-hide {
    display: none;
}

/*ABOUT HTML*/




/* Modal MD 770 */
/* Modal SM 570 */
.modal-sm .modal-dialog {
    max-width: 570px;
}

.modal-md .modal-dialog {
    max-width: 770px;
}

.modal-content {
    border-radius: 40px;
}

.modal-header {
    padding: 70px 70px 60px;
    border: 0;
    position: relative;
}

.modal-header .modal-title {
    color: #182022;
    font-size: 3em;
    font-weight: 500;
    font-family: HelveticaNeue', arial;

}


.modal-header .btn-close {
    color: #000;
    background: url(../images/close-icon.png) no-repeat center;
    opacity: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 40px;
}

.modal-body {
    padding: 0 70px 70px;
}

.wallet-box {
    border: 1px solid #7c7e83;
    border-radius: 20px;
    padding: 40px 40px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 100%;
}

.wallet-box:hover {
    border: 1px solid #21c2a6;
    cursor: pointer;

}


.wallet-box h5 {
    font-size: 1.2em;
    color: #182022;
    margin: 0;
    margin-top: 8px;
}

.wallet-box p {
    font-size: 0.8em;
    color: #5f6465;
    text-align: center;
}


#individual_video {
  position: relative;
  background: #000;
  width: 100%;
  margin: 20px auto;
}

#individual_video img,
#individual_video iframe { display: block; }

#team_video {
  position: relative;
  background: #000;
  width: 100%;
  margin: 20px auto;
}

#team_video img,
#team_video iframe { display: block; }


#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url('../images/play-button.png') no-repeat 50% 50%;
  background-size: auto, cover;
  z-index: 9999;
}

#play:hover { background-color: rgba(0,0,0,0.2) !important; }


.team_photo {
  position: relative;
  width: 100%;
}

.team_photo img {
  vertical-align: top;
  max-width: 100%;
}

.team_photo h3,
.team_photo h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.x-being_title {
    padding-top:24px;
    font-family: "HelveticaNeue";
    font-size:32px;
    font-weight:400;
    line-height: 40px;
}

.x-being_detail {
    font-family: "HelveticaNeue";
    font-size:23px;
    color:#686868;
}


.individual_photo {
  position: relative;
  padding:0px;
  text-align:center;
}

.individual_photo img{
  vertical-align: top;
  max-width: 100%;
}

.individual_photo a {
    text-decoration: none;
}

.box {
  position: relative;
}

.box img {
  width: 100%;
}

.box .info {
  color: #fff;
  position: absolute; left: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  text-align:center
}
.box:hover .info {
  opacity: 1;
}

.box .info h3 {
  font-weight:500;
  padding:4px 0px 0px 0px;
}

.box .info h5 {
  font-weight: 300;
  font-size:1.0em;
}

.box .info p {
  font-size: 20px;
  padding:0px;
  margin:0px;
}

iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

.youtube_area {
    position: relative;
    width:100%;
    height:720px;
}



.btns {
  display: flex;
  position: fixed;
  right: .4rem;
  bottom: .4rem;
}

.btns > div {
  padding: .4rem 0.5rem;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  transition: .2s;
  color: #ffffff;
  margin-right: .4rem;
  background-color: rgba(255,255,255,0.3);
}

.video-container {
  position:relative;
  height:0;
  padding-bottom:56.25%;
}

.video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}