.hero-section {
    padding-top: 150px;
    background-color: #002147;
    padding-bottom: 56px;
}

.hero-main-heading {
    /* font-family: var(--main-font);
  font-size: 37px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: left;
  color: yellow;
  margin-bottom: 24px; */
    color: #fd8a07;
    font-family: "Libre Baskerville";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-bottom: 24px;
}

.hero-p-conrainer {
    margin-bottom: 32px;
}

.hero-p ul li {
    list-style-image: url(../images/icons/dot.svg);
    font-family: var(--main-font);
    font-size: 20px;
    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);
    margin-bottom: 16px !important;
}

.hero-p-first {
    margin-bottom: 16px;
}

.discovr {
    padding: 8px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--text-color);
}

.tab-img-wrapper {
    width: 316px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}

.width-img-wrapper {
    width: 374px;
    position: relative;
}

.hover-open {
    position: absolute;
    top: 38%;
    right: 39%;
    z-index: 1;
}

.tab-img-wrapper img.hero-img:hover,
.width-img-wrapper img.hero-img:hover {
    -webkit-filter: brightness(70%);
}

.hover-open {
    width: 40px;
    height: 40px;
}

.features-container {
    /* margin: 0 65px; */
    padding: 80px 0;
}

.feature-img {
    width: 56px;
    height: 56px;
}

.feature-heading {
    font-family: var(--main-font);
    padding-top: 16px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--second-font-color);
}

.tasks-section {
    /* padding: 5px; */
    background-color: #f8f8f8;
}

.tasks-section-heading {
    font-family: var(--second-font);

    font-size: 32px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    /* line-height: normal; */
    letter-spacing: normal;
    color: var(--text-color);
    margin-bottom: 24px;
    /* margin-top: 80px; */
    text-align: center !important;
    line-height: 48px;
    letter-spacing: 0.9px;
}

.tasks-section-p p {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: rgba(14, 17, 20, 0.7);
    max-width: 116ch;
    margin-bottom: 26px;
    margin: 0 auto 26px;
    text-align: center !important;
}

.task-filter-container-tab {
    border: none;
    gap: 16px;
}

.search-tasks form {
    position: relative;
}
.search-tasks form label {
    position: absolute;
    left: 6px;
    transform: translateY(-50%);
    top: 50%;
    padding-left: 6px;
}
.search-tasks form input label img {
    width: 32px;
    height: 32px;
}
.search-tasks form input {
    display: flex;
    width: 100%;
    padding: 12px 50px 12px  !important;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--grey-second, #d3d3d3);
    background: #f5f5f5;
}
.search-tasks form button {
    display: flex;
    height: 56px;
    padding: 8px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--Blue, #1a86d5);
    background: var(--Blue, #1a86d5);
    color: var(--white, #fff);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.task-filter-tab {
    padding: 6px 16px !important;
    border-radius: 6px !important;
    border: solid 0.8px var(--main-color) !important;
    color: var(--main-color) !important;
}

.task-filter-tab.active {
    background-color: var(--main-color) !important;
    color: white !important;
    padding: 10px 16px !important;
}

.tab-pane {
    display: unset;
}

.tab-content {
    margin-top: 45px;
}

.task {
    padding: 16px;
    /* margin-right: 23px; */
    border-radius: 16px;
    border: solid 1px var(--gray-second);
    background-color: #fff;
}
.task:hover {
    background: var(--text-color);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.task-heading {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--second-font-color);
    margin-bottom: 12px;
    max-width: 353px;
}
.task:hover .task-heading {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.task-p {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgba(14, 17, 20, 0.7);
    max-width: 353px;
    /* margin-bottom: 24px; */
}

.task:hover .task-p {
    color: var(--white-80, rgba(255, 255, 255, 0.8));
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    transition: all 0.3s ease-in-out;
}

.get-start {
    font-family: var(--main-font);

    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--main-color);
}
.tasks-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
/* .tasks-container .task-wrapper { */
/* margin-bottom: 24px !important; */
/* } */

/*.tasks-container .task-wrapper:nth-last-child(-n + 3) {*/
/*  margin-bottom: 48px !important;*/
/*}*/
.more-it {
    /* padding: 8px 24px;
    border-radius: 8px;
    border: solid 1px var(--main-color); */
    /* background-color: white; */
    /* color: #1a86d5 !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px; */
    display: flex;
    padding: 8px 24px;
    /* flex-direction: ; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;

    border: 1px solid var(--Blue, #1a86d5);
    background: var(--Blue, #1a86d5);
    color: var(--white, #fff);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: fit-content;
}

.more-it:hover {
    background: #ffffff;
    color: var(--text-color) !important;
    transition: all 0.3s linear;
}
.btn-secondary {
    display: flex;
    padding: 8px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--Blue, #1a86d5);
    background: white;
    color: var(--white, #fff);
    font-family: "Open Sans";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px; /* 150% */
    width: fit-content;
    color: var(--main-color);
}

.btn-secondary:hover {
    background: var(--main-color);
    color: white;
    border: 1px solid white;
    transition: all 0.3s linear;
}
.discovr:hover {
    background-color: var(--main-color);
    color: white !important;
}

.discovr:hover {
    border: solid 1px white;
}

.counter-section {
    padding: 56px 0;
}

/* .main-counter-container {
    background-color: var(--main-color);
    padding: 46px;

    border-radius: 20px;
    background-image: url(../images/lines.svg);
} */
.main-counter-container {
    background-color: var(--text-color);
    padding: 46px;
    border-radius: 20px;
    background-image: url(../images/lines.svg);
}
.counter-wrapper {
    gap: 10%;
    /* gap: 132px; */
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.counter-img {
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
}

.counter-number {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: var(--orange-color);
    margin-bottom: 8px;
}

.counter-heading {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    color: #e0e0e0;
}

.Line-between {
    width: 1px !important;
    height: 80px !important;

    background-image: url(../images/v-line.svg);
}

.explore-intricacies {
    padding: 56px 0;
    background-color: #f8f8f8;
}

.explore-wrapper {
    gap: 32px;
}

.explore-intricacies-heading {
    /* font-family: var(--main-font);
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0.9px;
    text-align: left;
    color: var(--second-font-color);
    max-width: 32ch;
    margin-bottom: 24px; */
    color: var(--text-color);
    font-family: var(--second-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px; /* 176.667% */
    text-transform: capitalize;
    width: 440px;
}

.view-it {
    padding: 8px 24px;
    border-radius: 8px;
    background-color: var(--main-color);
    color: #fff;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.view-it:hover {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.comment-section {
    /* padding: 96px 0; */
}

.comment-section-main-title {
    /* font-family: var(--main-font);
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.96px;
    text-align: left;
    color: #0e1114;
    margin-bottom: 32px; */
    color: var(--text-color);
    font-family: "Libre Baskerville";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.review-card-container {
    /* padding: 24px;
    border-radius: 32px;
    border: solid 1px rgba(26, 134, 213, 0.58);
    background-color: #fff; */
    border-radius: 16px;
    border: 1px solid var(--grey-second, #d3d3d3);
    background: var(--white, #fff);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.reviewer-details {
    margin-bottom: 16px;
}

.avatar {
    width: 56px;
    height: 56px;
    margin-right: 12px;
}

.review-title {
    font-family: var(--main-font);
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 8px;
    color: var(--text-color);
    /* 16px -bold */
    font-weight: 700;
}

.review-details {
    font-family: var(--main-font);

    font-size: 14px;
    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);
}

.stars {
    display: flex;
    flex-direction: row;
}

.owl-dots {
    text-align: center;
    padding-top: 32px;
}

.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: white;
    border: 1px solid var(--orange-color);
    margin: 0 8px;
}

.owl-dots button.owl-dot:hover {
    background: var(--orange-color);
}

.owl-dots button.owl-dot.active {
    background: var(--orange-color);
    width: 32px;
    border-radius: 30px;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.responsive-video-open {
    margin-left: 16px;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #fff;
    background: #fff;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "x";
}

#fade:hover ~ #boxclose {
    display: none;
}

.test:hover ~ .test2 {
    display: none;
}

@media (max-width: 576px) {
    .hero-section {
        padding: 32px 0 24px 0;
    }

    .hero-main-heading {
        font-family: var(--main-font);
        font-size: 20px;
        font-weight: 600;

        letter-spacing: 0.4px;
        margin-bottom: 8px;
    }

    .hero-p-container {
        margin-bottom: 16px;
    }

    .hero-p ul li {
        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;
        color: rgba(255, 255, 255, 0.9);
    }

    .hero-p-first {
        margin-bottom: 8px;
    }

    .discovr {
        padding: 8px 16px;
        border-radius: 6px;
        box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.08);
        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: left;
        color: var(--main-color);
    }

    .socials {
        margin-top: 16px !important;
        gap: 8px;
    }

    .social-container {
        width: 24px !important;
        height: 24px !important;
        display: flex;
    }

    .tasks-section-heading {
        font-family: var(--main-font);

        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #0e1114;
        margin-bottom: 14px;
        text-align: left;
        max-width: 38ch;
    }

    .tasks-section-p p {
        font-family: var(--main-font);
        font-size: 14px;

        line-height: 1.57;

        color: rgba(14, 17, 20, 0.7);
        max-width: 42ch;
        margin: 0;
        margin-bottom: 16px;
    }

    .task-filter-container-tab {
        border: none;
        gap: 8px;
    }

    .task-filter-tab {
        padding: 4px 8px !important;
        border-radius: 4px !important;
        border: solid 0.8px var(--main-color) !important;
        color: var(--main-color) !important;
        font-size: 12px;
    }

    .tab-content {
        margin-top: 16px;
    }

    .task {
        padding: 16px;
        margin-right: 0;
        border-radius: 16px;
        border: solid 1px var(--btn-color);
        background-color: #fff;
    }

    .task-heading {
        font-size: 16px;
    }

    .task-p {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.57;
        max-width: 37ch;
        margin-bottom: 16px;
    }

    /* .tasks-container .task-wrapper {
        margin-bottom: 12px !important;
    } */

    /* .tasks-container .task-wrapper:nth-last-child(-n + 3) {
        margin-bottom: 12px !important;
    } */

    /* .tasks-container .task-wrapper:nth-last-child(-n + 1) {
        margin-bottom: 24px !important;
    } */

    .more-it {
        padding: 8px 16px;
        border-radius: 6px;
        border: solid 1px var(--main-color);
    }

    .counter-section {
        padding: 32px 0;
    }

    .main-counter-container {
        /* background-color: var(--main-color); */
        padding: 34px;
    }

    .counter-wrapper {
        gap: 5%;
        /* gap: 20px; */
    }

    .counter-img {
        width: 24px;
        height: 24px;
        margin-bottom: 8px;
    }

    .counter-number {
        font-family: var(--main-font);
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        margin-bottom: 4px;
    }

    .counter-heading {
        font-family: var(--main-font);
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: left;
        color: #e0e0e0;
    }

    .explore-intricacies {
        padding: 36px 0;
        background-color: #f8f8f8;
    }

    .explore-wrapper {
        gap: 16px;
    }

    .explore-intricacies-heading {
        font-family: var(--main-font);
        font-size: 16px;
        max-width: 37ch;
        margin-bottom: 16px;
    }

    .view-it {
        padding: 8px 16px;
        border-radius: 6px;
    }

    .comment-section {
        padding: 32px 0;
    }

    .comment-section-main-title {
        font-size: 20px;
        letter-spacing: 0.4px;
        margin-bottom: 16px;
    }

    .review-card-container {
        padding: 16px;
        border-radius: 32px;
    }

    .reviewer-details {
        margin-bottom: 14px;
    }

    .review-title {
        font-family: var(--main-font);
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #0e1114;
        margin-bottom: 8px;
    }

    .review-details {
        max-width: 26ch !important;
    }

    .search-tasks form button {
        display: flex;
        height: 47px;
        padding: 4px 16px;
        gap: 10px;
        border-radius: 8px;
        font-size: 14px;
    }
    .search-tasks form input {
        font-size: 14px;
        padding: 12px 0px 12px 44px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .counter-wrapper {
        gap: 8%;
        /* gap: 48px; */
    }

    .review-details {
        max-width: 45ch;
    }

    .hero-main-heading {
        font-size: 44px;
        width: 25ch;
    }

    .hero-p ul li {
        width: 44ch !important;
    }

    .hero-p.last {
        width: 36ch !important;
    }

    .tab-img-wrapper {
        width: 260px;
        position: absolute;
        bottom: 0;
        top: unset;
        left: 0;
        z-index: 10;
    }

    .width-img-wrapper {
        width: 256px;
        position: relative;
    }

    .tablet-video-wrapper {
        width: 70%;
        margin-left: auto;
        top: -150px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 32px 0 24px 0;
    }
    .features-container {
        padding: 28px 0px !important;
    }
    .hero-main-heading {
        font-size: 44px;
    }

    .hero-p {
        font-family: var(--main-font);
        font-size: 16px;
        text-align: left;
        color: rgba(255, 255, 255, 0.9);
    }

    .hero-p-first {
        margin-bottom: 12px;
    }

    .discovr {
        font-size: 20px;
        padding: 10px 24px;
    }

    .features-container {
        margin: 0;
        padding: 40px 0;
    }

    .feature-img {
        width: 32px;
        height: 32px;
    }

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

    .tasks-section-heading {
        font-family: var(--main-font);

        font-size: 20px;
        margin-bottom: 12px;
        max-width: unset;
        text-align: left;
    }

    .tasks-section-p p {
        font-size: 16px;

        line-height: 1.57;
        max-width: unset;
        margin: 0;
        margin-bottom: 25px;
    }

    .task-filter-container-tab {
        gap: 12px;
    }

    .task-filter-tab {
        padding: 6px 16px !important;
        border-radius: 6px !important;
        font-size: 14px;
    }

    .tab-content {
        margin-top: 34px;
    }

    .task {
        padding: 16px;
        margin-right: 0;
        border-radius: 16px;
        /* border: solid 1px var(--btn-color); */
        background-color: #fff;
    }

    .task-heading {
        font-size: 16px;
    }

    .task-p {
        font-size: 14px;
        max-width: 37ch;
        margin-bottom: 20px;
    }

    .tasks-container .task-wrapper {
        /* margin-bottom: 24px !important; */
        /* width: 100%; */
    }

    /* .tasks-container .task-wrapper:nth-last-child(-n + 3) { */
    /* margin-bottom: 0px !important; */
    /* } */

    /* .tasks-container .task-wrapper {
        margin-bottom: 32px !important;
    } */

    .more-it {
        padding: 8px 24px;
        border-radius: 8px;
        border: solid 1px var(--main-color);
    }

    .counter-section {
        padding: 48px 0;
    }

    .counter-img {
        width: 32px;
        height: 32px;
        margin-bottom: 14px;
    }

    .counter-number {
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: normal;
    }

    .counter-heading {
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.8px;
    }

    .explore-intricacies {
        padding: 48px 0;
        background-color: #f8f8f8;
    }

    .explore-intricacies-heading {
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        max-width: unset;
        text-align: center;
    }

    .view-it {
        padding: 8px 24px;
        border-radius: 6px;
    }

    .comment-section {
        padding: 0 0 48px 0;
    }

    .comment-section-main-title {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.96px;
        margin-bottom: 24px;
    }

    .review-card-container {
        padding: 24px;
        border-radius: 32px;
    }

    .review-title {
    }

    .review-details {
        max-width: 45ch;
    }

    .owl-dots button.owl-dot.active {
        /* background: var(--main-color); */
        width: 12px;
        border-radius: 50%;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: solid 0.5px rgba(26, 134, 213, 0.58);
        background-color: #fff;
        top: 40%;
        /* display: none; */
    }

    .owl-prev {
        left: 5%;
    }

    .owl-next {
        right: 5%;
    }
}

#meta_desc ul li {
    list-style-image: url(../images/Frame.svg);
}
@media (min-width: 601px) and (max-width: 920px) {
    .tasks-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}
@media (max-width: 600px) {
    .tasks-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .task-wrapper {
        margin-bottom: 0px !important;
    }
    .explore-intricacies-heading {
        font-size: 18px;
        width: fit-content;
    }
    .explore-intricacies-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .owl-nav button {
        display: none;
    }
}

* {
    /* border:1px solid red; */
}
