
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
  .container-fluid {
    max-width: 100%;
    padding: 0 60px;
  }
  .founder-right p {
    max-width: 600px;
  }
}
@media (max-width: 1599px) {
  body {
    font-size: 18px;
  }
  .menu-toggle {
    gap: 25px;
  }
  .bluimage {
    height: auto;
    width: 100%;
  }
  .menu-toggle {
    gap: 25px;
  }
  h1 {
    font-size: 77px;
  }
  h4 {
    font-size: 34px;
  }
  .p-100 {
    padding-block: 80px;
  }
  .foot-btm {
    padding: 30px 30px;
  }
  .foot-link-list {
    gap: 20px;
  }
  .foot-link-list a {
    font-size: 15px;
  }
  .foot-top p {
    font-size: 100px;
    padding-right: 10px;
  }
  .footmail {
    font-size: 55px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  h5 {
    font-size: 21px;
  }
  h5 br {
    display: none;
  }
  .verti-txt-img img {
    max-width: 700px;
  }
  .hd-logo img {
    width: 90px;
  }
  .menu-link {
    font-size: 15px;
  }
  .copyright {
    font-size: 15px;
  }
  .timer-drone {
    width: 600px;
  }
  .timer-wrap p {
    font-size: 20px;
  }
  .frm-btn .cta {
    font-size: 18px;
  }
  .wait-lft p {
    font-size: 20px;
  }
  .wait-right .wpcf7-response-output {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .drone-wrap-main {
    width: 700px;
    top: 65%;
  }
  .logo-img-load img {
    width: 100px;
  }
  .drone-img img {
    width: 400px;
  }
  .prom-bage {
    font-size: 18px;
  }
  .container-fluid {
    padding: 0 40px;
  }
  .menu-toggle {
    gap: 20px;
  }
  .cta {
    font-size: 14px;
    padding: 11px 29px;
  }
  .banner-btm-contact {
    right: 30px;
    bottom: 20px;
  }
  .d3-img {
    height: 120px;
    width: 120px;
  }
  .d3-bx {
    height: 80vh;
  }
  .three-divs {
    padding-top: 80px;
  }
  .d3-img img {
    width: 70px;
    object-fit: contain;
    height: 54px;
  }
  .max-para {
    max-width: 260px;
  }
  .elevate-sec {
    padding: 80px 80px;
    background-position: bottom center;
  }
  .elevate-sec h1 {
    font-size: 65px;
    line-height: 1.1;
  }
  .ele-btn {
    margin-top: 20px;
  }
  h1 {
    font-size: 67px;
  }
  .timer-wrap .time-bx {
    font-size: 68px;
    min-width: 140px;
    padding: 3px 20px;
  }
  .vertiqo-img {
    margin-top: 20px;
  }
  .timer-sec {
    height: 100vh !important;
  }
  .vertiqo-img img {
    width: 800px;
  }
  .footmail {
    font-size: 50px;
  }
  .p-60 {
    padding-block: 30px;
  }
  .drone img {
    width: 280px;
  }
  @keyframes moveOval {
    0% {
      transform: translate(-50%, -50%) translateX(0) translateY(0);
    }

    25% {
      transform: translate(-50%, -50%) translateX(400px) translateY(200px);
    }

    50% {
      transform: translate(-50%, -50%) translateX(900px) translateY(0);
    }

    75% {
      transform: translate(-50%, -50%) translateX(-400px) translateY(-200px);
    }

    100% {
      transform: translate(-50%, -50%) translateX(0) translateY(0);
    }
  }
  .ele-inner {
    max-width: 560px;
  }
  .bottm-txt {
    font-size: 18px;
  }
  .ele-btn .cta {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .text-founder p {
    position: absolute !important;
    bottom: 0;
    left: -100px;
    font-size: 216px;
    font-weight: 900;
    color: #f7fafb;
  }
  .founder-sec {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .header-btn {
    width: 30%;
  }
  .menu-left {
    width: 40%;
  }
  .menu-toggle {
    gap: 14px;
  }
  .menu-link {
    font-size: 13px;
  }
  .timer-wrap .time-bx {
    font-size: 67px;
  }
  .foot-btm {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .p-100 {
    padding-block: 60px;
  }
  h1 {
    font-size: 61px;
  }
  .pt-200 {
    padding-top: 150px;
  }
  .tail-btm > div {
    width: 100%;
  }

  .tail-list.heading-slider {
    height: 500px;
  }

  .tail-slide.stagger-120 .tail-slide-inner {
    padding-left: 80px;
  }

  .tail-slide.stagger-60 .tail-slide-inner {
    padding-left: 40px;
  }
  .tailored-buisness {
    height: 150vh !important;
  }

  /* animations clouds  */

  .ani1 {
    top: 70px;
  }

  @keyframes cloudMove {
    0% {
      transform: translateX(0) scale(1);
    }

    50% {
      transform: translateX(100px) scale(1.4);
    }

    100% {
      transform: translateX(0) scale(1);
    }
  }

  .ani2 {
    bottom: -20px;
    left: 0;
  }

  @keyframes cloudMove2 {
    0% {
      transform: translate(0, 0) scale(1);
      opacity: 1;
    }

    50% {
      transform: translate(100px, -70px) scale(1.3);
      opacity: 0.4;
    }

    100% {
      transform: translate(0, 0) scale(1);
      opacity: 1;
    }
  }

  .ani3 {
    top: 80px;
    width: 500px;
  }

  /* @keyframes cloudMove3 {
    0% {
      transform: translateX(0) scale(1);
      opacity: 1;
    }

    50% {
      transform: translateX(100px) scale(1.3);
      opacity: 0.5;
    }

    100% {
      transform: translateX(0) scale(1);
      opacity: 1;
    }
  } */

  .ani4 {
    bottom: -50px;
    width: 800px;
    right: 0;
  }
  .d3-img img {
    width: 60px;
    height: 44px;
  }
  .d3-bx h5 {
    margin-top: 14px;
    margin-bottom: 3px;
  }
  .max-para {
    font-size: 16px;
  }
  .p-0 {
    padding: 0 !important;
  }
  .trust-list {
    gap: 40px;
  }
  .trust-inn {
    gap: 50px;
  }
  .elevate-sec h1 {
    font-size: 58px;
  }
  .founder-inner {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  h3 {
    font-size: 40px;
  }
  .timer-sec h3 {
    margin-bottom: 30px;
  }
  .timer-sec {
    /* height: 110vh !important; */
  }
  .bottom-box p {
    font-size: 20px;
  }
  .bottom-box {
    border-radius: 15px;
    padding: 19px 20px;
  }
  .form-wishlist {
    border-radius: 33px;
    padding: 30px 30px;
  }
  .input-wrp input {
    padding: 17px;
    font-size: 16px;
    border-radius: 10px;
  }
  .vertiqo-img img {
    width: 600px;
  }
  .footmail {
    font-size: 40px;
  }
  .banner-sec {
    overflow: hidden;
  }
  .drone img {
    width: 250px;
  }
  .foot-top p {
    font-size: 84px;
  }
  @keyframes moveOval {
    0% {
      transform: translate(-50%, -50%) translateX(0) translateY(0);
    }

    25% {
      transform: translate(-50%, -50%) translateX(300px) translateY(200px);
    }

    50% {
      transform: translate(-50%, -50%) translateX(800px) translateY(0);
    }

    75% {
      transform: translate(-50%, -50%) translateX(-300px) translateY(-200px);
    }

    100% {
      transform: translate(-50%, -50%) translateX(0) translateY(0);
    }
  }
  .trust-lft {
    padding-right: 0;
  }
  .text-founder {
    display: none;
  }
  .wait-right .wpcf7-response-output {
    bottom: 5px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .timer-wrap .time-bx {
    font-size: 62px;
    min-width: 120px;
  }
  .tailored-buisness {
    height: auto;
  }
  .tail-btm > div {
    width: 100%;
  }
  .founder-img img {
    width: 100%;
  }
  .p-130 {
    padding: 90px 0;
  }
  .waitlist-sec.p-100 {
    padding-top: 0;
  }
  footer .p-100 {
    padding-block: 30px;
  }
  .founder-right {
    margin-top: 30px;
  }
  .footmail {
    font-size: 44px;
  }
  .bar {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    margin-bottom: 4px;
  }
  .menu-drop-wrap {
    position: absolute;
    background-color: #f1fafb;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
  }

  .menu-drop-wrap.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .menu-toggle {
    padding: 30px !important;
    flex-direction: column;
    height: 100%;
  }
  .menu-left {
    width: 30%;
  }
  .logo {
    width: 40%;
  }
  .trust-list li {
    font-size: 15px;
    gap: 12px;
    align-items: start;
  }
  .trust-list img {
    min-width: 30px;
    width: 30px;
  }
  .trust-lft {
    width: 30%;
  }
  .trust-list {
    gap: 0px;
  }
  .trust-inn {
    gap: 20px;
  }
  .trust-right {
    width: 70%;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  .header-main {
    overflow: visible;
  }
  .menu-inner:has(.active) .bar.bar1 {
    transform: rotate(45deg);
    margin: 0;
  }

  .menu-inner:has(.active) .bar.bar2 {
    display: none;
  }

  .menu-inner:has(.active) .bar.bar3 {
    transform: rotate(-45deg);
    margin: 0;
  }
  .verti-txt-img img {
    max-width: 600px;
  }
  .pt-200 {
    padding-top: 150px;
  }
  .drone-wrap-main {
    top: 60%;
  }
  .d3-img {
    height: 100px;
    width: 100px;
  }
  .d3-img img {
    width: 50px;
    height: 40px;
  }
  h5 {
    font-size: 20px;
  }
  .three-divs {
    padding-top: 80px;
    gap: 40px;
  }
  .tailored-buisness {
    height: 110vh !important;
  }
  .elevate-sec {
    min-height: 90vh;
  }
  .tail-btm {
    align-items: start;
  }
  .footmail {
    font-size: 35px;
  }
  .waitlist-sec {
    margin-top: -100px;
  }
  h1 {
    font-size: 55px;
  }
  .timer-drone {
    width: 600px;
  }
  .name {
    font-size: 24px;
  }
  .back-btn span {
    margin-top: -1px;
  }
  .back-btn {
    font-size: 16px;
    margin-top: 10px;
    justify-content: end;
    width: 100%;
  }
  .back-top {
    width: 100%;
  }
  .prom-bage {
    font-size: 16px;
  }
  .container-fluid {
    padding: 0 12px;
  }
  @keyframes moveOval {
    0% {
      transform: translate(-50%, -50%) translateX(0) translateY(0);
    }

    25% {
      transform: translate(-50%, -50%) translateX(200px) translateY(200px);
    }

    50% {
      transform: translate(-50%, -50%) translateX(800px) translateY(0);
    }

    75% {
      transform: translate(-50%, -50%) translateX(-100px) translateY(-200px);
    }

    100% {
      transform: translate(-50%, -50%) translateX(0) translateY(0);
    }
  }
  .cnt-li h5 {
    font-size: 17px;
    margin-bottom: 3px;
  }
  .tail-list {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .verti-txt-img img {
    max-width: 490px;
  }
  .timer-wrap {
    flex-wrap: wrap;
  }
  .timer-wrap > div {
    width: 43%;
  }
  h1 {
    font-size: 50px;
  }
  h1 br {
    display: none;
  }
  h4 {
    font-size: 27px;
  }
  .bottom-box {
    border-radius: 10px;
    padding: 22px 25px;
  }
  .p-130 {
    padding: 70px 0;
  }
  h1 {
    font-size: 45px;
  }
  .form-wishlist {
    padding: 30px;
  }
  .form-wishlist button {
    padding: 16px;
  }
  .foot-link-list {
    gap: 20px;
    flex-wrap: wrap;
    gap: 0px 32px;
  }
  .dot-mob {
    display: none;
  }
  .timer-wrap .time-bx {
    font-size: 46px;
  }
  .footmail {
    font-size: 30px;
  }
  .foot-top p {
    font-size: 80px;
  }
  .name {
    font-size: 24px;
  }
  .cta {
    padding: 9px 25px;
    font-size: 13px;
  }
  .trust-inn {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
  .trust-list li {
    flex-direction: row;
  }
  .trust-right {
    width: 100%;
  }
  .trust-list li {
    gap: 19px;
  }
  .tailored-buisness {
    padding-top: 80px !important;
  }
  h3 {
    font-size: 35px;
  }
  .bottom-box p {
    font-size: 19px;
  }
  .bottom-box span {
    font-size: 16px;
  }

  .tail-head p {
    font-size: 1rem;
  }

  .tail-list.heading-slider {
    height: 450px;
  }

  .tail-slide {
    padding-bottom: 30px;
  }

  .tail-slide span {
    width: 50px;
    height: 50px;
  }

  .cnt-li h5 {
    font-size: 1.1rem;
  }

  .cnt-li p {
    font-size: 0.9rem;
  }

  .tail-slide.stagger-120 .tail-slide-inner {
    padding-left: 60px;
  }

  .tail-slide.stagger-60 .tail-slide-inner {
    padding-left: 30px;
  }
  .three-divs {
    flex-direction: column;
  }
  .banner-sec {
    min-height: 90dvh;
  }
  .tail-btm {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .d3-bx.top,
  .d3-bx.end {
    width: 50%;
    margin-left: auto;
  }
  .d3-bx.mid {
    width: 50%;
  }
  .three-divs {
    gap: 0;
  }
  .d3-sec {
    height: unset !important;
  }
  .tailored-buisness {
    height: 220vh !important;
  }
  .trust-lft {
    width: 53%;
  }
  .drone-wrap-main {
    width: 500px;
  }
  .for--mob {
    display: block;
  }
  .for--desk {
    display: none;
  }
  h5 {
    font-size: 17px;
  }
  .sl-cntnt h5 {
    margin-bottom: 2px;
  }
  .elevate-sec h1 br {
    display: none !important;
  }
  .elevate-sec h1 {
    font-size: 50px;
  }
  .timer-sec {
    height: 120vh !important;
  }
  .timer-drone {
    width: 500px;
  }
  .timer-wrap p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
  .three-divs {
    flex-direction: column;
  }
  .timer-wrap > div {
    width: 30%;
  }
  .verti-txt-img img {
    max-width: 100%;
  }
  .prom-bage {
    font-size: 13px;
  }
  .banner-btm-contact {
    right: 10px;
  }
  .text-circle {
    height: 90px;
    width: 90px;
  }
  .mail-icon {
    height: 50px;
    width: 50px;
  }
  .d3-sec {
    height: auto !important;
  }
  .trust-list {
    gap: 20px;
    flex-direction: column;
  }
  .trust-list li {
    align-items: center;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 20px;
  }
  .founder-img img {
    border-radius: 16px;
  }
  .bottom-box p {
    font-size: 16px;
  }
  .bottom-box span {
    font-size: 14px;
  }
  .input-wrp input {
    padding: 13px 20px;
    font-size: 14px;
    border-radius: 10px;
  }
  .form-wishlist {
    padding: 20px;
    border-radius: 15px;
  }
  .dot:not(.dot-mob) {
    height: 90px;
    display: flex;
    align-items: center;
  }
  .pb-140 {
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .foot-top p {
    font-size: 40px;
  }
  .name {
    font-size: 18px;
  }
  .footmail {
    font-size: 17px;
  }
  footer .p-100 {
    padding-block: 30px;
  }
  .foot-btm {
    padding: 20px;
  }
  .foot-link-list {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
  .menu-left {
    width: 120px;
  }
  .hd-logo img {
    width: 60px;
  }
  .cta {
    padding: 9px 21px;
    font-size: 11px;
  }

  .pt-200 {
    padding-top: 120px;
  }
  h1 {
    font-size: 37px;
  }
  .tail-btm {
    gap: 20px;
  }
  /* .drone-img {
    animation: moveOval 3s infinite cubic-bezier(0.42, 0, 0.58, 1);
  } */
  .btn-inner {
    display: flex;
    align-items: center;
  }
  .logo {
    width: calc(100% - 240px);
  }
  /* @keyframes moveOval {
    0% {
      transform: translate(-50%, -50%) translateX(0) translateY(0);
    }

    20% {
      transform: translate(-50%, -50%) translateX(-40px) translateY(80px);
    }

    40% {
      transform: translate(-50%, -50%) translateX(40px) translateY(160px);
    }

    60% {
      transform: translate(-50%, -50%) translateX(-40px) translateY(240px);
    }

    80% {
      transform: translate(-50%, -50%) translateX(40px) translateY(320px);
    }

    100% {
      transform: translate(-50%, -50%) translateX(0) translateY(400px);
    }
  } */
  .drone-img img {
    width: 280px;
  }
  .drone-wrap-main {
    width: 300px !important;
    top: 50%;
  }
  .hd-inner {
    /* flex-direction: row-reverse; */
  }
  .logo-img-load img {
    width: 80px;
  }
  .header-btn {
    justify-content: end;
    width: 120px;
  }
  header .cta {
    padding: 8px 17px;
    font-size: 10px;
  }
  .menu-inner {
    display: flex;
    justify-content: start;
  }
  .bar.bar3 {
    margin-bottom: 0;
  }
  .d3-bx.top,
  .d3-bx.end,
  .d3-bx.mid {
    width: 100%;
  }
  .three-divs {
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 40px;
  }
  .trust-lft {
    border-right: unset;
    width: 100%;
  }
  .trust-list img {
    height: 30px;
  }

  .tailored-buisness {
    height: unset !important;
    padding-top: 50px !important;
  }
  .p-110 {
    padding: 50px 0;
  }
  .elevate-sec {
    padding: 70px 30px !important;
  }
  .elevate-sec h1 {
    font-size: 45px;
  }
  .timer-sec {
    height: 90dvh !important;
  }
  .timer-drone {
    width: 320px;
  }
  .vertiqo-img img {
    width: 100%;
  }
  .for-sm-mob {
    display: none;
  }
  .for-sm-mob {
    display: block;
  }

  .elevate-sec {
    min-height: 90dvh;
    background-position: 100% 100%;
  }
  .drone img {
    width: 170px;
  }
  .d3-bx {
    position: relative;
    z-index: 8;
  }
  .tail-right {
    position: relative;
    display: block;
  }
  .ele-drone {
    display: block;
  }
  .d3-bx {
    background-color: #f1fafb94;
  }
  .bottm-txt {
    font-size: 16px;
  }
  .foot-link-list a,
  .copyright,
  .frm-btn .cta,
  .ele-btn .cta {
    font-size: 16px;
  }
  .timer-wrap p,
  .wait-lft p {
    font-size: 18px;
  }
  .ani1 {
    top: 80%;
    width: 380px;
    bottom: unset;
  }
  .ani4 {
    bottom: unset;
    width: 510px;
    left: 100px;
    right: unset;
    top: 90%;
  }

  .ani2 {
    bottom: unset;
    left: 0;
    top: 60%;
    width: 300px;
  }
  .ani3 {
    top: 160px;
    width: 500px;
    right: 0;
  }
  .d3-sec .ani3 {
    display: none;
  }
  .d3-sec .ani2 {
    bottom: 100px;
    left: -60px;
    z-index: 1;
  }
  @keyframes cloudMove {
    0% {
      transform: rotate(-12deg) translateY(-50%);
    }
    50% {
      transform: rotate(-12deg) translateY(-80%);
    }
    100% {
      transform: rotate(-12deg) translateY(-50%);
    }
  }
  @keyframes cloudMove2 {
    0% {
      transform: translateY(-50%);
      opacity: 1;
    }
    50% {
      transform: translateY(-80%);
      opacity: 0.7;
    }
    100% {
      transform: translateY(-50%);
      opacity: 1;
    }
  }

  @keyframes cloudMove3 {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(-80%);
    }
    100% {
      transform: translateY(-50%);
    }
  }

  @keyframes cloudMove4 {
    0% {
      transform: rotate(-12deg) translateY(-50%);
    }
    50% {
      transform: rotate(-12deg) translateY(-80%);
    }
    100% {
      transform: rotate(-12deg) translateY(-50%);
    }
  }
  .banner-sec {
    transition: 0.2s;
  }
  .mob--sec {
    display: block;
  }
  .drone-img img {
    display: none;
  }
  .wait--desk {
    display: none;
  }
  .waitlist-sec {
    margin-top: 0;
  }
  .founder-sec {
    padding-bottom: 50px;
  }
  .wait-lft {
    text-align: center;
  }
  .wait-right .wpcf7-response-output {
      /* max-width: 220px; */
      bottom: 11px;
      font-size: 12px;
  }
  .wait-right .form-wishlist {
      padding-bottom: 40px !important;
  }
  .wpcf7-spinner {
      width: 20px !important;
      height: 20px !important;
      top: 27px;
  }
  .form-wishlist .cta {
      padding: 13px 5px;
  }
   .elevate-sec {
       display: flex;
       flex-direction: column;
       justify-content: space-between;
  }
  
}
@media (max-width: 480px) {
  .tail-list.heading-slider {
    height: 400px;
  }

  .tail-slide {
    gap: 15px;
  }

  .tail-slide-inner {
    gap: 15px;
  }

  .tail-slide.stagger-120 .tail-slide-inner {
    padding-left: 40px;
    transform: scale(0.95);
  }

  .tail-slide.stagger-60 .tail-slide-inner {
    padding-left: 20px;
    transform: scale(0.97);
  }
  .menu-left {
    width: 80px;
  }  
 
}
