/* #Primary
================================================== */
:root {
    --color-primary-bg: #000000;
    --color-primary: #2e4dfe;
    --color-primary-light: #2e4dfe;
    --color-sub: #919191;
    --color-box: #ffffff;
    --color-grey: #919191;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-text: #ddd;
    --color-primary-gradient: linear-gradient(95.49deg, #2e4dfe 17.66%, #2e4dfe 100%);
    --color-primary-gradient-light: linear-gradient(95.49deg, #2e4dfe 17.66%, #2e4dfe 100%);
    /* --color-primary-gradient-light: linear-gradient(95.49deg, #5959dd 17.66%, #bd6aca 100%); */
}

body {
    /* font-family: 'Inter' !important; */
    font-family: 'mulish' !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /* color: var(--color-text); */
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    /* background-color: var(--color-primary-bg); */
    overflow-x: hidden;
    transition: all 200ms linear;
    top: 0 !important;
}

::selection {
    color: var(--color-black);
    background-color: var(--color-primary);
}

::-moz-selection {
    color: var(--color-black);
    background-color: var(--color-primary);
}

a {
    color: var(--color-primary-light);
    /* font-weight: 500; */
}

a:hover {
    text-decoration: none !important;
    color: var(--color-primary-light);
}

.small,
small {
    font-size: 14px;
    font-weight: 400;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

b,
strong {
    color: var(--color-black);
}

.row-container {
    margin: auto;
    max-width: 90%;
    position: relative;
    width: 950px;
}

.capitalize {
    text-transform: capitalize;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header-fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111111111 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgb(143 104 206 / 16%);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: white;
}

.navbar-bars {
    color: var(--color-black);
    font-size: 30px;
}

.start-header.scroll-on .navbar-brand img {
    height: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    /* z-index: 1111111 !important;
    position: sticky; */
    width: 100%;
    /* top: 0;
    left: 0; */
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* background: #020305; */
    background: transparent;
    padding: 10px 0;
    /* box-shadow: -1px -1px 10px 5px #49505782; */
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 50px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1.5px solid var(--color-black);
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: var(--color-black);
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: var(--color-black) !important;
    font-weight: 500;
    transition: all 200ms linear;
    display: flex !important;
    align-items: center;
    column-gap: 5px;
}

.nav-item:hover .nav-link {
    /* color: var(--color-primary) !important; */
}

.nav-item.active:after {
    bottom: 0;
    opacity: 1;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: var(--color-primary-gradient);
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

/* .nav-item.active:hover:after {
    opacity: 0;
} */

.nav-item {
    position: relative;
    transition: all 200ms linear;
}


/* #Home Heading ================================================== */

/* Progress bar styles */
progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    color: var(--color-primary);
    z-index: 111111111111;
}

progress::-webkit-progress-bar {
    background: transparent;
}

progress::-webkit-progress-value {
    background: var(--color-primary-gradient);
}

progress::-moz-progress-bar {
    background: var(--color-primary-gradient);
}

/* END Progress bar styles */

/* Checkbox */

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d06e;
    border-radius: 2px;
}

.styled-checkbox:hover+label:before {
    background: #3d3ec2;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    border: none;
    background: #3d3ec2;
    border-radius: 2px;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: var(--color-text);
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 45%;
    background: var(--color-black);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 var(--color-black);
    transform: rotate(45deg);
}

/* Checkbox */

.item-answer a,
.leading-relaxed a,
.underline-a a,
.underline-a {
    box-shadow: inset 0 -3px var(--color-primary);
    color: var(--color-black);
    font-weight: 500;
    text-decoration: none;
}

.underline-a:hover {
    /* color: var(--color-text); */
    box-shadow: inset 0 -5px var(--color-primary-light);
    text-decoration: none;
    cursor: pointer;
}

.visit-ai-tool,
.bookmark-ai-tool {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button:focus {
    outline: none !important;
}

.tool-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 20px 0 20px 0;
    max-width: 1000px;
}

.mobile-filter {
    display: none;
}

.sort-by-div {
    /* position: relative;
    background: var(--color-primary-gradient) bottom no-repeat;
    background-size: 100% 2px; */
}

.filter-btn-div {
    position: relative;
    background: var(--color-primary-gradient) bottom no-repeat;
    background-size: 100% 2px;
}

@media (max-width: 767px) {
    .filter-btn-desktop {
        display: none;
    }

    .sort-by-desktop {
        display: none;
    }

    .mobile-filter {
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin: 0 0 20px 0;
        justify-content: center;
    }

    .tool-box {
        margin: 20px 0 10px 0;
    }
}

/*  */
/* Sort By */
.option p {
    padding: 0;
}

.option span {
    display: flex;
    align-items: center;
}

.select_wrap {
    width: 100%;
    min-width: 150px;
    margin: 15px auto;
    position: relative;
    user-select: none;
    margin: 0;
    height: 50px;
    background: #02030547;
}

.select_wrap .default_option {
    /* border: 2px solid var(--color-primary); */
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 2px solid;
    border-radius: 5px;
    padding: 0px 30px 0px 10px
}

.select_wrap .default_option li {
    padding: 10px 20px;
}

.select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent var(--color-grey) var(--color-grey);
    transform: rotate(-45deg);
}

.select_wrap.active .default_option:before {
    top: 20px;
    transform: rotate(-225deg);
}

.select_wrap .select_ul {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: var(--color-black);
    border-radius: 5px;
    display: none;
}

.select_wrap .select_ul li {
    padding: 10px 20px;
    cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
    background: var(--color-sub);
}

.select_wrap .option {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--color-black);
}

.select_wrap .option .icon {
    background: url('https://i.imgur.com/oEZu0sK.png') no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.select_wrap.active .select_ul {
    display: block;
    z-index: 111;
    padding: 0;
    background: var(--color-box);
}

@media (max-width: 767px) {
    /* .sort-by-div {
        width: 100%;
    } */

    /* .filter-btn-div {
        width: 100%;
    } */
}

.sort-by-text {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    background: #020305;
    padding: 0 5px;
}

/* Sort By */
/*  */
.filter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {

    .filter-section {
        padding: 0 8%;
    }
}

.filter-notification {
    position: absolute;
    top: -5px;
    right: -25px;
    background: var(--color-primary-gradient);
    font-weight: 900;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
}

.filter-btn {
    width: 100%;
    background: transparent;
    height: 50px;
    color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    cursor: pointer;
    border: 2px solid;
    border-radius: 5px;
    padding: 0px 30px;
}

.filter-buttons {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
}

dialog {
    padding: 25px 15px;
    color: var(--color-black);
    background: var(--color-box);
    width: 100%;
    max-width: 650px;
    border-radius: 20px;
    border: 2px solid;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-animation: fadeIn 0.1s ease both;
    animation: fadeIn 0.1s ease both;
}

dialog::-webkit-backdrop {
    -webkit-animation: fadeIn 0.1s ease both;
    animation: fadeIn 0.1s ease both;
    background: rgba(255, 255, 255, 0.4);
    z-index: 2;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

dialog::backdrop {
    -webkit-animation: fadeIn 0.1s ease both;
    animation: fadeIn 0.1s ease both;
    /* background: #161719db; */
    z-index: 2;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(15px);
}

dialog .x {
    border: none;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: ease filter, transform 0.3s;
    cursor: pointer;
    transform-origin: center;
    font-size: 26px;
    color: var(--color-black);
}

dialog .x:hover {
    transform: scale(1.1);
}

dialog h2 {
    margin: 0;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
    text-decoration-thickness: 3px;
}

dialog p {
    font-size: 1rem;
    /* line-height: 1.3rem; */
    padding: 0.5rem 0;
}

dialog p a:visited {
    color: rgb(var(--vs-primary));
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*  */

.header-background-div {
    height: 100vh;
    max-height: 90vh !important;
    color: var(--color-primary);
    position: relative;
    /* background-size: cover;
    background-repeat: no-repeat; */
}

/* .header-background-div:before {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(2 3 5 / 44%));
} */

/* @media (min-width: 1600px) {
    .header-background-div {
        max-height: 85% !important
    }

} */

@media (min-width: 767px) {

    .header-background-div {
        /* max-height: 300px !important; */
    }

    /* .header-background-div:before {
        background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(2 3 5));
    } */
}

/* 
.header-background-div:after,
.header-background-div:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
} */

.header-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -60%);
    left: 50%;
    padding: 0 20px;
    max-width: 1000px;
    z-index: 111;
    /* margin-top: 50px; */
}

@media (max-width: 425px) {
    /* .header-content {
        transform: translate(-50%, -70%);
        margin-top: 50px;
    } */
}

.page-background {
    position: fixed;
    z-index: -1;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100vh;
    contain: strict;
}

.tool-list-div {
    margin-top: 50px;
}

.category-section {
    margin-top: 150px;
}


.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
    cursor: pointer;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid var(--color-black);
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid var(--color-black);
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* #Home Heading ================================================== */

/* #Primary style
================================================== */
.section {
    width: 100%;
    display: block;
    min-height: 50vh;
}

.over-hide {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}

h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
}

p {
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    /* transition: all 30ms linear;
    transition-delay: 170ms; */
}

body.hero-anime p {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}

h1 span {
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
}

body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}

h1 span:nth-child(1) {
    transition-delay: 1000ms;
}

h1 span:nth-child(2) {
    transition-delay: 700ms;
}

h1 span:nth-child(3) {
    transition-delay: 900ms;
}

h1 span:nth-child(4) {
    transition-delay: 800ms;
}

h1 span:nth-child(5) {
    transition-delay: 1000ms;
}

h1 span:nth-child(6) {
    transition-delay: 700ms;
}

h1 span:nth-child(7) {
    transition-delay: 900ms;
}

h1 span:nth-child(8) {
    transition-delay: 800ms;
}

h1 span:nth-child(9) {
    transition-delay: 600ms;
}

h1 span:nth-child(10) {
    transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}

h1 span:nth-child(11) {
    transition-delay: 1300ms;
}

h1 span:nth-child(12) {
    transition-delay: 1500ms;
}

h1 span:nth-child(13) {
    transition-delay: 1400ms;
}

h1 span:nth-child(14) {
    transition-delay: 1200ms;
}

h1 span:nth-child(15) {
    transition-delay: 1450ms;
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid var(--color-primary);
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

body.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: var(--color-primary) !important;
}

.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: var(--color-black);
}

.nav-item .dropdown-menu {
    transform: translate3d(-50px, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
    background-color: var(--color-box);
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(-50px, 5px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    margin-bottom: 5px;
    color: var(--color-black);
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--color-black);
    background-color: var(--color-primary);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color-primary);
}

/* #Media
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: var(--color-black);
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: var(--color-black);
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

}

/* #Link to page
================================================== */

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}

/* Scroll */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: var(--color-box);
}

::-webkit-scrollbar {
    width: 12px;
    background-color: var(--color-box);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #303030;
}

/* Scroll */

/* Language */

.goog-te-banner-frame,
.skiptranslate {
    display: none;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

@media (max-width: 767px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        max-height: 0px;
        background: none;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu.show {
        max-height: 200px;
    }

    .nav-item.show .dropdown-menu {
        transform: translate3d(0px, 0px, 0);
    }
}

/* Language */


/* Home  */

.search-bar {
    height: 34px;
    display: flex;
    width: 100%;
    max-width: 700px;
    height: 40px;
    margin: 20px auto;
}

.search-bar input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: var(--color-box);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px 0 16px;
    box-shadow: 0 0 0 2px var(--color-primary);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 25c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 96%;
    color: var(--color-black);
}

input.search-bar:focus-visible {
    outline: none;
}

.favorite-ai {
    cursor: pointer;
}

.favorite-div {
    min-width: 50px;
    text-align: center;
}

.favorite-div span {
    font-size: 12px;
}

.favorite-div i {
    font-size: 16px;
}

.tags-div {
    column-gap: 10px;
}

.tags-div a {
    color: var(--color-black);
}

.category-tag {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bookmark-ai-tool span {
    font-size: 12px;
    margin-left: 5px;
}

.pricing-tag i {
    font-size: 16px;
    padding-right: 5px;
}

/* BOxes */

#tool-list {
    min-height: 50vh;
}

@media (min-width: 1441px) {
    .tool-list {
        max-width: 1500px;
        margin: auto;
    }

}

.card {
    background-color: unset !important;
}

.card-list {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 0 10px;
}

.ai-card {
    width: 100%;
    max-width: 300px;
    min-height: 300px;
    background-color: unset;
    border: unset;
    margin-bottom: 20px;
}

@media (max-width: 626px) {
    .ai-card {
        max-width: 350px;
    }
}

@media (min-width: 1500px) {
    .ai-card {
        max-width: 325px;
    }
}

img.h-full.w-full.object-cover.rounded-lg.shadow-md {
    width: 100%;
    height: 165px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-radius: 0.5rem;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.relative {
    position: relative;
}

.inner-box {
    margin-top: -2rem;
}

.rounded-lg {
    border-radius: 11px;
}

.bg-box {
    background-color: var(--color-box);
    position: relative;
    padding: 10px 15px !important;
    border-top: 3px solid var(--color-black);
}

.ctm-bg-box {
    background-color: #0f171f6e;
    position: relative;
    border-radius: 10px;
    padding: 3% !important;
    border: unset;
}

.flex {
    display: flex;
}

.items-baseline {
    align-items: baseline;
}

.font-12 {
    font-size: 12px;
}

.pricing-tag {
    color: var(--color-black);
    border: 1px solid var(--color-grey);
    border-radius: 2px;
    padding: 2px 10px !important;
    margin-bottom: 2px;
}

.ai-card .tool-list-title {
    width: 90%;
    /* transform: translate(0px, -25px); */
}

.ai-card .tool-list-title p {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.ai-card .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: capitalize;
    max-width: 70%;
    color: var(--color-black);
    font-weight: 700;
}

.ai-card .description {
    text-overflow: ellipsis;
    margin: 10px 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    min-height: 110px;
}

.w-4 {
    width: 1.5rem;
}

.review-star {
    display: flex;
    align-items: center;
    column-gap: 3px;
}

span.fa.fa-star.checked {
    color: var(--color-primary);
}

.view-detail,
.view-tool {
    color: var(--color-text);
    text-decoration: unset;
}

.view-detail:hover {
    color: var(--color-black);
    text-decoration: unset;
}

.pricing-div {
    column-gap: 10px;
}

.box-bottom-buttons {
    column-gap: 10px;
}

.ai-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* transform: translate(0px, -30px); */
    margin-right: 15px;
    border: 2px solid #d4d4ff;
    background-color: var(--color-black);
}

.ai-logo-div {
    display: flex;
    /* transform: translate(0px, -26px); */
    /* position: absolute; */
    width: 100%;
    padding-right: 35px;
    align-items: center;
    margin-bottom: 10px;
    padding: 0px;
}

.verified-tag {
    transform: translate(5px, 0px);
}

/* BOxes */

/* Home  */

.btn-sm {
    font-size: 12px;
}

.btn-primary {
    background: var(--color-primary-gradient);
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    color: white !important;
    /* border-color: var(--color-black); */
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--color-primary-gradient-light);
    padding: 5px 10px;
    box-shadow: unset;
    /* border-color: var(--color-black); */
}

.btn-secondary {
    background: none;
    font-size: 16px;
    padding: 5px 10px;
    color: var(--color-black) !important;
    /* border-color: var(--color-black); */
}

.btn-secondary:hover {
    background: #ffffff;
    /* padding: 5px 10px; */
    color: var(--color-box) !important;
    border-color: var(--color-black);
}

/* Footer */

.site-footer {
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px
}

.site-footer hr {
    opacity: .5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.footer-links {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
}

.footer-links li {
    display: block;
    margin: 0.5rem;
    text-align: center;
}

.footer-links a {
    color: var(--color-grey)
}

.footer-links a:hover {
    color: var(--color-black)
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%
}

.copyright-text {
    margin: 0;
    padding: 0%;
    text-align: center;
}

.made-with-love {
    display: flex;
    justify-content: center;
    width: 100%;
}

.links-div {
    justify-content: center;
}

/* Footer */


/* About */
.about-title {

    text-align: center;
    line-height: 48px;
    margin: 24px 0;
    font-weight: 600;
    font-size: 40px;
}

.title-span {
    color: var(--color-primary);
}

/* About */

/* Loader  */


.loader {
    position: absolute;
    width: 40px;
    height: 40px;
    /* top: 100%; */
    /* left: 50%; */
    /* transform: translate(0%, 50%); */
    padding: 0;
}

.loader .center {
    width: 40px;
    height: 40px;
    background: var(--color-primary-light);
    border-radius: 50%;
    animation: center 3.2s ease-in-out infinite;
}

.loader .item {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--color-primary-light);
    border-radius: 50%;
}

.item-1 {
    animation: anim-1 3.2s ease-in-out infinite 0.2s;
    animation-fill-mode: backwards;
}

@keyframes anim-1 {

    0%,
    60%,
    100% {
        transform: rotate(45deg) translateX(40px) scale(1);
    }

    10%,
    50% {
        transform: rotate(45deg) translateX(0) scale(1.5);
    }
}

.item-2 {
    animation: anim-2 3.2s ease-in-out infinite 0.4s;
    animation-fill-mode: backwards;
}

@keyframes anim-2 {

    0%,
    60%,
    100% {
        transform: rotate(90deg) translateX(40px) scale(1);
    }

    10%,
    50% {
        transform: rotate(90deg) translateX(0) scale(1.5);
    }
}

.item-3 {
    animation: anim-3 3.2s ease-in-out infinite 0.6s;
    animation-fill-mode: backwards;
}

@keyframes anim-3 {

    0%,
    60%,
    100% {
        transform: rotate(135deg) translateX(40px) scale(1);
    }

    10%,
    50% {
        transform: rotate(135deg) translateX(0) scale(1.5);
    }
}

.item-4 {
    animation: anim-4 3.2s ease-in-out infinite 0.8s;
    animation-fill-mode: backwards;
}

@keyframes anim-4 {

    0%,
    60%,
    100% {
        transform: rotate(180deg) translateX(40px) scale(1);
    }

    10%,
    50% {
        transform: rotate(180deg) translateX(0) scale(1.5);
    }
}

.item-5 {
    animation: anim-5 3.2s ease-in-out infinite 1s;
    animation-fill-mode: backwards;
}

@keyframes anim-5 {

    0%,
    60%,
    100% {
        transform: rotate(225deg) translateX(40px) scale(1);
    }

    10%,
    50% {
        transform: rotate(225deg) translateX(0) scale(1.5);
    }
}

.item-6 {
    animation: anim-6 3.2s ease-in-out infinite 1.2s;
    animation-fill-mode: backwards;
}

@keyframes anim-6 {

    0%,
    60%,
    100% {
        transform: rotate(270deg) translateX(40px) scale(1);
    }

    10%,
    50% {
        transform: rotate(270deg) translateX(0) scale(1.5);
    }
}

.item-7 {
    animation: anim-7 3.2s ease-in-out infinite 1.4s;
    animation-fill-mode: backwards;
}

@keyframes anim-7 {

    0%,
    60%,
    100% {
        transform: rotate(315deg) translateX(40px) scale(1);
    }

    10%,
    50% {
        transform: rotate(315deg) translateX(0) scale(1.5);
    }
}

.item-8 {
    animation: anim-8 3.2s ease-in-out infinite 1.6s;
    animation-fill-mode: backwards;
}

@keyframes anim-8 {

    0%,
    60%,
    100% {
        transform: rotate(360deg) translateX(40px) scale(1);
    }

    10%,
    50% {
        transform: rotate(360deg) translateX(0) scale(1.5);
    }
}

@keyframes center {

    0%,
    10%,
    90%,
    100% {
        transform: scale(0.7);
    }

    45%,
    55% {
        transform: scale(1);
    }
}

.loader ::marker,
.sort-by-div ::marker {
    color: transparent;
}

/* ::marker {
    color: transparent;
} */

/* Loader  */

.text-grey {
    color: var(--color-grey);
}

.detail-category-title {
    padding: 0;
}

.uppercase {
    text-transform: uppercase;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: #848484;
}

.tracking-widest {
    letter-spacing: .1em;
    letter-spacing: 1px;
    font-weight: 600;
}

.category-title {
    font-size: 42px;
}

@media (min-width: 769px) {
    .category-title {
        max-width: 70%;
        margin: auto;
    }
}

.search-wrapper {
    width: 100%;
    /* max-width: 700px; */
    /* height: 40px; */
    /* margin: 20px auto; */
}

.search-wrapper .search-input {
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1111;
}

.search-input input {
    height: 50px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 16px;
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
    /* background-color: var(--color-primary-bg); */
    background-color: #02030547;
    border: 2px solid var(--color-primary);
    color: var(--color-black);
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

#search-result {
    opacity: 0;
    max-height: 220px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    padding: 5px 10px 15px 10px;
    pointer-events: auto;
    background: var(--color-box);
    border-radius: 0 0 10px 10px;
    transition: .1s;
    box-shadow: rgb(50 50 93 / 26%) 0px 50px 20px -50px, rgb(0 0 0 / 84%) 0px 30px 20px -30px;
    z-index: 1;
    top: 110%;
    border-radius: 15px;
}

.search-input.active #search-result {
    opacity: 1;
}

#search-result li {
    list-style: none;
    padding: 5px 12px 5px 5px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    cursor: pointer;
    text-align: left;
    /* border-bottom: 1px solid #212529; */
    font-size: 16px;
}

.search-tool-li {
    padding: 5px 12px 5px 24px !important;
}

#search-result li.search-list-title {
    padding: 0 10px;
    cursor: not-allowed;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0 10px 0;
    color: var(--color-black);
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
    text-decoration-thickness: 2px;
}


#search-result a {
    color: var(--color-black);
}

.search-input.active #search-result li {
    display: block;
}

i.fa-solid.fa-arrow-trend-up {
    padding-right: 10px;
    color: var(--gray-dark);
}

#search-result li:hover {
    background: #3d3ec20f;
}

#search-result li.search-list-title:hover {
    background: unset;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 5px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
    color: var(--color-grey);
}

img.user-profile-picture {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.user-profile {
    font-size: 16px;
    border: 1px solid var(--color-grey);
    border-radius: 30px;
    padding: 5px 10px !important;
    /* display: -webkit-box !important; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    max-width: 150px;
}

.nav-item.user-profile-li:hover:after {
    opacity: 0 !important;
}

.nav-item.user-profile-li .dropdown-menu {
    transform: translate3d(-20px, 5px, 0) !important;
}


#toast {
    visibility: hidden;
    width: auto;
    transform: translate(-50%, 0px);
    background-color: var(--color-black);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: fixed;
    z-index: 11111;
    left: 50%;
    bottom: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}

#toast span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: max-content;
    max-width: 550px;
}

@media (max-width: 767px) {
    #toast span {
        max-width: 250px;
    }
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
    /* fadeout 0.5s 2.5s */
}

#toast.remove {
    visibility: visible;
    -webkit-animation: fadeout .5s;
    animation: fadeout .5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.toast-icon .fa-check-square {
    margin-top: 3px;
    font-size: 24px;
    color: #47d764;
}

.toast-icon .fa-times-circle {
    margin-top: 3px;
    font-size: 24px;
    color: #d74747;
}

.toast-icon .fa-exclamation-triangle {
    margin-top: 3px;
    font-size: 24px;
    color: #dda812;
}

.toast-icon .fa-info-circle {
    margin-top: 3px;
    font-size: 24px;
    color: #6f6f6f;
}

.bookmarked {
    border-color: #bbbcff4f;
    background-color: #bbbcff4f;
}

hr {
    background-color: #cccccc;
    padding: 0;
    margin: 25px;
    border: 0;
    height: 2px;
}

.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 40px 12px 70px;
    border-radius: 5px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: var(--color-black);
    font-size: 18px;
    font-weight: 500;
    background: var(--color-box);
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 20px auto;
    max-width: 260px;
    border: 2px solid;
}

.login-with-google-btn:hover {
    text-decoration: unset;
    color: var(--color-black);
    /* box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25); */
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}

.login-with-google-btn:active {
    text-decoration: unset;
    background-color: var(--color-box);
    color: var(--color-black);
}

.login-with-google-btn:focus {
    text-decoration: unset;
    color: var(--color-black);
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}

.login-with-google-btn:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.center-div {
    display: flex;
    align-items: center;
    min-height: 50vh;
}

.btn-success {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-success:hover {
    color: var(--color-white);
    background-color: var(--color-primary-light);
    border-color: var(--color-primary-light);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: var(--color-white);
    background-color: var(--color-primary-light);
    border-color: var(--color-primary-light);
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(61 62 194 / 71%)
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(61 62 194 / 71%)
}

.btn-success.disabled,
.btn-success:disabled {
    color: var(--color-black);
    background-color: rgb(61 62 194 / 20%);
    border-color: rgb(61 62 194 / 20%);
    cursor: not-allowed;
}

.next-page {
    padding: 10px 30px;
}

.previous-page {
    background: unset;
    color: var(--color-black);
    border: 2px solid var(--color-black);
    padding: 10px 20px;
}

.pagination {
    justify-content: center;
    margin-top: 50px;
    align-items: center;
    position: relative;
}

.pagination-details {
    font-size: 14px;
    position: absolute;
    right: 10%;
}

.accordion-content {
    padding: 0 50px;
    max-width: 1200px;
    margin: 50px auto 0 auto;
}

@media (max-width: 767px) {
    .pagination-details {
        top: 60px;
        right: 50%;
        transform: translate(50%, 0px);
    }

    .previous-page span {
        display: none;
    }
}

@media (max-width: 767px) {
    .accordion-content {
        max-width: 1000px;
        margin: auto;
        padding: 50px 0;
    }
}

.accordion-item {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-bottom: 1px solid var(--color-grey);
    cursor: pointer;
    margin-bottom: 0.5em;
}

.accordion-item ::marker {
    color: unset;
}

.item-header {
    display: flex;
    justify-content: space-between;
    column-gap: 0.2em;
    align-items: center;
}

.item-icon {
    /* margin-top: 1rem; */
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    cursor: pointer;
}

.item-icon i {
    transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.item-question {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    color: var(--color-black);
    letter-spacing: .2px;
}

.active .item-icon i {
    transform: rotate(180deg);
}

.active .item-question {
    font-weight: 500;
}

.item-content {
    padding: 0 10px;
    color: var(--color-text);
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
}

.item-answer {
    font-size: 14px;
}

.main-cat-title {
    color: var(--color-black);
}

.underline-main {
    position: relative;
    color: var(--color-black);
}

/* .main-cat-title h2:before,
.main-cat-title h1:before,
.underline-main:before {
    border-radius: 5px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 60px;
    height: 10px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background: linear-gradient(95.49deg, #4c55c6 17.66%, #7a3d84 100%);
} */

.sub-header {
    font-size: 18px;
    font-weight: 400;
    /* color: var(--color-text); */
}

/* Footer */

/* .footer-title:before {
    border-radius: 5px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 60px;
    height: 10px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background: var(--color-primary-gradient);
} */

.dk-footer {
    padding: 40px 0 0;
    /* background-color: #f6faff; */
    position: relative;
    z-index: 2;
    margin-top: 50px;
    box-shadow: 1px -6px 14px 14px #cccccc1f;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
    /* margin-left: -80px; */
}

.dk-footer .contact-icon i {
    font-size: 30px;
    top: 0;
    position: relative;
    color: var(--color-primary);
}

/* .dk-footer-box-info {
    position: absolute;
    top: -80px;
    left: 0;
    background: var(--color-box);
    padding: 25px;
    z-index: 2;
    border-radius: 10px;
} */

.dk-footer-box-info .footer-social-link h3 {
    color: var(--color-black);
    font-size: 24px;
    margin-bottom: 15px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: var(--color-black);
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.dk-footer-box-info .footer-social-link a i.fa-product-hunt {
    background-color: #fb6356;
}

.dk-footer-box-info a:hover {
    text-decoration: none;
}

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-awarad p {
    color: var(--color-black);
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 10px 0 15px;
    font-size: 14px;
}

.footer-widget .section-heading {
    margin-bottom: 15px;
}

.footer-widget h3 {
    font-size: 24px;
    color: var(--color-black);
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 700;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 5px;
    font-size: 14px;
}

.footer-widget p {
    margin-bottom: 27px;
    font-size: 14px;
}

.footer-widget a {
    color: var(--color-black);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
}

.footer-widget a:hover {
    color: var(--color-primary);
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 24px 65px 24px 15px;
    border-radius: 50px;
    /* background: #101012; */
    border: 1px solid #2E2E2E;
    color: var(--color-text);
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid var(--color-black);
    background: var(--color-primary-gradient);
    color: var(--color-white);
}

.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================
  
      Contact
  
  =============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: var(--color-primary);
}

.contact-info {
    margin-left: 75px;
    color: var(--color-black);
}

.contact-info h3 {
    font-size: 20px;
    color: var(--color-black);
    margin-bottom: 0;
}

.contact-info p {
    padding: 0;
}

.copyright {
    padding: 15px 0;
    margin-top: 25px;
    background-color: var(--color-box);
}

.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright a:hover {
    color: var(--color-primary);
}

.copyright-menu ul {
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    padding: 0 !important;
}

.copyright-menu li {
    /* display: inline-block; */
    /* padding-left: 20px; */
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 30px;
    right: 35px;
    background: var(--color-primary);
    border-color: var(--color-primary);
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(61 62 194 / 4%);
}

.footer-left-widget {
    margin-bottom: 30px;
}

@media (min-width: 991px) {
    .footer-left-widget {
        padding-left: 30px;
    }

    .dk-footer .contact-us {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {

    .footer-side-details {
        margin-top: 30px;
    }

    .dk-footer .contact-us {
        padding-left: 0;
    }
}

.mail-us {
    color: var(--color-black);
}

/* Footer */
.advertisement {
    overflow: hidden;
    width: 100%;
}

/* .advertisement {
    border-radius: 15px;
    background-color: #0f171f !important;
    position: relative;
    min-height: 90px;
    margin: 10px 0;
} */

.box-ad {
    border-radius: 15px;
    background-color: #0f171f !important;
    position: relative;
    margin: 10px 0;
    height: 425px;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.vertical-ad {
    border-radius: 15px;
    background-color: #0f171f !important;
    position: relative;
    min-height: 120px;
    margin: 10px 0;
}


/* .advertisement:before {
    display: table;
    content: "AD";
    clear: both;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 50%;
    padding: 8px 11px 10px 11px;
    opacity: 0.5;
} */

amp-ad {
    margin: auto;
}

.ck-powered-by {
    display: none !important;
}

td {
    padding: 10px;
}

h1 .text-gradient {
    font-weight: 800;
}

.text-gradient {
    background: var(--color-primary-gradient-light);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/*  Create Account Box */

.create-account-box {
    border: 2px solid;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    /* background: var(--color-box); */
    width: 100%;
    max-width: 1300px;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.create-account-box p {
    padding: 0;
}

.create-account-box h3 {
    font-size: 30px;
    font-weight: 800;
}

.create-account-box .login-with-google-btn {
    margin-left: 0;
    margin-bottom: 0;
}

.account-section {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .create-account-box {
        flex-flow: column;
    }

    .account-text-area {
        text-align: center;
    }

    .account-img img {
        height: 150px;
    }

    .create-account-box .login-with-google-btn {
        margin-left: auto;
    }
}

.login-circle,
.rating-circle {
    position: relative;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: end;
}

.login-circle>svg,
.rating-circle>svg {
    margin-left: auto;
    display: block;
    height: 150px;
    letter-spacing: 0.52em;
    font-size: .96rem;
}

.login-circle>svg>text,
.rating-circle>svg>text {
    transform-origin: 50% 50%;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {

    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.login-circle>span,
.rating-circle>span {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    text-transform: uppercase;
    font-weight: 800;
}

/*  Create Account Box  ------- END */

/* Cursur  */
span.cursor {
    display: inline-block;
    background: v;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background: #ccc;
    }

    49% {
        background: #ccc;
    }

    50% {
        background: transparent;
    }

    99% {
        background: transparent;
    }

    100% {
        background: #ccc;
    }
}

/* Cursur  */
.max-w-screen-xl {
    max-width: 1500px !important;
    padding: 20px;
}

.leading-tight {
    line-height: 1.6 !important;
}

/* Blog Footer */
.blog-section {
    max-width: 1500px;
    margin: auto;
    padding: 0 20px;
}

.blogs-list,
.related-blogs-list {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    height: auto !important;
    min-height: 200px !important;
    column-gap: 10px;
    max-width: 1600px;
    margin: auto;
}

.related-blog-post-header-dates-published {
    font-style: italic;
    font-size: 14px;
    padding: 10px 0 0 0;
}

/* 
.blog-list-details {
    padding: 0px 20px;
} */

.prefooter {
    font-size: 0px;
    width: 100%;
    margin: 0;
    padding: 50px 0px 20px 0px;
    margin-top: 20px;
    height: 100%;
    /* background-color: #f0f0f0; */
}

.foot-block {
    display: inline-block;
    width: 350px;
    min-height: 300px;
    margin: 0 0 20px 0;
}

.foot-block div {
    color: var(--color-grey);
    font-size: 16px;
    margin: 0 0px 10px 0;
}


.foot-block h4,
.foot-block h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: var(--color-black);
    text-overflow: ellipsis;
    margin: 10px 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    font-weight: 700;
}

.foot-block .related-desc {
    display: block;
    font-size: 14px;
    line-height: 140%;
    /* color: var(--color-text); */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prefooter .foot-block .related-desc {
    /* color: var(--color-text); */
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    /* letter-spacing: .018rem; */
}

.prefooter .foot-block img {
    width: 100%;
    height: 100%;
    /* min-height: 210px; */
    background-size: cover;
    background-position: center;
}

.prefooter .foot-block div {
    /* padding: 0px 20px; */
}

.foot-block a,
.continue-reading {
    color: var(--color-black);
    font-weight: 500;
    text-decoration-color: var(--color-primary);
    display: block;
    width: fit-content;
    text-align: right;
    width: 100%;
    font-weight: 800;
    padding: 0;
}


/* @media only screen and (max-width:993px) {
    .foot-block {
        display: block;
        width: 40%;
    }
} */

@media only screen and (max-width: 768px) {

    .prefooter .foot-block img {
        max-height: 320px;
        background-size: cover;
        background-position: center;
    }

    .foot-block {
        display: block;
        width: 48%;
    }

    .blogs-list,
    .related-blogs-list {
        column-gap: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .foot-block {
        display: block;
        width: 100%;
    }
}

/* Blog Footer */

.view-all {
    margin-top: 50px;
    /* margin-bottom: 50px; */
    text-align: center;
}

.view-all .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 350px;
    margin: auto;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}

.footer-logo img {
    max-width: 200px;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

/* Newsletter */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

#newsletter-popup {
    font-family: system-ui;
}

#newsletter-popup .popup {
    margin: 0px auto;
    padding: 50px 20px 40px 20px;
    background: #fff;
    border-radius: 0px;
    /* max-height: 350px; */
    max-width: 700px;
    position: relative;
    text-align: center;
    top: 50% !important;
    position: fixed !important;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    left: 0;
}

#newsletter-popup .popup h2 {
    margin-top: 0;
    color: #333;
}

#newsletter-popup .popup .close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 200ms;
    font-size: 29px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    padding: 0;
    color: #fff;
    margin-top: 0;
    margin-right: 0;
    height: 30px;
    width: 30px;
    line-height: 22px;
}

#newsletter-popup .popup .content {
    max-height: 30%;
    overflow: auto;
}

#newsletter-popup .newletter-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 15px;
}

#newsletter-popup .box-content label {
    color: var(--color-grey);
    font-weight: 400;
    max-width: 560px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
}

.newletter-popup {
    background: #fff;
    top: 50% !important;
    position: fixed !important;
    padding: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#newsletter-popup #frm_subscribe #subscribe_newsletter {
    height: 40px;
    width: 90%;
    margin: 20px 0 10px 0;
    padding-left: 15px;
    border: 1px solid var(--color-grey);
    border-radius: 5px;
}

#newsletter-popup #frm_subscribe a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    width: 90%;
}

#newsletter-popup .box-content .subscribe-bottom {
    margin-top: 20px;
}

#newsletter-popup .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-top: -1px;
}

#newsletter-popup .box-content .subscribe-bottom label {
    margin: 0;
    font-weight: 400;
    max-width: 650px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}

#newsletter-popup.show {
    visibility: unset;
    opacity: 1;
}

/* Newsletter */

.primary-text {
    color: var(--color-primary);
}

.hide {
    display: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.bold {
    font-weight: 700;
}


h1,
h2,
h3 {
    color: #00305C;
    margin-bottom: 10px;
}

h1 {
    font-size: 32px;
    text-align: center;
}

h2 {
    font-size: 24px;
    margin-top: 30px;
}

h3 {
    font-size: 18px;
    margin-top: 20px;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 8px;
}


@media (max-width: 600px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    p,
    li {
        font-size: 15px;
    }
}

.logo-text h1 {
    font-size: 2rem;
    background: linear-gradient(to right, #0077d9, #373536);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
}