@charset "utf-8";

*{margin:0px; padding:0px;}



html{overflow-x: hidden;}
body{overflow-x: hidden; font-size: 16px;  color:#515151; font-family: "Montserrat", sans-serif; font-family: "Poppins", sans-serif; background-color: #fff ; font-weight: 500;}
a, a:active, a:focus, a:hover {outline: none; transition: all 0.5s ease; text-decoration: none;}
button, button:active, button:focus, button:hover {outline: none; transition: all 0.5s ease; text-decoration: none;}

.overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100000000;}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {content: ""; position: absolute; width: 50%; height: 100%; background: #fff; transition: 0.5s; transition-delay: 0.8s; }
.overlay .overlayDoor:before {left: 0; }
.overlay .overlayDoor:after {right: 0;}
.overlay.loaded .overlayDoor:before {left: -50%;}
.overlay.loaded .overlayDoor:after {right: -50%;}
.overlay.loaded .overlayContent {opacity: 0; margin-top: -15px;}
.overlay .overlayContent {position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;	transition: 0.5s}
.overlayContent img{width:180px;}



.pb-6 {padding-bottom: 4rem !important;}
.pt-6 {padding-top: 4rem !important;}
.pb-7 {padding-bottom: 5rem !important;}
.pt-7 {padding-top: 5rem !important;}
.pb-8 {padding-bottom: 6rem !important;}
.pt-8 {padding-top: 6rem !important;}

.max-200{max-width: 200px;}
.max-300{max-width: 300px;}
.max-400{max-width: 400px;}
.max-450{max-width: 450px;}
.max-500{max-width: 500px;}
.max-600{max-width: 600px;}
.max-600{max-width: 600px;}
.max-700{max-width: 700px;}
.max-800{max-width: 800px;}
.max-900{max-width: 900px;}
.max-1000{max-width: 1000px;}
.max-1100{max-width: 1100;}

.fs-7{font-size: 1rem !important;}
.fs-8{font-size: .8rem !important;}

.pointer{cursor: pointer;}

.opacity-10{opacity: .10;}
.opacity-20{opacity: .20;}
.opacity-30{opacity: .30;}

.icon-500{width: 500px;}
.icon-400{width: 400px;}
.icon-300{width: 300px;}
.icon-200{width: 200px;}
.icon-150{width: 150px;}
.icon-140{width: 140px;}
.icon-130{width: 130px;}
.icon-110{width: 110px;}
.icon-120{width: 120px;}
.icon-100{width: 100px;}
.icon-90{width: 90px;}
.icon-80{width: 80px;}
.icon-70{width: 70px;}
.icon-60{width: 60px;}
.icon-50{width: 50px;}
.icon-40{width: 40px;}
.icon-30{width: 30px;}
.icon-25{width: 25px;}
.icon-20{width: 20px;}
.icon-15{width: 15px;}
.icon-10{width: 10px;}
.icon-light{filter: brightness(0) invert(1);}
.icon-dark{filter: brightness(0) invert(0);}

.fw-300{font-weight: 300}
.fw-400{font-weight: 400}
.fw-500{font-weight: 500}
.fw-600{font-weight: 600}
.fw-700{font-weight: 700}
.fw-800{font-weight: 800}

.g-6 {--bs-gutter-y: 7rem;  --bs-gutter-x: 7rem;}


.color_1753E8{color: #1753E8;}
.color_3E4152{color: #3E4152;}
.bg_06321E{background: #E6F4F6;}
.bg_1753E8{background: #1753E8;}

.bg_BDD4F3_border{border: 1px solid#BDD4F3;}

.header_padding{padding-top: 100px;}
.btn {display: inline-block; padding: 10px 30px; border: none; border-radius: 30px; font-size: 16px; cursor: pointer; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);}
.btn-register { background-color: #FFFFFF; color: #1753E8; font-weight: 500; }
.btn-register:hover { background-color: #1753E8; color: #fff; }

header .navbar .container{background: rgba(255, 255, 255, 0.42); padding: 15px; border-radius: 10px;}

header{padding: 10px 0px; z-index: 11; position: fixed; left: 0; right: 0; top:0}
header .navbar {padding: 0px 10px;}
.menu_fixed{background: #fff; box-shadow: -2px -1px 9px 2px rgba(0, 0, 0, 0.25); padding: 0px;}
.brand-logo img{width: 160px;}
.mobile_menu_logo{width: 130px;}

.dark_logo{display: none;}
.brand-logo{margin-right: 40px;}

.menu_fixed .dark_logo{display: block;}
.menu_fixed .light_logo{display: none;}

.banner_bg{background: url(../img/home/home-banner-bg.avif) no-repeat; background-size: 100% 100%; height: 90vh; overflow: hidden;}

h1, h2, h3, h4, h5, h6{font-family: "Montserrat", sans-serif;}

.banner_heading_width{max-width: 550px;}
.banner_heading h1{font-weight: 600; font-size: 55px;}
.banner_heading h1 span{background: linear-gradient(90deg, #6A80FA, #2230DD, #607BDC, #1E33E1); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.banner_heading{color: #3E4152;}
.banner_text_box {display: inline-block; padding: 10px 20px; border-radius: 50px; background: rgba(255, 255, 255, 0.40); position: relative; }
.banner_text_box::before {content: ""; position: absolute; inset: 0; border-radius: 50px; padding: 1.5px; background: linear-gradient(170deg, #0101da39, #fff, #0101da39); -webkit-mask:  linear-gradient(#fff 0 0) content-box,  linear-gradient(#fff 0 0); -webkit-mask-composite: destination-out; mask-composite: exclude; }
.banner_image{max-width: 600px; position: absolute; right: 0px; top: 120px;}
.banner_icon{max-width: 80px; position: absolute; right: 0; left: -60px; top: 0; bottom: -200px; margin: auto;}
.all_button{background: #1753E8; border: none; color: #fff; padding: 12px 20px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); border-radius: 30px; font-size: 16px; font-weight: 500;}
.all_button:hover{box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); background: #fff; color: #1753E8;}
.white_button{background: #fff; border: none; color: #1753E8; padding: 12px 20px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); border-radius: 30px; font-size: 16px; font-weight: 500;}
.white_button:hover{box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); background: #E6F4F6; color: #1753E8;}

.all_heading h2{font-weight: 600; font-size: 42px;}
.all_heading h2 span{background: linear-gradient(90deg, #6A80FA, #2230DD, #607BDC, #1E33E1); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.all_heading{color: #3E4152;}

.about_img {right: 56px; bottom: 0px; position: absolute; max-width: 450px;}
.features-shadow::after {content: ""; position: absolute; width: 100%; left: 0; right: 0; background: linear-gradient(0deg, #fff 20%, #ADD9E1 100%); height: 40%; top: 0; z-index: -1;}
.small_heading{font-family: "Montserrat", sans-serif; color: #3E4152; font-size: 18px; font-weight: 600;}
.small_para{font-family: "Poppins", sans-serif; color: #3E4152; font-size: 14px; font-weight: 400;}

.web3_wallet_slide {min-height: 450px;}
.slide-item {width: 200px; height: 433px; border: 5px solid #000; background-size: 100% 100%; display: inline-block; transition: 0.5s; position: absolute; z-index: 1;  top: 50%;transform: translate(0, -50%); border-radius: 20px;}

.slide-item:nth-child(1){left: 350px;}
.slide-item:nth-child(2){left: calc(350px + 220px); transform: translateY(-50%) translateX(17%) scale(0.9); opacity: .9;}
.slide-item:nth-child(3) {left: calc(350px + 440px); transform: translateY(-50%) translateX(22%) scale(0.8); opacity: .8;}
.slide-item:nth-child(4) {left: calc(350px + 660px); transform: translateY(-50%) translateX(18%) scale(0.7); opacity: .7;}
.slide-item:nth-child(5) {left: calc(350px + 880px); opacity: 0;}

.slide-item .content {position: absolute;top: 0%; left: -350px; width: 300px; text-align: left; padding: 0; color: #fff; display: none;}
.slide-item:nth-child(1) .content {display: block;z-index: 11111;}
.slide-item .name {opacity: 0; animation: showcontent 1s ease-in-out 1 forwards}
.slide-item .des {opacity: 0;  animation: showcontent 1s ease-in-out 0.3s 1 forwards}
.slide-item button {padding: 10px 20px; border: none; opacity: 0; animation: showcontent 1s ease-in-out 0.6s 1 forwards}
@keyframes showcontent {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.web3_wallet_buttons {position: absolute; bottom: 30px; left: 0; width: 100%; }
.web3_wallet_buttons button {width: 40px; height: 40px; margin-right: 5px; border: none; border-radius: 50%; background: #1753E8; color: #fff; }
.web3_wallet_buttons button:hover {opacity: .8;}

.row-5 .col-md-3{width: 20%;}
.currency_card_bg{background-color: #fff; border: 1px solid #E9E9E9; border-radius: 16px; padding: 20px;}
.currency_card_bg img{width: 80px;}
.bnb_hover{color: #F0B90B;}
.eth_hover{color: #627EEA;}
.usdt_hover{color: #50AF95;}
.op_hover{color: #FF0420;}
.core_hover{color: #FF9211;}
.arbitrum_hover{color: #11AAFE;}
.phantom_hover{color: #1969FF;}
.polygon_hover{color: #8247E5;}
.tron_hover{color: #FF0013;}
.aval_hover{color: #E84142;}

.solution_bg{background-image: linear-gradient(to right, #ADD9E1 , #fff, #fff);}
.mobile {position: absolute; top: -60px; bottom: -50px; left: 20px; margin: auto; max-width: 420px;}

.business_no{font-weight: 600; font-size: 40px; color: #1753E8; opacity: 0.25; position: absolute; right: 15px; top: 15px;}

.carousel {position: relative; overflow: hidden; }
input[type="radio"] {display: none;}
.slides {display: flex; transition: transform 0.6s ease;}
.slide {flex: 0 0 100%;}
.quote {font-size: 18px; font-weight: 600; color: #1753e8; margin-bottom: 0px;}
.author-area {display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 12px 15px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);}
.author-info {display: flex; align-items: center; gap: 12px;}
.avatar {width: 50px; height: 50px; border-radius: 8px; overflow: hidden; flex-shrink: 0;}
.avatar img {width: 100%; height: 100%; object-fit: cover;}
.meta {display: flex;flex-direction: column;}
.author {font-size: 16px; font-weight: 500; color: #3E4152;}
.location {font-size: 16px; font-weight: 500; color: #3E4152;}

#s1:checked ~ .slides {transform: translateX(0%);}
#s2:checked ~ .slides {transform: translateX(-100%);}
#s3:checked ~ .slides {transform: translateX(-200%);}
#s4:checked ~ .slides {transform: translateX(-300%);}

.authors > div {display: none;}
#s1:checked ~ .authors .a1 {display: flex;}
#s2:checked ~ .authors .a2 {display: flex;}
#s3:checked ~ .authors .a3 {display: flex;}
#s4:checked ~ .authors .a4 {display: flex;}

.controls {display: flex; gap: 10px;}
.arrow {width: 40px; height: 40px; border-radius: 50%; justify-content: center; align-items: center; cursor: pointer; font-size: 20px; font-weight: bold; transition: 0.3s; display: none;}
.arrow.prev {background: #e5f0ff; color: #0b63e6;}
.arrow.next {background: #0b63e6; color: #fff;}

#s1:checked ~ .authors .a1 .prev1,
#s1:checked ~ .authors .a1 .next1,
#s2:checked ~ .authors .a2 .prev2,
#s2:checked ~ .authors .a2 .next2,
#s3:checked ~ .authors .a3 .prev3,
#s3:checked ~ .authors .a3 .next3,
#s4:checked ~ .authors .a4 .prev4,
#s4:checked ~ .authors .a4 .next4 {display: flex;}

.swap_banner_bg{background: url(../img/home/home-banner-bg.avif) no-repeat; background-size: 100% 100%; height: 85vh; overflow: hidden;}
.swap_banner_image{max-width: 380px; position: absolute; right: 120px; bottom: 0px;}

.staking_devide .col-md-3{width: 20%;}

.build_round_image{position: absolute; max-width: 600px; top: 20px; left: 0; right: 0; margin: auto; z-index: -1;}
.margin_top_minus{margin-top: -90px;}

.accordion_border_main{margin: auto;  max-width: 1000px;}
.plusminus{position: absolute; color: #000; z-index: 1; font-weight: 700; right: 0px; font-size: 30px; top: -8px;  height: 28px;  text-align: center;}
.accordion_head {cursor: pointer; font-size: 18px; color: #3E4152; position: relative; padding-right: 34px !important; font-weight: 600; padding: 0px;}
.faq_point{position: absolute; left: 0; top:0}
.accordion_border{position: relative; background: #fff; overflow: hidden; margin-bottom: 25px; box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 15px;}
.accordion_body{display:none; padding-top: 15px;}
.accordion_body p{margin-bottom: 0px; padding-top: 15px; color: #3E4152; font-weight: 400; width: 100%; border-top:1px solid #D1D1D1}
.faq_open{display: block;}
.faq_box{max-width: 100%; margin: auto;}



.mygif_img_box {position: relative; max-width: 200px;  margin: auto;}
.mygif_img_box img{width: 100%;}
.my_swap_gif{display: none;}
.mygif_img_box:hover .my_swap_gif{display: block;}
.mygif_img_box:hover .my_swap_img{display: none;}
.step_text_no{border-radius: 50px; display: inline-block; padding: 1.5px; background: linear-gradient(90deg, #6A80FA, #2230DD, #607BDC, #1E33E1);}
.step_text_no span{background: #fff; padding: 5px 20px; display: inline-block; border-radius: inherit;}
 
 
.owl-theme .owl-nav [class*='owl-']:hover { background: #211425;  color: #FFF;  text-decoration: none; }
.owl-theme .owl-nav .disabled {cursor: default; display: none; opacity: .5;}
.owl-theme .owl-dots { display: flex; margin-top: 15px; align-items: center; justify-content: center;}
.owl-theme .owl-dots .owl-dot {display: inline-block; zoom: 1; display: inline; }
.owl-theme .owl-dots .owl-dot span {width: 10px; margin: 2px 3px; height:10px; border-radius: 10px; background-color:#ececec; display: block; -webkit-backface-visibility: visible;  transition: opacity 200ms ease; border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span {background: #1753E8;}
.dots_none .owl-dots{display: none;}
 
.owl-dots button{border: none; background: transparent;}
.owl-nav button{position: absolute; top: 43%; height: 50px; width: 50px; font-size: 27px; font-weight: 500; background: #ffffff4f; color: #fff; border: 1.2px solid #fff; border-radius: 50%;}
.owl-nav .owl-prev{left: 10px;}
.owl-nav .owl-next{right: 10px;}
.arrow_none .owl-nav button{display: none;}
.owl-stage {padding-left: 0px !important;}


.offset-left {
  margin-left: calc((100% - 1300px)/2);
  padding: 0 15px;
}

.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.form-group { flex: 1; display: flex; flex-direction: column; }
.form-group input,
.form-group textarea { border: none; border-bottom: 1px solid #969696; padding: 8px; font-size: 14px; outline: none; resize: none; background: transparent; color: #000;  }
.form-group textarea::placeholder{color: #000;}
.form-group input::placeholder{color: #000;}
.submit-btn {width: 100%; background: #FE6429; color: #fff; padding: 12px; border: none; border-radius: 30px; font-size: 16px; cursor: pointer; margin-top: 20px; }
.submit-btn:hover {background: #e64a00;}

.about_round_image {position: absolute; max-width: 100%; bottom: -80px; left: 0; right: 0; margin: auto;}

.about_offer_bg{background-image: linear-gradient(#FFFFFF, #ADD9E1);}

.successs{text-align: center;}
.successs img{margin-top:80px;width: 150px;}
.successs p{font-size: 40px; color: #1753E8; margin-top: 30px;}

footer{background: #1753E8; z-index: 1; overflow: hidden;}
.footer_round{max-width: 800px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; z-index: -1;}
.footer_logo{width: 160px;}
.footer_menu{list-style: none; padding-left: 0px; display: flex; gap: 20px; flex-wrap: wrap;}
.footer_menu li{font-weight: 400; font-size: 18px; margin-right: 30px;}
.footer_menu li a{color: #fff; }
.policy-menu{padding: 0px; margin: 0px; list-style: inside;}
.policy-menu li{margin-bottom: 0; margin-bottom: 10px; position: relative; margin-right: 15px; display: inline-block;}
.policy-menu li a{color: #fff; text-decoration: none; font-size: 14px; font-weight: 400;}
.policy-menu li::before{content: ""; background: #fff; width: 2px; position: absolute; right: -11px; top: 4px; bottom: 4px;}
.policy-menu li:last-child::before{display: none;}
.footer_media {list-style: none; margin-bottom: 0px; display: flex; gap: 8px; padding: 0px; float: right;}
.footer_media li {display: inline-block;}
.footer_media li a {color: #1753E8; font-size: 16px; width: 35px; height: 35px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.footer_big_text{color: rgba(255, 255, 255, 0.25); white-space: nowrap; text-align: center; font-weight: 600; font-size: 120px; position: absolute; bottom: -37px; left: 0; right: 0; margin: auto;}












