:root {
    --gredient-bg: radial-gradient(71.01% 127.05% at 21.04% 30.61%, #B1E3FE 0%, #D5F1FD 100%);
    --primary-color: #020d1e;
    --secondary-color: #8c8c8c;
    --card-bg-1: #f1f3f6;
    --card-bg-2: #f4f9ff;
    --footer-bg: #f4f4f4;
    --button-bg: #3598db;
    --success: #5ba80f;
    --black-color: #000000;
    --white-color: #ffffff;
    --logo-color: #0c5b90;
}


/* Custom styles */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-inline: 1.2rem;
}

html {
    font-size: 62.5%;
}



h1 {
    font-size: 7.0rem;
}

h2 {
    font-size: 4.5rem;
}

h3 {
    font-size: 2.4rem;
}

p {
    font-size: 1.8rem;
}

.fs-20 {
    font-size: 2.0rem !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.fw-exbold {
    font-weight: 800;
}

.black-color {
    color: var(--primary-color) !important;
}

.primary-color {
    color: var(--primary-color) !important;
}

.secondary-color {
    color: var(--secondary-color) !important;
}

.gredient-bg {
    background-image: var(--gredient-bg) !important;
}

.card-bg-1 {
    background-color: var(--card-bg-1) !important;
}

.card-bg-2 {
    background-color: var(--card-bg-2) !important;
}

.footer-bg {
    background-color: var(--footer-bg) !important;
}

.button-bg {
    background-color: var(--button-bg) !important;
}

.success {
    color: var(--success) !important;
}

.logo-color {
    color: var(--logo-color) !important;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--secondary-color);
}

section {
    padding-block: 56px;
}

/* Header */
header {
    padding-block: 20px;
}

.logo span {
    font-size: 2.6rem;
}

.navbar {
    font-size: 1.8rem;
    padding: 0;
}

.navbar ul.navbar-nav {
    z-index: 9;
}

.nav-link {
    color: var(--primary-color) !important;
}

.logo span.logo-color {
    margin-left: -2px;
}

/* hero section */
.hero-section {
    padding-top: 50px;
    padding-bottom: 74px;
}

.home.hero-section h1 {
    max-width: 1146px;
    margin: auto;
}

.hero-section h2.sub-title {
    font-size: 2.0rem;
}

.sub-title {
    color: rgba(2, 13, 30, 0.7);
    padding-top: 40px;
    padding-bottom: 62px;
}

.download-form .download-note {
    font-size: 1.8rem;
    max-width: 850px;
    margin: auto;
    padding-inline: 15px;
    font-weight: 500;
    color: var(--secondary-color);
}

.input-group-wrapper {
    display: flex;
    max-width: 1221px;
    margin: auto;
    gap: 23px;
    margin-bottom: 23px !important;
}

.input-group-wrapper button {
    width: 263px;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 38px;
}

.download-input-wrapper {
    width: calc(100% - 263px);
}

.step-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 37px;
    height: 37px;
    border: 1px solid #C7D0DE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2.8rem;
}

.card {
    border-radius: 20px;
    transition: transform 0.2s;
    background-color: var(--card-bg-1);
}

.home-hero-title {
    max-width: 1137px;
    margin: auto;
}

/* .card:hover {
    transform: translateY(-5px);
} */

.card-body {
    color: var(--secondary-color);
    padding: 25px;
}

.card .card-body h3 {
    font-weight: 700;
    color: var(--black-color);
}

.card .card-body p {
    font-size: 1.8rem;
    font-weight: 500;
}

.btn {
    border: 0;
    font-size: 2.4rem;
    font-weight: 700;
}

.btn-primary {
    background-color: var(--button-bg);
    border-color: var(--button-bg);
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
    color: var(--white-color);
}

.btn-secondary {
    background-color: #E4E4E4;
    color: var(--primary-color);
}

.btn-secondary:hover {
    background-color: #d3d4d5;
    color: var(--primary-color);
}

.button-group-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.pages-menu-btn button.active {
    background-color: var(--button-bg);
    border-color: var(--button-bg);
    color: var(--white-color);
}

.pages-menu-btn button.active:hover,
.pages-menu-btn button.active:active {
    background-color: #2980b9;
    border-color: #2980b9;
    color: var(--white-color);
}

.title-discription {
    font-size: 1.8rem;
}

.form-control {
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 2.0rem;
    color: #00000080;
    font-weight: 600;
    height: 100%;
}

.btn {
    border-radius: 15px;
    padding: 15px 30px;
}

nav .btn:hover,
nav .btn:focus,
nav .btn:active {
    color: var(--primary-color) !important;
}

nav .btn-check:checked+.btn,
nav .btn.active,
nav .btn,
nav .btn.show,
nav .btn:first-child:active,
nav :not(.btn-check)+.btn:active {
    border: unset !important;
}

.language-selector {
    padding: 4px 20px;
    border-radius: 10px;
    cursor: pointer;
}

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

.language-selector .dropdown-toggle span {
    font-size: 1.8rem;
}

.language-selector .dropdown-menu {
    min-width: 273px;
    border-radius: 15px;
    right: 0;
    left: auto;
    margin-bottom: 20px;
    max-height: 300px;
    overflow: auto !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    overflow: hidden;
}

.language-selector .dropdown-menu li a {
    font-size: 1.8rem;
    padding: 16px 14px;
    border-bottom: 1px solid #020D1E14;
    border-radius: 0;
}

.language-selector .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.language-selector .dropdown-menu li a.active {
    background-color: unset;
    color: inherit;
}

.language-selector .dropdown-menu li a img {
    margin-right: 10px;
}

.language-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px !important;
}

.language-menu {
    min-width: 200px;
    padding: 8px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-item,
.language-selector .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    text-decoration: none;
    color: var(--primary-color);
}

.dropdown-item:hover,
.language-selector .dropdown-menu li a:hover {
    background-color: #f8f9fa;
}

.flag-icon {
    width: 27px;
    height: 27px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #E5E7EB;
}

.check-circle {
    margin-left: auto;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    border: 2px solid var(--button-bg);
}

.dropdown-item.active,
.dropdown-item:active,
.language-selector .dropdown-menu li a.active,
.language-selector .dropdown-menu li a:active {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.dropdown-item.active .check-circle,
.language-selector .dropdown-menu li a.active .check-circle {
    background-color: var(--button-bg);
    border-color: var(--button-bg);
    color: white;
}

.htw-item {
    padding-right: 48px;
    position: relative;
    color: var(--primary-color);
}

.htw-item::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    background-color: rgba(2, 13, 30, 20%);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.download-form .input-group-wrapper .download-input-wrapper {
    position: relative;
}

.download-form .input-group-wrapper .download-input-wrapper input::placeholder {
    color: #00000033;
}

.download-form .input-group-wrapper .download-input-wrapper input {
    padding-right: 99px;
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--primary-color);
}

.paste-link-btn {
    font-size: 2.0rem;
    font-weight: 700;
    color: var(--success);
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    text-decoration: none;
}

/* Popular Tools Section */
.tool-card {
    background-color: var(--card-bg-2);
    border: 1px solid #cedef0;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    transition: transform 0.2s;
}

.tool-card:hover,
.blog-card:hover {
    transform: translateY(-5px);
}

.tool-icon {
    width: 68px;
    height: 68px;
}

.youtube-icon {
    max-width: 68px;
    width: 100%;
    height: auto;
    max-height: 68px;
}

.linkedin-icon-wrapper {
    position: relative;
    width: 68px;
    height: 68px;
}

.linkedin-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 56px;
    height: 56px;
    border-radius: 28px;
}

.tool-card h3 {
    font-weight: bold;
    color: #020d1e;
    margin-bottom: 10px;
    margin-top: 18px;
}

.tool-card p {
    color: #8c8c8c;
    line-height: 26px;
    margin: 0;
}

/* Why Choose Section */
.feature-card {
    padding: 20px;
    height: 100%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-weight: bold;
    color: #020d1e;
    margin-bottom: 15px;
}

.feature-card p {
    color: #8c8c8c;
    line-height: 1.6;
    margin: 0;
}

/* Rating Section */
.rating-wrapper {
    background-color: #fff;
    border-radius: 10px;
    color: var(--primary-color);
    justify-content: center;
}

footer {
    background-color: #f4f4f4;
}

footer a:hover {
    color: var(--button-bg) !important;
}

.language-select {
    cursor: pointer;
    width: 100%;
    max-width: 305px;
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 15px;
}

.language-select span {
    flex: 1;
}

.how-it-works-slider .card {
    margin: 0 15px;
}

.slick-dots {
    margin-top: 30px;
}

/* footer */
footer .footer-menu {
    padding-block: 68px;
}

footer a {
    font-size: 1.8rem;
}

footer .logo span {
    font-size: 3.5rem;
    font-weight: 700;
}

footer .logo-color {
    margin-left: -10px;
}

footer h3 {
    color: var(--primary-color);
}

footer ul li a {
    color: #020d1e80;
    font-weight: 500;
}

footer p {
    line-height: 45px;
    color: #020d1e80;
    font-weight: 500;
}

footer hr {
    border-color: #C2C2C2;
    opacity: .15;
}

footer .language-select,
footer .language-selector {
    padding: 0;
    width: 100%;
    position: relative;
}

footer .language-selector .language-menu {
    width: 100%;
}

footer .language-selector .language-menu li a {
    line-height: normal;
}

footer .language-selector button {
    width: 100%;
    border: 0;
    padding: 15px 20px !important;
}

footer .language-selector button span {
    text-align: left;
    color: #7B8089;
}

footer .language-btn {
    min-height: 56px;
}

footer button:focus:not(:focus-visible) {
    border: unset;
}

footer h2.logo.brand {
    display: flex;
    margin-top: -9px;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #c4c4c4;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background-color: var(--button-bg);
}

.slick-dots {
    bottom: -44px;
}


.how-it-works-slider .slick-track {
    display: flex;
}

/* preview page */
/* Hero section */

.video-preview {
    background: #7f6a6a;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 456px;
    font-size: 2.6rem;
}

.video-info h3,
.video-info p {
    font-size: 2.6rem;
    color: var(--black-color);
    word-break: break-word;
    text-align: left;
    line-height: 1;
}

.video-info span {
    font-size: 2.0rem;
    color: var(--black-color);
}

.video-preview button {
    max-width: 320px;
    height: 70px;
    font-size: 2.6rem;
    border-radius: 15px;
}

.video-preview-wrapper {
    display: flex;
    gap: 53px;
    align-items: center;
    justify-content: center;
}

.video-info {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.video-info .video-info-content {
    display: flex;
    flex-direction: column;
    gap: 41px;
}

.video-info .hero-btn-group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.video-info .hero-btn-group button {
    font-size: 2.4rem;
    max-width: 332px;
}

.prh-content-text {
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--primary-color);
    padding-block: 30px;
    line-height: 50px;
}

.main-text-content-section h3 {
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 65px;
}

.inner_content_text p,
.inner_content_text ol li,
.inner_content_text ul li {
    font-size: 2.2rem;
    line-height: 50px;
}

/* FAQ */
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
}

.accordion-button {
    padding: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.accordion-body {
    padding: 2rem;
    line-height: 1.7;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid #020d1e1a;
}

.accordion-item:last-child {
    border: 0;
    border-bottom: 0;
}

.accordion-item h2 button {
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--primary-color);
    padding: 55px 0;
}

.collapsing,
.collapse:not(.show) {
    padding-top: 0;
}

.accordion-body {
    padding: 0 0 5px 0;
}

.accordion-body p {
    margin-bottom: 0;
    font-size: 2.2rem;
    color: var(--secondary-color);
    line-height: 50px;
    padding-bottom: 55px;
}

.accordion-button::after {
    background-image: url(../images/group-1.png);
    height: 9px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/group-1.png);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.blog-search {
    margin-block: 60px;
}

.blog-section .blog-content-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    column-gap: 0;
    row-gap: 24px;
}


.blog-section .featured-blog {
    background-color: var(--card-bg);
    color: var(--card-foreground);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    grid-column: span 2;
}

.blog-section .featured-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-section .featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 213px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 40px;
    border-radius: 22px;
}

.blog-section .featured-text {
    color: white;
}

.blog-section .date {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 50px;
    color: var(--white-color);
}

.blog-section .blog-card .date {
    color: var(--primary-color);
}

.blog-section .title {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 39px;
    margin-top: 8px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section .blog-card .title {
    color: var(--primary-color);
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section .blog-card {
    background-color: #f1f3f6;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.2s;
}

.blog-section .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section .blog-card img.card-image {
    height: auto;
    min-height: 100%;
}

.blog-section .card-content {
    padding: 28px;
}

.blog-section .description {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 34px;
    margin-top: 16px;
    color: #020d1e80;
}

.blog-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-detail-section .blog-main-img-wrapper .featured-image {
    max-height: 536px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.blog-detail-section .blog-main-img-wrapper .featured-image img {
    object-position: center;
}

.blog-detail-section .blog-main-img-wrapper .blog-card {
    background-color: transparent;
    box-shadow: unset;
}

.blog-detail-section .blog-main-img-wrapper .blog-card p {
    font-size: 2.4rem;
    color: #020d1e80;
}

.blog-detail-section .main-text-content-section {
    padding-bottom: 100px;
}

.blog-main-title {
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 75px;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    color: var(--primary-color);
    padding: 0 8px;
    transform: rotate(-90deg);
    background-image: url(../images/group-1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 54px;
}

.breadcrumb-blog {
    font-weight: 600;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0;
    color: var(--primary-color);
    text-decoration: none;
}

.breadcrumb-detail {
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0;
    color: var(--secondary-color);
}

.breadcrumb {
    padding-block: 8px;
}


/* Contact form section */
.contact-us-page {
    min-height: 320px;
    padding-top: 56px;
}

.contact-form-section {
    padding-bottom: 107px;
    margin-top: -146px;
}

.contact-card {
    border-radius: 20px;
    box-shadow: 0px 0px 34px rgba(166, 166, 166, 0.25);
    overflow: hidden;
    max-width: 1107px;
    margin: auto;
    border: 0;
    background-color: var(--white-color);
}

.contact-card .card-header {
    background: transparent;
    padding-top: 49px;
    padding-bottom: 45px;
    border: none;
}

.contact-card .card-title {
    font-size: 3.0rem;
    font-weight: bold;
    color: #010d1d;
}

.contact-card .card-body {
    padding: 0 74px 74px;
}

.contact-card .form-control {
    min-height: 70px;
    padding: 18px 25px;
    border-radius: 10px;
    border-color: #D5D8DD99;
    font-size: 2.0rem;
    font-weight: 600;
}

.contact-card .form-control textarea {
    min-height: 167px;
}

.contact-card .form-control::placeholder {
    color: #00000080;
}

.contact-form-wrapper button {
    margin-top: 58px;
}

textarea.form-control {
    height: 167px;
    resize: none;
}

.form-label {
    opacity: 0.5;
    font-weight: 500;
    font-size: 1.8rem;
    color: #020d1e;
    margin-bottom: 0;
    line-height: 50px;
    position: relative;
}

.form-group:has([required]) label::after {
    content: "*";
    color: red;
}

.submit-btn {
    height: 70px;
    background-color: #3598db;
    border-color: #3598db;
    border-radius: 15px;
    font-size: 26px;
    font-weight: 600;
}

.submit-btn:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.about-us-content img {
    margin: 0 0 30px 50px;
    max-width: 500px;
}

.about-us-content p,
.about-us-content ul,
.about-us-content ol {
    font-size: 2.8rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.about-us-content .about-img-text-wrapper {
    display: flex;
}

.about-us-content .about-img-text-wrapper p {
    margin-bottom: 57px;
}

.download-form .input-group-wrapper .download-input-wrapper span {
    font-size: 14px;
    position: absolute;
    left: 25px;
}

.btn-outline-dark {
    border: 1px solid var(--black-color);
}


/*********************/
.blog-card-wrapper-inner {
    text-decoration: none;
}

.nav_arrow-wrapper {
    padding-top: 20px;
}

.nav_arrow-wrapper button {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_arrow-wrapper button i {
    font-size: 15px;
}

/* header:not(.navbar-toggler.collapsed) .collapsing {
    display: none;
}
header:has(.navbar-toggler.collapsed) .collapsing {
    display: block;
} */
.collapsing {
    transition: unset;
}

.blog-card-img-wrapper {
    height: 261px;
    overflow: hidden;
}

.contact-card .card-body .alert {
    font-size: 14px;
    font-weight: 500;
}

.pagination-wrapper {
    font-size: 16px;
}

.pagination-wrapper .page-item.disabled .page-link {
    color: #bbbbbb;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-wrapper .pagination .page-link {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: 2px !important;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid var(--button-bg);
    color: var(--button-bg);
    border-radius: 5px;
    width: auto;
    min-width: 36px;
    border-radius: 4px !important;
    font-size: 12px;
}

.pagination-wrapper .pagination .page-link:hover {
    color: #fff;
    background-color: var(--button-bg);
    border-color: var(--button-bg);
}

.pagination-wrapper .pagination .page-link:focus {
    box-shadow: unset;
}


.pagination-wrapper .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination-wrapper .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-wrapper .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--button-bg);
    border-color: var(--button-bg);
    box-shadow: unset;
}

.social_content_wrapper p,
.social_content_wrapper ol li,
.social_content_wrapper ul li {
    line-height: 1.6;
    margin-bottom: 20px;
}

.ImgContent:has(p:nth-child(3)) .about-img-wrapper {
    float: right;
    margin-top: 250px;
    shape-outside: inset(210px 0 0 0px);
    max-width: 100%;
    width: 550px;
    display: flex;
    justify-content: flex-end;
}

.ImgContent {
    display: flex;
    flex-direction: row-reverse;
}

.ImgContent:has(p:nth-child(3)) {
    display: unset;
    flex-direction: unset;
}

section.popular-tools-section {
    clear: both;
}

/*******************/
.customWorksSection .container{
max-width: 1140px;
}
.customWorksSection .card{
    background-color: transparent;
    box-shadow: none !important;
}

.customWorksSection .card > img{
    max-width: 290px;
    margin: 0 auto;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    height: auto;
    width: 100%;
}
li {
    font-size: 1.8rem;
}
.customWorksSection .card p{
    word-wrap: break-word;
}
/****************/

@media (min-width: 768px) {
    .blog-section .blog-content-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .blog-section .featured-blog {
        grid-column: span 2;
    }
}

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

@media (max-width: 1399.98px) {
    .blog-section .date {
        font-size: 1.8rem;
    }

    .blog-section .title {
        font-size: 2.6rem;
        line-height: 30px;
    }

    .blog-section .description {
        font-size: 1.8rem;
        line-height: 26px;
    }

    .about-us-content img {
        max-width: 400px;
    }

    .about-us-content p,
    .about-us-content ul,
    .about-us-content ol {
        font-size: 2.6rem;
    }

    .ImgContent:has(p:nth-child(3)) .about-img-wrapper {
        width: 450px;
    }
}

@media (max-width: 1199.98px) {
    .blog-section .card-content {
        padding: 20px;
    }

    .blog-section .date {
        line-height: 30px;
    }

    .blog-main-title {
        font-size: 3.7rem;
        line-height: 50px;
    }

    .about-us-content img {
        max-width: 400px;
    }

    .about-us-content p,
    .about-us-content .about-img-text-wrapper p,
    .about-us-content ul,
    .about-us-content ol {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 4.5rem;
    }

    .video-info {
        width: 100%;
        max-width: 456px;
    }

    .prh-content-text {
        font-size: 2.4rem;
        padding-block: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .main-text-content-section h3 {
        font-size: 2.2rem;
        margin-top: 60px;
    }

    .inner_content_text p,
    .inner_content_text ol li,
    .inner_content_text ul li {
        font-size: 2.0rem;
        line-height: 40px;
    }

    .navbar ul.navbar-nav {
        position: absolute;
        background-color: var(--white-color);
        width: 100%;
        left: 0;
        top: 64px;
        border-top: 1px solid #020d1e10;
        box-shadow: 0 5px 5px #0000000a;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .navbar .htw-item {
        padding-block: 11px;
        border-bottom: 1px solid #020d1e10;
        color: var(--white-color) !important;
        padding-left: 20px;
    }

    nav .language-btn {
        padding-inline: 0 !important;
    }

    .navbar .htw-item::after {
        display: none;
    }

    .navbar {
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        box-shadow: none;
        border: 0;
        border-top: 2px solid #dddddd54;
        border-radius: 0;
        margin-top: 10px;
        margin-inline: -20px;
        margin-bottom: 0;
        background-color: transparent;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li a {
        padding-inline: 20px;
    }

    .custom-navbar-none>.navbar-nav {
        display: none;
    }

    .blog-section .blog-card .date {
        font-size: 1.4rem;
    }

    .blog-section .blog-card .title {
        font-size: 1.8rem;
        line-height: 22px;
    }

    .blog-section .description {
        font-size: 1.6rem;
    }

    .about-us-content .about-img-text-wrapper {
        display: block;
    }

    .about-us-content img {
        max-width: 100%;
        margin: 0;
    }

    .about-img-wrapper {
        text-align: center;
    }

    nav .language-btn {
        width: 100%;
        justify-content: space-between;
    }

    nav .language-btn span {
        flex: 1;
        display: flex;
    }

    .video-preview-wrapper {
        flex-wrap: wrap;
    }

    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16" viewBox="0 0 24 16" fill="none"><path d="M1.33333 16H22.6667C23.4 16 24 15.4 24 14.6667C24 13.9333 23.4 13.3333 22.6667 13.3333H1.33333C0.6 13.3333 0 13.9333 0 14.6667C0 15.4 0.6 16 1.33333 16ZM1.33333 9.33333H22.6667C23.4 9.33333 24 8.73333 24 8C24 7.26667 23.4 6.66667 22.6667 6.66667H1.33333C0.6 6.66667 0 7.26667 0 8C0 8.73333 0.6 9.33333 1.33333 9.33333ZM0 1.33333C0 2.06667 0.6 2.66667 1.33333 2.66667H22.6667C23.4 2.66667 24 2.06667 24 1.33333C24 0.6 23.4 0 22.6667 0H1.33333C0.6 0 0 0.6 0 1.33333Z" fill="%23020D1E"/></svg>');
        width: 24px;
        height: 18px;
    }

    .ImgContent .about-img-wrapper {
        width: auto !important;
        float: unset;
        margin: unset !important;
    }

    .ImgContent {
        display: flex !important;
        flex-direction: column-reverse !important;
        justify-content: center !important;
        align-items: center;
    }

    .about-us-content p {
        text-align: justify;
    }

    .about-us-content ul,
    .about-us-content ol {
        text-align: left;
    }
}

@media (max-width: 767.98px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-inline: 2.0rem;
    }

    .brand img {
        max-width: 157px;
    }

    nav .navbar-toggler {
        padding: 0;
    }

    .navbar ul.navbar-nav {
        top: 100%;
        margin-top: 20px;
    }

    .input-group-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .download-input-wrapper {
        width: 100%;
    }

    .input-group-wrapper button {
        line-height: 24px;
        font-size: 1.8rem;
    }

    h1 {
        font-size: 3rem;
        line-height: 40px;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    p {
        font-size: 1.4rem;
    }

    .card .card-body p {
        font-size: 1.4rem;
    }

    .hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    .download-form .input-group-wrapper .download-input-wrapper input {
        /* min-height: 121px; */
        font-size: 1.4rem;
        /* padding-bottom: 47px; */
        padding-right: 65px;
    }

    .paste-link-btn {
        right: 13px;
        top: unset;
        bottom: 13px;
        font-size: 1.4rem;
    }

    .step-number {
        font-size: 2.0rem;
    }

    .slick-slide img {
        width: 46px;
    }

    .rating-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    footer .footer-menu {
        padding-top: 26px;
        padding-bottom: 15px;
    }

    .language-select {
        max-width: 100%;
    }

    .language-select span {
        text-align: left;
    }

    section {
        padding-block: 30px;
    }

    .hero-section h2.sub-title {
        padding-block: 23px;
        font-size: 1.2rem;
        line-height: 20px;
    }

    .tool-icon {
        width: 42px;
        height: 42px;
    }

    .tool-card {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .tool-card h3 {
        margin-top: 0;
        margin-bottom: 4px;
    }

    .tool-card p {
        line-height: 20px;
    }

    .title-discription {
        font-size: 1.2rem;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 15px;
    }

    .feature-card h3 {
        margin-bottom: 10px;
    }

    .feature-card p {
        line-height: 19px;
    }

    .feature-card {
        padding: 0;
    }

    .rating-wrapper span {
        font-size: 1.4rem;
    }

    .rating-wrapper img {
        height: 17px;
    }

    footer p {
        line-height: 24px;
    }

    footer ul li a {
        font-size: 1.4rem;
        line-height: 36px
    }

    .video-info {
        margin-top: 2rem;
    }

    .video-info .video-info-content h3,
    .video-info .video-info-content p {
        font-size: 1.6rem;
        margin: 0;
    }

    .video-info .video-info-content span {
        font-size: 1.4rem;
    }

    .video-info .video-info-content {
        gap: 15px;
    }

    .video-info {
        gap: 30px;
    }

    .video-info .hero-btn-group {
        gap: 15px;
    }

    .video-info .hero-btn-group button {
        font-size: 1.6rem;
        max-width: 250px;
    }

    .video-preview-wrapper {
        gap: 30px;
    }

    .prh-content-text {
        font-size: 2.0rem;
        padding-block: 20px;
        line-height: 26px;
    }

    .main-text-content-section h3 {
        font-size: 1.6rem;
        margin-top: 40px;
    }

    .inner_content_text p,
    .inner_content_text ol li,
    .inner_content_text ul li {
        font-size: 1.4rem;
        line-height: 20px;
    }

    .button-group-wrapper {
        flex-wrap: wrap;
        gap: 15px;
        margin-block: 20px;
    }

    .button-group-wrapper button,
    .button-group-wrapper a {
        width: 100%;
        font-size: 1.8rem;
    }

    .accordion-item h2 button {
        padding-block: 20px;
        font-size: 1.6rem;
    }

    .accordion-body p {
        font-size: 1.4rem;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .blog-section .blog-card {
        grid-column: span 2;
    }

    .blog-detail-section .main-text-content-section {
        padding-bottom: 50px;
    }

    .blog-main-title {
        font-size: 2.8rem;
        line-height: 40px;
    }

    .contact-us-page h1 {
        font-size: 4.5rem;
        line-height: 54px;
    }

    .contact-card .card-header {
        padding-bottom: 30px;
    }

    .contact-card .card-body {
        padding: 0 20px 30px;
    }

    .contact-card .card-title {
        font-size: 2.4rem;
    }

    .contact-card .form-label {
        font-size: 1.4rem;
        line-height: 34px;
    }

    .contact-card .form-control {
        font-size: 16px;
        min-height: unset;
        padding: 12px 20px;
    }

    .contact-form-wrapper button {
        min-height: unset;
        margin-top: 30px;
        font-size: 1.8rem;
        padding-block: 15px;
        height: unset;
    }

    .about-us-content p,
    .about-us-content .about-img-text-wrapper p,
    .about-us-content ul,
    .about-us-content ol
     {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    section.about-us-content {
        padding-top: 0;
    }
}

@media screen and (max-width: 576px) {
    nav .navbar .brand img {
        width: 100px;
    }



    .navbar {
        width: 100%;
    }

    .navbar .htw-item {
        color: var(--white-color) !important;
        padding-left: 20px;
    }

    .navbar a::after {
        display: none;
    }

    header {
        padding: 20px;
    }

    header .logo {
        padding-top: 10px;
    }

    header .container {
        padding: 0;
    }

    .input-group-wrapper button {
        line-height: 24px;
        font-size: 1.8rem;
        width: 100%;
    }

    .download-form .download-note {
        font-size: 1.2rem;
        line-height: 20px;
    }

    #how-it-works .slick-dotted.slick-slider .slick-list.draggable {
        padding-right: 40px;
    }

    /* #how-it-works .container {
        padding: 0;
    } */

    .how-it-works-slider .card {
        margin-left: 20px;
    }

    .blog-section {
        padding-top: 0;
    }

}

@media screen and (max-width: 480px) {
    .contact-us-page h1 {
        font-size: 3.2rem;
        line-height: 45px;
    }
}
@media(min-width: 576px){
    .customWorksSection .cusrow{
    margin: 0 -15px;
}
.customWorksSection .cusrow .col-md-4{
    padding: 0 15px;
}
}