/* ============== common css start ================= */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth !important;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

p {
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #fff;
}

h2{
    font-size: 44px;
    font-weight: 600;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #d9dbe0;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: radial-gradient(at top, #F0B90B, #FD2A00);
}

.text_dark{
    color: #02070C !important;
}

::selection {
    background: #fe751461;
    color: #fff !important;
}

body {
    font-family: 'Inter';
    font-size: 15px;
    color: #AEAEAE;
    font-weight: 400;
    overflow-x: hidden;
    background: #02070C;
    scroll-behavior: smooth !important;
}

/*.btn_primary {
    color: #fff;
    display: flex;
    gap: 10px;
    background: linear-gradient(to right ,#F0B90B , #FD2A00);
    border: none;
    padding: 14px 60px 14px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: max-content;
    font-weight: 500;
    transition: all 0.6s ease;
}

.btn_primary:hover{
    background: linear-gradient(to left,#F0B90B , #FD2A00 );
}*/
.btn_primary {
  color: #fff !important;
  display: flex;
  gap: 10px;
  background: linear-gradient(to right, #F0B90B, #FD2A00);
  border: none;
  padding: 14px 60px 14px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: max-content;
  font-weight: 500;
  transition: color 0.3s linear;
  z-index: 1;
}

.btn_primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FD2A00, #F0B90B);
  z-index: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  opacity: 0;
}

.btn_primary:hover::before {
  opacity: 1;
  z-index: -5;
}

/*.btn_primary span {
  position: relative;
  z-index: 1; 
}*/

.btn_primary .arrow_div{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #0000001F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_primary .arrow_div img {
  animation: unset;
}
/*.btn-primary {
    color: #fff;
    display: flex;
    background: linear-gradient(to right ,#F0B90B , #FD2A00);
    padding: 14px 20px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}
.btn-primary:hover {
    background: linear-gradient(to left,#F0B90B , #FD2A00 );
}*/
.btn-primary {
  color: #fff;
  display: flex;
  gap: 10px;
  background: linear-gradient(to right, #F0B90B, #FD2A00);
  border: none;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: max-content;
  font-weight: 500;
  transition: color 0.3s linear;
  z-index: 1;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FD2A00, #F0B90B);
  z-index: 0;
  transition: all 0.3s linear; 
  -webkit-transition: all 0.3s linear;
  opacity: 0;
}

.btn-primary:hover::before {
  opacity: 1;
  z-index: -5;
}
.gradient_text{
    background: linear-gradient( to right , #F0B90B , #FD2A00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient_bg {
    background: linear-gradient( to right , #F0B90B , #FD2A00);
}

.common_section {
    padding: 70px 0;
}
.lh-20 {
    line-height: 20px !important;
}
.heading_dot {
  width: 8px;
  height: 8px;
  background: #fff;
  /* display: inline-block; */
  margin-left: 5px;
  display: none !important;
}

.btn_border {
  border: 1px solid #f0b90b;
  color: #f0b90b !important;
  text-align: center;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 8px;
  margin-top: 15px;
}
.btn_border:hover, .nav-link.btn_border:hover {
  border: 1px solid #f0b90b;
  color: #111 !important;
  background: #f0b90b;
}
/* ============== common css end ================= */

/* ============== header css start ================= */
header{
    padding: 18px 0;
    background: #000000A1;
    position: absolute;
    z-index: 9999;
}

@keyframes header_animation {
    from {
        top: -90px;
    }

    to {
        top: 0px;
    }
}

header.scroll_header {
    position: fixed;
    top: 0;
    animation: header_animation 0.7s;
    -webkit-box-shadow: 0px 4px 20px 7px rgb(255 255 255 / 3%);
    -moz-box-shadow: 0px 4px 20px 7px rgb(255 255 255 / 3%);
    box-shadow: 0px 4px 20px 7px rgb(255 255 255 / 3%);
    backdrop-filter: blur(10px);    
}

#offcanvasDarkNavbar{
    width: 320px;
    background: #111111 !important;
}

header .btn_primary {
    padding: 8px 42px 8px 12px;
}

header .btn_primary .arrow_div{ 
    width: 30px;
}

header .nav-link{
    color: #fff;
}

header .nav-link.active,
header .nav-link:hover{
    color: #f0b90b !important;
}
/* ============== header css end ================= */

/* ============== banner css start ================= */
.banner_section{
    background: url('../images/home_banner_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 8rem 0 2rem 0;
}
.banner_heading img {
  -webkit-animation: 15s linear infinite spin;
  -moz-animation: 15s linear infinite spin;
  animation: 15s linear infinite spin;
}
.text-yellow {
    color: #F0B90B !important;
}
.banner_heading h1 {
    font-size: 48px;
}
.banner_social_icon li a {
  color: #F0B90B !important;
  background-color: #ffffff29;
  border-radius: 100%;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_social_icon li a:hover {
    background: #fff;
}
.v-border {
  width: 2px;
  height: 100%;
  background: rgb(21,163,227);
  background: linear-gradient(180deg, rgb(21, 163, 227) 50%, rgb(240, 185, 11) 50%);
  position: absolute;
}
.banner_left_text p {
  line-height: 20px;
}
.banner_left_text p::after {
  content: " ";
  position: absolute;
  width: 20%;
  height: 1px;
  background: #f0b90b;
  bottom: 8px;
  right: 8px;
}
.w-fit-content {
  width: fit-content !important;
}

/* ============== banner css end ================= */

.join_us_img {
  background: #ffffff36;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.join_us_section {
    padding: 3rem 0px;
}
.join_us_line::after {
  content: "";
  position: absolute;
  width: 30%;
  border-bottom: 3px dotted #fff;
  right: -14%;
  top: 25%;
}
.join_us_section .join_us_line:last-child::after {
    display: none;
}

.join_us_line:hover .join_us_img {
  animation: rotate_animation 5s linear infinite;
  background: #0d161e !important;
}


.crypto_affiliate_program {
    background: url(../images/earth_bg.png), linear-gradient(180deg, #0D161E 12.81%, #080C15 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}
.earth_text_bottom {
  background: #F48B07;
  color: #fff;
  padding: 20px;
  width: 240px;
  border-radius: 20px 0px 20px 20px;
  position: absolute;
  bottom: 10%;
  left: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  z-index: 9;
}

.earth_text_top {
  background: #F48B07;
  color: #fff;
  padding: 20px;
  width: 240px;
  border-radius: 20px 20px 20px 0px;
  position: absolute;
  top: 2%;
  right: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  z-index: 9;
}

.earn_more_section {
    background: url(../images/earn-more-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.earn_more_section::after {
  content: "";
  background: url(../images/earn-more-left.png);
  position: absolute;
  width: 24%;
  height: 37%;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.earn_more_vector_icon {
/*  background: url(../images/earn-more-right.png);
  background-repeat: no-repeat;
  background-size: 41%;
  background-position: right center;*/
    animation: upDown 3s ease-in-out infinite;
  width: 32%;
  position: absolute;
  right: 0;
  bottom: 29%;
  z-index: -1;
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.open_registration {
    background: url('../images/open_registration_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90vh;
    justify-content: center;
    align-items: center;
    display: flex;
}
.open_registration .banner_heading h2 {
  font-size: 60px;
}
.open_registration .banner_heading p {
  font-size: 20px;
}
.businesses_choose_card {
/*  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(#02070c , #111111) padding-box , linear-gradient(#3F3F3F,#F0B90B) border-box;
  padding: 25px;*/
  height: 100% !important;
  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 9px;
  border: none !important;
  padding: 20px;
  text-align: left;
  padding: 80px 20px 20px 20px !important;
}
.businesses_choose_card::after {
  content: '';
  z-index: -1;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  position: absolute;
  background-color: #02070C;
  border-radius: 8px;
}
.businesses_choose_card::before {
    content: '';
  transform: translate(-50% , -50%) rotate(17deg);
  z-index: -2;
  background: conic-gradient(#4B443D , #efb80a 50% , #4B443D 80%);
  position: absolute;
  width: calc(86%* 100);
  padding-bottom: calc(92%* 9.1);
  left: 50%;
  top: 50%;
  height: 100%;
}
.businesses_choose_card:hover::before {
  animation: spin-border 3s linear infinite;
}

@keyframes spin-border {
    from {transform: translate(-50% , -50%) rotate(0deg);}
    to   {transform: translate(-50% , -50%) rotate(360deg);}
}

@keyframes spin {
    from {transform: rotate(0deg);}
    to   {transform: rotate(360deg);}
}

@keyframes rotate_animation{
    form{
        transform: rotate3d(0, 1, 0, 0deg);
    }
    to{
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

.businesses_choose_card:hover img{
    animation: rotate_animation 5s linear infinite;
}
.businesses_choose_card img {
  position: fixed;
  right: 43px;
  top: -31px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
/*.businesses_choose_card img {
  margin-top: -30px;
}*/
.businesses_choose_us_section {
    background: url(../images/glow_ellipse_botom.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top center;
}
.businesses_choose_us_section .aos-init.aos-animate {
  transform: translateZ(0) !important;
}
/* ============== grow performance section css start ================= */
.grow_performance_section{
    background: #111111;
    padding: 2rem 0;
}

.customswiper_1 .swiper-slide h3{
    font-size: 22px;
}

.swiper_button{
    background: #FFFFFF08;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #fff;
    position: static;
    margin: 0 !important;
}

.swiper_button::after{
    font-size: 26px;
    font-weight: 700;
}

.grow_performance_section .swiper-slide{
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(#111111 , #111111) padding-box , linear-gradient(#3F3F3F,#F0B90B)  border-box;
    padding: 25px;
    height: 100% !important;
}
/* ============== grow performance section css end ================= */

/* ============== new incentives every month section css start ================= */
.new_incentives_section {
    background: url('../images/new_incentives_section_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.btn_primary_black:hover {
    background: #2d2d2d !important;
}
.btn_primary_black {
    color: #fff;
    display: flex;
    gap: 10px;
    background: #02070C !important;
    padding: 14px 75px 14px 35px;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: max-content;
    font-weight: 500;
    transition: all 0.6s ease;
}
.btn_primary_black .arrow_div {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #0000001F;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_incentives_section .arrow_div {
    background: #FFFFFF1F !important;
}

.gift_box_img{
    margin-top: -90px;
}
/* ============== new incentives every month section css end ================= */

/* ============== get start section css start ================= */
.get_started_section h3{
    font-size: 22px;
}
.get_started_section {
    background: url(../images/glow_ellipse_botom.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top center;
}
/*.get_started_section::after {
    content: '';
    position: absolute;
    background: url('../images/glow_ellipse_botom.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    width: 100%;
    height: 280px;
    background-position: 50% 0%;
}*/
/* ============== get start section css end ================= */

/* ============== discover nft section css start ================= */
.discover_nft_section{
    background: #111111;
}

.discover_nft_section .swiper-slide {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    padding: 40px 30px 40px 0px;
}

.discover_nft_section .swiper-slide-next,
.discover_nft_section .swiper-slide-prev{
    opacity: 0 !important;
}

.discover_nft_section .slider_img_div{
    position: relative;
}

.discover_nft_section .slider_img_div img{
    border: 10px solid #fff;
    position: relative;
    z-index: 1; 
}

.discover_nft_section .slider_img_div::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: linear-gradient(to right ,#F0B90B , #FD2A00);
    rotate: 0deg;
    z-index: 0;
    transition: all 1s ease;
}

.discover_nft_section .slider_img_div .slide_before_div {
    position: absolute;
    background: #F48B07;
    color: #fff;
    padding: 8px 15px;
    border-radius: 25px;
    font-weight: 500;
    border-top-right-radius: 0px;
    z-index: 2;
    bottom: 38px;
    left: -130px;
}

.discover_nft_section .swiper-slide-active .slider_img_div::after{
    rotate: 7deg;
}
/* ============== discover nft section css end ================= */

/* ============== earn medal section css start ================= */
.earn_medal_section{
    background: url('../images/glow_ellipse_botom.png'), url('../images/earn_medal_section_bg.webp');
    background-repeat: no-repeat;
    background-position: top center,center;
    background-size: 50%,cover;
}

/*.earn_medal_section::after {
    content: '';
    position: absolute;
    background: url('../images/glow_ellipse.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 600px;
    height: 600px;
    transform: translate(50% , -50%);
    top: 0;
    right: 50%;
}*/

.earn_medal_section .slick-track {
    padding: 40px 0;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.earn_medal_section .bage_img {
    transition: all 0.5s ease;
    margin: 0 auto;
}

.earn_medal_section .slides {
    width: 280px;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease;
    height: 100%;
    flex-direction: column;
    text-align: center;
}
.earn_medal_section .slides h4 {
  opacity: 0;
}
.earn_medal_section .slides.slick-slide.slick-current.slick-active h4 {
  opacity: 1;
}

.slick-active .bage_img,
.slides[aria-hidden="false"] .bage_img{
    width: 200px;
}
.earn_medal_section .slides.slick-center .bage_img{
    width: 300px;
}

/* ==================== footer css start ==================== */
footer {
    background: #111111;
}
.footer_social li a {
  background: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #02070c;
}
.footer_social li a:hover {
    background-color: #f0b90b;
}
.subscribe_section input {
  background: #111 !important;
  border: 1px solid #4C4C4C !important;
  color: #fff;
  max-width: 500px;
  height: 52px;
}
.subscribe_section input::placeholder {
  color: #fff3 !important;
}
.subscribe_section input:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}
.footer_bottom ul li a:hover {
    color: #f0b90b;
}
/* ==================== footer css end ==================== */

/* ============== earn medal section css end ================= */

/* ============== register page css start ================= */
.register_section .form_left_col {
    background: url('../images/glow_ellipse_botom.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
/*.form_right {
     background: url('../images/register_bg.webp'), #02070C;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right center;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    min-height: 100vh;
}*/
.form_right img {
  height: 100%;
  position: fixed;
  right: 0;
  width: 50%;
  object-fit: cover;
}
/*.register_section::before {
    content: '';
    position: absolute;
    background: url('../images/glow_ellipse_botom.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 650px;
    height: 300px;
    top: 0;
    left: 25%;
    transform: translateX(-50%);
    z-index: 0;
}*/
.register_section .form_left {
  max-width: 550px;
/*  margin: 0 auto;*/
}
.register_section h1{
    font-size: 28px;
}

.register_section .form-control{
    border: 1px solid #4C4C4C;
    background: transparent;
    padding: 14px;
    color: #fff;
    box-shadow: none !important;
}

.register_section .form-control::placeholder{
    color: #AEAEAE;
}

.form-check-input:checked {
    background-color: #adadad0f;
    border: 1px solid #4C4C4C;
}

.form-check-input {
    height: 28px;
    width: 28px;
    border: 1px solid #4C4C4C;
    background-color: #adadad0f;
    border-radius: 8px !important;
    cursor: pointer;
}
.form-check-input:focus {
    outline: none;
    border: 1px solid #4C4C4C;
}
.terms_lable{
    color: #AEAEAE !important;
    font-weight: 400;
}

.terms_lable a:hover{
    color: #F0B90B !important;
}

.already_have_account a{
    color: #F0B90B;
}

.already_have_account a:hover{
    color: #fff;
}

.register_form .btn {
    padding: 12px 90px 12px 20px !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 100%;
}

.iti__country-list{
    background: #2b2b2b;
    border: none;
    top: 60px;
}

.iti__selected-flag > .iti__flag{
    display: none !important;
}

.iti__selected-dial-code{
    color: #F0B90B;
}

.iti__arrow {
    border-top: 6px solid #F0B90B;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 8px;
    margin-right: 8px;     
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid #F0B90B;
}

.iti__flag-container::after{
    position: absolute;
    content: '';
    background: #F0B90B;
    width: 1px;
    height: 25px;
    border-radius: 5px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.iti__selected-flag{
    margin-right: 5px;
}

.password_toggle {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 20px;
    height: 20px;
    top: 18px;
    right: 14px;
}

.hide_password{
    background: url('../images/hide_password.png') ;
}

.show_password{
    background: url('../images/show_password.png') ;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
/* ============== register page css end ================= */


/* cursor animation */
.wgl-canvas-outer canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.wgl-canvas-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.wgl-canvas-outer {
    opacity: 0.5;
}
/* cursor animation end */


.globe {
    position: absolute;
    max-height: 470px;
    max-width: 470px;
    left: 50%;
    top: -1%;
    transform: translateX(-51%);
    width: 100%;
    height: 100%;
}
.dhttp_globe {
  background: url("../images/map.jpg");
  border-radius: 100%;
  height: inherit;
  width: inherit;
  animation-name: rotate;
  animation-duration: 32s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: rotate(-10deg);
  position: absolute;
  box-shadow: inset 0 0 150px 4px #cacaca08;
  background-size: cover;
  background-repeat: repeat;
}

@keyframes rotate {
    from {
        background-position: 0;
    }
    to {
        background-position: 500px;
    }
}

/* ============== terms page css start ================= */

.terms_banner_section {
  padding: 8rem 0 2rem 0;
  background: url(../images/glow_ellipse_botom.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.terms_card {
    border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(rgb(17, 17, 17), rgb(17, 17, 17)) padding-box, linear-gradient(rgb(63, 63, 63), rgb(240, 185, 11)) border-box;
  padding: 25px;
}

/* ============== terms page css end ================= */

/* ============== contact page css start ================= */

.contact_us_form .form-control {
  background: transparent;
  border: 1px solid #ffffff30;
  padding: 13px 15px;
  color: #fff;
}
.contact_us_form .form-control::placeholder, input::placeholder {
  color: #fff3;
}
.contact_address_li li svg {
  width: 21px;
  font-size: 18px;
  margin-right: 10px;
}

.form-control:focus, input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ffffff57 !important;
}

.country_selectbox .select2-container--default .select2-selection--single {
    border: 1px solid #4C4C4C;
  background: transparent;
  color: #fff;
  box-shadow: none !important;
  height: 52px;
} 
.country_selectbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px;
}
.country_selectbox .select2-container--default .select2-selection--single .select2-selection__arrow, .choose_gender_section .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 52px;
    right: 8px;
}
.country_selectbox .select2-container--default .select2-selection--single .select2-selection__rendered span img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
.select2-container .select2-dropdown.select2-dropdown--below, .select2-container .select2-dropdown.select2-dropdown--above {
    background: #02070c !important;
    border: 1px solid #4C4C4C !important;
  }
  .select2-container .img-flag {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 5px;
  }
  .select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(to right, #FD2A00, #F0B90B) !important;
    color: #fff !important;
  }
  .select2-search__field {
    background: #2e2e2e;
    border: 1px solid #ffffff2b !important;
    color: #fff;
  }
  .choose_gender_section .select2-selection.select2-selection--single {
    border: 1px solid #4C4C4C !important;
    background: transparent !important;
    padding: 12px !important;
    color: #fff !important;
    box-shadow: none !important;
    height: 52px !important;
  }

 .iti__country-list {
    border: 1px solid #4C4C4C !important;
    background: #02070c !important;
    color: #fff !important;
  }
  .iti__country.iti__standard:hover {
    background: linear-gradient(to right, #FD2A00, #F0B90B) !important;
    color: #fff !important;
  }
  .iti__country.iti__standard:hover .iti__dial-code {
    color: #fff !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
  }
  .select2.select2-container.select2-container--default {
    width: 100% !important;
  }


  .address_section .address_card {
    border: 1px solid transparent;
    border-radius: 8px;
    background: url(../images/glow_ellipse_botom.png), linear-gradient(rgb(2, 7, 12), rgb(17, 17, 17)) padding-box, linear-gradient(rgb(63, 63, 63), rgb(240, 185, 11)) border-box;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 50%, auto, auto;
    padding: 50px 25px;
    background-position: top center;
  }
/* ============== contact page css end ================= */

ul.list-decimal li {
    list-style: decimal !important;
    margin-left: 20px;
  }

  /* ============== enter pin page css start ================= */

 .digit-group input {
    width: 50px !important;
    height: 50px;
    background-color: #02070c;
    border: 1px solid #ffffff5e;
    border-radius: 8px;
    color: #fff;
    padding: 10px;
    text-align: center;
  }

  /* ============== enter pin page css end ================= */