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
}

body {
    font-family: "Roboto", sans-serif;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00ACEE;
}

.header-u .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
}

.nav-links,
.nav-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links {
    gap: 60px;
}

.nav-area {
    gap: 30px;
}

.nav-links a {
    color: #000;
}

.nav-links a:hover {
    color: #00ACEE;
}

.option-area {
    position: relative;
    /* padding-left:1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}

.option-area:hover {
    color: #00ACEE;
}

.dropDown-u {
    width: 120px;
    min-height: 150px;
    border-radius: 7px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 12px;
    position: absolute;
    top: calc(1rem + 10px);
    left: 0;
    box-shadow: 0 5px 15px #0000000d;
    transition: 0.5s ease;
    transform: scale(0);
    opacity: 0;
    transform-origin: top;
}

.option-area:hover .dropDown-u {
    transform: scale(1);
    opacity: 1;
}

.logo {
    display: block;
}

.logo>img {
    height: 30px;
}

.theme-button {
    min-width: 125px;
    width: fit-content;
    padding: 15px 30px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
}

.update-payment-button {
    font-size: 22px !important;
    padding: 18px 35px !important;
    border-radius: 15px;
}

.theme-button:disabled,
.theme-button[disabled] {
    opacity: 0.5;
}

.text-blue {
    color: #00ACEE;
}

.button-blue {
    background: linear-gradient(0deg, #00ACEE, #42D1FB);
}

.button-dark {
    background: linear-gradient(0deg, #000000, #353535);
    color: #ffffff;
    margin: 0 auto;
}

.hero-sec {
    background: url('../images/hero-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
}

.head {
    max-width: 1230px;
    font-weight: 700;
    font-size: 70px;
    background: -webkit-linear-gradient(#434343, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    margin: 0 auto;
}

.head>span {
    background: -webkit-linear-gradient(#00ACEE, #006288);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    color: transparent;
}

.para {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.head1 {
    margin-top: 5rem;
}

.para1 {
    margin: 2rem 0;
}

.hero-mac {
    width: 100%;
    margin-top: 2.5rem;
}

.second-sec {
    padding: 3rem 0 7rem 0;
    overflow: hidden;
}

.feature-container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    margin-top: 7rem;
    position: relative;
}

.fade-u {
    position: absolute;
    width: 500px;
    height: 680px;
    z-index: -1;
    transform: rotate(25deg);
    background: radial-gradient(#42d0fb59, 40%, #42d0fb00, rgba(255, 255, 255, 0) 100%);
}

.fade-1 {
    top: 0;
    left: -10rem;
}

.fade-2 {
    top: 50rem;
    right: -10rem;
}

.fade-3 {
    bottom: 0rem;
    left: -10rem;
}

.feature-card {
    background: linear-gradient(#FFFFFF, #F7F7F7);
    border-radius: 20px;
    padding: 50px 0 0 38px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow: hidden;
    box-shadow: 0 2px 20px #0000000e;
    transition: 0.5s ease;
}

.feature-card:hover {
    transform: translateY(-20px);
}

.feature-card>h2 {
    font-size: 44px;
    color: #000;
    font-weight: 700;
}

.feature-card>p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}

.feature-card>a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: block;
    border: 1px solid #000;
    border-radius: 8px;
    width: fit-content;
    padding: 16px 28px;
    transition: 0.3s ease;
}

.feature-card>a:hover {
    background: #000;
    color: #fff;
}

.feature-card>img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: -1rem;
    filter: drop-shadow(0px 1px 24px #0000003a);
}

.third-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 150px;
}

.sec-3-row {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.fade-4 {
    right: -20rem;
}

.mac-2 {
    margin-left: -15rem;
    padding-right: 5rem;
}

.mac-2>img {
    width: 100%;
}

.feature-point-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    max-width: 635px;
    width: 100%;
}

.feature-point>img {
    height: 90px;
}

.feature-point>h2 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-top: 12px;
}

.feature-point>p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 1rem;
    max-width: 470px;
    line-height: 1.5;
}

.year-tabs {
    width: fit-content;
    background: #FBFBFB;
    border-radius: 14px;
    border: 1px solid #E7EBFF;
    padding: 8px;
}

.year-tabs>li>button {
    color: #797878 !important;
    padding: 12px;
    width: 120px;
    border: 1px solid #e7ebff00;
    font-size: 24px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border: 1px solid #E7EBFF;
    background: #fff !important;
    color: #000 !important;
}

.card-prem {
    background: url('../images/Business.webp');
}

.price-tab-area .tab-content {
    margin-top: 4rem;
}

.price-card {
    max-width: 620px;
    min-height: 875px;
    border-radius: 32px;
    box-shadow: 0 0 20px #00000006;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-card>img {
    width: 60px;
}

.price-card>h2 {
    color: #000;
    font-weight: 500;
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.price-card>h2>span {
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 5px 10px;
}

.para-price {
    font-size: 20px;
    font-weight: 300;
    color: #797878;
    line-height: 1.3;
    margin-top: 1rem;
}

.price>span {
    font-size: 62px;
    color: #000;
    font-weight: 500;
}

.price>small {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.price {
    font-size: 20px;
    font-weight: 300;
    color: #797878;
    line-height: 1.3;
    margin-top: 12px;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #E7EBFF;
    margin: 2rem 0;
}

.benifits {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.benifits p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.benifits img {
    margin-right: 10px;
}

.price-card .theme-button {
    width: 100%;
    color: #fff;
    border-radius: 15px;
    padding: 25px;
    font-size: 22px;
    box-shadow: 0 5px 15px #0000001d;
    margin-top: 55px;
}

.price-card-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.price-tab-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    margin-top: 3.5rem;
}

.fourth-sec {
    padding: 10rem 2rem;
    padding-bottom: 0;
}

.footer {
    position: relative;
    width: 100%;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(0deg, #000000, #353535);
    padding-top: 7rem;
    margin-top: 7rem;
}

.end-graph {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 520px;
}

.row-1 {
    /* padding: 10rem 0 5rem 0; */
    display: flex;
    justify-content: space-around;
}

.footer-logo {
    display: block;
    width: 260px;
}

.footer-logo>img {
    width: 100%;
}

.quickLinks-social>h2 {
    color: #ffffff63;
    font-size: 20px;
    font-weight: 500;
}

.link-row {
    display: flex;
    margin-top: 42px;
    gap: 150px;
}

.links {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.links>a {
    color: #fff;
    font-size: 16px;
    font-size: 300;
}

.links>a:hover {
    color: #00ACEE;
}

.s-link {
    margin-top: 42px;
}

.s-link>a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.row-2 {
    padding: 50px 0;
    border-top: 1px solid #ffffff33;
}

.row-2>p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.ham-u,
.d-none-u {
    display: none;
}

/* ================================================= */
/* signup page css */
.reg-container {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2rem;
}

.register-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    position: relative;
}

.logo-reg {
    position: absolute;
    top: 0;
    left: 0;
}

.reg-head {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.form-area {
    margin-top: 1.5rem;
}

.reg-para {
    font-size: 16px;
    font-weight: 400;
    color: #00000082;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.3;
}

.form-area label {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 1rem;
}

.cursor-wait {
    cursor: wait !important;
}

.input-error {
    font-size: 80%;
    color: red;
    display: block;
    margin-top: 5px;
}

.form-area input {
    border: 1px solid #0000002c;
    outline: none;
    border-radius: 8px;
    padding: 1rem;
    width: 100%;
    margin-top: 0.5rem;
}

.form-row1 {
    width: 100%;
    display: flex;
    gap: 1rem;
}

.selectBox {
    border: 1px solid #0000002c;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.selectBox__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 1rem;
}

.selectBox:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E");
}

.selectBox .dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
}

.selectBox.show {
    background-color: #fff;
}

.selectBox.show:after {
    transform: translateY(-50%) rotate(180deg);
}

.selectBox.show .dropdown-menu {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
}


.form-group {
    display: block;
    margin-bottom: 1.2rem;
    margin-top: 20px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-groups {
    display: block;
    margin-bottom: 1.2rem;
    margin-top: 20px;
}
.form-groups input {
    /* padding: 0; */
    height: initial;
    /* width: initial; */
    margin-bottom: 0;
    /* display: none; */
    /* cursor: pointer; */
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.privacy {
    font-weight: 300;
    font-size: 16px;
}

.privacy a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #42D1FB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #42D1FB;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.change-btn {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-top: 1rem;
}

.change-btn>a {
    color: #00ACEE;
    text-decoration: underline;
}

.slider-area {
    background: linear-gradient(#42D1FB, #00ACEE);
    width: 100%;
    border-radius: 30px;
}

.slider-conteiner,
.slider-conteiner2 {
    padding: 60px;
    position: relative;
}

.slider-conteiner>h2 {
    font-size: 45px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.slider-conteiner>p {
    font-size: 18px;
    font-weight: 400;
    color: #00000077;
    line-height: 1.3;
    margin-top: 1rem;
}

.slider-conteiner>img {
    width: 100%;
    box-shadow: 0 0 15px #00000037;
    margin-top: 2rem;
}

.slider-conteiner2>h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.slider-conteiner2>p {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    margin-top: 3rem;
}

.slide-benifit {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;
}

.slide-benifit>li {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.slide-benifit>li>P {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}

.slider-conteiner2>img {
    position: absolute;
    bottom: -5rem;
    right: 0;
    width: 100%;
    opacity: 0.5;
}

.slider-area .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-top: 30px;
    padding: 0 0 1.5rem 0;
}

.slider-area .slick-dots button {
    display: none;
}

.slider-area .slick-dots li {
    width: 7px;
    height: 2px;
    background-color: #00000076;
    border-radius: 1px;
    transition: 0.5s ease;
}

.slider-area .slick-dots .slick-active {
    background-color: #000;
    width: 15px;
}

/* ========================================================== */
/* unicon page css */
.unicon-row {
    display: flex;
    margin-top: 3rem;
}

.uni-left-cont {
    max-width: 520px;
    width: 100%;
    margin-top: 3rem;
}

.head-uni {
    max-width: 100%;
    text-align: left;
}

.uni-modal {
    width: 100%;
}

.uni-left-cont .para {
    text-align: left;
    line-height: 1.3;
    margin-top: 12px;
}

.uni-signupbtn {
    border-radius: 9px;
    border: 1px solid #000;
    padding: 1rem 2rem;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: fit-content;
}
.uni-signupbtn:hover{
    background: #000;
    color: #fff;
}
.uni-para1 {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 12px;
    line-height: 1.3;
}

.unicon-feat-card {
    background: linear-gradient(#FFFFFF, #F7F7F7);
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    overflow: hidden;
    box-shadow: 0 2px 20px #0000001d;
    padding: 100px 0 80px 50px;
    margin-top: 50px;
}

.secondcard-uni {
    padding: 100px 50px 80px 0px;
}

.feat-left {
    max-width: 520px;
    width: 100%;
}

.feat-left>span {
    color: #00ACEE;
    font-size: 20px;
    font-weight: 700;
}

.feat-left>h2 {
    color: #000;
    font-size: 44px;
    font-weight: 700;
    margin-top: 1.5rem;
}

.linedark {
    background-color: #00000071;
}

.feat-left>p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.5;
}

.feat-right {
    width: 100%;
}

.feat-right>img {
    width: 100%;
}

.feat-min {
    display: flex;
    justify-content: space-between;
}

.feat-min-cont {
    max-width: 220px;
}

.feat-min-cont>h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.feat-min-cont>p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
    margin-top: 1rem;
}

.unicon-feat-card .theme-button {
    margin: 0;
    margin-top: 3rem;
}

.uni-fade-1 {
    top: 10rem;
    left: -10rem;
}

.uni-fade-2 {
    bottom: -10rem;
    right: -10rem;
}

/* Support Ticket Help Form */



.chat-pop-up {
    background-size: contain;
    background: #fff;
    border-radius: 6px;
    bottom: 2rem;
    box-shadow: 0 3px 6px 0 rgba(75, 74, 75, 0.2);
    opacity: 0;
    right: 1rem;
    padding: 1.5rem;
    position: fixed;
    transform: translatey(20px);
    transition: opacity 0.25s ease, transform 0.25s ease-out;
    max-width: 350px;
    z-index: 100;
    min-height: 400px;
    width: 100%;
    overflow: hidden auto;
}

.chat-pop-up--heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.close_button {
    float: right;
    background: transparent;
}

.chat-pop-up a {
    /* background: #FF6B17; */
    border-radius: 6px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Galano Grotesque Alt", "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    max-width: 225px;
    padding: 12px;
    text-decoration: none;
    transition: background 0.2s ease;
}



.chat-pop-up a span {
    margin-right: 8px;
}



.toggle-chat {
    background: linear-gradient(0deg, #00ACEE, #42D1FB);
    border-radius: 30px;
    border-style: none;
    box-shadow: 0 3px 6px 0 rgba(75, 74, 75, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 60px;
    bottom: 1rem;
    right: 1rem;
    padding: 10px;
    transition: width 0.3s ease-in-out, background 0.2s ease;
    outline: none;
    z-index: 100;
    width: 60px;
    overflow: hidden;
}

.chat-is-open {
    opacity: 0;
    cursor: auto !important;

}

.open-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #274666;
    font-family: "Galano Grotesque Alt", "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    opacity: 1;
    transition: opacity 0.2s ease-out;
    margin-top: 5px;
    opacity: 0;
}

.toggle-chat:hover .open-chat,
.toggle-chat:active .open-chat {
    opacity: 1;
}

.toggle-chat.chat-is-open .open-chat {
    transition: none;
}

.toggle-chat .close-chat {
    margin-top: 2px;
    opacity: 0;
    transform: rotate(-40deg);
}

.toggle-chat.chat-is-open .close-chat {
    margin-top: 58px;
    opacity: 1;
    transform: rotate(0deg);
    transition: opacity 0.2s ease-out, transform 0.4s ease-out;
}

.chat-display-on {
    display: block !important;
    transform: scale(0);
    transform-origin: bottom right;
}

.chat-visible {
    opacity: 1;
    transform: translatey(0);
}

.button-send button {
    width: 100%;
}

.send-button {
    /* margin-top: 15px; */
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    background: linear-gradient(0deg, #000000, #353535);
    border: none;
}

textarea.form-control {
    min-height: 90px;
    font-size: 14px;
}

.alt-send-button {

    transition: all .2s ease-in-out;
}

input.form-control {
    font-size: 14px;
}

.send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
}

.alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading h1 {
    font-size: 24px;
    font-weight: bold;
}

.help-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.help-logo img {
    height: 20px;
}




/* ======================================================= */
/* Responsive css */
@media (max-width:1680px) {
    .header-u .container {
        padding: 1.5rem 1rem;
    }

    .nav-links a,
    .option-area,
    .theme-button {
        font-size: 14px;
    }

    .head {
        max-width: 880px;
        font-size: 50px;
    }

    .head span {
        font-size: 50px;
    }

    .price>span {
        font-size: 60px;
    }

    .price,
    .para-price {
        font-size: 18px;
    }

    .benifits p {
        font-size: 20px;
    }

    .price-card {
        padding: 35px;
    }

    .price-card {
        min-height: 760px;
    }

    .end-graph {
        width: 630px;
    }

    .links {
        gap: 35px;
    }

    .feature-point-cont {
        max-width: 50%;
    }

    .feature-container {
        max-width: 1050px;
        margin: 0 auto;
        margin-top: 7rem;
    }

    .feature-card>h2 {
        font-size: 36px;
    }

    .feature-card>p {
        font-size: 18px;
    }

    .year-tabs>li>button {
        font-size: 16px;
    }

    .price-card>img {
        width: 50px;
    }

    .price-card>h2 {
        font-size: 26px;
    }

    .price>span {
        font-size: 46px;
    }

    .price,
    .para-price {
        font-size: 16px;
    }

    .benifits p {
        font-size: 16px;
    }

    .benifits {
        gap: 1.5rem;
    }

    .price-card .theme-button {
        font-size: 18px;
        padding: 22px;
    }

    .price-card>h2>span {
        font-size: 14px;
    }

    .row-2 {
        padding: 30px 0;
    }

    /* ======================== */
    /* register page media query */
    .reg-container {
        max-width: 1440px;
    }

    .slider-conteiner2>h2 {
        font-size: 40px;
    }

    .slider-conteiner2>p {
        font-size: 28px;
        margin-top: 2.5rem;
    }

    .slide-benifit>li>P {
        font-size: 24px;
    }

    .slide-benifit {
        gap: 1.5rem;
    }

    .slider-conteiner>h2 {
        font-size: 34px;
    }

    .slider-conteiner>p {
        font-size: 16px;
    }

    .head-uni {
        font-size: 40px;
    }

    .head-uni span {
        font-size: 60px;
    }

    .feat-left {
        max-width: 500px;
    }
}

@media (max-width:1440px) {
    .end-graph {
        width: 500px;
        bottom: 70px;
    }

    .feature-card>p {
        font-size: 18px;
    }

    .feature-card>h2 {
        font-size: 38px;
    }

    .feature-point>img {
        height: 70px;
    }

    .feature-point>h2 {
        font-size: 22px;
    }

    .feature-point>p {
        font-size: 16px;
    }

    .feature-point-cont {
        gap: 1rem;
    }

    .year-tabs>li>button {
        font-size: 18px;
    }

    .price-card>h2 {
        font-size: 32px;
    }

    .price-card .theme-button {
        padding: 20px;
        font-size: 18px;
    }

    .reg-container {
        max-width: 1280px;
    }

    .register-area {
        padding: 0 35px;
    }

    .slider-conteiner,
    .slider-conteiner2 {
        padding: 44px;
    }

    .footer_content {
        min-height: 440px;
    }
}

@media (max-width:1366px) {
    .head {
        max-width: 720px;
        font-size: 40px;
    }

    .feature-container {
        max-width: 870px;
    }

    .feature-card {
        padding: 40px 0 0 26px;
    }

    .feature-card>p {
        font-size: 16px;
    }

    .feature-card>h2 {
        font-size: 32px;
    }

    .feature-card>a {
        padding: 12px 20px;
    }

    .feature-card>img {
        margin-bottom: -2rem;
    }

    .head span {
        font-size: 40px;
    }

    .theme-button {
        font-size: 14px;
    }

    .nav-links a,
    .option-area {
        font-size: 14px;
    }

    .feature-container {
        gap: 20px;
    }

    .nav-links {
        gap: 38px;
    }

    .nav-area {
        gap: 20px;
    }

    .row-2 {
        padding: 30px 0;
        border-top: 1px solid #ffffff33;
    }

    .link-row {
        gap: 100px;
    }

    .footer-logo {
        width: 220px;
    }

    .reg-head {
        font-size: 42px;
    }

    .links>a {
        font-size: 14px;
    }
}

@media (max-width:1280px) {
    .year-tabs>li>button {
        font-size: 16px;
    }

    .benifits p {
        font-size: 18px;
    }

    .benifits {
        gap: 1.5rem;
    }

    .price-card {
        padding: 28px;
    }

    .price {
        margin-top: 12px;
    }

    .hr {
        margin: 1rem 0;
    }

    .price-card-area {
        gap: 2rem;
    }

    .price-card .theme-button {
        margin-top: 1rem;
    }

    .price-card {
        min-height: 680px;
    }

    .end-graph {
        width: 430px;
        bottom: 0px;
    }

    .row-2>p {
        font-size: 14px;
    }

    .price>span {
        font-size: 50px;
    }
    .toggle-chat {
        width: 50px;
        height: 50px;
    }

    .toggle-chat svg {
        height: 30px;
    }

    .chat-pop-up {
        top: 3rem;
    }
}

@media (max-width:1199px) {
    .feature-container {
        gap: 2rem;
    }

    .feature-point-cont {
        max-width: 520px;
    }

    .feature-point>p {
        max-width: 380px;
        font-size: 14px;
    }

    .feature-point>img {
        height: 50px;
    }

    .feature-point>h2 {
        font-size: 18px;
    }

    .price-tab-area,
    .price-tab-area .tab-content {
        margin-top: 2.5rem;
    }

    .links>a {
        font-size: 14px;
    }

    .footer {
        padding-top: 5rem;
        margin-top: 5rem;
    }

    .footer_content {
        min-height: 345px;
    }

    .end-graph {
        width: 366px;
    }

    .footer-logo {
        width: 165px;
    }

    .links {
        gap: 28px;
    }

    .benifits img {
        margin-right: 12px;
        width: 16px;
    }

    .benifits p {
        font-size: 16px;
    }

    .price-card {
        min-height: auto;
    }

    .reg-head {
        font-size: 36px;
        margin-top: 50px;
    }
    .logo-reg{
        position: static;
        margin:0 auto;
    }

    .reg-para,
    .form-area label,
    .form-area input,
    .privacy {
        font-size: 14px;
    }

    .form-area input {
        padding: 13px;
    }

    .slider-conteiner2>h2,
    .slider-conteiner>h2 {
        font-size: 30px;
    }

    .unicon-feat-card {
        gap: 1.5rem;
    }

    .feat-left>h2 {
        font-size: 32px;
    }

    .feat-left>p {
        font-size: 16px;
    }

    .feat-left {
        max-width: 400px;
    }

    .unicon-feat-card {
        padding: 60px 0px 60px 30px;
    }

    .secondcard-uni {
        padding: 60px 30px 60px 0px;
    }

    .feat-min-cont>h2 {
        font-size: 16px;
    }

    .feat-min-cont>p {
        font-size: 14px;
        margin-top: 12px;
    }

    .feat-min-cont {
        max-width: 180px;
    }

    .price-card>img {
        width: 42px;
    }

    .price-card>h2 {
        font-size: 26px;
        margin-top: 1rem;
    }
    .price-card>h2>span {
        font-size: 12px;
        border-radius: 5px;
    }
    .price, .para-price {
        font-size: 14px;
    }
    .price>span {
        font-size: 43px;
    }
    .price-card {
        padding: 24px;
    }
    .price-card {
        border-radius: 22px;
    }
    .benifits p {
        font-size: 14px;
    }
    .price-card .theme-button {
        padding: 14px;
        font-size: 14px;
        border-radius: 10px;
    }
}

@media (max-width:1080px) {
    .mac-2 {
        padding-right: 3rem;
    }

    .slider-conteiner,
    .slider-conteiner2 {
        padding: 28px;
    }

    .slider-conteiner2>p {
        font-size: 24px;
    }

    .slide-benifit>li>P {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .header-u .container {
        max-width: 100%;
    }

    .head {
        max-width: 500px;
        font-size: 28px;
    }
    .feature-card {
        padding: 25px 0 0 20px;
        gap: 1.2rem;
        border-radius: 10px;
    }
    .head span {
        font-size: 28px;
    }

    .para {
        font-size: 14px;
    }

    .para1 {
        max-width: 400px;
        margin: 1.5rem auto;
        line-height: 1.3;
    }

    .feature-container {
        gap: 1rem;
    }

    .feature-card>h2 {
        font-size: 24px;
    }

    .feature-card>p {
        font-size: 14px;
    }

    .feature-card {
        padding: 35px 0 0 25px;
        gap: 1.2rem;
    }

    .feature-card>a {
        padding: 12px 20px;
        font-size: 12px;
    }

    .feature-card>img {
        margin-top: 0;
    }

    .price-card-area {
        gap: 1rem;
    }

    .price-card>img {
        width: 40px;
    }

    .price-card>h2 {
        font-size: 25px;
    }

    .price-card>h2>span {
        font-size: 12px;
    }

    .price,
    .para-price {
        font-size: 12px;
    }

    .benifits {
        gap: 1rem;
    }

    .price-card .theme-button {
        padding: 17px;
        font-size: 14px;
    }

    .price-card {
        border-radius: 22px;
    }

    .link-row {
        gap: 2rem;
    }

    .year-tabs>li>button {
        padding: 10px;
        width: auto;
        font-size: 14px;
    }

    .price>span {
        font-size: 37px;
    }

    .year-tabs {
        border-radius: 8px;
        padding: 4px;
    }

    .reg-container .row {
        max-width: 575px;
        flex-direction: column;
    }

    .register-area {
        padding: 3rem 0;
        padding-top: 1rem;
    }

    .reg-container .row .col-6 {
        width: 100%;
    }

    .slider-conteiner,
    .slider-conteiner2 {
        padding: 42px;
    }

    .unicon-feat-card {
        flex-direction: column;
    }

    .secondcard-uni {
        flex-direction: column-reverse;
    }

    .feat-right>img {
        height: 400px;
        object-fit: contain;
        float: right;
        width: fit-content;
    }

    .secondcard-uni .feat-right>img {
        float: left;
    }

    .feat-right {
        width: 100%;
    }

    .unicon-feat-card {
        align-items: flex-start;
    }

    .feat-left {
        padding: 0 4rem;
    }

    .unicon-feat-card {
        padding: 60px 0px;
    }

    .feat-left {
        max-width: 100%;
    }

    .unicon-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    .uni-left-cont .para {
        margin: 0;
        margin-top: 12px;
    }

    .uni-signupbtn {
        display: block;
        width: fit-content;
        margin-top: 2rem;
        padding: 1rem;
    }

    .head-uni {
        margin: 0;
    }
}

@media (max-width:850px) {
    .end-graph {
        width: 260px;
    }

    .quickLinks-social>h2 {
        font-size: 16px;
    }

    .links {
        gap: 24px;
    }

    .footer-logo {
        width: 120px;
    }

    .sec-3-row {
        flex-direction: column;
    }

    .mac-2 {
        margin-left: -30rem;
    }

    .mac-2>img {
        width: 100%;
        height: 420px;
    }

    .feature-point-cont {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 3rem;
    }

    .feature-point {
        flex-basis: 48%;
    }

    .logo>img {
        height: 22px;
    }

    .theme-button {
        padding: 12px 25px;
    }

    .nav-links {
        gap: 20px;
    }

    .nav-area {
        gap: 12px;
    }

    .head {
        max-width: 570px;
        font-size: 20px;
    }

    .head span {
        font-size: 34px;
    }
}

@media (max-width:767px) {

    .price-card-area,
    .link-row {
        flex-direction: column;
    }

    .link-row {
        gap: 24px;
    }

    .feature-container {
        grid-template-columns: auto;
    }

    .chat-pop-up {
        top: 1rem;
        bottom: 1rem;
    }

    .chat-pop-up::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width:700px) {
    .nav-links {
        max-width: 450px;
        width: 100%;
        height: 100vh;
        position: fixed;
        background: #fff;
        box-shadow: 0 0 150px #0000005d;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 15;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 4rem 2rem;
        transition: 0.3s ease-out;
        transform: translateX(-100%);
    }

    .ham-u,
    .d-none-u {
        display: flex;
    }

    .nav-act {
        transform: translateX(0%);
    }

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

    .option-area {
        padding: 0;
    }

    .mac-2 {
        margin-left: -17rem;
    }
}

@media (max-width:575px) {
    .feature-point {
        flex-basis: 100%;
    }

    .mac-2>img {
        height: auto;
    }

    .third-sec {
        gap: 3rem;
    }

    .head {
        max-width: 450px;
        font-size: 18px;
    }

    .head span {
        font-size: 28px;
    }

    .mac-2 {
        margin-left: 0;
        padding: 0;
    }

    .end-graph {
        width: 60%;
        opacity: 0.5;
    }

    .benifits {
        gap: 1.5rem;
    }

    .fourth-sec {
        padding: 3rem 2rem;
    }

    .fourth-sec .para {
        margin-top: 1rem;
    }

    .reg-container {
        padding: 2rem 1rem;
    }

    .logo-reg>img {
        /* height: 25px; */
    }

    .feat-right>img {
        height: auto;
        float: right;
        width: 100%;
        padding-left: 3rem;
    }

    .secondcard-uni .feat-right>img {
        padding-left: 0;
        padding-right: 3rem;
    }

    .feat-left {
        padding: 0 2rem;
    }
}

@media (max-width:500px) {
    .chat-pop-up {
        inset: 0;
        max-width: none;
    }
}

@media (max-width:450px) {
    .fourth-sec {
        padding: 2rem 0;
    }

    .row-1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .links {
        align-items: center;
    }

    .s-link,
    .link-row {
        margin-top: 28px;
    }

    .quickLinks-social>h2 {
        text-align: center;
    }

    .row-1 {
        padding: 0 0 4rem 0;
    }

    .row-2 {
        padding: 20px 0;
    }

    .slider-conteiner,
    .slider-conteiner2 {
        padding: 28px;
    }

    .slider-conteiner2>h2,
    .slider-conteiner>h2 {
        font-size: 24px;
    }

    .slider-conteiner2>p {
        font-size: 18px;
        margin-top: 1rem;
    }

    .slide-benifit>li>P {
        font-size: 14px;
    }

    .slider-area {
        border-radius: 20px;
    }

    .register-area {
        padding: 3rem 0;
        padding-top: 1rem;
    }

    .reg-head {
        font-size: 32px;
    }

    .feat-left {
        padding: 0 1rem;
    }

    .feat-left>h2 {
        font-size: 26px;
    }

    .feat-left>p {
        font-size: 14px;
    }

    .feat-min {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 1rem;
    }

    .feat-min-cont {
        max-width: 100%;
    }
    .toggle-chat {
        width: 48px;
        height: 48px;
    }

    .toggle-chat svg {
        height: 30px;
    }

}
