*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.left-side{
    margin-left: 50px;
}
.nav{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body{
    background-color: black;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* overflow: hidden; */
}
input{
    visibility: hidden;
    display: none;
}
.bar{
    position: relative;
    cursor: pointer;
    display: flex;
    /* margin-top: 50px; */
    margin-right: 100px;
    z-index: 3;
}
.bar .middle{
    height: 3px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    position: absolute;
    transition: 0.3s ease;
}
.bar .top{
    bottom: 7px;
    width: 40px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    position: absolute;
    transition: 0.3s ease;
}
.bar .bottom{
    top: 10px;
    height: 3px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    position: absolute;
    transition: 0.3s ease;
}
input[type="checkbox"]:checked ~ .bar .top{
    transform: rotate(-45deg);
    width: 35px;
    transform-origin: right;
    top: -12.5px;
}
input[type="checkbox"]:checked ~ .bar .bottom{
    transform: rotate(45deg);
    width: 35px;
    transform-origin: right;
    top: 12.5px;
}
input[type="checkbox"]:checked ~ .bar .middle{
    opacity: 0;
}
.menu{
        /* margin-top: 10px; */
        display: none;
        position: absolute;
        z-index: 2;
        height: 80vh;
        position: fixed;
        right: 0;
        border-radius: 50px;
        width: 300px;
        background-color: blue;
        /* border-radius: 50px; */
        text-align: center;
        top: 60px;
        /* display: flex;
        flex-direction: column; */
        right: 0;
        /* padding-left: 10px; */
        animation: slider 0.3s 1 ease-in-out;
        transition: 0.2s;
}
@keyframes slider {
    0% {
        width: 0;
    }

    100% {
        width: 300px;
    }


}
p{
    margin-left: 10px;
    margin-bottom: 20px;
}
label:has(input:checked) + .menu{
    display: block;
}
#span{
    font-size: 2rem;
    padding: 10px;
}
ul{
    list-style: none;
}
.hamburger-logo{
    margin-top: 50px;
}
.ul{
    margin-top: 100px;
}
.icons{
    margin-top: 150px;
}
.container{
    height: 100%;
    width: 100%;
}
.row{
    height: 100%;
}
.right-sec{
    background-image: url(can-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.hero-sec{
    height: 95vh;
    width: 80%;
    overflow: hidden;
}
.left{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.main-heading{
    font-size: 8rem;
    color: blue;
    /* line-height: 1.6rem; */
}
.second-heading{
    font-size: 6rem;
}
.third-heading{
    font-size: 4rem;
}
@media (max-width: 991px) {
    .main-heading{
        font-size: 6rem;
    }
    .second-heading{
        font-size: 4rem;
    }
    .third-heading{
        font-size: 2rem;
    }
    .hero-sec-2{
        /* top: 300px; */
        /* overflow: hidden; */
    }
}
.paren{
    display: flex;
    align-items: center;
}
@media (max-width:576px) {
    .left{
        order: 1;
    }
}
@media (max-width:537px){
    .right-sec{
        background-image: none;
    }
    .main-heading{
        font-size: 4rem;
        margin-top: -150px;
    }
    .second-heading{
        font-size: 2rem;
    }
    .third-heading{
        font-size: 1.6rem;
    }
    .pulse-logo{
        height: 400px;
        width: 400px;
    }
}

.slider{
    /* height: 100%;
    width: 100%; */
    background-image: url(landing-hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide{
    height: 500px;
    width: 500px;
}
.text{
    line-height: 1rem;
}
.hero-sec-2{
    margin-top: 50px;
}
.mein-heading{
    font-size: 8rem;
    color: white;
}
p{
    font-family: "Be Vietnam Pro", sans-serif;
}
.button{
    height: 40px;
    width: 200px;
    background-color: blue;
    border: none;
    border-radius: 50px;
    color: white;
    margin-bottom: 10px;
}
video{
    height: 100%;
    width: 100%;
}
.video1{
    height: auto;
    width: 100%;
}
.video2{
    height: auto;
    width: 100%;
}
.video3{
    height: auto;
    width: 100%;
}
.logo-div{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-image: url(pepsi-logo.png);
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin: auto;
    margin-top: 43px;
}
.gif{
    height: 300px;
    width: 350px;
    background-image: url(pepsi-splash.gif);
    background-position: center;
    background-size: cover;  
    margin: auto;
    margin-top: 50px;
    border-radius: 50%;
}
.headinges{
    line-height: 2rem;
    margin-top: -30px;
    text-align: center;
    /* font-size: 1rem; */
}
.first-heading{
    font-size: 8rem;
    color: blue;
}  
.secondry-heading{
    font-size: 6rem;
}
@media (max-width:382px) {
    .secondry-heading{
        font-size: 3rem;
    }
    .first-heading{
        font-size: 5rem;
    }
    .headinges{
        line-height: 1.6rem;
    }
}
.wrapper{
    margin-top: 50px;
    height: auto;
    width: 100%;
    /* border: 1px solid #ddd; */
    display: flex;
    overflow-x: scroll;
}
.box-img{
    width: 400px;
    height: 400px;
}
footer{
    min-height: 400px;
    width: 100%;
    margin-top: 50px;
    background-color: blue;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-img{
margin-bottom: 20px;
}
