@charset "UTF-8";


 @import url('https://fonts.googleapis.com/css2?family=Jomolhari&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');




:root {
    /**
    @font family declaration
    */
    --rr-ff-body: "Poppins", sans-serif;
    --rr-heading-font-family:  "Roboto", sans-serif;

    /**
    @color declaration
    */
    --rr-common-white: #FFFFFF;
    --rr-common-black: #000000;
    --rr-common-placeholder: #4A5764;

    --rr-theme-primary: #FF6767;
    --rr-theme-secondary: #07CBEB;
    --rr-heading-primary: #393D41;
    --rr-text-body: #646464;
    --rr-text-primary: #000;
    --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);

}

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

/*---------------------------------
    Typography css start 
---------------------------------*/
body {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
}

/* common css */
.heading {
    position: relative;
    width: max-content;
}

.heading h2 {
    font-size: 44px;
    color: #000000;
    text-align: center;
    position: relative;
    width: max-content;
    margin: auto;
    font-family: var(--rr-heading-font-family);
    font-weight: 500;
}

.stay-informed .stay-informed-heading {
    margin: auto;
    text-align: center;
}

.heading::before {
    content: '';
    position: absolute;
    background-image: url(../images/heading-star.png);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    left: -40px;
    top: -20px;
    background-size: 39px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(71%) saturate(2665%) hue-rotate(340deg) brightness(111%) contrast(99%);
}

.jobopenings-heading h2 {
    color: #000048 !important;
}

/* common css */
.career-btn {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    background-color: var(--rr-theme-primary);
    border-radius: 5px;
    padding: 7px 19px;
    border: transparent;
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: blurr 2s;
    animation-iteration-count: infinite;
}

.career-btn:focus {
    box-shadow: unset;
}

.advertise-model h3 {
    font-size: 18px;
}

.advertise-model p,
.advertise-model a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

/* cta sec */
.cta-sec-main {
    margin: 100px 0;
    background-image: url(../images/bg/cta-bg.jpg);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-sec .col-lg-4 {
    justify-content: end;
    display: flex;
    align-items: center;
}

.cta-sec h2 {
    font-size: 34px;
    color: #ffff;
    /* text-transform: uppercase; */
}

.cta-btn {
    display: inline-block !important;
    text-decoration: unset;
    margin: 0 !important;
}

.cta-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-btn:hover {
    color: #323232 !important;
}

.changebox {
    margin: 0 5px;
    color: #FF5722;
    overflow: hidden;
    transition: .5s;
    white-space: nowrap;
    font-size: 22px;
    height: 20px !important;
}

.stay-informed {
    background-image: url(../images/bg/stay-informed.png);
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 693px;
    background: radial-gradient(circle, rgba(154, 154, 154, 1) 0%, rgba(26, 26, 26, 1) 100%);
}

.nav-item .nav-link {
    background-color: unset !important;
}

.stay-informed {
    position: relative;
}

.language-mockup {
    position: absolute;
    right: 20%;
    top: 18%;
}

.stay-informed-heading p {
    color: #1A1A1A;
    font-size: 20px;
    padding: 20px 0;
}

.language-tab {
    background-image: url(../images/language-tab-bg.png);
    height: 440px;
    margin-top: 67px;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.language-tab ul {
    background: #1A1A1A;
    width: 240px;
    justify-content: center;
    padding: 6px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: unset !important;
}

.nav-item .nav-link {
    width: 110px;
    text-align: center;
    font-size: 26px;
    color: #fff !important;
    font-weight: 600;
}

.nav-item .nav-link.active {
    background-color: #fff !important;
    color: #1A1A1A !important;
}

.tab-content p {
    color: #1A1A1A;
    font-size: 26px;
    margin: 0;
}

.language-nav-tab {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20%;
}


@keyframes blurr {

    0%,
    100% {
        box-shadow: 0 0 10px hsl(40, 100%, 66%);
    }

    50% {
        box-shadow: 0 0 36px hsl(40, 100%, 66%);
    }
}

.career-btn:hover {
    color: #fff;
}

.career-btn-sticky {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    /* rotate: 90deg; */
}

.career-model .modal-content {
    background-color: #292929;
}

.career-model .join-team-form {
    padding: 30px 10px;
}

.career-model .modal-header .modal-title,
.career-model .btn-close {
    color: var(--rr-common-white);
}

.career-model .btn-close {
    filter: brightness(0) saturate(100%) invert(99%) sepia(12%) saturate(0%) hue-rotate(49deg) brightness(115%) contrast(100%);
    opacity: 1;
}

.input-file {
    padding: 14px 26px;
}






.update-daily-news {
    background-repeat: no-repeat;
    background-size: cover;
}

.update-daily-news .heading {
    margin: 50px auto 50px;
    text-align: center;
}

.header-logo {
    margin: 10px 0 25px 0;
}

.header-logo img {
    width: 130px;
}

.banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.banner-btn-link {
    justify-content: center;
    margin-top: 0px !important;
}

.banner-arrow-img img {
    width: 450px;
    padding-left: 110px;
}

.banner-sec .row {
    align-items: center;
}

.banner-left-txt h1 {
    font-size: 70px;
    font-weight: var(--rr-heading-font-family);
    color: var(--rr-common-black);
}

.banner-left-txt span {
    color: var(--rr-theme-primary);

}

.banner-left-txt {
    margin-top: 10px;
}

.banner-right-img img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;

}

.mobile-logo {
    display: none;
}

.desktop-logo {
    display: block;
}

.banner-right-img {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.update-daily-news-bg {
    background-repeat: no-repeat;
    object-fit: cover;
    padding: 40px 0;
    height: 500px;
    overflow: hidden;
    background-color: #121211;



}

.update-daily-news-bg .col-lg-6:last-child {
    margin-top: 110px;
}

.slider-single img {
    width: 316px;
    margin-top: -7px;
    border-radius: 50px;
    overflow: hidden;
}

.preview-img-slider {
    overflow: hidden;
}

/* phone */
.iphone-14 {
    width: 320px;
    height: 675px;
    border: 5px solid #C09F87;
    background: white;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 301px 600px;
    border-radius: 47px;
    position: relative;
    overflow: hidden;
}

.dynamic-island {
    width: 100px;
    height: 20px;
    background: black;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 10px;
    position: absolute;
    left: 100px;
    z-index: 99999;
    transition: all .5s;
}


.operator-name {
    position: absolute;
    top: 16px;
    left: 30px;
    font-size: 14px;
    color: white;
}



.operator-icons {
    position: absolute;
    top: 16px;
    right: 50px;
    font-size: 14px;
    transition: all .2s;
    color: white;
}

.update-daily-news-box.left-box {
    display: flex;
    justify-content: center;
}

.update-daily-news-box.right-box h3 {
    color: var(--rr-common-white);
    font-size: 42px;   
}

.update-daily-news-box.right-box p {
    color: var(--rr-common-white);
    font-size: 20px;   
    margin-top: 20px;
    line-height: 36px;
}

.key-features-sec .heading {
    color: #3FA0F9;
}

.why-our-user-btn {
    display: flex;
    gap: 50px;
    justify-content: end;
}

.why-our-user-btn p {
    background-color: #1A1A1A;
    color: var(--rr-common-white);
    font-size: 16px;
    width: 209px;
    height: 61px;
    border-radius: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stayinformed {
    background-color: #1A1A1A !important;
}

.thoughtfulinsights {
    background-color: #1A1A1A !important;
}

.why-user-love-us .heading {
    color: #000048;
    position: relative;
    padding-bottom: 225px;
    margin: auto;
}

.add-highlight .heading {
    margin: auto;
}

.why-user-love-us .heading::after {
    content: '';
    position: absolute;
    background-image: url(../images/icon/why-user-love.png);
    margin-bottom: 100px;
    height: 212px;
    width: 235px;
    background-repeat: no-repeat;
    object-fit: contain;
    right: 0;
}

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

.commnet-star-txt p {
    color: #E95F4A;
    margin: 0;
    font-size: 14px;
    margin-top: 9px;
    font-weight: 700;
}

.commnet-star-txt,
.comment-box {
    display: flex;
    align-items: center;
    gap: 7px;
}

.comment-star {
    display: flex;
    list-style-type: none;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.comment-sec-btm-txt {
    color: var(--rr-common-black);
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0;
}

.comment-sec-btm-txt span {
    color: #FF6868;
}

.comment-sec {
    padding: 15px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 306px;
    position: relative;
}

.comment-sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/icon/commnet-icon.png);
    height: 195px;
    width: 158px;
    bottom: -196px;
    z-index: -1;
    background-repeat: no-repeat;
}

.language-box {
    margin-top: 240px;
    background-color: #eaeaea ;
    padding: 20px;
    display: flex;
    gap: 19px;
    align-items: center;
    border-radius: 20px;
    width: 336px;
}

.language-box p {
    color: var(--rr-common-black);
    font-size: 20px;
    margin-bottom: 0;
}

.why-our-user-logo-sec {
    display: flex;
    align-items: end;
    position: relative;
    justify-content: center;
}

.why-our-user-logo-sec::before {
    content: '';
    position: absolute;
    background-image: url(../images/icon/logoicon.png);
    height: 195px;
    width: 158px;
    bottom: -196px;
    z-index: 999;
    background-repeat: no-repeat;
    bottom: 0;
    left: -69px;
}

.logo-sec img {
    padding-top: 160px;
}

.real-time-box {
    margin-top: 80px;
}

.real-time-box {
    background-color: #eaeaea  !important;
    position: relative;
}

.real-time-box::before {
    content: '';
    position: absolute;
    background-image: url(../images/icon/commnet-icon.png);
    height: 195px;
    width: 158px;
    bottom: -196px;
    z-index: 999;
    background-repeat: no-repeat;
    bottom: -195px;
    right: 0;
    left: 0;
}

/* .real-time-box-sec-end{
    justify-content: end;
    display: flex;
    align-items: flex-start;
}   */
.real-time-box-sec .real-time-box-sec-para {
    color: #161616;
    font-size: 20px;
    font-weight: 400;
    margin-top: 230px;
    margin-bottom: 0;
}



/* marqee */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    height: 100px;
    margin-bottom: 100px;
}

.marquee span {
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 24s linear infinite;
    font-size: 100px;
    font-family: 'Gravitas One', Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: transparent;
    display: block;
    -webkit-text-stroke: 2px #BBBBBB;
}

/* add highlight */
.add-highlight {
    background-color: #FBFBFB;
    padding: 80px 0;
}

.add-icon-box {
    gap: 6px;
    align-items: center;
}

.add-icon-box p {
    margin: 0;
}

.add-icon-box-sec {
    gap: 10px;
}

.add-icon-box img {
    width: 15px;
}

.add-box-img-content {
    position: relative;
}

.addbox-bg-img {
    display: flex;
    justify-content: end;
}

.add-box {
    position: absolute;
    top: 0;
    bottom: 0;
    justify-content: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 355px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    left: 4px;
}

.add-box .box-img img {
    width: 280px;
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
}

.add-highlight h2 {
    margin-bottom: 30px;
}

.add-box-content h4 {
    font-size: 20px;
    margin-top: 10px;
    font-family: var(--rr-heading-font-family);
}

.addbox-bg-img img {
    width: 500px;
    border-radius: 20px;
}

.add-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.add-highlight .slick-prev,
.add-highlight .slick-next {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #EAE8E8;
}

.add-highlight .slick-prev {
    position: absolute;
    bottom: -60px;
    justify-content: center;
    margin: auto;
    left: 0px;
    right: 15%;
    z-index: 99;
}

.add-highlight .slick-next {
    position: absolute;
    bottom: -60px;
    justify-content: center;
    margin: auto;
    left: 15%;
    right: 0px;
}

.add-icon-box {
    margin-bottom: 10px;
}

.add-highlight-left-txt h4 {
    font-size: 38px;
    color: var(--rr-common-black);
    font-weight: 400;
    margin-bottom: 20px;
    font-family: var(--rr-heading-font-family);
}

.add-highlight-left-txt p {
    font-size: 20px;
    color: var(--rr-common-black);
}


/* flip box */

.flip-box {
    background-color: transparent;
    /* width: 337px; */
    height: 337px;
    perspective: 1000px;
    border-radius: 30px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    /* border-radius: 20px;
    overflow: hidden; */
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #d7d7d7;
    color: black;
    padding: 25px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.flip-box-front img {
    width: 80px;
}

.flip-box-back {
    background-color: #222222;
    color: white;
    transform: rotateY(180deg);
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 20px;
}

.flip-box-back p {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
}

.flip-box-front h2 {
    color: #000000;
    font-size: 25px;
    margin-top: 20px;
    line-height: 36px;
    margin-bottom: 0;
}

/* .flip-box-arrow-icon {
    display: flex;
    justify-content: end;
} */

.flip-box-back::before {
    content: '';
    position: absolute;
    background-image: url(../images/icon/flip-box-back-line.png);
    height: 210px;
    width: 224px;
    left: 0;
    bottom: 0;
}

.flip-box-front-icon {
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 44px !important;
    left: 0;
    display: flex;
    justify-content: center;
    margin: auto;
}

.key-features-sec .heading {
    padding-bottom: 100px;
    margin: auto;
    position: relative;
}

/* .key-features-sec .heading::after {
    content: '';
    position: absolute;
    background-image: url(../images/icon/key-feature.png);
    width: 150px;
    height: 184px;
    left: -145px;
    z-index: 99;
    top: 20px;
    background-size: 170px;
    background-repeat: no-repeat;
} */


.key-features-sec .row {
    gap: 30px 0;
}

/* .flipbox-two .flip-box-front {
    background-color: #ECC2FF;
}

.flipbox-three .flip-box-front {
    background-color: #D0F1FF;
}

.flipbox-four .flip-box-front {
    background-color: #D0FFE9;
}

.flipbox-five .flip-box-front {
    background-color: #FFC2CD;
}

.flipbox-five .flip-box-front {
    background-color: #A2BBFA;
} */

/* download app */
.download-app-sec {
    /* border-radius: 40px; */
    background: radial-gradient(37.81% 51.71% at 37.81% 48.29%, #2A2B2C 0%, #0F1011 100%);
    /* margin: 0 30px; */
    overflow: hidden;
    position: relative;
}

.download-app-sec .download-app-left-img img {
    padding-top: 50px;
}
.download-app-left-img img{
    height: 700px;
    object-fit: cover;
} 

.download-app-right-txt h2 {
    color: #fff;
    font-size: 40px;
    font-family: var(--rr-heading-font-family);
    margin-bottom: 40px;
}

.download-app-right-txt p {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    font-weight: 200;
    margin: 0;
}

.download-app-right-txt {
    padding-right: 270px;
}

.get-the-app-btn {
    color: var(--rr-common-black);
    background-color: #fff;
    padding: 22px 81px 22px 39px;
    font-size: 30px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 50px;
    position: relative;
    padding-right: 105px;
    margin: 60px 0;
    display: inline-block;
}

.get-the-app-btn::before {
    content: '';
    position: absolute;
    background-image: url(../images/download-app/button-arrow.png);
    height: 20px;
    width: 80px;
    right: 10px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.get-the-app-btn:hover {
    color: var(--rr-common-black);
}

.download-app-btn {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.download-app-sec .row {
    align-items: center;
}

.download-app-sec {
    margin: 100px 0px;
}

.download-app-left-img {
    display: flex;
    justify-content: end;
    padding-right: 50px;
}

.rotate-img {
    position: absolute;
    left: -210px;
    top: 0;
    bottom: 0;
    align-items: center;
    margin: auto;
    justify-content: center;
    display: flex;
}

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

@keyframes animName {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/* join our team */


.join-our-team .heading {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.join-our-team .heading::before {
    content: unset;
}

.join-team-form-sec .col-lg-6:last-child {
    background-color: #292929;
    box-shadow: 0px 0px 55.3px rgba(0, 0, 0, 0.25);
    padding: 40px;

}

.join-team-form-sec .col-lg-6:last-child h3 {
    font-size: 40px;
}


/* .join-team-form-sec .col-lg-6:first-child {
    background-color: #F0F0F0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 40px;

}

.join-team-form-sec .col-lg-6:last-child {
    background-color: #F5F3F3;
    align-items: center;
    padding: 40px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
} */

.join-team-form-right-img {
    padding: 20px 70px;
}

.lets-touch-sec h3,
.social-icon h3 {
    color: #232323;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}

.lets-touch-sec ul {
    list-style-type: none;
    padding: 0;
}

.lets-touch-sec ul li,
.lets-touch-sec ul li a {
    color: #2F2F2F;
    text-decoration: none;
}

.lets-touch-sec ul li {
    margin-bottom: 32px;
    position: relative;
    padding-left: 35px;
}

.lets-touch-sec ul li::before {
    content: "\f0e0";
    font-family: FontAwesome;
    left: 0px;
    top: -2px;
    position: absolute;
    font-size: 22px;
}

 .lets-touch-sec ul .address-icon::before {
    content: "\f3c5";
    font-family: FontAwesome;
}

.lets-touch-sec ul .phone-icon::before {
    content: "\f095";
    font-family: FontAwesome;
} 

.social-icon img {
    width: 40px;
    height: 40px;
}

.join-team-form-sec .row {
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.join-team-form {
    padding: 30px;
}

.join-team-form-sec .row .col-lg-6 {
    padding: 0 !important;
}

.social-icon ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
    padding: 0;
}

.join-form-heading {
    margin: 30px;
    font-size: 36px;
    text-align: center;
    color: #fff;
}

.social-icon {
    margin-top: 75px;
}


.join-team-form label {
    color: #F5F5F5;
    font-size: 16px;

    /* position: absolute; */
    /* top: -15px;
    left: 30px; */
    background: #292929;
    z-index: 99;
    /* padding: 0 7px; */
    margin: 0;
}

.join-team-form .mb-3 {
    position: relative;
    margin-bottom: 18px !important;
}

.join-team-form input,
.join-team-form select,
#txtArea {
    background: transparent;
    border-bottom: 1px solid #6d6d6d !important;
    border: unset;
    border-radius: 0;
    color: #fff;
    height: 42px;
    /* border-radius: 40px; */
    position: relative;
    width: 100%;
    padding: 0;
}

#txtArea {
    height: 80px;
    resize: none;
}

.join-team-form input:focus,
#textarea:focus-visible {
    box-shadow: unset;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    outline: none;
    /* border-bottom: 1px solid #f5f5f5  !important; */
}

/* textarea:focus{
    border-bottom: 1px solid #ffffff  !important;
} */

textarea:focus-visible {
    border: unset;
    outline: unset !important;
    border-bottom: 1px solid #ffffff !important;
}

.join-team-form select:focus {
    outline: none;
    box-shadow: unset;
    background-color: #292929;
    color: #fff;
}

.join-team-form-btn {
    color: #323232;
    font-size: 24px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 68px;
    border: transparent;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}
.join-team-form-btn:hover{
    opacity: 0.8;
}

/* slider text */
.stay-informed .stay-informed-heading h2 {
    font-size: 50px;
    font-weight: 500;
    color: #ffff;
    font-family: var(--rr-heading-font-family);
}

.stay-informed .stay-informed-heading p {
    color: #fff;
}

#text-animate h2 {
    font-size: 48px;
    color: #FF6767;
    font-weight: 600;
    padding-left: 8px;
}

/* slide text */
.slider-text {
    text-align: center;

    /* display: table; */
    /* height: 100vh;
    width: 100vw; */
    /* display: table-cell;
    vertical-align: middle; */
    .pre-text {
        display: inline;
        font-weight: 200;
    }
}

.overflow {
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 585px;
    display: -webkit-inline-box;
    text-align: center;
    font-family: var(--rr-heading-font-family);
}

#text-animate>h2 {
    font-weight: 400;
    display: inline;
    position: absolute;
    margin-top: 4px;
    opacity: 0;
    animation: textAnimation 8s ease-in-out infinite;
}

#text-animate>h2:nth-child(2) {
    animation-delay: 2s;
}

#text-animate>h2:nth-child(3) {
    animation-delay: 4s;
}

#text-animate>h2:nth-child(4) {
    animation-delay: 6s;
}

#text-animate>h2:nth-child(5) {
    animation-delay: 8s;
}

@keyframes textAnimation {
    0% {
        opacity: 1;
        top: 65px;
    }

    8% {
        opacity: 1;
        top: 0;
    }

    17% {
        opacity: 1;
        top: 0;
    }

    25% {
        opacity: 1;
        top: -65px;
    }

    100% {
        opacity: 1;
        top: -65px;
    }
}

/* footer */
.footer {
    margin-top: 50px;
    border-top: 1px solid #000;
    padding: 15px;
}

.footer-txt a {
    text-decoration: underline;
    color: var(--rr-common-black);
}

.footer-txt {
    color: var(--rr-common-black);
    font-size: 12px;
    margin: 0;

}

.footer-link {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: end;

}

.footer-link a {
    text-decoration: none;
    color: var(--rr-common-black);
    font-size: 12px;
}

/* carrer */
.job-box {
    margin: 20px 0;
}

.job-box h3 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px dotted #161616;
    padding: 10px 0;
}

.job-details label {
    font-size: 20px;
}

.job-details li {
    font-size: 18px;
    margin-bottom: 8px;
}

.job-details p {
    font-size: 18px;
}

.apply-now-btn {
    background: #292929;
    color: #fff;
    padding: 8px 26px;
    font-size: 18px;
    display: unset;
    margin: unset;
}

.apply-now-btn:hover {
    color: #fff;
}

.apply-now-btn:focus {
    box-shadow: unset;
}

.inner-logo img {
    width: 120px;
}

.breadcrums ul {
    padding: 0;
    display: flex;
    list-style-type: none;
    gap: 10px;

}

.breadcrums a {
    text-decoration: none;
    color: #121211;
}

.breadcrums ul li {
    font-size: 18px;
    font-weight: 600;
}

.breadcrums ul li.active a {
    color: #3FA0F9;
}

.breadcrums li:last-child::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.inner-banner h1 {
    font-size: 46px;
}

.inner-page-banner {
    justify-content: center;
    text-align: center;
    display: flex;
    margin: auto;
    padding: 60px 0;
}

.breadcrums ul {
    margin: auto;
    justify-content: center;
}

.modal-body {
    color: #fff;
}

@media(max-width: 1480px) {
    .banner-right-img {
        margin-top: 50px;
    }

    /* .banner-btn-link {

        margin-top: 70px !important;
    } */

    .lets-touch-sec h3,
    .social-icon h3 {
        font-size: 32px;
    }

    .lets-touch-sec ul li,
    .lets-touch-sec ul li a {
        font-size: 18px;
    }

    .download-app-right-txt {
        padding-right: 110px;
    }

    .rotate-img img {
        width: 300px;
    }

    .logo-sec img {
        width: 320px;
    }

    .why-our-user-logo-sec::before {
        width: 90px;
        left: -12px;
        background-size: 90px;
    }

    .update-daily-news-box.right-box h3 {
        font-size: 42px;
    }

    .banner-left-txt h1 {
        font-size: 60px;
    }

    .marquee span {
        font-size: 90px;
    }
}

@media(max-width: 1400px) {
    .language-mockup {

        right: 10%;
        top: 18%;
    }
}

@media(max-width: 1366px) {
    .banner-left-txt h1 {
        font-size: 50px;
    }

    .banner-right-img img {
        max-width: 630px;
        margin: auto;
    }

    .download-app-right-txt h2 {
        font-size: 50px;
    }

  
    .download-app-left-img img {
        max-width: 570px;
    }
    .heading h2 {
        font-size: 38px;
    }

}

@media(max-width: 1199px) {
    .join-team-form-btn{
        font-size: 22px;
    }

    .stay-informed-heading {
        padding: 0 10px;
    }

    .cta-sec-main {
        margin: 80px 0;
    }

    .banner-left-txt img {

        max-width: 350px;
    }

    .banner-right-img img {
        max-width: 580px;
        margin: auto;
    }

    .heading h2 {
        font-size: 34px;
    }

    .update-daily-news-box.right-box h3 {
        font-size: 38px;
    }

    .update-daily-news-bg .col-lg-6:last-child {
        margin-top: 120px;
    }

    .logo-sec img {
        width: 270px;
    }

    .language-box {
        width: 260px;
    }

    .language-box img {
        width: 50px;
    }

    .language-box p {
        font-size: 18px;
    }

    .comment-sec-btm-txt {
        font-size: 18px;
    }

    .why-our-user-btn {

        gap: 25px;

    }

    .why-our-user-btn p {
        font-size: 15px;
        width: 195px;
        height: 50px;
    }

    .real-time-box-sec .real-time-box-sec-para {
        font-size: 18px;
    }

    .flip-box {
        width: auto;
    }

    .flip-box-front h2 {
        font-size: 23px;
        line-height: 36px;
    }

    .key-features-sec .row {
        gap: 40px 0;
    }

    .flip-box-front img {
        width: 70px;
    }

    .download-app-sec {
        margin: 80px 30px;
       
    }

    .marquee {
        margin-bottom: 80px;
    }

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


    .download-app-right-txt {
        padding-right: 20px;
    }

    .why-user-love-us .heading::after {
        background-size: 160px;
    }

    .why-user-love-us .heading {
        padding-bottom: 155px;
    }

    .key-features-sec .heading {
        padding-bottom: 60px;
    }

    .marquee span {
        font-size: 70px;
    }

    .download-app-left-img img {
        max-width: 490px;
        height: 560px;
    }

    .download-app-right-txt p {
        font-size: 22px;
    }

    .download-app-btn img {
        width: 170px;
    }

    .download-app-left-img {
        padding-right: 0;

    }

    .download-app-right-txt h2 {
        font-size: 46px;

    }

    .lets-touch-sec ul li::before {
        height: 40px;
        width: 40px;
        background-size: 27px;
    }

    .lets-touch-sec ul li {

        padding-left: 40px;
    }
    .add-highlight{
        padding: 60px 0;
    }
}


@media(max-width: 991px) {

    .language-nav-tab {
        margin-left: 8%;
    }

    .language-tab ul {
        width: 210px;

    }

    .nav-item .nav-link {
        width: 97px;
    }

    .language-mockup {
        right: 6%;
        top: 18%;
    }

    .banner-right-img {
        margin-top: 0px;
    }

    /* .banner-btn-link {
        margin: 30px 0 !important;
    } */

    .slider-single img {
        width: auto;
        margin-top: -5px;
        border-radius: 37px;
    }

    .join-team-form-right-img {
        padding: 20px;
    }

    .social-icon img {
        width: 40px;
        height: 40px;
    }

    .banner-txt .row {
        flex-direction: column-reverse;
    }

    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none;
    }

    .update-daily-news-bg {
        height: auto;
    }

    .update-daily-news-bg .col-lg-6:last-child {
        margin-top: 25px;
    }

    .banner-left-txt h1 {
        font-size: 44px;
    }

    .banner-right-img img {
        max-width: 440px;
        margin: auto;
    }

    .iphone-14,
    .preview-img-slider img {
        width: 255px;
        height: 535px;
    }

    .dynamic-island {
        left: 0;
        right: 0;
        width: 75px;
        height: 13px;
    }

    .update-daily-news-box {
        text-align: center;
    }

    .update-daily-news-box.right-box h3 {
        font-size: 34px;
    }

    /* .update-daily-news-box.right-box p {
        font-size: 23px;
        line-height: 28px;
    } */

    .comment-sec {
        margin: auto;
    }

    .comment-sec-language-box .language-box {
        margin: 240px auto 0;
    }

    .language-box {
        width: 310px;
        margin: auto;
    }

    .logo-sec img {
        padding: 40px 0;
    }

    .why-our-user-logo-sec::before {
        content: unset;
    }

    .download-app-sec .row {
        flex-direction: column-reverse;
    }

    .download-app-right-txt {
        padding: 20px;
        text-align: center;
    }

    .download-app-btn,
    .download-app-left-img {
        justify-content: center;
    }

    .rotate-img {
        left: -140px;
    }

    .banner-txt {
        margin-top: -100px;
    }

    .career-btn {
        padding: 8px 19px;
    }

    /* .career-btn-sticky {       
        right: -29px;       
    } */
    .career-btn {
        font-size: 20px;
    }

    .cta-sec {
        text-align: center;
    }

    .cta-sec h2 {
        font-size: 28px;
        color: #ffff;
    }

    .cta-sec .col-lg-4 {
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .add-highlight{
        padding: 40px 0;
    }
}

@media(max-width: 767px) {
    .add-highlight .slick-prev, .add-highlight .slick-next {
        height: 40px;
        width: 40px;
    }
    .add-box-content h4 {
        font-size: 18px;
    }
    .add-highlight-left-txt h4 {
        font-size: 24px;
    }
    .add-highlight-left-txt p {
        font-size: 16px;
    }
    .banner-sec {
        padding: 0;

    }

    .addbox-bg-img img {
        width: 340px;
        height: 420px;
        border-radius: 30px;
    }

    .advertise-model p,
    .advertise-model a {
        font-size: 14px;
    }

    .job-box h3 {
        font-size: 20px;
    }

    .cta-sec h2 {
        font-size: 24px;
    }

    .cta-sec-main {
        margin: 40px 0;
    }

    .stay-informed .stay-informed-heading h2,
    #text-animate h2 {
        font-size: 30px;
    }

    .language-tab {
        height: auto;
    }

    .language-mockup {
        position: relative;
        left: unset;
        top: unset;
    }

    .stay-informed {
        height: auto;
    }

    .overflow {
        width: 335px;
    }

    .language-mockup {
        right: 0;
    }

    .stay-informed-heading p {
        padding-top: 0;
    }

    .language-tab {
        margin-top: 0;
    }

    .language-nav-tab {
        margin-left: 0;
    }

    .tab-content p {
        text-align: center;
    }

    .language-nav-tab .nav {
        margin: auto;
    }

    .language-mockup {
        margin: auto;
        justify-content: center;
        display: flex;
    }

    .update-daily-news .heading {
        margin: 20px auto 20px;
    }

    .banner-left-txt img {
        max-width: 180px;
        padding-left: 50px;
    }

    .marquee {
        height: 50px;
    }

    .real-time-box::before {
        height: 130px;
        width: 132px;
        background-size: 100px;
        bottom: -130px;
    }

    .comment-sec::after {
        height: 155px;
        width: 128px;
        background-size: 100px;
        bottom: -156px;
    }

    .comment-sec-language-box .language-box {
        margin-top: 140px;
    }

    .real-time-box-sec .real-time-box-sec-para {
        margin-top: 130px;
    }

    .join-team-form-right-img {
        padding: 20px;
    }

    .join-team-form {
        padding: 20px;
    }

    .join-team-form-sec .col-lg-6:last-child h3 {

        font-size: 32px;
    }

    .lets-touch-sec h3,
    .social-icon h3 {
        font-size: 24px;
    }

    .lets-touch-sec ul li,
    .lets-touch-sec ul li a {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .social-icon {
        margin-top: 10px;
    }

    .lets-touch-sec h3,
    .social-icon h3 {
        margin-bottom: 20px;
    }

    .join-team-form .mb-3 {

        margin-bottom: 10px !important;
    }

    .join-form-heading {
        margin: 20px;
    }

    .footer-txt {
        text-align: center;
    }

    .footer-link {
        justify-content: center;
    }

    .flip-box-front h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .download-app-sec {
        margin: 40px 0px;
      
    }

    .marquee {
        margin-bottom: 40px;
    }

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


    .banner-right-img img {
        margin: unset;
    }

    .banner-right-img {
        justify-content: end;
    }

    .heading,
    .heading h2 {
        width: auto;
    }
    .tab-content p {
        color: #ffffff;
    }

    .heading::before {
        content: unset;

    }

    .marquee span {
        font-size: 50px;
    }

    .heading h2 {
        font-size: 32px;
    }

    .key-features-sec .heading {
        padding-bottom: 20px;
    }

    .why-our-user-btn {
        gap: 10px;
    }

    .why-our-user-btn p {
        font-size: 13px;
    }

    .download-app-right-txt h2 {
        font-size: 32px;
    }

    .download-app-right-txt p {
        font-size: 18px;
        line-height: 24px;
    }

    .download-app-left-img img {
        max-width: 100%;
        height: 470px;
    }

    .rotate-img {
        top: 302px;
        left: -195px;
    }


    .download-app-btn {
        flex-wrap: wrap;
    }



    .banner-left-txt h1 {
        font-size: 29px;
    }

    .update-daily-news-box.right-box h3 {
        font-size: 24px;
    }

    /* .update-daily-news-box.right-box p {
        font-size: 18px;
        line-height: 22px;
    } */

    .heading h2 {
        font-size: 30px;
    }

    .career-btn {
        padding: 8px 15px;
    }

    /* .career-btn-sticky {       
        right: -29px;       
    } */
    .career-btn {
        font-size: 18px;
    }

    .career-model .join-team-form {
        padding: 15px 0;
    }

    .join-team-form-btn {
        padding: 10px 50px;
        font-size: 20px;
    }

    .join-team-form input,
    .join-team-form select {
        height: 55px;
    }

    .input-file {
        padding: 17px 26px;
    }

    .tab-content p {
        font-size: 22px;
    }

    .nav-item .nav-link {
        width: 78px;
    }

}

@media(max-width: 490px) {
    .why-our-user-btn {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .key-features-sec .row {
        gap: 20px 0;
    }

    .flip-box {
        height: 290px;
    }

    .flip-box-back p {
        font-size: 18px;
    }

    .banner-right-img {
        justify-content: center;
    }

    .banner-txt {
        margin-top: 0px;
    }

    .mobile-logo {

        justify-content: center;
        display: flex;
    }

    .header-logo img {
        width: 100px;
    }

    .banner-right-img img {
        max-width: 350px;

    }
    .download-app-right-txt h2{
        margin-bottom: 20px;
    }
    .download-app-btn {
      
        margin-top: 20px;
    }

    .overflow {
        width: 270px;
    }

    .banner-left-txt img {
        max-width: 190px;
        padding-left: 20px;
    }

    .stay-informed .stay-informed-heading h2,
    #text-animate h2 {
        font-size: 24px;
    }



}

@media(max-width: 430px) {
    .add-box .box-img img {
        width: 260px;
        height: 160px;
        object-fit: cover;
        border-radius: 12px;
    }

    .add-box {
        width: 280px;
        height: 305px;
        padding: 10px;
        margin: auto;
        justify-content: center;
        display: flex;
        left: 0;
        right: 0;
    }

    .add-para {
        font-size: 14px;
    }

    .addbox-bg-img img {
        width: 100%;
    }

    .add-box {
        width: 280px;
        padding: 10px;
    }

}