@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Work Sans";
	line-height: 1;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Header */
.active{
    color: #000 !important;
}
.checknavbar{
    margin-right: 0% !important;
    transition: .3s;
}
.checknavbar-ar{
    margin-left: 0% !important;
    transition: .3s;
}
.checkshownavbar{
    margin-right: 0% !important;
    transition: .3s;
}
.show-navbar{
    display: none;
}
.close-navbar-ar{
    right: auto !important;
    left: 0;
    margin-right: 0px !important;
    margin-left: 43px !important;
}
.close-navbar{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    margin-top: 30px;
    margin-right: 43px;
    display: none;
    transition: .5s;
}
.close-navbar>i{
    font-size: 20px;
}
.header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 21px 48px;
}
.header>.logo>a>img{
    width: 50px;
}
.header-ar>.logo>a>img{
    transform: scaleX(-1);
}
.logo-name-ar{
    padding-left: 0px;
    padding-right: 8px;
}
.logo-name{
    text-decoration: none;
    text-transform: uppercase;
    color : #f8ab11;
    font-size: 25px;
    font-weight: 700;
    padding-left: 8px;
}
.logo-name>span{
    color : #9b0985;
}
.logo-name:hover{
    color : #f8ab11;
}

.header>nav{
    background: #F9F9F9;
    border-radius: 100px;
}
.header>nav>ul{
    display: flex;
    column-gap: 37px;
    padding: 24px 29px;
}
.header-ar>nav>ul>li>a{
    font-size: 20px !important;
}
.header>nav>ul>li>a{
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    text-decoration: none;
}
.header>nav>ul>li>a:hover{
    color : #000;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 100% !important;
}
.dropdown-menu li a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.dropdown-menu li{
    padding-left: 2px;
}
.dropdown-menu li:hover{
    background-color: #e8e8e8;
}
.dropdown-menu li img {
    margin-right: 8px;
    margin-left: 8px;
}
.dropdown-ar>button{
    font-size: 20px !important;
}
.dropdown>button{
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 21px 20px;
    font-size: 18px;
    column-gap: 7px;
}
.request-demo{
    display: flex;
    align-items: center;
}
.request-demo-ar>a{
    font-size: 20px !important;
}
.request-demo>a{
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    background-color: #9B0985;
    padding: 21px 37px;
    border-radius: 100px;
    margin-right: 10px;
    border: 1px solid #9B0985;
    transition: .3s;
}
.request-demo-ar>a{
    margin-left: 10px;
    margin-right: 0px;
}
.request-demo>a:hover{
    background-color: #fff;
    color: #9B0985;
}




/* Hero Section */
.hero-flex{
    width: 100%;
    background: url("../images/hero-bg.png")no-repeat center center/cover;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.hero-flex{
    display: flex;
    align-items: end;
    position: relative;
}
.hero-container{
    width: 100%;
    padding: 0px 48px
}
.hero-left-side{
    max-width: 900px;
    width: 80%;
    margin-left: 60px;
    margin-bottom: 30px;
}
.hero-left-side-ar{
    line-height: 1.2;
    margin-right: 60px;
    margin-left: 0px;
    width: 45%;
}
.hero-left-side>.text>h1{
    font-size: 90px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    padding-top: 100px;
    width: 900px;
    line-height: 1.1;
}
.hero-left-side>.text>h1>.gradient-first{
    background: linear-gradient(90deg, #9B0985,#9B0985, #F8AB11,#F8AB11, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.hero-left-side>.text>h1>.gradient-second{
    background: linear-gradient(90deg, #9B0985,#9B0985, #F8AB11,#F8AB11, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.hero-left-side>.text>p{
    max-width: 700px;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    margin: 50px 0px 40px 0px;
}
.hero-left-side-ar>.text>p{
    font-size: 20px;
}
.hero-left-side>.text>p:nth-child(2){
    margin-bottom: 0px !important;
}
.hero-left-side>.text>p>span{
    color: rgba(0, 0, 0, 0.6);
}
.hero-left-side>.buttons{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.hero-left-side-ar>.buttons>.join>a{
    font-size: 20px;
}
.hero-left-side>.buttons>.join>a{
    font-size: 18px;
    color: #fff;
    background-color: #9B0985;
    text-decoration: none;
    padding: 21px 37px;
    border: 1px solid #9B0985;
    border-radius: 100px;
    transition: .3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.hero-left-side>.buttons>.join>a:hover{
    background-color: #fff;
    color:#9B0985;
}
.hero-left-side-ar>.buttons>.video>button{
    font-size: 20px !important;
}
.hero-left-side>.buttons>.video>button{
    font-size: 18px;
    color: #9B0985;
    padding-left: 13px;
    background-color: #fff;
    text-decoration: none;
    padding: 21px 37px;
    border: 1px solid #9B0985;
    border-radius: 100px;
    transition: .3s;
}
.hero-left-side>.buttons>.video>button:hover{
    background-color: #9B0985;
    color: #fff;
}
.video>button{
    display: flex;
    align-items: center;
    column-gap: 13px;
}
.video>button>i{
    font-size: 30px;
}
.hero-left-side-ar>.cost>p{
    font-size:14px !important;
}
.hero-left-side>.cost>p{
    color: rgba(0, 0, 0, 0.4);
    font-size:12px;
    margin: 21px 0px 112px 9px;
}
.user-view{
    background-color: #fff;
    display: flex;
    align-items: center;
    column-gap: 7px;
    max-width: 365px;
    width: 100%;
    border-radius: 100px;
    padding: 10px 31px 10px 14px;
}
.star{
    display: flex;
    column-gap: 4px;
}
.star>i{
    font-size: 10px;
    color: #FFC107;
    padding-bottom: 8px;
}
.hero-phone-ar{
    margin-left: -0px !important;
}
.hero-phone{
    width: 714px;
    height: 696px;
    margin-left: -70px;
    position: relative;
    
}
.phone{
    width: 714px;
    height: 696px;
    position: absolute;
}
.phone>img{
    width: 100%;
    height: 100%;
}
.frame{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.frame-ar{
    left: 0;
    right: auto;
}
.frame>img{
    width: 75px;
}

/* first banner section */
.banner-flex{
    margin: 139px 48px 0px 48px;
    column-gap: 30px;
}
.banner-left-side{
    width: 778px;
}
.banner-right-side{
    width: 812px;
}
.banner-left-side>.text>h2{
    line-height: 1.2;
    font-size: 70px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
.banner-left-side>.text>h2>span{
    background: linear-gradient(90deg, #9B0985, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.banner-left-side-ar>.text>p{
    font-size: 20px !important;
}
.banner-left-side>.text>p{
    font-size: 18px;
    width: 460px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.2;
    margin: 48px 0px 70px 0px;
}
.banner-left-side>.text>p>span{
    color: #000;
}
.first-banner-image{
    position: relative;
    height: 672px;
    width: 100%;
    background-color: #fcfcfc;
    border-radius: 30px;
    overflow: hidden;
}
.phone-image{
    width: 742px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.phone-image>img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: -3px;
    border-radius: 30px;
}

.banner-right-side{
    margin-top: 201px;
}
.platform-bg{
    width: 812px;
    background-color: #fffbf2;
    height: 290px;
    position: relative;
    border-radius: 20px;
    padding-left: 29px;
    padding-right: 61px;
    margin-bottom:18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.platform-ar{
    margin-right: 20px !important;
}
.platform-bg:nth-child(4){
    margin-bottom: 0px;
}
.light-plathform-bg{
    background-color: #fdfdfd !important;
}
.platform-bg>.image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0
}
.platform-bg>.image>img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.content{
    z-index: 1;
    width: 310px;
}
.content>h5{
    font-size: 28px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;            
    line-height: 1.4;
    margin-bottom: 73px;
}
.content>p{
    font-size: 20px;
    line-height: 1.3;
}
.content-logo{
    width: 168px;
    z-index: 1;
}
.content-logo>img{
    width: 100%;
}

/* Second Banner Section */
.second-bg{
    margin: 149px 48px 0px 48px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fcfcfc;
}
.secont-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 113px;
}
.secont-heading>h2{
    width: 752px;
    font-family: "Raleway", sans-serif;  
    font-weight: 600;
    font-size: 70px;
    text-align: center;
    line-height: 1.2;
}
.secont-heading>h2>span{
    background: linear-gradient(90deg, #9B0985, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.secont-heading>p{
    width: 518px;
    font-size: 18px;
    text-align: center;
    margin: 51px 0px 164px 0px;
    line-height: 1.2;
}

.tools{
    width: 440px;
}
.tools>img{
    width: 74px;
}
.tools>h4{
    max-width: 276px;
    width: 100%;
    font-family: "Raleway", sans-serif;  
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin: 38px 0px 50px 0px;
}
.tool-full-width>h4{
    width: 100% !important;
}
.tools>p{
    font-size: 18px;
    line-height: 1.3;
}

.second-grid{
    display: grid;
    justify-items: center;
    margin: 0px 95px 121px 95px;
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
    row-gap: 150px;
}
/* Third Banner Section */
.third-continer{
    margin: 214px 268px 0px 268px;
}
.work-h-p{
    text-align: center;
}
.work-h-p>h2{
    font-size: 70px;
    font-family: "Raleway";
    font-weight: 500;
}
.work-h-p>h2>span{
    background: linear-gradient(90deg, #9B0985, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.work-h-p>p{
    font-size: 18px;
    margin-top: 50px;
}
.work-h-p>p>span{
    color: rgba(0, 0, 0, 0.6);
}
.work-detail{
    position: relative;
    margin-top: 155px;
    margin-bottom: 180px;
}
.work-curve-line{
    position: absolute;
    top: 200px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10% 18%;
}

.work-curve-line>img{
    width: 100%;
}
.work-curve-line-ar>img{
    transform: scaleX(-1);
}
.work-detail>.detail-image:nth-child(3){
    margin: 256px 0px;
}
.detail-image>.image{
    width: 587px;
    z-index: 2;
}
.detail-image>.image>img{
    width: 100%;
}
.detail-image>.details{
    width: 464px;
    margin-left: 31px;
}
.detail-image>.details>h3{
    font-size: 90px;
    font-family: "Raleway";
    font-weight: 400;
    color: #e5e5e5;
}
.detail-image>.details>div{
    width: 4px;
    height: 366px;
    background-color: #feeecf;
    margin: 23px 0px 43px 0px;
}
.detail-image>.details>h5{
    font-size:40px;
    font-family: "Raleway";
    font-weight: 600;
    margin-bottom: 21px;
}
.detail-image>.details>p{
    font-size: 18px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.6);
}
.work-buttons{
    row-gap: 30px;
}
.work-buttons>p{
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 25px;
}
.custom-btn>a{
    font-size: 18px;
    color: #fff;
    background-color: #9B0985;
    text-decoration: none;
    padding: 21px 37px;
    border: 1px solid #9B0985;
    border-radius: 100px;
    transition: .3s;
}
.custom-btn>a:hover{
    background-color: #fff;
    color: #9B0985;
}
/* Fourth Banner Section */
.modal-body{
    padding: 0rem;
    height: 500px;
}
.fourth-container{
    margin: 366px 48px 0px 48px;
}
.successful-client>h2{
    font-size: 70px;
    font-weight: 600;
    font-family: "Raleway";
    width: 608px;
    line-height: 1.2;
    margin-bottom: 48px;
}
.successful-client>h2>span{
    background: linear-gradient(90deg, #a0138e, #ff9f1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.successful-client>p{
    font-size: 18px;
    width: 490px;
    line-height: 1.3;
}
.successful-client>p>span{
    color: rgba(0, 0, 0, 0.6);
}
.slide{
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin: 0px 25px 0px 25px;
    width: 828px;
    height: 580px;
}
.slide-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 37px 32px 41px;
}
.slide-p>p{
    font-size: 20px;
    font-family: "Raleway";
    font-weight: 500;
    line-height: 1.8;
    text-transform: capitalize;
    color: #000;
}
.slide-name>.image{
    width: 40px;
}
.slide-name>.image>img{
    width: 100%;
}
.slide-name>.image-name{
    margin-left: 12px;
}
.slide-name>.image-name>h5{
    font-size: 20px;
    font-weight: 700;
    font-family: "Raleway";
}
.slide-name>.image-name>p{
    font-size: 15px;
    font-family: "Raleway";
    color: rgba(0, 0, 0, 0.4);
    margin-top: 10px;
}
.slide-image{
    padding: 20px 20px 20px 0px;
}
.slide-image-ar{
    padding: 20px 0px 20px 20px;
}
.slide-image>img{
    width: 352px;
}


.slick-dots{
    display: none !important;
}
.slick-next{
    display: none !important;
}
.slick-prev{
    display: none !important;
}
.scroll-arrow{
    height: 66px;
    margin-bottom: 50px;
}
.slider-controls>button{
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: .3s;
}
.slider-controls>button:hover{
    background-color: #9B0985;
    color: #fff;
    transition: .3s;
}
.slider-controls>button>p{
    margin: 20px;
    font-size: 20px;
}
.slider-controls>.custom-prev>img{
    transform: rotate(180deg);
}
.slider-controls>.custom-prev{
    margin-right: 8px;
}
.slider-controls-ar>.custom-prev{
    margin-right: 0px;
    margin-left: 8px;
}
.slide-image{
    position: relative;
}
.slide-image>button{
    position: absolute;
    top: 45%;
    right: 50%;
    left: 35%;
    bottom: 50%;
    background-color: transparent;
    border: none;
}
.slide-image-ar>button {
    right: 30% !important;
    top: 43%;
}
.slide-image>button>i{
    font-size: 90px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(163, 163, 163);
    transition: .4s;
    border-radius: 50%;
}
.slide-image>button>i:hover{
    color: #f8ab11;
    box-shadow: #f8ab11 0px 0px 30px 4px;
    background-color: #fff;
    transition: .3s;
}
/* Fifth Banner Section */
.bg-image{
    background: url('../images/mobile-bg.webp')no-repeat center center /cover;
    width: 100vw;
    height: 2502px;
    position: relative;
}
.fifth-container-fluid{
    background-color: #000;
    margin-top: 151px;
    padding-bottom: 111px;
    border-radius: 30px;
}
.dashboard-h>h2{
    font-size: 70px;
    font-weight: 600;
    font-family: "Raleway";
    text-transform: capitalize;
    text-align: center;
    padding: 120px 0px 136px 0px;
    color: #fff;
}
.dashboard-h>h2>span{
    background: linear-gradient(90deg, #9B0985, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.phone-hand{
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    position: sticky;
}
.phone-hand>img{
    width: 100%;
    margin-bottom: -111px;
}

/* Sixth Banner Section */
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/up-arrow.webp");
    transform: rotate(-0deg) !important;
}
.accordion-button-ar::after{
    position: absolute;
    left: 20px;
}
.accordion-button-ar:not(.collapsed)::after {
    position: absolute;
    left: 20px;
}
.faqs{
    width: 1109px;
    margin: 0 auto;
    margin-top: 116px;
}
.faq-h>h2{
    font-size: 70px;
    font-weight: 500;
    font-family: "Raleway";
    background: linear-gradient(90deg, #9B0985,#9B0985, #F8AB11,#F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 83px;
}
.accordion{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item{
    border-radius: 20px !important;
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
}
.accordion-button{
    border-radius: 20px !important;
    border: none !important;
    font-size: 20px !important;
    font-family: "Work Sans" !important;
    padding: 27px 33px;
}
.accordion-button:not(.collapsed){
    color: rgba(0, 0, 0, 0.4);
    background-color: #fdfdfd;
    box-shadow: none;
}
.accordion-collapse{
    background-color: #fdfdfd;
    border-radius: 20px;
}
.accordion-body{
    font-size: 20px !important;
    font-family: "Work Sans" !important;
    line-height: 1.4;
    padding: 7px 33px 16px 33px;
}
.accordion-button:focus {
    box-shadow: none;
}
.view-all>a{
    text-decoration: none;
    background-color: #f9f9f9;
    color: #000;
    padding: 24px 39px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #f9f9f9;
    transition: .3s;
}
.view-all>a:hover{
    border: 1px solid #000;
}
.view-all{
    text-align: center;
    margin-top: 75px;
}
/* Seven Banner Section */
.seven-flex {
    background: url("../images/hero-bg.png")no-repeat center center/cover;
    margin: 219px 48px 0px 48px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
}
.seven-left-image{
    width: 333px;
}
.seven-left-image>img{
    width: 100%;
}
.seven-right-image{
    width: 441px;
    margin-bottom: -20px;
}
.seven-right-image>img{
    width: 100%;
}
.seven-center-content{
    width: 641px;
    text-align: center
}
.seven-center-content>h3{
    font-size: 70px;
    font-family: "Raleway";
    font-weight: 600;
    text-transform: capitalize;
    background: linear-gradient(90deg, #9B0985, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.seven-center-content>p{
    font-size: 18px;
    line-height: 1.2;
    margin: 51px 0px 72px 0px;
}
.seven-center-content>p>span{
    color: rgba(0, 0, 0, 0.6);
}
/* Footer Section */
.footer-bg{
    background: url("../images/hero-bg.png")no-repeat center center/cover;
    margin: 30px 48px 50px 48px;
    padding: 91px 60px 0px 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}
.footer-flex{
    column-gap: 140px;
}
.footer-heading{
    width: 582px;
    margin-right: 69px;
}
.footer-heading>h2{
    font-size: 60px;
    font-family: "Raleway";
    font-weight: 600;
    line-height: 1.2;
}
.footer-heading>h2>span{
    background: linear-gradient(90deg, #9B0985, #F8AB11, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.footer-link>h5{
    font-size: 20px;
    font-weight: 600;
}
.footer-link>ul>li{
    margin-top: 40px;
}
.footer-link>ul>li>a{
    text-decoration: none;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    transition: .3s;
}
.footer-link>ul>li>a:hover{
    color: #000;
}
.footer-icon{
    display: flex;
    column-gap: 18px;
}
.social-icon{
    width: 34px;
    margin-top: 64px;
}
.social-icon>a>img{
    width: 100%;
}
.footer-copy-right{
    margin: 163px 0px 51px 0px;
}
.footer-copy-right>div>p{
    font-size: 18px;
}
.footer-copy-right>.d-flex>p{
    color: rgba(0, 0, 0, 0.5);
}
.footer-copy-right>div:nth-child(2)>a{
    text-decoration: none;
    color: #000;
    transition: .3s;
    font-size: 18px;
}
.footer-copy-right>div:nth-child(2)>a:hover{
    color: rgba(0, 0, 0, 0.5);
}
/* Privacy Policy */
.policy{
    background-color: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    margin: 0px 48px;
    padding: 100px 187px 106px 187px;
}
.policy>h2{
    font-size: 90px;
    font-family: "Raleway";
    font-weight: 500;
    background: linear-gradient(90deg, #9B0985,#9B0985, #F8AB11, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.policy>p{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 74px 0px 52px 0px;
}
.policy-detail{
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1.5;
    margin-top: 81px;
}
.policy-detail>ul{
    margin-left: 40px;
}
.policy-detail>ul>li{
    list-style-type: disc;
}

/* Contact Css Start */
/* contact hero section */
.g-recaptcha{
    margin-top: 24px;
}
.contact-hero-right-side{
    width: 757px;
    background: url("../images/hero-bg.png")no-repeat center center/cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 22px 49px 28px 49px;
}
.contact-form>select{
    color: B2B2B2;
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding: 18px 20px 18px 19px;
    appearance: none;
    background: url('../images/select-down.webp') no-repeat right 20px center;
    background-color: #fff;
    background-size: 18px 10px;
    cursor: pointer;
}
.contact-hero-left-side>h2{
    font-size: 90px;
    font-family: "Raleway";
    font-weight: 600;
    width: 662px;
    margin-top: 35px;
    line-height: 1.1;
}
.contact-hero-left-side>h2>span{
    background: linear-gradient(90deg, #a0138e, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-hero-left-side>p{
    font-size: 18px;
    line-height: 1.3;
    width: 533px;
    margin: 70px 0px 31px 0px;
}
.hero-help-detail{
    width: 614px;
    background-color: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 20px 30px 20px;
}
.hero-help-detail>h5{
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 600;
}
.hero-check{
    margin-top: 31px;
}
.hero-check>i{
    color: #F8AB11;
    font-size: 18px;
    margin-right: 8px;
}
.hero-check-ar>i{
    margin-left: 8px;
}
.hero-check>span{
    font-size: 18px;
    font-weight: 400;
}
.contact-hero-sention{
    display: flex;
    justify-content: space-between;
    margin: 120px 171px 0px 108px;
}
.contact-form>label{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 27px;
}
.contact-form>label>span{
    color: #F8AB11;
}
.contact-form-ar>label{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 27px;
}
.contact-form-ar>label>span{
    color: #F8AB11;
}
.contact-form>input{
    color: #000;
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding: 18px 19px 18px 19px;
}
.contact-form>input::placeholder{
    color: #B2B2B2;
}
.contact-form>input:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
.contact-form>label>.optional{
    color: rgba(0, 0, 0, 0.4);
    margin-left: 8px;
}
.contact-form-ar>label>.optional{
    color: rgba(0, 0, 0, 0.4);
    margin-left: 8px;
}
.contact-form>textarea{
    color: #000;
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding: 14px 19px 18px 19px;
    resize:none;
    line-height: 1.5;
}
.contact-form>textarea::-webkit-scrollbar{
    display: none;
}
.contact-form>textarea::placeholder{
    color: #B2B2B2;
}
.contact-form>textarea:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

.submit-button>button{
    background-color: #9B0985;
    width: 100%;
    padding: 24px;
    border: 1px solid #9B0985;
    border-radius: 100px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0px 18px 0px;
}
.submit-button>button:hover{
    background-color: #ffffff;
    color: #9B0985;
}
.submit-button>p{
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    width: 371px;
    text-align: center;
    margin: 0 auto;
}

/* contact first banner */
  /* Left */
  .contact-connnect-bg{
    width: 812px;
    height: 290px;
    background-color: #fffbf2;
    position: relative;
    border-radius: 20px;
    padding: 0px 60px 0px 30px;
    margin-bottom: 19px;
}
.contact-connnect-bg:nth-child(3){
    margin-bottom: 0px;
}
.contact-connnect-bg>.image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
}
.contact-connnect-bg>.image>img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.contact-content{
    z-index: 1;
}
.contact-content>h5{
    font-size: 30px;
    font-weight: 500;
}
.contact-content>p{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    margin: 34px 0px 70px 0px;
}
.contact-content>button{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    background-color: transparent;
    font-size: 18px;
    padding: 24px 33px;
    transition: .3s;
    font-weight: 500;
}
.contact-content-logo{
    z-index: 1;
}
.contact-content-logo>img{
    width: 169px;
}

/* Right */
.contact-first-right-side>h2{
    font-size: 90px;
    font-family: "Raleway";
    font-weight: 600;
    text-transform: capitalize;
    width: 539px;
    margin: 60px 0px;
}
.contact-first-right-side>h2>span{
    background: linear-gradient(90deg, #9B0985, #F8AB11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.contact-first-right-side>p{
    font-size: 18px;
    line-height: 1.3;
    width: 436px;
}

.contact-first-second-bg{
    background-color: #fefefe;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    margin: 83px 48px 0px 48px;
    padding: 106px 197px 0px 120px;
}
/* contact second section */
.contact-third-section{
    margin: 0px 0px 105px 0px;
}
.contact-third-left-side>h2{
font-size: 90px;
font-family: "Raleway";
font-weight: 600;
width: 491px;
line-height: 1.1;
margin-top: 179px;
}
.contact-third-left-side>h2>span{
background: linear-gradient(90deg, #9B0985, #F8AB11);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent
}

.contact-third-right-side{
column-gap: 10px;
width: 870px;
}
.contact-third-right-side>div{
row-gap: 10px;
}
.contact-quick-start{
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 35px 20px 58px 20px; 
}
.contact-quick-start>img{
width: 80px;
}
.contact-quick-start>h5{
font-size: 30px;
font-weight: 500;
margin: 30px 0px 34px 0px;
}
.contact-quick-start>p{
font-size: 20px;
color: rgba(0, 0, 0, 0.7);
line-height: 1.4;
}
#phone{
    width: 100%;
    color: #000;
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding: 18px 10px 18px 19px;
    padding-right: 95px !important;
}
#phone::placeholder{
    color: #B2B2B2;
}
#phone:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-form-ar>.iti>.iti__flag-container{
    right: 0;
    left: auto;
}
.contact-form-ar>.iti>.iti__flag-container>.iti__selected-flag{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    flex-direction: row-reverse;
}
.iti__selected-flag{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 18px;
}

@media only screen and (max-width: 1668px){
    .hero-left-side>.text>h1{
        font-size: 70px;
        width: 700px;
    }
    .phone{
        width: 614px;
        height: 596px;
    }
    .hero-left-side>.cost>p {
        margin: 21px 0px 60px 9px;
    }
    .hero-phone{
        width: 614px;
        height: 596px;
        margin-right: 50px;
    }
    .content-logo {
        width: 128px;
    }    
    .banner-left-side>.text>h2 {
        font-size: 60px;
    }
    .platform-bg {
        width: 762px;
        height: 240px;
    }
    .content>h5{
        margin-bottom: 20px;
    }
    .content-logo {
        width: 128px;
    }
    .content>h5 {
        font-size: 25px;
    }
    .content>p {
        font-size: 18px;
    }
    .banner-left-side {
        width: 100%;
    }
    .secont-heading>h2 {
        font-size: 60px;
    }
    .tools>h4{
        font-size: 40px;
    }
    .third-continer {
        margin: 214px 100px 0px 100px;
    }
    .bg-image {
        height: 2240px;
    }
    .accordion-button {
        font-size: 18px !important;
    }
    .accordion-body {
        font-size: 18px !important;
    }
    .footer-flex {
        column-gap: 70px;
    }
    .footer-heading {
        width: 500px;
        margin-right: 100px;
    }
    .fourth-container {
        margin: 170px 48px 0px 48px;
    }
    .slide-p>p {
        font-size: 18px;
    }
    .policy>h2 {
        font-size: 80px;
    }
    .policy-detail {
        font-size: 25px;
    }
    .contact-hero-sention {
        margin: 100px 100px 0px 80px;
    }
    .contact-hero-left-side>h2 {
        font-size: 80px;
    }
    .contact-first-second-bg {
        padding: 106px 50px 0px 50px;
    }
    .contact-connnect-bg {
        width: 712px;
        height: 250px;
    }
    .contact-first-right-side>h2 {
        font-size: 80px;
        width: 480px;
    }
    .contact-content>p {
        margin: 34px 0px 30px 0px;
    }
    .contact-third-left-side>h2 {
        font-size: 75px;
    }
    .contact-third-section {
        margin: 0px 0px 105px 0px;
    }
    .contact-form>textarea{
        height: 230px;
    }
    .phone-image {
        width: 570px;
    }
    .first-banner-image {
        height: 511px
    }
}
@media only screen and (max-width: 1440px){
    .request-demo-ar>a{
        font-size: 18px !important;
    }
    .request-demo>a {
        font-size: 16px;
        padding: 17px 33px;
    }
    .dropdown>button{
        font-size: 16px;
        padding: 17px 20px;
    }
    .header-ar>nav>ul>li>a{
        font-size: 18px !important;
    }
    .header>nav>ul>li>a {
        font-size: 16px;
    }
    .header>nav>ul {
        column-gap: 20px;
        padding: 20px 25px;
    }
    .hero-left-side>.cost>p {
        margin: 21px 0px 30px 9px;
    }
    .hero-left-side>.text>h1 {
        font-size: 40px;
        width: 400px;
        padding-top: 50px;
    }
    .hero-left-side>.text>p{
        font-size: 16px;
    }
    .hero-left-side>.text>p{
        margin: 30px 0px 35px 0px;
    }
    
    .second-bg {
        margin: 100px 48px 0px 48px;
    }
    .secont-heading {
        padding-top: 100px;
    }
    .secont-heading>p {
        margin: 51px 0px 100px 0px;
    }
    .tools>h4 {
        font-size: 30px;
    }
    .phone{
        width: 514px;
        height: 496px;
    }
    .hero-phone{
        width: 514px;
        height: 496px;
        margin-left: 0px;
    }
    .hero-left-side>.buttons>.join>a {
        font-size: 16px;
        padding: 17px 33px;
    }
    .hero-left-side>.buttons>.video>button {
        font-size: 16px;
        padding: 17px 33px;
    }
    .banner-flex {
        margin: 70px 48px 0px 48px;
    }
    .platform-bg {
        width: 561px;
        height: 220px;
    }
    .content-logo {
        width: 90px;
    }
    .content>h5 {
        font-size: 23px;
    }
    .content>p {
        font-size: 16px;
    }
    .phone-image{
        width: 615px;
    }
    .first-banner-image {
        height: 572px;
    }
    .detail-image>.image {
        width: 487px;
    }
    .third-continer {
        margin: 100px 70px 0px 70px;
    }
    .work-detail {
        margin-top: 57px;
        margin-bottom: 95px;
    }
    .work-detail>.detail-image:nth-child(3) {
        margin: 156px 0px;
    }
    .bg-image {
        height: 1900px;
    }
    .seven-center-content>p {
        font-size: 16px;
        margin: 20px 0px 45px 0px;
    }
    .seven-center-content>h3 {
        font-size: 60px;
    }
    .seven-flex {
        margin: 100px 48px 0px 48px;
    }
    .footer-link>ul>li>a {
        font-size: 16px;
    }
    .footer-flex {
        column-gap: 50px;
    }
    .footer-heading>h2 {
        font-size: 50px;
    }
    .footer-heading {
        width: 500px;
        margin-right: 50px;
    }
    .footer-copy-right>div:nth-child(2)>a {
        font-size: 16px;
    }
    .footer-copy-right>div>p {
        font-size: 16px;
    }
    .slide {
        height: 500px;
        width: 755px;
    }
    .slide-image>img {
        width: 300px;
    }
    .slide-p>p {
        font-size: 16px;
    }
    .slide-name>.image-name>p {
        font-size: 13px;
    }
    .slide-name>.image-name>h5 {
        font-size: 16px;
    }
    .policy {
        padding: 100px 100px 106px 100px;
    }
    .policy>h2 {
        font-size: 75px;
    }
    .policy-detail {
        font-size: 22px;
    }
    .contact-hero-left-side>h2 {
        font-size: 70px;
        width: 614px;
    }
    .contact-hero-left-side>p {
        font-size: 16px;
        width: 500px;
        margin: 50px 0px 31px 0px;
    }
    .hero-help-detail {
        width: 560px;
    }
    .hero-help-detail>h5 {
        font-size: 16px;
    }
    .hero-check>span {
        font-size: 16px;
    }
    .contact-form>label {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .contact-form-ar>label {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .contact-form>input {
        font-size: 16px;
        padding: 16px 17px 16px 17px;
    }
    #phone{
        font-size: 16px;
        padding: 16px 0px 16px 17px;
    }
    .iti__selected-flag{
        font-size: 16px;
    }
    .contact-form>select {
        font-size: 16px;
        padding: 16px 20px 16px 17px;
        background-size: 12px 8px;
    }
    .contact-form>textarea {
        font-size: 16px;
        padding: 12px 17px 16px 17px;
        height: 200px;
    }
    .submit-button>button {
        padding: 22px;
        font-size: 16px;
   }
   .contact-connnect-bg {
        width: 653px;
        height: 225px;
        padding: 0px 30px 0px 30px;
    }
    .contact-content>h5 {
        font-size: 23px;
    }
    .contact-content>p {
        font-size: 18px;
    }
    .contact-content>button {
        font-size: 16px;
        padding: 18px 23px;
    }
    .contact-content-logo>img {
        width: 100px;
    }
    .contact-first-right-side>h2 {
        font-size: 65px;
        width: 392px;
        margin: 35px 0px;
    }
    .contact-first-right-side>p {
        width: 393px;
    }
    .contact-third-left-side>h2 {
        font-size: 65px;
        width: 355px;
    }
    .contact-third-right-side {
        width: 720px;
    }
    .contact-quick-start>img {
        width: 60px;
    }
    .contact-quick-start>p {
        font-size: 18px;
    }
    .contact-quick-start {
        padding: 25px 10px 48px 11px;
    }
    .contact-third-section {
        margin: 0px 0px 80px 0px;
    }
}
@media only screen and (max-width: 1280px){
    .header>nav>ul {
        column-gap: 15px;
        padding: 14px 17px;
    }
    .logo-name {
        font-size: 22px;
    }
    .header>.logo>a>img {
        width: 30px;
    }
    .request-demo-ar>a{
        font-size: 16px !important;
    }
    .request-demo>a {
        font-size: 14px;
        padding: 12px 27px;
    }
    .dropdown-ar>button{
        font-size: 16px !important;
    }
    .dropdown>button{
        padding: 10px 11px;
        font-size: 14px;
        column-gap: 4px;
    }
    .header-ar>nav>ul>li>a{
        font-size: 16px !important;
    }
    .header>nav>ul>li>a {
        font-size: 14px;
    }
    .phone{
        width: 414px;
        height: 396px;
    }
    .hero-left-side {
        max-width: 548px;
    }
    .hero-phone{
        width: 414px;
        height: 396px;
    }
    /* .hero-left-side>.text>h1{
        font-size: 40px;
        width: 400px;
        padding-top: 50px;
    } */
    .hero-left-side>.text>p{
        font-size: 14px;
        margin: 20px 0px 35px 0px;
    }
    .hero-left-side-ar>.text>p{
        font-size: 16px;
    }
    .hero-phone{
        margin-right: 20px;
        margin-left: 0px;
    }
    .hero-left-side-ar>.buttons>.join>a{
        font-size: 16px;
    }
    .hero-left-side>.buttons>.join>a{
        font-size: 14px;
        padding: 12px 27px;
    }
    .hero-left-side>.buttons>.video>button {
        font-size: 14px;
        padding: 12px 27px;
    }
    .hero-left-side-ar>.buttons>.video>button{
        font-size: 16px !important;
    }
    .video>button>i {
        font-size: 22px;
    }
    .hero-left-side>.buttons{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .phone-image{
        width: 545px;
    }
    .first-banner-image {
        height: 495px;
    }
    .banner-left-side>.text>h2 {
        font-size: 50px;
    }
    .platform-bg {
        width: 461px;
        height: 159px;
    }
    .content-logo {
        width: 90px;
    }
    .content>h5 {
        font-size: 21px;
    }
    .content>p {
        font-size: 14px;
    }
    .second-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .tools {
        width: 300px;
    }
    .tools>h4 {
        font-size: 25px;
    }
    .detail-image>.details>div {
        height: 270px;
        margin: 9px 0px 25px 0px;
    }
    .work-curve-line {
        padding: 0% 16%;
    }
    .bg-image {
        height: 1680px;
    }
    .faqs {
        width: auto;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 80px;
    }
    .seven-left-image {
        width: 233px;
    }
    .seven-right-image {
        width: 341px;
    }
    .seven-center-content>.custom-btn>a {
        font-size: 13px;
        padding: 11px 27px;
    }
    .seven-center-content>p {
        font-size: 13px;
        padding: 0px 60px;
        margin: 20px 0px 31px 0px;
    }
    .seven-center-content>h3 {
        font-size: 50px;
    }
    .footer-heading>h2 {
        font-size: 45px;
    }
    .footer-heading {
        width: 390px;
    }
    
    .footer-flex {
        column-gap: 40px;
    }
    .footer-copy-right{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .policy>h2 {
        font-size: 75px;
    }
    .policy-detail {
        font-size: 20px;
    }
    .slide {
        height: 400px;
        width: 660px;
    }
    .slide-image>img {
        width: 235px;
    }
    .slide-image>button>i {
        font-size: 50px;
    }
    .slide-image-ar>button {
        right: 24% !important;
        top: 44%;
    }
    .policy-detail{
        margin-top: 40px;
    }
    .contact-hero-left-side>h2 {
        font-size: 60px;
        width: 500px;
    }
    .contact-hero-right-side{
        width: 100%;
        margin-left: 40px;
        padding: 22px 30px 28px 30px;
    }
    .contact-hero-sention {
        margin: 76px 58px 0px 80px;
    }
    .contact-connnect-bg {
        width: 550px;
    }
    .contact-content>p {
        font-size: 16px;
    }
    .contact-content>button {
        font-size: 14px;
        padding: 16px 21px;
    }
    .contact-first-right-side>h2 {
        font-size: 50px;
        width: 300px;
    }
    .contact-first-right-side>p {
        width: 311px;
        font-size: 16px;
    }
    .contact-first-section{
        flex-wrap: wrap;
    }
    .contact-third-left-side>h2 {
        font-size: 55px;
        width: 300px;
    }
    .contact-third-right-side {
        width: 620px;
    }
    .contact-quick-start>img {
        width: 50px;
    }
    .contact-quick-start>h5 {
        font-size: 23px;
    }
    .contact-quick-start>p {
        font-size: 16px;
    }
    .contact-quick-start {
        padding: 25px 20px 48px 20px;
    }
    .contact-third-section {
        margin: 0px 0px 70px 0px;
    }
    .contact-form>textarea{
        height: 170px;
    }
    .dropdown-menu li a{
        padding: 5px 1px;
    }
}
@media only screen and (max-width: 1120px){
    .header>.logo>a>img {
        width: 30px;
    }
    .logo-name {
        font-size: 14px;
        padding-left: 5px;
    }
    .phone-image{
        width: 465px;
    }
    .first-banner-image {
        height: 425px;
    }
    .detail-image>.image {
        width: 387px;
    }
    .work-detail>.detail-image:nth-child(3) {
        margin: 76px 0px;
    }
    .third-continer {
        margin: 214px 30px 0px 30px;
    }
    .detail-image>.details>div {
        height: 266px;
    }
    .work-curve-line {
        padding: 0% 16%;
    }
    .work-h-p>h2{
        font-size: 60px;
    }
    .footer-heading {
        width: 100%;
    }
    .footer-flex {
        column-gap: 140px;
        row-gap: 70px;
        flex-wrap: wrap;
    }
    .policy {
        padding: 40px 40px 40px 40px;
    }
    .contact-hero-sention{
        flex-direction: column;
        margin: 76px 48px 0px 48px;
    }
    .contact-hero-right-side {
        margin-left: 0px;
        margin-top: 40px;
        padding: 22px 49px 28px 49px;
    }
    .hero-help-detail {
        width: 100%;
    }
    .contact-hero-left-side>h2{
        margin-top: 0px;
    }
    .contact-hero-left-side>p {
        margin: 25px 0px 31px 0px;
    }
    .submit-button>button {
        padding: 18px;
    }
    .contact-third-left-side>h2 {
        font-size: 50px;
        width: 273px;
    }
    .contact-third-right-side {
        width: 540px;
    }
    .contact-quick-start {
        padding: 20px 10px 24px 10px;
    }
    .hero-left-side-ar>.text>p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px){
    .dropdown {
        position: relative;
    }
    .dropdown .dropdown-menu {
        bottom: 100%;
        top: auto !important;
        transform: translateY(-5px);
    }
    .dropdown-menu li a{
        padding: 5px 0px;
    }
    .phone-image{
        width: 615px;
    }
    .first-banner-image {
        height: 540px;
    }
    .dropdown-menu li {
        padding-left: 0px;
    }
    .faqs {
        margin-top: 30px;
    }
    .show-navbar{
        display: block;
    }
    .header>nav{
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        width: 300px;
        height: 100vh;
        align-items: start;
        padding-bottom: 30px;
        margin-right: -100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        z-index: 100;
        border-radius: 0px !important;
        transition: .3s;
    }
    .header-ar>nav{
        right: auto;
        left: 0;
        margin-left: -100%;
    }
    .request-demo-ar{
        right: auto !important;
        left: 15px;
        margin-left: -100%;
    }
    .header>nav>ul>li>a{
        background-color: #F9F9F9;
        padding: 10px;
        border-radius: 20px;
    }
    .header>nav>ul{
        flex-direction: column;
        row-gap: 40px;
        background-color: #fff;
        padding-top: 70px;
    }
    .request-demo{
        position: fixed;
        z-index: 100;
        bottom: 20px;
        right: 15px;
        margin-right: -100%;
        transition: .3s;
    }
    .user-view{
        width: 300px;
    }
    .hero-left-side>.text>h1{
        font-size: 32px;
        padding-top: 30px;
        width: 320px;
    }
    .banner-flex {
        flex-direction: column;
    }
    .platform-bg {
        width: 100%;
        height: 230px;
    }
    .banner-right-side {
        width: 100%;
    }
    .content>h5 {
        font-size: 25px;
    }
    .content>p {
        font-size: 16px;
    }
    .content-logo {
        width: 130px;
    }
    .banner-right-side {
        margin-top: 90px;
    }
    .banner-left-side>.text>h2 {
        font-size: 40px;
    }
    .banner-left-side-ar>.text>p {
        font-size: 18px !important;
    }
    .banner-left-side>.text>p {
        font-size: 16px;
    }
    .secont-heading>h2 {
        font-size: 40px;
    }
    .secont-heading>p{
        font-size: 16px;
    }
    .tools>h4 {
        font-size: 40px;
    }
    .tools>p {
        font-size: 16px;
    }
    .tools>h4 {
        font-size: 30px;
    }
    .detail-image>.details>h5 {
        font-size: 30px;
    }
    .detail-image>.details>p {
        font-size: 16px;
    }
    .third-continer {
        margin: 100px 30px 0px 30px;
    }
    .work-h-p>h2{
        font-size: 40px;
    }
    .work-h-p>p {
        font-size: 16px;
    }
    .detail-image>.details>h5 {
        font-size: 25px;
    }
    .bg-image {
        height: 1370px;
    }
    .dashboard-h>h2{
        font-size: 40px;
    }
    .accordion-button {
        font-size: 16px !important;
    }
    .accordion-body {
        font-size: 16px !important;
    }
    .faq-h>h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .seven-flex {
        margin: 70px 48px 0px 48px;
    }
    .seven-center-content>h3 {
        font-size: 40px;
    }
    .seven-center-content>p {
        font-size: 12px;
        padding: 0px 0px;
    }
    .footer-flex {
        column-gap: 100px;
    }
    .successful-client>h2 {
        font-size: 40px;
    }    
    .successful-client>p {
        font-size: 16px;
    }
    .policy>p {
        font-size: 16px;
        padding: 74px 0px 0px 0px;
    }
    .policy>h2 {
        font-size: 65px;
    }
    .slider-controls>button>p {
        margin: 15px;
    }
    .slide{
        width: 650px;
    }
    .footer-bg {
        margin: 30px 48px 30px 48px
    }
    .contact-first-section{
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .contact-first-right-side>p {
        width: 375px;
    }
    .contact-first-right-side>h2{
        margin: 15px 0px;
    }
    .contact-connnect-bg {
        width: 100%;
    }
    .contact-first-second-bg {
        padding: 55px 50px 0px 50px;
        margin: 30px 48px 0px 48px;
    }
    .contact-third-left-side>h2 {
        font-size: 44px;
        width: 242px;
    }
    .contact-third-right-side {
        width: 495px;
    }
}
@media only screen and (max-width: 992px){
    .hero-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hero-left-side>.text>h1 {
        font-size: 35px;
        padding-top: 70px;
        width: 360px;
    }
    .hero-left-side>.cost>p {
        margin: 21px 0px 40px 9px;
    }
    .hero-left-side{
        margin-left: 0px;
    }
    .hero-left-side-ar {
        margin-right: 0px;
    }
    .banner-flex {
        margin: 60px 48px 0px 48px;
    }
    .banner-left-side>.text>p {
        margin: 20px 0px 70px 0px;
    }
    .secont-heading>h2 {
        width: 100%;
    }
    .second-grid {
        margin: 0px 0px 121px 0px;
    }
    .tools>h4 {
        font-size: 25px;
    }
    .work-curve-line{
        display: none;
    }
    .detail-image>.details {
        width: 400px;
    }
    .detail-image>.details>div {
        height: 200px;
    }
    .detail-image>.image {
        width: 300px;
    }
    .bg-image {
        height: 1300px;
    }
    .footer-flex {
        column-gap: 50px;
        justify-content: space-between;
    }
    .footer-copy-right>div:nth-child(1){
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
        row-gap: 20px;
    }
    .footer-copy-right {
        margin: 103px 0px 51px 0px;
    }
    .slide-image>img {
        width: 250px;
    }
    .slide {
        height: 426px;
        width: 605px
    }
    .policy-detail {
        font-size: 16px;
        margin-top: 60px;
    }
    .policy>p {
        font-size: 15px;
        padding: 50px 0px 0px 0px;
    }
    .footer-copy-right{
        column-gap: 20px;
    }
    .slide {
        width: 650px;
    }
    .policy>h2 {
        font-size: 50px;
    }
    .contact-third-left-side>h2 {
        font-size: 44px;
        width: 242px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .contact-third-section {
        flex-direction: column;
    }
    .contact-third-right-side {
        width: 100%;
    }
    .contact-third-section {
        margin: 0px 0px 60px 0px;
    }
}
@media only screen and (max-width: 767px){
    .phone{
        width: 314px;
        height: 296px;
    }
    .hero-phone{
        width: 314px;
        height: 296px;
    }
    .hero-left-side>.text>h1 {
        font-size: 35px;
    }
    .banner-left-side>.text>p{
        width: 300px;
    }
    .secont-heading>h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .secont-heading>p{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .tools>h4 {
        font-size: 25px;
    }
    .tools>p {
        font-size: 14px;
    }
    .detail-image{
        flex-direction: column !important;
        row-gap: 60px;
    }
    .detail-image>.details {
        width: auto;
    }
    .detail-image>.image {
        width: 400px;
    }
    .work-detail{
        margin-top: 50px;
    }
    .bg-image {
        height: 1000px;
    }
    .seven-flex{
        flex-direction: column;
        row-gap: 56px;
        padding-top: 20px;
    }
    .seven-center-content {
        width: 400px;
    }
    .footer-heading>h2 {
        font-size: 40px;
    }
    .footer-copy-right>.d-flex>p {
        text-align: center;
    }
    .successful-client>h2{
        width: 100%;
    }
    .successful-client>p {
        width: 390px;
    }
    .successful-client>h2{
        margin-bottom: 25px;
    }
    .slide-image>img {
        width: 160px;
    }
    .slide-p>p {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .slide-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 45px 5px 32px 10px;
    }
    .policy>h2 {
        font-size: 50px;
    }
    .policy {
        padding: 40px 20px 40px 20px;
    }
    .footer-copy-right{
        justify-content: center !important;
    }
    .first-banner-image {
        height: 480px;
    }
    .phone-image{
        width: 395px;
    }
    .first-banner-image {
        height: 345px;
    }
    .slide {
        width: 420px;
    }
    .slide-image>button>i {
        font-size: 35px;
    }
    .slide-image>button {
        top: 20%;
        left: 33%;
    }
    .slide-image-ar>button {
        top: 20%;
        left: 37%;
    }
    .fourth-container {
        margin: 170px 25px 0px 25px;
    }
    .contact-hero-left-side>h2 {
        font-size: 40px;
        width: 300px;
    }
    .contact-hero-left-side>p {
        width: 100%;
    }
    .submit-button>p {
        font-size: 13px;
        width: 320px;
    }
    .contact-first-right-side>p {
        width: 315px;
    }
    .contact-content-logo>img {
        width: 80px;
    }
    .contact-first-second-bg {
        padding: 70px 30px 0px 30px;
        margin: 55px 48px 0px 48px
    }
    .contact-third-right-side{
        flex-direction: column;
        row-gap: 10px;
    }
    .contact-third-section {
        margin: 0px 0px 60px 0px;
    }
    .secont-heading {
        padding-top: 60px;
    }
    .second-grid {
        margin: 0px 0px 35px 0px;
    }
}
@media only screen and (max-width: 480px){
    .header {
        margin: 21px 10px;
    }
    .close-navbar{
        margin-right: 10px;
    }
    .close-navbar-ar{
        margin-left: 10px !important;
    }
    .video>button>i {
        margin-right: 7px;
    }
    .phone{
        width: 214px;
        height: 196px;
    }
    .hero-container {
        padding: 0px 10px;
    }
    .hero-phone{
        width: 214px;
        height: 196px;
    }
    .hero-left-side {
        width: 90%;
    }
    .hero-left-side>.text>h1 {
        font-size: 28px;
        width: 300px;
    }
    .hero-left-side>.buttons>.join>a {
        font-size: 16px;
    }
    .phone-image {
        width: 385px;
    }
    .user-view {
        width: 100%;
        padding: 10px 28px 10px 5px;
    }
    .join{
        font-size: 14px;
    }
    .hero-left-side>.buttons>.video>button {
        font-size: 16px;
        padding: 12px 27px;
    }
    .video>button {
        column-gap: 0px;
    }
    .banner-left-side>.text>p {
        width: 270px;
    }
    .banner-left-side>.text>h2 {
        font-size: 30px;
    }
    .platform-bg>div:nth-child(2){
        flex-direction: column;
        justify-content: end !important;
        margin-top: 41px;
        align-items: center;
    }
    .content>h5 {
        font-size: 18px;
    }
    .content>p {
        padding: 0px 10px;
        font-size: 13px;
    }
    .content-logo {
        width: 70px;
        margin-top: 20px;
    }
    .platform-bg {
        height: 100%;
    }
    .content {
        width: 100%;
        text-align: center;
    }
    .platform-bg{
        padding-left: 0px;
        padding-right: 0px;
    }
    .secont-heading>h2 {
        font-size: 25px;
    }
    .tools>h4 {
        font-size: 20px;
    }
    .tools {
        width: 100%;
    }
    .second-grid {
        justify-items: start; 
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        padding-left: 20px;
        padding-right: 20px;
        row-gap: 90px;
    }
    .first-banner-image {
        height: 335px;
    }
    .second-grid{
        row-gap: 50px;
    }
    .secont-heading>p{
      margin:  51px 0px 65px 0px;
    }
    .tools>h4{
        margin: 20px 0px 20px 0px;
    }
    .second-bg {
        margin: 75px 10px 0px 10px;
    }
    .banner-flex {
        margin: 70px 10px 0px 10px;
    }
    .third-continer {
        margin: 70px 0px 0px 0px;
    }
    .detail-image>.details {
        margin-left: 10px;
        margin-right: 10px;
    }
    .detail-image>.image {
        width: 255px;
    }
    .work-h-p>h2{
        font-size: 30px;
    }
    .detail-image>.details>h5 {
        font-size: 20px;
    }
    .detail-image>.details>p {
        font-size: 13px;
    }
    .detail-image>.details>div {
        height: 100px;
    }
    .detail-image>.details>h3{
        font-size: 50px;
    }
    .custom-btn>a{
        font-size: 16px;
        padding: 15px 25px;
    }
    .bg-image {
        height: 500px;
    }
    .dashboard-h>h2{
        font-size: 30px;
        padding: 120px 0px 70px 0px;
    }
    .faqs {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 50px;
    }
    .faq-h>h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .view-all>a {
        font-size: 16px;
        padding: 17px 32px;
    }
    .accordion-button {
        font-size: 14px !important;
        line-height: 1.3;
    }
    .accordion-body {
        font-size: 14px !important;
    }
    .seven-flex {
        margin: 30px 10px 0px 10px;
    }
    .seven-center-content {
        width: auto;
        margin: 0px 25px;
    }
    .seven-center-content>h3 {
        font-size: 30px;
    }
    .footer-heading>h2 {
        font-size: 30px;
    }
    .footer-bg {
        margin: 30px 10px 20px 10px;
        padding: 50px 0px 0px 20px;
        border-radius: 24px;
    }    
    .footer-copy-right{
        padding-right: 20px;
    }
    .successful-client>h2 {
        font-size: 30px;
    }
    .fourth-container {
        margin: 70px 10px 0px 10px;
    }
    .successful-client>p {
        width: 300px;
        margin-bottom: 20px;
    }
    .slide-image>img {
        width: 195px;
        margin: 0 auto;
    }
    .policy{
        margin: 0px 10px;
    }
    .policy-detail {
        font-size: 14px;
        margin-top: 40px;
    }
    .policy>p {
        font-size: 14px;
        padding: 20px 0px 0px 0px;
    }
    .scroll-arrow {
        height: 66px;
        margin-bottom: 0px;
    }
    .slide {
        width: 380px;
        height: auto;
        flex-direction: column;
    }
    .slide-image>button {
        top: 43%;
        left: 45%;
    }
    .slide-image-ar>button {
        top: 43%;
        left: 27%;
    }
    .contact-hero-left-side>p {
        font-size: 14px
    }
    .hero-help-detail>h5 {
        font-size: 14px;
    }
    .hero-check>span {
        font-size: 14px;
    }
    .hero-check>i {
        font-size: 14px;
    }
    .contact-hero-sention {
        margin: 60px 10px 0px 10px;
    }
    .contact-hero-right-side {
        padding: 20px 12px 20px 14px;
    }
    .contact-form>label {
        font-size: 14px;
    }
    .contact-form-ar>label {
        font-size: 14px;
    }
    .contact-form>input {
        font-size: 14px;
        padding: 13px 17px 13px 17px;
    }
    #phone{
        font-size: 14px;
        padding: 13px 0px 13px 17px;
    }
    .iti__selected-flag{
        font-size: 14px;
    }
    .contact-form>select {
        font-size: 14px;
        padding: 13px 20px 13px 17px;
    }
    .contact-form>textarea {
        font-size: 14px;
        height: 125px;
    }
    .submit-button>button {
        font-size: 14px;
        padding: 13px;
    }
    .submit-button>p {
        font-size: 12px;
        width: 100%;
    }
    .contact-hero-right-side {
        margin-top: 20px;
        border-radius: 24px;
    }
    .contact-first-second-bg {
        padding: 40px 10px 0px 10px;
        margin: 30px 10px 0px 10px;
    }
    .contact-first-right-side>p {
        font-size: 14px;
        width: 231px;
    }
    .contact-content-logo>img {
        width: 50px;
    }
    .contact-connnect-bg>.d-flex{
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
        padding: 20px 0px 10px 0px;
    }
    .contact-content>p {
        margin: 10px 0px 13px 0px;
        font-size: 14px;
    }
    .contact-connnect-bg {
        padding: 0px 10px 0px 10px;
        height: 100%;
    }
    .contact-content>button {
        font-size: 12px;
        padding: 11px 12px;
    }
    .contact-content>h5 {
        font-size: 20px;
    }
    .contact-first-right-side>h2 {
        font-size: 40px;
        width: 245px;
    }
    .contact-quick-start>img {
        width: 45px;
    }
    .contact-quick-start>h5 {
        font-size: 20px;
        margin: 17px 0px 17px 0px;
    }
    .contact-quick-start>p {
        font-size: 14px;
    }
    .contact-third-left-side>h2 {
        font-size: 40px;
    }
    .contact-third-section {
        margin: 0px 0px 18px 0px;
    }
    .contact-first-second-bg {
        border-radius: 24px
    }
    .footer-flex>.resource{
        margin-right: 20px;
    }
    .slide-image{
        padding: 0px 0px 20px 0px;
    }
    .contact-form>p{
        font-size: 14px;
    }
    .g-recaptcha-response{
        font-size: 14px;
    }
}
@media only screen and (max-width: 400px){
    .first-banner-image {
        height: 260px;
    }
    .phone-image {
        width:300px;
    }
    .seven-right-image {
        width: 300px;
    }
    .slide {
        width: 300px;
    }
    .slide-image>button {
        top: 43%;
        left: 44%;
    }
    .slide-image-ar>button {
        top: 43%;
        left: 27%;
    }
}