.hero-img {
    background-color: white;
    height: 100vh;
}

@media (max-width: 1400px) {

    .hero-img {
        background-color: white;
        height: 100vh;
    }
}
.image-text{
    height: 100vh;
}


.main-btn {
    /* border: 1px solid #8cc752 ; */
    background: #8cc752;
    color: white;
    text-decoration: none !important;
    padding: 6px 5px;
    border-radius: 5px;
}

.main-btn:hover {
    background-color: grey;
    transition: 0.5s all ease-in-out;
    color: white;
}

sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8rem 0;
}

/* The circle */
sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    border-radius: 9999px;
    background-color: #8cc752;
}

/* the 'wave', same shape and size as its parent */
sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: HSL(45, 100%, 50%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

/*
    Animate!
    NOTE: add browser prefixes where needed.
  */
sonar-wave {
    animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }

    to {
        transform: scale(3);
        opacity: 0;
    }
}



.digital {
    font-size: 64px;
    /* line-height: 100px; */

    color: #dd0000;
    
}

@media (max-width: 600px) {

    .digital {
        font-size: 45px;
        line-height: 60px;
        
        color: #dd0000;
        
    }
}



@media (max-width: 480px) {

    .digital {
        font-size: 40px;
        line-height: 60px;
        
        color:#dd0000;
        
    }
}

.play-circle {
    color: #f2ca30;
}

.navlink {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    margin: 15px;
}


.btn-playcircle {
    font-size: 70px;
}

.video-headline {
    padding-top: 35px;
    padding-left: 8px;
}

.subtitle{
    color: #dd0000;
}

.subtitle-hr {
    color: #97509f;
}

/* .about-cheers-banner {
    width: 350px;
} */

.the-cheers-story-subtitle {
    font-size: 58px;
    font-weight: bold;
}

.about-cheers {
    word-wrap: break-word;
    display: flex;
    font-size: 20px;
}

.insta-icon {
    font-size: 41px;
    color: #97509f;
}

.instahr {
    color: #97509f;
    width: 407px;
    border: 2px solid #97509f;
    opacity: 1;
}

.case-study {
    color: #dd0000;
    margin: 0;
    font-size: .9em;
    font-weight: 600;
}

.case-study h3 {
    font-weight: bold;
    text-align: inherit;
    position: relative;
}

.cp {
    line-height: 30px;
    letter-spacing: 1px;
    font-style: normal;

}

.we-lay {
    font-size: 45px;
}

.paragraph {
    line-height: 30px;
    letter-spacing: 1px;
    /* font-weight: 400; */
    /* font-style: normal; */
    /* font-family: 'HurmeGeometricSans1 SemiBold'; */
    font-size: 26px;
}

.hrcasestudy {
    color: #97509f;
}

.cheershr {
    color: #97509f;
}



.shortcut {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    margin: 15px;
    color: whitesmoke;
}

.insta-1st {
    object-fit: cover;


}

@media (max-width: 600px) {

    .banner-holder {
        margin-bottom: 27px;
    }
}

@media (max-width: 600px) {
    .insta-1st {
        margin-bottom: 20px;
    }

}

.Our-clients {
    margin-top: 30px;
    font-size: 46px;
    color: #dd0000;
}

.icons {
    color: white;
    margin: 10px;
    font-size: 20px;
}

.headline-1 {
    /* color: white; */
    /* text-decoration: none; */
    cursor: pointer;
    font-size: 20px;
}

.city {
    font-size: 20px;
    color: white;
}

.follow-us {
    color: white;
}

.headline-1 {
    color: white;
}

.add {
    color: whitesmoke;
}

@media (max-width: 600px) {
    row-margin {
        margin: 0px;
    }
}

.row-margin {
    margin: 113px;
}

@media (max-width: 600px) {
    .row-margin {
        margin: 0px;
    }
}

/* @media (max-width: 3840px) {

    .image-text{
        padding-top: 180px;
    }
} */
.button1 {
    padding-top: 70px;
}

.button1 {
    /* border: 1px solid #8cc752 ; */
    background: #8cc752;
    color: #97509f;
    text-decoration: none !important;
    padding: 6px 5px;
    border-radius: 5px;
    padding: 1rem;

}

.button1:hover {
    background-color: #8cc752;
    transition: 0.5s all ease-in-out;
    color: white;
}

.button2 {
    /* border: 1px solid #8cc752 ; */
    background: #8cc752;
    color: #97509f;
    text-decoration: none !important;
    padding: 6px 5px;
    border-radius: 5px;
    padding: 1rem;

}



.button2:hover {
    background-color: #8cc752;
    transition: 0.5s all ease-in-out;
    color: white;
}

@media (max-width: 600px) {

    .cb {
        margin-top: 20px;
    }

    .hr {
        margin-top: 20px;
    }
}
.the-cheers-story-subtitle{
    color: white;
}
.about-cheers{
    color: white;
}
.get-in{
    background-color: #dd0000;
    color: white;
}
/* .HC{
    background-color: 
    #dd0000;
} */