@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Saira", sans-serif;
}
.logo {
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
}
header {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}
header ul {
    display: flex;
    justify-content: center;
    text-align: center;
}
header ul li {
    list-style: none;
}
header ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 17px;
    margin: 30px;
    font-weight: 500;
}
header ul li a:hover {
    color: #ace60d;
    transition: 0.3s;
}
header .menu {
    font-size: 30px;
    display: none;
}
#check1 {
    display: none;
}
.submit-tool-btn a {
    background-color: #ace60d;
    border-radius: 20px;
    padding: 7px 18px;
    color: rgb(0, 0, 0);
    font-size: 11pt;
    font-weight: 500;
}
.submit-tool-btn a:hover {
    color: #000000;
    background-color: #ffffff;
}
.container1 {
    width: 100%;
    height:55vh;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.seo-header {
    width: 80%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.seo-header h1 {
    font-size: 50pt;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 80px;
}
.product-list-container {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-bottom: 50px;
    display: flex;
}
span{
    color: #ffffff;
}
.product-list { 
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
}

.product {
    margin: 20px;
    width: 520px;
    height: auto;
    background-color: #1d1c1c;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-width: 0px;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}
.product img {
    width: 100%;
    border-radius: 10px;
}
.product h3 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 16pt;
}
.product p {
    color: rgb(209, 200, 200);
    font-weight: 400;
    padding-top: 5px;
    padding-left: 15px;
}
.product .pricing {
    color: #ace60d;
    padding-top: 5px;
    font-weight: 400;
}

.product:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.5s;
}
.main-container {
    width: 100%;
    height: 50vh;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}
.search-box {
    width: 100%;
    height: 50vh;
    background-image: url(https://images.unsplash.com/photo-1659772846955-456debf2737f?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    align-items: center;
    object-fit: cover;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}
#search-input {
    width: 30%;
    height: 45px;
    padding: 20px;
    font-size: 16px;
    border-radius: 15px;
    border-width: 0px;
}

#search-button {
    padding: 8px 20px;
    font-size: 12pt;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #000000;
    border-radius: 15px;
    font-weight: 500;
    margin: 10px;
    border: none;
    cursor: pointer;
}

#search-button:hover {
    background-color: #ace60d;
    color: rgb(0, 0, 0);
}
.pagination {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .pagination a {
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #1d1c1c;
    margin: 5px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
  }
  
  .pagination a:hover {
    color: #ace60d;
  }
  
  .pagination .active {
    font-weight: bold;
    color: #ace60d;
  }
  .about-ai-container {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
  }
  .about-ai-frame {
    width: 50%;
    height: auto;
    background-color: #1d1c1c;
    flex-wrap: wrap;
  }
  .about-ai-frame h2 {
    margin: 20px;
    font-size: 30pt;
    color: #ace60d;
    font-weight: 500;
    padding-left: 10px;
  }
  .about-ai-frame p {
    margin: 30px;
    padding-left: 10px;
    color: rgb(209, 200, 200);
    font-size: 13pt;
  }
  .about-ai-frame h3 {
    color: white;
    margin: 20px;
    padding-left: 10px;
    font-size: 20pt;
    font-weight: 500;
  }
  .faq-container {
    width: 100%;
    height: auto;
    background-color: #1d1c1c;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 5px;
  }
  .faq-frame {
    width: 50%;
    height: auto;
    background-color: #000000;
    flex-wrap: wrap;
  }
  .faq-frame h2 {
    margin: 20px;
    font-size: 30pt;
    color: #ace60d;
    font-weight: 500;
    padding-left: 10px;
  }
  .faq-frame p {
    margin: 30px;
    padding-left: 10px;
    color: rgb(209, 200, 200);
    font-size: 13pt;
  }
  .faq-frame h3 {
    color: white;
    margin: 20px;
    padding-left: 10px;
    font-size: 18pt;
    font-weight: 500;
  }
  .footer-container {
    width: 100%;
    height: auto;
    background-color: #1d1c1c;
    align-items: center;
    margin-top: 100px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.copyright {
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.copyright p {
    color: rgb(171, 165, 165);
    font-weight: 400;
    text-align: center;
    font-family: inter;
    font-size: 10pt;
}
.copyright p a {
    color: rgb(171, 165, 165);
    text-decoration: none;
    font-family: inter;
}

/* Responsive CSS */

@media (max-width:2100px) {
    .seo-header {
        width: 80%;
        padding-bottom: 30px;
    }
    .seo-header h1 {
        font-size: 40pt;
        line-height: 70px;
    }
    .product-list { 
        width: 75%;
    }
    .product {
        margin: 20px;
        width: 400px;
    }
}
@media (max-width:1759px) {
    .seo-header {
        width: 80%;
        padding-bottom: 30px;
    }
    .product-list { 
        width: 75%;
    }
    .product {
        margin: 20px;
        width: 350px;
    }
}
@media (max-width:1559px) {
    .seo-header {
        width: 80%;
        padding-bottom: 30px;
    }
    .product {
        margin: 20px;
        width: 300px;
    }
}
@media (max-width:1450px) {
    .seo-header {
        width: 80%;
        padding-bottom: 20px;
    }
    .seo-header h1 {
        font-size: 30pt;
        line-height: 50px;
    }
    .product {
        margin: 20px;
        width: 240px;
    }
    .product h3 {
        font-size: 12pt;
    }
    .product p {
        font-size: 11pt;
    }
    .product .pricing {
        font-size: 10pt;
    }
}
@media (max-width:1159px) {
    .seo-header {
        width: 80%;
        padding-bottom: 20px;
    }
    .seo-header h1 {
        font-size: 30pt;
        line-height: 50px;
    }
    .product {
        margin: 20px;
        width: 250px;
    }
    .product h3 {
        font-size: 12pt;
    }
    .product p {
        font-size: 11pt;
    }
    .product .pricing {
        font-size: 10pt;
    }
    #search-input {
        width: 49%;
        height: 43px;
        font-size: 10pt;
        margin: 0px;
    }
    #search-button {
        padding: 9px 20px;
        font-size: 15px;
    }
    .about-ai-frame {
        width: 80%;
    }
    .faq-frame {
        width: 80%;
      }
}
@media (max-width:1000px) {
    header {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        justify-content: center;
        z-index: 2;
    }
header ul {
        position: fixed;
        top: 70px;
        right: -100%;
        background: #1d1c1c;
        width: 100%;
        height: 100%;
        flex-direction: column;
        transition: right 0.5s linear;
        z-index: 2;
    }
    header ul li a {
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-size: 17px;
        padding: 30px;
        line-height: 70px;
        z-index: 2;
    }
    #check1 {
        display: none;
    }
    header .menu {
        font-size: 25px;
        display: block;
        width: 100px;
        text-align: right;
       margin: 10px;
        color: #ffffff;
        margin-left: 20%;

    }
    .main-container {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
    }
    .logo {
        margin: 0px;
        z-index: 1;
    }
    #check1:checked ~ ul {
        right: 0;
    }
    .main-text-header h1 {
        font-size: 40pt;
    }
    .product-list { 
        width: 75%;
        margin-top: 0px;
    }
    #search-input {
        width: 50%;
        height: 40px;
        font-size: 10pt;
        margin: 0px;
    }
    #search-button {
        padding: 8px 20px;
        font-size: 15px;
    }
    .product {
        margin: 20px;
        width: 250px;
    }
    .seo-header h1 {
        font-size: 25pt;
        line-height: 50px;
    }
    .pagination a {
        padding: 8px 13px;
        font-size: 15px;
      }
}
@media (max-width:800px) {
    .main-container {
        width: 100%;
        height: auto;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
    }
    .logo {
        margin: 0px;
        z-index: 1;
    }
    #check1:checked ~ ul {
        right: 0;
    }
    .main-text-header h1 {
        font-size: 40pt;
    }
    .product-list { 
        width: 100%;
        margin-top: 0px;
    }
    #search-input {
        width: 60%;
        height: 40px;
        font-size: 10pt;
        margin: 0px;
    }
    #search-button {
        padding: 8px 20px;
        font-size: 15px;
    }
    .product {
        margin: 20px;
        width: 95%;
    }
    .seo-header h1 {
        font-size: 25pt;
        line-height: 50px;
    }
    .pagination a {
        padding: 8px 13px;
        font-size: 15px;
      }
}
@media (max-width:450px) {
    .seo-header h1 {
        font-size: 20pt;
        line-height: 40px;
    }
    #search-input {
        width: 90%;
        height: 40px;
        font-size: 10pt;
        margin: 0px;
    }
    #search-button {
        padding: 7px 20px;
        font-size: 15px;
    }
    .about-ai-frame {
        width: 90%;
    }
    .about-ai-frame h3 {
    font-size: 15pt;
    }
    .about-ai-frame h2 {
        font-size: 20pt;
        }
    .faq-frame {
        width: 90%;
      }
      .faq-frame h2 {
        font-size: 20pt;
      }
      .faq-frame h3 {
        font-size: 15pt;
      }
}