*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    line-height: 25px;
    background: #F9FAFB;
}
.clear{
    clear: both;
}
.site-logo{
    display: inline-block;
    margin-top: 15px;
}
.container{
    width: 100%;
    max-width: 1170px;
    margin: auto;
}
.header{
    width: 100%;
    height: 50px;
    background: #fff;
}
.homepage_sec{
    width: 100%;
    padding: 50px 0 50px;
    text-align: center;
}
.homepage_sec h1{
    font-weight: 700;
    text-align: center;
    color: #222;
    font-size: 32px;
}
.homepage_sec p{
    font-weight: 500;
    color: #888;
    text-align: center;
    margin: 10px 0 10px;
    font-size: 18px;
}


/*prompt generator css*/
.prompt-generator{
    display: inline-block;
    width: 95%;
    max-width: 650px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px #dfdddd;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    margin-top: 20px;
}
.prompt-generator .row{
    width: 100%;
    padding: 5px 0 5px;
}
.prompt-generator label{
    display: block;
    font-weight: 700;
    text-align: left;
    color:#222;
    font-size: 18px;
    margin: 20px 0 10px;
}
.prompt-generator #topic{
    min-width: 100%;
    max-width: 100%;
    min-height: 250px;
    max-height: 500px;
    border: 1px solid #d6d6d6;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}
.prompt-generator #topic:focus{
    background: #fff;
}
.prompt-generator select{
    width: 100%;
    height: 40px;
    font-size: 16px;
}
.prompt-generator .advance_setting{
    display: none;
}
.prompt-generator .open_advance{
    cursor: pointer;
}

.prompt-generator #extra_instructions{
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 350px;
    border: 1px solid #d6d6d6;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.generate_prompt{
    background: #4f46e5;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    font-weight: 700;
}
#prompt_result{
    display: none;
    padding: 10px;
}
#prompt_result{
    width: 100%;
    padding: 20px 0 20px;
}
#prompt_result h4{
    font-size: 22px;
    text-align: left;
    color: #222;
}
#prompt_result p{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: left;
    margin: 10px 0 10px;
}
#prompt_result button{
    display: inline-block;
    padding: 5px 10px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #4cbf51;
    background: #4cbf51;
    float: left;
    cursor: pointer;
}
#prompt_result button:hover{
    background: none;
    color: #4cbf51;
}
/*prompt generator css*/

.all_tools_section{
    width: 100%;
    padding: 50px 0 50px;
}
.all_tools_section h2{
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}
.tool_item{
    display: inline-table;
    padding: 20px;
    border: 1px solid #d6d6d6;
    background: #fff;
    width: 350px;
/*    height: 150px;*/
    text-align: center;
    margin: 5px;
    text-decoration: none;
}
.tool_item:hover{
    background: #4f46e5;
}
.tool_item:hover strong, .tool_item:hover span{
    color: #fff;
}
.tool_item strong{
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-top: 10px;
}
.tool_item span{
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-top: 10px;
}


/*tool section*/
.tool_sec{
    width: 100%;
    padding: 50px 0 50px;
    text-align: center;
}
.tool_sec .tool-heading{
    font-weight: 700;
    text-align: center;
    color: #222;
    font-size: 32px;
}
.tool_sec .tool-tagline{
    font-weight: 500;
    color: #888;
    text-align: center;
    margin: 10px 0 10px;
    font-size: 18px;
}
.tool_submit_btn{
    background: #4f46e5;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    font-weight: 700;
}
.tool-box{
    display: inline-block;
    width: 95%;
    max-width: 650px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px #dfdddd;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}
.tool-box .row{
    width: 100%;
    padding: 5px 0 5px;
}
.tool-box label{
    display: block;
    font-weight: 700;
    text-align: left;
    color:#222;
    font-size: 18px;
    margin: 20px 0 10px;
}
.tool-box .tool-main-input{
    min-width: 100%;
    max-width: 100%;
    min-height: 250px;
    max-height: 500px;
    border: 1px solid #d6d6d6;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}
.tool-box .tool-main-input:focus{
    background: #fff;
}

#tool_result{
    display: none;
    width: 100%;
    padding: 20px 0 20px;
}
#tool_result h4{
    font-size: 22px;
    text-align: left;
    color: #222;
}
#tool_result p{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: left;
    margin: 10px 0 10px;
}
#tool_result .copy_result{
    display: inline-block;
    padding: 5px 10px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #4cbf51;
    background: #4cbf51;
    float: left;
    cursor: pointer;
}
#tool_result .copy_result:hover{
    background: none;
    color: #4cbf51;
}
/*tool section*/


/*//content design*/
.content{
    width: 100%;
    padding: 50px 0 50px;
}
.content .container{
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 10px;
}
.content h2{
    font-size: 28px;
    font-weight: 800;
    color: #222;
    margin-top: 30px;
}
.content h3{
    font-size: 22px;
    font-weight: 600;
    color: #444;
    margin-top: 15px;
}
.content p{
    font-size: 18px;
    color: #888;
    font-weight: 500;
    margin-top: 10px;
}
.content ul, .content ol{
    padding: 10px 20px 10px;
    color: #888;
    line-height: 150%;
}
.content a{
    text-decoration: none;
    color: #4f46e5;
    font-weight: 700;
}




/*footer*/
.footer{
    width: 100%;
    padding: 30px 0 30px;
    background: #111827;
    color: #9ca3af;
    text-align: center;
}
.footer-logo{
    display: inline-block;
    background: #9ca3af;
    padding: 10px 10px 1px;
    margin-bottom: 20px;
}
.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.footer-menu li{
    display: inline-block;
    margin: 0 10px 0;
}
.footer-menu li a{
    text-decoration: none;
    color: #9ca3af;
}
.footer-menu li a:hover{
    color: #e4e6eb;
}




/* Responsive Styles */
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
  .tool_item {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .homepage_sec h1,
  .tool_sec .tool-heading {
    font-size: 26px;
  }

  .homepage_sec p,
  .tool_sec .tool-tagline,
  .content p {
    font-size: 16px;
  }

  .tool_item {
    width: 100%;
    margin: 10px 0;
  }

  .prompt-generator,
  .tool-box {
    width: 100%;
    padding: 10px;
  }

  .tool-box .tool-main-input,
  .prompt-generator #topic,
  .prompt-generator #extra_instructions {
    min-height: 200px;
  }

  #prompt_result p,
  #tool_result p {
    font-size: 16px;
  }

  .tool_submit_btn,
  .generate_prompt {
    font-size: 16px;
  }

  .footer-menu li {
    display: block;
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .homepage_sec h1,
  .tool_sec .tool-heading {
    font-size: 22px;
  }

  .tool-box .tool-main-input,
  .prompt-generator #topic,
  .prompt-generator #extra_instructions {
    font-size: 14px;
    min-height: 150px;
  }

  .prompt-generator label,
  .tool-box label {
    font-size: 16px;
  }

  .tool_submit_btn,
  .generate_prompt {
    padding: 8px;
    font-size: 15px;
  }

  .footer {
    font-size: 14px;
  }

  .tool_item strong {
    font-size: 20px;
  }

  .tool_item span {
    font-size: 13px;
  }

  .content h2 {
    font-size: 22px;
  }

  .content h3 {
    font-size: 18px;
  }

  .content p {
    font-size: 16px;
  }
}
