/*!
    Theme Name: agent47 Theme
    Version: 1.1.0
*/


/* === Common ===*/
@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Bold.woff2') format('woff2'),
        url('assets/fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('assets/fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Regular.woff2') format('woff2'),
        url('assets/fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('assets/fonts/DMSans-Medium.woff2') format('woff2'),
        url('assets/fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:focus-visible{outline:none;}
*{-webkit-box-sizing:border-box;box-sizing:border-box;}
body{font-size:16px;line-height:1.2;font-weight:400;font-family: 'DM Sans';color:#2C3E50;background-color:#E2E2E2;padding:0;margin:0;}
a{color:#2C3E50;text-decoration:none;}
a:hover{text-decoration:none;color:#2C3E50;}
a,span{display:inline-block;}
a,a:hover{transition:all 0.4s;}
img{display:inline-block;max-width:100%;width:auto;height:auto;}
h1,h2,h3,h4,h5,h6{font-weight: 600;line-height: 1.14;letter-spacing: -0.03em;}
h1,.h1{font-size: 64px;}
h2,.h2{font-size: 56px;}
h3,.h3{font-size: 42px;}
h4,.h4{font-size: 30px;line-height: 1.5;}
h5,.h5,h6,.h6{font-size: 26px;line-height: 1.2;}
p{font-size:16px;line-height:1.2;letter-spacing: -0.03em;}
h1,h2,h3,h4,h5,h6,ul,ol,p{margin-top:0;margin-bottom:16px;}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,p span{color:#F05B47}
h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,ul:last-child,ol:last-child,p:last-child{margin-bottom:0;}
.container{max-width:1686px;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;}

/* === Spacing ===*/
.pt-160{padding-top:160px;}
.pb-160{padding-bottom:160px;}
.mt-160{margin-top:160px;}
.mb-160{margin-bottom:160px;}
.mb-60{margin-bottom:60px;}
.mt-60{margin-top:60px;}
.mb-30{margin-bottom:30px;}

/* header start */
.site-header{
    padding: 36px 0;
    transition:all 0.4s;
}
.site-header.sticky{
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 3;
    padding: 16px 0;
    transition: all 0.4s;
}
.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item-wrapper{
    max-width: 803px;
    width: 100%;
    
}
.header-logo{
    max-width: 180px;
    height: 35px;
}
.menu-item-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;    
}

.menu-item-wrapper ul li a{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;    
    color: #6F869D;
}

.menu-item-wrapper ul li.active a,
.menu-item-wrapper ul li:hover a{
    color: #2C3E50;
}
/* header over */

/* general button start */
.btn{
    border-radius: 4px;
    padding: 8px 12px 8px 28px;
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition:all 0.4s;
    border: 0;
    font-family: 'DM Sans';
    white-space: nowrap;
}

.btn-fill-black{
    background: #020B1F;
    padding: 8px 12px 8px 18px;
}

.btn-fill-red{
    background: #F05B47;
    padding: 8px 12px 8px 18px;
    border-radius: 15px 5px;
}

.btn-fill-red:hover{
    background: #B83321;
    color: #ffffff;
}

.btn-fill-black img
.btn-fill-red img{
 width: 24px;
 height: 24px;
}

.btn-fill-black:hover{
    background: #162E63;
    color: #ffffff;
}
/* general button over */


/* hero section start */
.hero-section{
    padding: 73px 0 37px;
    text-align: center;
    position: relative;
    overflow-x: clip;
}
.hero-section::before {
    content: ''; 
    position: absolute;
    max-width: 664px;
    width: 100%;
    height: 664px;
    top: -15px;
    left: -195px;
    border-radius: 100%;
    -filter: blur(233.5px);
    filter: blur(233.5px);
    background-color: #F05B47;
    opacity: 0.2;
}
.hero-section::after {
    content: '';
    position: absolute;
    max-width: 664px;
    width: 100%;
    height: 664px;
    bottom: 133px;
    right: -188px;
    opacity: 0.2;
    border-radius: 100%;
    filter: blur(233.5px);
    background-color: #F05B47;
}

.hero-title-wraper{
    max-width: 972px;
    width: 100%;
    margin: auto auto 46px;
}

.hero-title-wraper .hero-title{
    margin-bottom: 7px;
}

.be-first-agent{
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #6F869D;
    margin-bottom: 37px;
}

.be-first-agent img{
    width: 14px;
    height: 14px;
}

.agent_47-img-wrapper{
    max-width: 1376px;
    width: 100%;
    margin: auto;
}

.hero-bg-pattern-left{
    position: absolute;
    left: 0;
    top: -112px;
    z-index: -1;
}

.hero-bg-pattern-right{
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 0;
    z-index: -1;
}
/* hero section over */

/* Problem section */
.problem-wrap{background-color:#F05B47;color:#ffffff;border-radius:34px;padding:98px 71px 98px 113px;display:flex;position:relative;}
.problem-content{max-width:653px;position:relative;z-index:1;}
.problem-section h3 span{color:#681105;}
.problem-section p{font-size:20px;line-height:30px;}
.subtitle.white-label{background:rgb(255 255 255 / 10%);}
.subtitle.white-label::before{background: #ffffff;box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 40%);}
.problem-image{position:absolute;right:71px;bottom:0;z-index:1;}
.problem-image img{display:block;}
.problem-patterns{position:absolute;inset:0;z-index:1;}
.problem-patterns .problem-patterns-one{position:absolute;top:0;right:636px;}
.problem-patterns .problem-patterns-two{position:absolute;bottom:0;right:580px;}
.problem-patterns .problem-patterns-three{position:absolute;left:0;bottom:-1px;z-index:1;}
.problem-patterns .problem-patterns-four{position:absolute;bottom:0;right:0;}
.problem-section {position: relative;z-index: 1;}
/* problem section over */

/* meet agent section start */
.meet-agent-wrapper{
    margin-top: 97px;
}
.meet-agent-content{
    max-width: 1159px;
    margin: auto auto 110px;
    text-align: center;
}
.meet-agent-content .h2 span{
    display: inline;
}
.meet-agent-chain{
    max-width: 1380px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.border-left{
    position: relative;
    padding-left: 16px;
    transition:all 0.4s;
}
.border-left:hover{
    color: #F05B47;
}
.border-left::before{
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;    
    background: #F05B47;
    border-radius: 33px;
}

.border-left:hover::before{
    background: #2C3E50;
}
.chain-img-wrapper{
    text-align: center;
    margin-top: 68px;
    max-width: 267px;
    width: 100%;
}
.on-chain-autonomy-wrapper{
    position: relative;
    height: 342px;
}
.on-chain-autonomy-wrapper img{
    position: absolute;
    right: -80%;
    top: 15px;
}

.decentralized-operations-wrapper{
    position: relative;
    left: 40px;
}
.decentralized-operations-wrapper img{
    position: absolute;
    right: -65%;
    top: -70px;
}

.built-in-crypto-wrapper{
    position: relative;
    height: 251px;
}
.built-in-crypto-wrapper img{
    position: absolute;
    left: -63%;
    top: 14px;
}

.extensible-framework-wrapper{
    position: relative;
    height: 78px;
    left: -36px;
}

.extensible-framework-wrapper img{
    position: absolute;
    left: -46%;
    top: -33px;
}

.nft-minting-wrapper{
    position: relative;
    left: -184px;
    top: 14%;
}
.nft-minting-wrapper img{
    position: absolute;
    left: -38%;
    top: -100px;
}
/* meet agent section over */

.how-it-work-section{
    padding-bottom: 60px;
}

/* core feature section start */
.core-features-content{width:100%;display:flex;gap:24px;align-items:flex-start;}
.core-features-section .row{row-gap: 28px;}
.core-features-content-row{width:50%;gap:inherit;display:flex;flex-wrap:wrap;}
.core-features-content-single{position:relative;border-radius:24px;overflow:hidden; transition: all 0.4s; border: 1px solid transparent;}
.core-features-content-single:hover{border: 1px solid #F05B47;}
.core-features-content-single h3{font-size:26px;font-weight:600;position:absolute;bottom:48px;left:0;right:0;padding:0px 48px;}
.core-features-content-single img{display:block;width:100%;}
.core-features-content-row:nth-child(2){margin-top:126px;}
/* core feature section over */

/* common title css */

.subtitle {
    background: #090909;
    padding: 4px 16px 4px 35px;
    border-radius: 31px;
    position: relative;
    display: inline-flex;
    margin-bottom: 15px;
}

.subtitle::before {
    height: 9px;
    width: 9px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px #F05B47;
    background: #F05B47;
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 16px;
    transition: ease 0.5s;
}

.subtitle:hover::before {
    box-shadow: 0px 0px 10px 0px #6B85BF;
    background: #2C3E50;

}

.subtitle span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E2E2E2;
}

/* common title css end */

/* how-it-work css end */

.how-it-work-section .how-it-work-wrapper {
    background: radial-gradient(54.89% 100% at 0% 100%, #FD9D90 0%, #F05B47 41.77%);
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.how-it-work-section .how-it-work-wrapper::after {
    position: absolute;
    content: url('./assets/images/how-work-bg-pattern-left.svg');
    bottom: 0;
    left: 0;
    z-index: -1;
}

.how-it-work-section .how-it-work-wrapper .left-side-wrapper {
    width: calc(100% - 949px);
    padding: 105px 91px;
}

.how-it-work-section .how-it-work-wrapper .left-side-wrapper .floating-span {
    position: absolute;
    bottom: 55px;
    color: #010101;
    font-size: 22px;
    font-weight: 500;
}

.how-it-work-section .left-side-wrapper .title-wrapper h3 {
    color: #FFFFFF;
}

.how-it-work-section .right-side-wrapper {
    width: 949px;
    height: auto;
    background-image: url("./assets/images/how-works-rightimg.png");
    border-radius: 30px;
    background-size: cover;
    padding: 166px 234px 237px 248px;
}

.how-it-work-section .right-side-wrapper .main-blur-box {
    backdrop-filter: blur(64.3px);
    box-shadow: 24px 24px 20.8px 0px #0000004D;
    padding: 36px;
    border-radius: 10px;
}

.how-it-work-section .right-side-wrapper .main-blur-box .blur-box-single {
    display: flex;
    gap: 16px;
    margin-bottom: 127px;
    align-items: center;
    position: relative;
}

.how-it-work-section .right-side-wrapper .main-blur-box .blur-box-single:last-child {
    margin-bottom: 0;
}

.how-it-work-section .right-side-wrapper .main-blur-box .blur-box-single:last-child::after {
    display: none;
}

.how-it-work-section .right-side-wrapper .main-blur-box .blur-box-single::after {
    content: "";
    position: absolute;
    height: 96px;
    border: 0.5px solid #FFFFFF;
    bottom: -110px;
    left: 13px;
    opacity: 0.5;
}

.how-it-work-section .right-side-wrapper .main-blur-box .blur-box-content {
    margin-bottom: 0;
    color: #fff;
}

.how-it-work-section .right-side-wrapper .main-blur-box .blur-box-count {
    min-width: 27px;
    height: 60px;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #FFFFFF;
    border-radius: 140px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

/* how-it-work css end */

/* ready-to-build page css */
.ready-to-build {
    position: relative;
}

.ready-to-build .content-box {
    position: absolute;
    top: -40px;
    left: 50%;
    max-width: 1160px;
    width: 100%;
    transform: translate(-50%, 0);
}

.ready-to-build .ready-to-build-wrapper {
    text-align: center;
}

.ready-to-build .ready-to-build-wrapper p {
    color: #6F869D;
}

.ready-to-build .hand-shake-img {
    width: 100%;
}
/* ready-to-build page css end */

.limitless-swiper-section .container {
    text-align: center;
}

.limitless-swiper-section .limitless-swiper {
    margin-top: 50px;
}

.limitless-swiper-section .swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease, backdrop-filter 0.3s ease;
}

.limitless-swiper-section .swiper-slide img {
    width: 98%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.limitless-swiper-section .swiper-slide.swiper-slide-active .limitless-image {
    transform: skew(-10deg) scale(1);
    opacity: 1;
    border: 3px solid transparent;
}
.limitless-swiper-section .swiper-slide.swiper-slide-active .limitless-image:hover {
    border: 3px solid #F4532E
}

.limitless-swiper-section .swiper-slide:not(.swiper-slide-active) .limitless-image {
    transform: skew(-10deg) scale(0.92);
}

.limitless-swiper-section .swiper-slide .limitless-image {
    overflow: hidden;
    border-radius: 25px;
    max-height: 400px;
}

.limitless-swiper-section .swiper-slide .limitless-image img {
    transform: skew(10deg) scale(1.1);
}

.limitless-swiper-section .swiper-slide:not(.swiper-slide-active) {
    filter: blur(3px);
    opacity: 0.5;
}


.limitless-swiper-section .slide-content {
    text-align: center;
}

.limitless-swiper-section .limitless-content {
    margin-top: 30px;
}

.limitless-swiper-section .swiper-button-next,
.limitless-swiper-section .swiper-button-prev {
    position: absolute;
    bottom: 20px;
    top: initial;
    color: #000000;
    font-size: 10px;
    left: 50%;
}

.limitless-swiper-section .swiper-button-next:after,
.limitless-swiper-section .swiper-button-prev:after {
    font-size: 30px;
}

.limitless-swiper-section .swiper-button-next {
    margin-left: 340px;
}

.limitless-swiper-section .swiper-button-prev {
    margin-left: -340px;
}
