* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif !important;
}

@font-face{
    font-family: "Inter", sans-serif !important;
    src: url("../fonts/Inter-Regular.ttf") format("truetype");
}
@font-face{
    font-family: "Inter", sans-serif !important;
    src: url("../fonts/Inter-Bold.ttf") format("truetype");
}
@font-face{
    font-family: "Inter", sans-serif !important;
    src: url("../fonts/Inter-Medium.ttf") format("truetype");
}


img {
    max-width: 100%;
    object-fit: contain;
}

a:hover {
    text-decoration: none !important;
}

.padding-top {
    padding-top: 70px !important;
}

/*---------------navbar-section----------------*/
.main-header .header-border-bottom {
    border-bottom: unset !important;
}

.navbar-toggler-icon {
    background-image: url(../image/menu-black-1.png) !important;
    font-size: 14px;
}


.main-video-play-section {
    width: 300px;
    position: absolute;
    right: -5%;
    bottom: -5%;
    transform: translate(-50%, 0%);

}

.main-video-play-section .play-btn {
    width: 100%;
    height: 100%;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

.navbar.navbar-expand-lg .navbar-toggler {
    border: 1px solid #B8E6FF;
    padding: 8px 10px;
}

.header-bg-color.index-header.navbar-fixed-top.scrolled .navbar.navbar-expand-lg .navbar-toggler {
    border: 1px solid #B8E6FF;
}

.header-bg-color.index-header.navbar-fixed-top.scrolled .navbar-toggler-icon {
    background-image: url(../image/menu-black.png) !important;
    font-size: 14px;
}

.header-bg-color {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar.navbar-expand-lg {
    padding: 20px 10px;
}

.left-block .logo {
    width: 168px;
}

.mobile-navbar-div {
    display: contents;
}

.navbar-collapse .navbar-nav {
    display: flex;
    gap: 20px;
    padding: 0px 10px;
    align-items: center;
}

.navbar-nav .nav-item {
    padding: 5px 10px;
}

.navbar-nav .nav-item .nav-link.active {
    color: #fff;
    border-radius: 20px;
    border: 4px solid #0086D2;
    background: #0086D2;
    box-shadow: 0px 5px 20.8px 0px rgba(0, 134, 210, 0.51);
    width: 127px;
}

.navbar-nav .nav-item .nav-link {
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.bottomnav .language-block {
    padding: 10px 20px;
}

header .bottomnav a {
    color: #C0C0C0;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
}
.bottomnav .language-block:focus-visible{
    outline: unset;
}
.bottomnav .language-block {
    position: relative;
    padding: 14px 20px;
    border-radius: 14px;
    border: 1px solid #B8E6FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: unset;
    width: 200px;
}


.display-div {
    display: block;
}

.display-block {
    display: none !important;
}

.dropdown-toggle .dropdown-menu.show {
    border: 1px solid #B8E6FF;
    width: 200px;
}
.dropdown-toggle .dropdown-menu.show a img{
    width: 30px;
    height: 30px;
}
.dropdown-item.change-language {
    justify-content: flex-start !important;

}

.right-side-navbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-img-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}
.dropdown-img-text img{
    width: 30px;
    height: 30px;
}

.right-side-navbar .fa-angle-down {
    color: #fff;
}

.scrolled .right-side-navbar .fa-angle-down,
.scrolled .dropdown-img-text {
    color: #000;
}


.dropdown-item.change-language {
    padding: 5px 20px
}
.dropdown-item.change-language:active{
    background-color: unset !important;
}

.bottomnav .language-block a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.right-block .get-app {
    border-radius: 15px;
    background: #0086D2;
    padding: 15px 30px;
}

.right-block .get-app a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    flex-flow: wrap;
}

.index-carousel-bg-img {
    background-image: url(../image/home-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 150px;
    padding-bottom: 225px;
    position: relative;

}

.app-with-diffrent .app-with-img {
    width: 638px;
    margin: auto;
}

.app-with-text h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    margin: 0px;
    text-transform: capitalize;
}

.color-code {
    color: #0086D2 !important;
}

.app-with-text p {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 39px 0px;
    text-align: left;
    line-height: 59px;
}

.app-with-button {
    border-radius: 15px;
    background: #0086D2;
    width: fit-content;
    text-align: left;
    position: relative;
    z-index: 99;
}

.app-with-left-div .app-with-button .get-in-touch {
    font-size: 24px;
    padding: 22px 40px;
}

.app-with-button .get-in-touch {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
}

.app-with-button .get-in-touch span {
    padding-left: 10px;
}

.navbar-fixed-top.scrolled {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0px 12px 38px rgb(8 78 31 / 10%);
    z-index: 99999;
    width: 100%;
}

.navbar-fixed-top.scrolled .navbar.navbar-expand-lg {
    padding: 10px 15px;
}

.navbar-fixed-top.scrolled .navbar-nav .nav-item .nav-link {
    color: #000;
}

.navbar-fixed-top.scrolled .navbar-nav .nav-item .nav-link.active {
    color: #fff;
}

.header-border-bottom {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.21); */
    padding-bottom: 0px;
}

.header-bg-color.index-header.navbar-fixed-top.scrolled .header-border-bottom {
    border: none;
    padding-bottom: 0px;
}


/*-------------Our product section--------------------*/

.our-product-text {
    border-radius: 20px;
    border: 4px solid #0086D2;
    background: #FFF;
    box-shadow: 0px 5px 20.8px 0px rgba(0, 134, 210, 0.51);
    padding: 30px;
}

.our-product-text p {
    color: #676767;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.our-product-heading h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-bottom: 35px;
    margin: 0;
    color: #000;
}

.our-product-heading p {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.our-product-main .our-product-image {
    width: 620px;
    position: relative;
    z-index: 9;
}

.our-product-section {
    background-color: #F8FBFE;
    padding: 40px 0px 100px 0px;
}

.our-product-right {
    z-index: 99;
    position: relative;
}

/*---------view product details---------*/

.padding-100 {
    padding: 100px 0px;
}

.view-product-heading-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
    position: relative;
    z-index: 999;
}

.padding-75 {
    padding: 75px 0px 0px;
}

.view-product-heading-text .our-product-heading h1 {
    padding-bottom: 0px;
}

.view-product-block-main .connecting-hearts-main-div {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 9px 35px 0px rgba(56, 56, 56, 0.21);
}

.connecting-harts-logo-img {
    width: 234px;
    margin: auto;
}

.connecting-harts-text h1 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    margin: 0px;
}

.connecting-harts-text p {
    color: #676767;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-35 {
    padding-top: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.connecting-harts-store-button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}

.connecting-harts-store-button .store-img {
    width: 165px;
}

.connecting-hearts-main-div .connecting-harts-right-side {
    padding: 50px 55px;
}

.connecting-harts-store-button .store-img {
    border-radius: 20px;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    background: #FAFAFA;
    padding: 10px 30px 10px 15px;
}

.clickme-link a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #000;
    line-height: 160%;
}

.clickme-link {
    text-align: center;
}

.connecting-view-more:hover {
    color: #fff !important;
}

.connecting-view-more {
    border-radius: 10px;
    background: #000;
    padding: 13px 10px;
    text-decoration: unset;
    line-height: 0px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    width: 165px;
    justify-content: center;
}

.connecting-view-more span {
    margin-left: 10px;
}

.connecting-harts-left-side {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.connecting-harts-left-side {
    background-image: url('../image/black-background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 610px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    overflow: hidden;
}

.wow-sim-right-side img {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 545px;
}

.connecting-click-img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 36px;
    border-top-left-radius: 36px;
}

.connecting-toraveka-bg {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 36px;
    border-top-left-radius: 36px;
}

.connecting-toraveka-bg {
    background-image: unset !important;
    display: inherit !important;
}

.connecting-toraveka-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connecting-click-img img {
    width: 515px;
    margin-bottom: -75px;
}

.view-product-block-main {
    position: relative;
    z-index: 99;
}

.view-product-block-main:after {
    content: '';
    position: absolute;
    background-image: url('../image/round-object.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 505px;
    height: 524px;
    right: 0px;
    top: 8%;
    transform: translateY(-50%);
    z-index: -1;
}


/*-------------Our service section--------------*/
.our-service-section {
    background: linear-gradient(90deg, rgba(223, 233, 243, 0.31) 0%, rgba(235, 245, 255, 0.31) 100%);
    backdrop-filter: blur(20.399999618530273px);
    -webkit-backdrop-filter: blur(20.399999618530273px);
}

.our-service-text-main {
    border-radius: 60px;
    background: #FFF;
    backdrop-filter: blur(20.399999618530273px);
    -webkit-backdrop-filter: blur(20.399999618530273px);;
    padding: 43px;
}

.our-service-main-div .our-service-text-main {
    width: 770px;
    position: relative;
    z-index: 99;
}

.our-product-heading .our-service-text p {
    color: #676767;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0px;
}

.our-service-image img {
    border-radius: 66px;
}

/*information-section */

.information-section {
    background: linear-gradient(90deg, rgba(223, 233, 243, 0.31) 0%, rgba(235, 245, 255, 0.31) 100%);
    backdrop-filter: blur(20.399999618530273px);
    -webkit-backdrop-filter: blur(20.399999618530273px);
    padding: 100px 0px;
}

.information-bg-box {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 7px 15px 0px rgba(184, 229, 255, 0.33);
    padding: 39px;
}

.information-bg-box h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 35px;
}

.information-bg-box .information-bg-contain {
    margin: 0px;
    color: #676767;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    min-height: 140px;
}

.information-read {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 30px 0px;
}

.information-read-line {
    background: #0086D2;
    height: 3px;
    width: 40px;
}

.information-read a {
    color: #0086D2 !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.information-bg-box label {
    color: #676767;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}



/*digital-section */

.digital-section {
    position: relative;
    padding: 50px 0px 90px;
}

.digital-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../../front-assets/image/digital-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.digital-bg-section {
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(223, 233, 243, 0.31) 0%, rgba(235, 245, 255, 0.31) 100%);
    -webkit-backdrop-filter: blur(20.399999618530273px);
    backdrop-filter: blur(20.399999618530273px);
    padding: 34px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.digital-data-section h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.digital-data-section p {
    color: #676767;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 28px;
    height: 84px;
}

.digital-data-media {
    width: 75px;
    height: 75px;
}

.digital-data-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.digital-section .view-product-block-main:after {
    width: 400px;
    height: 418px;
    right: 11%;
    top: 27%;
}

/*together-section */
.main-together-section {
    width: 100%;
    background: url('../../front-assets/image/together-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 5px 40.4px 38px rgba(158, 158, 158, 0.07);
    position: relative;
    padding: 65px 0px;
    margin: 75px 0px;
    border-radius: 40px;
}

.together-data-section h1 {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 61px;
    margin: 0px;
}

.together-data-section p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin: 25px 0px;
}

.main-together-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 330px;
    background: url(../../front-assets/image/together-contact.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 30px;
    bottom: 0;
}







/*footer-section */

.main-footer-bg {
    width: 100%;
    background: url('../../front-assets/image/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 5px 40.4px 38px rgba(158, 158, 158, 0.07);
    padding: 50px 0px 90px;
}

.footer-logo {
    width: 180px;
    height: 100%;
    margin-bottom: 35px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-main-section p {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-dropdwon {
    position: relative;
    padding: 15px 20px;
    border-radius: 14px;
    border: 1px solid #B8E6FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: unset;
    width: 200px;
    margin-top: 35px;
}

.footer-dropdwon a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    outline: none;
}

.footer-dropdwon .fa-angle-down {
    color: #fff;
}

.footer-app-link ul {
    margin: 0;
    padding: 0;
}

.footer-app-link ul li {
    margin-bottom: 16px;
    padding: 0;
    list-style: none;
}

.footer-app-link ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 40px;
}

.footer-location {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-location img {
    width: 30px;
}

.footer-location-data {
    display: flex;
    align-items: baseline;
    gap: 3px;
    flex-flow: column;
}

.footer-location-data p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.footer-border {
    border-top: 2px solid rgba(255, 255, 255, 0.13);
    border-bottom: 2px solid rgba(255, 255, 255, 0.13);
    padding: 32px 0px;
    margin-bottom: 50px;
}

.footer-main-section {
    margin-bottom: 50px;
}

.footer-media-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-media-section a img {
    width: 50px;
}

.footer-note p {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.digital-section .view-product-heading-text {
    margin: 30px 0px;
}

.information-section .view-product-heading-text {
    margin-bottom: 50px;
}

.information-section .view-product-block-main:after {
    right: 12%;
    top: 25%;
    width: 404px;
    height: 418px;
}

.main-together-section .app-with-button {
    margin: auto;
}

/*scroll-top-bottom*/
.topbtn {
    position: fixed;
    right: -25px;
    bottom: 40px;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.scrool-top-section {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 65px;
}

.scrool-top-section p {
    color: #787878;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    transform: rotate(270deg);
    bottom: 100px;
    right: 10px;
    position: relative;
}

.text-color {
    color: #676767 !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
}

/*************************back to top button**********************/
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    box-shadow: inset 0 0 0 4px rgba(217, 217, 217, 100%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: rgba(217, 217, 217, 100%);
    /* --- Pijl kleur --- */
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 99;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 9;
    left: 50%;
    top: 50%;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-image: url('../../front-assets/image/up-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #0086D2;
    stroke-width: 14px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-circle {
    border-radius: 100%;
}

/****************************************************/

/************************test************************/
.center-img {
    position: absolute;
    top: 50%;
    right: -20%;
    width: 113px;
    height: 59px;
    content: '';
    transform: translate(-50%, -50%);
}

.position-relative {
    position: relative;
    width: auto;
}

.play-video {
    position: absolute;
    bottom: 0%;
    right: 9.2%;
    width: 165px;
    height: 59px;
    content: '';
    transform: translate(0, -50%);
}

.rotate-img {
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}


/*-------------------------Banner - section----------------------------*/

.banner-section {
    background-image: url(../image/background-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0px 100px 0px;
}

.banner-text p {
    /* font-size: 24px; */
    font-weight: 400;
    margin-bottom: 80px;
    margin-top: 32px;
}

.heading-text h3 {
    color: #676767;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 25px;
    margin: 0px;
}

.heading-text h1 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0px;
}

.main-site-about-bg a:hover {
    color: #000;
}

.connecting-harts-store-button .connecting-view-more:hover {
    color: #fff !important;
}

.clickme-link.p-35 a:hover {
    color: #000 !important;
}

.color-code-gray {
    color: #676767 !important;
}
.our-app-banner-text p{
    margin-top: 32px;
}

/*------------Video css---------------------*/
.main-video-play-body{
    position: relative;
}
.main-video-play-body .modal-body{
    padding-bottom: 10px;
}
.btn-close-main-div{
    position: absolute;
    top: 0;
    right: -40px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.main-video-play-body .btn-close{
    margin-top: 50%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    fill: #0086D2;
}
.video-main {
    position: relative;
    display: inline-block;
    right: -177px;
    top: -60px;
    z-index: 9;
  }

  .video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;

    color: #fff;
    display: inline-block;

    z-index: 999;
    top: -50px;
    left: -50px;
    position: absolute;
  }
.video-main a:hover{
    text-decoration: none;
    color: #fff !important;
}
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }

  .fa-play:before {
    content: "\f04b";
  }

  .waves-block .waves {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -23px;
    bottom: -23px;
    z-index: -1;
     -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }

  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  button:focus{
    outline: unset !important;
  }
  .language-block .dropdown-item:focus,.language-block .dropdown-item:hover{
    background-color: #fff !important;
  }
/*--------------media---------------------*/

@media (max-width: 1500px) {
    .banner-section {
        padding: 179px 0px 90px 0px !important;
    }

    .information-section {
        padding: 80px 0px;
    }

    .app-with-diffrent .app-with-img {
        width: 570px;
    }

    .app-with-text h1 {
        font-size: 60px;
    }

    .our-product-section {
        padding: 40px 0px 80px 0px;
    }

    .our-product-main .our-product-image {
        width: 620px;
    }

    /* .our-product-heading h1 {
        font-size: 33px;
    } */

    .padding-100 {
        padding: 80px 0px;
    }

    .padding-75 {
        padding: 60px 0px;
    }

    .our-product-heading h1 {
        font-size: 32px;
    }

    .main-video-play-section {
        bottom: -5%;
    }
}

@media (max-width: 1399px) {
    .navbar-collapse .navbar-nav {
        gap: 14px;
    }
    .digital-bg-section {
        padding: 30px 15px;
    }
    .our-product-text p{
        font-size: 15px;
    }
    .banner-text p {
        margin-bottom: 60px !important;
        margin-top: 30px !important;
    }

    .dropdown-toggle .dropdown-menu.show {
        padding: 7px 0px;
    }

    .banner-section {
        padding: 170px 0px 80px 0px !important;
    }

    .heading-text h3 {
        padding-bottom: 20px;
    }

    .heading-text h1 {
        font-size: 30px;
    }

    .right-side-navbar {
        gap: 10px;
    }

    .main-video-play-section {
        bottom: -7%;
        width: 270px;
        position: absolute;
        right: -8%;
    }
    .video-main {
        right: -160px;
        top: -55px;
    }

    .left-block .logo {
        width: 155px;
    }

    .information-bg-box .information-bg-contain,.connecting-harts-text p,
    .our-product-heading .our-service-text p{
        font-size: 15px;
    }

    .information-bg-box {
        padding: 25px 20px;
    }

    .our-product-text {
        padding: 30px 22px;
    }

    .bottomnav .language-block {
        width: 175px;
        padding: 13px 20px;
    }
    .dropdown-toggle .dropdown-menu.show,.footer-dropdwon{
        width: 175px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        padding: 0px 10px;
    }

    .right-block .get-app a,.dropdown-img-text {
        font-size: 18px;
    }

    .digital-data-media {
        width: 70px;
    }

    .digital-data-section p {
        font-size: 15px;
    }

    .digital-section::after {
        width: 170px;
        height: 170px;
    }

    .our-service-main-div .our-service-text-main {
        width: 663px;
    }

    .index-carousel-bg-img {
        padding-top: 140px;
        padding-bottom: 150px;

    }

    .app-with-diffrent .app-with-img {
        width: 500px;
    }

    .app-with-text h1 {
        font-size: 48px;
    }

    .app-with-text p {
        font-size: 28px;
        margin: 35px 0px;
    }

    .our-product-main .our-product-image {
        width: 525px;
    }

    .our-product-heading h1 {
        font-size: 30px;
    }

    .our-product-section {
        padding: 4 0px 0px 70px 0px;
    }

    .padding-100 {
        padding: 65px 0px;
    }

    .app-with-button .get-in-touch {
        padding: 13px 23px;
    }

    .view-product-block-main:after {
        width: 460px;
        height: 480px;
    }

    .padding-75 {
        padding: 45px 0px 0px;
    }
    .connecting-hearts-main-div .connecting-harts-right-side {
        padding: 0px 30px;
    }

    .p-35 {
        padding-top: 20px;
    }

    .navbar-nav .nav-item .nav-link.active {
        border-radius: 15px;
    }
    .information-bg-box h1 {
        font-size: 23px;
    }
}

@media (max-width: 1199px) {
    .bottomnav .language-block a{
        font-size: 16px;
    }
    .dropdown-item.change-language {
        padding: 0px 10px;
    }
    .connecting-harts-store-button .store-img ,.connecting-view-more{
        width: 135px;
    }
    .connecting-harts-store-button .store-img{
        padding: 10px 20px 10px 15px;
    }

    .information-read {
        margin: 20px 0px;
    }
    .banner-text p {
        margin-top: 20px !important;
    }
    .navbar-collapse .navbar-nav {
        gap: 2px;
    }
    .app-with-left-div .app-with-button .get-in-touch {
        font-size: 24px;
        padding: 17px 23px;
    }

    .dropdown-toggle .dropdown-menu.show {
        padding: 7px 0px;
    }

    .heading-text h3 {
        padding-bottom: 10px;
    }

    .navbar-nav .nav-item .nav-link.active {
        width: 110px;
        border-radius: 10px;
    }

    .main-video-play-section {
        bottom: -8%;
        right: -8%;
        width: 250px;
    }
    .video-main {
        right: -150px;
        top: -50px;
    }
    .navbar-nav .nav-item {
        padding: 5px 5px;
    }

    .right-side-navbar {
        gap: 10px;
    }

    .bottomnav .language-block {
        width: 145px;
        border-radius: 10px;
    }
    .dropdown-toggle .dropdown-menu.show{
        min-width: 145px;
        width: 145px;
    }
    .footer-dropdwon{
        width: 145px;
    }

    .bottomnav .language-block {
        padding: 10px 10px;
    }

    .right-block .get-app {
        padding: 14px 25px;
        border-radius: 10px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0px 0px;
    }

    .information-bg-box .information-bg-contain {
        font-size: 13px;
    }

    .information-bg-box {
        padding: 30px 11px;
    }

    .p-35 {
        padding-top: 20px;
    }

    .information-bg-box h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .main-together-section {
        margin: 60px 0px;
        padding: 70px 0px;
    }

    .information-section {
        padding: 60px 0px;
    }

    .footer-main-section p {
        font-size: 18px;
    }

    .footer-media-section a img {
        width: 40px;
    }

    .footer-border {
        padding: 30px 0px;
        margin-bottom: 30px;
    }

    .digital-bg-section {
        padding: 20px 11px;
        border-radius: 15px;
        gap: 5px;
    }

    .digital-data-section h2 {
        font-size: 20px;
    }

    .digital-data-media {
        width: 60px;
    }

    .digital-data-section p {
        font-size: 12px;
    }

    .digital-section::after {
        width: 150px;
        height: 150px;
    }

    .our-service-text-main {
        border-radius: 40px;
    }

    .our-service-image img {
        border-radius: 40px;
    }

    .our-product-heading .our-service-text p {
        font-size: 13px;
    }

    .our-service-main-div .our-service-text-main {
        width: 551px;
    }

    .our-service-text-main {
        padding: 20px 30px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    .left-block .logo {
        width: 145px;
    }

    .right-block .get-app a,.dropdown-img-text {
        font-size: 16px;
    }

    .app-with-diffrent .app-with-img {
        width: 435px;
    }

    .app-with-text h1 {
        font-size: 44px;
        line-height: 62px;
    }

    .app-with-text p {
        font-size: 21px;
        margin: 30px 0px;
    }

    .app-with-button .get-in-touch {
        font-size: 18px;
    }

    .index-carousel-bg-img {
        padding-bottom: 110px;
    }

    .our-product-main .our-product-image {
        width: 430px;
    }

    .our-product-heading h1 {
        line-height: 41px;
        font-size: 24px;
        padding-bottom: 27px;
    }

    .our-product-text p {
        font-size: 13px;
        line-height: 26px;
    }

    .our-product-text {
        padding: 19px;
    }

    .our-product-section {
        padding: 40px 0px 60px 0px;
    }

    .padding-100 {
        padding: 60px 0px;
    }

    .view-product-block-main:after {
        width: 432px;
        height: 449px;
    }

    .connecting-harts-logo-img {
        width: 175px;
    }

    .connecting-hearts-main-div .connecting-harts-right-side {
        padding: 0px 20px;
    }

    .clickme-link a {
        font-size: 16px;
    }

    .connecting-harts-text h1 {
        line-height: 40px;
    }

    .connecting-harts-store-button {
        gap: 5px;
        flex-flow: wrap;
        justify-content: center;
    }

    .connecting-view-more {
        padding: 10px 10px;
        font-size: 13px;
    }

    .connecting-harts-text p {
        font-size: 13px;
    }

    .connecting-harts-text h1 {
        font-size: 23px;
    }

    .connecting-harts-left-side {
        height: 500px;
    }

    .wow-sim-right-side img {
        width: 445px;
    }

    .connecting-click-img img {
        width: 400px;
        margin-bottom: -85px;
    }
    .together-data-section h1{
        font-size: 34px;
    }
    .together-data-section p {
        font-size: 16px;
    }
    .footer-dropdwon{
        padding: 10px 10px;
    }
}

@media (max-width: 1099px) {
    .btn-submit button {
        font-size: 22px;
    }
    .main-video-play-section {
        bottom: -6%;
        right: -8%;
        width: 210px;
    }
    .video-main {
        right: -130px;
        top: -40px;
    }
    .waves-block .waves{
        right: -15px;
        bottom: -15px;
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 991px) {

    .bottomnav .language-block {
        padding: 10px 10px;
    }
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 10px;
    }
    .banner-image {
        width: 90% !important;
    }

    .banner-text p {
        font-size: 19px !important;
        margin-bottom: 60px !important;
    }

    .heading-text h3 {
        padding-bottom: 10px;
        font-size: 22px;
    }

    .banner-text p {
        font-size: 19px;
    }

    .banner-section {
        padding: 145px 0px 70px 0px !important;
    }

    .main-video-play-section {
        bottom: -8%;
        right: -8%;
        width: 210px;
    }

    .display-div {
        display: none !important;
    }

    .display-block {
        display: block !important;
    }

    .mobile-header-language .language-block.dropdown-toggle a {
        gap: 10px;
    }

    header .bottomnav a {
        font-size: 14px !important;
    }

    .info-block-3 {
        margin-top: 15px !important;
    }

    .main-together-section {
        padding: 70px 20px;
        border-radius: 20px;
    }

    .together-data-section h1,
    .together-data-section p {
        text-align: left;
    }

    .together-data-section h1 {
        font-size: 28px;
    }

    .main-together-section .app-with-button {
        margin: unset;
    }

    .digital-section {
        padding: 30px 0px 40px;
    }

    .footer-main-section p {
        font-size: 16px;
    }

    .footer-app-link ul li a {
        font-size: 14px;
    }

    .footer-location-data p {
        font-size: 14px;
    }

    .main-footer-bg {
        padding: 50px 0px 70px;
    }

    .digital-bg-section {
        margin: 0px 0px 20px !important;
    }

    .our-product-heading .our-service-text p,.information-bg-box .information-bg-contain {
        font-size: 12px;
    }
    .together-data-section p {
        font-size: 16px;
    }

    .our-service-main-div .our-service-text-main {
        width: 418px;
    }

    .our-service-text-main {
        padding: 17px;
    }

    .app-with-diffrent .app-with-img {
        width: 350px;
    }

    .app-with-text h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .app-with-text p {
        font-size: 20px;
        margin: 30px 0px;
    }

    .app-with-button {
        border-radius: 10px;
    }

    .app-with-left-div .app-with-button .get-in-touch {
        font-size: 18px;
        padding: 10px 15px;
    }

    .app-with-button a span img {
        width: 25px;
    }

    .index-carousel-bg-img {
        padding-top: 100px;
        padding-bottom: 135px;
    }

    .app-with-button .get-in-touch {
        padding: 13px 15px;
    }

    .our-product-text p {
        font-size: 12px;
        line-height: 26px;
    }

    .our-product-heading p {
        font-size: 20px;
    }

    .our-product-heading h1 {
        line-height: 38px;
        font-size: 19px;
        padding-bottom: 13px;
    }

    .our-product-text {
        padding: 10px;
    }

    .our-product-main .our-product-image {
        width: 340px;
    }

    .connecting-harts-left-side img {
        border-radius: 25px;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
    }

    .connecting-hearts-main-div .connecting-harts-right-side {
        padding: 25px 20px;
    }

    .connecting-harts-text p {
        font-size: 13px;
        line-height: 26px;
        justify-content: center;
        display: flex;
    }

    .connecting-view-more {
        padding: 12px 10px;
        font-size: 14px;
    }

    .reverse-col {
        flex-direction: column-reverse;
    }

    /* .left-block .logo {
        width: 130px;
    } */

    .connecting-harts-left-side {
        height: 420px;
    }

    .connecting-click-img {
        border-top-right-radius: 36px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 36px;
    }

    .connecting-toraveka-bg {
        border-top-right-radius: 36px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 36px;
    }

    .wow-sim-right-side {
        border-top-right-radius: 36px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 36px;
    }

    .wow-sim-right-side img {
        width: 375px;
    }

    .connecting-click-img img {
        width: 380px;
        margin-bottom: -25px;
    }

    .digital-bg-section {
        gap: 25px;
    }

    .toraveka-blog-bg {
        display: none !important;
    }

    .toraveka-bg-show {
        display: block !important;
    }

    .connecting-toraveka-bg {
        background-image: url(../image/black-background.png) !important;
        display: flex !important;
    }

    .connecting-toraveka-bg img {
        width: 88%;
    }

    .main-media-screen-section {
        gap: 20px !important;
    }

    .main-media-screen {
        width: 48.33% !important;
    }

    .main-media-screen-bg {
        border-radius: 30px !important;
        padding: 30px !important;
    }

    .app-main-bg-section {
        padding: 120px 0px 0px !important;
        margin-bottom: 60px !important;
    }

    .app-page-main-logo {
        width: 75% !important;
        margin-bottom: 20px !important;
    }

    .app-main-site-bg-data h1 {
        font-size: 30px !important;
        margin-bottom: 25px !important;
    }

    .app-main-other-bg {
        padding: 20px 20px 0px !important;
    }

    .app-click-main-bg-img-section {
        width: 100% !important;
    }

}

@media (max-width: 767px) {

    .information-bg-box{
        height: auto;
    }
    .banner-image {
        margin: 35px auto !important;
    }

    .banner-section {
        padding: 145px 0px 60px 0px !important;
    }

    .digital-section::after {
        display: none;
    }

    .connecting-toraveka-bg img {
        width: 100%;
    }

    .information-bg-box .information-bg-contain {
        margin-bottom: 15px;
        min-height: auto;
    }

    .main-together-section {
        padding: 40px 20px;
    }

    .main-together-section {
        margin: 40px 0px;
    }

    .digital-section {
        padding: 10px 0px 30px;
    }

    .main-together-section::after {
        height: 250px;
        right: -10px;
    }

    .together-data-section h1 {
        line-height: 40px;
        font-size: 24px;
    }

    .together-data-section p {
        font-size: 14px;
    }

    .information-section {
        padding: 40px 0px;
    }

    .information-section .view-product-heading-text {
        margin-bottom: 35px;
    }

    .info-block-2 {
        margin-top: 15px !important;
    }

    .footer-location {
        margin-bottom: 20px;
    }

    .footer-border {
        padding: 20px 0px;
        margin-bottom: 20px;
    }

    .footer-app-link {
        margin-bottom: 30px;
    }

    .footer-main-section {
        margin-bottom: 30px;
    }
    .main-footer-bg {
        padding: 50px 0px 50px;
    }

    .footer-logo {
        width: 150px;
        margin-bottom: 30px;
    }

    .app-main-bg-section {
        padding: 120px 0px 0px !important;
    }

    .app-page-main-logo {
        width: 35% !important;
        margin-bottom: 20px !important;
    }

    .app-main-site-bg-data-btn a img {
        width: 150px !important;
    }

    .app-main-site-bg-data {
        margin-bottom: 15px !important;
    }

    .our-product-heading .our-service-text p {
        font-size: 14px;
    }

    .our-service-text-main {
        border-radius: 30px;
    }

    .our-service-image img {
        border-radius: 30px;
    }

    .our-service-text-main {
        border-top-right-radius: unset;
        border-top-left-radius: unset;
    }

    .our-service-image img {
        border-bottom-right-radius: unset;
        border-bottom-left-radius: unset;
    }

    .reverse-div {
        flex-direction: column-reverse;
    }

    .our-service-main-div .our-service-text-main {
        width: 100%;
    }

    .view-product-block-main .connecting-hearts-main-div {
        border-radius: 40px;
    }

    .mt-50 {
        margin-top: 33px;
    }

    .index-carousel-bg-img {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main-video-play-section {
        bottom: -4%;
        right: -13%;
        width: 210px;
    }

    .app-with-diffrent .app-with-img {
        padding-top: 25px;
    }

    .app-with-text h1 {
        font-size: 30px;
        line-height: normal;
    }

    .app-with-text p {
        line-height: 18px;
        font-size: 18px;
    }

    .our-product-main .our-product-image {
        width: 370px;
        margin: auto;
    }

    .padding-100 {
        padding: 45px 0px;
    }

    .app-with-button .get-in-touch {
        font-size: 16px;
    }

    .app-with-button {
        margin-top: 15px;
    }

    .our-product-section {
        padding: 25px 0px 25px 0px;
    }

    .our-product-right {
        margin-top: 20px;
    }

    .padding-100 {
        padding: 40px 0px;
    }

    .connecting-harts-left-side {
        width: 100%;
    }

    .wow-sim-right-side,
    .connecting-click-img {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 40px;
    }

    .connecting-toraveka-bg {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 40px;
    }

    .main-media-screen-section {
        gap: 10px !important;
        justify-content: space-between !important;
    }

    .main-media-screen {
        width: 48.33% !important;
    }

    .main-media-screen-img {
        width: 100% !important;
    }

    .main-media-screen-bg {
        border-radius: 30px !important;
        padding: 30px 20px !important;
    }

    .main-media-screen-section {
        padding: 50px 30px 25px !important;
        justify-content: center !important;
    }

    .screen-number-section {
        width: 60px !important;
    }

    .main-media-screen-data {
        padding: 40px 15px !important;
    }

    .main-media-screen-data p {
        line-height: 30px !important;
    }

    .main-media-screen-data h2 {
        margin-bottom: 20px !important;
    }

    .app-main-other-bg {
        padding: 30px 20px 0px !important;
    }

    .app-main-site-bg-data h1 {
        font-size: 30px !important;
        margin-bottom: 25px !important;
    }

    .app-click-main-bg-img-section {
        width: 80% !important;
    }
}

@media (max-width: 575px) {


    .banner-section {
        padding: 145px 0px 15px 0px !important;
    }

    .app-page-main-logo {
        width: 50% !important;
        margin-bottom: 20px !important;
    }

    .together-data-section h1 {
        line-height: 36px;
        font-size: 20px;
    }

    .main-together-section {
        margin: 30px 0px;
    }

    .main-together-section {
        padding: 30px 20px;
    }

    .digital-section {
        padding: 10px 0px 20px;
    }

    .digital-section {
        padding: 20px 0px 40px;
    }

    .footer-border {
        padding: 20px 0px 5px;
        margin-bottom: 20px;
    }

    .footer-media-section {
        margin-bottom: 20px;
    }

    .footer-note p {
        text-align: center;
    }

    .main-footer-bg {
        padding: 50px 0px 50px;
    }

    .footer-note p {
        font-size: 14px;
    }

    .footer-logo {
        width: 140px;
        margin-bottom: 25px;
    }

    .our-product-heading .our-service-text p {
        font-size: 12px;
    }

    .mt-50 {
        margin-top: 25px;
    }

    .main-video-play-section {
        bottom: -3%;
        right: -15%;
        width: 190px;
    }
    .video-main {
        right: -120px;
        top: -35px;
    }

    .index-carousel-bg-img {
        padding-bottom: 140px;
    }

    .our-product-heading {
        padding-top: 0px;
    }

    .padding-100 {
        padding: 30px 0px;
    }

    .app-with-button .get-in-touch {
        padding: 10px;
    }

    .connecting-hearts-main-div .connecting-harts-right-side {
        padding: 15px 15px;
    }

    .connecting-view-more {
        font-size: 13px;
    }

    .connecting-harts-logo-img {
        width: 160px;
    }
    .our-product-heading h1,.connecting-harts-text h1{
        font-size: 18px;
    }

    .connecting-harts-left-side {
        height: 350px;
    }

    .connecting-click-img img {
        width: 320px;
        margin-bottom: -20px;
    }

    .wow-sim-right-side img {
        width: 315px;
    }

    .connecting-toraveka-bg img {
        width: 100%;
        margin-bottom: -40px;
        object-fit: contain;
    }

    .main-media-screen-data p {
        font-size: 15px !important;
    }

    .app-main-other-bg {
        margin-bottom: 50px !important;
    }

    .app-main-bg-section {
        margin-bottom: 50px !important;
    }
}

@media (max-width: 499px) {
    .main-together-section {
        height: 510px;
    }

    .main-together-section::after {
        height: 280px;
        width: 280px;
        right: 0px;
    }

    .main-media-screen {
        width: 80% !important;
    }

    .main-media-screen-section {
        justify-content: center !important;
    }

    .main-media-screen-data p {
        min-height: auto !important;
    }
}

@media (max-width: 475px) {
    .dropdown-img-text img,.dropdown-toggle .dropdown-menu.show a img{
        width: 25px;
    }
    .right-block .get-app a, .dropdown-img-text {
        font-size: 14px;
    }
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 9px 10px;
    }
    .our-product-heading h1, .connecting-harts-text h1 {
        font-size: 16px;
    }
    .connecting-view-more {
        width: 140px;
    }

    .banner-section {
        padding: 120px 0px 0px 0px !important;
    }

    .navbar-collapse .navbar-nav {
        padding: 0px 0px;
    }

    .right-block .get-app {
        margin-left: 0px !important;
    }

    .together-data-section h1 {
        line-height: 32px;
        font-size: 18px;
    }

    .footer-location-data p {
        font-size: 13px;
    }

    .main-together-section {
        padding: 20px 20px;
    }

    .footer-location img {
        width: 25px;
    }

    .view-product-block-main .connecting-hearts-main-div {
        border-radius: 30px;
    }

    .app-with-text h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .our-product-main .our-product-image {
        width: 100%;
    }

    .app-with-diffrent .app-with-img {
        width: 100%;
    }

    .our-product-section {
        padding: 30px 0px 30px 0px;
    }

    .our-product-heading h1 {
        line-height: 35px;
    }

    .app-with-button .get-in-touch {
        font-size: 15px;
    }

    .app-with-button .get-in-touch span img {
        width: 25px;
    }

    .our-product-heading {
        padding-top: 0px;
    }

    .padding-75 {
        padding: 30px 0px 0px;
    }

    .view-product-block-main:after {
        display: none;
    }

    .p-35 {
        padding-top: 10px;
    }

    .connecting-harts-store-button .store-img {
        width: 140px;
    }

    .connecting-harts-store-button {
        flex-flow: wrap;
    }

    .connecting-harts-store-button {
        gap: 10px;
    }

    .connecting-view-more {
        padding: 10px 10px;
    }

    .connecting-harts-text p br {
        display: none;
    }

    .our-product-text p {
        font-size: 12px;
    }

    .digital-section {
        padding: 10px 0px 19px;
    }

    .connecting-harts-left-side {
        height: 320px;
    }

    .connecting-click-img img {
        width: 290px;
        margin-bottom: -20px;
    }

    .wow-sim-right-side img {
        width: 290px;
    }

    .connecting-toraveka-bg img {
        margin-bottom: -75px;
    }

    .wow-sim-right-side,
    .connecting-click-img {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 30px;
    }

    .connecting-toraveka-bg {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 30px;
    }
}

@media (max-width: 375px) {
    .right-side-navbar {
        gap: 5px;
    }
    .banner-text p {
        font-size: 17px !important;
    }

    .bottomnav .language-block {
        width: 120px;
    }
    .mobile-header-language .language-block.dropdown-toggle a,.dropdown-img-text {
        gap: 5px;
    }
    .left-block .logo {
        width: 110px !important;
    }

    .dropdown-toggle .dropdown-menu.show {
        min-width: 120px !important;
        width: 120px;
    }
    .footer-bg-img  .dropdown-toggle .dropdown-menu.show{
        width: 145px;
    }
    .footer-dropdwon a {
        gap: 5px;
    }

    .information-bg-box .information-bg-contain {
        font-size: 12px;
    }

    .together-data-section {
        padding-left: 0px;
    }

    .together-data-section p {
        font-size: 12px;
    }

    .our-service-text-main {
        padding: 15px;
    }

    .our-service-text-main {
        border-radius: 20px;
    }

    .connecting-toraveka-bg img {
        object-fit: cover;
    }

    .wow-sim-right-side,
    .connecting-click-img {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 20px;
    }

    .connecting-toraveka-bg {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 20px;
    }

    .our-service-image img {
        border-radius: 20px;
    }

    .view-product-block-main .connecting-hearts-main-div {
        border-radius: 20px;
    }

    .app-with-text h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .app-with-text p {
        font-size: 16px;
    }

    .main-video-play-section {
        bottom: -4%;
        right: -26%;
        width: 190px;
    }

    .app-with-button .get-in-touch {
        font-size: 14px;
    }

    .our-product-heading h1 {
        line-height: 30px;
        font-size: 14px;
    }
    .digital-data-section h2 {
        font-size: 18px;
    }

    .our-product-heading p {
        font-size: 20px;
    }
    .digital-bg-section {
        gap: 15px;
    }

    .our-product-text p {
        font-size: 12px;
    }

    .padding-100 {
        padding: 20px 0px;
    }

    .connecting-harts-logo-img {
        width: 150px;
    }

    .our-app-connected img {
        width: 290px;
    }

    .connecting-view-more {
        width: 135px;
    }
    .connecting-harts-store-button .store-img {
        padding: 10px 20px 10px 15px;
    }
    .connecting-view-more span {
        margin-left: 5px;
    }


    .connecting-harts-store-button .store-img {
        width: 130px;
    }

    .connecting-harts-store-button {
        gap: 5px;
    }

    .footer-app-link ul li a {
        font-size: 13px;
    }

    .main-media-screen {
        width: 100% !important;
    }
}
