:root {
    --black: #000000;
    --description: #636366;
    --site-bg: #FAFAFE;
    --btn-text: #FFFFFF;
}
@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-SemiBold.eot');
    src: url('../fonts/Geist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-SemiBold.woff2') format('woff2'),
        url('../fonts/Geist-SemiBold.woff') format('woff'),
        url('../fonts/Geist-SemiBold.ttf') format('truetype'),
        url('../fonts/Geist-SemiBold.svg#Geist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Light.eot');
    src: url('../fonts/Geist-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Light.woff2') format('woff2'),
        url('../fonts/Geist-Light.woff') format('woff'),
        url('../fonts/Geist-Light.ttf') format('truetype'),
        url('../fonts/Geist-Light.svg#Geist-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Bold.eot');
    src: url('../fonts/Geist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Bold.woff2') format('woff2'),
        url('../fonts/Geist-Bold.woff') format('woff'),
        url('../fonts/Geist-Bold.ttf') format('truetype'),
        url('../fonts/Geist-Bold.svg#Geist-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Medium.eot');
    src: url('../fonts/Geist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Medium.woff2') format('woff2'),
        url('../fonts/Geist-Medium.woff') format('woff'),
        url('../fonts/Geist-Medium.ttf') format('truetype'),
        url('../fonts/Geist-Medium.svg#Geist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Regular.eot');
    src: url('../fonts/Geist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Regular.woff2') format('woff2'),
        url('../fonts/Geist-Regular.woff') format('woff'),
        url('../fonts/Geist-Regular.ttf') format('truetype'),
        url('../fonts/Geist-Regular.svg#Geist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body,html{
    height: 100%;
}
body {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    display: flex;
    flex-direction: column;
    background-color: var(--site-bg);
    overflow-x: hidden !important;
}
P {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
a {
    text-decoration: none;
    cursor: pointer;
}
h1 {
    font-size: 54px;
    line-height: 68px;
    font-weight: 600;
}
h2 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 600;
    margin-bottom: 12px;
}
h1, h2 {
    background: -webkit-linear-gradient(180deg, #007AFF, #000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.img_boxx img {
    width: 100%;
}
/* nav.navbar .container {
    width: 1150px;
} */
.banner-section {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    /* width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; */
}
/* .banner-bg img {
    width: 100%;
} */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFFE5;
    box-shadow: 0px 0px 24px 0px #0000001F;
    backdrop-filter: blur(8px);
    border-radius: 70px;
    padding: 14px 24px;
}
.header a {
    padding: 0px;
}
.header-top {
    padding: 24px 0px 0px;
    z-index: 1;
}
.header ul li a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--black) !important;
    padding: 0px !important;
}
.header ul li a:hover {
    color: #1fa2f9 !important;
}
.header ul li a.arrow-right:hover {
    color: #ffffff !important;
}
.header ul li {
    padding: 0px 11px !important;
}
.header ul li:last-child {
    padding-right: 0px !important;
}
.header .download-btn a {
    background: var(--black);
    color: #ffffff !important;
    padding: 10px 45px 10px 20px !important;
    border-radius: 36px;
}
.hero-left-section {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.search-container {
    margin-top: 20px;
}
.hero-left-section .search-container p {
    font-size: 16px;
    line-height: 21px;
    color: var(--black);
    margin-bottom: 12px;
}
.hero-left-section p {
    font-size: 18px;
    line-height: 24px;
    color: var(--description);
}
input.search-box {
    background: #fff;
    border: 1px solid #3C3C432E;
    padding: 18px;
    border-radius: 10px;
    cursor: pointer;
}
.input-wrapper {
    position: relative;
    cursor: pointer;
}
.input-wrapper::after {
    content: "";
    position: absolute;
    background-image: url(../img/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.connectivity {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 30px;
    gap: 15px;
}
.secure {
    display: flex;
    align-items: center;
    gap: 5px;
}
.secure img {
    width: 25px;
    height: 25px;
}
a.arrow-right {
    position: relative;
}
a.arrow-right::after {
    content: "";
    position: absolute;
    background: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
    transition: 0.3s ease-in;
}
a.arrow-right:hover::after {
    margin-left: 13px;
    transition: 0.3s ease-in;
}
a.arrow-right::before {
    content: "";
    position: absolute;
    width: 0%;
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 36px;
    transition: 0.3s ease-in;
}
a.arrow-right:hover::before {
    width: 100%;
    transition: 0.3s ease-in;
}
.main-text p.banner-top {
    background: #FFFFFFB2;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 36px;
    margin-bottom: 24px;
}
.main-text p.banner-desc-text {
    margin-top: 24px;
    color: var(--description);
}
.banner-text {
    /* position: absolute;
    top: 20%;
    left: 0;
    right: 0; */
}
.app-btn {
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.main-text {
    padding-bottom: 146px;
}   
.plans {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 60%, #FAFAFE 100%);
    padding: 24px;
    border-radius: 24px;
}
.country h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: var(--black);
    text-align: left;
    margin-bottom: 0px;
}
.country p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black);
}
.plan-description {
    background: linear-gradient(214.15deg, #EEF6FD 0%, #FAFAFE 64.22%);
    padding: 16px;
    border-radius: 10px;
}
.plan-description ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    text-align: left;
    margin: 16px 0px;
    position: relative;
}
.plan-description ul li:last-child {
    margin-bottom: 0px;
}
.plan-description ul li::before {
    content: "";
    position: absolute;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: -32px;
}
.plan-description ul {
    margin-bottom: 12px;
}
.plan-description p {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: var(--black);
}
.active-plan-btn a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: var(--btn-text);
    background-color: var(--black);
    display: block;
    padding: 10px;
    border-radius: 36px;
    position: relative;
}
.active-plan-btn a::before {
    content: "";
    position: absolute;
    width: 0%;
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 36px;
    transition: 0.4s ease-in;
}
.active-plan-btn a:hover:before {
    width: 100%;
    transition: 0.4s ease-in;
}
.validity {
    margin: 12px 0px;
}
.validity p {
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
    background: -webkit-linear-gradient(180deg, #007AFF, #000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
.validity p span.day-time {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.country-plan {
    padding-bottom: 100px;
}
.usa-plan {
    transform: scale(1.2);
    z-index: 1;
}
.france-plan {
    transform: rotate(-6deg);
    opacity: 0.7;
}
.canada-plan {
    transform: rotate(6deg);
    opacity: 0.7;
}
.user-review {
    max-width: 462px;
    margin: 0 auto;
    position: relative;
}
.user-review::before {
    content: "";
    position: absolute;
    background: url(../img/global-user-1.svg);
    background-repeat: no-repeat;
    top: 0;
    left: -88px;
    width: 90px;
    height: 100%;
}
.user-review::after {
    content: "";
    position: absolute;
    background: url(../img/global-user-2.svg);
    background-repeat: no-repeat;
    top: 0;
    right: -88px;
    width: 90px;
    height: 100%;
}
.digital-sim {
    padding: 80px 0px;
}
.digital-sim img {
    width: 100%;
}
.digital-sim p {
    font-size: 18px;
    line-height: 24px;
    color: var(--description);
    margin-top: 24px;
}
.destination-section {
    padding: 80px 0;
}
.card-destination {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background-color: #f7f7f8;
    color: inherit !important;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}
.card-destination:hover {
    background-color: #e2e2e4;
    text-decoration: none;
}
.card-destination::after {
    position: absolute;
    content: "";
    background-image: url(../img/right-arrow.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
    right: 16px;
}
.destination-btn {
    text-align: center;
    margin-top: 48px;
}
.destination-btn a {
    background: var(--black);
    color: var(--btn-text);
    padding: 10px 45px 10px 20px;
    display: inline-block;
    border-radius: 36px;
}
.flag-img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #e3e3e3;
}
.global-users {
    padding: 80px 0px;
}
.user-review h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: var(--black);
    margin-top: 16px;
}
.user-review p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--description);
}
.global-users span.customer-review {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--description);
}
.global-users p {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 24px;
    background: -webkit-linear-gradient(240deg, #007AFF, #000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.benefits {
    padding: 80px 0px;
}
.data-structure p.connect {
    background: #78788014;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 36px;
    color: var(--black);
}
.data-structure h2 {
    margin: 12px 0px;
}
.data-structure p {
    color: var(--description);
}
.plan-benefits {
    display: flex;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 48px;
    margin-top: 48px;
}
.plan-info {
    width: calc(50% - 18px);
    padding: 36px;
    border-radius: 24px;
    color: var(--black);
}
.plan-img {
    width: 96px;
    height: 96px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-info h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin: 36px 0px 12px;
}
.plan-info p {
    color: var(--description);
}
.unlimited-data {
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #FFE7C4 100.05%);
}
.unlimited-data .plan-img {
    background: #FF95001A;
}
.favorite-apps {
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #EAD3FF 100.05%);
}
.favorite-apps .plan-img {
    background: #AF52DE1A;
}
.customer-support {
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #AAD3FF 100.05%);
}
.customer-support .plan-img {
    background: #007AFF1A;
}
.fast-internet {
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #99FFB3 100.05%);
}
.fast-internet .plan-img {
    background: #34C7591A;
}
.process {
    padding: 80px 0px;
}
.activation p {
    color: var(--description);
}
.process-detail {
    margin-top: 48px;
}
.app-data {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #ededed;
}
.step span {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black);
    color: var(--btn-text);
}
.sim-details h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    color: var(--black);
}
.sim-details p {
    color: var(--description);
}
.choose-plan {
    margin: 24px 0px;
}
.install-app {
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #EAD3FF 100.05%);
}
.choose-plan {
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #A4F1FF 100.05%);
}
.sim-use {
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #FFE7C4 100.05%);
}
.start-use {
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #99FFB3 100.05%);
}
.qr-section {
    align-content: center;
}
.process-detail > .container {
    padding: 0px !important;
}
.qr-code-manage {
    padding: 36px;
    background: linear-gradient(114.06deg, #FFFFFF 17.42%, #FFFFFF 42.21%, #AAD3FF 100.05%);
    border-radius: 24px;
    border: 1px solid #ededed;
}
.scan-code h3 {
    font-size: 34px;
    line-height: 41px;
    background: -webkit-linear-gradient(180deg, #007AFF, #000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}
.scan-code {
   padding: 45px 24px;
    background: var(--btn-text);
    border-radius: 24px;
}
.scan-code p {
    color: var(--black);
    margin-top: 24px;
}
.active-sim-btn {
    margin-top: 30px;
}
.active-sim-btn a {
    background: var(--black);
    color: var(--btn-text);
    padding: 10px 45px 10px 20px;
    display: inline-block;
    border-radius: 36px;
}
.slick-slide > div, .testimonial-slide, .testimonial_box, .testimonial_box-inner  {
    height: 100%;
}
.testimonial-section {
    padding: 80px 0px;
    overflow: hidden;
}
.choose-sim p {
    color: var(--description);
}
.user-info-section {
    display: flex;
    align-items: center;
    column-gap: 6px;
    width: 100%;
    border-bottom: 1px solid #78788029;
    padding: 24px 24px;
}
.testimonial_box-job {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.testimonial-slider {
    position: unset !important;
}
.testimonial > .container {
    padding: 0px 12px;
}
.testimonial-section .row .col {
    padding: 0px;
}
.testimonial-slider .slick-track {
    display: flex;
}
.testimonial-slider .slick-list {
    overflow: visible;
}
.testimonial__inner {
    padding: 48px 0px;
}
.testimonial_box-top{
    background-color: var(--btn-text);
    /* padding: 24px; */
    border-radius: 15px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #78788029;
    height: 100%;
}
.testimonial_box-text{
    padding: 24px;
}
.testimonial_box-text p{
    color: var(--description);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}
.testimonial_box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.testimonial_box-job h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0;
    text-align: left;
}   
.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonial__inner .slick-initialized .slick-slide {
    margin-right: 18px;
    height: auto;
    width: 360px !important;
}
.testimonial__inner .slick-initialized .slick-slide:last-child {
    margin-right: 0px;
}
.next-arrow {
    width: 50px;
    height: 40px;
    border-radius: 36px;
    border: 1px solid #78788033;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    right: 265px;
    transition: 0.3s ease-in;
}
.next-arrow:hover {
    width: 60px;
    transition: 0.3s ease-in;
}
.prev-arrow a.arrow-right {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: var(--btn-text);
    background: var(--black);
    padding: 10px 45px 10px 20px !important;
    border-radius: 36px;
    position: absolute;
    bottom: 4px;
    right: 12px;
}
.feedback {
    display: flex;
    align-items: center;
    gap: 16px;
}
p.user-rating {
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
    background: -webkit-linear-gradient(210deg, #007AFF, #000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feedback p {
    color: var(--description);
}
.footer-section {
    position: relative;
}
.footer-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: 0% 40%;
    background-size: cover;
    width: 100%;
    height: 811px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.footer {
    padding: 80px 0px;
}
.footer .app-btn {
    margin-top: 36px;
}
.footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0px;
}
.footer-link p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: var(--description);
}
.links ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.links ul li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
    position: relative;
}
.links ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: var(--description);
}
.links ul li a:hover {
    color: #1fa2f9;
}
.links ul li::after {
    content: "•";
    position: absolute;
    right: -4px;
    color: var(--description);
}
.links ul li:last-child:after {
    content: none;
}
.links ul li:first-child {
    padding-left: 0px;
}
.links ul li:last-child {
    padding-right: 0px;
}
.privacy-section, .policy-section, .contact-section {
    padding-top: 160px;
}
.info-text p {
    color: var(--description);
    margin: 10px 0;
}
.info-text h2 {
    margin: 25px 0px 12px;
}
.info-text h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}
.footer-border {
    border-top: 1px solid #d3d3d3;
}
.form-group {
    display: flex;
    gap: 15px;
}
label {
    width: 100%;
    margin-bottom: 4px;
}
input, textarea {
    width: 100%;
    border: 1px solid #dedfdf;
    background: transparent;
    padding: 6px 12px;
    border-radius: 6px;
}
input[type="submit"] {
    width: auto;
    background: var(--black);
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 36px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:focus-visible, textarea:focus-visible {
    outline: none;
}
.form-part {
    max-width: 760px;
}
.form-detail {
    width: 84%;
}
.form-label-name {
    width: 16%;
}
span.error {
    color: #ff3333;
}

/* Modal Style */
body :has(.modal-popup-open) {
  overflow: hidden;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.modal-content {
      background: #fff;
      width: 960px;
      height: 70vh;
      padding: 20px 24px;
      overflow-y: auto;
      position: relative;
    }

    .modal-content h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 20px;
    }

    .modal-input-wrapper {
      position: relative;
      margin: 16px 0;
    }

    .modal-input {
      width: 100%;
      padding: 12px 36px 12px 14px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 16px;
    }

    .modal-input:focus {
      outline: none;
      border-color: #aaa;
    }

    .destinations {
      margin-top: 10px;
    }

    .destination {
      display: flex;
      align-items: center;
      padding: 12px 0;
      cursor: pointer;
    }
    .destination .card-destination {
        display: flex;
        width: 100%;
    }

    .destination img {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-right: 14px;
    }

    .destination-info {
      display: flex;
      flex-direction: column;
    }

    .destination-name {
      font-weight: 600;
    }

    .destination-price {
      font-size: 13px;
      color: #555;
    }

    .close-modal {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 30px;
      color: #555;
      cursor: pointer;
    }

    /* qiuck guide Page css Start */

.banner_main{
    padding: 192px 0 100px 0;
    background: url(../img/qiuck_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner_main p{
    margin-top: 24px;
    color: var(--description);
}

.purchase_main{
    padding: 80px 0;
}
.purchase_main p{
    color: var(--description);
    margin-top: 12px;
}
.purchase_main .step_box_main{
    gap: 36px;
    margin-top: 48px;
}
.purchase_main .step_box{
    background-color: #f2f2f7;
    padding: 60px 24px 0; 
    border: 1px solid #78788014;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.purchase_main .step_number{
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #78788014;
    border-radius: 0 50% 50%;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    padding: 12px 20px;
}
.purchase_main .step_box h3{
    font-size: 22px;
}
.purchase_main .step_box .box_inside{
    padding: 23px 40px 0;
}
.activate_esim_main p{
    margin-top: 12px;
    color: var(--description);
}
.activate_esim_main .box_alternet{
    margin-top: 48px;
    gap: 48px;
}
.activate_esim_main .box_alternet .img_boxx{
    padding: 24px 50px 0;
    background-color: #f2f2f7;
    border: 1px solid #78788014;
    border-radius: 10px;
    text-align: center;
}
.activate_esim_main .box_alternet .content_boxx{
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
}
.activate_esim_main .box_alternet .content_boxx p{
    margin: 0;
}
.activate_esim_main .box_alternet .content_boxx ul{
    padding: 0;
    list-style: none;
}
.activate_esim_main .box_alternet .content_boxx ul li{
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--description);
}
.activate_esim_main .box_alternet .content_boxx ul li img{
    margin-right: 10px;
}
.activate_esim_main .box_alternet .content_boxx .nummber_cir{
    border-radius: 50%;
    background-color: #f2f2f7;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activate_esim_main .note_popup{
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.activate_esim_main .note_popup p{
    padding: 8px 18px;
    border-radius: 36px;
    color: #000000;
    text-align: center;
    background: #78788014;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

/* qiuck guide Page css end */



@media (min-width: 1400px) {
    .container {
        max-width: 1150px;
    }
}
@media only screen and (max-width: 1400px){
    .purchase_main .step_box.box_2 .box_inside a {
        padding: 6px 15px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 52px;
        line-height: 60px;
    }
    h2 {
        font-size: 32px;
        line-height: 38px;
    }
    P {
        font-size: 16px;
    }
    .country-plan {
        padding-bottom: 80px;
    }
    .global-users {
        padding: 80px 0px;
    }
    .benefits {
        padding: 80px 0px;
    }
    .process {
        padding: 80px 0px;
    }
    .testimonial-section {
        padding: 80px 0px;
    }
    .footer {
        padding: 80px 0px;
    }
    .country h3 {
        font-size: 20px;
    }
    .validity p {
        font-size: 26px;
        line-height: 38px;
    }
    .validity p span.day-time {
        font-size: 18px;
        line-height: 26px;
    }
    .plan-description p {
        font-size: 18px;
        line-height: 24px;
    }
    .plan-description ul li {
        font-size: 16px;
    }
    .plan-description ul li::before {
        width: 20px;
        height: 20px;
        background-size: contain;
        top: 3px;
    }
    .sim-details h3 {
        font-size: 20px;
    }
    .header .download-btn a {
        padding: 10px 38px 10px 18px !important;
    }
    .header ul li a {
        font-size: 13px;
    }
    .purchase_main .step_box.box_2 .box_inside a {
        padding: 6px 15px;
        font-size: 18px;
    }
    .purchase_main .step_box .box_inside{
        padding: 0px 0px;
    }
    .header ul li {
        padding: 0px 8px !important;
    }
    .hero-right-section img {
        width: 100%;
    }
    .digital-sim img {
        width: 100%;
    }
    .header a img {
        width: 165px;
    }
}

@media only screen and (max-width: 1024px) {
    .country-plan {
        padding-bottom: 60px;
    }
    .global-users {
        padding: 60px 0px;
    }
    .benefits {
        padding: 60px 0px;
    }
    .process {
        padding: 60px 0px;
    }
    .testimonial-section {
        padding: 60px 0px;
    }
    .footer {
        padding: 60px 0px;
    }
    /* .form-label-name {
        width: 15%;
    }
    .form-detail {
        width: 85%;
    } */
    .destination-section {
        padding: 60px 0;
    }
    .secure span {
        font-size: 14px;
    }
    .connectivity {
        gap: 12px;
    }
    .digital-sim {
        padding: 60px 0px;
    }
    .purchase_main .step_box h3 {
        font-size: 16px;
    }
    .purchase_main .step_box .box_inside{
        margin: 20px 10px 0;
    }
    .scan-code {
        padding: 33px 24px;
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 36px;
        line-height: 50px;
    }
    br {
        display: none;
    }
    .qr-code-manage {
        margin-bottom: 40px;
    }
    .footer-link {
        flex-direction: column;
        row-gap: 8px;
    }
    .footer-link p {
        text-align: center;
    }
    .prev-arrow a.arrow-right {
        bottom: 85px;
    }
    .next-arrow {
        bottom: 85px;
    }
    .testimonial__inner {
        padding: 48px 0px 110px 0px;
    }
    .country-plan {
        padding-bottom: 40px;
    }
    .global-users {
        padding: 40px 0px;
    }
    .benefits {
        padding: 40px 0px;
    }
    .process {
        padding: 40px 0px;
    }
    .testimonial-section {
        padding: 40px 0px;
    }
    .footer {
        padding: 60px 0px;
    }
    .navbar-content {
        position: absolute;
        top: 35px;
        background: #fff;
        width: 100%;
        left: 0;
        padding-top: 60px;
        padding-bottom: 10px;
        z-index: -1;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    /* .navbar-content::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 36px;
        top: -35px;
        left: 0;
        background: #FFFFFFE5;
        backdrop-filter: blur(8px);
        z-index: -1;
    } */
    .header {
        background: #fff;
        backdrop-filter: unset;
        box-shadow: unset;
        position: relative;
    }
    .header button:focus:not(:focus-visible) {
        box-shadow: unset;
    }
    .header ul li {
        padding: 0px 0px 12px 0px !important;
    }
    .country h3 {
        font-size: 18px;
    }
    .country p {
        font-size: 13px;
        line-height: 18px;
        text-align: left;
    }
    .validity p {
        font-size: 18px;
        line-height: 24px;
    }
    .validity p span.day-time {
        font-size: 16px;
        line-height: 22px;
    }
    .plans {
        padding: 20px;
    }
    .plan-description {
        padding: 10px;
    }
    .plan-description p {
        font-size: 16px;
        line-height: 22px;
    }
    .plan-description ul li {
        font-size: 13px;
        line-height: 18px;
        margin: 12px 0px;
    }
    .active-plan-btn a {
        font-size: 14px;
        line-height: 19px;
        padding: 8px;
    }
    .plan-description ul li::before {
        top: 1px;
    }
    .country-plan {
        gap: 0 !important;
    }
    .main-text {
        padding-bottom: 120px;
    }
    .testimonial-section .row .col {
        padding: 0 12px;
    }
    .testimonial_box-job {
        flex-direction: column;
    }
    .user-info-section {
        column-gap: 10px;
        padding: 20px 20px;
    }
    .testimonial_box-job img {
        width: fit-content;
    }
    .testimonial_box-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .testimonial_box-text {
        padding: 20px;
    }
    .plan-benefits {
        column-gap: 35px;
        row-gap: 35px;
    }
    .testimonial__inner {
        padding: 48px 0px 50px 0px;
    }
    .plan-info h3 {
        margin: 26px 0px 12px;
    }
    .form-label-name {
        width: 18%;
    }
    .form-detail {
        width: 82%;
    }
    .hero-left-section p {
        font-size: 16px;
    }
    .hero-left-section {
        row-gap: 0px;
    }
    input.search-box {
        padding: 12px;
    }
    .input-wrapper::after {
        right: 12px;
        width: 20px;
        height: 20px;       
    }
    .destination-section {
        padding: 40px 0;
    }
    .secure img {
        width: 16px;
        height: 16px;
    }
        .secure span {
        font-size: 10px;
    }
    .connectivity {
        gap: 7px;
    }
    .digital-sim {
        padding: 40px 0px;
    }
    .modal {
        padding: 0 20px;
    }
    .activate_esim_main .content_boxx h3{
        font-size: 16px;
        line-height: 24px;
    }
    .activate_esim_main .box_alternet .content_boxx{
        gap: 10px;
    }
    .purchase_main .step_box_main {
        gap: 20px;
    }
    .purchase_main .step_box{
        padding: 60px 10px 0;
    }
    .header ul li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .main-text {
        padding-bottom: 60px;
    }
    .user-review::before {
        content: none;
    }
    .user-review::after {
        content: none;
    }
    .global-users p {
        font-size: 18px;
        line-height: 26px;
    }
    .plan-info {
        width: 100%;
        padding: 24px;
        border: 1px solid #ededed;
    }
    .plan-benefits {
        row-gap: 20px;
    }
    .country-plan {
        flex-wrap: wrap;
        gap: 20px !important;
    }
    .france-plan {
        transform: unset;
        opacity: 1;
    }
    .usa-plan {
        transform: unset;
    }
    .canada-plan {
        transform: unset;
        opacity: 1;
    }
    .plans {
        max-width: 400px;
        width: 100%;
        box-shadow: 0px 2px 2px 2px #afafaf4f;
    }
    .plan-benefits {
        margin-top: 35px;
    }
    .plan-info h3 {
        margin: 20px 0px 12px;
    }
    .qr-code-manage {
        padding: 20px;
    }
    .scan-code {
        padding: 20px 18px;
    }
    .active-sim-btn {
        margin-top: 24px;
    }
    .banner-section {
        padding-top: 150px;
    }
    .country-plan {
        padding-bottom: 30px;
    }
    .global-users {
        padding: 30px 0px;
    }
    .benefits {
        padding: 30px 0px;
    }
    .process {
        padding: 30px 0px;
    }
    .testimonial-section {
        padding: 30px 0px;
    }
    .footer {
        padding: 30px 0px;
    }
    .app-data {
        padding: 20px;
        align-items: baseline;
    }
    .step span {
        width: 24px;
        height: 24px;
    }
    .sim-details h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .testimonial__inner .slick-initialized .slick-slide {
        margin-right: 24px;
    }
    .prev-arrow a.arrow-right {
        bottom: 105px;
    }
    .next-arrow {
        bottom: 105px;
    }
    .links ul li a {
        font-size: 14px;
        line-height: 20px;
    }
    .links ul li {
        padding: 0 6px;
    }
    .app-btn {
        gap: 16px;
        margin-top: 25px;
    }
    .app-btn a img {
        max-width: 120px;
        width: 100%;
    }
    .footer .app-btn {
        margin-top: 25px;
    }
    .header button.navbar-toggler {
        font-size: 16px;
    }
    .footer-link p {
        font-size: 15px;
    }
    .plan-info h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .process-detail {
        margin-top: 35px;
    }
    .qr-code-manage {
        margin-bottom: 35px;
    }
    .plan-img {
        width: 70px;
        height: 70px;
    }    
    .plan-img img {
        width: 50px;
        height: 50px;
    }
    .form-group {
        display: unset;
    }
    .form-label-name {
        width: 100%;
    }
    .form-detail {
        width: 100%;
    }
    .privacy-section, .policy-section, .contact-section {
        padding-top: 130px;
    }
    .section-wrap {
        flex-wrap: wrap;
    }
    .purchase_main .step_box{
        width: 90%;
    }
    .purchase_main .step_box .box_inside {
        margin: 20px 60px 0;
    }
    .purchase_main .step_box.box_2 .box_inside{
        margin-bottom: 20px;
    }
    .activate_esim_main{
        width: 90%;
        margin: auto;
    }
    .activate_esim_main .box_alternet .img_boxx{
        order: 2;
    }
    .activate_esim_main .box_alternet .content_boxx{
        order: 1;
    }
    .activate_esim_main .content_boxx h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .activate_esim_main .box_alternet{
        gap: 24px;
        flex-direction: column;
    }
    .purchase_main .step_box h3 {
        font-size: 18px;
    }
    .purchase_main{
        padding: 20px 0 40px;
    }
    .activate_esim_main .box_alternet .content_boxx ul li {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .step_box_main{
        flex-direction: column;
        align-items: center;
    }
    .scan-code h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 645px) {
    .header img {
        max-width: 150px;
        width: 100%;
    }
    .global-users span.customer-review {
        font-size: 15px;
        line-height: 22px;
    }
    .feedback {
        flex-direction: column;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .activate_esim_main .box_alternet .img_boxx img {
        width: 100%;
    }
}