@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; color: #000; }

@font-face {
    font-family: 'Aeonik Trial';
    src: url('./fonts/AeonikTRIAL-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('./fonts/AeonikTRIAL-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('./fonts/AeonikTRIAL-Light.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('./fonts/AeonikTRIAL-LightItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('./fonts/AeonikTRIAL-Regular.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('./fonts/AeonikTRIAL-RegularItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
/* The loader's basic style */
#loader {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden; /* Hidden by default */
  }
  
  /* Loader animation (spinning circle) */
  .loader:before {
    content: '';
    border: 8px solid #04BDF8;
    border-top: 8px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  
  /* Spinning animation */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
input,textarea,a,button{
    outline: none;
}

button:focus {outline: none !important;}

body {width: 100%;}
html {
    scroll-behavior: smooth;
  }
h2 {
    font-family: Sora;
    font-size: 54px;
    font-weight: 600;
    line-height: 85.33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: #fff; */
}
a.downlod-btn:hover{
    text-decoration: none;
}
.navbar-brand {
    padding: 0px !important;
}
h6 {
    font-family: Sora;
    font-size: 29px;
    font-weight: 600;
    line-height: 37.3px;
}

p {
    font-family: sora;
    font-size: 22.13px;
    font-weight: 400;
    line-height: 37.33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* header part */
nav.navbar.sticky-top.navbar-expand-lg {
    padding: 40px;
    background: #fff;
}
.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1020;
    width: 100%;
    transition: transform 0.3s ease;  /* Smooth transition for hiding/showing */
}

.hide-header {
    transform: translateY(-100%); /* Move the header out of view */
}

.mr-auto, .mx-auto {
    margin: auto !important;
}

ul.header-ul {
    list-style: none;
    display: flex;
}

.header-li {
    padding: 0px 15px;
}

.header-li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    font-family: Aeonik Trial, sans-serif;
    font-weight: 400;
}
.downlod-btn {
    background: #04BDF8;
    padding: 15px 18px;
    color: #FFFFFF !important;
    border-radius: 40px;
    display: flex;
    gap: 10px;
    font-family: Aeonik Trial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    width: max-content;
}

/* Default state: Hamburger (bars) icon */
.navbar-toggler .fas.fa-bars:before {
    content: "\f0c9"; /* Unicode for the bars icon */
    color: #04BDF8;   /* Customize the color as needed */
}

/* Toggled state: Close (X) icon */
.navbar-toggler .fas.fa-times:before {
    content: "\f00d"; /* Unicode for the times (X) icon */
    color: #04BDF8;   /* Customize the color as needed */
}


/* Banner section */
.banner-section {
    width: 100%;
    position: relative;
}

.banner-section .banner-img {
    width: 100%;
}

.banner-cont {
    width: 100%;
    position: absolute;
    top: 0;
}

.text-cont {
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}

.text-cont h1 {
    font-family: Sora;
    font-size: 85.33px;
    font-weight: 700;
    line-height: 106.67px;
    text-align: center;
}

.text-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

span.h-span, .h-span-sec {
    position: relative;
}

span.h-span::before {
    position: absolute;
    content: '';
    background-image: url(../images/h1-span.png);
    height: 13px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.h-span-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/h2-span.png);
    height: 13px;
    width: 100%;
    bottom: -5px;
    left: 0;
    background-size: cover;
}

.banner-para {
    font-family: Aeonik Trial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 46.67px;
    text-align: center;
    color: #474650;
}

.text-cont .downlod-btn {
    margin-top: 20px;
    font-weight: 700;
}

span.h-span, .h-span-sec {
    position: relative;
}

span.h-span::before {
    position: absolute;
    content: '';
    background-image: url(../images/h1-span.png);
    height: 13px;
    width: 100%;
    bottom: -5px;
    left: 0;
    background-repeat: no-repeat;
}

.h-span-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/h2-span.png);
    height: 13px;
    width: 100%;
    bottom: -5px;
    left: 0;
    background-size: cover;
}

/* problem solving section*/
.head-cont {
    background: #000000;
    border-radius: 25px;
    box-shadow: 0px 65.33px 133.33px 0px #CFCFCF40;
    color: #FFFFFF;
    padding: 30px 60px;
}

.head-cont p::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 14px;
    background-image: url("../images/problem-solve-head-icon.svg");
    background-repeat: no-repeat;
    transform: translate(-109%, -50%);
    background-size: contain;
}

.solving-section {
    background-image: url("../images/section-bg-problem-solving.png");
    width: 100%;
    height: 100%;
}

.head-cont p {
    position: relative;
    font-family: Aeonik Trial, sans-serif;
    color: #fff;
}

.head-wrap h2 {
    color: #fff;
}

.solving-section {
    background-image: url('../images/section-bg-problem-solving.png');
    padding: 160px 180px 0px;
}

.problem-solving-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-img-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.left-right-cont {
    display: flex;
    align-items: center;
    border-radius: 25px;
    box-shadow: 0px 17.33px 133.33px 0px #C7C7C740;
    background: #fff;
}

.left-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    padding-left: 100px;
}

.left-cont img {
    margin-bottom: 40px;
}

.right-cont {
    width: 40%;
    height: 100%;
}

.right-cont img {
    width: 100%;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.right-cont.sec-right-cont img {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.problem-solving-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    min-height: 300px;
}

.problem-solving-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/section-bg-problem-solving.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

/* Feature Section */
.Features-section {
    padding: 100px 130px 100px;
}

.app-preview-vedio-sec, .Pricing-plan {
    padding: 100px 130px;
}

.card {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0px 17.33px 133.33px 0px #C7C7C740;
    padding: 53px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 25px;
    border: none;
}

.cards {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

label.main-label {
    font-family: Aeonik Trial, sans-serif !important;
    padding: 5px 15px;
    background: linear-gradient(105deg, #08C26A -31.07%, rgba(179, 243, 253, 0.51) 99.82%);
    border-radius: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.main-head-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.Features-section, .app-preview-vedio-sec {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.card img {
    height: 106px;
    width: 106px;
    margin-bottom: 10px;
}

.card h6 {
    font-size: 24px;
    margin: 0;
    line-height: normal;
}

.card p {
    text-align: center;
    margin: 0;
}

/* app-preview-vedio-sec */
.app-preview-vedio-sec p {
    color: #474650;
    font-size: 32px;
    font-weight: 400;
    line-height: 46.67px;
    text-align: center;
}

video {
    width: 100%;
    border-radius: 25px;
    object-fit: cover !important;
    object-position: center;
}

.video-container {
    border-radius: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#circle-play-b svg {
    width: 70px;
    height: 70px;
    fill: #000000;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

/* How it works section */
.how-it-work-sec {
    width: 100%;
    color: #fff !important;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: #000;
}

.main-work {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 160px;
}

.main-work h2 {
    color: #fff;
}

.main-work::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/how-it-left-img.png);
    width: -webkit-fill-available;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    transform: translate(-19%, 7%);
    z-index: 1;
    background-size: contain;
}

.how-it-span-sec {
    position: relative;
    color: #fff;
}

.how-it-span-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/how-it-simple-step.svg);
    height: 13px;
    width: 100%;
    bottom: -12px;
    left: 0;
    background-size: cover;
}

.main-cont-wrapper::before {
    content: '';
    position: absolute;
    bottom: -71px;
    right: -3px;
    background-image: url(../images/star-icon.svg);
    height: 80px;
    width: 80px;
    z-index: 1050;
}

.main-cont-wrapper {
    height: 100%;
    z-index: 9;
    display: flex;
    position: relative;
}

/* Pricing Plan */
section.Pricing-plan h2 {
    text-align: center;
}

section.Pricing-plan .pricing-plan-span-sec {
    position: relative;
}

span.pricing-plan-span-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/pricing.svg);
    height: 13px;
    width: 100%;
    bottom: -12px;
    left: 0;
    background-repeat: no-repeat;
}

section.Pricing-plan {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.pricing-plan-cont {
    display: flex;
    gap: 50px;
    padding: 0px 250px;
}

/* Ensure the elements have size */
.first-plan, .second-plan {
    display: inline-block;
    padding: 60px 40px;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 22px;
    transition: border 0.3s ease, border-radius 0.3s ease;
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    box-shadow: 0px 17.33px 133.33px 0px #C7C7C740;
    position: relative;
    cursor: pointer;
}

.first-plan:hover::before, .second-plan:hover::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: 25px;
    background: linear-gradient(105deg, #08C26A -31.07%, rgba(179, 243, 253, 0.51) 99.82%);
}

.pricing-plan-cont p {
    color: #000000;
    font-weight: 400;
    margin: 0px;
}

.pricing-plan-cont h3 {
    font-family: Sora;
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
}

button.plan-btn {
    width: 100%;
    padding: 15px 20px;
    border-radius: 36px;
    font-family: Aeonik Trial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: white;
    border: 1.5px solid #00000029;
    text-align: center;
}

.horizontal-line {
    width: 100%;
    background-color: #00000029;
    height: 1px;
}

.plan-check-cont p {
    font-family: Aeonik Trial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.first-cont sub {
    font-family: Aeonik Trial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 3px;
}

button.plan-btn.get-start-btn {
    border: none;
    background: linear-gradient(105deg, #08C26A -31.07%, rgba(179, 243, 253, 0.51) 99.82%) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.plan-check-cont {
    height: 100px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.left-img img {
    object-fit: contain;
    width: 162px;
    height: 286px;
}

.left-img {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-section-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    width: 100%;
    transition: all 200ms ease-in-out 50ms;
    opacity: 0;
    padding-right: 100px;
}


.main-section-horizontal .horizo-acc-box {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    background: #212121;
    transition: all 300ms ease-in-out 50ms;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    cursor: pointer;
    font-size: 16pt;
}

.main-section-horizontal .default {
height: 60vh;
    width: 160px;
    color: rgba(255, 255, 255, 0);
    font-size: 16pt;
    overflow: hidden;
    padding: 40px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.main-section-horizontal .expand {
  height: 60vh;
    width: 480px;
    background: #212121;
    color: rgba(255, 255, 255, 1);
    padding: 20px;
}

.horizo-acc-box.default h6 {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-style: italic;
}

.download-para-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.horizo-acc-box.default span {
    font-family: Aeonik Trial, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 42.67px;
    text-align: left;
    color: #fff;
    writing-mode: vertical-lr;
    width: 100%;
    display: flex;
    align-items: center;
}

.horizo-acc-box.default p {
    font-family: Aeonik Trial, sans-serif;
    font-size: 21.75px;
    font-weight: 400;
    line-height: 37.33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFFB2;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.6s ease, max-height 0.3s ease;
}

.horizo-acc-box.default.expand p {
    opacity: 1;
    max-height: 500px;
    color: #FFFFFFB2;
}
.horizo-acc-box.default.expand span {
    writing-mode: horizontal-tb;
}

.horizo-acc-box.default.expand h6 {
    font-size: 89.15px;
    font-style: italic;
    font-weight: 700;
    line-height: 128px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    justify-content: flex-start;
    margin: 0;
}

.horizo-acc-box.default.expand span {
    font-size: 39.5px;
    font-weight: 700;
    line-height: 53.33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.horizo-acc-box.default.expand {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* About Whatever App section */
.about-whateverapp {
    background-color: #000;
    position: relative;
}

.about-whateverapp::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/about-whatever-vector.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

.about-main {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 160px 0px 160px 160px;
}

.about-main::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/whatever-app-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 1;
}

.slider h3 {
    color: #fff;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.slider {
    max-width: 1200px;
    margin: 0 auto;
    background: red;
}

.slick-list {
    padding-left: 0px !important;
}

.slick-slider-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    z-index: 2;
    position: relative;
}

.slider.slick-initialized.slick-slider {
    width: 100%;
    margin: 0px;
    background: transparent;
}

.slick-slideshow__slide {
    width: 800px;
    margin: 0 10px;
    background: #212121;
    padding: 60px 40px;
    text-align: center;
    border-radius: 16.1px;
}

.rate-img-wrapper {
    display: flex;
    gap: 10px;
}

.slider {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
}

.slider-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slider-cont p {
    font-family: Aeonik Trial, sans-serif;
    font-size: 29.43px;
    font-weight: 400;
    line-height: 48.3px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFFB2;
    margin: 0;
    height: 330px;
}
.slider-bottom {
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.slider-bottom h5 {
    font-family: Aeonik Trial, sans-serif;
    font-size: 20.8px;
    font-weight: 700;
    line-height: 32.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
}

.slider-bottom span {
    font-family: Aeonik Trial, sans-serif;
    font-size: 20.29px;
    font-weight: 400;
    line-height: 32.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.custom-prev-arrow, .custom-next-arrow {
    background-color: #fff;
    padding: 9px 28px;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.head-wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 160px;
}

.slider-cont p span {
    color: #fff;
}

section.Pricing-plan h2 {
    color: #000;
}

/* Ask Question */
.ask-question {
    padding: 160px 160PX 100PX;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
section.ask-question h2 {
    color: #000;
    margin-bottom: 40px;
}

.accordian-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion {
    width: 100%;
    max-width: 100%;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    padding: 30px;
}

.accordion-item-header {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-family: Aeonik Trial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 42.67px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.accordion-item-header::after {
    content: ' ';
    position: absolute;
    background-image: url(../images/acc-down-arrow.svg);
    width: 37px;
    height: 31px;
    top: 10%;
    right: -3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-item-header.active::after {
    content: ' ';
    position: absolute;
    background-image: url(../images/acc-up-arrow.svg);
    width: 37px;
    height: 31px;
    top: 10%;
    right: -3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-item:has(.accordion-item-header.active) {
    border: 1px solid #000;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    font-family: Aeonik Trial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-top: 7px;
}

/* Anywhere Section */
.anywhere-section {
    padding: 0px 160px;
    HEIGHT: 100VH;
    DISPLAY: flex;
    ALIGN-ITEMS: center;
}
.anywhere-main {
    background-color: #000;
    position: relative;
    width: 100%;
    border-radius: 21px;
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 0px 100px;
}
.anywhere-main::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(../images/anywhere-bg.png);
    height: -webkit-fill-available;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: 1;
}
.anywhere-main::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/anywhere-bottom-vector.svg);
    height: 90px;
    width: -webkit-fill-available;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 1;
}

.left-anywher-img {
    padding-bottom: 0px;
    z-index: 2;
    position: relative;
    width: 50%;
}

.left-anywher-img img {
    width: 100%;
}
.right-anywher-cont {
    z-index: 2;
    position: relative;
    width: 50%;
}

.right-anywher-cont::before {
    content: ' ';
    position: absolute;
    top: -17px;
    left: -31px;
    background-image: url(../images/right-anywhwer-cont-vector.png);
    height: -webkit-fill-available;
    width: 37px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 1;
}

.right-anywher-cont p {
    color: #fff;
    font-family: Aeonik Trial, sans-serif;
    font-size: 22.13px;
    font-weight: 400;
    line-height: 37.33px;
    text-align: left;
    margin: 0;
}

.right-anywher-cont h2 {
    color: #fff;
}

.right-anywher-cont h2 {
    line-height: 65px;
    font-size: 49px;
}

.google-btn-wrap {
    display: flex;
    gap: 15px;
    padding-top: 20px;
}

a.google-play-btn img {
    width: 100%;
    height: 50px !important;
}

/* a.google-play-btn {
    width: 150px;
} */

.frequertly-span-sec {
    position: relative;
}

.frequertly-span-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/frquently-img.svg);
    height: 13px;
    width: 100%;
    bottom: -12px;
    left: 101px;
    background-repeat: no-repeat;
}

/* footer link section */
.footer-link-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 160px 60px 160px;
}
.left-footer p {
    font-family: Aeonik Trial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 37.33px;
    text-align: left;
}

.left-footer {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.second-footer ul {
    list-style: none;
    margin: 0;
}

.footer-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

a.mail-arrow-link {
    width: 70px;
    height: 70px;
    background: #04BDF8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-mail-wrap input {
    background: #F4F4F4;
    border: none;
    padding: 26px 32px;
    border-radius: 42px;
    font-family: Aeonik Trial, sans-serif;
    font-size: 19.67px;
    font-weight: 400;
    line-height: 22.42px;
    text-align: left;
}

.footer-mail-wrap {
    display: flex;
    align-items: center;
    gap: 26px;
}

a.soc-link {
    width: 53px;
    height: 53px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.media-btn-wrap {
    display: flex;
    gap: 16px;
}

.second-footer ul li a {
    font-family: Aeonik Trial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.footer-link-section h6 {
    margin-bottom: 30px;
    font-family: Aeonik Trial, sans-serif;
    font-size: 18.67px;
    font-weight: 700;
    line-height: 29.33px;
    text-align: left;
    text-transform: uppercase;
}

.second-footer ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.fourth-footer h6 {
    margin: 0;
}

.fourth-footer {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.social-media-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bottom-main-footer ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}

.bottom-main-footer {
    padding: 20px 160px;
    background-color: #F2F4F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-main-footer ul li a {
    font-family: "Nunito Sans", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.12px;
    text-align: left;
    text-decoration-line: underline;
    color: #212121;
}

.bottom-main-footer p {
    margin: 0;
    font-family: Aeonik Trial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.12px;
    text-align: left;
}

a.mail-arrow-link img {
    width: 10px;
    height: 20px;
}
.main nav.navbar.sticky-top.navbar-expand-lg{
    background-color: #000;
    
}
.main .header-li a{
    color: #fff;
}
.main {
    display: flex;
    flex-direction: column;
    background: #000;
    position: relative;
    height: 778px;
    justify-content: center;
}

.main::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-us-banner-img.png);
    background-position: bottom center;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
}
.main-cont {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 70px 510px;
    z-index: 3;
    margin-top: -100px;
}
.main-cont h1{
    font-family: Sora;
font-size: 85.33px;
font-weight: 700;
line-height: 106.67px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.main-cont p{
    color: #fff;
    text-align: center;
    font-family: Aeonik Trial,sans-serif;
font-size: 32px;
font-weight: 400;
line-height: 46.67px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.contact-us-wrap {
    z-index: 99;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-box-1 {
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 70px 0px #53535312;
    border-radius: 8px;
    width: 33.33%;
}
.support-boxes-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1300px;
    margin: auto;
}
.middle-line {
    height: 1px;
    background: #E5E5E5;
    width: 100%;
    margin: 43px 0px;
}
.contact-box-1 h5 {
    font-family: Sora;
    font-size: 22px;
    font-weight: 600;
    line-height: 37.3px;
    text-align: left;
    margin-bottom: 16px;
}
.contact-box-1 h6 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}
.contact-box-1 p {
    font-family: Aeonik Trial, sans-serif;
    font-size: 17.72px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
  margin: 0;
}
.contact-box-1 img {
    margin-bottom: 21px;
}
.left-contact-us {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.left-contact-us h2 {
    font-family: Sora;
    font-size: 54px;
    font-weight: 600;
    line-height: 70px;
    text-align: left;
    margin: 0;
}
.right-contact-us {
    width: 55%;

    box-shadow: 0px 11.99px 83.92px 0px #53535312;
    background: #fff;
    height: 100%;
    padding: 60px 40px;
    z-index: 5;
    border-radius: 20px;
}
section.contact-us-section {
    display: flex;
    align-items: flex-start;
    max-width: 1300px;
    margin: auto;
    justify-content: space-between;
    padding-bottom: 120px;
    margin-top: -190px;
    padding-top: 100px;
  
}
section.contact-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(../images/contact-us-right-bg.png);
    width: 100%;
    height: 100%;
    background-position: bottom left;
    z-index: -1;
    transform: translate(-50%, -10%);
    background-size: cover;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center;
}
form.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
form.contact-form input, textarea {
    background: #F3F3F3;
    border: none;
    padding: 22px 24px;
    border-radius: 4.8px;
    font-size: 18.43px;
    line-height: 20px;
    resize: none;
    font-weight: 400;
    font-family: Aeonik Trial, sans-serif;
}
form.contact-form input::placeholder, textarea::placeholder{ 
color: #999999;
}
.form-group {
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}
.form-group input {
    width: 50%;
}
a.send-msg-btn {
    padding: 21px;
    background: #04BDF8;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Aeonik Trial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
}
a.send-msg-btn:hover{
    text-decoration: none;
}
.right-contact-us h5 {
    font-family: Sora;
    font-size: 29px;
    font-weight: 600;
    line-height: 37.3px;
    text-align: left;
}
.video-wrapper{
    background: #0000004D;
    border-radius: 25px;
}
.mobile-bg{
    display: none;
}
.problem-solving-section .head-cont h2 {
    margin: 0;
}
.content-img-wrap p,.first-cont p,.left-contact-us p,.left-contact-us h6,form.contact-form input, textarea{
    font-family: Aeonik Trial, sans-serif;
}
.card h6{
    font-family: Aeonik Trial, sans-serif;
    font-weight: 700;
}
.app-preview-vedio-sec p,.right-contact-us p{
    font-family: Aeonik Trial, sans-serif;
    font-weight: 400;
}
.horizo-acc-box.default h6{
    font-family: 'Aeonik Trial',sans-serif;
    font-style: italic;
}
.left-contact-us h6{
    font-weight: 700;
}
a.send-msg-btn {
    color: #fff !important;
    cursor: pointer;
}
.validation-wrap{
    width: 50%;
    height: 60px;
    position: relative;
}
.validation-wrap input{
    width: 100%;
}

.validation-wrap-email ,.validation-wrap-email input,.validation-wrap-email textarea {
    width: 100%;
}
.mail-wrapper, .mail-wrapper input,.textarea-wrap {
    width: 100%;
    position: relative;
}
.mail-wrapper{
    height: 60px;
}
.textarea-wrap textarea{
    width: 100%;
}
.textarea-wrap{
    height: 200px;
}
.error-message {
    position: absolute;
    bottom: -12px;
    font-size: 14px;
}
.alert.alert-success {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1050;
    margin: 0;
}

/* responsive */
@media (max-width: 1540px) {
    .banner-section {
        height: 100vh;
    }

    .content-img-wrap {
        gap: 20px;
    }

    .problem-solving-section {
        gap: 30px;
    }

    .main-head-label h2 {
        font-size: 32px;
        font-weight: 600;
        color: #000;
    }

    h2 {
        font-size: 32px;
        line-height: 28.33px;
        font-weight: 600;
    }

    nav.navbar.sticky-top.navbar-expand-lg {
        padding: 15px;
    }

    a.navbar-brand img {
        width: 90px;
        height: 50px;
    }

    .header-li a {
        font-size: 14px;
    }

    .banner-section .banner-img {
        width: 100%;
        height: 100%;
    }

    .downlod-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .text-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 130px;
    }

    .text-cont {
        padding: 10px 25px;
    }

    .text-cont .downlod-btn {
        margin-top: 10px;
        padding: 10px 15px;
    }

    h6 {
        font-family: Sora;
        font-size: 26px;
        font-weight: 600;
        line-height: 30.3px;
    }

    p,.right-anywher-cont p {
        font-size: 18.13px;
        font-weight: 400;
        line-height: 33.33px;
    }

    .text-cont h1 {
        font-size: 48px;
        line-height: 55px;
    }

    .banner-para {
        font-size: 20px;
        line-height: normal;
    }

    .solving-section {
        padding: 90px 90px 0px;
    }

    .head-cont {
        border-radius: 15px;
        padding: 20px 50px;
    }

    .left-right-cont {
        border-radius: 15px;
    }

    .right-cont img {
        border-bottom-right-radius: 15px;
        border-top-right-radius: 16px;
        height: 250px;
    }

    .right-cont.sec-right-cont img {
        border-bottom-left-radius: 15px;
        border-top-left-radius: 16px;
    }

    .left-cont {
        padding: 20px 20px 20px 30px;
    }

    .left-cont img {
        margin-bottom: 20px;
        width: 60px;
    }

    section.Features-section, .app-preview-vedio-sec {
        gap: 20px;
    }

    .Features-section {
        padding: 90px 100px 0px;
    }

    .app-preview-vedio-sec, .Pricing-plan {
        padding: 90px 100px 90px;
    }

    .card {
        padding: 35px 20PX;
        border-radius: 25px;
    }

    .cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .card h6 {
        font-size: 18px;
        margin: 0;
        line-height: 20px;
    }

    .card p {
        font-family: Aeonik Trial, sans-serif !important;
        font-size: 22.13px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        margin: 0;
    }

    .card p {
        font-size: 16px;
        line-height: 24px;
    }

    .card img {
        height: 60px;
        width: 60px;
    }

    label.main-label {
        margin-bottom: 20px;
    }

    .app-preview-vedio-sec p {
        font-size: 18px;
        margin: 0;
    }

    .video-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    video {
        width: 100%;
        height: 500px;
        border-radius: 15px;
        object-fit: cover !important;
        object-position: center;
    }

    .video-container {
        border-radius: 15px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    #circle-play-b svg {
        width: 60px;
        height: 60px;
    }

    .main-work {
        padding: 90px;
    }

    .pricing-plan-cont {
        padding: 0px 150px;
        gap: 40px;
    }

    .pricing-plan-cont h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .first-plan, .second-plan {
        padding: 40px 30px;
        gap: 30px;
        border-radius: 18px;
    }

    .first-plan:hover::before, .second-plan:hover::before {
        border-radius: 20px;
    }

    button.plan-btn {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 700;
    }

    .first-cont sub {
        font-size: 16px;
        line-height: normal;
    }

    .plan-check-cont p img {
        width: 20px;
        height: 20px;
    }

    .left-img img {
        object-fit: contain;
        width: 110px;
        height: 270px;
    }

    .main-section-horizontal .default {
        width: 100px;
        gap: 5px;
    }

    .main-section-horizontal .expand {
        width: 400px;
        padding: 30px !important;
    }

    .horizo-acc-box.default span {
        font-size: 20px;
        line-height: normal !important;
    }

    .horizo-acc-box.default.expand h6 {
        font-size: 38.15px;
        line-height: normal;
    }

    .horizo-acc-box.default.expand span {
        font-size: 23.5px;
    }

    .horizo-acc-box.default p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }

    .horizo-acc-box.default h6 {
        font-size: 20px;
    }

    .main-section-horizontal .horizo-acc-box {
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-section-horizontal .horizo-acc-box {
        border-radius: 5px;
    }

    .about-main {
        padding: 90px 0px 90px 90px;
    }

    .about-whateverapp::before {
        content: ' ';
        position: absolute;
        top: -7px;
        left: 0;
        background-image: url(../images/about-whatever-vector.svg);
        height: 105px;
        width: 56px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
    }

    .slick-slider-wrap {
        gap: 70px;
    }

    .slick-slideshow__slide {
        padding: 30px 20px;
        width: 600px;
    }

    .slider-cont p {
        font-size: 18.43px;
        font-weight: 400;
        line-height: 36.3px;
        height: 202px;
    }

    .slider-bottom h5 {
        font-size: 18px;
    }

    .slider-bottom span {
        font-size: 18px;
    }

    .custom-prev-arrow, .custom-next-arrow {
        background-color: #fff;
        padding: 8px 24px;
        border-radius: 100px;
        cursor: pointer;
    }

    .head-wrap {
        padding-right: 90px;
    }

    .ask-question {
        padding: 90px;
    }

    section.ask-question h2 {
        margin-bottom: 25px;
    }

    .accordion-item {
        padding: 15px;
        border-radius: 6px;
    }

    .accordion-item-header {
        font-size: 20px;
        line-height: 28px;
    }

    .accordion-item-header::after, .accordion-item-header.active::after {
        width: 24px;
        height: 24px;
    }

    .accordion-item-body-content {
        font-size: 16px;
        line-height: 20px;
    }

    .accordian-wrapper {
        gap: 10px;
    }

    .anywhere-section {
        padding: 0px 90px;
    }

    .right-anywher-cont h2 {
        line-height: 39px;
        font-size: 34px;
    }

    .anywhere-main {
        border-radius: 15px;
        padding: 0px 50px;
    }

    .footer-link-section {
        padding: 90px 90px 40px 90px;
    }

    .left-footer {
        width: 25%;
    }

    .left-footer p {
        font-family: Aeonik Trial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27.33px;
        text-align: left;
    }

    .left-footer img {
        width: 125px;
    }

    .footer-link-section h6 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .second-footer ul li a {
        font-size: 16px;
    }

    .second-footer ul {
        gap: 15px;
    }

    .footer-btn-wrap img {
        width: 137px;
    }

    .fourth-footer h6 {
        margin: 0;
    }

    .footer-mail-wrap input {
        padding: 15px;
        font-size: 16px;
    }

    a.mail-arrow-link {
        width: 50px;
        height: 50px;
    }

    .fourth-footer {
        gap: 20px;
    }

    a.soc-link img {
        width: 20px;
    }

    a.soc-link {
        width: 40px;
        height: 40px;
    }

    .bottom-main-footer {
        padding: 20px 90px;
    }
    .main-cont h1{
        font-size: 48px;
        line-height: 55px;
    }
    .main-cont p {
        font-size: 19px;
        line-height: 24px;
    }
    .main-cont {
        padding: 50px 400px;
        margin-top: -70px;
    }
    .contact-box-1{
        padding: 30px;
    }
    .contact-box-1 img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .contact-box-1 h5{
        font-size: 20px;
        margin: 0;
    }
    .contact-box-1 p {
        font-size: 14px;
    }
    .middle-line{
        margin: 20px 0px;
    }
    .contact-box-1 h6 {
        font-size: 14px;
    }
        /* .contact-us-wrap{
            transform: translate(-0%, -0%);
        } */
    
        
    .support-boxes-wrap {
        gap:30px;
    }
    .left-contact-us h2 {
        font-family: Sora;
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
        text-align: left;
    }
    .left-contact-us p {
        font-size: 14px;
        line-height: 22px;
        margin:0;
    }
    .left-contact-us h6 {
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
    }
    .left-contact-us h6 img {
        width: 15px;
        height: 15px;
    }
    .main {
        height:500px;
    }
    section.contact-us-section,.support-boxes-wrap {
        max-width: 1000px;
    }
    section.contact-us-section {
        padding-top: 150px;
        padding-bottom: 120px;
    }
    .left-contact-us{
        width: 35%;
        gap:18px;
    }
    .right-contact-us{
        padding: 40px 30px;
        border-radius: 15px;
    }
    .right-contact-us h5 {
        font-size: 22px;
        line-height: 20px;
    }
    form.contact-form input, textarea{
        padding: 14px 18px;
        font-size: 16px;
    }
    a.send-msg-btn {
        padding: 10px;
        background: #04BDF8;
        border-radius: 40px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Aeonik Trial, sans-serif;
        font-size: 18px;
        line-height: 32.4px;
        text-align: left;
    }
    .video-wrapper{
        background: #0000004D;
        border-radius: 15px;
    }
    .web-bg {
        display: block;
    }
    .main-section-horizontal .expand, .main-section-horizontal .default {
        height: 55vh;
    }
    .alert.alert-success {
        position: absolute;
        top: 13.5%;
        padding: 10px;
        font-size: 16px;
    }
}

@media (max-width: 1200px) {

    .cards {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .main-cont {
        padding: 50px 350px;
    }
    .pricing-plan-cont {
        padding: 0px 40px;
        gap: 40px;
    }

    .slider-cont p, span {
        /* font-size: 18.43px;
        font-weight: 100; */
        line-height: 32.3px;
        height:250px;
    }
    .alert.alert-success {
        position: absolute;
        top: 10.5%;
        padding: 10px;
        font-size: 15px;
    }
    .slider-bottom span, .slider-bottom h5 {

        font-size: 16px;
        font-weight: 300;
    }

    .left-footer p {
        font-size: 14px;
        line-height: 20px;
    }
    section.contact-us-section, .support-boxes-wrap {
        max-width:900px;
    }
    .left-contact-us{
        width:40%;
    }
    .contact-box-1 {
        padding: 23px;
        width: 33.33%;
    }
    .left-contact-us h2{
        font-size: 37px;
    }
    section.contact-us-section {
        padding-bottom: 100px;
    }
}

@media (max-width:992px) {
    nav.navbar.sticky-top.navbar-expand-lg {
        padding: 10px;
    }
    .left-anywher-img img {
        width: 100%;
        height: 500px;
        object-fit: contain;
    }
    .solving-section {
        padding: 40px 40px 0px;
    }

    img.banner-img {
        height: auto ;
    }
    .right-anywher-cont::before {
        content: ' ';
        position: absolute;
        top: 30px;
        left: 17px;
        background-image: url(../images/right-anywhwer-cont-vector.png);
        height: -webkit-fill-available;
        width: 29px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        z-index: 1;
    }
    .google-btn-wrap{
        padding: 0;
    }
    p {
        font-size: 16.13px;
        font-weight: 400;
        margin: 0;
    }

    .head-cont p {
        line-height: normal;
    }

    .right-cont img {
        height: 170px;
    }

    .left-cont img {
        margin-bottom: 15px;
        width: 45px;
        height: 45px;
    }

    .left-cont {
        padding-left: 30px;
    }

    h6 {
        font-family: Sora;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 3px;
    }

    .content-img-wrap p {
        line-height: normal;
        font-size: 14px;
    }

    .head-cont {
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 10px;
    }

    .left-right-cont {
        border-radius: 10px;
    }

    .right-cont.sec-right-cont img {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .right-cont img {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .problem-solving-section {
        gap: 20px;
    }

    .content-img-wrap {
        gap: 20px;
    }

    h2 {
        font-size: 24px;
        line-height: normal;
        font-weight: 500;
    }

    a.navbar-brand img {
        width: 60px;
        height: 50px;
    }

    a.navbar-brand img {
        width: 40px;
        height: 30px;
    }

    .text-cont h1 {
        font-size: 32px;
        line-height: 25px;
    }

    .banner-para {
        font-size: 13px;
        line-height: 24px;
    }

    .text-cont .downlod-btn {
        margin: 0;
        padding: 6px 14px;
        font-size: 13px;
    }

    .banner-cont {
        z-index: 1;
    }

    .about-whateverapp::before {
        width: 43px;
    }

    .text-cont {
        padding: 13px;
        margin-top: 80px;
        gap: 2px;
    }

    .navbar-collapse.collapse.show {
        width: 100%;
        justify-content: space-between;
    }

    .sticky-top {
        position: -webkit-sticky;
        position: fixed !important;
        /* position: relative; */
        top: 0;
        z-index: 1020;
        width: 100%;
    }

    .banner-wrap {
        padding-top: 80px;
    }

    .banner-section {
        height: 100%;
    }

    .cards {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    section.Features-section, .app-preview-vedio-sec {
        padding: 40px;
    }

    .card h6 {
        font-size: 16px;
        line-height: normal;
    }

    .card {
        border-radius: 15px;
        gap: 10px;
    }

    video {
        height: auto;
        border-radius: 10px;
    }

    #circle-play-b svg {
        width: 55px;
        height: 55px;
    }

    section.Pricing-plan {
        padding: 40px;
    }

    .pricing-plan-cont {
        padding: 0px 20px;
        gap: 30px;
    }

    .first-plan, .second-plan {
        gap: 30px;
        border-radius: 15px;
    }

    .first-plan:hover::before, .second-plan:hover::before {
        border-radius: 15px;
    }

    .app-preview-vedio-sec, .Pricing-plan {
        padding: 40px;
    }

    .main-work {
        padding: 40px;
    }

    .left-img {
        position: absolute;
        left: -67px;
        top: -5% !important;
    }

    .main-section-horizontal {
        width: 100%;
        min-height: auto;
        padding-right: 40px;
    }

    .main-section-horizontal .default, .main-section-horizontal .expand {
        padding: 15px;
    }

    .left-img img {
        object-fit: contain;
        width: 73px;
        height: 270px;
        z-index: -1;
    }

    .horizo-acc-box.default.expand p {
        font-size: 18px;
    }

    .about-main {
        padding: 40px 0px 40px 40px;
    }

    .slick-slider-wrap {
        gap: 40px;
    }

    .slick-slideshow__slide {
        width: 335px;
    }

    .main-cont-wrapper::before {
        content: '';
        position: absolute;
        bottom: -36px;
        right: -24px;
        background-image: url(../images/star-icon.svg);
        height: 70px;
        width: 70px;
        z-index: 1050;
    }

    .slider-cont p, span {
        /* font-size: 16.43px;
        font-weight: 100; */
        line-height: 27.3px;
    }

    .slider-bottom h5 {
        line-height: 23.2px;
    }

    .ask-question {
        padding: 40px;
    }

    .anywhere-section {
        padding: 15px 40px;
        flex-direction: column;
    }

    .anywhere-main {
        flex-wrap: wrap;
        gap: 0px;
        padding: 0;
    }

    .left-anywher-img {
        width: 100%;
    }

    .right-anywher-cont {
        width: 100%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }


    .left-img img {
        width: 43px;
    }

    .anywhere-main::after {
        width: 70px;
        height: 70px;
    }

    .footer-link-section {
        padding: 40px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .left-footer, .second-footer, .third-footer, .fourth-footer {
        width: 49%;
    }

    .bottom-main-footer {
        padding: 20px 40px;
    }

    .second-footer ul {
        gap: 10px;
    }

    .left-footer {
        gap: 20px;
    }

    .footer-link-section h6 {
        margin-bottom: 10px;
    }

    .social-media-wrap {
        gap: 10px;
    }

    .left-footer img {
        width: 100px;
    }

    .fourth-footer h6 {
        margin: 0;
    }
    .main button.navbar-toggler,i{
        color: #fff;
    }
  
    .main-cont {
        margin-top: -70px;
    }
    .main {
        height: 450px;
    }
        section.contact-us-section, .support-boxes-wrap {
        padding: 30px 30px 50px;
        gap: 10px;
    }
    .contact-box-1 {
        padding: 15px;
    }
    .contact-box-1 h5 {
        font-size: 16px;
    }
    .contact-box-1 p {
        font-size: 12px;
    }
    .contact-box-1 h6 {
        font-size: 13px;
    }
    .left-contact-us h2 {
        font-size: 28px;
        line-height: normal;
    }
    section.contact-us-section {
        flex-direction: column;
        padding: 0px 50px 50px;
    }
    .left-contact-us,.right-contact-us {
        width: 100%;
    }
    .left-contact-us p {
        font-size: 16px;
        line-height: 25px;
        margin: 0;
    }
    .left-contact-us {
        padding: 30px;
    }
    .right-contact-us {
        padding: 40px 30px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .personal-info-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5px;
    }
    a.send-msg-btn {
        border-radius: 30px;
    }
    .anywhere-main {
        border-radius: 11px;
        padding: 0px;
        flex-direction: column-reverse;
    }
    .main-section-horizontal .expand,.main-section-horizontal .default {
        height: 45vh;
    }
    .alert.alert-success {
        position: absolute;
        top: 6%;
        padding: 10px;
        font-size: 15px;
    }
    .main-cont {
        padding: 50px 120px;
    }
    section.contact-us-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(../images/contact-us-right-bg.png);
        width: 100%;
        height: 100%;
        background-position: bottom left;
        z-index: -1;
        transform: translate(-71%, -1%);
        background-size: cover;
        opacity: 0.5;
        /* background-repeat: no-repeat; */
        background-position: center;
    }
    
}
@media (max-width: 1024px){
    .right-anywher-cont h2 {
        line-height: 34px;
        font-size: 25px;
    }
    .left-img img {
        object-fit: contain;
        width: 85px;
        height: 270px;
    }
    .main-section-horizontal .expand,.main-section-horizontal .default {
        height: 45vh;
    }
    .main-cont {
        padding: 50px 145px;
    }
    .anywhere-section{
        height: 100%;
    }
    .alert.alert-success {
        position: absolute;
        top: 11%;
        padding: 10px;
        font-size: 15px;
    }
}
@media (max-width:767px) {
    nav.navbar.sticky-top.navbar-expand-lg {
        padding: 0px;
    }
    .left-anywher-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .contact-box-1{
        width: 100%;
        box-shadow: 0px 10px 70px 0px #53535312;

    }
    .anywhere-main {
        flex-direction: column-reverse;
        padding: 0;
    }
    .about-main::before {
        background-position: right bottom;
        background-size: contain;
    }
    span.h-span::after {
        position: absolute;
        content: '';
        background-image: url(../images/h1-span.png);
        height: 13px;
        width: 121%;
        bottom: -60px;
        left: 63%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-cont{
        position: relative;
    }
    .text-cont::after {
        position: absolute;
        content: '';
        background-image: url(../images/banner-arrow.png);
        width: 100px;
        height: 104px;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 3px;
        right: 0;
        rotate: 352deg;
    }
    .head-cont {
        padding: 15px 30px;
        gap: 5px;
        border-radius: 5px;
    }

    .left-right-cont {
        border-radius: 5px;
        flex-direction: column;
        gap: 0px;
    }

    .right-cont img, .right-cont.sec-right-cont img {
        border-radius: 7px;
    }
    .anywhere-main::before {
        content: ' ';
        position: absolute;
        top: 0px;
        left: 0;
        background-image: url(../images/anywhere-bg.png);
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        z-index: 1;
    }
    .left-cont {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .content-img-wrap img {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    h6 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .content-img-wrap p {
        line-height: normal;
        font-size: 12px;
    }

    .right-cont {
        width: 100%;
    }

    .head-cont h2 {
        margin: 0;
    }

    h2 {
        font-size: 14px;
        line-height: normal;
        font-weight: 500;
    }

    a.nav-link {
        font-size: 14px;
        font-weight: 400;
        padding: 4px;
    }

    a.navbar-brand img {
        width: 40px;
    }

    .navbar .nav-item {
        text-align: left;
        width: 100%;
        padding: 0px;
    }

    .left-cont img {
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
    }

    a.nav-link {
        font-size: 14px;
    }

    a.navbar-brand {
        padding: 5px 10px !important;
        font-size: 0.25rem !important;
    }

    img.banner-img {
        height: 85vh;
    }

    .banner-section {
        height: 85vh;
    }

    ul.navbar-nav.mr-auto.justify-content-end {
        width: 100% !important;
    }

    .fa-bars {
        color: #007bff;
        font-size: 22px !important;
    }

    button.navbar-toggler {
        padding: 10px;
    }

    .text-cont h1, .text-cont .h-span, .text-cont .h-span-sec {
        font-size: 44px;
        line-height: 50px;
        font-weight: 800;
        margin: 0;
    }

    .banner-para {
        font-size: 16px;
        line-height: normal;
    }

    img.main-bg-img {
        position: absolute;
        top: 0;
        z-index: -1;
        height: 50vh;
        width: 100%;
        object-fit: cover;
    }

    .text-cont .downlod-btn {
        margin-top: 5px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .text-cont {
        padding: 13px;
    }

    .downlod-btn {
        font-size: 13px;
        padding: 5px 16px;
        line-height: normal;
        width: max-content;
        display: flex;
        flex-direction: row;
    }

    .solving-section, section.Features-section, .app-preview-vedio-sec {
        padding: 20px;
    }

    .Features-section {
        padding-bottom: 0px;
    }

    .downlod-btn img {
        width: 20px !important;
    }

    /* .navbar-collapse.show {
width: 100%;
justify-content: space-between;
background: #04bdf836 !important;
padding: 10px;
} */
    div#navbarSupportedContent {
        background: #fff;
        padding: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        border-radius: 10px;
    }

    .sticky-top {
        position: -webkit-sticky;
        position: fixed !important;
        /* position: relative !important; */
        top: 0;
        z-index: 1020;
        width: 100%;
    }

    .banner-wrap {
        padding-top: 40px;
    }
    .text-cont {
        padding: 13px;
        margin: 0;
        /* gap: 0px; */
        height: calc(100vh - 274px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left-right-cont.column-write-cont {
        flex-direction: column-reverse;
    }

    .cards {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .card img {
        height: 50px;
        width: 50px;
        margin-bottom: 5px;
    }

    .card h6 {
        font-size: 15px;
    }

    .card {
        gap: 5px
    }

    .main-head-label h2 {
        text-align: center;
        margin: 0;
        line-height: normal;
        font-size: 20px;
    }

    label.main-label {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: normal;
    }

    .app-preview-vedio-sec p {
        font-size: 14px;
        margin: 0;
        line-height: normal;
    }

    .main-head-label {
        gap: 5px;
    }

    #circle-play-b svg {
        width: 35px;
        height: 35px;
    }

    video {
        border-radius: 5px;
    }

    section.Pricing-plan {
        padding: 20px;
        gap: 20px;
    }

    .pricing-plan-cont {
        padding: 0px;
        flex-wrap: wrap;
        gap: 30px;
    }

    .first-plan, .second-plan {
        width: 100%;
        padding: 20px 30px;
    }

    .pricing-plan-cont h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .first-plan, .second-plan {
        width: 100%;
        gap: 15px;
        padding: 20px;
        border-radius: 9px;
    }

    .plan-check-cont p {
        font-size: 12px;
    }

    .first-cont {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .first-plan:hover::before, .second-plan:hover::before {
        border-radius: 10px;
    }

    .left-img {
        display: none;
    }

    .main-cont-wrapper::before {
        display: none;
    }

    .main-section-horizontal {
        padding: 0;
        height: 50%;
    }

    .main-work {
        padding: 20px;
        gap: 30px;
    }

    .main-section-horizontal .horizo-acc-box {
        margin-left: 3px;
        margin-right: 3px;
        padding: 10px;
    }

    .horizo-acc-box.default span, .horizo-acc-box.default h6 {
        font-size: 15px;
        line-height: normal !important;
        font-weight: 300;
    }

    .horizo-acc-box.expand.default {
        padding: 15px !important;
    }

    .horizo-acc-box.expand.default {
        gap: 10px;
    }

    .horizo-acc-box.default {
        width: 50px;
    }

    .horizo-acc-box.expand.default {
        width: 350px;
    }

    .horizo-acc-box.default.expand h6 {
        font-size: 22.15px;
        font-weight: 500;
    }

    .horizo-acc-box.default.expand span {
        font-size: 15px;
        font-weight: 500;
    }

    .horizo-acc-box.default.expand p {
        font-size: 12px;
        font-weight: 300;
        line-height: 17px;
        height: 145px;
    }
    .download-para-wrap {
        gap: 7px;
    }

   

    .about-main {
        padding: 20px 0px 20px 20px;
    }

    .slick-slider-wrap {
        gap: 20px;
    }

    .head-wrap {
        padding-right: 20px;
    }

    .about-whateverapp::before {
        content: ' ';
        position: absolute;
        top: -8px;
        left: 0;
        background-image: url(../images/about-whatever-vector.svg);
        height: 93px;
        width: 26px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
    }

    .custom-prev-arrow, .custom-next-arrow {
        background-color: #fff;
        padding: 4px 12px;
        border-radius: 50px;
        cursor: pointer;
    }

    .arrow-wrap {
        gap: 10px;
    }

    .slick-slideshow__slide {
        padding: 25px 20px;
        border-radius: 10px;
    }

    .slider-cont {
        gap: 15px;
    }

    .slick-slideshow__slide {
        width: 800px;
        margin: 0 10px 0px 0px;
    }

    .slider-bottom span, .slider-bottom h5 {
        line-height: normal;
    }

    .slider-cont p, span {
        line-height: 24.3px;
        font-size: 16px;
    }

    .ask-question {
        padding: 20px;
    }

    section.ask-question h2 {
        margin-bottom: 18px;
    }

    .accordion-item-header {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .accordion-item {
        padding: 10px 24px 10px 10px;
    }

    .accordion-item-header::after, .accordion-item-header.active::after {
        width: 20px;
        height: 16px;
        right: -19px;
    }

    .accordion-item-body-content {
        font-size: 12px;
        line-height: 17px;
        text-align: justify;
    }

    .anywhere-section {
        padding: 20px 20px 0px;
        height: 100%;
    }
    .right-anywher-cont {
        margin: 0;
        padding: 25px;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }


    a.google-play-btn {
        width: 115px;
    }

    .google-btn-wrap {
        padding: 0;
        gap: 0px;
    }

    .right-anywher-cont::before {
        content: ' ';
        position: absolute;
        top: 17px;
        left: 11px;
        background-image: url(../images/right-anywhwer-cont-vector.png);
        height: -webkit-fill-available;
        width: 15px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        z-index: 1;
    }

    .right-anywher-cont p {
        font-size: 13.13px;
        line-height: 13.13px;
        font-weight: 300;
    }

    .right-anywher-cont h2 {
        line-height: 18px;
        font-size: 14px;
    }

    a.google-play-btn img {
        width: 100%;
        height: 35px !important;
    }

    .anywhere-main::after {
        width: 35px;
        height: 35px;
    }

    .left-footer, .second-footer, .fourth-footer {
        width: 100%;
    }

    .footer-link-section, .bottom-main-footer {
        padding: 20px;
        gap:20px;
    }

    .bottom-main-footer {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 5px;

    }

    a.mail-arrow-link {
        width: 30px;
        height: 30px;
    }

    a.mail-arrow-link img {
        width: 7px;
    }

    .bottom-main-footer ul {
        width: 100%;
        justify-content: space-between;
    }

    .left-footer img {
        width: 65px;
    }

    .left-footer {
        gap: 10px;
    }

    .second-footer ul {
        gap: 5px;
    }

    .second-footer ul li a {
        font-size: 14px;
        line-height: normal;
    }

    .footer-btn-wrap {
        flex-direction: row;
    }

    .footer-btn-wrap img {
        width: 105px;
    }

    .fourth-footer {
        gap: 10px;
    }

    .footer-link-section h6 {
        font-size: 14px;
        line-height: normal;
    }

    .bottom-main-footer ul {
        gap: 0px;
        margin-bottom: 5px;
    }

    .footer-mail-wrap input {
        padding: 10px 20px;
        font-size: 14px;
        line-height: normal;
    }

    .bottom-main-footer p {
        text-align: center;
        font-size: 14px;
    }

    .bottom-main-footer ul li a {
        font-size: 14px;
    }

    .frequertly-span-sec::before {
        position: absolute;
        content: '';
        background-image: url(../images/frquently-img.svg);
        height: 12px;
        width: 100%;
        bottom: -12px;
        left: 9px;
        background-repeat: no-repeat;
    }

    .left-anywher-img {
        width: 100%;
    }

    .left-footer, .second-footer, .third-footer, .fourth-footer {
        width: 100%;
    }
    .contact-us-wrap {
        transform: none;
        top: 0;
        left: 0;
    }
    .support-boxes-wrap {
        padding: 15px;
        flex-wrap: wrap;
        margin-top: -60px;
    }
    section.contact-us-section {
        flex-direction: column;
        padding: 0px 20px 20px;
    }
    .left-contact-us{
        margin-top: 170px;
        padding: 20px;
    }
    .left-contact-us h2 {
        font-size: 20px;
        line-height: normal;
    }
    .left-contact-us p {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        text-align: justify;
    }
    .right-contact-us {
        padding: 20px 20px 20px;
        position: relative;
    }
    .form-group {
        flex-wrap: wrap;
        gap:10px;
    }
    .form-group input{
        width: 100%;
    }
    .right-contact-us h5 {
        font-size: 20px;
        margin: 0;
    }
    p {
        font-size: 13.13px;
        font-weight: 400;
        margin: 0;
    }
    form.contact-form input, textarea {
        padding: 10px;
        font-size: 14px;
    }
    form.contact-form{
        gap: 10px;
    }
    a.send-msg-btn {
        border-radius: 30px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }
    .main-cont h1{
        font-size: 18px;
        line-height: normal;
        font-weight: 600;
    }
    .main-cont {
        padding: 15px 20px;
        margin: 0;
    }
    .main {
        height: 300px;
    }
    .main-cont p {
        font-size: 14px;
        line-height: 20px;
    }
    .main div#navbarSupportedContent{
        background-color: transparent;
    }
    .mobile-bg{
        display: block;
    }
    .web-bg{
        display: none;
    }
    .main-section-horizontal .expand{
  
        max-height: auto;
      min-height: auto;  /* Ensures minimum height for all devices */
    height: auto;
    }
    .main-section-horizontal .default {
        height: 230px;
    }
    .validation-wrap{
        width: 100%;
    }
    .error-message {
        position: absolute;
        bottom: -4px;
        font-size: 14px;
    }
    .alert.alert-success {
        position: absolute;
        top: 8%;
        padding: 7px;
        font-size: 12px;
        width: 74%;
        text-align: center;
    }
    section.contact-us-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(../images/contact-us-right-bg.png);
        width: 100%;
        height: 100%;
        background-position: bottom left;
        z-index: -1;
        transform: translate(-67%, 127%);
        background-size: cover;
        opacity: 0.3;
        /* background-repeat: no-repeat; */
        background-position: bottom;
    }
}

 @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .text-cont {
        margin-top: 120px;
    }
    .main-cont {
        padding: 50px 240px;
    }
}

@media only screen and (max-width: 1194px) and (min-width: 1024px) {
    .text-cont {
        margin-top: 120px;
    }
    .main-cont {
        padding: 50px 150px;
    }
}

@media only screen and (max-width: 1368px) and (min-width: 1024px) {
    .banner-section .banner-img {
        height: 50% !important;
        object-fit: contain;
    }

    .banner-section {
        height: auto;
    }

    .main-section-horizontal{
        min-height: auto;
    }
    .anywhere-main::after{
        height: 45px;
    }
    /* .main-section-horizontal .expand,.main-section-horizontal .default {
        height: vh;
    } */
} 

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .banner-section {
        height: 100vh;
    }
    .web-bg {
        display: block;
    }
    .mobile-bg{
        display: none;
    }
    .text-cont .downlod-btn {
        margin-top: 5px;
        padding: 5px 12px;
        font-size: 10px;
    }   
    a.navbar-brand img {
        width: 30px;
        height: 30px;
    }
    .left-right-cont{
        flex-direction: row;
    }
    .content-img-wrap img {
        border-radius: 10px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .left-right-cont.column-write-cont{
        flex-direction: row;
    }
    .left-right-cont.column-write-cont img{
        border-radius: 10px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .cards{
        grid-template-columns: repeat(2, 1fr);
    }
    .pricing-plan-cont{
        flex-wrap: nowrap;
    }

    .horizo-acc-box.default.expand h6 {
        font-size: 20.15px;
        font-weight: 500;
    }
    .text-cont{
        height: auto;
        margin-top: 50px; 
    }
    .fa-bars{
        font-size: 20px !important;
    }
    .pricing-plan-cont h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .left-anywher-img{
        width: 40%;
    }
    .right-anywher-cont {
        width: 53%;
    }
    .anywhere-main {
        justify-content: space-between;
    }
    .left-footer img {
        width: 45px;
    }
    .downlod-btn{
        width:max-content;
    }
    .main-section-horizontal .expand,.main-section-horizontal .default {
        height: 60vh;
    }
    .text-cont h1, .text-cont .h-span, .text-cont .h-span-sec {
        font-size: 24px;
        line-height: normal;
        font-weight: 800;
        margin: 0;
    }
    .banner-para {
        font-size: 12px;
        line-height: normal;
    }
    .left-right-cont {
        border-radius: 10px;
    }
    .alert.alert-success {
        position: absolute;
        top: 18%;
        padding: 7px;
        font-size: 12px;
        width: 74%;
        text-align: center;
    }
    .main-cont {
        padding: 15px 195px;
        margin: 0;
    }
    .support-boxes-wrap{
        flex-direction: row;
        flex-wrap: nowrap;
    }
  }
  @media screen and (min-width: 820px) and (max-width: 1180px) {
   
    .anywhere-section{
        height: 100%;
    }
    .alert.alert-success {
        position: absolute;
        top: 7%;
        padding: 10px;
        font-size: 15px;
    }
    section.contact-us-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(../images/contact-us-right-bg.png);
        width: 100%;
        height: 100%;
        background-position: bottom left;
        z-index: -1;
        transform: translate(-71%, 35%);
        background-size: cover;
        opacity: 0.5;
        /* background-repeat: no-repeat; */
        background-position: center;
    }
    .right-anywher-cont h2 {
        line-height: 33px;
        font-size: 25px;
    }
    .google-btn-wrap{
        padding: 0;
    }
  }
  @media only screen and (device-width: 390px) and (device-height: 844px) and (orientation: portrait) {
    .right-anywher-cont {
        margin: 0;
        padding: 18px 20px;
    }
  }
/* Media query for devices with resolution 1366px by 1024px in landscape mode */
@media only screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 1024px) and (max-height: 1024px) and (orientation: landscape) {
    .anywhere-section{
        height: 100%;
    }
    
  }
  @media only screen and (max-width: 768px) and (orientation: landscape) {
    .anywhere-main{
        flex-direction: row;
    }
  }
  
 
  