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
}

a {
    color: inherit;
}

body {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
}

.hidden-element {
    visibility: hidden;
}
/* start of my integrational css */
body::after {
  background: none;
}
header {
  position: absolute;
  width: 100%;
}
header .header-inner .header-nav ul li a {
  color: #000;
}
header .header-inner .header-logo img {
  filter: brightness(10) invert(1);
}
/* end of my integrational css */

/* header css */
.header-u {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}

.head-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 72px;
}

.head-cont>a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.ham-u {
    background: transparent;
    visibility: hidden;
}

.ham-u>img {
    width: 26px;
}

/* section 1 css */
.hero-sec {
    background: url("../images/hero-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 22rem;
	padding-top:85px;
}

.head1 {
    width: 100%;
    max-width: 880px;
    color: #000;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

.head1>span {
    font-weight: 700;
}

.content-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0;
}

.para1 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    max-width: 840px;
    width: 100%;
    margin-top: 2rem;
}

.powerd-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 3rem;
}

.logo2 {
    height: 24px;
}

.para2 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.subscribe-form {
    border: 1px solid #000;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-top: 2.5rem;
}

.subscribe-form>input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding-left: 20px;
	color:#222;
}

.subscribe-form>button {
    background: #000;
    padding: 20px;
    color: #fff;
    max-width: 180px;
    width: 100%;
    border-radius: 10px 0 0 10px;
}

.para3 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 1.5rem;
}

.devices-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22rem;
}

.mac-u {
    z-index: 2;
}

.phn-r {
    transform: translateX(300px);
    transition: 0.9s ease;
}

.phn-l {
    transform: translateX(-300px);
    transition: 0.9s ease;
}

.phn-r-act {
    transform: translateX(75px);
}

.phn-l-act {
    transform: translateX(-85px);
}

/* section 2 css */
.sec-2container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.feature-area {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 135px 2rem 200px 2rem ;
}
.menu-burger img{
filter:invert();
} 
.feature-cont {
    position: relative;
    max-width: 420px;
    width: 100%;
}

.feature-cont>span {
    font-size: 100px;
    font-weight: 700;
    color: #ffd9424b;
    position: absolute;
    top: -55px;
    left: -25px;
}

.feature-cont>h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.feature-cont>p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin-top: 28px;
}

.sec-three {
    padding: 0 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec3-head1 {
    font-size: 70px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.3;
}

.sec3-head2 {
    margin-top: 1rem;
    font-size: 70px;
    font-weight: 700;
    background: -webkit-linear-gradient(#FFDA42, #E2BF30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabs-area {
    margin-top: 100px;
}

.tabs-area .nav-pills {
    background-color: #EFEFEF;
    border-radius: 10px;
    box-shadow: inset 0 0 6px #00000038;
    width: fit-content;
    margin: 0 auto;
}
.tabs-area .nav-link{
    color: #000;
    width: 180px;
    font-size: 18px;
    font-size: 500;
    padding: 20px;
}
.tabs-area .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #000 !important;
    border-radius: 10px;
}
.tab-main-cont{
    display: flex;
    gap: 30px;
}
.tab-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tabLinkcard-1{
    max-width: 562px;
    width: 100%;
    display: block;
    max-height: 790px;
    position: relative;
}
.tabLinkcard-2{
    display: block;
    max-width: 1140px;
    width: 100%;
    max-height: 556px;
    position: relative;
}
.tabLinkcard-3{
    display: block;
    max-width: 560px;
    width: 100%;
    max-height: 673px;
    position: relative;
}
.tabLink-1{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.tabLink-1-inner{
    display: flex;
    gap: 30px;
}
.tabLink-2{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.card-link-u{
    display: flex;
    justify-content: center;
    align-items: center;
}
.redirect-logo{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.5s ease;
    z-index: 2;
}
.redirect-logo>img{
    width: 18px;
}
.fade-card{
    inset: 0;
    z-index: 1;
    position: absolute;
    transition: 0.5s ease;
}
.card-link-u:hover .fade-card{
    background: #ffd94265;
}
.card-link-u:hover .redirect-logo{
    background: #ffd942;
    transform: rotate(45deg);
    inset: inherit;
}
.tab-content{
    margin-top: 100px;
}
.brand-Links-area{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
    box-shadow:inset 0px 0px 10px #00000015, inset 0px 0px 10px #00000015;
    margin-top: 75px;
}
.testim-card{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    margin-top: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}
.user-detail{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.user-img{
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #000;
    box-shadow: 0 4px 8px #00000036;
}
.user-img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-title{
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.review{
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 1.3;
}
.testimonials .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-top: 30px;
}
.testimonials .slick-dots button{
    display: none;
}
.testimonials .slick-dots li{
    width: 10px;
    height: 2px;
    background-color: #CBCBCB;
    border-radius: 1px;
    transition: 0.5s ease;
}

.testimonials .slick-dots .slick-active {
    background-color: #000;
    width: 15px;
}
.feeda-button{
    width: 180px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 60px;
}
.footer-link{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 54px;
    padding: 40px 95px;
    color: #0000007a;
    text-decoration: underline;
}
.close-icon,.logo-mob{
    display: none;
}

@media (max-width : 1680px) {
    .head1 {
        font-size: 40px;
        max-width: 720px;
    }
    .sec3-head1,.sec3-head2  {
        font-size: 60px;
    }
}
@media (max-width : 1440px) {
    .head1 {
        font-size: 45px;
        max-width: 800px;
    }
    .sec3-head1,.sec3-head2  {
        font-size: 45px;
    }
    .content-cont {
        padding: 2rem 0;
    }
    .para1 {
        font-size: 16px;
        max-width: 730px;
    }
    .para1 {
        margin-top: 1rem;
    }
    .powerd-area {
        margin-top: 1.5rem;
    }
    .subscribe-form {
        margin-top: 1.5rem;
    }
    .tabs-area ,.tab-content{
        margin-top: 70px;
    }
    .sec-three {
        padding: 0 4rem;
    }
    .tab-main-cont,.tabLink-1-inner,.tabLink-1 , .tabLink-2 {
        gap: 20px;
    }
    .mac-u {
        z-index: 2;
        width: 767px;
    }
    .phn-r ,.phn-l{
        width: 130px;
    }
}
@media (max-width : 1366px) {
    .header-u {
        padding: 1rem;
    }
    .head1 {
        font-size: 35px;
        max-width: 620px;
    }
    .head-cont>a{
        font-size: 14px;
    }
    .head-cont >a >img{
        width: 20px;
    }
    .powerd-area {
        gap: 10px;
    }
    .subscribe-form {
        margin-top: 1rem;
    }
    .subscribe-form>button {
        padding: 15px;
    }
    .mac-u{
        width: 650px;
    }
    .phn-r, .phn-l {
        width: 100px;
    }
    .phn-l-act {
        transform: translateX(-65px);
    }
    .phn-r-act {
        transform: translateX(53px);
    }
    .tabs-area .nav-link {
        width: 145px;
        font-size: 16px;
        padding: 16px;
    }
    .brand-Links-area img{
        width: 150px;
    }
    .review {
        font-size: 20px;
    }
    .feature-cont>h2{
        font-size: 20px;

    }
    .feature-cont>p {
        font-size: 16px;
        margin-top: 20px;
    }
    .feature-cont>span {
        font-size: 50px;
        top: -28px;
        left: -15px;
    }
}
@media (max-width : 1280px) {
    .sec-three {
        padding: 0 3rem;
    }
}
@media (max-width : 992px) {
    .sec-three {
        padding: 0 1rem;
    }
    .tab-main-cont, .tabLink-1-inner, .tabLink-1, .tabLink-2 {
        gap: 1rem;
    }
    .footer-link {
        gap: 40px;
        padding: 40px 40px;
    }
    .redirect-logo {
        width: 35px;
        height: 35px;
        right: 10px;
        bottom: 10px;
    }
    .redirect-logo >img{
        width: 12px;
    }
}
@media (max-width : 900px) 
{
    .feature-area {
        flex-direction: column;
        gap: 100px;
        padding: 70px 2rem 100px 2rem;
    }
    .tab-main-cont, .tabLink-1-inner, .tabLink-1, .tabLink-2 {
        gap: 10px;
    }
    .tabLinkcard-2 {
        max-width: 1131px;
    }
    .mac-u {
        width: 450px;
    }
    .phn-r, .phn-l {
        width: 70px;
    }
    .phn-r-act {
        transform: translateX(40px);
    }
    .phn-l-act {
        transform: translateX(-50px);
    }
}
@media (max-width : 768px) {
    .brand-Links-area {
        justify-content: flex-start;
        gap: 5rem;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .tab-main-cont {
        flex-direction: column;
    }
    .tabLink-2 {
        flex-direction: row;
    }
    .sec3-head1, .sec3-head2 {
        font-size: 35px;
    }
}
@media (max-width : 600px) {
    .para1 {
        font-size: 14px;
    }
    .mac-u {
        z-index: 0;
    }
    .phn-r, .phn-l {
        width: 85px;
        z-index: 2;
    }
    .phn-r-act {
        transform: translateX(90px) translateY(-80px);
    }
    .phn-l-act {
        transform: translateX(-100px) translateY(80px);
    }
    .mac-u {
        max-width: 500px;
        width: 100%;
    }
    .feature-area{
        gap: 120px;
    }
    .feature-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .feature-cont>span {
        font-size: 90px;
        top: -60px;
        left: inherit;
    }
    .devices-area {
        margin-top: -20rem;
    }
    .ham-u{
        visibility: visible;
    }
    .logo-mob{
        display: block;
    }
    .logo-mob>img{
        width: 20px;
    }

    .head-cont {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        position: fixed;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        background: #fff;
        inset: 0;
        z-index: 15;
        padding: 5rem 2rem;
        transition: 0.5s ease;
        transform: translateX(100%);
    }
    .ham-act{
        transform: translateX(0);
    }
    .logo-desk{
        display: none;
    }
    .footer-link {
        justify-content: space-between;
    }
    .head-cont>a {
        font-size: 18px;
    }
    .close-icon{
        display: block;
        position: fixed;
        top: 1rem;
        right: 1rem;
    }
}
@media (max-width : 575px) {
    .content-cont {
        padding: 2rem 1rem;
    }
    .review ,.user-title{
        font-size: 16px;
    }
    .footer-link >a{
        font-size: 14px;
    }
    .tabs-area .nav-link {
        width: 115px;
        font-size: 14px;
        padding: 14px;
    }
    .para3{
        line-height: 1.5;
    }
    .subscribe-form>button {
        font-size: 14px;
        max-width: 150px;
    }
    .subscribe-form>input {
        font-size: 14px;
    }
}
@media (max-width : 430px) {
    .tab-main-cont, .tabLink-1-inner, .tabLink-1, .tabLink-2 {
        gap: 6px;
    }
    .footer-link {
        gap: 0;
        padding: 40px 2rem;
    }
    .feeda-button {font-size: 16px;}
    .footer-link >a {
        font-size: 12px;
    }
    .brand-Links-area {
        gap: 0.5rem;
    }
    .brand-Links-area img {
        width: 120px;
    }
    .phn-r, .phn-l {
        width: 75px;
    }
    .para3{
        font-size: 12px;
    }
}
@media (max-width : 375px) {
    .head1{
        font-size: 28px;
    }
    .para1{
        font-size: 12px;
    }
    .subscribe-form>button {
        max-width: fit-content;
    }
    .phn-r, .phn-l {
        width: 60px;
    }
}