* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: roboto;
    text-decoration: none;
    line-height: 130%;
}
:root {
    --color-darkgray: gray;
    --color-black: #1b212d;
    --font-size-default: 18px;
    --font-size-small: 16px;
    --font-size-xsmall: 14px;
    --font-size-h1: 48px;
    --font-size-h2: 38px;
    --font-size-h3: 28px;
    --font-size-h4: 24px;
    --font-size-h5: 22px;
    --border-radius-large: 12px;
    --border-radius-default: 7px;
    --fontweight-light: 300;
    --fontweight-regular: 500;
    --fontweight-semibold: 600;
    --fontweight-bold: 700;
    --fontweight-black: 900;
    --border-default: 1.8px;
    --border-color: lightgray;
    --border-type: solid;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: var(--color-white);
}
h1 {
    font-size: var(--font-size-h1);
    font-family: ultra, serif !important;
    font-weight: 100;
}
h2 {
    font-size: var(--font-size-h2);
    font-family: ultra, serif !important;
    font-weight: 100;
}
h3 {
    font-size: var(--font-size-h3);
}
h4 {
    font-size: var(--font-size-h4);
}
h5 {
    font-size: var(--font-size-h5);
}
p,
a {
    font-size: var(--font-size-default) !important;
    line-height: 1.3 !important;
    color: #1b212d !important;
}
h1,
h2,
h3,
h4,
h5 {
    color: #18063c !important;
}
button {
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    width: fit-content;
}
.container__fluid {
    width: 100%;
    margin: auto;
    max-width: 1600px;
}
.container {
    max-width: 1280px;
    width: 90% !important;
    margin: auto;
    
}
.fcontainer {
     flex-direction: column;
     max-width: 1280px;
    width: 90% !important;
    margin: auto;
}
nav {
    align-items: center;
    padding: 10px 0;
    border-top: 2px solid #000;
    border-bottom: 3px solid #fff;
    margin-bottom: 0 !important;
}
.menu__icon {
    position: absolute;
    right: 20px;
    top: 50px;
    cursor: pointer;
    display: none;
}
.menu__icon img {
    width: 30px;
    height: 30px;
}
.d-none {
    display: none !important;
}
.nav__wrapper {
    display: flex;
    justify-content: space-between;
}
.nav__links {
    display: flex;
    align-items: center;
    gap: 45px;
}
.nav__links a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav_btn {
    background-color: #fff;
    border-radius: var(--border-radius-default);
    padding: 8px 20px;
    color: #000 !important;
    font-family: sans-serif;
    font-weight: 800;
}
.home__blogs__wrapper,
.contact__wrapper {
    background-image: url(../img/hero-bg.jpg);
    background-size: 100% 500px;
    background-position: top center;
    background-repeat: no-repeat;
}
.contact__form {
    display: grid;
    place-items: center;
    padding-top: 50px;
}
nav {
    background-image: url(../img/aapp1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.header__wrapper {
    background-image: url(../img/aapp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.hero > p {
    max-width: 500px;
    text-align: center;
}
.hero__search__bar {
    background: #fff;
    padding: 2px;
    display: flex;
    min-width: 700px;
    background-color: #fff;
/*    align-items: center;*/
    justify-content: space-between;
    min-height: 65px;
/*    padding-left: 20px;*/
    border: 2px solid var(--color-black);
    border-radius: var(--border-radius-default);
    box-shadow: 4px 4px 0 var(--color-black);
}
.hero__search__bar > img {
    flex: 1;
    max-width: 18px;
}
.hero__search__bar input {
    flex: 3;
    border: none;
    outline: none;
    font-size: var(--font-size-default);
    padding-left: 20px;
}
.hero__search__bar div {
    min-width: 120px;
    min-height: 100%;
}
.hero__search__bar > div {
    border-left: 2px solid #cbcad1;
}
.hero__search__bar div {
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero__search__bar p {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.hero__search__bar p img {
    max-width: 15px;
}
.filtered_by {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    max-width: 50%;
    min-width: 300px;
    flex-wrap: wrap;
    justify-content: center;
}
.filtered_by p {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 4px 15px;
    font-size: var(--font-size-small) !important;
    border-radius: var(--border-radius-default);
}
.select__bar {
    height: fit-content;
    color: var(--color-blue);
    position: relative;
    padding: 0 10px;
    border-radius: 5px;
    z-index: 50;
    width: 100px;
    display: flex;
    justify-content: center;
}
.option__btn {
    width: inherit;
    height: fit-content;
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 10px;
}
.option__btn img {
    width: 12px !important;
    height: auto;
}
.select__bar__options {
    width: 100%;
    left: 0;
    height: 180px;
    display: flex;
    flex-direction: column;
    display: none;
    position: absolute;
    top: 3rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border-radius: var(--border-radius-default);
    z-index: 50 !important;
    overflow-y: scroll;
    color: var(--color-darkblue);
    background-color: #fff;
    overflow-x: hidden;
}
.select__bar__options::-webkit-scrollbar {
    width: 5px;
}
.select__bar__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.select__bar__options::-webkit-scrollbar-thumb {
    background-color: var(--color-black);
}
.select__bar__options div {
    text-align: left;
    height: inherit;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
}
.select__bar__options div:hover {
    background-color: var(--color-gray);
}
.select__bar__options div h5 {
    margin-bottom: 5px;
    font-weight: var(--fontweight-light);
    text-transform: capitalize;
    font-size: 20px;
    color: #464646;
}
.select__bar__options div p {
    color: var(--color-darkgray);
    font-size: var(--font-size-xsmall);
}
.fonts__black__bar {
    margin-top: -10px;
}
.fonts__styles__bar {
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
    align-items: center;
    gap: 50px;
}
.font__bar__marquee {
    background-color: var(--color-black);
}
.fonts__styles__bar span {
    color: #fff !important;
    font-size: var(--font-size-default);
}
.fonts__wrapper {
    margin: 30px auto;
    display: flex;
    gap: 30px;
}
.font__filters {
    flex: 1;
    border: 1.6px var(--color-black) solid;
    background-color: var(--color-white) !important;
}
.font__filter__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.font__filter__menu img {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}
.font__cards {
    flex: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.font__card {
    max-height: 100px;
    flex: 1;
    min-width: 45%;
    position: relative;
    max-width: 50%;
    min-height: 80px;
    display: flex;
    align-items: center;
    border-radius: var(--border-radius-default);
    border: 1.8px solid var(--color-black);
    box-shadow: 3px 3px 0 var(--color-black);
    cursor: pointer;
    transition: 0.3s ease;
}
.font__card input {
    width: 100%;
    font-size: 22px;
    border: none;
    padding-left: 10px;
    outline: none;
    background-color: #fff;
    text-align: center;
    margin: auto;
    padding-top: 5px;
    transition: 0.3s ease;
    cursor: pointer;
}
.font__card > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    background-color: #1b212d;
    height: 60px;
    padding: 5px;
    transition: bottom 0.5s ease;
    position: absolute;
    border-radius: var(--border-radius-default);
    border: 1px solid #708090;
    box-shadow: 2px 2px 0 #708090;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    bottom: 0;
}
.font__card > div > button {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: 0.3s ease;
}
.font__card > div > button:hover {
    transform: translateY(10px);
}
.font__card > div > button img {
    max-width: 15px;
}
.font__card input {
    transition: 2s ease;
}
.font__card:hover input {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-default);
    z-index: 2;
}
.font__card:hover > div {
    bottom: -55px;
    visibility: visible;
    opacity: 1;
    max-height: 60px !important;
    min-height: 60px !important;
}
.tool__tip {
    position: relative;
}
.copy__btn::before {
    content: "Copy";
}
.copied__btn::before {
    content: "Copied";
}
.like__btn::before {
    content: "Like";
}
.liked__btn::before {
    content: "Liked";
}
.unlike__btn::before {
    content: "Unlike";
}
.like__btn::before {
    content: "Like";
}
.download__btn::before {
    content: "Download";
}
.tool__tip::before {
    position: absolute;
    background-color: var(--color-black);
    color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 1px var(--color-black);
    border: 1px solid var(--color-black);
    padding: 3px 8px;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
}
.tool__tip:hover:before {
    top: -25px;
    visibility: visible;
    opacity: 1;
}
.form-check {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
input[type="checkbox"]:checked + label::before {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    background-color: var(--color-black);
    font-family: montserrat;
    border-radius: 2px;
    border: 1px solid rgb(150 150 150/30%);
}
input[type="checkbox"]:checked + label::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yMC4yODUgMmwtMTEuMjg1IDExLjU2Ny01LjI4Ni01LjAxMS0zLjcxNCAzLjcxNiA5IDguNzI4IDE1LTE1LjI4NXoiLz48L3N2Zz4=);
    display: block;
    position: absolute;
    left: 5px;
    top: 4px;
}
.font__filters {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-radius: var(--border-radius-default);
    box-shadow: 4px 4px 1px var(--color-black) !important;
    margin: 5px;
    height: fit-content;
    padding: 10px;
    background: #fff !important;
}
.font__filters > div > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 8px;
}
.font__filters > div > div:nth-child(2) > div {
    min-width: 40%;
    flex: 1;
}
.font__filters > div > div:nth-child(2) > div label {
    font-size: var(--font-size-xsmall);
    margin-left: 5px;
}
.feature {
    margin-top: 120px;
}
.feature h2 {
    position: absolute;
    margin-top: -25px;
    background-color: #fff;
    border: 2px solid;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 30px;
    border-radius: var(--border-radius-default);
    box-shadow: 3px 3px 1px var(--color-black) !important;
}
.feature__cards {
    display: flex;
    background-image: url(../img/section-bg.jpg);
}
.feature__cards > div {
    flex: 1;
    border: 2px solid var(--color-black);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.feature__cards > div h3 {
    margin-top: 15px;
    font-size: var(--font-size-h4);
}
.feature__cards div p {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 5px;
}
.feature__cards > div:nth-child(2) {
    border-left: 0;
    border-right: 0;
}
.feature__cards > div:nth-child(1) {
    border-left: 0;
}
.feature__cards > div:nth-child(3) {
    border-right: 0;
}
.uses {
    margin-top: 80px;
    display: flex;
    gap: 30px;
}
.uses > div {
    flex: 1;
}
.uses > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.uses > div:nth-child(1) p {
    max-width: 90%;
}
.uses > div:nth-child(1) > div {
    display: flex;
    gap: 15px;
    align-items: center;
}
.uses > div:nth-child(1) > div span {
    width: 40px;
    height: 40px;
    border: 2px solid var(--color-black);
    box-shadow: 3px 3px 1px var(--color-black);
    border-radius: var(--border-radius-default);
    font-size: var(--font-size-h3);
    display: grid;
    place-items: center;
    font-weight: 800;
}
.uses > div:nth-child(1) > div h3 {
    font-size: var(--font-size-h4);
}
.uses > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.uses > div:nth-child(2) h3 {
    font-size: var(--font-size-h4);
}
.uses > div:nth-child(2) > div:not(div:nth-child(2)) {
    margin-left: 80px;
}
.uses > div:nth-child(2) > div:nth-child(2) {
    margin-right: 80px;
}
.uses > div:nth-child(2) > div {
    border: 2px solid var(--color-black);
    box-shadow: 3px 3px 1px var(--color-black);
    border-radius: var(--border-radius-default);
    padding: 10px;
}
.uses > div:nth-child(2) > div > div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.uses > div:nth-child(2) > div > div img {
    max-width: 25px;
}
.home__blogs {
    margin-top: 80px;
}
.home__blogs > div:nth-child(1) {
    display: grid;
    place-items: center;
    margin-top: 50px;
}
.home__blogs > div:nth-child(1) p {
    margin: 30px 0;
    margin-top: 10px !important;
    max-width: 400px;
    text-align: center;
}
.blog__cards {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.blog__cards > div {
    flex: 1;
    max-width: 50%;
    min-width: 320px;
    border: 2px solid var(--color-black);
    border-radius: var(--border-radius-default);
    transition: 0.3s ease;
}
.blog__cards > div:hover {
    box-shadow: 4px 4px 1px var(--color-black);
}
.blog__cards > div > div > img {
    width: 100%;
}
.blog__cards > div h3 {
    font-size: var(--font-size-h5);
}
.blog__cards > div > div:nth-child(1) img {
    max-height: 250px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.blog__cards > div > div:nth-child(2) {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog__cards > div > div:nth-child(2) > div {
    display: flex;
    justify-content: space-between;
}
.blog__cards > div > div:nth-child(2) > div p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.faqs {
    margin-top: 80px;
}
.faqs > div:nth-child(1) {
    margin: auto;
    text-align: center;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
.faq__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
    height: fit-content;
}
.d-details {
    width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    height: fit-content !important;
    border-radius: var(--border-default);
    gap: 20px;
}
.tab-control {
    border: 2px solid var(--color-black);
    box-shadow: 4px 4px 1px var(--color-black);
    border-radius: var(--border-radius-default);
    padding: 15px;
}
details[open],
details summary {
    display: block;
}
details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    font-weight: 600;
    font-size: var(--font-size-h4);
    width: inherit;
}
details summary:after {
    content: "›";
    font-size: 2rem;
    transition: 0.3s;
    padding-right: 10px;
    transform: rotate(90deg);
}
details {
    height: 4rem;
    transition: height 0.3s ease;
    display: grid;
    place-items: center;
}
details[open] {
    height: 8rem !important;
    background-color: #f3f5f8;
}
details[open] p {
    padding-top: 10px;
}
details p {
    font-size: var(--font-size-default);
}
details[open] summary:after {
    transform: rotate(-90deg);
}
.footer__line {
    margin-top: 80px;
    width: 100%;
    overflow: hidden;
}
.footer__line img {
    height: 18px;
    width: 100%;
}
footer {
    background-image: url(../img/aapp.jpg);
    background-size: cover;
    position: center;
    background-repeat: no-repeat;
}
footer > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
footer > div:nth-child(1) > div p {
    max-width: 490px;
    text-align: justify!important;
}
footer > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer > div:nth-child(2) {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
    margin-top: 20px;
}
footer > div:nth-child(2) > div {
    display: flex;
    gap: 40px;
    align-items: center;
}
footer > div:nth-child(2) > div > * {
  display: flex;
    align-items: center;
    gap: 8px;
    color: #fff!important;
    font-family: sans-serif;
    font-weight: 600;
}
footer > div:nth-child(3) {
    border-top: 3px solid #ffffff;
    margin-top: 20px;
}
footer > div:nth-child(3) > div {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
footer > div:nth-child(3) > div p {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff!important;
    font-family: sans-serif;
}
.contact__form h1 {
    font-weight: 100;
}
.contact__form > p {
    max-width: 600px;
    text-align: center;
    margin-top: 10px;
}
.contact__wrapper form {
    margin-top: 10px;
    width: 50%;
    max-width: 700px !important;
    min-width: 300px;
    border: 2px var(--color-black) solid;
    padding: 20px 30px;
    border-radius: var(--border-radius-default);
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 4px 4px 1px var(--color-black);
}
.contact__wrapper form > div {
    margin-top: 20px;
}
.contact__wrapper form > div label {
    font-weight: 500;
}
.contact__wrapper form input,
.contact__wrapper form textarea {
    border: 1.6px solid var(--color-black);
    padding: 15px 10px;
    border-radius: var(--border-radius-default);
    width: 100%;
    font-size: var(--font-size-default);
    margin-top: 8px;
}
.contact__wrapper form input::placeholder,
.contact__wrapper form textarea::placeholder {
    color: #b8bacc;
}
.contact__wrapper form input {
    width: 100%;
}
.contact__wrapper form button {
    background-color: var(--color-black);
    color: #fff !important;
    border-radius: var(--border-radius-default);
    padding: 12px 80px;
    font-size: var(--font-size-default);
    margin: auto;
    margin-top: 20px;
}
.contact__info {
    margin-top: 50px !important;
    max-width: 60%;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact__info > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    border: 2px solid var(--color-black);
    border-radius: var(--border-radius-default);
    box-shadow: 4px 4px 1px var(--color-black);
    justify-content: space-between;
}
.contact__info > div h4 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.contact__info > div h5 {
    margin-top: 20px;
}
.blog__page__blogs .section__header {
    margin: auto;
    width: fit-content;
    text-align: center;
    padding-top: 50px;
}
.blog__page__blogs > div:nth-child(2) {
    display: flex !important;
    gap: 30px;
}
.blog__page__blogs > div:nth-child(2) > div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.blog__page__blogs > div:nth-child(2) a {
    margin: 0 !important;
}
.blog__page__blogs .section__header {
    margin-bottom: 30px;
}
.blog__page__blogs > div:nth-child(2) > div:nth-child(1) {
    border-radius: var(--border-radius-large);
}
.blog__page__blogs > div:nth-child(2) > div {
    flex: 1 !important;
}
.blog__h__card {
    flex-direction: column !important;
    height: 100% !important;
    border-radius: var(--border-radius-large);
    width: 100%;
    overflow: hidden;
    margin: 0 !important;
    transition: 0.3s ease;
    border: 2px solid var(--color-black);
}
.blog__h__card:hover {
    box-shadow: 4px 4px 1px var(--color-black);
}
.blog__h__card > div:nth-child(1) {
    width: 100%;
    display: flex !important;
}
.blog__h__card > div > img {
    max-height: 300px;
    height: 100%;
    width: 100% !important;
    min-width: 100% !important;
    object-fit: cover !important;
    object-position: top !important;
}
.blogs__blog__cards {
    margin: 50px auto;
}
.blogs__blog__cards h2 {
    margin-bottom: 20px;
    text-align: center;
}
.blog__card {
    display: flex !important;
    background-color: #f6f6f6;
    border-radius: var(--border-radius-large);
    align-items: center !important;
    border: 2px solid var(--color-black);
    min-width: 500px;
    margin: 10px;
    min-height: 300px !important;
    overflow: hidden;
    transition: 0.3s ease;
}
.blog__card:hover {
    box-shadow: 4px 4px 1px var(--color-black);
}
.blog__card > div {
    flex: 1 !important;
    height: 300px !important;
}
.blog__card > div:nth-child(1) {
    display: flex;
}
.blog__card > div:nth-child(1) > img {
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    object-position: top;
}
.blog__card > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: inherit;
}
.blog__card > div:nth-child(2) div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog__card > div:nth-child(2) h4 {
    color: var(--color-gray);
    margin-bottom: 10px;
    transition: 0.3s ease;
}
.blog__card > div:nth-child(2) p {
    color: var(--color-gray);
}
.blog__card > div:nth-child(2) div img {
    width: 30px;
}
.blog__card > div:nth-child(2) div p {
    color: var(--color-gray);
}
.blog__card:hover h4 {
    color: var(--color-purple) !important;
}
.blog__card div div img {
    width: 18px !important;
}
.single__blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    max-width: 1080px;
    gap: 50px;
}
.single__blog > img {
    max-width: 700px;
    min-width: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius-large);
}
.single__blog > div > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: cn;
    justify-content: space-between !important;
}
.single__blog div {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width: 1024px) {
    .container {
        max-width: 90% !important;
    }
    .blog__cards {
        justify-content: center;
    }
    .d-details details {
        height: 6rem !important;
    }
    details[open] {
        height: 12rem !important;
    }
    .blog__page__blogs > div:nth-child(2) {
        flex-direction: column;
        min-width: auto !important;
        align-items: center;
    }
    .blog__page__blogs .blog__card {
        flex-direction: column;
        min-width: auto;
    }
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: var(--font-size-h2) !important;
    }
    h2 {
        font-size: var(--font-size-h3) !important;
        text-align: center;
    }
    h3 {
        font-size: var(--font-size-h4) !important;
    }
    .nav__links {
        display: none;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease;
    }
    .nav_responsive {
        display: flex;
        flex-direction: column !important;
    }
    .nav_responsive .nav__links {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        margin-top: 21px;
        transition: 0.5s ease;
        visibility: visible;
        opacity: 1;
    }
    .menu__icon {
        display: block;
    }
    .hero__search__bar {
        max-width: 90% !important;
        min-width: auto !important;
    }
    .hero > h1,
    .hero > p {
        text-align: center;
    }
    .hero > p {
        max-width: 90%;
        margin-bottom: 10px;
    }
    .hero {
        justify-content: flex-start;
        padding: 50px 0;
        min-height: fit-content;
    }
    .filtered_by {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fonts__wrapper {
        flex-direction: column-reverse;
    }
    .font__filters {
        position: relative;
    }
    .font__card {
        min-width: 100%;
        width: 100%;
        max-width: auto;
    }
    .feature__cards {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .feature__cards > div:nth-child(1) {
        padding-top: 120px;
    }
    .feature__cards > div {
        border-left: 0 !important;
        border-right: 0 !important;
        min-height: fit-content;
        padding: 40px 0;
    }
    .uses {
        flex-direction: column;
    }
    .uses > div:nth-child(2) div {
        margin: auto !important;
    }
    footer > div:nth-child(2) > div {
        flex-wrap: wrap;
        gap: 20px !important;
        justify-content: center;
    }
    footer > div:nth-child(2) > div:has(img) {
        margin-bottom: 20px;
    }
    footer > div:nth-child(1) {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer > div:nth-child(1) > div:nth-child(2) {
        flex-direction: row;
        gap: 20px;
        margin-top: 20px;
    }
    footer > div:nth-child(3) > div {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px;
    }
    .hero__search__bar {
/*            min-width: auto;*/
    /* display: grid !important; */
/*    grid-template-columns: 0.4fr 2.5fr 1fr !important;*/
    /* padding-left: 10px !important; */
    width: 80%;
    }
    .hero__search__bar * {
        min-width: fit-content !important;
        width: fit-content !important;
        padding: 0 !important;
    }
    .select__bar {
        padding-left: 14px !important;
    }
    .select__bar img {
        width: 1px !important;
        height: 5px !important;
    }
    .select__bar__options {
        min-width: 70px !important;
    }
    .select__bar__options div {
        display: flex;
        justify-content: center;
        width: 100% !important;
    }
}
@media only screen and (max-width: 450px) {
}
