@font-face {
    font-family: 'August-Script';
    src: url('../fonts/august-script/AugustScriptBoldfree.woff2') format('woff2'),
        url('../fonts/august-script/AugustScriptBoldfree.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Medium";
    src: url("../fonts/rubik/rubik-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/rubik/rubik-regular-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Light";
    src: url("../fonts/rubik/rubik-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("../fonts/rubik/rubik-bold-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Black";
    src: url("../fonts/rubik/rubik-black-webfont.woff") format("woff");
    font-style: normal;
}

.groove_wrapper a, .groove_wrapper a:hover {
    color: inherit;
}

.Rubik-Medium {
    font-family: "Rubik-Medium" !important;
}

.Rubik-Bold {
    font-family: "Rubik-Bold" !important;
}

.Rubik-Regular {
    font-family: "Rubik-Regular" !important;
}

.Rubik-Light {
    font-family: "Rubik-Light" !important;
}

.August-Script {
    font-family: "August-Script" !important;
    font-size: 120%;
}

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

/* story style */

.groove_wrapper img {
    width: 100%;
    max-width: 100%;
}

.groove_wrapper a:hover {
    text-decoration: unset;
}

.groove_wrapper h1,
.groove_wrapper h2,
.groove_wrapper h3,
.groove_wrapper h4,
.groove_wrapper h5,
.groove_wrapper h6,
.groove_wrapper p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Rubik-Regular";
}

.groove_wrapper .banner_section {
    overflow: hidden;
}

/* .groove_wrapper .vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 -1px;
}

.groove_wrapper .vtop {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 -1px;
} */

.groove_wrapper .relative {
    position: relative;
}

.groove_wrapper {
    background-color: #922124;
}

.groove_wrapper .section-padding {
    padding: 110px 0;
}

.groove_wrapper .section-padding-top {
    padding-top: 110px;
}

.groove_wrapper .section-padding-bottom {
    padding-bottom: 110px;
}

.groove_wrapper .groove_container {
    width: 75%;
    margin: 0 auto;
}

.groove_wrapper .groove_container_2 {
    width: 90%;
    margin: 0 auto;
}

.groove_wrapper .text-uppercase {
    text-transform: uppercase;
}

.groove_wrapper .text-align-center {
    text-align: center;
}

.groove_wrapper .text-align-right {
    text-align: right;
}

.groove_wrapper .text-align-justify {
    text-align: justify;
}

.groove_wrapper h1 {
    font-size: 50px;
    line-height: 1;
}

.groove_wrapper h2 {
    font-size: 48px;
}

.groove_wrapper h3 {
    font-size: 38px;
}

.groove_wrapper h5 {
    font-size: 25px;
}

.groove_wrapper p {
    font-size: 18px;
}

.groove_wrapper p.small_font {
    font-size: 16px;
}

.groove_wrapper .section-discription {
    padding-top: 20px;
}

/* .groove_wrapper .icons {
    width: calc(100% /8);
    display: inline-block;
    float: none;
    margin: 0 -2px;
    vertical-align: top;
    padding: 0px 0;
}

.groove_wrapper .icon_img {
    width: 60%;
    margin: 0 auto;
}

.groove_wrapper .icon_text {
    padding-top: 30px;
    font-family: "Rubik-Light";
} */

/* Section 1 Starts -- Paras */

.groove_wrapper .sect1-img {
    width: 50%;
    margin: 0 auto;
}

.groove_wrapper .sect1-tagline {
    position: absolute;
    width: fit-content;
    top: 50%;
    left: 23%;
    transform: translate(-50%, -50%);
}

.groove_wrapper .sect1-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 90%;
    margin: 0 auto;
    margin-top: -5%;
}

.sect1-product-text {
    display: flex;
    align-items: end;
    gap: 10px;

}

/* Section 1 Ends -- Paras */

/* Section 2 Starts -- Paras */

.groove_wrapper .sect2-flex-container {
    display: flex;
    flex-direction: row;
    width: 85%;
    margin: 0 auto;
    gap: 10px;
    flex-wrap: wrap;
}

.groove_wrapper .sect2-flex-item {
    background-color: #651719;
    width: calc(100% / 4 - 10px);
    flex-basis: calc(100% / 4 - 10px);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* max-height: 200px;? */
}

.groove_wrapper .text-italic{
    font-style: italic;
}

.groove_wrapper .sect2-flex-item:nth-child(5),
.groove_wrapper .sect2-flex-item:nth-child(6),
.groove_wrapper .sect2-flex-item:nth-child(7),
.groove_wrapper .sect2-flex-item:nth-child(8){
    background-color: #65171960;
}

.groove_wrapper .sect2-flex-item.sect2-flex-item-3 {
    width: calc(100% / 2 - 10px);
    flex-basis: calc(100% / 2 - 10px);
}

.groove_wrapper .sect2-flex-item.sect2-flex-item-4 {
    width: calc(100%);
    flex-basis: calc(100%);
}

.groove_wrapper .sect2-flex-item h2 {
    color: #F9AA8F;
    
}

.groove_wrapper .sect2-flex-item ul {
    padding-left: 16px;
    color: #fff;
}

/* Section 2 Ends -- Paras */

/* Section 3 Starts -- Paras */

.groove_wrapper .groove-section-three {
    background-image: url("../images/banner-3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
}

.groove_wrapper .sect3-flex-container {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;

}

.groove_wrapper .sect3-flex-container .sect3-img {
    width: calc(100% - 40% - 50px);
    flex-basis: calc(100% - 40% - 50px);
}

.groove_wrapper .sect3-flex-container .sect3-text {
    width: calc(100% - 65% - 50px);
    flex-basis: calc(100% - 65% - 50px);
}

.groove_wrapper h3.big-text {
    padding: 50px 0;
    font-size: 125px;
    font-style: italic;
    width: fit-content;
}

/* Section 3 Ends -- Paras */

/* Section 4 Starts -- Paras */

.groove_wrapper .groove-section-four {
    background-image: url("../images/banner-4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.groove_wrapper .sect4-text-container {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.groove_wrapper .sect4-text-2 h2,
.groove_wrapper .sect4-text-2 p {
    color: #FFC60A;
}

.groove_wrapper .sect4-speaker-img {
    position: absolute;
    top: 56%;
    right: 9%;
    width: 37%;
    transform: translateY(-50%);
}

.groove_wrapper .sect4-girl-img {
    position: absolute;
    bottom: 0%;
    right: -7%;
    width: 33%;
    /* transform: translateY( -50%); */
}

.groove_wrapper .sect4-men-img {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 18%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* Section 4 Ends -- Paras */

/* Section 5 Starts -- Paras */

.groove_wrapper .sect5-speaker-img {
    width: 40%;
    margin: -10% auto 0 auto;
    position: relative;
    z-index: 10;
}

.groove_wrapper .sect5-icon-flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    gap: 15px;
}

.groove_wrapper .sect5-text-flex-1-container {
    display: flex;
    flex-direction: column;
    gap: 75px;
    width: 45%;
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
}
.groove_wrapper .sect5-text-flex-2-container {
    display: flex;
    flex-direction: column;
    gap: 90px;
    width: 42%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.groove_wrapper  .sect5-text-box {
    padding: 25px 200px 25px 50px;
    background-color: #651719;
}
.groove_wrapper  .sect5-text-flex-2-container .sect5-text-box {
    padding: 25px 50px 25px 220px;
    background-color: #651719;
}

.groove_wrapper .sect5-text-flex-1-container .section-discription,
.groove_wrapper .sect5-text-flex-2-container .section-discription {
    padding-top: 10px;
}

.groove_wrapper .sect5-icon-flex-container .icon-img {
    width: 75%;
    margin: 0 auto;
}

.groove_wrapper .sect5-icon-flex-container .icon-text p {
    font-size: 12px;
    text-align: center;
}

/* Section 5 Ends -- Paras */

/* Section  6 Starts -- Jignesh */

.groove_wrapper .section8_bg {
    background-image: url(../images/banner-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.groove_wrapper .section_padding_story {
    padding: 100px 0 50px 0;
}

.groove_wrapper .section8_container {
    width: 31%;
    margin: 0 auto;
    position: relative;
    padding-top: 56px;
}

.groove_wrapper .section8_combine_mic {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.groove_wrapper .section8_text p,
.section8_text ul li {
    font-family: 'Rubik-light';
    color: #fff;
    font-size: 16px;
}

.groove_wrapper .section_8img {
    width: 35%;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.groove_wrapper .section8_width_max {
    width: 64%;
    margin: 0 auto 0 0;
}

.groove_wrapper .section_left_abs8 {
    left: 12%;
}

.groove_wrapper .section8_left1_abs {
    position: absolute;
    top: 11%;
}

.groove_wrapper .section8_left2_abs {
    position: absolute;
    top: 43%;
}

.groove_wrapper .section8_width_max2 {
    width: 48%;
    margin: 0 auto 0 0;
}

.groove_wrapper .section_right_abs8 {
    right: 14%;
}

.groove_wrapper .section8_right1_abs {
    position: absolute;
    top: 14%;
}

.groove_wrapper .section8_width_max3 {
    width: 60%;
    margin: 0 auto 0 29%;
}

.groove_wrapper .section_8img1 {
    width: 67%;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.groove_wrapper .section_8img2 {
    width: 84%;

    margin: 0 auto 0 0;
}

.groove_wrapper .section8_text ul {
    padding-left: 20px;
}

.groove_wrapper .section8_right2_abs {
    position: absolute;
    top: 48%;
    width: 18%;
}

.groove_wrapper .section8_width_max4 {
    width: 87%;
    margin: 0 0 0 22%;
}

/* Section  6 Ends -- Jignesh */

/* Section 7 Starts -- Jignesh */

.groove_wrapper .story_inner_flex {
    display: flex;
    gap: 4rem;
    flex-direction: column;
    justify-content: center;
}

.groove_wrapper .story_inner_flex>div:nth-child(1) {
    order: 2;
}

.groove_wrapper .story_inner_flex>div:nth-child(2) {
    order: 1;
}

.groove_wrapper .story_inner_flex>div:nth-child(3) {
    order: 3;
}

.groove_wrapper .tcenter {
    text-align: center;
}

.groove_wrapper .fivebox_abs_text_bottom {
    position: absolute;
    bottom: 50px;
    left: 5%;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.groove_wrapper .five_block_wrapper {
    display: flex;
    column-gap: 1rem;
    row-gap: 10rem;
    align-items: center;
}

.groove_wrapper .common_padding {
    width: max-content;
    padding: 10px 15px;
    margin: 0 auto;
}

.groove_wrapper .five_bg1 {
    background-color: #2AAF4A;
}

.groove_wrapper .five_bg2 {
    background-color: #EC6641;
}

.groove_wrapper .five_bg3 {
    background-color: #E81880;
}

.groove_wrapper .five_bg4 {
    background-color: #244081;
}

.groove_wrapper .five_bg5 {
    background-color: #811616;
}

.groove_wrapper .five_bg6 {
    background-color: #7B4F9B;
}

.groove_wrapper .five_bg7 {
    background-color: #6086AB;

}

.groove_wrapper .five_bg8 {
    background-color: #84C14F;
}

.groove_wrapper .five_bg9 {
    background-color: #E3886C;
}

.groove_wrapper .five_bg10 {
    background-color: #F1BE45;
}

/* Section 7 Ends -- Jignesh */

/* Last Section Starts -- Jignesh */

.groove_wrapper .winfinger_bg {
    background-image: url(../images/win-banner.png);
    background-position:center  bottom;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.groove_wrapper .section_story .fo {
    font-size: 40px;
}

.groove_wrapper .box_img {
    width: 45%;
    margin: 5% auto 0px 30%;
    padding-bottom: 0px;
}

.groove_wrapper .winwithfingers_abs {
    padding-top: 300px;
    text-align: center;
}

/* Last Section Ends -- Jignesh */
/*jignesh fullimge */

.groove_wrapper .sectionfull_bg {
    background-image: url(../images/banner-6.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.groove_wrapper .section_full_text {
    padding-top: 350px;
}

.groove_wrapper .section6_wrapper_flex {
    display: flex;
    flex-direction: row;
    align-items: end;
    padding-top: 80px;
    width: 70%;
    margin-left: auto;
    justify-content: flex-end;
}

.groove_wrapper .section_bg {
    background-color: #922124;
}

.groove_wrapper .inner_pading {
    padding: 50px 65px 50px 50px;
}

.groove_wrapper .section6_speker {
    position: relative;
    width: 30%;
    z-index: 10;

}

.groove_wrapper .section_bg {
    width: 70%;
    margin-left: -10px;
}

/*jignesh fullimge */
/* Responsive */
            