:root {
    --background-black: #060606;
    --background-black-20: #202020;
    --background-0: #E9E9E9;
    --background-200: #BEBEBE;
    --gray-color: #929292;
}

body {
    padding: 15px 0 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Prompt', 'Sarabun', 'Poppins', sans-serif;
    background: var(--bs-white);
}

button, a {
    transition: 0.3s ease all;
}

a, a:hover {
    text-decoration: none !important;
}

/*Header Css*/
.custom-header {
    height: 104px;
    border-radius: 20px;
    background: var(--background-black-20);
    backdrop-filter: blur(12px);
    z-index: 9;
    width:100%;
    margin: auto;
    transition: 0.6s ease all;
    position: relative;
}
.nav-link-div ul li.list-inline-item:not(:last-child) {
    margin-right: 3rem;
}

.nav-link-div ul li a {
    color: var(--gray-color);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.54px;
}

.nav-link-div ul li a.active {
    color: var(--bs-white);
}

.contact-us-btn a {
    border-radius: 100px;
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    height: 54px;
    padding: 12px 25px;
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 500;
}

/*Banner-Css*/
.banner-main-fluid {
    border-radius: 20px;
    background: var(--background-black);
    height: 850px;
    z-index: 1;
    width: calc(100% - 30px);
    margin: auto;
    padding: 0;
}
.banner-data-row h5 {
    color: var(--background-0);
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
.banner-data-row h5 img {
    margin: 0 10px;
}
.banner-data-row h1 {
    color: var(--bs-white);
    font-family: 'Sarabun', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}

.banner-data-row p {
    color: var(--background-200);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.011rem;
    margin-bottom: 50px;
}

.btn.download-ios-btn {
    height: 57px;
    border: 0;
    border-radius: 48px;
    background: var(--bs-white);
    color: var(--background-black);
    font-size: 18px;
    font-weight: 500;
    padding: 0 35px;
    width: 60%;
}

.btn.download-ios-btn img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.banner-img-right {
    position: relative;
    bottom: -72px;
    right: 0;
    z-index: 2;
}

.layer-img {
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: -1;
}

.bg-bottom-right-theme {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 20px;
}

/*discover-ui-css*/
.discover-ui-fluid h2 {
    color: var(--bs-black);
    font-family: 'Sarabun', sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 64px;
    text-transform: capitalize;
}

.discover-ui-fluid h2 span {
    font-size: 52px;
    background: -webkit-linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.btn.download-ios-btn.black-theme-btn {
    background: var(--bs-black);
    color: var(--bs-white);
    margin-top: 50px;
}

.app-steps-banner {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    position: relative;
    top: -80px;
    z-index: 1;
    padding: 24px 10px;
    margin: 0;
}

.steps-icons-div {
    float: left;
    border-radius: 14px;
    width: 133px;
    height: 133px;
    position: relative;
}

.steps-icons-div:before {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    content: '';
    position: absolute;
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    opacity: 0.1;
}

.steps-details-div {
    float: left;
    width: calc(100% - 133px);
    padding-left: 20px;
}

.steps-details-div h6 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
}

.steps-details-div p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
}

.video-screen-row {
    padding-top: 30px;
}

/*about-us-css*/
.about-us-fluid {
    padding-top: 140px;
    scroll-margin-top:-60px
}

.about-row-1 {
    margin-bottom: 80px;
}

.about-img-common img {
    border-radius: 20px;
}

.about-img-common.about-big img {
    height: 561px;
}

.about-img-common.about-small img {
    height: 270px;
    width: 270px;
}

.about-small .small-img-1 {
    margin-bottom: 21px;
}

.about-us-details {
}

.about-us-details h6, .features-row-common h6,
.contact-us-row h6{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 120px;
}

.about-us-details h6:before,
.features-row-common h6:before,
.contact-us-row h6:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    bottom: 0;
    margin: auto;
}

.about-us-details h5 {
    color: #000;
    font-family: 'Sarabun', sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 15px;
}

.about-us-details img {
    height: 40px;
    margin-bottom: 45px;
}

.about-us-details p, .features-row-common p {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
}

.about-us-2 {
    padding-bottom: 100px;
}

.about-us-2 h4,
.features-row-common h5 {
    color: var(--bs-black);
    font-family: 'Sarabun', sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
}

.features-row-common h5 span {
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-2 h4 span {
    /*background: linear-gradient(155deg, #D0021B 99.69%, #FEC92D 10.54%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
        background: -webkit-linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn.common-btn {
    margin-top: 40px;
    border-radius: 48px;
    border: 1px solid #FEC92D;
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    display: flex;
    padding: 15px 39px;
    align-items: center;
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
}

.about-scroll-data {
    height: 422px;
    overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.about-scroll-data::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.about-scroll-data {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.about-scroll-data h5 {
    color: #000;
    font-family: 'Sarabun', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.about-scroll-data p {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.48px;
}

.features-row-common ul li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
    letter-spacing: -0.54px;
    display: inline-block;
}
.features-row-common ul li img {
    margin-right: 5px;
    width: 27px;
    float: left;
}
.features-row-common ul li span{
    width: calc(100% - 32px);
    float: left;
    display: inline-block;
    position: relative;
    top: 2px;
    padding-right: 36px
}
.features-row-common ul li span sup,
.features-row-common ul li span sub{
    font-size: 12px;
}
.list-inline-inner{
    padding-top: 45px;
    display: block;
    padding-left: 50px;
}
.features-row-common .list-inline-inner li{
    display: list-item;
    padding: 8px 0;
    font-size: 16px;
}
.list-inline-inner-2{
    list-style-type: circle;
}
.features-row-common h5 {
    margin-bottom: 20px;
}
.earth-icon-div {
    position: absolute;
    right: 28%;
    top: 26%;
    height: 160px;
    width: 160px;
    z-index: -1;
}
.toggle-btn{
    display: none;
}

.features-row-common p {
    font-size: 17px;
}

.progress-main-fluid {
    background: var(--bs-black);
    padding: 140px 0;
}

.progress-details-row {
    border-radius: 24px;
    border: 1px solid #4D4D4D;
}

.inner-card-main {
    height: 420px;
    padding: 75px 15px;
    overflow: hidden;
    position: relative;
}

.inner-card-main h5 {
    color: var(--bs-white);
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}

.inner-card-main p {
    color: #C0C0C0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.54px;
}

.inner-card-main.inner-card-1 {
    border-bottom: 1px solid #4D4D4D;
}

.inner-card-main.inner-card-2 {
    border-left: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
}

.inner-card-main.inner-card-4 {
    border-left: 1px solid #4D4D4D;
    border-right: 1px solid #4D4D4D;
}

.progress-description {
    width: 65%;
    position: relative;
    top: -30px;
}

.progress-description .btn {
    margin-top: 15px;
}
.download-for-ios-img{
    position: absolute;
    bottom: 0;
}
.progress-bar-custom {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    margin: 0 auto 30px;
}
.mid-night.progress-bar-custom{
    background: transparent;
}
.mid-night.progress-bar-custom:after{
    display: none;
}
.progress-bar-custom:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    background: var(--bs-black);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: inherit;
}

.progress-bar-custom h6 {
    z-index: 1;
    color: #F8F8F8;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}
.progress-bar-custom h6 span{
    position: relative;
    bottom: 8px;
    left: 2px;
}

.progress-bar-custom.progress-timer:after,
.progress-bar-custom.progress-zone-1:after {
    content: url("../images/icons/progress-timmer-after.svg");
    position: absolute;
    right: -5px;
    top: -2px;
    z-index: 1;
}
.mid-night.progress-bar-custom.progress-timer:before{
    background: url("../images/circle-mid-icon.png") no-repeat center;
    background-size: cover;
    width: 350px;
    height: 350px;
    left: -128px;
    margin: auto;
    top: -70px;
}
.progress-bar-custom.progress-shawwal h6 {
    font-size: 20px;
    font-weight: 400;
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 10px;
}

.progress-bar-custom.progress-aphelion h6 {
    font-size: 22px;
    font-weight: 400;
    line-height: 17px;
}

.progress-bar-custom.progress-zone-1 h6 {
    width: 100%;
    font-size: 17px;
font-weight: 400;
line-height: normal;
}

.moon-icon-div {
    position: absolute;
    z-index: 2;
}

.moon-icon-div.moon-icon-timer {
    top: 0;
    right: 15px;
}

.moon-icon-div.moon-icon-aphelion {
    top: -10px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.moon-icon-div.moon-icon-zone-1 {
    bottom: -10px;
}

.iphone-14-div {
    position: absolute;
    bottom: 0;
    right: 0;
}
.iphone-14-div img{
    height: 300px;
}
.about-vartis-details-fluid {
    padding: 140px 0 45px;
    overflow: hidden;
}

.details-heading {
    padding-bottom: 80px;
}

.details-heading h5, .details-heading-news h5 {
    color: var(--bs-black);
    font-family: 'Sarabun', sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
}
.details-heading h5.gradient-text, .product-details-section h6 a, .details-heading-news h5{
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.details-heading-news h5{
    font-weight: 700;
    margin-bottom: 30px;
}
.details-heading p {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
}
.details-heading p a{
    color: #636363;
}
.details-heading p a:hover{
    color: #000;
}
.globe-img-right {
    position: absolute;
    top: 0;
    right: 0;
}

.globe-img-right img {
    height: 420px;
}

.product-details-section {
    padding: 0 0 64px;
}

.product-details-section:last-child {
    padding-bottom: 0;
}

.product-details-section h6 {
    margin: 14px 0;
    color: var(--bs-black);
    font-family: 'Sarabun', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.product-details-section p {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
    margin-bottom: 0;
}

.download-for-ios-fluid {
    border-radius: 30px;
    background: var(--bs-black);
    padding: 60px 0 0;
    overflow: hidden;
    margin: 0 auto 120px;
    width: calc(100% - 30px);
    z-index: 1;
}

.download-for-ios-fluid h6 {
    color: var(--bs-white);
    font-family: 'Sarabun', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.download-for-ios-fluid p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.54px;
    margin-bottom: 20px;
}
.download-for-ios-fluid .btn{
    margin-bottom: 45px;
    width: 40%;
}
.theme-layer-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-img-div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.download-now-fluid {
    background: #f4f4f4;
    height: 386px;
    padding: 78px 0;
}

.download-now-fluid h5 {
    color: var(--bs-black);
    font-family: 'Sarabun', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 0;
}

.download-now-fluid p {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
    margin: 25px 0;
}

.download-now-fluid .btn img {
    height: 54px;
}

.footer-fluid {
    background: var(--bs-black);
    padding: 60px 15px;
}

.logo-footer img {
    height: 40px;
}

.nav-link-footer {
    margin: 50px 0;
}

.nav-link-footer li.list-inline-item:not(:last-child) {
    margin-right: 48px;
}

.nav-link-footer li a {
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.social-link {
    margin-bottom: 50px;
}

.social-link li.list-inline-item:not(:last-child) {
    margin-right: 40px;
}

.social-link li a {
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

.social-link li a:hover, .social-link li a.active {
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
}

.footer-fluid p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 18px;
    font-weight: 400;
}

.footer-fluid p a {
    color: var(--bs-white);
}

.height-100 {
    height: 100%;
}

.sidebar-custom {
    display: none;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: var(--bs-black);
    padding: 30px;
    z-index: 99;
    transition: 0.3s ease all;
}

.sidebar-custom.sidebar-visible {
    left: 0;
}

.sidebar-custom ul li a {
    color: var(--gray-color);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.54px;
    padding: 10px 0;
    display: inline-block;
}

.sidebar-custom ul li a.contact-us {
    border-radius: 100px;
    background: linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    height: 54px;
    padding: 12px 25px;
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
.btn.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.btn.close-btn img {
    height: 15px;
}

/*condtitons-page-css*/
.conditions-fluid, .contact-us-fluid {
    padding:0 15px 100px;
}
.contact-us-fluid .container.container-contact{
    padding-top: 75px;
}
.condition-row {
    border-radius: 15px;
    background: #F4F4F4;
    padding: 33px 28px;
    margin-top: 75px;
}

.condition-heading-div {
    margin-bottom: 35px;
}

.condition-heading-div h1 {
    color: var(--bs-black);
    font-family: 'Sarabun',sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}
.condition-heading-div h1 span{
    background:linear-gradient(235deg, #FEC92D 10.54%, #D0021B 99.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Sarabun',sans-serif;
}

.condition-heading-div p {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.condition-heading-div p span {
    color: var(--bs-black);
}

.condition-inner-details {
    margin-bottom: 20px;
}

.condition-inner-details h5 {
    color: #000;
    font-family: 'Sarabun',sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.condition-inner-details h5 span{
    background:linear-gradient(200deg, #FEC92D 10.54%, #D0021B 99.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.condition-inner-details p, .condition-inner-details ul li {
    color: #636363;
    font-family: 'Sarabun',sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}
.condition-inner-details p a{
    background:linear-gradient(182deg, #FEC92D 10.54%, #D0021B 99.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.condition-inner-details ul li span{
    color: var(--bs-black);
    font-weight: 600;
}
.condition-inner-details p span{
    font-weight: 600;
}
.number-list{
    list-style-type: decimal;
}
.condition-inner-details h6{
    color: var(--bs-black);
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    margin: 20px 0 0;
}
/*contact-us-css*/
.contact-us-img img{
    height: 675px;
    border-radius: 18px;
}
.contact-us-row{
    padding: 20px 0 20px 45px;
}
.contact-us-row h5{
    color: #000;
    font-family: 'Sarabun',sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    margin-top: 60px;
    padding-right: 45px;
}
.contact-us-row p{
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
    margin-bottom: 60px
}
.contact-details-card{
    border-radius: 16px;
    border: 1px solid #E5ECF8;
    background: var(--bs-white);
    padding: 27px 20px 27px 30px;
    min-height: 116px;
    margin-bottom: 20px;
}
.contact-icon-div{
    width: 48px;
    height: 48px;
    float: left;
}
.contact-icon-div img{
    border-radius: 12px;
}
.contact-details-div{
    width: calc(100% - 48px);
    padding-left: 20px;
    float: left;
}
.contact-label{
    color: #5F687A;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.48px;
}
.contact-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
}
.contact-description a{
    color: #1C1F23;
}
.contact-description a:hover{
    color: var(--bs-black);
}
.nav-link-div {
    width: 65%;
    text-align: center;
}
.logo-div{
    width: 16%;
}
.contact-us-btn{
    width: 19%;
    padding-right: 0;
}
.product-features-fluid{
    scroll-margin-top: 50px;
    padding-bottom: 90px;
}
.contact-us-btn-main{
    width: 40%;
}
.news-container{
    padding: 45px 12px 0;
}
.img-div-news{
    width: 292px;
    float: left;
}
.img-div-news a{
    display: inline-block;
    width: 100%;
}
.img-div-news a img{
    border-radius: 20px;
}
.img-details{
     font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    padding-top: 5px;
}
.news-details-div{
    float: left;
    width: calc(100% - 292px);
    padding-left: 60px;
}
.news-details-div h6, .comma{
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    font-family: 'Sarabun',sans-serif;
    margin-bottom: 10px;
}
.news-details-div h6 a, .comma{
    color: #000;
}
.news-details-div h6 a:hover{

}
.comma {
    margin: 0;
    left: 5px;
    bottom: 5px;
}
.news-details-div p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    font-family: 'Sarabun',sans-serif;
    margin-top: 10px;
}
.news-common-div{
    margin-bottom: 45px;
}
.pagination-div{}
.pagination-div .pagination{
    justify-content: center;
}
.pagination-div .pagination .page-item{
    margin: 7px;
}
.pagination-div .pagination .page-item .page-link{
        width: 26px;
    height: 26px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    color: rgba(0,0,0,0.2);
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}
.pagination-div .pagination .page-item .page-link.disabled{
    opacity: 0.2;
    background: transparent;
}
.pagination-div .pagination .page-item.active .page-link{
    color: #ffffff;
    background: linear-gradient(235.12deg, #FEC92D 10.54%, #D0021B 99.69%);
}
.pagination-div .pagination .page-item .page-link img.left-arrow-pagination{
    transform: rotate(180deg);
}