.cookie-container {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background: #000;
    color: #fff;
    position: fixed;
    bottom:0;
    font-size: 1rem;
    gap: 2rem;
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;    z-index: 9;
}

.cookie-container.hide {
    opacity: 0;
    visibility: hidden;
}

.cookie-container a {
    color: #fff;
}

.cookie-container a:hover {
    color: #fff;
}

.cookie-container .cookie-text {
    flex: 8 768px;
}

.cookie-container .agree {
    flex: 1 150px;
    text-align: center;
}

.agree button {
    background: #eedcc2;
    color: #000;
    border: none;
    padding: 0.4rem 1.2rem;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1rem;
}

.agree button:hover {
    background: #eedcc2;
        color: #000;
}
/****************************************************************************************************/
.landing-section1{padding: 0px 80px;}
.cookie_policy  { margin-bottom: 100px; padding: 0px 80px;}
.cookie_policysec h1{font-size: 22px; font-weight: 500; text-transform:capitalize; }
.cookie_policysec h2 {font-size: 18px; font-weight: 600; text-transform: capitalize;}
@media screen and (max-width:768px){.landing-section1{padding: 0px 10px;}.cookie_policy  { margin-bottom: 100px; padding: 0px 5px;}

}