/* ---------------------------------------- */
/* Hero Section */
.hero {
    min-height: calc(100vh - 60px);
    justify-content: space-between;
}

/* --------------------------------- */
/* Anime JS Background Animation */
.anime_animation {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.area {
    background: #ffffff;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;


}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #ade8ff;
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/* --------------------------------- */
.hero_lines {
    margin-top: 10vh;
}

.hero h1 {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    color: var(--txt-black);
    line-height: 1.6em
}

.hero_cta_dv {
    margin-top: 50px;
}

.hero_cta {
    padding: 10px 20px;
    display: inline-block;
    margin: auto;
}

/* Hero Image */
.hero_img {
    margin-top: 5vh;
    position: relative;
}

.elipse_bg {
    max-width: 90vw;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

/* Hero Background Image(Designs) */
.design_lines {
    height: auto;
    max-width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
}

.design_hexagon {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 10vh;
}


/* ---------------------------------------- */
/* Tech Logos Section */
.tech_logos {
    display: flex;
    align-items: center;
    padding: 100px 20px;
    gap: 30px;
}

.logos_heading {
    flex: 0 1 25%;
}

.logos_cont {
    flex: 1 1 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tch_lgo {
    flex: 1 1 auto;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    transition: 0.3s transform;
}

.tch_lgo:hover {
    transform: scale(1.3);
}

.tch_lgo img {
    width: 100px;
}


/* ---------------------------------------- */
/* Services Section */
.services {
    background-color: var(--prc-i);
    padding: 50px 0;
}

.services h2 {
    color: white;
    text-align: center;
}

.service_list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    gap: 24px;
}

.one_service {
    flex: 1 0 32%;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}

.one_service .icon_dv img {
    max-width: 100px;
}

.service_name {
    font-size: 18px;
    margin-top: 18px;
}

.one_service p {
    font-size: 14px;
    margin-top: 18px;
}

.one_service a {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--purple);
    transition: transform 0.3s;
}

.one_service a:hover {
    transform: translateX(15px);
}

.srvc_explr_btn {
    border: 1px solid white;
    display: inline-block;
    margin-top: 50px;
}

.srvc_explr_btn:hover {
    background-color: white;
    color: var(--prc-i);
}

/* ---------------------------------------- */
/* Project Roadmap Section */

/* Icons used in Netluke Webs from this site */
/* https://www.svgrepo.com/collection/design-collection-2/ */
/* https://www.svgrepo.com/collection/graphic-design-4/ */

.project_roadmap {
    padding: 50px 20px;
}

.roadmap_list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.one_rm_item {
    position: relative;
    flex: 1 0 20%;
    padding: 10px;
    border: 1px solid var(--brd-btm-clr);
}

.one_rm_item img {
    max-width: 60px;
}

.one_rm_item .name {
    margin-top: 15px;

}

.one_rm_item p {
    margin-top: 10px;
    font-size: 14px;
}

/* Roadmap Item numbers */
.one_rm_item::after {
    border: 2px solid var(--txt-black);
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 800;
}

.one_rm_item:nth-child(1)::after {
    border: 2px solid #9B51E0;
    background-color: #9B51E0;
    content: "1";
}

.one_rm_item:nth-child(2)::after {
    border: 2px solid #F2994A;
    background-color: #F2994A;
    content: "2";
}

.one_rm_item:nth-child(3)::after {
    border: 2px solid #27AE60;
    background-color: #27AE60;
    content: "3";
}

.one_rm_item:nth-child(4)::after {
    border: 2px solid #2F80ED;
    background-color: #2F80ED;
    content: "4";
}


/* ---------------------------------------- */
/* Product Headline Section */

.hdline_sect {
    position: relative;
    background-color: #FFE66B;
    padding: 50px 20px 0 20px;
    overflow: hidden;
}

.bg_dsgn {
    position: absolute;
    left: 0;
    top: -30px;
    height: 100%;
    z-index: 1;
}

.hdline {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
}

.hdline_img_dv img {
    position: relative;
    max-width: 250px;
    z-index: 10;
}

.hdline_dv {
    max-width: 400px;
    z-index: 10;
}

.hdline_dv h2 {
    font-weight: 800;
}

.hdline_dv p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.6em;
}

/* ---------------------------------------- */
/* Website/Software Projects Section */
.wbs_projects_sect,
.dsnwk_projects_sect,
.cta_trigger_sect {
    padding: 50px 0;
    border-bottom: 1px solid var(--brd-btm-clr);
}

.projects_list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.project_item {
    position: relative;
    border-bottom: 1px solid var(--brd-btm-clr);
    flex: 1 0 32%;
    background-color: white;
    padding: 20px;
}

.item_img_dv {
    border-radius: 8px;
    background-color: #A0DCFF;
    overflow: hidden;
}

.item_desc_dv {
    margin-top: 15px;
}

.item_desc_dv p {
    margin-top: 8px;
}


.project_item:nth-child(1) .item_img_dv {
    background-color: #A0DCFF;
}

.project_item:nth-child(2) .item_img_dv {
    background-color: #C1E5C0;
}

.project_item:nth-child(3) .item_img_dv {
    background-color: #FDD9D9;
}

.project_item:nth-child(4) .item_img_dv {
    background-color: #C0DAE5;
}


.project_item:nth-child(5) .item_img_dv {
    background-color: #C0DAE5;
}

/* ---------------------------------------- */
/* Design Works Projects Section */
.dsnwk_projects h3 {
    font-weight: 400;
    margin-bottom: 10px;
}

.dsnwk_projects h4 {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.dsnwk_projects .projects_list {
    /* gap: 50px; */
}

.dsnwk_projects .project_item {
    /* flex: 1 0 44%; */
}

.dsnwk_projects img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.dsnwk_projects .item_desc_dv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_desc_dv a {
    float: right;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--purple);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 2px;
}

/* ---------------------------------------- */
/* CTA Trigger Section */
.cta_trigger_sect {
    padding: 50px 20px;
}

.cta_trigger {
    background-color: var(--prc-i);
    color: white;
    padding: 50px;
    max-width: 1220px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap-reverse;
    gap: 20px;
    border-radius: 14px;
}

.cta_trigger h2 {
    max-width: 600px;
}

.cta_icon img {
    max-width: 200px;
}

.cta_trigger .cta_btn {
    display: inline-block;
    padding: 10px 12px;
    background-color: white;
    color: var(--prc-i);
    font-weight: 600;
    border-radius: 6px;
    margin-top: 20px;
}

.cta_trigger .cta_btn i {
    margin-left: 5px;
    font-size: 20px;
}

/* ---------------------------------------- */
/* Articles Section */
.articles_sect {
    padding: 50px 0;
}

.article_list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.one_article {
    position: relative;
    border-bottom: 1px solid var(--brd-btm-clr);
    flex: 1 0 32%;
    background-color: white;
    padding: 20px;
}

.one_article img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.article_data {
    margin-top: 15px;
}

.article_data p {
    font-size: 14px;
    margin-top: 10px;
}

.article_tags {
    margin-top: 10px;
}

.article_tags .tag {
    font-size: 12px;
    color: var(--prc-i);
    border: 1px solid var(--prc-i-l);
    padding: 5px 8px;
    border-radius: 18px;
}

/* ---------------------------------------- */