@charset "UTF-8";

/*
Theme Name: Agency
Theme URI: 
Author: the Worldies team
Author URI: 
Description: Your local AI companions experience the world through the eyes of our AI agents, tailored to provide you with genuine local insights, knowledge, and recommendations. Each of our agents has been trained with rich local data, capturing the essence of their home countries.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agency 
*/

/* Reset css */
html,body,div,span,applet,object,iframe,h1,\h2,h3,\h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
button{
    outline: none;
    border: none;
    background-color: transparent;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');


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


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

@font-face {
	font-family: 'Satoshi-Light';
	src: url('assets/fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
 url('assets/fonts/satoshi/Satoshi-Light.woff') format('woff');
 font-weight: 300;
 font-display: swap;
 font-style: normal;
}

@font-face {
    font-family: 'Satoshi-Black';
    src: url('assets/fonts/satoshi/Satoshi-Black.woff2') format('woff2'),
    url('assets/fonts/satoshi/Satoshi-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}
body{
    background: linear-gradient(180deg, #FFF 0%, #0070D7 100%);
    width: 100%;font-family: 'Satoshi-Regular';
    min-height: 100vh;
}

  
.lines-area{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: -1;
    top: 0;
}
.lines{
    width: 70%;
}
.lines>img{
    width: 100%;
}
.nav-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
}
.logo-area{
    width: 139px;
    height: 21px;
}
.logo-area>img{
    width: 100%;
}
.nav-anchor .menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.nav-anchor .menu>li>a{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
}
.nav-anchor2 .menu{
    width: 100%;
    font-size: 25px;
    font-family: 'Satoshi-Regular';
    margin-top: 30px;
    list-style: none !important; 
  padding: 0px;
}
}
.nav-anchor2 .menu>li>a{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
}
.nav-anchor2 .menu>li{
    margin-top: 20px;
}
.canvas-u{
    background: linear-gradient(180deg, #FFF 0%, #0070D7 100%);
}
.ham-icon{
    width: 40px;
    display: none;
}
.ham-icon>img{
    width: 100%;
}
.search-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box .login-link {
 background: #0170D7;
  color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 5px;
}
.search-box .login-link.logout {
 background: none;
}
.search-area{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #000000; 
    border-radius: 20px;
    font-size: 15px;
    font-family: 'Satoshi-Regular';
    transition: 0.5s ease-out;
    transform: scaleX(0%);
    transform-origin: right;
}

.srchinp-act{
   /* transform: scaleX(100%); */
}
.srchToggle {
    width: 230px;
    background: transparent;
    padding: 7px;
    outline: none;
    border: none;
}


.send-btn{
    width: 20px;
    height: 20px;
}
.send-btn>img{
    width: 100%;
}
.search-btn{
    width: 40px;
}
.search-btn>img{
    width: 100%;
}
.main-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: end;
}
.head-1{
    color: black;
    font-size: 53px;
    font-family: 'Satoshi-Black';
    font-weight: bolder;
    margin-top: 60px;
}
.head-2{
    color: black;
    font-size: 53px;
    font-family: 'Satoshi-Black';
    background: -webkit-linear-gradient(left,#000, #0170D7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}
.worldiesai-store-btn{
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.worldiesai-store-btn a{
    margin:5px;
}
.worldiesai-store-btn img{
    width: 160px;
}
.para-u{
    width: 70%;
    text-align: center;
    color: black;
    font-size: 22px;
    font-family: 'Satoshi-Medium';
    line-height: 1.5;
    margin-top: 30px;
}
.explore{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border:2px solid #000;
    background-image: linear-gradient(to right, #ffffff1a,#ffffff1a, #006FD6, #006FD6);
    box-shadow: 0 0 20px #00000017;
    font-family: 'Satoshi-Regular';
    font-size: 25px; 
    color: black;   
    padding: 10px 30px;
    background-size: 300% 150%;
    gap: 10px;
    transition: 0.5s ease-out;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
}
.explore>img{
    width: 25px;
    transition: 0.5s ease-out;
}
.explore:hover{
    color: white;
    border:2px solid #006FD6;
    background-position: 95% 0;
    transition: 0.5s ease-out;
}
.explore:hover >img{
    filter: invert();
    transition: 0.5s ease-out;
}
.card-area{
    padding:80px 60px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
.marketplace-featured .card-area{
    padding: 30px 60px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}
.marketplace-discover.marketplace-featured .card-area{
    padding: 30px 60px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 15px;
}
.cards-u{
    width: 100%;
    height: 450px;
    border-radius: 40px 40px 110px 40px;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    position: relative;
}
.clear{
    clear: both;
}
.card-chat-pdf-btn{
   position: absolute;
  bottom: 50px;
  left: 32px;
}
.card-chat-pdf-btn a{
    display: inline-block;
    border-radius: 36px;
    border:#fff solid 1px;
    padding: 13px 40px;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
line-height:1.5;
}

.card-chat-pdf-btn a.card-chat-btn{
    background: #fff;
    color: #000;
    }
.card-chat-pdf-btn a img{
    float: left;
    margin-right: 10px;
}
.worldies-head-slogan{
    background: rgba(1, 112, 215, 0.05);
    padding: 10px 15px;
    border-radius: 8px;
    color: rgba(1, 112, 215,1);
    /*margin-left: 9rem;*/ 
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
 .card-flag-img{
    position: absolute;
    right: 23px;
}
.marketplace-featured.marketplace-discover .card-flag-img{
    position: static;
}
 .card-flag-img img{
width: 45px;
    border: #fff solid 1px;
}
.marketplace-featured.marketplace-discover .card-flag-img img{
    margin-bottom: 20px;
    width: 35px;
}
.marketplace-count-chatd{
    padding-top: 15px;
    position: absolute;
    bottom: 39px;
    left: 22px;

}
.marketplace-count-chatd span{
    padding: 8px;
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right:  5px;
}
.marketplace-featured.marketplace-discover  .marketplace-count-chatd{
    padding-top: 15px;
    bottom: 15px;
    width: 50%;
}
.marketplace-featured.marketplace-discover span{
    width: 100%;
    margin-bottom: 5px;

}
.marketplace-count-chatd span img{
    width: 15px;
    margin-right: 5px;
    float: left;
}
.marketplace-page{
    padding-bottom: 60px;
}

.marketplace-modal{
    position: fixed;
    top: 10%;
display: none;
        z-index: 99;
    left: 0px;
    width: 100%;
}

.marketplace-modal .marketplace-modal-inner{
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    width: 380px;
    margin:0 auto;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.5);
}

.marketplace-modal .marketplace-modal-inner .marketplace-modal-header{
   background: linear-gradient(to right,  rgba(1,83,146,1) 0%,rgba(253,202,1,1) 100%); 
   padding: 20px;
   color: #fff;
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   font-size: 18px;
   text-transform: uppercase;

}
.marketplace-modal .marketplace-modal-inner .marketplace-modal-header .mp-modal-close{
    float: right;
    cursor: pointer;
}
.marketplace-modal .marketplace-modal-inner .marketplace-modal-header .mp-modal-close img{
    filter: invert();
    width: 14px;
}
.marketplace-modal .marketplace-modal-inner .marketplace-modal-body{
    padding: 30px;
    text-align: center;
}
.marketplace-modal .marketplace-modal-inner .marketplace-modal-body .mp-modal-logo img{
        width: 120px;
        margin:15px 0px;
}

.marketplace-modal .marketplace-modal-inner .marketplace-modal-body .mp-modal-text{
        font-size: 15px;
        line-height: 22px;
}

.marketplace-modal .marketplace-modal-inner .marketplace-modal-body .mp-modal-btn{
    padding-top: 15px;
}


.marketplace-modal .marketplace-modal-inner .marketplace-modal-body .mp-modal-btn a{
    padding: 15px;
    text-align: center;
    background: #2a2a2a;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    display: inline-block;width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;

    }
    .marketplace-modal .marketplace-modal-inner .marketplace-modal-body .mp-modal-btn a span{
        font-size: 18px;
}

.marketplace-modal .marketplace-modal-inner .marketplace-modal-body .mp-modal-btn a.mp-modal-btn-chatgpt{
        margin-bottom: 10px;
     }
     .marketplace-modal .marketplace-modal-inner .marketplace-modal-body .mp-modal-btn a.mp-modal-btn-one{
        margin-bottom: 10px;
     }
    .marketplace-modal .marketplace-modal-inner .marketplace-modal-body .mp-modal-btn a.mp-modal-btn-two{
        background: #025491;
        color: #fff;
    }
    .marketplace-overlay{
        background: rgba(0, 0, 0, 0.2);
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 9;
        display: none;
    }
.marketplace-tabs{
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}
.marketplace-tabs ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}
.marketplace-tabs ul li{
    display: inline-block;
    padding-right: 10px;
}
.marketplace-tabs ul li a{
    border:#5F5F5F solid 1px;
    padding: 10px 25px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.marketplace-tabs ul li a:hover{
    background: none;
    border-color: #0170D7;
    color: #0170D7;
}    
.marketplace-tabs ul li a.active{
    background: #0170D7;
    border-color: #0170D7;
    color: #fff;
} 
.marketplace-featured  .cards-u {
    width: 100%; 
    border-radius: 30px 30px 70px 30px;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.15);
    padding: 25px;
    position: relative;
    height: 310px;

}

.marketplace-featured.marketplace-discover  .cards-u {
    height: 360px;
     max-width: 280px; 
} 
.cd-u1{
    background: linear-gradient(180deg, #005293 0%, #FECB00 100%);
}
.cd-u2{
    background: linear-gradient(180deg, #EF322E 0%, #086936 100%);
}
.cd-u3{
    background: linear-gradient(180deg, #B22234 0%, #3C3B6E 100%);
}
.cd-u4{
    background: linear-gradient(180deg, #00247D 0%, #CF142B 100%);
}
.card-logo{
    width: 180px;
}
.card-logo>img{
    width: 100%;
}

.marketplace-featured .card-logo>img {
    width: 60%;
}

.marketplace-featured.marketplace-discover .card-logo>img {
    width: 60%;
}

.card-para{
    color: white;
    font-family: 'Satoshi-Regular';
    font-size: 30px;
    line-height: 1.5;
    margin-top: 30px;
}
.marketplace-page .card-para {
   font-size: 16px;
  margin-top: 15px;
  line-height: 22px;
}

.redirect-btn{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 10px;
    background-image: radial-gradient(100.04% 100.04% at 50.1% 100.2%, #FFF 0%, #D7D7D7 100%);
    border: 7px solid #5D9CD7;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.redirect-btn>img{
    width: 50%;
}
 .marketplace-page .redirect-btn>img{
    width: 76%;
}
 .marketplace-page .redirect-btn {
    width:60px;
    height:60px;
    border: 6px solid #e8e8e8;
  }



.redirect-btn.avatar-img{
    padding: 0px;
}
.redirect-btn.avatar-img img{
    width: 100% !important;
    border-radius: 100%;
}
.marketplace-page .marketplace-featured-heading{
    padding: 40px 60px;
    padding-bottom: 0px;

}

.marketplace-page .marketplace-featured-heading h2{
    font-weight: normal;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-left: #0170D7 solid 6px;
    padding-left: 10px;
}

.footer-mobile-nav{
    background: #F2F2F2;
    border-top: #DADADA solid 1px;
    padding:10px 30px 8px 30px;
    display: flex;
    justify-content: space-between; 
    position: relative;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;z-index: 99;
}
.footer-mobile-nav .footer-mobile-nav-item{
    padding: 0px 20px;
}
.footer-mobile-nav .footer-mobile-nav-item.fmni-text{
    padding-top: 10px;
    opacity: 0.40;
}
.footer-mobile-nav .footer-mobile-nav-item.fmni-text.active{
    opacity: 1;
}
.footer-mobile-nav .footer-mobile-nav-item.fmni-text img{
    width: 30px;
}
.footer-mobile-nav .footer-mobile-nav-item a{
    color: #000;
    font-size: 11px;
}
.footer-mobile-nav .footer-mobile-nav-item span{
    display: block;
    width: 100%;
}

.suggest{
    display: inline-block;
    padding: 20px;
    width: 100%;
    text-align: left;
}

  
.suggest .head2 {
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
}
.suggest .tile{
width: 22%;
  height: 260px;
  flex-shrink: 0;
  background-color: white;
  border-radius: 10px;
  margin: 10px;
  padding:  0px;
  position: relative;
  float: left;
  overflow: hidden;
  z-index: 9;
}
.suggest .tile-bg{
    background-color: #000000ae;
    backdrop-filter: blur(2.5px);
    border-radius: 5px;
    padding: 15px;
    position: absolute;
    bottom:  -40vh ;
    left: 5px;
    right: 5px;
    color: white;
    transition: 0.9s;
    text-align: left !important;
    z-index: 99;
}

.suggest .tile-bg.show{
    bottom: 5px;
}
.suggest .tile-bg h2{
    font-family: 'Satoshi-Medium';
    font-size: 15px;
    color: white;
    transition: 0.5s; text-align: left !important;
    line-height: 1.2;
    margin: 0px;
}
.suggest .tile-bg p{
    font-family: 'Satoshi-Light';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin: 0px;
    margin-top: 5px;
    color: white; text-align: left !important;
    float: left;
    width: calc(100% - 45px);
    min-height: 25px;
}
.suggest .tile:hover .tile-bg h2 {
    color: #FECB00;
}
.suggest .search-prompt-video{ 
position:absolute; 
left:0px;
top:0px;
z-index:-1;
width: 100%;
    height: 100%;
   opacity: 0;
 
    }
  .suggest   .search-prompt-video.show{
       opacity: 1;
    }
  .suggest   .search-prompt-video video{
        width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
   position: relative;
   z-index: -1;
}
.suggest .explore{
 width: 30px !important;
  height: 30px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
    margin-top: 0px;
  transition: 0.9s;
  float: right;
  text-align: center;
 
  margin-top: 5px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  padding: 0px !important; padding-top:5px  !important;
}
.suggest .explore>img{
    width: 16px;
}
.suggest .tile:hover .explore{
    background-color:  #FECB00;
    border: 1px solid #FECB00;
}
.suggest .tile:hover .explore>img{
    filter: invert(100%);
}
 
.suggest .prompt-add {
    position: fixed;
    bottom: -20px;
}

.suggest .Prompt-bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.suggest .prompt-ind-1,.suggest  .prompt-ind-2 {
    text-align: center;
    color: black;
    font-family: 'Satoshi-medium';
    text-decoration: none;
    margin-top: -11rem;
    z-index: 5;
}
.suggest .prompt-ind-1>img{
    width: 30px;
    margin-bottom: 10px;
    filter: invert();
}
.suggest .prompt-ind-2>img{
    width: 30px;
    margin-bottom: 10px;
    filter: invert();
}

.suggest .prompt-ind-2{
    opacity: 50%;
}

#scrollMore{
    margin:0px auto;
    width: 80%;
    display: block;
}

.login-signup-lightbox {
    background: rgba(0,0,0,0.9);
    border:8px solid #386eec;
    border-radius:35px;
    color:#fff;
    padding:20px;
    position:fixed;
    top:16%;
    width:30%;
    left:35%;
    z-index:100;
}
.login-signup-lightbox .loginbox-close-icon {
    float:right;
}
.login-signup-lightbox .loginbox-close-icon img {
    cursor:pointer;
}
.login-signup-lightbox .social-connect-div a.google-login {
    background:#fff url(images/google-icon.png) no-repeat;
    background-position:10% 50%;
    padding:15px 20px 15px 55px;
    text-decoration:none;
    border-radius:30px;
    font-size:16px;
    color:#000;
}
.login-signup-lightbox #loginform p {
    padding: 5px 0px;
    margin:0px;
}
.login-signup-lightbox #loginform p label {
    display: block;
    font-size: 15px;
    padding: 0px 0px 8px 0px;
}
.login-signup-lightbox #loginform .input {
    font-size: 16px;
    color: #333;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    width: 99%;
    outline:none;
}
.login-signup-lightbox #loginform {
    padding-top:10px;
}
.login-signup-lightbox #loginform a {
    font-size: 13px;
    color: #a3c0ff;
    float:right;
    padding-top:7px;
}
.login-signup-lightbox #loginform .button-primary {
    background: #fff;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor:pointer;
    color:#000;
}
.login-signup-lightbox .social-connect-div {
    padding: 30px 0px 15px 0px;
    margin-top: 15px;
    border-top:1px solid #626262;
    text-align:center;
}
.login-signup-lightbox .dont-have-account {
    font-size: 14px;
    color: #fff;
    padding-top:10px;
}
.login-signup-lightbox .dont-have-account a {
    color: #a3c0ff;
}





.login-signup-lightbox h3 {
    font-size:22px;
    margin:0px;
    padding:10px 0px;
    line-height:24px;
}
.login-signup-lightbox #signupform .signup-row .signup-col-2 {
    float:left;
    width:48%;
}
.login-signup-lightbox #signupform .signup-row .signup-col-2.fl-right {
    float:right;
}

.login-signup-lightbox #signupform .form-field {
    padding: 5px 0px;
    margin:0px;
}
.login-signup-lightbox #signupform .form-field label {
    display: block;
    font-size: 15px;
    padding: 0px 0px 8px 0px;
}
.login-signup-lightbox #signupform .form-control {
    font-size: 16px;
    color: #333;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    width: 99%;
    outline:none;
}
.login-signup-lightbox #signupform {
    padding-top:10px;
}
.login-signup-lightbox #signupform .dont-have-account {
    font-size: 14px;
    color: #fff;
    padding-top:10px;
}
.login-signup-lightbox #signupform .dont-have-account a {
    color: #a3c0ff;
}
.login-signup-lightbox #signupform .btn-primary {
    background: #fff;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor:pointer;
    color:#000;
}
.login-signup-lightbox #signupform .signup-personal-submit  {
    padding-top:10px;

}
.login-signup-lightbox .social-connect-div {
    padding: 30px 0px 15px 0px;
    margin-top: 15px;
    border-top:1px solid #626262;
    text-align:center;
}
.registration-response-page {
    width:60%;
    margin:120px auto;
	background: #fff;
  border-radius: 15px;
  padding: 20px 20px 40px 20px;
}
.registration-response-page h2 {
    font-size:28px;
    margin:0px;
    padding:10px 0px;
    line-height:34px;
}

.registration-response-page h3 {
    font-size:20px;
    margin:0px;
    padding:10px 0px;
    line-height:28px;
}
.registration-response-page p, ul, li, ol, li {
    font-size:18px;
    line-height:24px;
}
.kai-my-account-page {
    margin:150px 0px 120px 0px;
}
.kai-my-account-page h1.entry-title {
    text-align: center;
    text-transform: uppercase;

}
.my-account-container {
    max-width:500px;
    margin:0px auto;
}
.kai-my-account-page .account-page-box {
    background:#f5f5f5;
    border-radius:15px;
    padding:20px 30px 30px 30px;
}
.kai-my-account-page .woocommerce-MyAccount-navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.kai-my-account-page .woocommerce-MyAccount-navigation li {
    font-size:14px;
    padding:5px 10px;
}
.kai-my-account-page .woocommerce-MyAccount-navigation li a {
    font-size:14px;
    color:#000;
    text-decoration:none;
}
.kai-my-account-page .woocommerce-MyAccount-navigation li.active {
    font-weight:bold;
    background:#e7e7e7;
}
.kai-my-account-page .profile-info-box .avatar {
    float:none;
    width:100%;
    text-align:center;
}
.kai-my-account-page .profile-info-box .update-info-links {
    text-align:center;
    font-size:13px;
    padding:10px 0px;
}
.kai-my-account-page .profile-info-box .update-info-links a {
    background:#3A66FF;
    color:#fff;
    padding:5px 15px;
    border-radius:30px;
    font-size:13px;
}

.kai-my-account-page .profile-info-box .avatar img {
    border-radius:20px;
    width:300px;
}
.kai-my-account-page .profile-info-box .profile-info {
    text-align:center;
}
.kai-my-account-page .profile-info-box .profile-info .fullname {
    font-size:20px;
}
.kai-my-account-page .profile-info-box .profile-info .email {
    font-size:15px;
    color:#3A66FF;
    padding-bottom:5px;
}
.kai-my-account-page .profile-info-box .profile-info .address , .kai-my-account-page .profile-info-box .profile-info .phone {
    font-size:14px;
    color:#777;
    line-height:22px;
}
.kai-my-account-page .profile-info-box .profile-info .address span , .kai-my-account-page .profile-info-box .profile-info .phone span {
    color:#444;
}
.woocommerce-account .kai-my-account-page .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.kai-my-account-page .update-profile-form .form-row {
    padding: 5px 0px;
}
.kai-my-account-page .update-profile-form .form-row .label {
    font-size:14px;
    color:#444;
    float:left;
    width:40%;
}
.kai-my-account-page .update-profile-form .form-row .label.padd {
    padding-top:10px;
}
.kai-my-account-page .update-profile-form .form-row .field {
    font-size:14px;
    color:#444;
    float:left;
    width:60%;
}
.kai-my-account-page .update-profile-form .form-row .field img {
    width:100%;
    border-radius:20px;
}
.kai-my-account-page .woocommerce-form {
    background:#fff;
}
.kai-my-account-page .woocommerce-form .woocommerce-form-login__submit , .kai-my-account-page .woocommerce-ResetPassword .button {
    font-size:14px;
    color:#fff;
    background:#3A66FF;
    border-radius:25px;
    padding:10px 25px;
    border:none;
    cursor:pointer;
    text-transform:uppercase;
}
.kai-my-account-page .update-profile-form .form-row .field .cin , .kai-my-account-page .woocommerce-form .form-row input.input-text , .kai-my-account-page .woocommerce-ResetPassword .form-row input.input-text {
    font-size:14px;
    color:#444;
    width:100%;
    background:#fff;
    border-radius:5px;
    padding:10px 15px;
    border:1px solid #ccc;
}
.kai-my-account-page .update-profile-form .form-row .submit-button {
    text-align:center;
}
.kai-my-account-page .update-profile-form .form-row .submit-button .btn {
    font-size:14px;
    color:#fff;
    background:#3A66FF;
    border-radius:25px;
    padding:10px 25px;
    border:none;
    cursor:pointer;
    text-transform:uppercase;
}
.error-alert-msg {
    padding: 10px 15px;
    text-align:center;
    font-size:14px;
    color:#e90e0e;
}
.success-alert-msg {
    padding: 10px 15px;
    text-align:center;
    font-size:14px;
    color:#0abe38;
}
.resp-login-button {
display:none;
width: 75px;
    position: absolute;
    right: 60px;
}
.resp-login-button a {
background: #0170D7;
  color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 5px;
}


.worldies-app-banner{
    /*background: #101010;*/
    padding: 80px 0px;
    position: relative;
}
 
.worldies-app-banner .worldies-app-banner-inner{
    text-align: center;
    width: 60%;
    margin: 0 auto;
    color: #000;
    position: relative;
    z-index: 2;
}
.worldies-app-banner .worldies-app-banner-inner p{
  
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.worldies-app-banner .worldies-app-banner-inner h2 {
    font-family: 'Satoshi-Black';
  font-weight: bolder;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 40px;
}
.worldies-app-banner .worldies-app-banner-inner h2 span{
 font-weight: normal;font-family: 'Satoshi-Medium';
  display: block;
}
.worldies-app-banner .worldies-app-banner-inner .worldies-app-banner-store-btn{
    margin: 20px 0px;
}
.worldies-app-banner .worldies-app-banner-inner .worldies-app-banner-store-btn img{
    width: 120px;
    margin: 5px;
}
.worldies-app-banner .worldies-app-banner-inner .worldies-app-banner-discover{
    margin-top: 20px;
}
.worldies-app-banner .worldies-app-banner-inner .worldies-app-banner-discover a{
 
   padding: 10px 30px;
   border:#000 solid 1px;
   color: #000;
   text-decoration: none;
   border-radius: 36px;
   cursor: pointer;
   display: inline-block;
}
.worldies-app-banner .worldies-app-banner-inner .worldies-app-banner-discover a:hover{
    background: #000;
    color: #fff;
}

.worldies-app-sec{
    padding: 80px 0px;
    background: #fff;
}

 
.worldies-app-sec .worldies-app-sec-content .worldies-app-banner-discover{
    margin-top: 20px;
}
.worldies-app-sec .worldies-app-sec-content .worldies-app-banner-discover a{
 
   padding: 10px 30px;
   border:#000 solid 1px;
   color: #000;
   text-decoration: none;
   border-radius: 36px;
   cursor: pointer;
   display: inline-block;
}
.worldies-app-sec .worldies-app-sec-content .worldies-app-banner-discover a:hover{
    background: #000;
    color: #fff;
}

.worldies-app-sec .worldies-app-sec-content{
    text-align: center;
    width: 60%;
    margin: 0 auto;
    color: #000;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}
.worldies-app-sec p{
  
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.worldies-app-sec h2 {
    font-family: 'Satoshi-Black';
  font-weight: bolder;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 40px;
}
.worldies-app-sec h2 span{
 font-weight: normal;font-family: 'Satoshi-Medium';
  display: block;
}
.worldies-app-sec .worldies-app-sec-store-btn{
    margin: 20px 0px;
    text-align: center;
}
.worldies-app-sec .worldies-app-sec-store-btn img{
    width: 120px;
    margin: 5px;
}
.worldies-app-sec-devices {
    padding: 0px 80px;
}
.worldies-app-sec-devices .worldies-app-sec-device-col{
    float: left;
    width: 33.33%;
}
.worldies-app-sec-devices .worldies-app-sec-device-col img{
    width: 260px;
}
.worldies-app-sec-devices .worldies-app-sec-device-col.right{
text-align: right;
}
.worldies-app-sec-devices .worldies-app-sec-device-col.center{
text-align: center;
padding-top: 60px;
}
/* responsive */
@media (min-width:1440px){
.home .card-para {
      font-size: 24px !important;
}
}
@media (max-width:1440px){
    .head-1,.head-2 {
        font-size: 45px;
    }
    .para-u {
        width: 60%;
        font-size: 20px;
    }
    .card-para {
        font-size: 22px;
    }
    .marketplace-page .card-para {
       font-size: 14px;
    line-height: 18px;
  
    }
    .marketplace-featured.marketplace-discover .card-para {
        font-size: 12px;
        line-height: 16px;
    }
    .card-logo {
        width: 150px;
    }
    .cards-u {
        height: 380px;
    }
    .marketplace-featured .cards-u{
        height: 280px;
    }
    .marketplace-featured.marketplace-discover .cards-u {
  height: 340px;
}
    .nav-anchor {
        gap: 70px;
    }
}
@media (max-width:1366px){
    .head-1,.head-2 {
        font-size: 42px;
    }
    .para-u {
        width: 60%;
        font-size: 18px;
    }
    .card-logo {
        width: 130px;
    }
    .redirect-btn {
        width: 90px;
        height: 90px;
    }
    .marketplace-page    .redirect-btn {
        width: 50px;
        height: 50px; 
        border:4px solid #e8e8e8 ;
    }
    .explore {
        font-size: 18px;
    }
    .marketplace-page   .redirect-btn>img {
        width: 70%;
    }
}
@media (max-width: 1300px){
    .nav-anchor {
        gap: 60px;
    }
    .card-para {
        font-size: 18px;
    }
    .cards-u {
        height: 325px;
    }
    .srchToggle {
        width: 220px;
    }

}
@media (max-width: 1200px){
    .nav-anchor>li>a {
        font-size: 18px;
    }
    .nav-anchor {
        gap: 50px;
        padding-left: 7rem;
    }
    .head-1, .head-2 {
        font-size: 38px;
    }
    .srchToggle {
        width: 100%;
    }
    .search-area {
        padding: 0 10px;
    }
}
@media (max-width: 1080px){
    .card-logo {
        width: 111px;
    }
    .card-para {
        font-size: 16px;
    }
    .cards-u {
        height: 290px;
        border-radius: 30px 30px 90px 30px;
    }
    .redirect-btn {
     width: 55px;
    height: 55px; border-width:3px;    }
    
}
@media (max-width: 992px){
    .ham-icon{
        display: block;
    }
    .for-wb{
        display: none;
    }
    .head-1, .head-2 {
        font-size: 30px;
    }
    .para-u {
        width: 50%;
        font-size: 15px;
    }
    .explore {
        font-size: 16px;
    }
    .explore>img {
        width: 18px;
    }
    .card-logo {
        width: 95px;
    }
    .card-para {
        margin-top: 25px;
    }
    .cards-u {
        height: 300px;
        padding: 20px;
    }
}
@media (max-width: 840px){
    .card-area ,.marketplace-featured .card-area,.marketplace-discover.marketplace-featured .card-area{
        padding:  30px;
    }
    .marketplace-page .marketplace-featured-heading{
padding:  30px;
    }
    .marketplace-page .marketplace-featured-heading h2 {
   font-size: 18px;
}
    .card-para {
        margin-top: 20px;
    }
    .redirect-btn {
        bottom: 25px;
        right: 25px;
    }
    .cards-u {
        border-radius: 30px 30px 75px 30px;
    }
}
@media (max-width: 730px){
    .worldies-head-slogan{
        display: none;
    }
    .card-area,.marketplace-featured .card-area ,.marketplace-discover.marketplace-featured .card-area{
        grid-template-columns: auto ;
    }
    .head-1 {
        width: 80%;
        text-align: center;
        line-height: 1.5;
    }
    .head-2{
        margin-top: 10px;
    }
    .nav-bar {
        padding: 20px;
    }
}
@media (max-width: 600px){
    .head-1, .head-2 {
        font-size: 26px;
    }
    .para-u {
        width: 80%;
        font-size: 14px;
    }
}
@media (max-width: 420px){
    .head-1, .head-2 {
        font-size: 24px;
    }
    .card-logo {
        width: 80px;
    }
    .card-para {
        font-size: 14px;
    }
    .cards-u {
        height: 340px;
    }
    .marketplace-tabs{
        overflow: auto;
    }
    .marketplace-tabs ul {
   width: 800px;
}
}

@media only screen and (min-width: 1440px) {
.marketplace-featured.marketplace-discover .cards-u {
  height: 420px;
  }
}
@media only screen and (min-width: 1580px) {
    .worldies-app-banner .worldies-app-banner-inner .worldies-app-banner-store-btn img,.worldies-app-sec .worldies-app-sec-store-btn img
{
  width: 140px; 
}
.worldies-app-sec-devices .worldies-app-sec-device-col img
{
  width: 320px;
}
  .worldies-app-banner .worldies-app-banner-inner p,.worldies-app-sec p  {
    font-size: 20px;
    line-height: 32px;
}
 .worldies-app-banner .worldies-app-banner-inner h2  ,.worldies-app-sec h2  {
    font-size: 76px;
    line-height: 86px;
}
.marketplace-discover.marketplace-featured .card-area {
  padding: 30px 60px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 15px;
}
.marketplace-featured.marketplace-discover .cards-u {
  height: 440px;
  }

}
@media only screen and (min-width: 1780px) {
    .marketplace-featured .cards-u {
   height: 280px;
}
.marketplace-discover.marketplace-featured .card-area {
  padding: 30px 60px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  gap: 15px;
}
.marketplace-featured.marketplace-discover .cards-u {
  height: 440px;
  }

}

@media only screen and (min-width: 651px) and (max-width:1024px) {
  .redirect-btn {
    width: 65px;
    height: 65px;
  }
.card-chat-pdf-btn {
  position: absolute;
  bottom: 42px;
  left: 17px;
}
.card-chat-pdf-btn a {
  
  padding: 7px 14px;
  margin-right: 1px;
  color: #fff;
  font-size: 12px;
 
}
  .cards-u {
    height: 330px;
}
    .marketplace-featured .card-area {
  padding: 30px ;
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}
.worldies-head-slogan {
   margin-left: 0rem;
   }
.marketplace-tabs ul li a {
   padding: 8px 15px;
   font-size: 14px;
}
 .marketplace-featured .cards-u {
    height: 260px;
  }
  .marketplace-discover.marketplace-featured .card-area {
  padding: 30px ;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
}
}
@media only screen and (max-width: 650px) {
    .worldies-app-banner{ 
  padding: 40px 0px; 
}
    .worldies-app-sec .worldies-app-sec-content
{
  text-align: center;
  width: 90%;
  padding-bottom: 90px;
}
    .worldies-app-sec-devices{
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;}
 .worldies-app-sec-devices .container{
   width: 600px;
    margin: initial;
 
    display: inline-block;}
.worldies-app-sec-devices .worldies-app-sec-device-col img
{
  width: 170px;
}
     .worldies-app-banner .worldies-app-banner-inner p {
   font-size: 14px;
  line-height: 24px;
}
    .worldies-app-banner .worldies-app-banner-inner h2 {
   font-size: 40px;
  line-height: 54px;
}
 .worldies-app-banner .worldies-app-banner-inner .worldies-app-banner-device img{
    width: 70%;
}
    .worldies-app-banner .worldies-app-banner-inner {
   width: 90%;
}
.worldies-app-sec .worldies-app-sec-store-btn{
    width: 90%;
    margin: 0 auto;
}
 .worldies-app-sec p{
   font-size: 14px;
  line-height: 24px;
}
   .worldies-app-sec h2 {
font-size: 32px;
    line-height: 44px;
}
    .worldiesai-store-btn img{
    width: 120px;
}
  .worldiesai-store-btn a{
    margin:10px;
}
    .suggest .tile-bg p { 
  font-size: 11px; 
  width: calc(100% - 32px); 
}
    .suggest .explore {
  width: 22px !important;
  height: 22px;
  padding-top: 2px;
  border-radius: 3px;
}
.suggest .explore > img {
  width: 12px;
}
    .suggest .tile-bg h2 {
   font-size: 13px;
}
    .suggest .tile-bg {
     padding: 10px;
}
    #scrollMore {
  margin: 0px auto;
  width: 100%;
  padding: 10px;
  display: block;
}.suggest .tile {
  width: 46%;
    height: 220px;
    margin: 5px;
  }  .footer-mobile-nav {
    display: flex;
  }
  .ferdy-welcome-sec .ferdy-welcome-sec-inner .ws-agent-logo img {
  max-width: 120px !important;
  margin-top: 20px;
}
.ferdy-welcome-sec .ferdy-welcome-sec-inner .ws-agent-flag img {
  width: 50px;
  margin-bottom: 20px;
}
.card-area, .marketplace-featured .card-area, .marketplace-discover.marketplace-featured .card-area {
    grid-template-columns: auto ;
    gap: 8px;
    padding: 20px;
  }
  .home .card-area{
grid-template-columns: auto;
  }
  .card-chat-pdf-btn a {
   padding: 8px 15px;
  margin-right: 5px;
   font-size: 14px; 
}
.card-chat-pdf-btn a img {
  float: left;
  margin-right: 5px;
  width: 15px;
}
.card-chat-pdf-btn { 
  bottom: 33px;
  left: 21px;
}
.card-flag-img img {
  width: 30px;
}
.marketplace-featured .card-logo > img {
  width: 76%;
}
 .marketplace-page .card-para {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .marketplace-featured .cards-u {
    height: 380px;
  }
  .marketplace-count-chatd {
  padding-top: 15px;
  position: absolute;
  bottom: 15px;
  left: 14px;
  width: 50%;
}
  .marketplace-page .redirect-btn {
    width: 40px;
    height: 40px;
    border: 4px solid #e8e8e8;
    right: 15px;
  }
  .marketplace-count-chatd span {
  padding: 8px; 
  font-size: 11px; 
  margin-right: 0px;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}
.marketplace-page {
  padding-bottom: 90px;
}
.card-flag-img {
  position: static;
   margin-bottom: 10px;
  display: inline-block;
}
.marketplace-featured .cards-u , .marketplace-discover.marketplace-featured .cards-u{
  width: 100%;
  border-radius: 20px 20px 50px 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
  .marketplace-featured.marketplace-discover .cards-u ,.marketplace-discover .cards-u {
    height: 380px;
  }
  .marketplace-modal .marketplace-modal-inner {
   width: 90%;
}
.home .main-sec{
    padding-bottom: 110px;
}
 .home .redirect-btn {
    width: 45px;
    height: 45px;
    border: 3px solid #5D9CD7;
  }
   .home .cards-u {
    height: 310px;
  }
  
  .login-signup-lightbox {
  top: 15%;
  width: 90%;
  left: 5%;
}
.my-account-container {
  max-width: 90%;
  margin: 0px auto;
}
.kai-my-account-page {
  margin: 100px 0px 60px 0px;
}
.kai-manager-header .kai-manager-header-inner .kai-manager-header-right .login-link.logout {
    margin-top: 2px;
}

.kai-manager-header .kai-manager-header-inner .kai-manager-header-right .login-link.logout img {
    width:18px;
}
 .registration-response-page {
  width: 90%;
  margin: 20px auto 60px auto;
}
.resp-login-button {
display:block;
}
}