:root {
    --main-color: #1a86d5;
    --btn-color: rgba(26, 134, 213, 0.58);
    --main-font: "open sans";
    --second-font: "Libre Baskerville";
    --second-font-color: #0e1114;
    --text-color: #002147;
    --gray-second: #d3d3d3;
    --orange-color: #fd8a07;
}

body {
    background-color: #f8f8f8;
}

p,
div,
a {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
.footer-links a {
    color: white !important;
}

.sticky {
    position: fixed;
    z-index: 100000000;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 5.3px 0 rgba(0, 0, 0, 0.25);
}

nav {
    padding: 32px 0 !important;
    background-color: var(--main-color);
}

.nav-link {
    font-size: 16px;
    color: #fff;
}

.nav-item {
    padding-right: 16px;
}

.conversion-menu.show {
    padding: 8px 8px 0;
    width: auto;
    left: 40%;
    max-width: 101px !important;
}

.conversion-menu.show a {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0e1114;
}

#responsive-nav-icon {
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-icon {
    color: #000 !important;
    font-size: 10px;
}

.btns-span {
    background-color: #7fb3dc !important;
    border: none;
    color: #fff;
}

.sign-in {
    padding: 8px 24px;
    border-radius: 8px;
    background-color: #fff;
    text-decoration: none;
    color: var(--text-color);
}


.sign a {
    width: 100%;
    display: flex
;
    justify-content: center;
    height: 100%;
}
.sign-up {
    padding: 8px 24px;
    border-radius: 8px;
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
}

.navbar .align-items-center {

gap: 10px;
}

.sign-in,
.sign-up {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
}

.sign-up:hover {
    background-color: #fff;
    color: var(--text-color);
}

.sign-in:hover {
    border: solid 1px #fff;
    color: #fff;
    background: inherit;
}

.responsive-search {
    /* margin-right: 32px; */
    /* height: 40px; */
}

.dropdown-menu-nav {
    width: 100%;
    position: absolute;
    top: 21px;
    margin: 0 0 75px 73px;
    padding: 24px;
    background-color: #fff;
    right: 0;
    display: none;
}

.dropdown-menu-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    li {
        background-color: #ffffff;
        width: 100%;
        color: #1a86d5;
        min-width: 200px;
        border-radius: 8px;
        margin-top: 10px;
        text-align: center !important;
        padding: 10px 0 10px 0;
    }

    .sign {
        background-color: #1a86d5 !important;

        a {
            color: #ffffff !important;
        }
    }

    .sign-out {
        background-color: #d50000 !important;

        a {
            color: #ffffff !important;
        }
    }
}

.nav-close {
    margin-bottom: 16px !important;
}

ul.select2-results__options {
}

ul.select2-results__options li {
}

/* Dropdown Button */
.dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980b9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    width: 71%;
    margin: auto;
    z-index: 1;
    /*-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);*/
    height: 98px;
    background-color: #fff !important;
    padding: 8px !important;
    scrollbar-color: var(--main-color);
    scrollbar-gutter: stable;
    overflow: scroll;
}

.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #f5f5f5;
}

.dropdown-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: var(--main-color);
}

/* Links inside the dropdown */
.dropdown-content label {
    font-family: var(--main-font), serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(14, 17, 20, 0.6);
    margin-top: 8px;
}

.dropdown-content input[type="checkbox"] {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}

.dropdown-content input[type="checkbox"]:checked + label {
    font-weight: bold;
    background-color: #f8f8f8;
    /* Optional: Change the background color */
}

/* Change color of dropdown links on hover */

.article-body img {

    width: 100%;
    max-width: 700px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.nav-responsive-search-main {
    display: none;
}

.search-mobile {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.search-mobile i {
    font-size: 14px;
    color: var(--text-color);
}
.search-mobile-btn i {
    color: var(--text-color);
}
.responsive-mobile-search-wrapper {
    /* position: absolute; */
    /* top: 65px; */
    /* padding: 16px 0 ; */
    width: 100%;
    display: none;
    padding: 0% 3%;
    background-color: #76b6e6;
   padding-top: 40px;
    padding-bottom: 2%;
    margin-bottom: 2%;
    z-index: 9000;
    border-radius: 0 0 10px 10px !important;
}

.recent-search h3,
.browse-categories h3 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a86d5;
    font-family: var(--main-font);
}

.recent-search li {
    font-family: var(--main-font);
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(14, 17, 20, 0.7);
    margin-top: 12px;
}

.browse-categories {
    margin-top: 16px;
}

.search-category {
    margin-top: 12px;
    padding: 4px 6px;
    border-radius: 4px;
    background-color: rgba(26, 134, 213, 0.58);
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-family: var(--main-font);
}

.dropdown-menu-nav .dropdown-item {
    color: var(--main-color);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 16px 0 16px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsive-search input {
    /* max-width: 292px; */
}

.navbar-collapse.collapse.show {
    width: 198px;
    height: 344px;
    padding: 24px;
    background-color: #fff;
}

footer {
    width: 100%;
    background-color: var(--text-color);
    padding: 24px 0;
}

.footer-part-1 {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    /* background: rgba(255, 255, 255, 0.16); */
}

.follow {
    font-family: var(--second-font);
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-right: 24px;
}

.footer-socials {
    margin-top: 0 !important;
}

.footer-part-2 {
    margin-top: 24px;
}

.footer-logo {
    width: 50%;
    margin-bottom: 24px;
}

.site-desc {
    margin-bottom: 32px;
    font-family: var(--main-font);
    max-width: 33ch;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.footer-sign-in {
    padding: 8px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    /* background-color: var(--second-font-color); */
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a86d5;
    font-family: var(--main-font);
    border: 1px solid #ffffff !important;
}

.auth {
    margin-top: 16px;
}

.socials {
    margin-top: 32px;
    display: flex;
    flex-direction: row !important;
    gap: 14px;
}

.social-container {
    width: 45px ;
    height: 45px ;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}


@media (max-width: 576px) {
    
   
    .social-container {
        width: 24px !important;
        height: 24px !important;
        display: flex;
    }

}

.social-container img {
    width: 60%;
}



.footer-sign-up {
    font-family: var(--main-font);

    padding: 8px 24px;
    border-radius: 8px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff !important;
}
/* 
.footer-sign-up:hover {
    background: #0e1114;
    color: #fff;
} */

.footer-link {
    font-family: var(--main-font);

    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}

.footer-link:nth-last-child(-n + 1) {
    margin-bottom: 24px;
}

.contact-header {
    font-family: var(--second-font);
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 12px;
}

.contact-p {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    max-width: 38ch;
}

.email-us {
    /* font-family: var(--main-font);
    margin: 24px 0;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;

    color: #1a86d5;
    padding: 14px 24px;
    border-radius: 8px; */
    /* background-color: var(--second-font-color); */
    /* background-color: white;
    display: block;
    text-align: center;
    border: 1px solid #ffffff; */
    display: flex;
    /* width: 299px; */
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--orange-color);
    color: var(--white, #fff);
    font-family: var(--main-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin: 24px 0px;
}

.copyrights {
    margin-top: 32px;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.form-submit {
    font-family: var(--main-font);
    background-color: var(--main-color);
    padding: 8px 24px;
    border-radius: 8px;
    color: white;
    border: none;
}

.responsive-search-bar {
    margin-right: 32px !important;
}

ul.navbar-nav.mb-lg-0 {
    align-items: center;
}

@media (max-width: 1190px) and (min-width: 991px) {
    .nav-item {
        padding-right: 10px;
    }

    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        padding: 0;
    }

    /* .sign-in {
        padding: 8px 12px;
        border-radius: 8px;
        background-color: #fff;
        text-decoration: none;
        color: var(--main-color);
    } */

    .sign-up {
        padding: 8px 12px;
    }
}

@media (max-width: 991px) {
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        width: 68%;
        margin: auto;
        height: 98px;
        padding: 8px !important;
        border: 1px solid red !important;
    }

    .dropdown-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
        border-radius: 4px;
        background-color: #f5f5f5;
    }

    .dropdown-content::-webkit-scrollbar {
        width: 2px;
        background-color: #f5f5f5;
    }

    .dropdown-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: var(--main-color);
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        display: block;
        font-family: var(--main-font), serif !important;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: rgba(14, 17, 20, 0.6);
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    nav {
        padding: 16px 0 !important;
        background-color: var(--main-color);
    }
    .nav-item a {
        border: 1px solid red !important;
    }
}

.btn-dark:hover {
    background: inherit;
    border: 1px solid #0e1114;
}

@media (max-width: 576px) {
    .search_key {
        font-family: var(--main-font);
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: rgba(14, 17, 20, 0.7);
    }

    .navbar-brand {
        width: 63px;
        height: 49px;
    }

    .dropdown-menu-nav {
        top: 0px;
    }

    footer {
        padding: 16px 0;
    }

    .footer-part-1 {
        padding-bottom: 16px;
    }

    .footer-part-2 {
        margin-top: 16.5px;
    }

    .footer-logo {
        height: 60px;
    }

    .site-desc {
        max-width: 30ch;
        margin: 16px 0;
    }

    .footer-sign-in {
        font-size: 16px;
        line-height: 1.5;
        color: #1a86d5;
        padding: 8px 16px;
        border-radius: 6px;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
        background-color: white;
        border: 1px solid #ffffff !important;
    }

    .auth {
        margin-top: 16px;
        margin-bottom: 28px;
    }

    .footer-sign-up {
        padding: 8px 24px;
        padding: 8px 16px;
        border-radius: 6px;

        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

    .footer-link {
        margin-bottom: 8px;
    }

    .footer-link:nth-last-child(-n + 1) {
        /* margin-bottom: 24px; */
        color: var(--white, #fff);
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        text-transform: capitalize;
    }
}

.search-category-tags {
    margin-bottom: 2%;
    align-self: stretch;
    flex-grow: 0;
    padding: 12px;
    border-radius: 12px;
    border: none;
    background-color: #fff;
}

.search-category-tags:hover {
    border: solid 0.4px #1a86d5;
    background-color: #f5f5f5;
}

.vl {
    border-left: 1px solid rgba(14, 17, 20, 0.4);
    height: auto !important;
    width: 0px;
}

#container-hidden-responsive-search {
    background-color: white;
    border-radius: 10px;
    padding: 1% 2%;
}

.search-container {
    position: relative;
    width: 100%;
    margin-bottom: 2%;
}

#input-hidden-responsive-search {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    /* Add padding to make space for the icon */
    border-radius: 25px;
    /* Rounded corners */
    border: solid 1px #d1e7fd;
    /* Light border color */
    background-color: #f7f7f7;
    /* Background color similar to the image */
    font-size: 14px;
    /* Adjust font size */
    color: #333;
    /* Text color */
    outline: none;
    /* Remove default focus outline */
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #1a86d5;
    /* Icon color */
    font-size: 16px;
    /* Icon size */
    pointer-events: none;
    /* Make the icon unclickable */
}

@media (min-width: 1400px) {
    #container-navbar {
        margin: 0% 9%;
    }

    #first-section {
        margin: 0% 4%;
    }
    .features-container {
        margin: 0 !important;
    }
    .tasks-section-heading {
        padding: 0% 3% !important;
        margin: 0% 3% 26px;
    }
    .counter-wrapper {
        gap: 15% !important;
    }
}
