* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt"0;
}

html, body {
    scroll-behavior: smooth !important;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    transition: 0.5s;
}

/* ---------------------- Navbar starts ---------------------- */
nav {
    height: 60px;
    width: 100%;
    background-color: #000000;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    z-index: 100;
}

nav .nav-links,
nav .contact-links {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
    align-items: center;
    z-index: 100;
}

nav .contact-links {
    gap: 0.5rem;
}

nav .contact-links li a {
    padding: 4px;
}

nav .contact-links li a i {
    font-size: 16px;
}

nav .contact-links li a:hover>i {
    color: #5BADF0;
}

nav .nav-links li a,
nav .contact-links li a {
    color: #D9E3EA;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
}

nav .nav-links li a:hover {
    color: #5BADF0;
}

nav #menutoggleBtn {
    color: #fff;
    font-size: 24px;
    padding: 8px;
    line-height: 80px;
    cursor: pointer;
    display: none;
}


@media screen and (max-width: 700px) {

    nav {
        padding: 0px 20px;
    }

    nav #menutoggleBtn {
        display: block;
        padding: 0px 20px;
        line-height: 60px;
        float: right;
    }

    nav .nav-links {
        position: fixed;
        z-index: 100 !important;
        background-color: #000000;
        width: 100%;
        height: calc(100vh - 60px);
        padding-right: 0px;
        padding-bottom: 60px;
        flex-direction: column;
        justify-content: space-evenly;
        left: -100%;
        top: 60px;
        transition: all 0.5s;
    }

    nav .nav-links li a {
        font-size: 1rem;
        font-weight: bold;
    }

    nav .nav-links.show {
        left: 0;
    }
}

/* ----------------------- Footer starts ----------------------- */

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 30px 18px 18px 18px;
}

footer span {
    color: #585858;
    font-size: 14px;
}

/* section {
    width: 100%;
    text-align: center;
    color: #ffff;
    font-size: 18px;
} */

.hero {
    width: 100%;
    background-color: #000000;
    min-height: calc(100vh - 47px);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    padding-bottom: 3rem;
}

.hero .content {
    grid-column: span 8;
    padding-left: 80px;
}

.hero .image {
    grid-column: span 4;
}

.hero .image picture img {
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.hero .content h1 {
    font-size: 76px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: -4.48px;
}

.hero .content .role {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.64);
    letter-spacing: -0.51px;
    margin-top: 0px;
}

.hero .content .author-info {
    color: #fff;
    margin-top: 1rem;
    line-height: 1.35rem;
}

.hero .content .author-info a {
    color: #FEED73;
}

@media screen and (max-width: 1100px) {
    .hero {
        column-gap: 0rem;
        row-gap: 3rem;
        padding-bottom: 0rem;
    }

    .hero .content {
        grid-column: span 12;
        padding: 2rem 1rem 0rem 1rem;
    }

    .hero .image {
        grid-column: span 12;
        margin-bottom: -0.5rem;
    }

    .hero .image picture img {
        border-radius: 6px;
    }
}

@media screen and (max-width: 700px) {
    .hero .content h1 {
        font-size: 64px;
    }
}

/* .projects{
    background-color: green;
    height: 1600px;
    line-height: 1600px;
}

.contact{
    background-color: blue;
    height: 300px;
    line-height: 300px;
} */

.skillsets {
    margin-top: 1.5rem;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.skillsets .skillset .title {
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1rem;
}

.skillsets .skillset .row {
    display: flex;
    row-gap: 0.75rem;
    column-gap: 0.75rem;
    flex-wrap: wrap;
}

.skillsets .skillset .row span {
    border: 2px solid #4892ce;
    border-radius: 16px;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
    user-select: none;
}

.skillsets .skillset .row span:hover {
    background-color: #4892ce;
    color: #fff;
}

/* ---------------------- Projects starts --------------------------- */

#projects {
    height: 80px;
    width: 100%;
}

.projects {
    padding: 0rem 10% 0rem 10%;
}

.projects h2 {
    color: #5BADF0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.projects p {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 4rem;
}

.projects .wrapper {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.projects .wrapper .project {
    display: flex;
    gap: 3rem;
}

.projects .wrapper .project .col {
    flex-basis: 50%;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
}

.projects .wrapper .project .col picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.projects .wrapper .project .col .info .project-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 20px;
}

.projects .wrapper .project .col .info .project-desc {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500 !important;
    font-size: 17px;
    line-height: 1.5rem;
    margin-bottom: 0rem;
    text-align: justify;
}

.projects .wrapper .project .col .technologies {
    display: flex;
    gap: 1rem;
}

.projects .wrapper .project .col .technologies li {
    font-weight: bold;
    font-size: 15px;
}

.projects .wrapper .project .col .technologies li i {
    color: #5BADF0;
    margin-right: 3px;
}

.projects .wrapper .project .col .actions {
    display: flex;
    gap: 1.5rem;
}

.projects .wrapper .project .col .actions .col a {
    display: block;
    border: 2px solid #000;
    color: #000;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 6px;
    transition: 0.5s;
}

.projects .wrapper .project .col .actions .col a i {
    margin-right: 4px;
}

.projects .wrapper .project .col .actions .col .primary {
    background-color: #000;
    color: #fff;
}

.projects .wrapper .project .col .actions .col a:hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, .9) !important;
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .projects {
        padding: 0rem 5% 0rem 5%;
    }
}

@media screen and (max-width: 1020px) {
    .projects {
        padding: 0rem 2rem 0rem 2rem;
    }
}

@media screen and (max-width: 900px) {
    .projects .wrapper .project {
        gap: 2rem;
    }
}

@media screen and (max-width: 800px) {
    .projects .wrapper .project {
        flex-direction: column;
        gap: 2rem;
    }

    .projects .wrapper .project .col {
        gap: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .projects {
        padding: 0rem 1rem 0rem 1rem;
    }

    .projects .wrapper {
        gap: 3rem;
    }

    .projects .wrapper #projectImage {
        order: 1;
    }

    .projects .wrapper #projectInfo {
        order: 2;
    }
}

@media screen and (max-width: 400px) {
    .projects .wrapper .project .col .actions {
        margin-top: 0.5rem;
        flex-direction: column;
        gap: 1.25rem;
    }
}

/* --------------------- Contact Starts ------------------------ */
#contact {
    height: 80px;
    width: 100%;
}

.contact {
    margin-top: -1rem;
    padding: 0rem 3rem 5rem 3rem;
}

.contact .row {
    display: flex;
    gap: 4rem;
}

.contact .row .col {
    flex-basis: 50%;
}

.contact h2 {
    color: #fff;
    font-size: 64px;
    text-shadow: -0.0625rem 0 #4892ce, 0 0.0625rem #4892ce, 0.0625rem 0 #4892ce, 0 -0.0625rem #4892ce;
}

.contact>p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1020px) {
    .contact {
        padding: 0rem 2rem 5rem 2rem;
    }

    .contact .row {
        gap: 3rem;
    }
}

@media screen and (max-width: 800px) {
    .contact>p {
        margin-bottom: 0rem;
    }

    .contact .row {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
}

@media screen and (max-width: 600px) {
    .contact {
        padding: 0rem 1rem 5rem 1rem;
    }

    .contact h2 {
        font-size: 54px;
    }
}

.contact .row .col .contact-info {
    margin-top: 3rem;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
}

.contact .row .col .contact-info .info {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.contact .row .col .contact-info .info .left {
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(72, 146, 206, 0.2), 0 0.25rem 0.75rem rgba(72, 146, 206, 0.2) !important;
}

.contact .row .col .contact-info .info .left i {
    color: rgb(72, 146, 206);
    font-size: 1.5rem;
}

.contact .row .col .contact-info .info .left img {
    width: 20px;
    height: auto;
}

.contact .row .col .contact-info .info .right {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact .row .col .contact-info .info .right h3 {
    font-weight: bold;
    font-size: 18px;
}

.contact .row .col .contact-info .info .right p {
    margin-top: 0rem;
    color: #666276;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.35rem;
}

.contact .row .col .contact-info .info .right a {
    color: #5BADF0;
    margin-top: 0.5rem;
}

.contact .row .col .contact-info .info .right a:hover {
    color: #4892ce;
}

.contact .row .col form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact .row .col form .form-input input,
.contact .row .col form .form-input textarea {
    display: block;
    width: 100%;
    padding: 0.75rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e7e9;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.contact .row .col form .form-input input:active,
.contact .row .col form .form-input textarea:active,
.contact .row .col form .form-input input:focus,
.contact .row .col form .form-input textarea:focus {
    border: 1px solid #000;
    outline: 1px solid #000;
}

.contact .row .col form .input-submit button {
    width: fit-content;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 1.25rem;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    margin-top: 0.5rem;
    transition: 0.5s;
    font-weight: 500;
}

.contact .row .col form .input-submit button:hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.9) !important;
}

.error-message {
    display: inline-block;
    color: red;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}

/* --------------------------- Bio starts --------------------------- */
.bio {
    width: 600px;
    padding: 5rem 1rem 5rem 1rem;
    margin-left: auto;
    margin-right: auto;
}

.bio .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 0.25rem;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.bio .top img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin-bottom: 1.25rem;
}

.bio .top h1 {
    font-size: 54px;
    text-align: center;
    line-height: 4rem;
    font-weight: bolder;
    letter-spacing: -2.48px;
}

.bio .top .role {
    margin-top: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: -0.51px;
}

.bio .bottom {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.bio .bottom span,
.bio .bottom p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 17px;
    font-weight: 500 !important;
    line-height: 1.7rem;
}

.bio .bottom p span{
    display: inline-block;
    margin-bottom: 1rem;
}

.bio .bottom span a,
.bio .bottom p a {
    color: #5BADF0;
}

.bio .bottom span a:hover,
.bio .bottom p a:hover {
    text-decoration: underline;
}

.bio .bottom h2 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: bold;
}

.bio .bottom .early-life-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-top: 1.25rem;
}

@media screen and (max-width: 600px) {
    .bio {
        width: 100%;
    }

    .bio .top h1 {
        font-size: 42px;
        line-height: 3rem;
    }
}

/* -------------------- Toast starts ----------------------- */
.toast {
    max-width: 350px;
    min-width: 300px;
    overflow: hidden;
    font-size: .875rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
    opacity: 1;
    border-radius: 6px;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 101;

    animation-name: fadeIn;
    animation-duration: 0.6s;
}

.toast .top {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    align-items: center;
}

.toast .top .title {
    font-weight: bold;
    font-size: 1rem;
    color: #373F50;
}

.toast .top .close i {
    padding: 4px;
    font-size: 1rem;
}

.toast .top .close i:hover {
    cursor: pointer;
    color: #fe4042;
}

.toast .bottom {
    padding: 16px 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.toast .bottom p {
    color: #4B566B;
}

.toast-close {
    animation-name: fadeOut;
    animation-duration: 0.6s;
}

@keyframes fadeIn {
    from {
        top: -200px;
    }

    to {
        top: 12px;
    }
}

@keyframes fadeOut {
    from {
        top: 12px;
    }

    to {
        top: -200px;
    }
}

/* ---------------------------- Blog(Lists) starts -------------------------- */
.blog-posts {
    padding: 3rem 3rem 5rem 3rem;
}

.blog-posts h1 {
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.blog-posts .row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blog-posts .row .post {
    display: flex;
    gap: 1.5rem;
}

.blog-posts .row .post .image {
    flex-basis: max(35%, 300px);
}

.blog-posts .row .post .content {
    flex-basis: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.blog-posts .row .post .image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.blog-posts .row .post .content .top a:hover>h3 {
    transition: 0.5s;
    color: #4892ce;
}


@media screen and (max-width: 1000px) {
    .blog-posts {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 900px) {
    .blog-posts .row .post {
        flex-direction: column;
    }

    .blog-posts .row {
        gap: 3rem;
    }
}

@media screen and (max-width: 720px) {
    .blog-posts {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.blog-posts .row .post .content .top .category {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: rgba(99, 102, 242, 0.1);
    margin-bottom: 1rem;
    font-size: 16px;
    color: #33354D;
}

.blog-posts .row .post .content .top h3 {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.blog-posts .row .post .content .top p,
.blog-posts .row .post .content .top span {
    color: #565973;
    margin-bottom: 1rem;
    line-height: 1.75rem;
}

.blog-posts .row .post .content .bottom {
    border-top: 1px solid #b4b7c9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}

.blog-posts .row .post .content .bottom .left img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.blog-posts .row .post .content .bottom .right span {
    color: #677788;
    font-size: 14px;
}

/* ------------------------ Single Blog Post starts -------------------------- */
.single-blog-post {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
}

.single-blog-post .left {
    grid-column: span 9;
}

.single-blog-post .right {
    grid-column: span 3;
}

.single-blog-post .left .header h1 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.single-blog-post .left .header .row {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.single-blog-post .left .header .row .category {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: rgba(72, 146, 206, 0.1);
    font-size: 16px;
    color: #4892ce;
    font-weight: 500;
}

.single-blog-post .left .header .row .date {
    color: #677788;
}

.single-blog-post .left .image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 2rem;
}

.single-blog-post .left .content h3 {
    font-size: 1.5rem;
    margin-top: 3rem;
    font-weight: bold;
}

.single-blog-post .left .content .paragraphs h4{
    font-size: 1.25rem;
    margin-top: 2rem;
    font-weight: bold;
}

.single-blog-post .left .content .paragraphs p,
.single-blog-post .left .content .conclusion p{
    font-size: 18px;
    margin-top: 1rem;
    line-height: 1.75rem;
    color: #565973;
}


.slider-container{
    position: relative;
}

.my-slider .slider-item:hover {
    cursor: pointer;
}

.slider-container .tns-controls {
    display: none;
}

.slider-container .tns-nav {
    position: absolute;
    bottom: -40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.slider-container .tns-nav button {
    width: 6px;
    height: 6px;
    margin: 0px 8px;
    outline: none;
    border: none;
    background-color: rgba(72, 146, 206, 0.4);
    border-radius: 50%;
}

.slider-container .tns-nav .tns-nav-active {
    background-color: #4892ce;
    width: 30px;
    border-radius: 6px;
}


.single-blog-post .left .content .conclusion h3 {
    margin-top: 3rem;
    color: #000;
}

.single-blog-post>.right {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.single-blog-post .right .wrapper {
    position: sticky;
    top: 2rem;
    z-index: 10 !important;
}

.single-blog-post>.right .author {
    display: flex;
    margin-top: 4rem;
    gap: 2rem;
    align-items: center;
    border-bottom: 1px solid #d4d7e5;
    padding-bottom: 2rem;
}

.single-blog-post>.right .author .left img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.single-blog-post>.right .author .right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.single-blog-post>.right .author .right .title {
    font-weight: bold;
}

.single-blog-post>.right .author .right .name {
    color: #4892ce;
}

.single-blog-post>.right .blog-subscribe {
    margin-top: 2rem;
}

.single-blog-post>.right .blog-subscribe h4 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: bold;
}

.single-blog-post>.right .blog-subscribe input {
    padding: 12.56px 18px;
    border-radius: 6px;
    outline: none;
    border: 1px solid #d4d7e5;
    font-size: 1rem;
    color: #33354D;
}

.single-blog-post>.right .blog-subscribe input:focus,
.single-blog-post>.right .blog-subscribe input:active {
    outline: none;
    outline: 1px solid #000;
    border: 1px solid #000;
}

.single-blog-post>.right .blog-subscribe button {
    width: 100%;
    height: 48px;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #000;
    color: #fff;
    border: unset;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    transition: 0.5s ease;
    margin-top: 1.25rem;
}

.single-blog-post>.right .blog-subscribe button:hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.9) !important;
}

@media screen and (max-width: 1120px) {
    .single-blog-post {
        margin-left: 1rem;
        margin-right: 1rem;
        gap: 3rem;
    }

    .single-blog-post .left {
        grid-column: span 8;
    }

    .single-blog-post .right {
        grid-column: span 4;
    }
}

@media screen and (max-width: 860px) {
    .single-blog-post {
        gap: 0rem;
    }

    .single-blog-post .left {
        grid-column: span 12;
    }

    .single-blog-post .right {
        grid-column: span 12;
    }

    .single-blog-post .left .header h1 {
        font-size: 2rem;
    }

    .single-blog-post>.right .blog-subscribe input {
        width: 100%;
    }

    .single-blog-post .right .blog-subscribe {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-blog-post>.right .author {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .single-blog-post .right .blog-subscribe {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---------------------- Home(Subscribe) starts ---------------------- */
.subcribe {
    margin-left: 3rem;
    margin-right: 3rem;
    padding: 5rem 3rem;
    background-color: #000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
}

.subcribe h2 {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
}

.subcribe p {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 2rem;
    font-size: 18px;
}

.subcribe .input-group {
    margin-top: 2rem;
}

.subcribe .input-group input {
    width: 400px;
    padding: 12px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #fff;
    font-size: 1rem;
    color: #33354D;
    background-color: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.subcribe .input-group input::placeholder {
    color: rgb(121, 124, 141);
}

.subcribe .input-group input:focus,
.subcribe .input-group input:active {
    outline: none;
    box-shadow: 0 0 3px 0 #4892ce;
}

.subcribe .input-group button {
    margin-top: 1rem;
    height: 48px;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #5BADF0;
    color: #fff;
    border: unset;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    transition: 0.5s ease;
    margin-left: -6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.subcribe .input-group button:hover {
    cursor: pointer;
    background-color: #4892ce;
}

@media screen and (max-width: 900px) {
    .subcribe .input-group input {
        width: 300px;
    }
}

@media screen and (max-width: 800px) {
    .subcribe h2 {
        font-size: 2rem;
    }

    .subcribe .input-group input {
        width: 200px;
    }

    .subcribe .input-group button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    .subcribe {
        padding: 5rem 1.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .subcribe .input-group input {
        width: 100%;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .subcribe .input-group button {
        padding-left: 3rem;
        padding-right: 3rem;
        width: 100%;
        margin-left: 0px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

/* ---------------------- Blog Suggestion starts ------------------------ */
.blog-suggestion {
    padding: 0rem 2rem 5rem 2rem;
}

.blog-suggestion h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.blog-suggestion .my-slider {
    display: flex;
    gap: 1.5rem;
    overflow: hidden;
}

.blog-suggestion .my-slider .card .top .image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.blog-suggestion .my-slider .card .top span {
    display: block;
    color: #5BADF0;
    margin-bottom: 0.5rem;
}

.blog-suggestion .my-slider .card .top .title {
    font-weight: 500;
    color: #000;
    transition: 0.6s;
    font-size: 20px;
}

.blog-suggestion .my-slider .card .top .title:hover {
    color: #4892ce;
}

.blog-suggestion .my-slider .card .bottom {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.blog-suggestion .my-slider .card .bottom .left img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.blog-suggestion .my-slider .card .bottom .right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.blog-suggestion .my-slider .card .bottom .right .name {
    font-weight: bold;
    color: #0b0f19;
}

.blog-suggestion .my-slider .card .bottom .right .date {
    color: #677788;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    .blog-suggestion {
        padding: 0rem 1rem 5rem 1rem;
    }

    .blog-suggestion h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    .blog-suggestion {
        padding: 0rem 1rem 5rem 1rem;
    }

    .blog-suggestion .my-slider {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
}

.related-tags-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
}

.related-tags-wrapper h3{
    font-weight: bold;
    margin-top: 1rem;
}

.related-tags {
    margin-top: 1rem;
    display: flex;
    flex-direction: row !important;
    row-gap: 0.75rem;
    column-gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

@media screen and (max-width: 1120px) {
    .related-tags-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.related-tags span {
    border: 2px solid #4892ce;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
    user-select: none;
}

/* ----------------------- 404 starts ------------------------- */
.page-not-found {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem 5rem 1rem;
}

.page-not-found img {
    max-width: 340px;
    height: auto;
    margin-bottom: 2rem;
}

.page-not-found h1 {
    font-weight: bold;
    font-size: 32px;
}

.page-not-found p {
    margin-top: 0.5rem;
    text-align: center;
}

.page-not-found a {
    color: #5BADF0;
    margin-top: 2rem;
}

.page-not-found a:hover {
    color: #4892ce;
}

.page-not-found a i {
    font-size: 14px;
    margin-right: 4px;
}