* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "IBM Plex Serif";
}

ul {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

:root {
    --main-color: #059212;
    --secandry-color: #34c759;
    --bg-color: #191A23;
    --main-padding-top: 100px;
    --main-padding-bottom: 100px;
    --main-padding-right: 100px;
    --main-padding-left: 100px;
}

.btn-success {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-outline-success {
    color: var(--main-color);
    border-color: var(--main-color);
}

.btn-success:hover,
.btn-outline-success:hover {
    background-color: #047a10;
    border-color: #047a10;
}

.text {
    padding-left: 50px;
    padding-bottom: 30px;
    gap: 40px;
}

@media (max-width:992px) {
    .text {
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
        gap: 1rem;
        padding: 50px 0 !important;
    }
}

.text h3 {
    width: 145px;
    height: 40px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 30px;
    cursor: default;
}

.text p {
    width: 100%;
    max-width: 646px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (max-width: 991.98px) {
    .team p {
        font-size: 18px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 767.98px) {
    .text p {
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
    }
    .text {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.c-white {
    color: white;
}

.desktop {
    background-image: url("../imgs/texture-background-white-satin-222.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 143px);
}



.navbar {
    animation: fadeInDown 0.8s ease-out;
}

.navbar .logo {
    width: 150px;
    height: 105px;
    object-fit: cover;
}

.navbar .nav-link {
    color: #000 !important;
    font-family: "IBM Plex Serif";
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.frame-icone {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.dropdown-menu-custom {
    background-color: var(--main-color);
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    min-width: 200px;
}

.dropdown-menu-custom a {
    color: white !important;
    padding: 8px 16px;
    display: block;
    font-weight: 500;
}

.dropdown-menu-custom a:hover {
    background-color: #047a10;
}

.landing {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 20px;
    color: #000;
}

.landing .container {
    gap: 35px;
}

.landing .main-text {
    max-width: 531px;
    font-size: 30px;
    font-weight: 500;
}

.landing .main-text h3 {
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
}

.landing .main-text h3.recycle {
    animation: fadeInUp 1s ease-out 0.3s forwards;
    opacity: 0;
}

.landing h3 {
    margin: 0;
}

.landing h3.recycle {
    margin: 0;
    color: var(--main-color);
}

.landing p {
    max-width: 498px;
    line-height: 28px;
}

.landing .main-text p {
    animation: fadeInUp 1s ease-out 0.6s forwards;
    opacity: 0;
}

.landing button {
    width: 130px;
}

.landing .mian-text button {
    animation: fadeInUp 1s ease-out 0.9s forwards;
    opacity: 0;
}

.landing img {
    width: 456px;
    height: 331px;
    flex-shrink: 0;
    animation: slideInRight 1s ease-out 0.6s forwards;
    opacity: 0;
}

@media (max-width:992px) {
    .services {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 2rem 1rem;
        }
        .services .text {
            align-items: center !important;
            justify-content: center !important;
            text-align: center;
            gap: 1rem;
            padding: 50px 0 !important;
        }
        .services .text p {
            width: 100%;
            max-width: 100%;
            font-size: 16px;
            padding: 0 1rem;
        }
        .services .boxes {
            justify-content: center !important;
            align-items: center !important;
            text-align: center;
        }
        .services .boxes .cards,
        .services .boxes .cards-1,
        .services .boxes .cards-2 {
            align-items: center !important;
            text-align: center;
            width: 100%;
        }
        .services .boxes .left-content {
            align-items: center !important;
        }
        .services .boxes .box-text {
            align-items: center !important;
        }
}

.services {
    width: 100%;
    padding: 0;
    margin: 0;
}

.services .boxes {
    background-image: url('../imgs/texture-background-white-satin-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 3rem 1rem;
    min-height: 100vh;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    mix-blend-mode: linear-burn;
}

@media (min-width: 768px) {
    .services .boxes {
        min-height: 727px;
    }
}
.services .boxes .cards {
    background-color: #f7f7f7;
    border-radius: 20px;
    border: 1px solid black;
    box-shadow: 0px 2px 0px 3px rgba(0, 0, 0, 1);
    width: 600px;
    margin: 0;
    padding: 30px;
    height: 299.6px;
}


.services .boxes .cards .title {
    background-color: #009c28;
    color: white;
    padding: 6px 16px;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 8px;
    display: inline-block;
    width: fit-content;
}
.services .boxes .cards .title1 {
    background-color: #009c28;
    color: white;
    padding: 6px 16px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: -10px;
    margin-bottom: 35px;
    border-radius: 8px;
    display: inline-block;
    width: fit-content;
}

@media (min-width:992px) {
    .title-slide {
            position: relative;
            left: 0;
            top: 0;
            opacity: 1;
            transition: all 0.5s ease;
        }
    .title-slide-1 {
            position: relative;
            left: 0;
            top: 0;
            opacity: 1;
            transition: all 0.5s ease;
        }
        .cards:hover .title-slide,
        .cards-2:hover .title-slide {
            top: -45px;
            left: 100%;
            opacity: 1;
        }
        .cards-1:hover .title-slide {
            top: -45px;
            left: 75%;
            opacity: 1;
        }
        .cards:hover .title-slide-1{
            top: -45px;
            left: 90%;
            opacity: 1;
        }
}

.services .boxes .cards .links ,
.services .boxes .cards-1 .links {
    font-size: 1.1rem;
    color: black;
}

.services .boxes .cards .links .circle ,
.services .boxes .cards-1 .links .circle{
    width: 35px;
    height: 35px;
    background-color: black;
    color: white;
    border-radius: 50%;
    font-size: 1rem;
    transition: background-color 0.3s, transform 0.3s;
}

.services .boxes .cards .links .circle:hover ,
.services .boxes .cards-1 .links .circle:hover {
    background-color: #333;
    transform: scale(1.1);
}

.services .boxes .cards .links .circle i ,
.services .boxes .cards-1 .links .circle i {
    color: white;
    font-size: 18px;
    transform: rotate(-45deg);
    transition: transform 0.3s;
}

.services .boxes .cards .links .learn-link {
    text-decoration: none;
    color: black;
    font-weight: 500;
    transition: color 0.3s;
}

.services .boxes .cards .links .learn-link:hover {
    color: #555;
}

.services .boxes .cards .illustration ,
.services .boxes .cards-1 .illustration ,
.services .boxes .cards-2 .illustration {
    max-width: 250px;
}

@media (max-width: 768px) {
    .services .boxes .cards .illustration,
        .services .boxes .cards-1 .illustration,
        .services .boxes .cards-2 .illustration {
            display: none;
        }
}
.services .boxes .cards-1 {
    background-color: var(--main-color);
    border-radius: 20px;
    border: 1px solid black;
    box-shadow: 0px 2px 0px 3px rgba(0, 0, 0, 1);
    width: 600px;
    height: 299.6px;
    margin: 0;
    padding: 30px;
}

.services .boxes .cards-1 .title ,
.services .boxes .cards-2 .title {
    background-color: white;
    padding: 6px 16px;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 8px;
    display: inline-block;
    width: fit-content;
}

.services .boxes .cards-2 .title {
    margin: 50px 0;
}

.services .boxes .cards-1 .title1 {
    background-color: white;
    color: black;
    padding: 6px 16px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: -10px;
    margin-bottom: 35px;
    border-radius: 8px;
    display: inline-block;
    width: fit-content;
}

.services .boxes .cards-1 .links .learn-link ,
.services .boxes .cards-2 .links .learn-link {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: color 0.3s;
}

.services .boxes .cards-1 .links .learn-link:hover ,
.services .boxes .cards-2 .links .learn-link:hover {
    color: #d1cece;
}

.services .boxes .cards-2 {
    background-color: var(--bg-color);
    border-radius: 20px;
    border: 1px solid black;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    width: 600px;
    height: 299.6px;
    margin: 0;
    padding: 30px;
}

.services .boxes .cards-2 .links .circle {
    width: 35px;
    height: 35px;
    background-color:white;
    color: black;
    border-radius: 50%;
    font-size: 1rem;
    transition: background-color 0.3s, transform 0.3s;
}

.services .boxes .cards-2 .links .circle:hover {
    background-color: #e1e1e1;
    transform: scale(1.1);
}

.services .boxes .cards-2 .links .circle i {
    color: black;
    font-size: 18px;
    transform: rotate(-45deg);
    transition: transform 0.3s;
}

@media (min-width:992px) {
    .download p.app {
            padding-bottom: 150px;
        }
    .download a img {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }
        .download a img:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        }
}

.download img.iphone {
    width: 730px;
    height: 510px;
    flex-shrink: 0;
    border-radius: 110px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .download img.iphone {
        width: 500px;
        height: 400px;
        border-radius: 100px;
    }
}

@media (max-width: 576px) {
    .download img.iphone {
        width: 300px;
        height: 250px;
        border-radius: 60px;
    }
    .download a img {
        height: 45px;
    }
}

.review .main-info {
    width: 100%;
    background-color: var(--Dark, #191A23);
    gap: 100px;
    border-radius: 45px;
    padding: 70px 60px;
    align-items: flex-start;
}


.review .main-info .info {
    width: 450px;
    height: 186px;
    padding: 16px;
    border-radius: 12px;
    border: 2px solid #EFEFEF;
    background: #FFF;
    box-shadow: 20px 8px 80px 0px rgba(0, 0, 0, 0.04);
}

.review .main-info .info::before {
    content: "M";
    color: white;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 normal 24px Manrope;
    width: 64px;
    height: 90px;
    border-radius: 15px;
    padding: 20px;
    gap: 20px;
}

.review .main-info .info::after {
    content: "";
    position: relative;
    left: 70px;
    display: flex;
    width: 1px;
    height: 186px;
    background-color: white;
}


.review .main-info .info .frame-name {
    padding-right: 20px;
}

.review .main-info .info .rate {
    color: var(--main-color);
}

@media (max-width: 991.98px) {
    .review .main-info {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
        gap: 20px;
    }
    .review .main-info .info {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .review .main-info .info::after {
        display: none;
    }
    .review .main-info .info::before {
        margin-bottom: 10px;
    }
    .review .info .rate {
        margin-top: 10px;
        justify-content: center;
    }
}

.team .team-boxes {
    padding: 20px 0;
}

.team .team-boxes .team-card {
    padding: 40px 35px;
    border-radius: 45px;
    background-color: #fff;
    border: 1px solid var(--bg-color, #ccc);
    box-shadow: 0px 5px 0px 0px var(--main-color, green);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.team .team-boxes .team-card .team-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    position: relative;
}

.team .team-boxes .team-card .team-name img.person-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid var(--bg-color);
}

.team .team-boxes .team-card .team-text {
    flex-grow: 1;
}

.team .team-boxes .team-card .team-text h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
}

.team .team-boxes .team-card .team-text p {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}

.team .team-boxes .team-card .google-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(30, 157, 42, 0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    position: relative;
    top: -10px;
}

.team .team-boxes .team-card .google-icon img.google {
    width: 24px;
    height: 18px;
}

@media (max-width: 600px) {
    .team .team-boxes .team-card .team-name {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .team .team-boxes .team-card .google-icon {
        margin: 10px 0 0 0;
        top: 0;
    }
}

.team .team-boxes .team-card .over-view {
    width: 100%;
}

.team .team-boxes .team-card .overview {
    font-size: 0.9rem;
    color: #999;
    text-align: start;
    word-break: break-word;
    white-space: normal;
    line-height: 1.4;
}

.team .team-boxes .team-card p {
    font-weight: 500;
}


.team .team-boxes button {
    margin-top: 50px;
}

@media (min-width:992px) {
    .team .team-boxes .team-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .team .team-boxes .team-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 15px var(--main-color);
    }
    .team .team-boxes button {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .team .team-boxes button:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }
}

footer {
    background-image: url('../imgs/texture-darkened-detailed-sharpened.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 45px 45px 0px 0px;
    font-family: 'IBM Plex Serif', serif;
    margin-top: 50px;
}

footer .logo-icon {
    width: 180px;
    height: 105px;
    object-fit: contain;
}

footer .label {
    background-color: #b9ff66;
    border-radius: 7px;
    padding: 5px 10px;
    display: inline-block;
    color: #000;
    font-weight: 600;
}

footer .form-input {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 14px;
    padding: 12px 16px;
    flex: 1 1 auto;
    min-width: 200px;
}

footer .form-input::placeholder {
    color: #ccc;
}

footer .btn-download {
    background-color: #b9ff66;
    border-radius: 14px;
    padding: 12px 20px;
    font-weight: 600;
    color: #000;
    border: none;
    white-space: nowrap;
}

footer .social-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer .social-circle.linkedin {
    background-color: white;
    color: #000;
}

footer .social-circle.linkedin:hover {
    background-color: transparent;
    color: #0a66c2;
}

footer .social-circle.facebook {
    background-color: white;
    color: #000;
}

footer .social-circle.facebook:hover {
    background-color: #1877f2;
    color: #fff;
}

footer .icon-bg {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

footer .icon-bg img {
    width: 70%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

footer .social-circle:hover img {
    filter: none;
}

footer .social-circle:hover .icon-bg {
    background-color: transparent;
}

footer .line-and-text-child {
    border-top: 1px solid #fff;
    width: 100%;
}

footer .positivus-all-rights,
footer .privacy-policy {
    font-size: 14px;
}
/* Animation Part */

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {
    .nav-link {
        position: relative;
        transition: color 0.3s ease;
    }
    .nav-link:hover {
        color: var(--main-color) !important;
    }
    .btn-outline-success,
    .btn-success {
        transition: all 0.3s ease;
    }
    .btn-outline-success:hover,
    .btn-success:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(5, 146, 18, 0.4);
    }
}

