/*------------------------------------------------------------------
[Master Stylesheet]

Project:  UFTY Net template
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header
3. Banner  /.banner-con
4. Discover  /.discover-con
5. Choose  /.choose-con
6. Auction  /.auction-con
7. Creative  /.creative-con
8. Explore  /.explore-con
9. Join  /.join-con
10. FAQ  /.faq-con
11. Customer  /.customer-con
12. Partner  /.partner-con
13. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#    --e-global-color-primary: #ffffff;
#    --e-global-color-secondary: #000000;
#    --e-global-color-accent: #04d7a2;
#    --e-global-color-text: #555555;
#	--e-global-color-white: #ffffff;
#    --e-global-color-black: #000000;
#    --e-global-color-dark-gray: #777777;
#    --e-global-color-bright-orange: #fab52c;
#    --e-global-color-very-dark-blue: #200b6a;
#    --e-global-color-soft-blue: #71caef;
#    --e-global-color-slightly-desaturated-blue: #8881b9;
#    --e-global-color-very-soft-pink: #ec99ba;
#    --e-global-color-soft-red: #f1977a;
#    --e-global-color-very-soft-yellow: #fdf19a;
#    --e-global-color-lime-green: #83c59a;
#    --e-global-color-very-pale-cyan: #f6fffd;
#    --e-global-color-light-grayish-cyan: #ddfbf4;
#    --e-global-color-pure-red: #ff0000;
#    --e-global-color-dark-blue: #1a489d;
#    --e-global-color-strong-cyan: #00b1bd;
#    --e-global-color-very-light-grayish-cyan: #e5edeb;
*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Jost", sans-serif;
Headings: "Merriweather", serif;
*/


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body {
    /* font-family: "Merriweather", serif; */
    font-family: "Jost", sans-serif;
}

:root { 
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #000000;
    --e-global-color-accent: #04d7a2;
    --e-global-color-text: #555555;
	--e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-dark-gray: #777777;
    --e-global-color-bright-orange: #fab52c;
    --e-global-color-very-dark-blue: #200b6a;
    --e-global-color-soft-blue: #71caef;
    --e-global-color-slightly-desaturated-blue: #8881b9;
    --e-global-color-very-soft-pink: #ec99ba;
    --e-global-color-soft-red: #f1977a;
    --e-global-color-very-soft-yellow: #fdf19a;
    --e-global-color-lime-green: #83c59a;
    --e-global-color-very-pale-cyan: #f6fffd;
    --e-global-color-light-grayish-cyan: #ddfbf4;
    --e-global-color-pure-red: #ff0000;
    --e-global-color-dark-blue: #1a489d;
    --e-global-color-strong-cyan: #00b1bd;
    --e-global-color-very-light-grayish-cyan: #e5edeb;
}
h1{
    font-size: 60px;
    line-height: 66px;
    font-weight: 400;
    font-family: "Merriweather", serif;
}
h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    color: var(--e-global-color-secondary);
}
h3{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    font-family: "Merriweather", serif;
}
h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Merriweather", serif;
}
h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
h6{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-18{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-16{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-14{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
html{
    scroll-behavior: smooth;
}

/* Home Page */

.background{
    background: var(--e-global-color-very-dark-blue);
}
.banner_outer {
    border-radius: 0 0 200px 200px;
    background-image: linear-gradient(150deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.banner_outer .color{
    z-index: 1;
    position: relative;
    padding-top: 20px;
    background: rgba(32, 11, 106, 80%);
}
.header {
    padding: 22px 0px;
    position: relative;
    background: rgb(0 0 0 / 20%);
    z-index: 5;
}
.navbar-collapse ul{
    text-align: center;
    align-items: center; 
    display: inherit; 
}
.navbar-expand-lg{
    position: relative;
    z-index: 1;
}
.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav li {
    margin: 0 19px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav .nav-item a{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--e-global-color-white) !important;
    font-family: "Jost", sans-serif;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-accent) !important;
    background-color: transparent;
}
.navbar-nav .active > a{
    color: var(--e-global-color-accent) !important;
}
.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: 59px;
    min-width: 218px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
}
.navbar-nav .drop-down-pages li{
    margin: 0;
    border-bottom: 1px solid var(--e-global-color-white);
}
.navbar-nav .drop-down-pages .nav-item a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 7px 20px;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .drop-down-pages li:hover::after {
    display: none;
}
.navbar-nav .drop-down-pages li:first-child a::before {
    content: '';
    width: 24px;
    height: 14px;
    position: absolute;
    background-image: url(../images/nav-node.png);
    top: -12px;
    left: 8%;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .drop-down-pages li:first-child a:hover::before {
    background-image: url(../images/nav-node-hover.png);
}
.navbar-nav .drop-down-pages .active:first-child > a::before{
    background-image: url(../images/nav-node-hover.png);
}
.navbar-nav .drop-down-pages li:last-child{
    margin: 0;
    border: none;
}
.navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-nav .drop-down-pages .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-nav .drop-down-pages .active > a:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
}
.navbar-nav .nav-item .contact_us {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 14px 18px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .contact_us i{
    font-size: 14px;
    margin-right: 6px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .contact_us:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-bright-orange);
}
.navbar-nav .active > .contact_us {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-bright-orange);
}

/* Banner */

.banner-con{
    padding: 216px 0 290px;
}
.banner-con .banner-sideimage{
    position: absolute;
    left: -5px;
    top: 5px;
}
.banner-con .banner_content h6{
    margin-bottom: 10px;
    padding: 18px 10px;
    color: var(--e-global-color-secondary);
    display: inline-block;
    z-index: 1;
}
.banner-con .banner_content h6::before {
    content: "";
    background: url(../images/banner-headingbg.png);
    position: absolute;
    width: 237px;
    height: 41px;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-con .banner_content h1{
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 20px;
}
.banner-con .banner_content h1 span{
    font-size: 80px;
    line-height: 86px;
    font-weight: 700;
}
.banner-con .banner_content p{
    margin-bottom: 30px;
}
.banner-con .banner_content .buttons{
    margin-bottom: 28px;
    display: inline-block;
}
.banner-con .banner_content .explore_now{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 30px;
    margin-right: 5px;
    font-family: "Jost", sans-serif;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.banner-con .banner_content .explore_now i{
    font-size: 14px;
    margin-left: 6px;
}
.banner-con .banner_content .explore_now:hover{
    background: var(--e-global-color-bright-orange);
}
.banner-con .banner_content .play-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-orange);
    transition: all 0.3s ease-in-out;
}
.banner-con .banner_content .play-icon:hover{
    background: var(--e-global-color-accent);
}
.banner-con .banner_wrapper{
    position: relative;
}
.banner-con .banner_wrapper .banner-image1{
    position: absolute;
    right: 0;
    top: -92px;
}
.banner-con .banner_wrapper .banner-image2{
    position: relative;
    left: 34px;
    bottom: -26px;
    display: inline-block;
}
.banner-con .banner_wrapper .banner-image3{
    position: absolute;
    left: -32px;
    top: -112px;
}
.banner-con .banner_wrapper .scroll{
    position: absolute;
    right: -274px;
    bottom: -112px;
    display: flex;
    align-items: center;
    transform: rotate(270deg);
}
.banner-con .banner_wrapper .scroll i{
    font-size: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: 10px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-black);
    background: var(--e-global-color-white);
    box-shadow: -30px 0 50px rgb(0 0 0 / 30%);
}
.banner-con .banner_wrapper .scroll span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
}

/* Discover */

.discover-con .glow{
    position: absolute;
    top: 0;
}
.discover-con .left-glow{
    left: 0;
}
.discover-con .right-glow{
    right: 0;
}
.discover-con .discover-box{
    padding: 116px 20px 128px 120px;
    border-radius: 50px;
    margin-top: -130px;
    z-index: 6;
    background: var(--e-global-color-very-pale-cyan);
}
.discover-con .discover_topcontent{
    margin-bottom: 72px;
}
.discover-con .discover_topcontent h2{
    margin-bottom: 26px;
}
.discover-con .discover_topcontent .discover-triangleimage{
    position: absolute;
    display: inline-block;
    right: 100px;
    top: 60px;
}
.discover-con .discover_wrapper .discover-image{
    position: absolute;
    left: -22px;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}
.discover-con .discover_wrapper .discover-image img{
    width: 350px;
    border-radius: 5px;
    border: 8px solid var(--e-global-color-white);
}
.discover-con .discover_wrapper .discover-circle{
    position: absolute;
    left: -65px;
    top: -45px;
}
.discover-con .discover_content .icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 26px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    background: var(--e-global-color-light-grayish-cyan);
    transition: all 0.3s ease-in-out;
}
.discover-con .discover_content .content-box:hover .icon{
    transform: translateY(-5px);
}
.discover-con .discover_content .content-box {
    margin-bottom: 42px;
}
.discover-con .discover_content .content{
    padding-left: 22px;
    border-left: 5px solid var(--e-global-color-bright-orange);
}
.discover-con .discover_content .content h4{
    margin-bottom: 18px;
}

/* Choose */

.choose-con{
    margin-top: -130px;
    border-radius: 200px 200px 0 0;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-slightly-desaturated-blue) 20%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.choose-con:before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.choose-con .choose-arrowimage{
    position: absolute;
    left: 284px;
    bottom: -80px;
}
.choose-con .choose_innercontent{
    padding: 248px 0 110px;
}
.choose-con .choose-starimage{
    position: absolute;
    left: -180px;
    top: 178px;
}
.choose-con .choose-circleimage{
    position: absolute;
    right: -128px;
    bottom: 176px;
}
.choose-con .choose_content h2{
    margin-bottom: 28px;
}
.choose-con .choose_content h2 span{
    color: var(--e-global-color-bright-orange);
}
.choose-con .choose_content p{
    margin-bottom: 28px;
}
.choose-con .choose_content ul li {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-left: 38px;
    position: relative;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
}
.choose-con .choose_content ul li:last-child {
    margin-bottom: 0;
}
.choose-con .choose_content ul li i {
    height: 18px;
    width: 18px;
    line-height: 14px;
    top: 3px;
    left: 1px;
    font-size: 10px;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
.choose-con .choose_wrapper{
    position: relative;
    top: 5px;
    background-image: linear-gradient(150deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.choose-con .choose_wrapper:before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 65%);
    width: 100%;
    height: 100%;
    left: 0;
}
.choose-con .choose-box {
    padding: 44px 30px 42px 50px;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
.choose-con .box1 {
    box-shadow: 0 30px 50px rgb(0 0 0 / 30%);
}
.choose-con .box2 {
    box-shadow: -30px 0 50px rgb(0 0 0 / 30%);
}
.choose-con .choose-box .icon{
    transition: all 0.3s ease-in-out;
}
.choose-con .choose-box:hover .icon{
    transform: translateY(-5px);
}
.choose-con .choose-box .content {
    padding-left: 20px;
}
.choose-con .choose-box .content .number{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    font-family: "Merriweather", serif;
    color: var(--e-global-color-white);
}
.choose-con .choose-box .content .type{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
}
.choose-con .button{
    padding-top: 80px;
    text-align: center;
}
.choose-con .learn_more{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 35px;
    font-family: "Jost", sans-serif;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.choose-con .learn_more i {
    font-size: 14px;
    margin-left: 6px;
}
.choose-con .learn_more:hover {
    background: var(--e-global-color-bright-orange);
}

/* Auction */

.auction-con {
    padding: 118px 0 115px;
}
.auction-con .glow{
    position: absolute;
    top: 200px;
}
.auction-con .left-glow{
    left: 0;
}
.auction-con .right-glow{
    right: 0;
}
.auction-con .auction_content{
    margin-bottom: 72px;
}
.auction-con .auction_content h2{
    margin-bottom: 26px;
}
.auction-con .auction_content .auction-circle{
    position: absolute;
    right: -158px;
    top: 80px;
}
.auction-con .box{
    position: relative;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-slightly-desaturated-blue) 20%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
    transition: all 0.3s ease-in-out;
}
.auction-con .box::before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.auction-con .auction-box{
    padding: 20px 20px 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.auction-con .auction-box .image-box {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 30%);
}
.auction-con .auction-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1.8), rgba(255, 255, 255, 0));
    transition: all 0.3s ease-in-out;
}
.auction-con .auction-box .image-box span{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 8px 15px;
    top: 10px;
    left: 10px;
    position: absolute;
    text-align: center;
    border-radius: 16px;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-orange);
    box-shadow: 2px 0 5px rgb(0 0 0 / 20%);
}
.auction-con .auction-box .image-box figure {
    overflow: hidden;
    background-color: var(--e-global-color-black);
}
.auction-con .auction-box .image-box figure img {
    transition: all 0.3s ease-in-out;
}
.auction-con .auction-box:hover figure img {
    transform: scale(1.1);
    opacity: 0.7;
}
.auction-con .auction-box .image-box span i{
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
}
.auction-con .auction-content{
    padding: 20px 6px 0 10px;
}
.auction-con .auction-box .content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.auction-con .auction-box .name h4{
    margin-bottom: 4px;
    color: var(--e-global-color-white);
}
.auction-con .auction-box .rating{
    text-align: right;
}
.auction-con .auction-box .rating ul{
    margin-bottom: 8px;
}
.auction-con .auction-box .rating ul li {
    display: inline-block;
    margin: 0 -1px;
}
.auction-con .auction-box .rating ul li i {
    font-size: 13px;
    line-height: 13px;
    color: var(--e-global-color-bright-orange);
}
.auction-con .auction-box span{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
}
.auction-con .auction-box .button{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.auction-con .auction-box .button .place_bid{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 14px 32px;
    text-align: center;
    display: inline-block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.auction-con .auction-box .button .place_bid:hover{
    background: var(--e-global-color-bright-orange);
}
.auction-con .auction-box .button .stock{
    padding-left: 14px;
    border-left: 1px solid rgb(255 255 255 / 30%);
}
.auction-con .owl-carousel .owl-nav.disabled {
    position: relative;
    display: block;
}
.auction-con .owl-carousel .owl-nav{    
    margin-top: 95px;
}
.auction-con .owl-carousel .owl-prev{
    position: relative;
    left: -38px;
}
.auction-con .owl-carousel .owl-next{
    position: relative;
    right: -38px;
}
.auction-con .owl-carousel .owl-prev:focus,
.auction-con .owl-carousel .owl-prev:focus-visible,
.auction-con .owl-carousel .owl-next:focus,
.auction-con .owl-carousel .owl-next:focus-visible{
    border: none;
    outline: none;
    box-shadow: none;
}
.auction-con .owl-carousel .owl-prev:hover,
.auction-con .owl-carousel .owl-next:hover{
    background: transparent !important;
}
.auction-con .owl-carousel .owl-prev .prev-arrow,
.auction-con .owl-carousel .owl-next .next-arrow {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.auction-con .owl-carousel .owl-prev .previous,
.auction-con .owl-carousel .owl-next .next {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    opacity: 1;
    position: absolute;
    top: -24px;
    display: none;
    transition: all 0.3s ease-in-out;
}
.auction-con .owl-carousel .owl-prev .previous{
    left: -6px;
}
.auction-con .owl-carousel .owl-next .next {
    right: 22px;
}
.auction-con .owl-carousel .owl-prev:hover .previous,
.auction-con .owl-carousel .owl-next:hover .next{
    display: block;
}


/* Creative */

.creative-con{
    border-radius: 0 0 200px 200px;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.creative-con:before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.creative-con .creative_innercontent{
    padding: 118px 0 105px;
}
.creative-con .creative-triangleimage{
    position: absolute;
    left: -122px;
    top: 172px;
}
.creative-con .creative-circleimage{
    position: absolute;
    right: -200px;
    bottom: 120px;
}
.creative-con .creative_content{
    margin-bottom: 72px;
}
.creative-con .creative_content h2{
    margin-bottom: 26px;
}
.creative-con .creative-box{
    padding: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    background: var(--e-global-color-very-pale-cyan);
    transition: all 0.3s ease-in-out;
}
.creative-con .creative-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background-image: url(../images/creative-boxbg.jpg);
    background-position: bottom;
}
.creative-con .creative-box .creative-image{
    position: relative;
    z-index: 1;
}
.creative-con .creative-box .creative-image img{
    border: 3px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.creative-con .creative-box h4{
    margin-bottom: 8px;
}
.creative-con .creative-box .value{
    margin-bottom: 25px;
    display: block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-dark-gray);
}
.creative-con .creative-box .btn_wrapper{
    position: absolute;
    text-align: center;
    display: inline-block;
    background: var(--e-global-color-accent);
    margin: 0 auto;
    transform: translate(-50%, 0%);
    transition: all 0.3s ease-in-out;
}
.creative-con .creative-box .btn_wrapper a{
    transition: all 0.3s ease-in-out;
}
.creative-con .creative-box .btn_wrapper span{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 12px;
    display: none;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.creative-con .creative-box .btn_wrapper i{
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.creative-con .creative-box:hover a span{
    display: block;
}
.creative-con .creative-box:hover a i{
    display: none;
}
.creative-con .creative-box .btn_wrapper span:hover{
    background: var(--e-global-color-bright-orange);
}
.creative-con .owl-carousel .owl-stage-outer {
    min-height: 400px;
}
.creative-con .owl-carousel .owl-nav.disabled {
    position: relative;
    display: block;
}
.creative-con .owl-carousel .owl-nav{    
    margin-top: 55px;
}
.creative-con .owl-carousel .owl-prev{
    position: relative;
    left: -38px;
}
.creative-con .owl-carousel .owl-next{
    position: relative;
    right: -38px;
}
.creative-con .owl-carousel .owl-prev:focus,
.creative-con .owl-carousel .owl-prev:focus-visible,
.creative-con .owl-carousel .owl-next:focus,
.creative-con .owl-carousel .owl-next:focus-visible{
    border: none;
    outline: none;
    box-shadow: none;
}
.creative-con .owl-carousel .owl-prev:hover,
.creative-con .owl-carousel .owl-next:hover{
    background: transparent !important;
}
.creative-con .owl-carousel .owl-prev .prev-arrow,
.creative-con .owl-carousel .owl-next .next-arrow {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.creative-con .owl-carousel .owl-prev .previous,
.creative-con .owl-carousel .owl-next .next {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    opacity: 1;
    position: absolute;
    top: -24px;
    display: none;
    transition: all 0.3s ease-in-out;
}
.creative-con .owl-carousel .owl-prev .previous{
    left: -6px;
}
.creative-con .owl-carousel .owl-next .next {
    right: 22px;
}
.creative-con .owl-carousel .owl-prev:hover .previous,
.creative-con .owl-carousel .owl-next:hover .next{
    display: block;
}

/* Explore */

.explore-con {
    padding: 118px 0 130px;
}
.explore-con .explore-arrowimage {
    position: absolute;
    left: 398px;
    bottom: -80px;
    z-index: 1;
}
.explore-con .glow{
    position: absolute;
    top: 400px;
}
.explore-con .left-glow{
    left: 0;
}
.explore-con .right-glow{
    right: 0;
}
.explore-con .explore_content{
    margin-bottom: 72px;
}
.explore-con .explore_content h2{
    margin-bottom: 26px;
}
.explore-con .explore_content .explore-circle{
    position: absolute;
    right: -158px;
    top: 80px;
}
.explore-con .upper-row{
    margin-bottom: 30px;
}
.explore-con .lower-row{
    margin-bottom: 50px;
}
.explore-con .explore-box{
    position: relative;
    transition: all 0.3s ease-in-out;
}
.explore-con .explore-box .image-box {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 30%);
}
.explore-con .explore-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1.8), rgba(255, 255, 255, 0));
}
.explore-con .explore-box .image-box figure {
    overflow: hidden;
    background-color: var(--e-global-color-black);
}
.explore-con .explore-box .image-box figure img {
    transition: all 0.3s ease-in-out;
}
.explore-con .explore-box:hover figure img {
    transform: scale(1.1);
    opacity: 0.7;
}
.explore-con .explore-box .image-box .views{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 6px 12px;
    top: 16px;
    left: 20px;
    position: absolute;
    text-align: center;
    border-radius: 16px;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-orange);
    box-shadow: 2px 0 5px rgb(0 0 0 / 20%);
}
.explore-con .explore-box .image-box .views i{
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
}
.explore-con .explore-box span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
}
.explore-con .explore-box .content{
    position: absolute;
    bottom: 10px;
    right: 12px;
    display: flex;
    align-items: end;
}
.explore-con .explore-box .value{
    padding-right: 14px;
}
.explore-con .explore-box .stock{
    padding-left: 14px;
    border-left: 1px solid rgb(255 255 255 / 30%);
}
.explore-con .box{
    position: relative;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-slightly-desaturated-blue) 20%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
    transition: all 0.3s ease-in-out;
}
.explore-con .box::before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.explore-con .explore-box .explore-content{
    position: relative;
    padding: 26px 30px 30px;
}
.explore-con .explore-box .explore-content h4{
    margin-bottom: 8px;
    color: var(--e-global-color-white);
}
.explore-con .explore-box .explore-content .shotname{
    margin-bottom: 26px;
    display: block;
}
.explore-con .explore-box .place_bid{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 14px 32px;
    text-align: center;
    display: block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.explore-con .explore-box .place_bid i{
    font-size: 14px;
    margin-left: 5px;
}
.explore-con .explore-box .place_bid:hover{
    background: var(--e-global-color-bright-orange);
}
.explore-con .button .view_collection{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 35px;
    text-align: center;
    display: inline-block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.explore-con .button .view_collection i{
    font-size: 14px;
    margin-left: 6px;
}
.explore-con .button .view_collection:hover{
    background: var(--e-global-color-bright-orange);
}

/* Join */

.join-con {
    border-radius: 200px 200px 0 0;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-slightly-desaturated-blue) 20%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.join-con:before {
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.join-con .join_content{
    padding: 120px 0;
}
.join-con .join_content figure{
    position: absolute;
}
.join-con .join_content .join-outercircle{
    top: -120px;
    margin: 0 auto;
}
.join-con .join_content .join-starimage{
    top: 145px;
    right: 8px;
}
.join-con .join_content .join-circleimage{
    bottom: 15px;
    left: 0;
}
.join-con .join_content .join-outercircle img{
    opacity: 20%;
}
.join-con .join_content .mid_circle{
    position: relative;
    width: 824px;
    height: 824px;
    border-radius: 600px;
    border: 1px solid rgb(255 255 255 / 30%);
}
.join-con .join_content .join-topstarimage {
    top: 30px;
    left: 220px;
}
.join-con .join_content .join-bottomstarimage{
    bottom: 50px;
    right: 184px;
}
.join-con .join_content .image{
    border-radius: 100px;
    background: var(--e-global-color-white);
}
.join-con .join_content .image img{
    border-radius: 100px;
    border: 3px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.join-con .join_content .join-image1{
    top: 4px;
    right: 170px;
}
.join-con .join_content .join-image2{
    top: 258px;
    left: -28px;
}
.join-con .join_content .join-image3{
    bottom: 12px;
    left: 180px;
}
.join-con .join_content .join-image4{
    bottom: 246px;
    right: -26px;
}
.join-con .join_content .join_circle{
    box-shadow: 0 0 80px rgb(0 0 0 /40%);
    border-radius: 300px;
}
.join-con .join_content .join-image5{
    top: 2px;
    left: 115px;
    z-index: 1;
}
.join-con .join_content .content{
    width: 600px;
    height: 600px;
    padding: 0 40px;
    text-align: center;
    border-radius: 300px;
    position: relative;
    background: var(--e-global-color-very-pale-cyan);
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.join-con .join_content h5{
    font-weight: 400;
    margin-bottom: 12px;
    color: var(--e-global-color-accent);
}
.join-con .join_content h2{
    margin-bottom: 30px;
    padding: 0 20px;
}
.join-con .join_content p{
    margin-bottom: 32px;
    color: var(--e-global-color-dark-gray);
}
.join-con .join_content .join_now {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 55px;
    text-align: center;
    display: inline-block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.join-con .join_content .join_now:hover {
    background: var(--e-global-color-bright-orange);
}

/* FAQ */

.faq-con {
    padding: 118px 0 180px;
}
.faq-con .glow {
    position: absolute;
    top: 150px;
}
.faq-con .left-glow {
    left: 0;
}
.faq-con .right-glow {
    right: 0;
}
.faq-con .faq-triangleimage{
    position: absolute;
    left: -110px;
    top: 2px;
}
.faq-con .faq-circleimage{
    position: absolute;
    right: -170px;
    bottom: -65px;
}
.faq-con .faq_content{
    margin-bottom: 72px;
}
.faq-con .faq_content h2{
    margin-bottom: 26px;
}
.faq-con .nav-tabs {
    height: 60px;
    width: 730px;
    margin: 0 auto 80px;
    border-bottom: none;
    justify-content: center;
    background: var(--e-global-color-very-pale-cyan);
    transition: all 0.3s ease-in-out;
}
.faq-con .nav-tabs li{
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.faq-con .nav-tabs li:first-child{
    margin-left: 0;
}
.faq-con .nav-tabs li:last-child{
    margin-right: 0;
}
.faq-con .tabs-box .nav-tabs li a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    padding: 25px 26px;
    top: -5px;
    position: relative;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.faq-con .tabs-box .nav-tabs li a:hover{
    color: var(--e-global-color-accent);
}
.faq-con .tabs-box .nav-tabs > li > a.active {
    padding: 25px 20px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
}
.faq-con .nav-tabs .tab-pane{
    transition: all 0.3s ease-in-out;
}
.faq-con .content .question{
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
}
.faq-con .content .question h4{
    margin-bottom: 15px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.faq-con .content .question:hover h4{
    color: var(--e-global-color-accent);
}
.faq-con .content .question p{
    font-size: 16px;
    line-height: 30px;
    padding-right: 120px;
    color: var(--e-global-color-white);
}

/* Customer */

.customer-con{
    border-radius: 200px 200px 0 0;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-slightly-desaturated-blue) 20%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.customer-con:before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.customer-con .customer_innercontent{
    padding: 118px 0 202px;
}
.customer-con .customer-triangleimage{
    position: absolute;
    left: 0;
    top: 120px;
}
.customer-con .customer-circleimage{
    position: absolute;
    right: 30px;
    bottom: 170px;
}
.customer-con .customer_content{
    margin-bottom: 72px;
}
.customer-con .customer_content h2{
    margin-bottom: 26px;
}
.customer-con .customer-box {
    position: relative;
    width: 75%;
    margin-left: 188px;
    padding: 76px 68px 70px 202px;
    z-index: 1;
    background: var(--e-global-color-very-pale-cyan);
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.customer-con .customer-box .customer-image {
    position: absolute;
    top: 76px;
    left: -100px;
}
.customer-con .customer-box .customer-image img{
    width: 190px;
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.customer-con .customer-box .customer-quoteimage{
    margin-bottom: 36px;
}
.customer-con .customer-box p {
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--e-global-color-dark-gray);
}
.customer-con .customer-box .name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    color: var(--e-global-color-secondary);
    display: block;
    margin-bottom: 5px;
}
.customer-con .customer-box .post {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-dark-gray);
}
.customer-con .pagination-outer{
    position: relative;
    top: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-con .carousel-control-prev,
.customer-con .carousel-control-next {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.customer-con .carousel-control-next {
    right: -30px;
    width: auto;
    opacity: 1;
}
.customer-con .carousel-control-prev {
    left: -30px;
    width: auto;
    opacity: 1;
}
.customer-con .carousel-control-prev .previous,
.customer-con .carousel-control-next .next {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    position: absolute;
    top: -24px;
    display: none;
    transition: all 0.3s ease-in-out;
}
.customer-con .carousel-control-prev .previous{
    left: -6px;
}
.customer-con .carousel-control-next .next{
    right: 20px;
}
.customer-con .carousel-control-prev:hover .previous,
.customer-con .carousel-control-next:hover .next{
    display: block;
}

/* Partner */

.partner-con{
    padding: 120px 0;
}
.partner-con .glow {
    position: absolute;
    top: 50px;
}
.partner-con .left-glow {
    left: 0;
}
.partner-con .right-glow {
    right: 0;
}
.partner-con .partner-star{
    position: absolute;
    right: 10px;
    top: 8px;
}
.partner-con .partner-circle{
    position: absolute;
    left: -45px;
    bottom: -58px;
}
.partner-con h2{
    margin-bottom: 68px;
}
.partner-con .partner-box{
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--e-global-color-very-pale-cyan);
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.partner-con ul {
    width: 100%;
    float: left;
}
.partner-con ul li {
    border-right: 1px solid rgba(0, 0, 0, 7%);
    border-bottom: 1px solid rgba(0, 0, 0, 7%);
    width: 25%;
    height: 175px;
    line-height: 175px;
    transition: 0.3s all ease-in-out;
    float: left;
    text-align: center;
}
.partner-con ul li:last-child {
    display: inline-block;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 7%);
}
.partner-con ul li:hover {
    box-shadow: 0px 20px 30px rgba(40, 128, 126, 20%);
}

/* Footer */

.footer-con{
    border-radius: 200px 200px 0 0;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.footer-con:before {
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.footer-con .footer_innercontent{
    padding: 80px 0 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 10%);
}
.footer-con .upper_portion{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.footer-con .upper_portion input {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    padding: 16px 26px;
    margin-right: 10px;
    width: 540px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}
.footer-con .upper_portion input:focus {
    border: 1px solid var(--e-global-color-bright-orange);
}
.footer-con .upper_portion button {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    padding: 20px 30px;
    top: 0;
    right: 0;
    border: none;
    position: relative;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.footer-con .upper_portion button i{
    font-size: 14px;
    margin-left: 12px;
    color: var(--e-global-color-white);
}
.footer-con .upper_portion button:hover {
    background: var(--e-global-color-bright-orange);
}
.footer-con .middle_portion .footer-logo {
    margin-bottom: 26px;
    display: inline-block;
}
.footer-con .middle_portion .logo-content p {
    margin-bottom: 26px;
    padding-right: 80px;
}
.footer-con .middle_portion .live_chat {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 12px 22px;
    text-align: center;
    display: inline-block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.footer-con .middle_portion .live_chat:hover {
    background: var(--e-global-color-bright-orange);
}
.footer-con .middle_portion .live_chat i {
    font-size: 14px;
    margin-right: 8px;
}
.footer-con .middle_portion h4 {
    margin-bottom: 30px;
    color: var(--e-global-color-bright-orange);
}
.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}
.footer-con .middle_portion .links li {
    padding-left: 7px;
    margin-bottom: 6px;
}
.footer-con .middle_portion .links li i {
    font-size: 14px;
    top: 0;
    left: -7px;
    position: relative;
    color: var(--e-global-color-white);
}
.footer-con .middle_portion .links li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    font-family: "Jost", sans-serif;
    text-decoration: none;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.footer-con .middle_portion li a:hover  {
    color: var(--e-global-color-bright-orange);
}
.footer-con .middle_portion .form-content{
    margin-bottom: 38px;
}
.footer-con .middle_portion .form-content li {    
    position: relative;
    padding-left: 75px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.footer-con .middle_portion .form-content li span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    left: 0;
    position: absolute;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
}
.footer-con .middle_portion .form-content li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.footer-con .middle_portion .form-content li a:hover  {
    color: var(--e-global-color-bright-orange);
}
.footer-con .middle_portion .icon li {
    display: inline-block;
    margin: 0 2px;
}
.footer-con .middle_portion .icon li i {
    font-size: 20px;
    line-height: 20px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.footer-con .middle_portion .icon li i:hover {
    color: var(--e-global-color-bright-orange);
}
.footer-con .copyright{
    padding: 32px 0 70px;
    text-align: center;
}
.footer-con .copyright .copyright-triangleimage {
    position: absolute;
    right: -195px;
    top: -15px;
}
.footer-con .copyright p{
    margin-bottom: 16px;
}
.footer-con .copyright li {
    display: inline-block;
    margin: 0 2px;
}
.footer-con .copyright li i {
    font-size: 20px;
    line-height: 20px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.footer-con .copyright li i:hover {
    color: var(--e-global-color-bright-orange);
}

/* Sub banner */

.sub_banner-con{
    padding: 154px 0 144px;
}
.sub_banner-con .subbanner-leftimage {
    position: absolute;
    left: 0;
    bottom: 0;
}
.sub_banner-con .subbanner-rightimage {
    position: absolute;
    right: 0;
    bottom: 0;
}
.sub_banner-con .sub_banner_content{
    text-align: center;
}
.sub_banner-con .sub_banner_content h1{
    margin-bottom: 24px;
}
.sub_banner-con .sub_banner_content p{
    margin-bottom: 26px;
}
.sub_banner-con .sub_banner_content .box span {
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.sub_banner-con .sub_banner_content .box a:hover span {
    color: var(--e-global-color-accent);
}
.sub_banner-con .sub_banner_content .box .dash {
    font-size: 16px !important;
    line-height: 16px !important;
    display: inline-block;
    color: var(--e-global-color-white);
}
.sub_banner-con .sub_banner_content .box .box_span{
    color: var(--e-global-color-bright-orange);
}
.sub_banner-con .sub_banner_content .sub_banner-star {
    position: absolute;
    right: 0;
    top: -54px;
}

/* Creator Page */

.creator-con {
    padding: 118px 0 160px;
}
.creator-con .creative-arrowimage {
    position: absolute;
    left: 398px;
    bottom: -80px;
    z-index: 1;
}
.creator-con .glow{
    position: absolute;
    top: 250px;
}
.creator-con .left-glow{
    left: 0;
}
.creator-con .right-glow{
    right: 0;
}
.creator-con .creative_content{
    margin-bottom: 72px;
}
.creator-con .creative_content h2{
    margin-bottom: 26px;
}
.creator-con .creative_content .creative-circle{
    position: absolute;
    right: -156px;
    top: 0;
}
.creator-con .upper-row{
    margin-bottom: 55px;
}
.creator-con .creative-box {
    padding: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    background: var(--e-global-color-very-pale-cyan);
    transition: all 0.3s ease-in-out;
}
.creator-con .creative-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background-image: url(../images/creative-boxbg.jpg);
    background-position: bottom;
}
.creator-con .creative-box .creative-image {
    position: relative;
    margin-bottom: 18px;
    z-index: 1;
}
.creator-con .creative-box .creative-image img {
    border: 3px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.creator-con .creative-box h4{
    margin-bottom: 8px;
}
.creator-con .creative-box .value{
    margin-bottom: 25px;
    display: block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-dark-gray);
}
.creator-con .creative-box .btn_wrapper{
    position: absolute;
    text-align: center;
    display: inline-block;
    background: var(--e-global-color-accent);
    margin: 0 auto;
    transform: translate(-50%, 0%);
    transition: all 0.3s ease-in-out;
}
.creator-con .creative-box .btn_wrapper a{
    transition: all 0.3s ease-in-out;
}
.creator-con .creative-box .btn_wrapper span{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 12px;
    display: none;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.creator-con .creative-box .btn_wrapper i{
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.creator-con .creative-box:hover a span{
    display: block;
}
.creator-con .creative-box:hover a i{
    display: none;
}
.creator-con .creative-box .btn_wrapper span:hover{
    background: var(--e-global-color-bright-orange);
}

/* FAQ Page */

.faqpage-whowe {
    padding: 118px 0 125px;
}
.faqpage-whowe .glow{
    position: absolute;
    top: -7px;
}
.faqpage-whowe .glow img{
    width: 600px;
}
.faqpage-whowe .left-glow{
    left: 0;
}
.faqpage-whowe .right-glow{
    right: 0;
}
.faqpage-whowe .faq_content{
    padding-top: 46px;
}
.faqpage-whowe .faq_content h5{
    font-weight: 400;
    margin-bottom: 22px;
    color: var(--e-global-color-accent);
}
.faqpage-whowe .faq_content h2{
    margin-bottom: 28px;
}
.faqpage-whowe .faq_content p{
    margin-bottom: 32px;
    padding-right: 70px;
}
.faqpage-whowe .faq_content .ask_question {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 36px;
    text-align: center;
    display: inline-block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.faqpage-whowe .faq_content .ask_question:hover {
    background: var(--e-global-color-bright-orange);
}
.faqpage-whowe .faq_wrapper .faq-image2{
    position: absolute !important;
    top: 0;
    right: 0;
}
.faqpage-whowe .faq_wrapper .image{
    position: relative;
    background: var(--e-global-color-white);
    border-radius: 50px;
    display: inline-block;
}
.faqpage-whowe .faq_wrapper .image img{
    width: 255px;
    height: 442px;
    border-radius: 50px;
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.faqpage-whowe .faq_wrapper .faq-circle{
    position: absolute;
    top: 0;
    right: -158px;
}

/* Faq */

.faqpage-faq {
    padding: 0 !important;
    border-radius: 200px 200px 0 0;
    background-image: linear-gradient(25deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.faqpage-faq:before {
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.faqpage-faq .faq_innercontent {
    padding: 118px 0 112px;
}
.faqpage-faq .faq-triangleimage {
    left: -125px;
    top: 120px;
}
.faqpage-faq .faq-circleimage {
    right: -184px;
    bottom: 115px;
}

/* Contact Page */

/* Contact Info */

.contactinfo-con{
    padding-top: 120px;
}
.contactinfo-con .glow{
    position: absolute;
    top: 290px;
}
.contactinfo-con .left-glow{
    left: 0;
}
.contactinfo-con .right-glow{
    right: 0;
}
.contactinfo-con .contact-box{
    margin-bottom: -120px;
    padding: 116px 20px 128px 120px;
    border-radius: 50px;
    z-index: 2;
    background: var(--e-global-color-very-pale-cyan);
}
.contactinfo-con .contact_topcontent{
    margin-bottom: 72px;
}
.contactinfo-con .contact_topcontent h2{
    margin-bottom: 26px;
}
.contactinfo-con .contact_topcontent .contact-triangleimage{
    position: absolute;
    display: inline-block;
    right: 100px;
    top: 60px;
}
.contactinfo-con .contact_wrapper .contact-image{
    position: absolute;
    left: -22px;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}
.contactinfo-con .contact_wrapper .contact-image img{
    width: 350px;
    border-radius: 5px;
    border: 8px solid var(--e-global-color-white);
}
.contactinfo-con .contact_wrapper .contact-circle{
    position: absolute;
    left: -65px;
    top: -45px;
}
.contactinfo-con .contact_content .icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 26px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    background: var(--e-global-color-light-grayish-cyan);
    transition: all 0.3s ease-in-out;
}
.contactinfo-con .contact_content .content-box:hover .icon {
    transform: translateY(-5px);
}
.contactinfo-con .contact_content .content-box {
    margin-bottom: 42px;
}
.contactinfo-con .contact_content .content{
    padding-left: 22px;
    min-height: 117px;
    border-left: 5px solid var(--e-global-color-bright-orange);
}
.contactinfo-con .contact_content .content h4{
    margin-bottom: 18px;
}
.contactinfo-con .contact_content .content a{
    transition: all 0.3s ease-in-out;
}
.contactinfo-con .contact_content .content a:hover{
    color: var(--e-global-color-bright-orange);
}
.contactinfo-con .contact_content .content .join_now{
    font-weight: 700;
    text-decoration: underline;
    color: var(--e-global-color-bright-orange);
}
.contactinfo-con .contact_content .content .join_now:hover{
    color: var(--e-global-color-accent);
}

/* Contact Form */

.contactform-con{
    border-radius: 0 0 200px 200px;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.contactform-con:before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.contactform-con .contact_innercontent{
    padding: 236px 0 120px;
}
.contactform-con .contact-triangleimage{
    position: absolute;
    left: -122px;
    top: 172px;
}
.contactform-con .contact-circleimage{
    position: absolute;
    right: -186px;
    bottom: 120px;
}
.contactform-con .contact_content{
    margin-bottom: 72px;
}
.contactform-con .contact_content h2{
    margin-bottom: 26px;
}
.contactform-con .contact-box{
    width: 920px;
    margin: 0 auto;
    position: relative;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-slightly-desaturated-blue) 15%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.contactform-con .contact-box:before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 70%);
    width: 100%;
    height: 100%;
    left: 0;
}
.contactform-con .contact_inner{
    padding: 60px 80px;
}
.contactform-con .contact-box input::-webkit-input-placeholder {
    color: rgb(255 255 255 / 20%);
}
.contactform-con .contact-box textarea::-webkit-input-placeholder {
    color: rgb(255 255 255 / 20%);
}
.contactform-con .contact-box .form-group {
    margin-bottom: 18px;
    width: 370px;
}
.contactform-con .contact-box .form1 {
    margin-right: 20px;
}
.contactform-con .contact-box label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    display: block;
    margin-bottom: 12px;
    color: var(--e-global-color-primary);
}
.contactform-con .contact-box span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-pure-red);
}
.contactform-con .contact-box input,
.contactform-con .contact-box textarea{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 18px 20px;
    width: 100%;
    background: transparent;
    font-family: "Jost", sans-serif;
    color: rgb(255 255 255 / 57%);
    border: 1px solid rgb(255 255 255 / 20%);
    resize: none;
    outline: none;
    overflow: auto;
}
.contactform-con .contact-box .message {
    margin-bottom: 23px;
    width: 100%;
}
.contactform-con .contact-box textarea {
    height: 117px;
}
.contactform-con .contact-box input:focus {
    color: var(--e-global-color-lime-green);
    border: 1px solid var(--e-global-color-lime-green);
}
.contactform-con .contact-box textarea:focus {
    color: var(--e-global-color-lime-green);
    border: 1px solid var(--e-global-color-lime-green);
}
.contactform-con .contact-box .send_message {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 19px 35px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.contactform-con .contact-box .send_message:hover {
    background: var(--e-global-color-bright-orange);
}

/* Map */

.map-con{
    padding: 120px 0 115px;
}
.map-con .map-triangleimage {
    position: absolute;
    left: -108px;
    top: -50px;
}
.map-con .map-circleimage {
    position: absolute;
    right: -48px;
    bottom: -52px;
}
.map-con iframe {
    width: 100%;
    height: 366px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
    position: relative;
    z-index: 1;
}
.map-con iframe:hover {
    filter: none;
}

/* About Page */

/* collect */

.collect-con {
    padding: 118px 0 150px;
}
.collect-con .glow{
    position: absolute;
    top: -7px;
}
.collect-con .glow img{
    width: 600px;
}
.collect-con .left-glow{
    left: 0;
}
.collect-con .right-glow{
    right: 0;
}
.collect-con .collect_content{
    padding-top: 96px;
}
.collect-con .collect_content h5{
    font-weight: 400;
    margin-bottom: 22px;
    color: var(--e-global-color-accent);
}
.collect-con .collect_content h2{
    margin-bottom: 28px;
}
.collect-con .collect_content p{
    margin-bottom: 32px;
    padding-right: 70px;
}
.collect-con .collect_content .join_now {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 55.5px;
    text-align: center;
    display: inline-block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.collect-con .collect_content .join_now:hover {
    background: var(--e-global-color-bright-orange);
}
.collect-con .collect_wrapper .image{
    position: relative;
    background: var(--e-global-color-white);
    border-radius: 50px;
    display: inline-block;
}
.collect-con .collect_wrapper .image img{
    width: 255px;
    height: 255px;
    border-radius: 50px;
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.collect-con .collect_wrapper .sec-image {
    top: 30px;
}
.collect-con .collect_wrapper .rside-image {
    right: -30px;
}
.collect-con .collect_wrapper .collect-logo{
    position: absolute !important;
    width: 150px;
    height: 150px;
    line-height: 140px;
    top: 195px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(120deg, var(--e-global-color-dark-blue) 14%, var(--e-global-color-strong-cyan) 53%, var(--e-global-color-dark-blue) 90%);
    border-radius: 50px;
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.collect-con .collect_wrapper .collect-circle{
    position: absolute;
    top: 0;
    right: -158px;
}
.aboutpage-choose{
    margin-top: 0 !important;
}
.aboutpage-discover{
    padding: 120px 0;
}
.aboutpage-discover .glow {
    top: 250px;
}
.aboutpage-discover .discover-box {
    margin-top: 0 !important;
}

/* Roadmap */

.roadmap-con {
    padding: 188px 0 115px;
}
.roadmap-con .glow{
    position: absolute;
    top: 110px;
}
.roadmap-con .left-glow{
    left: 0;
}
.roadmap-con .right-glow{
    right: 0;
}
.roadmap-con .roadmap-arrowimage{
    position: absolute;
    left: 284px;
    bottom: -78px;
    z-index: 1;
}
.roadmap-con .roadmap_content{
    margin-bottom: 72px;
}
.roadmap-con .roadmap_content h2{
    margin-bottom: 26px;
}
.roadmap-con .roadmap-box{
    padding: 32px 20px 22px;
    text-align: center;
    position: relative;
    background: var(--e-global-color-very-pale-cyan);
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
    transition: all 0.3s ease-in-out;
}
.roadmap-con .roadmap-box .top-circle{
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.roadmap-con .roadmap-box .top-circle span{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    display: block;
    margin-bottom: 16px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.roadmap-con .roadmap-box .top-circle i {
    font-size: 30px;
    line-height: 30px;
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
    border-radius: 100px;
}
.roadmap-con .roadmap-box h4{
    margin-bottom: 26px;
    transition: all 0.3s ease-in-out;
}
.roadmap-con .roadmap-box p{
    font-size: 16px;
    line-height: 28px;
    color: var(--e-global-color-dark-gray);
    transition: all 0.3s ease-in-out;
}
.roadmap-con .owl-item .roadmap-box:hover{
    background: var(--e-global-color-accent);
    border: 5px solid var(--e-global-color-accent);
    box-shadow: none;
}
.roadmap-con .owl-item .roadmap-box:hover h4{
    color: var(--e-global-color-white);
}
.roadmap-con .owl-item .roadmap-box:hover p{
    color: var(--e-global-color-white);
}
.roadmap-con .owl-item .roadmap-box:hover span{
    color: var(--e-global-color-accent);
}
.roadmap-con .owl-carousel:before{
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 15%);
    height: 2px;
    width: 100%;
    top: 48px;
}
.roadmap-con .owl-carousel .owl-stage-outer{
    padding-top: 103px;
}
.roadmap-con .owl-carousel .owl-nav.disabled {
    position: relative;
    display: block;
}
.roadmap-con .owl-carousel .owl-nav{    
    margin-top: 85px;
}
.roadmap-con .owl-carousel .owl-prev{
    position: relative;
    left: -38px;
}
.roadmap-con .owl-carousel .owl-next{
    position: relative;
    right: -38px;
}
.roadmap-con .owl-carousel .owl-prev:focus,
.roadmap-con .owl-carousel .owl-prev:focus-visible,
.roadmap-con .owl-carousel .owl-next:focus,
.roadmap-con .owl-carousel .owl-next:focus-visible{
    border: none;
    outline: none;
    box-shadow: none;
}
.roadmap-con .owl-carousel .owl-prev:hover,
.roadmap-con .owl-carousel .owl-next:hover{
    background: transparent !important;
}
.roadmap-con .owl-carousel .owl-prev .prev-arrow,
.roadmap-con .owl-carousel .owl-next .next-arrow {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.roadmap-con .owl-carousel .owl-prev .previous,
.roadmap-con .owl-carousel .owl-next .next {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    opacity: 1;
    position: absolute;
    top: -24px;
    display: none;
    transition: all 0.3s ease-in-out;
}
.roadmap-con .owl-carousel .owl-prev .previous{
    left: -6px;
}
.roadmap-con .owl-carousel .owl-next .next {
    right: 22px;
}
.roadmap-con .owl-carousel .owl-prev:hover .previous,
.roadmap-con .owl-carousel .owl-next:hover .next{
    display: block;
}

/* Create Page */

.create-con{
    padding-top: 120px;
}
.create-con .glow{
    position: absolute;
    top: 200px;
}
.create-con .left-glow{
    left: 0;
}
.create-con .right-glow{
    right: 0;
}
.create-con .create-box{
    margin-bottom: -116px;
    padding: 116px 98px 124px;
    border-radius: 50px;
    z-index: 2;
    background: var(--e-global-color-very-pale-cyan);
}
.create-con .create_topcontent{
    padding: 0 22px;
    margin-bottom: 76px;
}
.create-con .create_topcontent h2{
    margin-bottom: 26px;
}
.create-con .create_topcontent .create-triangleimage{
    position: absolute;
    display: inline-block;
    right: 100px;
    top: 60px;
}
.create-con .create_content .icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 26px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    background: var(--e-global-color-light-grayish-cyan);
    transition: all 0.3s ease-in-out;
}
.create-con .create_content .content-box:hover .icon{
    transform: translateY(-5px);
}
.create-con .create_content .content-box {
    position: relative;
    padding: 46px 110px 50px 110px; 
}
.create-con .create_content .box-bottom {
    border-bottom: 1px solid var(--e-global-color-very-light-grayish-cyan);
}
.create-con .create_content .box-left {
    border-left: 1px solid var(--e-global-color-very-light-grayish-cyan);
}
.create-con .create_content span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    color: var(--e-global-color-secondary);
}
.create-con .create_content span::before {
    content: "";
    width: 81px;
    height: 23px;
    left: -20px;
    top: -4px;
    z-index: -1;
    position: absolute;
    background-image: url(../images/create-spanbgleft.png);
}
.create-con .create_content .right-bg::before {
    left: -8px;
    background-image: url(../images/create-spanbgright.png);
}
.create-con .create_content .tag1 {
    right: 7px;
    top: 5px;
}
.create-con .create_content .tag2 {
    left: 8px;
    top: 80px;
}
.create-con .create_content .tag3 {
    right: 7px;
    top: 50px;
}
.create-con .create_content .tag4 {
    left: 7px;
    top: 128px;
}
.create-con .create_content .content h4{
    margin-bottom: 18px;
}
.create-con .create_content .content p{
    color: var(--e-global-color-dark-gray);
}

/* Create Form */

.createform-con{
    border-radius: 200px 200px 0 0;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.createform-con:before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.createform-con .create_innercontent{
    padding: 234px 0 120px;
}
.createform-con .create-circleimage{
    position: absolute;
    right: -156px;
    top: 240px;
}
.createform-con h3{
    margin-bottom: 56px;
}
.createform-con .bid-box{
    padding: 20px 15px 24px;
    background: var(--e-global-color-very-pale-cyan);
    border: 5px solid var(--e-global-color-white);
    box-shadow: inset 0 50px 50px rgb(39 41 63 /9%);
}
.createform-con .bid-box h4{
    margin-bottom: 24px;
    color: var(--e-global-color-secondary);
}
.createform-con .bid-box .image-box {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 30%);
}
.createform-con .bid-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1.8), rgba(255, 255, 255, 0));
}
.createform-con .bid-box .create-image {
    background-color: var(--e-global-color-white);
}
.createform-con .bid-box .content1{
    padding: 28px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--e-global-color-very-light-grayish-cyan);
}
.createform-con .bid-box .content1 .bid{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
    color: var(--e-global-color-secondary);
}
.createform-con .bid-box .content1 .price{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: var(--e-global-color-bright-orange);
}
.createform-con .bid-box .content1 i{
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-bright-orange);
}
.createform-con .bid-box .content2{
    padding: 30px 0; 
    display: flex;
    align-items: center;
}
.createform-con .bid-box .content2 .person_con{
    padding-left: 18px;
}
.createform-con .bid-box .content2 img{
    border-radius: 100px;
}
.createform-con .bid-box .content2 .name{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    font-family: "Merriweather", serif;
    color: var(--e-global-color-secondary);
}
.createform-con .bid-box .content2 .mail{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--e-global-color-dark-gray);
}
.createform-con .bid-box .place_bid {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    display: block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.createform-con .bid-box .place_bid:hover {
    background: var(--e-global-color-bright-orange);
}
.createform-con .create-box{
    margin: 0 auto;
    position: relative;
    background-image: linear-gradient(48deg, var(--e-global-color-soft-blue) 0%, var(--e-global-color-slightly-desaturated-blue) 20%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
    float: left;
    width: 100%;
}
.createform-con .create-box:before{
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 60%);
    width: 100%;
    height: 100%;
    left: 0;
}
.createform-con .create_inner{
    padding: 30px 25px 50px;
    float: left;
    width: 100%;
}
.createform-con .create-box input::-webkit-input-placeholder {
    color: rgb(255 255 255 / 20%);
}
.createform-con .create-box textarea::-webkit-input-placeholder {
    color: rgb(255 255 255 / 20%);
}
.createform-con .create-box .form-group {
    margin-bottom: 18px;
    width: 330px;
    float: left;
}
.createform-con .create-box .form1 {
    margin-right: 20px;
}
.createform-con .create-box label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    color: var(--e-global-color-primary);
}
.createform-con .create-box span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    color: var(--e-global-color-pure-red);
}
.createform-con .create-box input,
.createform-con .create-box textarea,
.createform-con .create-box select{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 18px 20px;
    width: 100%;
    background: transparent;
    font-family: "Jost", sans-serif;
    color: rgb(255 255 255 / 57%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 0;
    resize: none;
    outline: none;
    overflow: auto;
    box-shadow: none;
}
.createform-con .create-box .message {
    margin-bottom: 23px;
    width: 100% !important;
}
.createform-con .create-box textarea {
    height: 117px;
}
.createform-con .create-box select {
    height: 61px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 94.3% 27px !important;
    background-image: url(../images/dropdown-arrow.png) !important;
}
.createform-con .create-box .btn:focus,
.createform-con .create-box input:focus,
.createform-con .create-box textarea:focus,
.createform-con .create-box select:focus {
    color: var(--e-global-color-lime-green);
    border: 1px solid var(--e-global-color-lime-green);
    box-shadow: none;
}
.createform-con .create-box .btn{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 22px 20px 18px;
    width: 100%;    
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: transparent;
    border: 1px dashed rgb(255 255 255 / 100%);
    border-radius: 0;
}
.createform-con .create-box .btn img{
    margin-right: 15px; 
}
.createform-con .create-box .upload-btn-wrapper,
.createform-con .create-box .title{
    width: 100% !important;
}
.createform-con .create-box .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
}
.createform-con .create-box .upload-btn-wrapper input[type=file] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.createform-con .create-box .select-option{
    margin-bottom: 30px;
    overflow: hidden;
}
.createform-con .create-box .select-option label{
    margin: 0 10px;
}
.createform-con .create-box .select-option label:first-child{
    margin-left: 0;
}
.createform-con .create-box .select-option label:last-child{
    margin-right: 0;
}
.createform-con .create-box .name {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding: 0 0 0 35px;
    display: inline;
}
.createform-con .create-box .name input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.createform-con .create-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 0 !important;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
}
.createform-con .create-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.createform-con .create-box .name input:checked ~ .checkmark:after {
    display: block;
}
.createform-con .create-box .name.container {
    color: #ffffff; 
}
.createform-con .create-box .name.container.checked {
    color: var(--e-global-color-accent); 
}
.createform-con .create-box .name.container.checked .checkmark {
    border: 1px solid var(--e-global-color-accent);
}
.createform-con .create-box .checkmark:after {
    width: 11px;
    height: 11px;
    line-height: 11px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: var(--e-global-color-accent);
}
.createform-con .create-box .last_content{
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.createform-con .create-box .last_content .check-box{
    padding-left: 33px;
}
.createform-con .create-box .last_content .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}  
.createform-con .create-box .last_content .check-box label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    color: var(--e-global-color-white);
    position: relative;
    cursor: pointer;
    margin: 0 !important;
}  
.createform-con .create-box .last_content .check-box label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 100px;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 25px;
    height: 25px;
    top: 0;
    left: -32px;
}  
.createform-con .create-box .last_content .check-box input:checked + label::before{
    border: 1px solid var(--e-global-color-accent);
}
.createform-con .create-box .last_content .check-box input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -25px;
    width: 11px;
    height: 11px;
    background-color: var(--e-global-color-accent);
    border-radius: 100px;
}
.createform-con .create-box .create_net {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 19px 49.5px;
    text-align: center;
    display: block;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.createform-con .create-box .create_net:hover {
    background: var(--e-global-color-bright-orange);
}

/* Review Page */

.review-con{
    padding: 120px 0 200px;
    border-radius: 0 !important;
    background-image: linear-gradient(48deg, transparent 0%, transparent 20%, transparent 40%, transparent 60%, transparent 80%, transparent 100%);
}
.review-con:before{
    display: none;
}
.review-con .glow {
    position: absolute;
    top: 90px;
}
.review-con .left-glow {
    left: 0;
}
.review-con .right-glow {
    right: 0;
}

/* 404 Page */

.error_page{
    height: 100vh;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-image: linear-gradient(25deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.error_page:before {
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.error_page .error_content h1 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
}
.error_page .error_content .text {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--e-global-color-primary);
}
.error_page .error_content .text2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.error_page .error_content .back_home {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 35px;
    font-family: "Jost", sans-serif;
    text-align: center;
    display: inline-block;
    position: relative;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.error_page .error_content .back_home:hover {
    background: var(--e-global-color-bright-orange);
}

/* Coming Soon */

.comingsoon_outer{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background-image: linear-gradient(25deg, var(--e-global-color-soft-blue) 15%, var(--e-global-color-slightly-desaturated-blue) 30%, var(--e-global-color-very-soft-pink) 40%, var(--e-global-color-soft-red) 60%, var(--e-global-color-very-soft-yellow) 80%, var(--e-global-color-lime-green) 100%);
}
.comingsoon_outer:before {
    content: "";
    position: absolute;
    background: rgba(32, 11, 106, 80%);
    width: 100%;
    height: 100%;
    left: 0;
}
.comingsoon_outer .logo_outer{
    min-height: 110px;
}
.comingsoon_outer .comingsoon_section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}
.comingsoon_outer .sub_banner_content h1 {
    font-size: 96px;
    line-height: 98px;
    margin-bottom: 30px;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-white);
}
.comingsoon_outer .sub_banner_content p {
    font-weight: 500;
    margin-bottom: 12px;
}
.comingsoon_outer .sub_banner_content form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.comingsoon_outer .sub_banner_content .form-group{
    margin-bottom: 30px;
}
.comingsoon_outer .sub_banner_content input {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 16px;
    width: 540px;
    position: relative;
    font-family: "Jost", sans-serif;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}
.comingsoon_outer .sub_banner_content button {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    padding: 18px 30px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.comingsoon_outer .sub_banner_content input:focus {
    border: 1px solid var(--e-global-color-bright-orange);
}
.comingsoon_outer .sub_banner_content button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-orange);
    border: 1px solid var(--e-global-color-bright-orange);
}
.comingsoon_outer .sub_banner_content .social-icon li {
    display: inline-block;
    margin: 0 4px;
}
.comingsoon_outer .sub_banner_content .social-icon li:first-child {
    margin-left: 0;
}
.comingsoon_outer .sub_banner_content .social-icon li:last-child {
    margin-right: 0;
}
.comingsoon_outer .sub_banner_content .social-icon i {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.comingsoon_outer .sub_banner_content .social-icon a:hover i {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-bright-orange);
}

/* Animation of Arrow and Star*/

.arrow-image  img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    transition: all 0.3s ease-in-out;
}
@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}

.star-image {
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes blink {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--e-global-color-bright-orange);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;    
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;  
    text-decoration: none; 
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button:hover {
    transform: translateY(-5px);
}
@-webkit-keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgb(250 181 44)
}
to {
    box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
}
}

@keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgb(250 181 44)
}
to {
    box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
}
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--e-global-color-accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--e-global-color-accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader -------------------------------------------------------*/