@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");

:root {
    --white: #fff;
    --black: #000;
    --primary: #2377b5;
    --secondary: #002460;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: var(--white);
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1410vpx;
    }
}

::placeholder {
    color: #6f6f6f;
}

section {
    position: relative;
    z-index: 1;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #656565;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--primary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--secondary);
}

/* loader */

/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    font-weight: 500;
    display: inline-block;
    padding: 0.875em 2.25rem !important;
    border-radius: 40px;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.themeBtn.dark {
    background-color: #121635;
}

.themeBtn:hover {
    color: var(--white);
    background-color: var(--black);
    box-shadow: 0 0 0 4px var(--white), 0 0 0 6px var(--black);
}

/* btn css */

/* navigation css */

header {
    top: 0;
    position: sticky;
    z-index: 111;
    width: 100%;
    padding: 0.875rem 0;
    border-bottom: 1px solid #7070704d;
    transition: 0.3s ease-in-out;
}

header.sticky {
    background: var(--white);
    padding: 0.475rem 0;
}

header.sticky .navbar-nav .nav-item .nav-link::before {
    bottom: -2.1rem;
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    width: 130px;
    display: block;
}

.navbar .navbar-brand>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-nav {
    align-items: center;
    justify-content: center;
    gap: 2.75rem;
    margin-left: auto;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #1f2328;
    font-weight: 500;
    padding: 1rem;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    position: relative;
}

.navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    width: 0;
    height: 5px;
    border-radius: 5px;
    background-color: var(--primary);
    transition: 0.5s ease;
}

.navbar-nav .nav-item.active .nav-link::before,
.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.navbar .btn-group {
    margin-left: 2.625rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* navigation css */

/* slider css */

.heroSection {
    padding: 3.125rem 3.75rem;
    position: relative;
}

.heroSection .gear {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gear li {
    background-color: transparent;
    border-radius: 50%;
    border: 8px solid transparent;
    padding: 1.25rem;
    width: fit-content;
}

.gear li+li {
    margin-top: -1.5rem;
}

.gear li:nth-child(2) {
    margin-left: auto;
}

.gear li:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
}

.gear li img {
    animation: rotation 5s infinite linear;
}

.gear li:nth-child(2) img {
    animation-direction: reverse;
}

.heroSection .mainCard {
    display: block;
    background-color: transparent;
    padding: 5rem;
    border-radius: 5rem;
    text-align: center;
}

.heroSection .mainCard figure {
    background-color: var(--secondary);
    border-radius: 3.75rem;
    display: grid;
    place-items: center;
    height: 600px;
    overflow: hidden;
}

.heroSection .mainCard h2 {
    color: var(--black);
    font-size: 3.75rem;
    margin: 0;
    margin-top: 1.25rem;
    line-height: 1;
}

.heroSection .mainCard.invert {
    background-color: transparent;
}

.heroSection .mainCard.invert figure {
    background-color: var(--primary);
}

.heroSection .mainCard figure img {
    transition: 0.5s ease;
}

.heroSection .mainCard:hover figure img {
    transform: scale(0.95);
    filter: grayscale(25%);
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

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

/* slider css */

/* Typography CSs */

.heading {
    font-size: 3.75rem;
    font-weight: 500;
    color: var(--black);
}

/* .text {
    font-size: 14.25rem;
    font-family: 'Bebas Neue', sans-serif;
    color: var(--white);
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 20.75rem;
    white-space: nowrap;
    opacity: 0.1;
    animation: textanimate 50s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    z-index: -1;
}

@keyframes textanimate {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
} */

/* !@Typography CSs */

/* Help Section */

.help-section {
    background-color: #f5f5f5;
    padding: 5.75rem 0;
}

.help-section .heading {
    text-transform: lowercase;
}

.help-section .heading::first-letter{
    text-transform: uppercase;
}

.help-section .card {
    text-align: center;
    background-color: transparent;
    border: 0;
    user-select: none;
}

.help-section .card figure {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: grid;
    place-items: center;
    margin: auto;
    margin-bottom: 1rem;
}

.help-section .card figure img {
    max-width: 78px;
    filter: invert(35%) sepia(59%) saturate(1144%) hue-rotate(174deg) brightness(94%) contrast(85%);
    filter: brightness(0) saturate(100%) invert(49%) sepia(11%) saturate(2864%) hue-rotate(168deg) brightness(84%) contrast(89%);
}

.help-section .card h4 {
    color: var(--black);
    font-size: 1.5rem;
    height: 4rem;
    text-transform: uppercase;
    /* font-weight: 700; */
    margin: 0;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-section .card p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.help-section .card .text {
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
}

.hiring-section .card div h5 {
    font-size: 1.15rem;
    font-family: "Poppins";
    width: 80%;
    display: block;
    margin: 0.5rem auto;
}

.hiring-section .card p {
    height: 135px;
    overflow: hidden;
    /* padding-right: 15px; */
    /* background: red; */
}

.hiring-section .card p.active {
    height: fit-content;
    overflow: unset !important;
}

.hiring-section .card:hover p {
    overflow-y: auto;
    /* padding-right: 0px; */
}

.hiring-section .card p::-webkit-scrollbar {
    height: 10px;
    width: 8px;
}

.hiring-section .card p::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #dfe9eb;
}

.hiring-section .card p::-webkit-scrollbar-track:hover {
    background-color: #b8c0c2;
}

.hiring-section .card p::-webkit-scrollbar-track:active {
    background-color: #b8c0c2;
}

.hiring-section .card p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--primary);
}

.hiring-section .card p::-webkit-scrollbar-thumb:hover {
    background-color: var(--black);
}

.hiring-section .card p::-webkit-scrollbar-thumb:active {
    background-color: var(--black);
}

.hiring-section .hiringSlider,
.help-section .helpSlider {
    padding: 2.8125rem 2px 5rem;
}

.swiper-pagination {
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #c6c8c9;
    opacity: 1;
    transition: 0.5s ease;
    outline: 0px solid var(--primary);
    outline-offset: -2px;
    margin: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary);
    transform: scale(1.3);
    outline-width: 1px;
    outline-offset: 2px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/* !@ Help Section */

/* CTA Section */

.cta-section {
    padding: 6.25rem 0 2.25rem 0;
    position: relative;
}

.cta-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 735px;
    background-color: var(--primary);
    clip-path: polygon(100% 0%, 0% 21%, 0% 100%, 100% 100%);
    z-index: -1;
}

.cta-section p {
    font-size: 1.125rem;
}

.cta-img {
    text-align: center;
}

.cta-img img {
    margin-top: -7.5rem;
}

.commentWrap .commentBox {
    background: #ebebeb;
    border-radius: 61px 61px 61px 0;
    padding: 2.625rem 3rem;
    border: 1px solid #c6c8c9;
    margin-bottom: 1.375rem;
    margin-top: 2.5rem;
    position: relative;
}

.commentWrap .commentBox p {
    margin: 0;
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}

.commentWrap .detail {
    display: flex;
    align-items: center;
    gap: 11px;
}

.commentWrap .detail h5 {
    color: var(--primary);
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 2px;
}

.commentWrap .detail h6 {
    font-size: 1.25rem;
    color: #5a5b5d;
    margin: 0;
}

.commentBox span {
    position: absolute;
    top: -1.75rem;
    display: block;
    font-size: 3.5rem;
    line-height: 1;
    transform: scaleX(-1);
    color: var(--secondary);
}

.commentBox span:nth-child(3) {
    bottom: -1.25rem;
    top: auto;
    right: 6rem;
    transform: scale(-1);
}

/* !@ CTA Section */

/* Hiring Section */

.hiring-section {
    background-color: transparent;
}

.hiring-section .card {
    border: 1px solid #70707057;
    border-radius: 1.125rem;
    padding: 2.375rem 1.375rem;
    transition: 0.5s ease;
}

.hiring-section .card h4 {
    font-size: 1.875rem;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 6px;
    transition: 0.5s ease;
    height: auto;
}

.hiring-section .card .text {
    font-size: 0.9375rem;
    color: var(--black);
    line-height: 1.8;
    margin-bottom: 1.3125rem;
    transition: 0.5s ease;
}

.hiring-section .card figure {
    transition: 0.5s ease;
}

.hiring-section .card a {
    color: var(--primary);
    text-decoration: underline !important;
    font-size: 14px;
    transition: 0.5s ease;
}

.hiring-section .card:hover {
    background-color: var(--secondary);
}

.hiring-section .card:hover figure {
    background-color: var(--white);
}

.hiring-section .card:hover h4,
.hiring-section .card:hover div h5,
.hiring-section .card:hover p,
.hiring-section .card:hover a {
    color: var(--white);
}

.hiringSlider,
.testimonialSlider {
    margin: 0rem -7rem;
}

/* !@ Hiring Section */

/* Testimonial Section */

.testimonial-section {
    padding: 6.25rem 0;
    background-color: #f5f5f5;
}

.testimonial-section .text {
    font-size: 1.125rem;
    line-height: 2;
    margin: 0;
    padding-left: 10px;
}

.testimonialCard {
    background-color: #e1e1e14d;
    border: 1px solid #7070704d;
    border-radius: 1.125rem;
    padding: 1.375rem 2.5rem 4.125rem 2rem;
    display: flex;
    align-items: center;
    gap: 2.75rem;
}

.testimonialCard .userDetail {
    text-align: center;
}

.testimonialCard .userDetail h5 {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.testimonialCard .userDetail p {
    color: #5a5b5d;
    margin: 0;
}

.rating {
    color: #ffce45;
    display: flex;
    gap: 6px;
    margin-bottom: 1.5rem;
}

.testimonialCard .textContent {
    flex: 1;
}

.testimonialCard .textContent p {
    color: var(--black);
    font-weight: 500;
    font-size: 1.375rem;
    font-style: italic;
}

.testimonialSlider {
    padding: 3.5625rem 0 4rem;
}

/* !@Testimonial Section */

/* Footer CSS */

footer {
    position: relative;
    padding-top: 3.875rem;
    background-color: var(--primary);
}

footer h2 {
    color: var(--white);
    font-size: 1.5rem;
    margin-bottom: 1.625rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.sociallinks {
    display: flex;
    gap: 12px;
    margin-top: 1.5rem;
}

.sociallinks a {
    color: var(--white);
    font-size: 1.375rem;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    display: grid;
    place-content: center;
    background: var(--secondary);
    background: linear-gradient(to bottom,
            var(--primary) 0%,
            var(--secondary) 100%);
    transition: 0.5s ease;
}

.sociallinks a:hover {
    background: transparent;
    box-shadow: 0 0 0 2px var(--white);
}

.quicklinks li+li,
.calFoter li+li {
    margin-top: 1.5rem;
}

.calFoter li p,
.calFoter li a,
.quicklinks li a {
    color: var(--white);
    display: flex;
    gap: 1.125rem;
    font-size: 1rem;
    align-items: center;
    margin: 0;
}

.quicklinks li a {
    font-size: 1rem;
}

.calFoter li a {
    font-size: 1.125rem;
}

.quicklinks a:hover,
.calFoter li a:hover {
    color: var(--secondary);
}

.copyRight {
    margin-top: 3.25rem;
    border-top: 2px solid #dfdfe0;
    padding: 1.75rem 0;
}

.copyRight p {
    margin: 0;
    color: var(--white);
    font-size: 1.125rem;
}

/* !@Footer CSS */

/* Lenis CSS */

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.main-slider {
    height: 960px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeSlider {
    width: 100%;
}

.homeSlider .swiper-pagination {
    bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.homeSlider .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #fff;
    opacity: 1;
    transition: 0.5s ease;
    outline: 0px solid var(--secondary);
    outline-offset: -2px;
    margin: 0 !important;
}

.homeSlider .swiper-pagination-bullet-active {
    background-color: var(--secondary);
    transform: scale(1.3);
    outline-width: 1px;
    outline-offset: 2px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.homeSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.main-slider h1 {
    margin: 0;
    color: #000000;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.main-slider p {
    color: var(--white);
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1rem;
    font-size: 1.5625rem;
}

.slideOne .themeBtn {
    padding: 0.75em 3.5rem !important;
    font-size: 1.75rem;
}

.slideOne .btn-group {
    gap: 2rem;
}

ul.quicklinks2 li a {
    font-size: 1rem;
    color: #fff;
    text-decoration: underline !important;
}

.generationSec {
    padding: 10rem 0;
    background: #f5f5f5;
}

.generationSec h2 {
    font-size: 3.75rem;
}

.gencntnt {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.gencntnt h3 {
    font-size: 2rem;
    color: #2277b4;
    font-weight: 600;
}

.groupblue h4 {
    font-size: 1.375rem;
    font-weight: 500;
}

.groupblue p {
    font-size: 1rem;
    color: #656565;
}

.innerBanner {
    padding: 5rem 0;
    background-color: #f5f5f5;
}

.innerBanner-content h1 {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1;
    color: var(--black);
    text-transform: capitalize;
}

.object-fit {
    width: 100%;
    object-fit: cover;
}

.contactUs {
    padding: 5rem 0;
}

.contactTitle .sectionHeading {
    margin-bottom: 0.5rem;
}

.contactTitle p {
    font-size: 1.25rem;
    width: 70%;
    display: block;
    margin: 0 auto 2rem;
    text-align: center;
}

.contactForm {
    background-color: #ebebeb;
    border: 1px solid #c6c8c9;
    border-radius: 2.25rem;
    padding: 2rem;
}

.contactForm h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 2rem;
    line-height: 1;
}

.contactForm .inputFlied :is(input, textarea, .themeBtn) {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    color: var(--black);
    border: 2px solid #ddd;
    margin: 0 0 1.25rem;
    border-radius: 2.5rem;
    outline: none !important;
    resize: none;
}

.contactForm .inputFlied textarea {
    border-radius: 1.5rem !important;
}

.contactForm .inputFlied .themeBtn {
    padding: 0.85rem 2.5rem !important;
    width: fit-content;
    border: none;
    color: var(--white);
    margin: 0;
}

.contactInfo {
    padding: 0 4rem;
}

.contactInfo img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(25%) saturate(2623%) hue-rotate(175deg) brightness(87%) contrast(83%);
}

.contactInfo .calFoter li :is(p, a) {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 500;
}

.contactInfo .sociallinks a:hover {
    background-color: var(--black);
    box-shadow: 0 0 0 2px var(--black);
    border-color: var(--black);
}

.imgNone {
    display: none;
}

.footerLogo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(0) brightness(100);
}

.footerLogo {
    display: block;
    width: 180px;
}

.contactUs .row+.row {
    margin-top: 4rem;
}

.opurtunity {
    text-align: center;
}

.sectionHeading {
    font-size: 3.125rem;
    margin: 0 0 2rem;
    color: var(--black);
    text-align: center;
}

.opurtunity form ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.opurtunity form ul li span input {
    height: 80px;
    width: 567px;
    background: #f1f5f8;
    border: 0;
    border-radius: 25px;
    font-size: 1.3rem;
    padding: 0 2rem;
}

.opurtunity form ul li .dropdown .dropdown-toggle {
    width: 223px;
    height: 80px;
    background: #f1f5f8;
    border: 0;
    border-radius: 25px;
    font-size: 1rem;
    color: #a4abb1;
    text-align: left;
    padding: 17px 35px;
}

.opurtunity form ul li span input::placeholder {
    color: var(--black);
}

.opurtunity form ul li .dropdown .dropdown-toggle span {
    display: block;
    line-height: 1.1;
    font-size: 1.3rem;
    color: var(--black);
}

.opurtunity form ul li .dropdown .dropdown-toggle:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 8%;
}

.showBtn {
    background: rgb(3, 57, 65);
    border: 0;
    color: var(--white);
    font-size: 1rem;
    padding: 28px 50px;
    font-weight: 500;
    border-radius: 50px;
}

.nearSearches h4 {
    font-size: 1.4rem;
    color: #000000;
    font-weight: 400;
    margin: 0 1rem 1.5rem;
}

.locationBox {
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 20px 25px;
    transition: all 400ms ease;
    margin-bottom: 0.7rem;
    text-align: start;
}

.locationBox:hover,
.locationBox.active,
.locationBox.locationBox1.active {
    border-color: rgb(210, 216, 220);
}

.locationBox .iconLoc {
    /* font-size: 1.3rem; */
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    margin-bottom: 1.3rem;
}

.locationBox .iconLoc span {
    position: relative;
}

.locationBox .iconLoc span i {
    color: var(--primary);
    position: relative;
}

.locationBox .iconLoc span i div {
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationBox .iconLoc span i:before {
    font-size: 32px;
}

.locationBox .iconLoc .cotent {
    font-size: 1.1rem;
    font-weight: 500;
}

.locationBox p {
    color: #000000;
    font-size: 1.2rem;
}

.locationBox .cal {
    width: fit-content;
    color: var(--primary);
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
}

.locationBox .get {
    width: fit-content;
    color: var(--primary);
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
}

.oficeMap iframe {
    border-radius: 25px;
}

.locationBox.active .iconLoc span i {
    color: #babfc3;
}

.nearSearches .nav-tabs {
    border: 1px solid rgb(210, 216, 220);
    overflow: auto;
    height: 640px;
    border-radius: 1rem 0 0 1rem;
    padding: 0.75rem 0 0 0.25rem;
}

.nearSearches .nav-tabs .nav-link {
    border: none;
    background: transparent;
    border-top-right-radius: 0.25rem;
    outline: none;
}

/* Cta */
.cta {
    padding: 5rem 0;
}

/* Blog */
.blog {
    padding: 5rem 0;
}

.blog-card {
    height: 100%;
    box-shadow: 0 0 20px 5px #00000020;
    border-radius: 1.25rem;
    overflow: hidden;
    padding: 0.5rem;
}

.blog-card__img {
    height: 400px;
    border-radius: 1rem;
    overflow: hidden;
}

.blog-card__img img {
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.blog-card__content {
    padding: 1rem 0.75rem 0.75rem;
}

.blog-card__content .title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.2;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.blog-card__content .title:hover {
    color: var(--secondary);
}

.blog .row:not(:first-child) {
    margin-top: 2rem;
}

.blog-card:hover img {
    transform: scale(1.1);
}

/* Blog Detail */
.blog-detail {
    margin: 5rem 0;
}

.blog-detail__img {
    height: 600px;
    border-radius: 1rem;
    overflow: hidden;
}

.blog-detail__img img {
    object-fit: cover;
}

.blog-detail ul {
    list-style: disc;
    color: #656565;
    margin: 1rem 0 1rem 1.25rem;
    line-height: 1.5;
}

.blog-detail__searchBox {
    border: 1px solid #00000090;
    border-radius: 0.5rem;
    padding: 0.25rem;
}

.blog-detail__searchBox input {
    border: none;
    outline: none;
    padding: 0 0.5rem;
}

.blog-detail__searchBox button {
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    background: var(--primary);
    color: #fff;
    border-radius: 0.5rem;
}

.blog-detail__card {
    border-radius: 1rem;
    box-shadow: 0 0 20px 1px #00000020;
    padding: 1rem 2rem;
    margin: 2rem 0;
}

.blog-detail__card .heading {
    font-size: 1.75rem;
    padding: 1.5rem 0;
    border-bottom: 3px solid #00000020;
    position: relative;
    text-transform: capitalize;
    color: var(--secondary);
}

.blog-detail__card .heading::before {
    content: "";
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: var(--primary);
    border-radius: 1rem;
}

.blog-detail__card .heading i {
    margin-right: 0.5rem;
}

.blog-detail__card p {
    font-size: 1rem;
    margin: 2rem 0 1rem;
}

.blog-detail__cardPost {
    display: flex;
    align-items: center;

    padding: 2rem 0;
}

.blog-detail__cardPost>img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-right: 1rem;
}

.blog-detail__cardPost .date {
    text-transform: uppercase;
    font-size: 1rem;
}

.blog-detail__cardPost .title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
}

.blog-detail__cardPost .title:hover {
    color: var(--secondary);
}

.blog-detail__cardPost:not(:last-child) {
    border-bottom: 2px solid #00000020;
}

.prev-nextBtn {
    width: 100%;
    box-shadow: 0 0 20px 1px #00000020;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.prev-nextBtn img {
    width: 75px;
    height: 75px;
    border-radius: 0.5rem;
}

.prev-nextBtn>div>p {
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.prev-nextBtn>div>.title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary);
}