*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    background: #F8FAFC;
    line-height: 1.6;
}
.square-type-toggle {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.square-type-toggle button.active {
    background-color: #4a6baf;
    color: white;
}
.top_tool_suggestion {
    display: block;
    padding: 10px 0 10px;
    text-align: center;
}
.top_tool_suggestion a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px 5px;
    background: #29e8b2;
    color: #000;
    /* font-weight: bold; */
    font-size: 14px;
    position: relative;
    top: -3px;
}
.exit_link{
    float: right;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 10px 0 0;
    color: #000;
}
.exit_link:hover{
    text-decoration: underline;
}
.dark_mode .exit_link{
    color: #fff;
}
.container{
    width: 100%;
    max-width: 1080px;
    padding: 0 10px 0;
    margin: auto;
    height: auto;
}
.clear{
    clear: both;
}
.nsidebar{
    width: 30%;
    float: right;
    text-align: left;
    padding: 10px 20px 10px;
    overflow: hidden;
}
.popular_tool_sec, .leatest_tool_sec{
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    background: #fff;
}
.popular_tool_sec strong, .leatest_tool_sec strong{
    display: block;
    color: #2c4382;
    padding: 10px;
    font-size: 18px;
    position: relative;
}
.popular_tool_sec strong::after, .leatest_tool_sec strong::after{
    display: inline-block;
    content: '';
    width: 50%;
    height: 2px;
    background: #f4f716;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.popular_tool, .leatest_tool{
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #555;
    border-bottom: 1px solid #d6d6d6;
}
.popular_tool:hover, .leatest_tool:hover{
    background:#f4f716;
    color: #000;
}
.plpages_sec, .plblog_sec {
    display: block;
    padding: 30px 0 30px;
}
.plpages_sec h1, .plblog_sec h1 {
    display: block;
    position: relative;
    padding: 0 15px 0;
    margin: 10px 0 10px;
    font-weight: 600;
    font-size: 28px;
}
.plpages_sec p, .plblog_sec p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #555;
}
.plblog_sec table{
    width: 100%;
    max-width: 500px;
}
.plblog_sec table td, .plblog_sec table th{
    border: 1px solid #000;
    padding: 10px;
}
.plpost_wrapper {
    display: block;
    padding: 20px 0 20px;
    text-align: center;
}
.pl_post{
    display: inline-block;
    width: 300px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #29e8b2;
    background: #fff;
    text-decoration: none;
    margin: 10px;
    color: #000;
}
.dark_mode .pl_post {
    border: 1px solid #000;
    background-color: #141c23;
}
.dark_mode .pl_post strong{
    color: #fff ;
}
.dark_mode .pl_post:hover{
    background: #141c23;
    color: #fff;
}
.pl_post:hover {
    background: #29e8b2;
    color: #fff;
}
.pl_post strong {
     font-size: 18px; 
    font-weight: 600;
}

.translation_box {
    display: block;
    padding: 20px 10px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #00464;
    margin: 10px 0 10px 0;
}
.textbtn-light{
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px 5px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    border: 2px solid #02a2e6;
    background-color: #fff;
    margin: 0;
    color: #02a2e6;
    font-weight: 600;
    text-align: center;
    line-height: 21px;
}
.textbtn-light:hover{
    background-color: #02a2e6;
    /*border: 1px solid rgb(180,214,247);*/
    color: #fff;
    transition: .3s;
}
.textbtn-solid{
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px 5px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    border: 2px solid #02a2e6;
    background-color: #02a2e6;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 21px;
}
.textbtn-solid:hover{
    background-color: #fff;
    color: #02a2e6;
    transition: .3s;
}
.dark_mode{
    transition: 0.3s !important;
    background-color: #1A252F;
    color: #fff;
}
.piglatin_mode{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: right;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 16px;
}
.piglatin_mode_day{
    transition: 0.3s;
    background-image: url('images/day_mode.png');

}
.piglatin_mode_night{
    transition: 0.3s;
    background-image: url('images/night_mode.png');
}
.dark_mode .header {
    border-bottom: 1px solid #000;
    background: #1A252F;
    box-shadow: 0 0 5px #fff;
}
.dark_mode .header h4{
    color: #fff;
}
.header{
    display:block;
    width: 100%;
    border-bottom: 1px solid #3380ff;
    height: 50px;
    background: #1E293B;
}
.header-left{
    width: auto; 
    float: left;
}
.header-left a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 30px;
    font-weight: 600;
}
.plbtn_wrapper{
    display: block;
    padding: 10px 0 10px;
}
.header-left a strong{
    color: #29e8b2;
}
.fold_menu_btn{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../assets/images/bars.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    margin: 19px 10px 0 0;
    cursor: pointer;
}
.fold_menu{
    display: none;
    position: absolute;
    width: 250px;
    top: 0;
    right: 0;
    background: #fff;
    padding: 25px;
    transition: 0.3s;
    z-index: 1;
}
.fold_menu ul{
    list-style: none;
}
.fold_menu ul li{
    display: block;
}
.fold_menu ul a{
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #004641;
}
.fold_menu ul a:hover{
    text-decoration: underline;
}

.fold_menu_close{
    display: inline-block;
    float: right;
    margin: 5px;
    padding: 3px 10px 3px;
    color: #fff;
    background: #db2a16;
    border-radius: 50%;
    cursor: pointer;
}

.fill-menu{
    background: #29b3b3;
    color: #000 !important;
    padding: 3px 10px 3px;
    border-radius: 25px;
    border: 2px solid #29b3b3;
    font-weight: 600;
}

.homapege_sec{
    top: 0;
    width: 100%;
    padding: 50px 0 50px;
    background: #7cecc3;
    color: #222;
}
.homepage_content{
    width: 100%;
    padding: 0 0 50px;
}

.dark_mode .homapege_sec{
    background: #273744;
    border: 1px solid #000;
}
.homapege_sec h1{
    display: block;
    padding: 0 10px 0;
    position: relative;
    font-size: 30px;
    color: #000;
}
.homapege_sec h1::before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #f4f716;
}
.homapege_sec p{
    font-size: 16px;
    display: block;
    padding: 10px;
    width: 100%;
    max-width: 500px;
    line-height: 26px;
    color: #333;
}
.homapege_sec p a{
    color: #1E293B;
    font-weight: bold;
}
/*blog*/
.blog_sec{
    top: 0;
    width: 100%;
    padding: 50px 0 50px;
    background: #2c4382;
    color: #fff;
}
.blog_sec h1{
    display: block;
    padding: 0 10px 0;
    position: relative;
    font-size: 30px;
}
.blog_sec h1::before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #f4f716;
}
.blog_sec p{
    font-size: 16px;
    display: block;
    padding: 10px;
    width: 100%;
    max-width: 500px;
    line-height: 26px;
}
.blog_sec p a{
    color: #29e8b2;
}
.blog_posts_sec{
    display: block;
    padding: 20px 0 20px;
}
.browse_link{
    display: inline-table;
    padding: 5px;
    margin: 5px;
    border: 2px solid #2c4382;
    color: #2c4382 !important;
    text-decoration: none !important;
    width: 100%;
    max-width: 240px;
    height: 37px;
    font-weight: bold;
    font-size: 13px;
}
.browse_link:hover{
    background: #2c4382;
    color: #fff !important;
}

.main-template{
    width: 100%;
    padding: 15px 0;
    display: inline-block;
}
.heading{
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
}
.heading h1{
    font-size: 40px;
    margin: 0;
    padding: 8px 0;
}
.heading p{
    font-size: 20px;
    margin: 0;
    padding: 8px 0;
}
.main-piglatin-template{
    width: 100%;
    padding: 20px 0;
}
.main-piglatin-title{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.main-piglatin-title h1{
    font-size: 30px;
    margin: 0;
    padding: 10px;
}
.main-piglatin-title h1 small{
    font-size: 13px;
    display: block;
    margin: 5px 0;
}
.main-piglatin-title p{
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.dark_mode .main-piglatin-title p{
    color: #777;
}
.main-piglatin-wrapper{
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px;
    box-shadow: 0 0 5px #666;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 6px 8px 42px 1px rgba(0,0,0,0.15);
}
.main-piglatin-box{
    text-align: center;
}
.main-piglatin-box textarea{
    width: 49%;
    height: 180px;
    padding: 20px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    outline: none;
    resize: none;
}
.dark_mode .inputText_piglatin, .dark_mode .outputText_piglatin{
    background-color: #273744;
    border: 1px solid #777;
    color: #fff;
}

.main-piglatin-btns{
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    margin-top: 20px;
}
.piglatin_result{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #94ffb0;
    background: #94ffb0;
    border-radius: 2px;
    outline: none;
    resize: none;
}

/*footer start*/
.footer{
    width: 100%;
    background-color: #1E293B;
    margin: 0;
    padding: 20px 0px;
    color: #666;
}
.dark_mode .footer{
    display: inline-block;
    background-color: #141c23;
}
.footer h4{
    font-size: 22px;
    display: block;
    padding: 10px 0 20px;
}
.footer .social_links a{
    color: #FF7919;
    display: inline-block;
    margin-right: 10px;
}
.footer .footer-col40{
    width: 100%;
    padding: 10px 20px 10px;
    margin: 0 auto;
    text-align: center;
}
.footer .footer-col20{
    display: inline-block;
    width: 27%;
    padding: 10px 20px 10px;
    float: right;
}
.footer h5{
    margin: 0;
    padding: 10px 0 20px;
    font-size: 18px;
    color: #555;
}
.dark_mode .footer h5{
    color: #fff;
}
.footer p{
    border-bottom: : 1px solid #d6d6d6;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #f6f6f6;
}
.footer strong{
    color: #d6d6d6;
}
.dark_mode .footer p, .dark_mode .footer strong{
    color: #ccc;
}
.footer a{
    text-decoration: none;
    color: #0587fa;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul li{
    display: inline-block;
}
.footer ul li a{
    text-decoration: none;
    color: #29b3b3;
    display: inline-block;
    margin: 10px;
}
.footer ul li a:hover{
    text-decoration: underline;
}

.suggestsec{
    width: 100%;
    padding: 30px 0 30px;
    background: #fff;
}
.suggestsec h3{
    color: #444;
    font-size: 22px;
    margin-bottom: 15px;
}
.suggest_link{
    display: inline-grid;
    padding: 5px;
    text-decoration: none;
    color: #29b3b3;
    width: 250px;
    font-size: 14px;
}
.suggest_link:hover{
    text-decoration: underline;
}
/*footer end*/

/*Name generator*/
.name_generator_sec{
    text-align: center;
}
.english_name_input{
    width: 100%;
    max-width: 350px;
    height: 40px;
    text-indent: 10px;
    font-weight: 400;
    color: #000;
}
#country-select{
    width: 100%;
    max-width: 350px;
    height: 40px;
    text-indent: 10px;
    font-weight: 400;
    color: #000;
}
.generate_name, .converte_country{
    padding: 10px 20px 10px;
    font-weight: 600;
    background: #29b3b3;
    border: 2px solid #29b3b3;
    color: #000;
    margin-top: 10px;
}
.generate_name:hover, .converte_country:hover{
    background: none;
    color: #29b3b3;
    cursor: pointer;
}
.name_gen_result, .country_name_result{
    display: inline-block;
    padding: 20px;
    width: 98%;
    max-width: 300px;
    background: #d0faca;
    border: 1px solid #17ba00;
    margin-top: 20px;
    font-size: 14px;
}

/*about content start*/
.content{
    width: 100%;
    padding: 30px 0 30px;
    text-align: center;
}

#about{
    width: 100% !important;
    float: left;
    background: #fff;
    border: 1px solid #dad9da;
    padding: 10px 20px 50px;
    margin-top: 10px;
    overflow: hidden;
}
.dark_mode #about,
.dark_mode .main-piglatin-wrapper{
    background: #273744;
    border: 1px solid #000;
}
.about-paragraph{
    float: left;
    text-align: left;
    width: 100%;
    padding-top: 30px;
}
.about-paragraph h3{
    font-size: 15px;
    padding: 7px 0 7px;
}
.about-paragraph h2{
    margin: 20px 0 0;
    font-size: 17px;
}
.about-paragraph li{
    font-size: 15px;
    line-height: 27.8px;
    margin: 5px 15px 10px 15px;

}
.about-paragraph p{
    font-size: 16px;
    color: #40444f;
    line-height: 27.8px;
    margin: 5px 0 10px 0;
}
.dark_mode .about-paragraph p{
    color: #ccc;
}
.about-paragraph a{
    text-decoration: none;
    color: #0004ff;
}
.dark_mode .about-paragraph a{
    color: #9d9fff;
}
.dark_mode .browse_link {
    border: 1px solid #000;
    background-color: #141c23;
    color: #fff !important;
    text-decoration: none !important;
}
.about-paragraph a:hover{
    text-decoration: underline;
}
/*about content end*/


/*bonus pages*/
.plbonus_main{
    display: block;
    padding: 30px 0 30px;
    text-align: left;
}
.plbonus_main .container{
    background: #f6f6f6;
    border: 1px solid #dad9da;
    padding: 20px;
    margin-top: 10px;
}
.plbonus_main h1{
    font-size: 26px;
    font-weight: 600;
}
.plbonus_main p{
    font-weight: 400;
    margin-top: 10px;
    font-size: 18px;
}

.plbonus_table{
    border: 1px solid #ccc;
    width: 100%;
    max-width: 550px;
    margin-top: 20px;
}
.plbonus_table td, .plbonus_table th{
    padding: 10px;
}
.plbonus_table td{
    border-top: 1px solid #ccc;
    background: #fff;
}

/*site pages*/
.plpages_sec, .plblog_sec{
    display: block;
    padding: 30px 0 30px;
}
.plpages_sec .container{
    width: 100%;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #ccc;
}
.plblog_sec .container{
    width: 100%;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #ccc;
}
.dark_mode .plblog_sec .container{
    background: #273744;
    border: 1px solid #000;
}
.dark_mode .plpages_sec p,
.dark_mode .plblog_sec p{
    color: #fff;
}
.plpages_sec h1, .plblog_sec h1{
    display: block;
    position: relative;
    padding: 0 15px 0;
    margin: 10px 0 10px;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
}
.plpages_sec h1::before, .plblog_sec h1::before{
    content: '';
    width: 5px;
    height: 100%;
    background: #f4f716;
    position: absolute;
    left: 0;
    top: 0;
}
.plpages_sec h2, .plblog_sec h2{
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0 5px;
}
.plpages_sec h3, .plblog_sec h3{
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 5px;
}
.plpages_sec p, .plblog_sec p{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.plblog_sec ul, .plblog_sec ol{
    margin: 0 20px 0;
    color: #333;
}
.plblog_sec ul li, .plblog_sec ol li{
    margin: 10px 0 10px;
}
.plpost_wrapper{
    display: block;
    padding: 20px 0 20px;
    text-align: center;
}


/*STANDARD TRANSLATOR DESIGN __END___*/

.translator-template{
    width: 100%;
    padding: 20px 0;
}

.translator-template .translator-title{
    font-size: 30px;
    margin: 0;
    padding: 10px 0 10px;
    display: block;
    text-align: center;
}
.translator-template .translator-title small{
    font-size: 16px;
    display: block;
}
.translator-template .translator-tagline{
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.textarea-wrapper{
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px #dfdddd;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
}
.textarea-wrapper textarea{
    width: 49.5%;
    height: 200px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    outline: none;
    resize: none;
}
.dark_mode .textarea-wrapper textarea, .dark_mode .textarea-wrapper{
    background-color: #273744;
    border: 1px solid #777;
    color: #fff;
}


/*AI TRANSLATOR*/
.ai-translator-template{
    width: 100%;
    padding: 20px 0;
}

.ai-translator-template .translator-title{
    font-size: 30px;
    margin: 0;
    padding: 10px 0 10px;
    display: block;
    text-align: center;
}
.ai-translator-template .translator-tagline{
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.ai-textarea-wrapper{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 5px #dfdddd;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
}
.translator-half-left{
    width: 50%;
    float: left;
    padding: 10px;
}
.translator-half-right{
    width: 50%;
    float: right;
    padding: 10px;
}
.ai-textarea-wrapper textarea{
    width: 100%;
    height: 250px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    outline: none;
    resize: none;
}
.dark_mode .ai-textarea-wrapper textarea, .dark_mode .ai-textarea-wrapper{
    background-color: #273744;
    border: 1px solid #777;
    color: #fff;
}
.ai-translate{
    background-color: #7cecc3;
    border: 2px solid #000;
    border-radius: 30px;
    box-shadow: #000 4px 4px 0 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 18px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

}
/*AI TRANSLATOR*/



.main-fancy-english-btns{
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    margin-top: 20px;
}
.fancy-english_result{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #94ffb0;
    background: #94ffb0;
    border-radius: 2px;
    outline: none;
    resize: none;
}


@media only screen and (max-width: 820px) {
    .textarea-wrapper textarea{
        width: 100%;
        height: 120px;
        margin: 10px 0;
    }
} 

/*STANDARD TRANSLATOR DESIGN __END___*/

@media only screen and (max-width: 980px) {
    #about {
        width: 100%;
    }
    .about-paragraph ul{
        list-style: none;
        padding: 0;
    }
    .footer .footer-col40{
        padding: 10px;
    }
    .footer .footer-col40{
        width: 40%;
    }
}
@media only screen and (max-width: 820px) {
    .main-piglatin-box textarea{
        width: 100%;
        height: 120px;
        margin: 10px 0;
    }
    #about{
        width: 100% !important;
    }
    .nsidebar{
        width: 100%;
    }
    .plblog_sec .container{
        width: 100%;
    }
} 
@media only screen and (max-width: 786px) {

    .textbtn-solid{
        width: 120px;
        margin: 0 5px;
    }.textbtn-light{
        width: 120px;
        margin: 0 5px;
    }
    .footer .footer-col40 {
         width: 98%;
    }
}

@media only screen and (max-width: 680px) {
    .about-paragraph{
        text-align: center;
    }
    #about {
        text-align: center;
    }
    .translator-half-left, .translator-half-right{
        width: 100%;
    }
    .ai-translate{
        padding: 5px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 580px){
    .main-piglatin-box textarea{
        height: 110px;
    }
    .main-piglatin-title h1 {
        font-size: 24px;
        padding: 5px;
    }
    .main-piglatin-title p {
        font-size: 15px;
    }
    .main-piglatin-wrapper {
        padding: 10px;
    }
    .top_tool_suggestion {
        padding: 0;
        font-size: 12px;
    }
    .top_tool_suggestion a {
        font-size: 12px;
    }
    .main-piglatin-box textarea {
        padding: 10px;
        font-size: 13px;
    }
    .content {
        padding: 15px 0 15px;
    }
    .about-paragraph {
        padding-top: 0; 
    }
} 

@media only screen and (max-width: 480px) {
    #about {
        padding: 20px 5px 50px;
    }
}
@media only screen and (max-width: 380px) {
    .textbtn-solid {
    width: 170px;
    margin:5px 0;
    }
    .textbtn-light {
    margin:5px 0;
    }
}