* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
   padding: 20px 40px;
    margin: 0px auto;

}

.logo {
    color: black;
    font-size: 24px;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-left: 10px;
}

.download:hover {
background: #0EC43E;
}

.nav-links a {
    text-decoration: none;
    font-size: 18px;
    margin-left: 48px;
    font-weight: 500;
}
.nav-links a {
    text-decoration: none;
    font-size: 18px;
    margin-left: 15px !important;
    font-weight: 500;
}

.common-color {
    padding: 8px 14px;
    border-radius: 5px;
}
.common-color:hover{
    background: #EEEEEE;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
}
.common-color{
    color: black;
}
.hamburger span {
    height: 3px;
    width: 25px;
    background-color: black;
    margin: 4px;
}

.download {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 20px;
    background-color: rgb(31, 31, 31);
    color: rgb(255, 255, 255) ;
    font-weight: 500;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    transition: background-color 0.2s ease 0s;
}

/* main css for hero */
.main{
    width: 100%;
    flex: 1 1 0%;
}

.hero {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 70px 0px 114px;
    margin-top: 16px;
    margin-bottom: 35px;
    overflow: hidden;
}
.hero h1{
    font-size: 14rem;
    line-height: 12rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.hero h1 span:first-child {
    position: relative;
    left: -32px;
}
.hero h1 span:last-child {
    position: relative;
    z-index: 1;
}
.image img{
    position: absolute;
    width: 441px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateX(192px) translateY(-50%);
}
.main h3{
    max-width: 725px;
    margin: 0px auto;
    font-weight: 500;
    text-align: center;
    color: rgb(54, 181, 53);
    font-size: 1.875rem;
    line-height: calc(38.8085px + 0.638298vw);
}
/*  */

/* inner-section */
.inner-section{
    width: 100%;
    max-width: 1440px;
    padding: 120px 40px;
    margin: 0px auto;

}
.inner-sub-section{
    width: 100%;
    max-width: 1064px;
    padding: 0px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    }
/* .sub-card{
    position: absolute;
    inset: 0px 0px 0px 0%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px;
    background: linear-gradient(135deg, rgb(202, 236, 172) 0%, rgb(131, 208, 197) 100%);
    color: rgb(0, 0, 0);
} */
/*  */
.common-card{
    inset: 0px 0px 0px 0%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px;
    background: linear-gradient(135deg, rgb(202, 236, 172) 0%, rgb(131, 208, 197) 100%);
    color: rgb(0, 0, 0);
    padding: 20px;
}
.flex-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.flex-product h3 {
    font-size: 47px;
}
.white-span{
    background: #E4F5EA;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.white-span h2{
    color: #A0DCBB;
    font-size: 30px;
}
.white-span span {
    font-size: 24px;
    position: relative;
    bottom: 5px;
}
.sub-card h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.sub-card h6 {
    font-size: 19px;
    font-weight: 400;
    color: #556F5B;
}
.bg-1{
    background: linear-gradient(135deg, rgb(255, 239, 184) 0%, rgb(251, 220, 113) 100%);
}
.bg-2{
    background: linear-gradient(135deg, rgb(255, 200, 143) 0%, rgb(255, 143, 143) 100%);
}
.orange{
    background: #FEF8E0;
}
.orange h2{
    color: #FCE082;
} 
.tomato{
    background: #FFE5DE;
}
.tomato h2{
    color: #FFA68F;
}
.bg-3{
    background: linear-gradient(135deg, rgb(255, 232, 188) 0%, rgb(255, 156, 84) 100%);
}
.carrot{
    background: #FFEEDD;
}
.carrot h2{
    color: #FFBB81;
}
.card-headline h1{
    margin-bottom: 24px;
    font-weight: 700;
    width: 100%;
    font-size: 58px;
}
.card-headline{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    flex-direction: column;
}
.card-headline h4{
    font-size: 1.20rem;
    line-height: 2rem;
    font-weight: 500;
    color: rgb(54, 181, 53);
}
.space-close{
    margin-left: 0 ;
}
.style-card-container{
    position: relative;
}
.bg-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) translateX(-12px) translateY(-12px);
}

.little-img-container img{
    height: 30px;
}
.little-img-container{
    display: flex;
    align-items: center;
    gap: 10px;
}
.little-img-container h3{
    color: rgb(255, 73, 0);
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
}
.absolute-option svg {
    inset: 0px 0px 0px 0%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px;
    background: linear-gradient(135deg, rgb(220, 241, 176) 0%, rgb(131, 208, 139) 100%);
    color: rgb(0, 0, 0);
    border-radius: 50%;
    height: 210px;
    width: 210px;
    position: relative;
}

.second-bg svg{
    inset: 0px 0px 0px 0%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px;
    background: linear-gradient(135deg, rgb(246, 245, 242) 0%, rgb(211, 219, 235) 100%);
    color: rgb(0, 0, 0);
    border-radius: 50%;
    height: 210px;
    width: 210px;
    position: relative;
    bottom: 100px;
}
.third-bg svg{
    inset: 0px 0px 0px 0%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px;
    background: linear-gradient(135deg, rgb(255, 232, 188) 0%, rgb(255, 156, 84) 100%);
    color: rgb(0, 0, 0);
    border-radius: 50%;
    height: 210px;
    width: 210px;
    position: relative;
    bottom: 100px;
}
.absolute-option.second-bg {
    position: absolute;
    bottom: -115px;
    left: 105px;
}
.black-container{
    width: 100%;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px auto;
    color: rgb(255, 255, 255);
    position: relative;

}
.sub-container-{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 540px;
    padding: 120px 0px;
    margin: 228px 0px;
    -webkit-font-smoothing: antialiased;
}
.view-text{
    font-size: 22px !important;

}
.third-bg {
    position: absolute;
    bottom: -230px;
    left: 218px;
}
.seven-days {
    margin-top: 75px;
}
.seven-days h1{
    font-weight: 500;
    font-size: 50px;

}
.h1 span{
    font-weight: 500;
    font-size: 26px;  
}
.seven-days h1 span {
    font-size: 21px;
    position: relative;
    left: -14px;
}
h3#date {
    color: #8E8E8E;
    font-weight: 400;
    font-size: 20px;
}
h3#date1 {
    color: #8E8E8E;
    font-weight: 400;
    font-size: 20px;
}
h3#date2 {
    color: #8E8E8E;
    font-weight: 400;
    font-size: 20px;
}
h3#date3 {
    color: #8E8E8E;
    font-weight: 400;
    font-size: 20px;
}
h3#date4 {
    color: #8E8E8E;
    font-weight: 400;
    font-size: 20px;
}
h3#date5{
    color: #8E8E8E;
    font-weight: 400;
    font-size: 20px;
}


.notification-container {
    width: 400px;
    position: absolute;
    left: -223px;
    display: flex;
    justify-content: center;
    margin-top: 260px;
}

.position-notification-container {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box{
    width: 340px;
    border-radius: 12px;
    padding: 12px 16px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);    
    color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    text-align: left;
    
}
.box h3{
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    gap: 6px;
}
.box p {
    font-size: 15px;
    line-height: 20px;
}
/* animation starting keyword */

.position-notification-container {
    position: relative;
}

#box1 {
    animation-duration: 0.3s, 0.2s, 0.2s;
    animation-delay: 1.3s, 2.7s, 4.1s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: forwards;
}

#box1.animation-on-view{
    animation-name: NNWmt, eQYtAp, gKigKT;
}
.position-notification-container .box {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    will-change: opacity, background-color, transform;
    backface-visibility: hidden;
}


@supports (-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px)) {
    .my-box {
        background-color: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(20px);
    }
}
@keyframes NNWmt{
    0% {
        transform: translateY(300%) scale(1);
        opacity: 0;
    }
    100% {
        transform: translateY(0px) scale(1);
        opacity: 1;
    }
    
}

@keyframes eQYtAp{
    100% {
        background-color: rgb(122, 122, 122);
        transform: scale(0.9, 1);
        transform-origin: center center;
    }
}

@keyframes gKigKT{
    100% {
        background-color: rgb(148, 148, 148);
        transform: scale(0.8, 1);
        transform-origin: center center;
    }
}


#box2 {
    animation-duration: 0.3s, 0.2s;
    animation-delay: 2.4s, 4.1s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: forwards;
}

#box2.animation-on-view{
    animation-name: NNWmt, eQYtAp;
}

.notification-container .box:nth-child(2) {
    margin-bottom: 10px;
}


#box3 {
    animation-duration: 0.3s;
    animation-delay: 3.8s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: forwards;
    margin-bottom: 20px;
}

#box3.animation-on-view{
    animation-name: NNWmt;
}


.position-notification-container{
    position: relative;
}

.common-card.card-y {
    background: white !important;
    position: relative;
    z-index: 9999;
    left: 234px;
    top: -45px;
}
.text-container{
        width: 100%;
        max-width: 1064px;
        padding: 0px;
        margin: 0px auto;
    
}
.flex-container_{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin:  0;

}
.flex-container_ > :first-child:not(:only-child) {
    width: 100%;
    padding-right: 60px;
}
.last-div {
    position: absolute;
    right: 0;
}
.first-div h1{
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 59px;
    color: white;
}
.first-div h4{

        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 500;
        color: white
     
}
.last-div:last-child:not(:only-child) {
    width: 50%;
    padding-left: 60px;
}

.white-screen-container{
    padding-bottom: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.white-screen-container h1 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 59px;
    font-weight: 700;
}
.white-screen-container h4{
        font-size: 1.20rem;
        line-height: 2rem;
        font-weight: 500;
        color: rgb(54, 181, 53);
        margin-bottom: 30px;
}
.footer{
    background: black;
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer-container{
    width: 100%;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px auto;
}
.logo-site svg {
    width: 160px;
    transition: .3s ease-in-out;
}
.logo-site h4 {
    margin-bottom: 24px;
    opacity: 0.45;
    color: white;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
}
.links a {
    color: white;
    margin-right: 18px;
    font-size: 15px;
    font-weight: 500;
}
.footer button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    font-size: 0.8125rem;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 500;
    line-height: 0.8125rem;
    letter-spacing: 0.03125rem;
    color: rgb(131, 131, 131);
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
    width: 60px;
    border: none;
    margin-top: 50px;
}
.footer-container button:hover{
    background-color: white;
}
.button-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px auto;
}
.button-item a{
    color: rgb(131, 131, 131);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    transition: color 0.2s ease 0s, color 0.2s ease 0s;

}
.common-card.card-x {
    z-index: 9999;
    position: absolute;
    top: 28px;
    left: 110px;
    height: 230px;
    background: white !important;
}
.button-item a:hover{
    color: white;
}
.logo-site {
    width: 30%;
}
.menu-item {
    width: 60%;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-item a {
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    transition: .5s ease-in-out;
    padding: 6px 13px;
    border-radius: 6px;
}

.menu-item a:hover{
    background: #2C2C2C ;
    
}
.menu-item {
    display: flex;
    justify-content: space-between;
    
}
.d-show{
    display: none;
    padding: 0 20px;
}
.inner-section.close__space {
    padding-top: 100px !important;
    padding-bottom: 230px !important

}

@media (max-width: 990px) {
    .margin-top-gap-close {
        margin-top: 20px;
    }
    .card-headline h1 br {
        display: none;
    }
    .hero {
        margin-bottom: 0px !important;
        overflow: hidden;
        padding-bottom: 70px;
    }
    .card-headline.space-close.d-show {
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 60px;
    }
    .inner-section.close__space {
        padding-top: 0 !important;
    }
    .inner-section.padding-top- {
        padding-top: 230px !important;
    }
    .d-show{
        margin-top: 120px !important;
        text-align: center !important;
    }
    .manage-height{
        padding-top: 0 !important;
    }
    .inner-section.manage-height {
        padding: 0px 0 !important;
    }
    .card-headline.space-close {
        text-align: center;
    }
    .d-none{
        display: none !important;
    }
    .image img {
        position: absolute;
        width: 163px;
        top: 50%;
        left: 18%;
        transform: translateX(-50%) translateX(192px) translateY(-50%);
        height: 100%;
        object-fit: contain;
    }
    .need-space{
        margin-top: 150px !important;
    }
  
    .hero h1 {
        font-size: 6rem;
        line-height: 6rem;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        display: inline;
    }
    .image img {
        position: absolute;
        width: 163px;
        top: 50%;
        left: 18%;
        transform: translateX(-50%) translateX(192px) translateY(-50%);
    }
    .nav-links {
        display: none;
        position: absolute;
        background-color:black;
        top: 80px;
        right: 0;
        width: 100%;
        flex-direction: column;
        text-align: center;
        z-index: 9999999;
    }
    .main h3 {
        max-width: 96% !important;
        margin: 0px auto;
        font-weight: 500;
        text-align: center;
        color: rgb(54, 181, 53);
        font-size: 26px;
        line-height: calc(38.8085px + 0.638298vw);
    }
    .inner-sub-section {
        width: 100%;
        max-width: 96% !important;
        grid-template-columns: repeat(1, 1fr);
        
    }
    .card-headline {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        flex-direction: column;
        margin-top: 40px;
    }
    .card-headline h1 {
        margin-bottom: 24px;
        font-weight: 700;
        width: 100%;
        font-size: 45px;
    }
    .style-card-container {
        margin-top: 50px;
    }
    .card-container {
        margin-top: 40px;
    }
    .little-img-container img {
        height: 28px !important
    }
    .absolute-option.second-bg {
        position: absolute;
        bottom: -85px;
        left: 90px;
    }
    .sub-container- {
      
      padding-bottom: 0 !important;
       
    }
    .style-card-container.max-height.position-change {
        position: relative;
        left: 20px;
        margin-bottom: 100px;
    }
    .third-bg svg {
        inset: 0px 0px 0px 0%;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px;
        background: linear-gradient(135deg, rgb(255, 232, 188) 0%, rgb(255, 156, 84) 100%);
        color: rgb(0, 0, 0);
        border-radius: 50%;
        height: 150px;
        width: 150px;
        position: relative;
    }
    .third-bg {
        position: absolute;
        bottom: -153px;
        left: 185px;
    }
    /* .style-card-container.max-height {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    } */
    .absolute-option svg {
      
        height: 150px;
        width: 150px;
    }
    .black-container {
        width: 100%;
        max-width: 100% !important;
        padding-left: 40px;
        padding-right: 40px;
        margin: 0px auto;
        background: rgb(20, 20, 20);
        color: rgb(255, 255, 255);
        position: relative;
    }
    .last-div:last-child:not(:only-child) {
        width: 100%;
        padding-left: 0;
    }
    .last-div {
        position: relative;
        right: 0;
    }
    .flex-container_ > :first-child:not(:only-child) {
        width: 100%;
        padding-right: 0px;
    }
    .flex-container_ {
        
        flex-direction: column !important;
    }
    .footer-container {
        
        flex-direction: column !important
    }
    .sub-container- {

        margin: 50px 0px !important
      
    }
    .white-screen-container h4 {
        margin: 20px 0 !important
    }
    .menu-item {
        width: 100% !important;
    }
    .menu-item {
        display: flex;
        flex-direction: column;
    }
    .menu-item a {
        font-size: 13px;
    }
    .menu-item{
        margin-top: 50px;
    }
    /* .card-container {
        grid-template-columns: repeat(1, 1fr) !important
    
    } */
    .d-show{
        display: block !important;
    }
    .inner-section {
    
        padding: 100px 20px !important
    }
    .sub-card h6 {
        font-size: 17px;
     
    }
    .card-container {
      
        grid-column-gap: 10px;
        grid-row-gap: 15px;
    }
    .main h3 br {
        display: none;
    }
    .logo-site {
        width: 100% !important;
    }
    .white-screen-container h1 {
        font-size: 45px;
        font-weight: 700;
        width: 95%;
        margin: 0 auto;
    }
    .menu-item.d-show a {
        display: block;
        font-size: 24px;
        margin-bottom: 18px;
    }
    .notification-container {
        left: none !important;
        margin-top: 0 !important
    }
    .menu-item.d-show {
        margin-bottom: 50px;
    }
    .menu-item.d-show {
        padding-top: 0 !important;
        margin-top: 0 !important;
        display: flex;
    }
    .d-show {
        display: block !important;
    }
    .last-div img {
        width: 100%;
        position: relative;
        top: 50px;
    }
    .white-screen-container h1 br {
        display: none;
    }
    .logo-site {
        text-align: center;
    }
    .text-container {
        max-width: 100% !important;
      
    }
   
    .common-card.card-x.aos-init.aos-animate {
        margin-top: 30px !important;
    }
    .common-card.card-y.aos-init.aos-animate {
        margin-top: 30px !important;
    }
    /* .common-card.card-y {
        background: white !important;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100% !important;
    } */
    .inner-section.height__management {
        margin-top: 250px;
    }
    .common-card.w-full__ {
        width: 170px !important;
    }
    .common-card.w-full {
     width: 170px !important;
    }
    .common-card.card-x.aos-init.aos-animate {
        background: white !important;
        width: 170px !important;
        padding-left: 16px;
    }
    .seven-days.closes-item {
        margin-top: 25px;
    }
    .common-card.card-y.card-y__.aos-init.aos-animate {
        position: absolute;
        top: 210px;
        left: 187px;
    }
    .height-minimum__ {
        height: 180px !important;
    }
    .inner-section.close__space {
        padding-bottom: 100px !important;
    }
    .height-minimum {
        height: 215px !important;
    }
    .common-card.card-x__.aos-init.aos-animate {
        margin: 0 !important;
        width: 180px !important;
        position: absolute;
        top: 146px;
        left: 106px;
        background: white !important;
    }
    .common-card.card-x.aos-init.aos-animate {
        position: absolute;
        height: 225px;
        top: 112px;
        left: 100px;
    }
    .common-card.card-y {
        position: absolute;
        height: 248px;
        top: 285px;
        left: 185px;
        width: 170px !important;
    }
    .seven-days h1 {
        font-weight: 500;
        font-size: 35px;
        margin-bottom: 6px;
    }
    .common-card.card-x.aos-init.aos-animate {
        background: white !important;
        width: 170px !important;
    }

    
    .inner-sub-section {
    
        margin: 0 auto;
    }
    .card-headline h4 br {
        display: none;
    }
  
    .hero {
      
        margin-bottom: 0px !important;
        overflow: hidden;
    }
    .nav-links a{
        color: white;
    }
    .nav-links li {
        margin: 15px 0;
    }

    .hamburger {
        display: flex;
    }
}

.nav-links.active {
    display: flex;
}
