a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}
html{
    overflow-x: hidden;
    max-width: 100%;
}
body {
    background-color: #101010;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
    max-width: 100%;
}

.hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
    position: relative;

}

.hero .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 3.5vw;
}

.hero .img {
    width: 45%;
    background: url(../images/hero-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90vh;
}

.hero .text h1 {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.3;
    background: -webkit-linear-gradient(#ffffff, #9f9f9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.hero .text h1 span{
    display: block;
     background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero .text h2 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.3;
    margin-top: 15px;
   color: rgb(209 213 219 / var(--tw-text-opacity, 1));
    text-transform: capitalize;
}
.hero .text p {
    color: white;
    font-size: 22px;
    margin-top: 30px;
}

.hero .text .batns {
    margin-top: 50px;
    gap: 20px;
    display: flex;
    align-items: center;
}

.btn {
    color: white;
    background: transparent;
    border: 1px solid white;
    border-radius: 100px;
    font-size: 1.1rem;
    padding: 14px 26px;
    line-height: 1;
    transition: all .3s;
    font-weight: bold;
    display: flex;
    gap: 0.75rem;
}
.btn svg {
  width: 16px;
  height: auto;
}
.hero .text .batns .first {
    background: linear-gradient(to top, #9F9F9F, #FFFFFF);
    color: rgb(0, 0, 0);

}

.hero .text .batns .first:hover {
    color: rgb(255, 255, 255);
    background: none;
    border: 1px solid white;
}

.hero .text .batns .second {
    background-color: transparent;
    color: rgb(255, 255, 255);
}

.hero .text .batns .second:hover {
    background: linear-gradient(to top, #9F9F9F, #FFFFFF);
    color: rgb(0, 0, 0);
}

.fade-slider{
    width: 100%;
    margin-top: 50PX;
}

.fade-slider img {
    width: 100%;
    padding: 0 20px;
    height: auto;
    border-radius: 50px;
}

.slick-dots li button:before {
    color: white;
}
.hero .gradient-1{
    position: absolute;
    top: -19vw;
    left: -16vw;
    height: 36vw;
    z-index: -1;
}
.hero .gradient-2{
    position: absolute;
    top: -19vw;
    right: -16vw;
    height: 36vw;
    z-index: -1;

}




.marquee-wrapper {
    overflow: hidden;
    padding: 1rem 0;
    margin-top: 70px;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.marquee-inner {
    display: flex;
}

.marquee-item {
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    padding-right: 3rem;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}






.slick-slider-one {
    margin-top: 50px;
}

.slick-slider-one img {
    border-radius: 36px;
    height: 300px;
    margin-right: 20px;
    border: 3px solid white;
}






.the-future {
    margin: 140px;
    padding: 0 3.5vw;
}

.the-future p {}

h1 {
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.2;
    background: -webkit-linear-gradient(#ffffff, #9f9f9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: uppercase;
}

.p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    max-width: 65%;
}





.inter {
    margin: 200px 0 70px;
}

.inter p {
    max-width: 40%;
}



.inter-cards {
    display: flex;
    padding: 0px 3.5vw;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin: 100px 0px 200px 0px;
}

.inter-cards .inter-card {
    max-width: 570px;
    border-radius: 20px;
    transition: all .3s;
    height: fit-content;
}

.inter-cards .inter-card:hover {
    outline: 1px solid white;
}

.inter-cards .inter-card img {
    width: 100%;
    border-radius: 20px 20px 0 0;
min-height: 272px;
}

.inter-cards .inter-card .info {
    padding: 20px;
    background-color: #252323;
    border-radius: 0 0 20px 20px;

}

.inter-cards .inter-card b {
    font-size: 1.49vw; 
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}

.inter-cards .inter-card p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-top: 20px;
min-height:123px;
}




.why-inter-cards {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 0 3.5vw;
    margin: 90px 0px 120px 0px;
    flex-wrap: wrap;
}

.why-card {
    max-width: 530px;
    width: 30%;
    background: linear-gradient(to top left, #10101010, rgba(255, 255, 255, 0.048));
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
    transition: all .3s;
}



.why-card:hover {
    box-shadow: 1px 1px 20px 10px black;
}

.why-inter h3{
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.why-inter p{
    text-align: center;
    

}

.why-card .img {
    height: 100px;
    width: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-card .img svg{
    color: #fff;
}
.why-card .img img {
    width: 70%;
}

.why-card b {
    font-size: 22px;
    color: white;
    font-weight: 900;
    line-height: 1.3;
}

.why-card p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.5;
    margin-top: 10px;
}





.how-it-works {
    margin: 90px 0 70px;
}

.how-it-works .box1 {
    width: 60vw;
    margin: auto;
    height: 350px;
    border: 2px solid transparent;
    border-image: repeating-linear-gradient(to right,
            #888 0 42px,
            transparent 20px 77px) 1 stretch;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 50px;
    position: relative;
}

.how-it-works .box1 .box-child {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-image: repeating-linear-gradient(to top,
            #888 0 42px,
            transparent 20px 77px) 1 stretch;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.how-it-works .box1 .box-child .img {
    height: 134px;
    width: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    box-shadow: 1px 3px 80px 2px #ffffff1c;
}

.how-it-works .box1 .box-child .img img {
    width: 60%;
}

.how-it-works .box1 .text {
    width: 400px;
}

.how-it-works .box1 .text b {
    font-size: 30px;
    font-weight: 900;
    color: white;
}

.how-it-works .box1 .text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
    margin-top: 80px;
    margin-left: -65px;
}









.how-it-works .box2 {
    width: 60vw;
    margin: auto;
    height: 300px;
    border: 2px solid transparent;
    border-image: repeating-linear-gradient(to right,
            #888 0 42px,
            transparent 20px 77px) 1 stretch;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 50px;
    position: relative;
}

.how-it-works .box2 .box-child {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-image: repeating-linear-gradient(to top,
            #888 0 42px,
            transparent 20px 77px) 1 stretch;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.how-it-works .box2 .box-child .img {
    height: 134px;
    width: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    box-shadow: 1px 3px 80px 2px #ffffff1c;
}

.how-it-works .box2 .box-child .img img {
    width: 65%;
}

.how-it-works .box2 .box-child .img.two {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);

}


.how-it-works .box2 .text b {
    font-size: 30px;
    font-weight: 900;
    color: white;
}

.how-it-works .box2 .text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
    margin-top: 80px;
    margin-left: auto;
    text-align: end;
    margin-right: -65px;
    width: 400px;

}

.how-it-works .box2 .text.two {
    margin-top: 220px;
    margin-right: unset;
    margin-left: -65px;
    text-align: start;
}


    .inter-app-section-wrap {max-width:1100px;width:100%;text-align:center; margin:0px auto 160px auto;}

    .inter-app-section-wrap .badge{
      display:inline-flex;
      gap:10px;
      align-items:center;
      padding:10px 18px;
      border-radius:999px;
      background:rgba(255,255,255,0.03);
      border:1px solid rgba(255,255,255,0.04);
      color:#9aa3ad;
      font-size:13px;
      backdrop-filter: blur(6px);
      margin-bottom:22px;
      box-shadow:0 6px 18px rgba(40,40,60,0.18), inset 0 1px rgba(255,255,255,0.02);
	  font-weight:500;
    }
    .inter-app-section-wrap .badge .icon{width:18px;height:18px;border-radius:4px;border:2px solid rgba(123,200,255,0.6);display:inline-block}

    .inter-app-section-wrap h1{font-size:4vw;line-height:1;margin:18px 0 18px;font-weight:500;color:linear-gradient(180deg,#fff,#9f9f9f)}
    .inter-app-section-wrap h1 span{background:linear-gradient(180deg,#fff,#9f9f9f);-webkit-background-clip:text;background-clip:text;color:transparent}

    .inter-app-section-wrap p.lead{max-width:820px;margin:0 auto 46px;color: rgba(255, 255, 255, 0.5);font-size:18px; line-height:24px;}

    .inter-app-section-wrap .phones{
      display:flex;gap:60px;justify-content:center;align-items:flex-end;margin-bottom:40px;position:relative;
    }

    .inter-app-section-wrap .phone{
      width:240px;height:497px;border-radius:34px;padding:0px;background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
      border:6px solid rgba(70,80,100,0.18);box-shadow:0 40px 80px rgba(10,10,12,0.75), inset 0 -6px 20px rgba(0,0,0,0.6);
      position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start
    }
    /* phone screen */
    .inter-app-section-wrap .phone .screen{width:100%;height:100%;background:linear-gradient(180deg,#0b0c0e 0%, #17171a 100%);border-radius:22px;padding:18px;overflow:hidden}
	.inter-app-section-wrap .phone img {
	border-radius:28px;
		width:100%;
	}

    
    
    /* phone glows */
    .inter-app-section-wrap .phones::before{content:"";position:absolute;inset:auto 0 0 0;height:360px;margin-top:40px;background:radial-gradient(360px 160px at 30% 30%, rgba(45,120,140,0.18), transparent 18%), radial-gradient(360px 160px at 70% 30%, rgba(150,60,170,0.14), transparent 18%);filter:blur(40px);opacity:0.9}

    /* footer buttons */
    .inter-app-section-wrap .cta{display:flex;gap:18px;justify-content:center;}
    .inter-app-section-wrap .btn{padding:14px 26px;border-radius:28px;border:1px solid rgba(255,255,255,1);background:rgba(255,255,255,0.03);min-width:190px;display:inline-flex;align-items:center;gap:10px;justify-content:center; font-size:1.1rem; }
    .inter-app-section-wrap .btn.primary{background:linear-gradient(90deg,#fff,#d7d7df);color:#111;border:none;box-shadow:0 8px 30px rgba(120,140,200,0.12)}
    .inter-app-section-wrap .btn.ghost{background:transparent;color:#fff;}

.copilot-heading {
    padding: 0 3.5vw;
}



.copilot-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 70px 0 250px;

}

.copilot-card {
    background: linear-gradient(to top left, #10101010, rgba(255, 255, 255, 0.055));
    width: 20%;
    padding: 40px 25px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
    border-radius: 20px;
    width: 390px;
    transition: all .3s;
    outline: 1px solid rgba(255, 255, 255, 0.075);

}

.copilot-card:hover {
    outline: 1px solid white;
}

.copilot-card img {
    height: 120px;
}

.copilot-card h3 {
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.copilot-card p {
    font-size: 18px;
    color: white;
}

.copilot-card a {
    font-size: 18px;
    color: rgb(0, 0, 0);
    width: 100%;
    border-radius: 100px;
    padding: 10px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    background: linear-gradient(to top, #9f9f9f, white);
}

.copilot-card a:hover {
    color: black;
    background-color: white;
}

.copilot-card a img {
    height: 18px;
    margin-left: 8px;
}





.app-boxes {
    padding: 0 7vw;
    margin: 60px 0 250px;
}

.app-box {
    background: linear-gradient(to top, #10101009, rgba(255, 255, 255, 0.034));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.app-box .text {
    width: 50%;
}


.app-box .text h3 {
    font-size: 50px;
    color: white;
    font-weight: 900;
}

.app-box .text p {
    font-size: 26px;
    color: white;
    line-height: 1.7;
    margin-top: 20px;
}

.app-box .img {
    width: 20%;
}

.app-box .img img {
    width: 100%;
    filter: drop-shadow(0px 0px 28px rgba(255, 255, 255, 0.151));

}



.pricing-plans {
    display: flex;
    gap: 40px;
    padding: 0 8vw;
    margin: 70px 0 90px;
    justify-content: center;
}

.plans {
    width: 440px;


}

.plan-card {
    padding: 40px 30px 20px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 20px;
    background: linear-gradient(to top , #10101009, rgba(255, 255, 255, 0.041) );
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.plan-card .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}

.plans h5 {
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.1);
    width: fit-content;
    padding: 15px 25px;
    border-radius: 100px;
}

.plans h3 {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

.plans p {
    color: white;
    font-size: 16px;
    line-height: 1.7;
}

.plans a {
    color: white;
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid white;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    transition: all .3s;
}

.plans a:hover {
    background-color: white;
    color: black;
}

.pro {
    color: black !important;
    background: linear-gradient(to top, #9f9f9f, white);
}

.ENTERPRISE {
    background: none !important;
    border: 1px solid white;
}

.plans ul {
    margin-top: 20px;
}

.plans li {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.plans li img {
    height: 35px;
}




.inter-heading{
    font-size: 22vw;
    width: fit-content;
    margin: auto;
    font-weight: 900;
    background: -webkit-linear-gradient(-270deg, #101010 10%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    opacity: .2;
}



.join {
    padding: 0 3.5vw;
    margin-bottom: 120px;
}

.join h1 {
    font-size: 3vw;
    line-height: 1.4;
}

.join .wrapper {
    background: linear-gradient(to top, #1010101c, rgba(255, 255, 255, 0.034));
    padding: 120px 3.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.join .batns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.join .batns .first:hover {
    background-color: white;
    color: black;
}

.join .batns .second {
    background-color: white;
    color: black;
}

.join .batns .second:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: 1px solid white;
}





.footer1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 3.5vw;

}

.footer1 img {
    height: 20px;
}

.footer1 .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer1 .right label {
    color: white;
    font-size: 16px;
}

.footer1 .right select {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    width: 210px;
    font-size: 16px;
    color: white;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3l5 5 5-5H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

.footer1 .right select option {
    color: black;
}

.footer1 .right a {
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid white;
    border-radius: 100px;
    margin-left: 20px;
}

.footer1 .right a:hover {
    background-color: white;
    color: rgb(0, 0, 0);
    transition: all .3s;
}

footer hr {
    border-bottom: 1px solid white;
    opacity: 1;
}




.footer2 {
    display: flex;
    padding: 20px 3.5vw;
    gap: 60px;
    max-width: 1400px;
    margin: auto;
}

.footer2 b {
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;

}

.footer2 a {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.7;
}


.footer3 {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.5vw;
    padding-bottom: 20px;

}

.footer3 p {
    font-size: 12px;
    color: white;
}

.footer3 .icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer3 .icons .icon {
    height: 22px;
    width: 22px;
    background-color: white;
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    transition: all .3s;
}

.footer3 .icons .icon:hover {
    background-color: transparent;
    color: white;
}



@media (min-width: 1580px) {

.inter-cards .inter-card img {
 
  min-height: 343px;
}
.inter-app-section-wrap p.lead{font-size:22px; line-height:28px;max-width: 980px;}
.inter-app-section-wrap .phone {
  width: 300px;
  height: 627px;
  }
  .inter-app-section-wrap .btn {
  font-size: 1.2rem;
}
.inter-app-section-wrap .badge {
  font-size: 15px;

}
}



@media (max-width: 1500px) {
    .hero .text h1 {
        font-size: 4.5rem;
    }

    .slick-slider-one img {
        height: 230px;
    }

    .p {
        font-size: 20px;
    }

    .why-card .img {
        height: 70px;
        width: 70px;
    }

    .why-card b {
        font-size: 20px;
        line-height: 1.4;
    }

    .why-card p {
        font-size: 18px;
    }

    .app-box .text h3 {
        font-size: 45px;
    }

    .app-box .text p {
        font-size: 22px;
    }

    .plans h5 {
        font-size: 18px;
    }

    .plans h3 {
        font-size: 30px;
    }

    .hero .text p {
        font-size: 18px;
    }
}

@media(max-width:1300px) {
    .btn {
        font-size: 16px;
    }

    .marquee-item {
        font-size: 40px;
    }

    .slick-slider-one img {
        height: 200px;
    }

    .p {
        font-size: 18px;
        max-width: 90%;
    }

    .copilot-card img {
        height: 80px;
    }

    .copilot-card a {
        font-size: 16px;
    }

    .copilot-card p {
        font-size: 16px;
    }

    .copilot-card h3 {
        font-size: 30px;
    }

    .copilot-card {
        width: 340px;
    }

    .app-box .text h3 {
        font-size: 35px;
    }

    .app-box .text p {
        font-size: 18px;
    }

    .plans h5 {
        font-size: 18px;
    }

    .plans a {
        font-size: 14px;
        padding: 12px 0;
    }

    .plans li {
        font-size: 18px;
    }

    .why-card {
        height: 310px;
    }

    .copilot-heading p {
        max-width: 65%;
    }

    .how-it-works .box1 .box-child .img {
        height: 114px;
        width: 114px;
    }

    .how-it-works .box2 .box-child .img {
        height: 114px;
        width: 114px;
    }

    .inter p {
        max-width: 70%;
    }

    .inter-cards .inter-card b {
        font-size: 22px;
    }

    .inter-cards .inter-card p {
        font-size: 16px;
    }

    .pricing-plans {
        gap: 20px;
    }

    .hero .text p {
        font-size: 16px;
        line-height: 1.7;
    }
    .hero {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .pricing-plans {
        flex-wrap: wrap;
        gap: 40px;
    }

    .plans {
        width: 400px;
    }

    .join h1 {
        font-size: 4.2vw;
    }
}

@media (max-width: 1100px) {
    .why-inter-cards {
        gap: 20px;
    }
nav .links{
    display: none;
}
}

@media (max-width: 1000px) {


    h1 {
        font-size: 4.8vw;
    }

    .p {
        max-width: unset;
    }

    .inter-cards {
        flex-wrap: wrap;
    }

    .inter-card {
        width: 320px;
    }

    .inter-cards .inter-card .info {
        padding: 15px;
    }

    .inter-cards .inter-card p {
        margin-top: 7px;
    }

    .why-card b {
        font-size: 18px;
        font-weight: 600;
    }

    .why-card p {
        font-size: 16px;
    }

    .how-it-works .box1 .box-child .img {
        height: 100px;
        width: 100px;
    }

    .how-it-works .box2 .box-child .img {
        height: 100px;
        width: 100px;
    }

    .how-it-works .box1 {
        width: 75vw;
        height: 220px;
    }

    .how-it-works .box2 {
        width: 75vw;
        height: 220px;
    }

    .how-it-works .box1 .text {
        margin-left: -50px;
        margin-top: 60px;
    }

    .how-it-works .box1 .text b {
        font-size: 25px;
    }

    .how-it-works .box1 .text p {
        font-size: 16px;
    }

    .how-it-works .box2 .text b {
        font-size: 25px;
    }

    .how-it-works .box2 .text p {
        font-size: 16px;
    }

    .how-it-works .box2 .text {
        margin-right: -50px;
        margin-top: 60px;
    }

    .how-it-works .box2 .text.two {
        margin-top: 185px;
        margin-left: -50px;
    }

    .pricing-plans {
        gap: 20px;
    }

    .plans {
        width: 350px;
    }

    .hero .text h1 br {
        display: none;
    }

    .hero .text h1 {
        font-size: 4.8vw;
    }

    .the-future {
        margin: 140px 0;
    }
}

@media (max-width: 860px) {
    .plans {
        width: 320px;
    }

    .hero .text h1 {
        font-size: 5.7vw;
    }

    .the-future {
        margin: 90px 0;
    }

    .inter {
        margin: 100px 0 50px;
    }

    .inter-cards {
        margin: 50px 0 90px;
    }

    .why-inter-cards {
        margin: 50px 0 90px;

    }

    .why-card {
        width: 45%;
    }

    .how-it-works {
        margin: 100px 0 320px;
    }

    .copilot-cards {
        margin: 50px 0 150px;
    }

    .app-box {
        padding: 20px;
    }

    .app-box .text h3 {
        font-size: 30px;
    }

    .app-box .text p {
        font-size: 16px;
        margin-top: 10px;
    }

    .app-box .img {
        width: 27%;
    }

    .app-boxes {
        margin: 50px 0 150px;
    }

    .pricing-plans {
        margin: 50px 0 100px;
    }
    .hero .gradient-1{
    position: absolute;
    top: -31vw;
    left: -35vw;
    height: 65vw;
}
.hero .gradient-2{
    position: absolute;
    top: -31vw;
    right: -35vw;
    height: 65vw;
}
}


@media (max-width:786px) {
    .plans {
        width: 450px;
    }
}

@media (max-width:750px) {
    .hero {
        flex-direction: column;
    }

    .hero .text {
        width: 100%;
        height: 50%;
    }

    .hero .img {
        width: 96%;
        height: 400px;
        margin-top: 30px;
    }

    .hero .text p {
        margin-top: 20px;
    }

    .hero .text .batns {
        margin-top: 30px;
    }

    .slick-slider-one {
        margin-top: 20px;
    }

    .slick-slider-one .slick-slide img {
        height: 160px;
        border-radius: 30px;
        margin-right: 10px;
    }

    h1 {
        font-size: 6.2vw;
    }

    .p {
        margin-top: 20px;
        font-size: 16px;
    }

    .the-future {
        margin: 70px 0;
    }

    .join h1 {
        font-size: 5.3vw;
    }

    .btn {
        font-size: 14px;
        padding: 12px 20px;
    }

    .join .batns {
        gap: 10px;
    }

    .inter-card {
        width: 300px;
    }

    .inter-cards .inter-card p {
        font-size: 14px;
    }

    .hero .img {
        min-height: unset;
    }
    .fade-slider img {
        border-radius: 30px;
    }
}


@media(max-width:667px) {
     .app-boxes {
    margin: 40px 0 90px;
  }
     .app-box {
    flex-direction: column-reverse;
    text-align: center;
  }
    .copilot-cards {
    margin: 40px 0 90px;
  }
    .why-inter{
        padding-right: 20px;
        padding-left: 20px;
    }
    .hero .text .batns {
  margin-top: 50px;
  gap: 10px;
}
    .btn svg {
  width: 12px;
  height: auto;
}
     .btn {
    font-size: 0.8rem;
    padding: 10px 15px;
    gap: 0.3rem;
  }
    .hero .text h2 {
  font-size: 1.3rem;
}
      .why-card {
    height: 265px;
  }
    .how-it-works-heading{
        padding-left:20px;
        padding-right: 20px;
    }
    .p  {
    max-width: 90%;
    font-size: 16px;
    line-height: 22px;
  }
    .view-app-cta {
  
  padding: 8px 15px; 
  font-size: 13px;
  margin-bottom: 15px;
}
    .inter-card {
        width: 400px;
    }

    .why-card {
        width: 400px;
    }

    .copilot-card {
        width: 400px;
    }

    .footer1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer1 img {
        margin-bottom: 20px;
    }

    .footer1 .right label {
        font-size: 14px;
    }

    .footer1 .right select {
        font-size: 14px;
        width: 189px;
    }

    .footer1 .right a {
        font-size: 14px;
    }

    .footer2 {
        flex-wrap: wrap;
    }

    .footer2 .links {
        width: 100px;
    }

    .footer2 .links {
        width: 200px;
    }

    .app-box .text h3 {
        line-height: 1.5;
    }

    .app-box .text p {
    font-size: 0.83rem;
    margin-top: 5px;
    line-height: 20px;
  }
}

@media(max-width:550px) {
    .how-it-works .box1 .box-child .img {
        height: 80px;
        width: 80px;
    }

    .how-it-works .box2 .box-child .img {
        height: 80px;
        width: 80px;
    }

    .how-it-works .box1 .text b {
        font-size: 20px;
    }

    .how-it-works .box1 .text p {
        font-size: 14px;
        width: 70%;

    }

    .how-it-works .box1 .text {
        margin-left: -38px;
        margin-top: 50px;
    }

    .how-it-works .box2 .text b {
        font-size: 20px;
    }

    .how-it-works .box2 .text p {
        font-size: 14px;
        width: 70%;
        margin-left: auto;
    }


    h1 {
        font-size: 30px;
    }

    .copilot-heading p {
        min-width: 95%;
    }

    h1 br {
        display: none;
    }

    .app-box .img {
        width: 40%;
    }

    .app-box .text h3 {
        font-size: 23px;
    }

    .plans {
        width: 100%;
    }

    .join h1 {
        font-size: 34px;
    }

    .join h1 br {
        display: none;
    }

    .how-it-works .box2 .text.two p {
        margin: 0;
    }

    .how-it-works .box2 .text.two {
        margin-top: 125px;
    }

    .footer1 .right {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }

    .footer1 .right a {
        margin-left: 0;
        margin-top: 20px;
    }

    .hero .text h1 {
        font-size: 30px;
    }

    .how-it-works .box2 .text {
        width: unset;
    }

    .how-it-works .box1 .text {
        width: unset;
    }
	.inter-app-section-wrap h1 {
	  font-size: 30px;

	}
	.inter-app-section-wrap p.lead {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 22px;
}
.inter-app-section-wrap .cta {
  gap: 10px;
}
.inter-app-section-wrap .btn {
  padding: 12px 15px;
  min-width: 160px;
  gap: 5px;
  font-size: 0.8rem;
  }
  .inter-app-section-wrap .phones {
  gap: 10px;
  padding: 0px 15px;
}
.inter-app-section-wrap .phone {
  width: 170px;
    height: 350px;
  }
  .inter-app-section-wrap {
  margin: 0px auto 130px auto;
}

	 .how-it-works {
        margin: 80px 0 80px;
    }
}


@media(max-width: 485px) {
    .inter p {
        max-width: 95%;
    }

    .inter-card {
        width: 100%;
    }

    .why-card {
        width: 100%;
    }

    .copilot-cards {
        padding: 0 3.5vw;
    }

    .copilot-card {
        width: 100%;
    }

    .app-box {
        flex-direction: column;
    }

    .app-box .text {
        width: 100%;
    }

    .app-box .img {
        width: 65%;
    }

    .footer3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .how-it-works .box2 .text {
        margin-right: -10px;
    }

    .how-it-works .box1 .text {
        margin-left: -10px;
    }

    .how-it-works .box2 .text.two {
        margin-left: -10px;
    }

    .plans h5 {
        font-size: 12px;

  padding: 12px 16px;
    }

    .plans li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .plans h3 {
        font-size: 22px;
    }

    .plan-card .text {
        gap: 15px;
        margin-bottom: 15px;
    }

    .join h1 {
        font-size: 30px;
    }

    .plan-card {
        margin-top: 20px;
        height: 300px;
    }
    .join .wrapper { 
  padding: 60px 3.5vw;
}
}

@media(max-width: 384px) {
    .how-it-works .box2 .text.two {
        margin-top: 100px;
        padding: 12px 20px;
    }

}