@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700;900&family=Ubuntu:wght@300;400;700&family=Work+Sans:wght@100;300;400;700&display=swap');

body,
html {
margin: 0px;
padding: 0;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.03rem;
background-color: #263b50 !important;

}
/* Reset default styling for text and number inputs */
input[type="text"],
input[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit;
  width: auto;
  height: auto;
}

/* Additional reset for older browsers */
input[type="text"]::-ms-clear,
input[type="number"]::-ms-clear {
  display: none;
}

input[type="text"]::-webkit-search-cancel-button,
input[type="number"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="text"]::-webkit-inner-spin-button, 
input[type="text"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.fg-1 { flex-grow: 1;}

body {
overflow-x: hidden;
}




.text {
font-family: 'Quicksand', sans-serif;
font-family: 'Poppins', sans-serif;
font-size: 16px;
}


.Block_Halving {
padding: 10px 20px;
}



a:hover {
text-decoration: none !important;
color: #efefef;
}

a {
color: #212529;
}

input {
border: none;
outline: none;
}

input:focus {
border: none;
outline: none;
}

.line-height-1 {
line-height: 1 !important;
}

.th-10 {
font-size: 75px;
line-height: 0.9;
letter-spacing: -2px;
}

.th-01 {
font-size: 10px
}

.th-8 {
font-size: 50px;
line-height: 0.9;
}

.th-5 {
font-size: 40px;
line-height: 0.9;
}

.th-6 {
font-size: 45px;
line-height: 0.95;
}

.th-4 {
font-size: 30px;
line-height: 1;
}

.th-2 {
font-size: 25px;
line-height: 1.1;
}

.th-1 {
font-size: 20px;
line-height: 1.1;
}

.th-11 {
font-size: 20px;
line-height: 1.1;
}

.th-0 {
font-size: 14px;
line-height: 1.1;
}

.text-green-bg {
background: rgb(0, 206, 214);
background: linear-gradient(128deg, rgba(0, 206, 214, 1) 0%, rgba(0, 208, 83, 1) 74%);
background-clip: text;

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.text-blue-bg {

background: linear-gradient(128deg, rgba(120, 120, 120, 1) 0%, rgba(100, 100, 100, 1) 100%);
background-clip: text;

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.text-light {
color: #ccc !important;
}

.text-gray {
color: #555;
}

.text-yellow {
color: #ffcd4f;
}

.text-darkgreen {
color: #32635b;
}

.container {
max-width: 1360px;
}

.bg-blue {
background: rgb(0, 169, 255);
background: linear-gradient(128deg, rgba(0, 169, 255, 1) 0%, rgba(0, 108, 255, 1) 100%);
}

.bg-darkblue {
background: rgb(15, 28, 91);
}

.bg-darkblueg {
background: linear-gradient(180deg, rgba(0, 169, 255, 1) 0%, rgba(15, 28, 91, 1) 100%);
}

.bg-dark {
background-color: #263b50 !important;
}


.hover-opacity {
opacity: 1;
cursor: pointer;
transition: 0.2s;
}

.hover-opacity:hover {
opacity: 0.7;
}

.bg-darkgrad {
background-image: linear-gradient(0deg, #263b50 10%, #0d185d 100%);
}


.bg-darkgradi {
background-image: linear-gradient(0deg, #0d185d 10%, #263b50 100%);
}



.bg-green {
background: rgb(15, 28, 91);
}

.bg-greenlight {
background: #00cdac;
}

.ani-swipe {
animation: rotate 5s infinite;
filter: blur(1px);
transition-delay: 2s;
}

.menuscroll {
z-index: 5;
left: 0px;
right: 0px;
top: -5px;
padding: 40px 0px;
mix-blend-mode: multiply;
background-image: url(assets/subtract.svg);
background-position: top center;
background-size: 100% auto;
}

.menuhide {
mix-blend-mode: normal !important;
background: #263b50 !important;
padding: 20px 0px !important;
}

@keyframes rotate {
0% {
top: 0;
}

20% {
opacity: 1;
height: 10px;
}

50% {
opacity: 1;
height: 50px;
}

80% {
opacity: 1;
height: 100px;
}

100% {
top: 70vh;
opacity: 0;
height: 100px;
}
}


.text-green {
color: rgba(0, 208, 83, 1);
}

.gr-box {
height: 350px;
padding: 30px;
position: relative;
border-radius: 5px;
display: flex;
justify-content: flex-end;
align-items: flex-start;
flex-direction: column;
transition: 0.4s;
box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0);
cursor: pointer;
}

.gr-box i {
position: absolute;
top: 30px;
right: 30px;
font-size: 15px;
color: rgba(0, 0, 0, 0.6);
}


.gr-box:hover {
box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3);
margin-top: -10px;
opacity: 0.95;
}

.gr-box img {
opacity: 0.5;
}


h4 {
font-size: 15px;
color: #fff;
font-weight: 400;
margin: 0;
font-family: 'Poppins', sans-serif;
}

h2 {
font-weight: bold;
font-size: 28px;
color: #fff;
line-height: 30px;
margin: 0;
padding-top: 5px;
font-family: 'Poppins', sans-serif;
}

h3 {
font-weight: bold;
font-size: 26px;
color: #fff;
line-height: 30px;
margin: 0;
padding-top: 5px;
font-family: 'Poppins', sans-serif;
}

.py-100 {
padding-top: 100px;
padding-bottom: 100px;
}

.pt-100 {
padding-top: 100px;
}

.pb-100 {
padding-bottom: 100px;
}


.box-bg-1 {
background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.box-bg-2 {
background-image: linear-gradient(-60deg, #00cdac 0%, #8ddad5 100%);
}

.box-bg-3 {
background-image: linear-gradient(-60deg, #4481eb 0%, #04befe 100%);
}

.box-bg-4 {
background-image: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
}

.btn {
font-family: 'Poppins', sans-serif;
}

.btn-green {
background-color: #00cdac;
}

.btn-light.active {
background-color: #ffcd4f !important;
}

.btn-primary {
background-color: #04befe;
border-color: #04befe;
}

.btn-light {
border-color: #16ffb7;
background-color: #16ffb7;
color: rgb(0, 75, 56);
}



* {
shape-rendering: optimizeSpeed;
}


.light-card {
font-family: 'Poppins', sans-serif;
background-color: rgba(255, 255, 255, 0.1);
min-height: 160px;
line-height: 1.2;
border-radius: 8px;
position: relative;
z-index: 3;
}

.light-card-content {
padding: 30px;
}

.light-card-content span {
font-weight: bold;
display: block;
padding-bottom: 20px;
}

.inset-0 {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}

.opacity-0 {
opacity: 0;
}

.z3 {
z-index: 3;
}

.date-count span {
display: block;
line-height: 35px;
font-size: 35px;
font-family: 'Poppins', sans-serif;
color: #fff;
}

.date-count {
color: #32635b;
display: block;
line-height: 10px;
font-size: 10px;
font-family: 'Poppins', sans-serif;
}

.scaleupminer {
position: relative;
background-position: center top;
background-size: auto 100vh;
height: 100vh;
width: 100vh;
margin-left: calc((100vw - 100vh) / 2);
border-radius: 100vh;
overflow: hidden;
display: none;
}

.footer-link {
display: block;
margin-top: 3px;
color: #aaa;
}


.sr-box {
shape-rendering: optimizeSpeed;
transition: 0.2s;
border-radius: 10px;
padding: 50px;
box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.sr-box:hover {
margin-top: -10px;
box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.5);
cursor: pointer;
}


.btn-outline-light {
border-color: rgba(255, 255, 255, 0.2);
}

.devimg {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-position: center bottom;
background-repeat: no-repeat;
background-color: #0f1c5b;
background-size: auto 600px;
height: 100%;
position: absolute;
display: none;
}

.devimg-master {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-position: center bottom;
background-repeat: no-repeat;
background-color: #0f1c5b;
background-size: auto 600px;
height: 100%;
position: absolute;
}

.sub-menu {
font-size: 16px;
color: #fff;
white-space: nowrap;
padding: 10px 15px
}

.sub-menu:hover {
opacity: 0.6;
}

.th-menu.a:hover {
color: #fff;
text-decoration: none;
}

.th-menu.a {
display: block;
text-decoration: none;
}

.th-menu a {
display: block;
text-decoration: none;
}

.sub-menu-con a {
display: block;
text-decoration: none;
}

.sub-menu-con a:hover {
color: #fff;
}

.th-menu:hover .sub-menu-con {
display: block;
}

.th-menu .sub-menu-con {
display: none;
}

.sub-menu i {
color: rgba(0, 0, 0, 0.2);
}

.mx-w {
max-width: 100%;
}

.z-10 {
z-index: 10;
}

.z-4 {
z-index: 4;
}

.z-3 {
z-index: 4;
}

.th-menu {
font-size: 20px;
font-weight: lighter;
line-height: 1;
padding-right: 25px;
cursor: pointer;
}

.th-menu strong {
font-weight: bold;
}

.hdark-show {
display: none;
}

.hdark-hide {
display: show;
}



.page-header.bg-dark .th-menu {
color: #efefef;
font-size: 18px;
}

.page-header.bg-dark .logow {
display: none;
}

.page-header.bg-dark .hdark-show {
display: block;
}

.page-header.bg-dark .hdark-hide {
display: none;
}

.page-header.bg-dark .text-gray {
color: #fff;
}

.text-bold {
font-weight: bold !important;
}
.text-thin {
font-weight: normal !important;
}

.mobileshow {
display: none;
}

.menuicon {
display: none;
}


@media (max-width: 1440px) and (min-width: 764px) {
.overflowhiddem2 {
overflow-x: hidden !important;
}

.pxt {
padding-left: 50px;
padding-right: 50px;
}

.th-10 {
font-size: 50px;
line-height: 0.9;
letter-spacing: -2px;
}

.th-8 {
font-size: 40px;
line-height: 0.9;
}

.th-6 {
font-size: 35px;
line-height: 0.9;
}

.th-5 {
font-size: 30px;
line-height: 0.9;
}

.th-4 {
font-size: 24px;
line-height: 1;
}

.th-2 {
font-size: 20px;
line-height: 1.1;
}

.th-1 {
font-size: 18px;
line-height: 1.1;
}

.th-07 {
font-size: 16px;
line-height: 1.2;
}

.gr-box {
height: 250px !important;
}

.gr-box h3 {
font-size: 20px;
line-height: 22px;
}

}

.bradius {
border-radius: 20px
}
.bradius2 {
border-radius: 20px
}

@media (max-width: 764px) {

.bradius {
border-radius: 5px
}
.bradius2 {
border-radius: 5px 0px 0px 5px;
}

.devimg-master {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-position: 80% 50%;
background-repeat: no-repeat;
background-color: #0f1c5b;
background-size: 250% auto;
height: 100%;
position: absolute;
}

.devimg {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-position: 80% 50%;
background-repeat: no-repeat;
background-color: #0f1c5b;
background-size: 250% auto;
height: 100%;
position: absolute;
display: none;
}



.overflowhiddem {
overflow-x: hidden;
}

.mhauto {
min-height: none !important;
}

.h50v {
height: 50vh;
}

.page-header.bg-dark .menuicon {
color: #00cdac;
}

.menuicon {
color: #00cdac;
padding-top: 5px;
font-size: 22px;
display: block;
}

.menuscroll,
.menuscrolldetails {
z-index: 5;
mix-blend-mode: normal !important;
padding: 20px 0px !important;
}

.th-menu.openedmenu {
display: block;
}

.th-menu {
display: none;
width: 100% !important;
padding-left: 30px !important;
}

.menupad.openedmenu {
width: 100%;
height: 30px;
background-color: transparent !important;
}

.th-menu {
color: #fff;
position: relative;
font-size: 20px !important;
padding: 15px 10px;
background-color: #00cdac;
margin-bottom: 1px;
z-index: 5;
}

.th-menu .text-gray {
color: #fff !important;
}

.th-menu .sub-menu-con {
display: block;
position: relative !important;
z-index: 5;
padding-top: 0 !important;
left: auto !important;
}

.menuscroll .text-green {
display: none;
}

.menuscroll .sub-menu-con i {
display: inline-block;
}

.menuscrolldetails .text-green {
display: none;
}

.menuscrolldetails .sub-menu-con i {
display: inline-block;
}



.light-card {
font-family: 'Poppins', sans-serif;
background-color: rgba(255, 255, 255, 0.1);
min-height: 160px;
line-height: 1.2;
border-radius: 8px;
position: relative;
z-index: 3;
font-size: 12px;
;
}


.py100m {
padding-top: 100px;
padding-bottom: 100px;
overflow-x: hidden;
}

.py30m {
padding-top: 30px;
padding-bottom: 30px;
}
.py15m {
padding-top: 15px !important;
padding-bottom: 15px !important;
}

.pb0m {
padding-bottom: 0 !important;
}

.pt200 {
padding-top: 200px;
}

.pb200 {
padding-top: 200px;
}

.pb50m {
padding-bottom: 50px !important;
}

.pt50m {
padding-top: 50px !important;
}

.alignitemsendm {
align-items: flex-end !important;
}

.bordernonem {
border: none !important;
}

.backgroundpositionleft {
background-position: center center !important;
}

.backgroundrep {
background-size: auto 100% !important;
background-position: 34% center !important;
}

.tfix {
font-size: 26px !important;
}

.mx0 {
margin: 20px 0px !important;
}

.hautom {
height: auto !important;
}

.wautom {
width: 100% !important;
}

.mpy-100 {
padding: 30vh 0px;
}

.mhauto {
min-height: auto !important;
}

.text-common {
font-size: 11px;
}

.gr-box {
height: 200px !important;
padding: 15px;
}

.gr-box h3 {
font-size: 15px;
line-height: 18px;
}

.gr-box h4 {
font-size: 11px;
line-height: 12px;
}

.gr-box img {
height: 40px;
}

.gr-box i {
display: none;
}


.mobilehide {
display: none !important
}

.mobileshow {
display: block !important
}

.p0m {
padding: 0 !important;
}

.textcenterm {
text-align: center !important;
}

.m40t {
margin-top: 40px !important;
}

video {
display: none;
}

.p20m {
padding: 40px 20px 20px 20px !important;
}


.pxt {
padding-left: 40px !important;
padding-right: 40px !important;
}

.th-10 {
font-size: 45px;
line-height: 0.9;
letter-spacing: -2px;
}

.th-01 {
font-size: 10px
}

.th-8 {
font-size: 40px;
line-height: 0.9;
}

.th-5 {
font-size: 35px;
line-height: 0.9;
}

.th-6 {
font-size: 30px;
line-height: 0.95;
}

.th-4 {
font-size: 20px;
line-height: 1;
}

.th-2 {
font-size: 16px;
line-height: 1.1;
}

.th-1 {
font-size: 14px;
line-height: 1.1;
}

.th-0 {
font-size: 12px;
line-height: 1.1;
}

.th-11 {
font-size: 9px;
line-height: 1.1;
}

.mx-w {
max-width: 100%;
overflow-x: hidden;
}


}

input::placeholder {
font-weight: bold;
opacity: 0.5;
color: #fff;
}

.update-card:hover {
background-color: rgba(0, 0, 0, 0.1);
}



.swiper-updates .swiper-slide {
width: auto;
}


.presalebudget,
.tb {
background: transparent;
border: none;
color: #fff;
padding-bottom: 5px;
font-size: 22px;
line-height: 24px;
border-bottom: #fff solid thin;
text-align: center;
}

.presalebudget:focus,
.tb:focus {
border: none;
color: #fff;
border-bottom: #fff solid thin;
;
}

.presaleselect {
min-width: 250px !important;
}

@keyframes marquee {
0% {
transform: translateX(0%);
}

100% {
transform: translateX(-100%);
}
}