@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;
} */

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

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

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

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

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

.August-Script {
    font-family: "August-Script";
}

@-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 */

.cuboid_wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

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

.cuboid_wrapper h1,
.cuboid_wrapper h2,
.cuboid_wrapper h3,
.cuboid_wrapper h4,
.cuboid_wrapper h5,
.cuboid_wrapper h6,
.cuboid_wrapper p {
    margin: 0;
    padding: 0;
    ;
}

.cuboid_wrapper .banner_section {
    overflow: hidden;
}

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

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

.cuboid_wrapper .relative {
    position: relative;
}

.cuboid_wrapper {
    background-color: #D6D6D6;
    color: #000000;
    font-family: "Rubik-Regular";
}

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

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

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

.cuboid_wrapper .cuboid_container {
    width: 75%;
    margin: 0 auto;
}

.white-color {
    color: #FFFFFF;
}

.black-color {
    color: #000000;
}

.gray-color {
    color: #606060;
}

.multicolor-gradient {
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, #047EC4 50%, rgba(252, 176, 69, 1) 95%);
    -webkit-background-clip: text;
    color: transparent;
}

.orange-gradient {
    background: linear-gradient(90deg, rgba(218, 48, 42, 1) 25%, rgba(233, 107, 48, 1) 60%, rgba(236, 85, 37, 1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.blue-gradient {
    /* background: radial-gradient(circle, rgba(0, 112, 181, 1) 30%, rgba(0, 162, 148, 1) 80%); */
    background: linear-gradient(90deg, rgba(0, 162, 148, 1) 6%, rgba(0, 112, 181, 1) 50%, #00A651 97.5%);
    -webkit-background-clip: text;
    color: transparent;
}

.multicolor-gradient-bg {
    /* rgba(253, 29, 29, 1) 50% */
    background: linear-gradient(90deg, #047EC4 0%, rgba(131, 58, 180, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.orange-gradient-bg {
    background: linear-gradient(90deg, rgba(218, 48, 42, 1) 15%, rgba(233, 107, 48, 1) 60%, rgba(236, 85, 37, 1));
}

.blue-gradient-bg {
    /* background: radial-gradient(circle, rgba(0, 112, 181, 1) 30%, rgba(0, 162, 148, 1) 80%); */
    background: linear-gradient(90deg, rgba(0, 162, 148, 1) 6%, rgba(0, 112, 181, 1) 50%, #00A651 97.5%);
}

.cuboid_wrapper h1 {
    font-size: 50px;
}

.cuboid_wrapper h2 {
    font-size: 44px;
}

.cuboid_wrapper h3 {
    font-size: 32px;
}

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

.cuboid_wrapper p {
    font-size: 20px;
}

.cuboid_wrapper p.small_font {
    font-size: 14px;
}

.cuboid_wrapper sup {
    top: -1em;
}

.cuboid_wrapper sub, .cuboid_wrapper sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
}

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

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

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

/* Stereo Cuboid Section One CSS Start */

.cuboid_wrapper .cuboid-section-one {
    background-image: url(../images/sect1-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 18/9;
}

.cuboid_wrapper .vani-img {
    width: 15%;
    margin-left: 10%;
    padding: 30px 0;
    position: relative;
    z-index: 9;
}

.cuboid_wrapper .sect1-text {
    position: absolute;
    top: 64%;
    left: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    transform: translate(-50%, -50%);
}

.cuboid_wrapper .sect1-product-title {
    width: fit-content;
    margin: 0 auto;
    word-spacing: 10px;
}

.cuboid_wrapper .butterfly-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.5%;
}

h2 .August-Script {
    font-size: 50px;
}

/* Stereo Cuboid Section One CSS End */

/* Stereo Cuboid Section Two CSS Start */

.cuboid_wrapper .sect2-abs-container {
    position: absolute;
    top: 10%;
    left: 55%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 1;
}

.cuboid_wrapper .sect2-title h5 {
    line-height: 1.75;
    letter-spacing: 2px;
}

.cuboid_wrapper .sect2-product {
    width: 70%;
    margin: 0 auto;
}

.cuboid_wrapper .sect2-icon-container {
    display: flex;
    gap: 30px;
    align-items: start;
    justify-content: center;
}

.cuboid_wrapper .sect2-icon-img {
    width: 35px;
    margin: 0 auto;
}

.cuboid_wrapper .sect2-icon-text p.small_font {
    font-size: 12px;
}

.cuboid_wrapper .sect2-icon-text {
    padding-top: 10px;
    text-align: center;
}

/* Stereo Cuboid Section Two CSS End */

/* Stereo Cuboid Section Three CSS Start */

.cuboid_wrapper .sect3-flex {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.cuboid_wrapper .sect3-img {
    flex-basis: 50%;
    /* width: 50%; */
}

.cuboid_wrapper .sect3-gradient-box {
    flex-basis: 45%;
    margin-top: 10%;

}

.cuboid_wrapper .sect3-gradient-box .orange-gradient-bg {
    padding: 10%;

}

.cuboid_wrapper .sect3-normal-text {
    padding: 10% 10% 0 10%;
}

.cuboid_wrapper .section-discription {
    padding-top: 15px;
}

.cuboid_wrapper .gradient-box-title {
    word-spacing: 3.5px;
    letter-spacing: 3.5px;

}

.cuboid_wrapper .sect3-product {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52%;
}

/* Stereo Cuboid Section Three CSS End */

/* Stereo Cuboid Section Four CSS Start */

.cuboid_wrapper .sect4-flex {
    display: flex;
    align-items: center;
}

.cuboid_wrapper .sect4-img {
    flex-basis: 50%;
}

.cuboid_wrapper .sect4-gradient-box {
    flex-basis: 50%;
}

.cuboid_wrapper .sect5-gradient-box .gradient-box-title h5,
.cuboid_wrapper .sect4-gradient-box .gradient-box-title h5 {
    line-height: 1.5;
}

.cuboid_wrapper .sect4-gradient-box .blue-gradient-bg {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 5%;
}

.cuboid_wrapper .sect4-normal-text {
    padding: 5% 5% 5% 0;
}

.cuboid_wrapper .bluetooth-img {

    width: 20%;
}

/* Stereo Cuboid Section Four CSS End */

/* Stereo Cuboid Section Five CSS Start */

.cuboid_wrapper .sect5-gradient-box .multicolor-gradient-bg {
    padding: 10% 10% 30% 10%;
}

.cuboid_wrapper .sect5-flex {
    display: flex;
    align-items: center;

}

.cuboid_wrapper .sect5-title-2 {
    padding: 0 0 5% 30px;
}

.cuboid_wrapper .sect5-flex>div {
    flex-basis: 33.33%;
}

.cuboid_wrapper .sect5-product-img {
    position: absolute;
    bottom: -35%;
    left: -2.5%;
    width: 42.5%;
}

.cuboid_wrapper .cuboid-section-five.section-padding {
    padding: 110px 0 220px 0;
}

.cuboid_wrapper .sect5-office-text-img-abs-container {
    position: absolute;
    width: 34%;
    bottom: -35%;
    right: 10%;
}

/* Stereo Cuboid Section Five CSS End */

/* Stereo Cuboid Section Six CSS Start */

.cuboid_wrapper .sect6-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.cuboid_wrapper .sect6-flex>div:nth-child(1) {
    flex-basis: 60%;
}

.cuboid_wrapper .sect6-flex>div:nth-child(2) {
    flex-basis: 40%;
}

.cuboid_wrapper .sect6-flex-text-img-container {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.cuboid_wrapper .sect6-usb-img {
    width: 22.5%;
}

.cuboid_wrapper .sect6-text {
    width: 62%;
}

.cuboid_wrapper .sect6-flex-img {
    width: 75%;
    margin: 0 auto;
}

.cuboid_wrapper .sect6-flex-text-img-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    height: 100%;
    width: 1px;
    background-color: #000;
}

/* Stereo Cuboid Section Six CSS End */

/* Stereo Cuboid Section Seven CSS End */

.cuboid_wrapper .cuboid-section-seven {
    background-image: url('../images/last-image.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 16/7;

}

.cuboid_wrapper a,
.cuboid_wrapper a:hover,
.cuboid_wrapper a:active,
.cuboid_wrapper a:visited {
    color: inherit;
    text-decoration: unset;
}

.cuboid_wrapper .win_with_product_img {
    width: 29%;
    position: absolute;
    top: 65%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.cuboid_wrapper .fwbold {
    font-weight: bold;
}

/* Stereo Cuboid Section 
Seven CSS End */

/* Responsive */

@media only screen and (max-width:1680px) {
    .cuboid_wrapper .sect2-abs-container {
        top: 9%;
        gap: 20px;
    }
}

@media only screen and (max-width:1450px) {
    .cuboid_wrapper .cuboid-section-one {
        aspect-ratio: 16/9;
    }

    .cuboid_wrapper .butterfly-img {
        width: 31%;
    }

    .cuboid_wrapper .sect1-text {
        top: 62%;
        gap: 80px;
    }

    .cuboid_wrapper h1 {
        font-size: 45px;
    }

    .cuboid_wrapper h2 {
        font-size: 40px;
    }

    .cuboid_wrapper .sect1-product {
        width: 90%;
        margin: 0 auto;
    }

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

    .cuboid_wrapper h5 {
        font-size: 22.5px;
    }

    .cuboid_wrapper .sect3-gradient-box .orange-gradient-bg {
        padding: 7%;
    }

    .cuboid_wrapper .sect3-normal-text {
        padding: 7% 7% 0 7%;
    }

    .cuboid_wrapper .sect5-office-text-img-abs-container,
    .cuboid_wrapper .sect5-product-img {
        bottom: -30%;
    }

}

@media only screen and (max-width:1440px) {
    .cuboid_wrapper .sect2-abs-container {
        top: 4%;
        gap: 20px;
    }

    .cuboid_wrapper .sect2-product {
        width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1366px) {
    .cuboid_wrapper .sect2-abs-container {
        top: 4%;
        gap: 17px;
        width: 50%;
    }

    .cuboid_wrapper .sect2-product {
        width: 50%;
        margin: 0 auto;
    }

    .cuboid_wrapper .cuboid_container {
        width: 82%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1280px) {
    h2 .August-Script {
        font-size: 44px;
    }

    .cuboid_wrapper .vani-img {
        width: 16%;
    }

    .cuboid_wrapper .sect2-img, .cuboid_wrapper .sect2-img img {
        aspect-ratio: 16/10;
    }

    .cuboid_wrapper .sect2-abs-container {
        top: 6.5%;
    }

    .cuboid_wrapper p {
        font-size: 17px;
    }

    .cuboid_wrapper .cuboid-section-seven {
        aspect-ratio: 16/8;
    }
}

@media only screen and (max-width:1152px) {

    .cuboid_wrapper .sect2-abs-container {
        top: 5%;
        width: 60%;
    }

    .cuboid_wrapper h5 {
        font-size: 22px;
    }

    .cuboid_wrapper .sect2-product {
        width: 40%;
    }
}

@media only screen and (max-width:1024px) {
    .cuboid_wrapper h2 {
        font-size: 35px;
    }

    .cuboid_wrapper h2 .August-Script {
        font-size: 38px;
    }

    .cuboid_wrapper h1 {
        font-size: 45px;
    }

    .cuboid_wrapper .sect3-img,
    .cuboid_wrapper .sect3-img img {
        aspect-ratio: 1/1.25;

    }

    .cuboid_wrapper .cuboid_container {
        width: 85%;
        margin: 0 auto;
    }

    .cuboid_wrapper .sect4-flex {

        align-items: start;
    }

    .cuboid_wrapper .sect5-flex .sect5-gradient-box {
        flex-basis: 40%;
    }

    .cuboid_wrapper .sect5-flex .sect5-title-2 {
        flex-basis: 30%;

    }

    .cuboid_wrapper .sect6-usb-img {
        width: 25%;
    }

    .cuboid_wrapper .sect6-text {
        width: 70%;
    }
}

@media only screen and (max-width:991px) {

    .cuboid_wrapper .section-padding {
        padding: 70px 0;
    }

    .cuboid_wrapper .section-padding-top {
        padding-top: 70px;
    }

    .cuboid_wrapper .section-padding-bottom {
        padding-bottom: 70px;
    }

    .cuboid_wrapper h1 {
        font-size: 40px;
    }

    .cuboid_wrapper .vani-img {
        width: 17%;
        padding: 40px 0;
    }

    .cuboid_wrapper .sect1-text {
        top: 62%;
        gap: 55px;
    }

    .cuboid_wrapper .cuboid-section-one {
        aspect-ratio: 16/10;
    }

    .cuboid_wrapper .butterfly-img {
        width: 35%;
    }

    .cuboid_wrapper .sect2-abs-container {

        width: 85%;
    }

    .cuboid_wrapper .sect2-img, .cuboid_wrapper .sect2-img img {
        aspect-ratio: 16/16;
    }

    .cuboid_wrapper .sect2-icon-container {
        gap: 15px;
    }

    .cuboid_wrapper .sect3-img, .cuboid_wrapper .sect3-img img {
        aspect-ratio: unset;
    }

    .cuboid_wrapper .sect3-flex {
        display: flex;
        align-items: center;
        gap: 30px;
        flex-direction: column;
    }

    .cuboid_wrapper .sect3-gradient-box {
        margin-top: 0%;
    }

    .cuboid_wrapper .sect3-product {
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0 auto;
    }

    .cuboid_wrapper .sect2-abs-container {
        gap: 30px;
    }

    .cuboid_wrapper .cuboid_container {
        width: 90%;
    }

    .cuboid_wrapper .sect4-flex {
        flex-direction: column-reverse;

    }

    .cuboid_wrapper .cuboid-section-five.section-padding {
        padding: 70px 0;
    }

    .cuboid_wrapper .sect5-flex {
        gap: 0px;
        flex-direction: column;
    }

    .cuboid_wrapper .sect5-gradient-box .multicolor-gradient-bg {
        padding: 5%;
    }

    .cuboid_wrapper .sect5-product-img {
        position: relative;
        bottom: unset;
        left: unset;
        width: 65%;
        margin: 0 auto;
    }

    .cuboid_wrapper .sect5-title-2 {
        padding: 15px 0 0 0;
    }

    .cuboid_wrapper .sect5-office-text-img-abs-container {
        position: relative;
        width: auto;
        bottom: unset;
        right: unset;
    }

    .cuboid_wrapper .win_with_product_img {
        width: 50%;
        top: 62%;
        left: 50%;
    }

    .cuboid_wrapper .cuboid-section-seven {
        aspect-ratio: 16/11;
    }
}

@media only screen and (max-width:767px) {

    .cuboid_wrapper .sect3-flex {
        gap: 0;
     
    }
    .cuboid_wrapper .sect3-gradient-box {
        margin-top: -19%;
    }

    .cuboid_wrapper .sect1-product {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 1px;
    }

    .cuboid_wrapper .butterfly-img {
        position: absolute;
        top: 0;
        left: -25%;
        width: 28.5%;
    }
    .cuboid_wrapper {
        overflow-x: hidden;
    }

    .cuboid_wrapper .sect6-flex-img {
        width: 75%;
        margin-left: 0;
        margin-right: auto !important;
    }
    .cuboid_wrapper .section-padding {
        padding: 30px 0 40px 0;
    }

    .cuboid_wrapper .section-padding-top {
        padding-top: 50px;
    }

    .cuboid_wrapper .section-padding-bottom {
        padding-bottom: 50px;
    }

    .cuboid_wrapper h2 .August-Script {
        font-size: 38px;
    }

    .cuboid_wrapper h2 {
        font-size: 35px;
    }

    /* .cuboid_wrapper h1 {
        font-size: 40px;
    } */
    .cuboid_wrapper h1 {
        font-size: 30px;
    }

    /* .cuboid_wrapper .sect1-text {
        top: unset;
        gap: 30px;
        left: unset;
        transform: unset;
        position: relative;
        padding-bottom: 30px;
    } */
    .cuboid_wrapper .sect1-text {
        top: unset;
        gap: 30px;
        left: unset;
        transform: unset;
        position: absolute;
        padding-bottom: 30px;
        bottom: -10px;
        width: 65%;
        right: 6px;
        text-align: right;
    }

    .cuboid_wrapper .vani-img {
        width: 34%;
        margin: 0 auto;
        margin-left: 5px;
    }
    .cuboid_wrapper .mobile_section1_abs {
        position: absolute;
        top: 24%;
        right: 2%;
    }
    .cuboid_wrapper h2 {
        font-size: 30px;
    }
    .cuboid_wrapper h2 .August-Script {
        font-size: 30px;
    }

    .cuboid_wrapper .butterfly-img {
        width: 90%;
    }

    .cuboid_wrapper .sect2-img, .cuboid_wrapper .sect2-img img {
        aspect-ratio: unset;
    }

    .cuboid_wrapper .sect2-abs-container {
        width: 100%;
        gap: 30%;
        left: 50%;
    }

    .cuboid_wrapper .sect2-icon-container {
        gap: 15px;
        flex-wrap: wrap;
    }

    .cuboid_wrapper h5 {
        font-size: 17px;
    }

    .cuboid_wrapper .sect2-abs-container {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        gap: 30px;
        width: 100%;
        margin: 0 auto -48% auto;
    }
    .cuboid_wrapper .sect2-title h5 {
        line-height: 1.75;
        letter-spacing: 0px;
    }   

    .cuboid_wrapper .sect2-product {
        width: 85%;
    }

    .cuboid_wrapper .cuboid-section-two {
        padding-top: 50px;
        background-color: #DBDBDB;
    }

    .cuboid_wrapper .section-discription {
        padding-top: 12px;
    }

    .cuboid_wrapper .cuboid-section-five .cuboid_container,
    .cuboid_wrapper .cuboid-section-four .cuboid_container,
    .cuboid_wrapper .cuboid-section-three .cuboid_container {
        width: 100%;
    }

    .cuboid_wrapper .sect3-gradient-box .orange-gradient-bg {
        padding: 5% 5% 40% 5%;
        position: relative;
    }

    .cuboid_wrapper .sect3-normal-text {
        padding: 15% 5% 0 5%;
    }

    .cuboid_wrapper p {
        font-size: 14px;
    }

    .cuboid_wrapper .gradient-box-title {
        word-spacing: 2.5px;
        letter-spacing: 2.5px;
    }

    .cuboid_wrapper .sect3-product {
        width: 90%;
        position: absolute;
        bottom: -40px;
    }

    .cuboid_wrapper .sect4-normal-text {
        padding: 15% 5% 0 5%;
        
    }

    .cuboid_wrapper .sect5-product-img {
        width: 90%;
        padding: 0;
        position: absolute;
        bottom: -70px;
    }
    .cuboid_wrapper .sect5-gradient-box .multicolor-gradient-bg {
        padding: 5% 5% 40% 5%;
        margin-bottom: 100px;
    }

    .cuboid_wrapper .sect5-office-text {
        padding:  10% 5% 10% 5%
    }
    .cuboid_wrapper .sect5-title-2 {
        padding: 0px 0 0 0;
    }

    .cuboid_wrapper .sect4-gradient-box .blue-gradient-bg {
        gap: 15px;
    }

    .cuboid_wrapper .sect6-flex-text-img-container::after {
        position: relative;
        width: 0;
        height: 0;
        background-color: transparent;
    }

    .cuboid_wrapper .sect6-text {
        width: 100%;
    }

    .cuboid_wrapper .sect6-usb-img {
        width: 35%;
    }

    .cuboid_wrapper .sect6-flex-text-img-container {
        gap: 25px;
        flex-direction: column;
        align-items: start;
    }

    .cuboid_wrapper .sect6-flex {
        gap: 20px;
        flex-direction: column;
    }

    .cuboid_wrapper .win_with_product_img {
        width: 85%;
        top: 64%;
    }

    .cuboid_wrapper .cuboid-section-seven {
        aspect-ratio: 9/11;
    }

    .cuboid_wrapper .cuboid-section-three.section-padding{
        /* padding: 0 0 50px 0; */        
            padding: 0 0 0px 0;        
    }
    .cuboid_wrapper .extra_font h5 {
        font-size: 19px;
    }
    .cuboid_wrapper .cuboid-section-five.section-padding {
        padding: 0px 0 50px 0;
    }
    .cuboid_wrapper .section4_abs_image_text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width:400px) {
    .cuboid_wrapper h2 {
        font-size: 26px;
    }
    .cuboid_wrapper h2 .August-Script {
        font-size: 26px;
    }
}

@media only screen and (max-width:375px) {}