@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 5px;
}
.container{
    max-width: 1080px;
}
.valantine{
    width: 20%;
    display: inline-block;
}
.offer{
    display: inline-block;
    /* margin-left: 15px; */
    color:#626262 !important;
}
.abc {
    width: 225px;
}
.week{
    margin-top: -2px;
}
@media only screen and (max-width:425px){
    .offer{
        display: block;
    }
    .valantine{
        margin-left: 50px;
    }
} 
/* .valantine{
    width: 20%;
    display: inline-block;
}
.offerweek{
    width: 75%;
    display: inline-block;
}
.abc {
    width: 225px;
}
@media only screen and (max-width:440px){
    .offerweek{
        display: block;
    }
} */
.header {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    /* background-image: url(../images/header_bg.png); */
    background-position: center bottom;
    background-size: cover;
}
.header .navbar {
    padding: 1rem;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.7rem 1rem;
}
.header .navbar .navbar-brand {
    max-width: 165px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.header .navbar button {
    outline: none;
    border: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    z-index: 999;
}
.header .navbar button:focus{
    outline: none;
    box-shadow: none;

}
.header .navbar button span {
    width: 26px;
    margin-bottom: 5px;
    display: block;
    height: 2px;
    background: #e6c8c3;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.header .navbar button.active span:nth-of-type(2) {
    opacity: 0;
}
.header .navbar button.active span:first-of-type {
    -webkit-transform: rotate(45deg) translate(10px);
    transform: rotate(45deg) translate(10px);
    margin-left: -10px;
}
.header .navbar button.active span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(10px);
    transform: rotate(-45deg) translate(10px);
    margin-left: -10px;
}
.header .collapse:not(.show) {
    display: block !important;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.header .navbar .navbar-collapse ul .nav-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    /* color: #fff; */
    color: #626262;

    
}

.header .navbar .navbar-collapse .dropdown-menu a:hover{
    color: #FFDE57 !important;
}
.header .navbar .navbar-collapse  ul .nav-item.active .dropdown-menu a:hover{
    color: #FFDE57 !important;
}
.darkTheme .header .navbar .navbar-collapse ul .nav-item a {
    color: #FFFFFF;
}
.darkTheme .banner_text h1{
    color: #FFFFFF;
}

.header .navbar .navbar-collapse  .nav-item.active .nav-link  {
    font-weight: 600;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(98.49deg, #AF853E 0.94%, #FFDE57 45.95%, #E2B831 100%);
}


/* .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-dark li .dropdown-item {
    color: #fff;
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: #fff;
    background: none;
} */

.dropdown-menu-dark {
    color: #626262;
    background-color: #FFFFFF;
    border-color: rgba(0,0,0,.15);
}
.darkTheme .dropdown-menu-dark {
    color: #dee2e6;
    background-color: #10382b;
    border-color: rgba(0,0,0,.15);
}
.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-dark li .dropdown-item {
    color: #626262;
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: #626262;
    background: none;
}
.darkTheme .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-dark li .dropdown-item {
    color: #fff;
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: #fff;
    background: none;
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-dark li.active .dropdown-item {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(98.49deg, #AF853E 0.94%, #FFDE57 45.95%, #E2B831 100%);
}

.links{
  width: 100%;
  padding: 0.25rem 1rem;
}
.dropdown-menu{
width: max-content;
}
.navbar-brand img{
    width: 157px;
}
/* .bg-primary-dark {
    background-color: #032018 !important; */ */
   /* background-repeat: no-repeat; */
    /* background-image: url(../images/about_banner_pattern.png);
}


.bg-primary {
    background-color: #FFFFFF !important;
}
.darkTheme .bg-primary {
    background-color: #032018 !important;
    /*background: linear-gradient(90.71deg, #1E1E1E 0%, #0C352A 29.17%, #041B15 60.94%, #00231A 100%);*/
/* } */
.bg-primary-semidark {
    background-color: #032018 !important;
    /*background: linear-gradient(90.71deg, #292b2a 0%, #11493a 29.17%, #04271d 60.94%, #013124 100%);*/
}
.bg-primary-light {
    background-color: #FFFFFF !important;
}
.darkTheme .bg-primary {
    background-color: #032018 !important;
    /*background: linear-gradient(90.71deg, #1E1E1E 0%, #0C352A 29.17%, #041B15 60.94%, #00231A 100%);*/
}
.darkTheme .feature_box-shadow {
    background-color: #0b201b !important;
}
/* .darkTheme .bg-primary-contactus { */
    /* color: #032018 !important; */
    /* background: linear-gradient(90.71deg, #1E1E1E 0%, #0C352A 29.17%, #041B15 60.94%, #00231A 100%); */
/* } */

.darkTheme .t-body{
    color: white;
}
.darkTheme .bg-primary-light {
    background-color: #0b201b !important;
    /*background: linear-gradient(90.71deg, #1E1E1E 0%, #0C352A 29.17%, #041B15 60.94%, #00231A 100%);*/
}
.bg-extra-light {
    background-color: rgba(255,255,255,0.75) !important;
}
.darkTheme .bg-extra-light {
    background-color: #05372a !important;
}




.bg-secondary-light {
    background-color: rgb(243 245 246) !important;
}
.darkTheme .bg-secondary-light {
    background-color: #071612 !important;
}
.darkTheme h1, .darkTheme h2, .darkTheme h3, .darkTheme h4, .darkTheme h5, .darkTheme h6{
    color: #FFFFFF !important;
}

.darkTheme .persent span{
    color: #FFFFFF;
}

.darkTheme .gradient-box {
    background-color: #05372a;
}

.darkTheme .box-top .box-logo img {
	background: #06221b !important;
}

.darkTheme .banner_text h1{
    color: #FFFFFF;
}

.darkTheme .banner_text p {
    color: #FFFFFF;
}

.darkTheme .inner_grams_amout span{
    color: #FFFFFF;
}

.darkTheme .main_buy_now_wrap {
    border: 1px solid #00AB7E;
    background-color: #0c5240;
}
.icon:hover{
color: #64cbff;
}

/* .darkTheme .bg-primary-dark .main-title{color: #064B38;} */
.darkTheme .bg-primary-dark .main-title{color: #00AB7E !important;}


.darkTheme .brand_icon {
    background-color: #0b201b;
}

.darkTheme .text-primary{
    color: #FFFFFF !important;
}
.darkTheme .text-secondary{
    color: #bba967 !important;
}

.darkTheme .feature_text p{
    color: #bdbfbf;
}

.darkTheme .social_icon ul li {
    background-color: #084031;
	color: rgb(255 255 255 / 60%);
}

.darkTheme .footer_links ul li a {
    color: rgb(255 255 255 / 60%);
}
.darkTheme  .footer_links ul li a:hover {
    color: #00AB7E;
}

p.copyright a, .darkTheme p.copyright a {
    color: #f5a203!important;
}
.darkTheme p.copyright {color: rgb(255 255 255 / 60%);}

p {color: rgb(52 71 66 / 80%)!important; text-align: justify;}
p a {color: rgb(6 75 56 / 60%)!important;}
.darkTheme p {color: rgb(255 255 255 / 60%)!important;}
.darkTheme p a {color: rgb(255 255 255 / 60%)!important;}

.darkTheme p a:hover {color: #00AB7E !important;}
.lightTheme .tokenized_gold p a:hover {color: #00AB7E !important;}

.darkTheme h1, .darkTheme h2, .darkTheme h3, .darkTheme h4, .darkTheme h5, .darkTheme h6{
    color: #FFFFFF !important;
}
.darkTheme .persent span{
    color: #FFFFFF;
}
.darkTheme .gradient-box {
    background-color: #05372a;
}
.header.fixed {
    /* box-shadow: -2px 6px 20px -5px rgba(79,79,79,0.3); */
    box-shadow: -2px 6px 20px -5px rgba(79,79,79,0.3);
}

.header .navbar {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.header.fixed .navbar {
    padding: 1rem;
}
.text-gradiant{
    background-image: linear-gradient(45deg, #FFDE57, #E0AE2D, #E2B831);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.gold-gradiant{
    background: rgb(255,215,0);
    background: linear-gradient(90deg, rgba(255,215,0,1) 0%, rgba(247,239,138,1) 50%, rgba(148,112,52,1) 99%);    
}
h1, h2, h3, h4, h5, h6{
    color: #00545B;
}
header.menu-sticky {
	position: fixed;
    top: 0;
	/*padding: 10px 30px!important;*/
	/* box-shadow: 0px 0px 30px 0px rgba(88, 70, 30, 0.9); */
	z-index: 999;
	width: 100%;
    background: white;
}
.darkTheme header.menu-sticky {
	position: fixed;
    top: 0;
	/*padding: 10px 30px!important;*/
	/* box-shadow: 0px 0px 30px 0px rgba(88, 70, 30, 0.9); */
	z-index: 999;
	width: 100%;
    /* background: rgb(5, 5, 5); */
    background: #0b201b ;
}
.darkTheme #root {
    background: #0b201b ;
}
.darkTheme .accordion-body{
 
    background-color: #071612;
    color: #FFFFFF;
}
.darkTheme .accordion-button{
    background: #071612 !important;
    color: white !important;
}
.darkTheme .dropdown-menu {
    background: #10382b !important;
    color: white !important;
}

.darkTheme .vision_pattern {
    background: #0b201b !important;
}
.darkTheme .bg_primary_gradiant {
    background: #0b201b !important;
}
/* .darkTheme .accordion-button::after{
    background-color: white;
} */

.darkTheme .text-white {
    color: #fff!important;
}
.darkTheme .company{
    color: white !important;
}
.darkTheme .tokenized_gold_box{
    background: #071612  !important;
}
.darkTheme .tokenized_gold_color_section{
    background: #0b201b   !important;
}

.darkTheme .tokenized_gold .feature_box {
    background: #0b201b !important;
}
.darkTheme .tokenized_gold .h3{
    /* color: white !important; */
    color: #bba967 !important;
}
.darkTheme .bg-light{
    background: #071612 !important;
}
.darkTheme .tokenized_gold{
    background: #071612   ;
}
.darkTheme .tokenized_gold_color{
    background: #0b201b ;
}
.darkTheme .white_list li{
    color: rgb(255 255 255 / 60%) !important;
}
.darkTheme .tokenized_gold .supply_box{
    background-color: #0b201b ;
}

.darkTheme .btn-outline-primary{
    /* background: #00AB7E; */
    color: white;
}
.darkTheme .tokenized_gold .h2{
    color: white !important;
}
.darkTheme .bg-vector:before{
    opacity: 0.75;
}

.iconL {
	display: none;
}
.iconD {
	display: block;
}
.darkTheme .iconL {
	display: block;
}
.darkTheme .iconD {
	display: none;
}

.homepage{
    margin-top: 50px;
}
.live_rate span{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
    color: #F20000;

}


.persent span{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: #00545B;
}


@media (min-width: 992px){
    .header .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .header .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }  
    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    } 
    .header .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .header .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 991px){
     .banner_text {
        margin-top: 50px;
    }
    .banner_text h1, .bg-primary-dark .main-title {
        text-align: center;
        width: 100%;
        max-width: 580px;
        font-size: 40px;
        margin: 0 auto 30px auto;
        line-height: 48px;
    }
	.main-title {
        text-align: center;
        width: 100%;
        max-width: 580px;
        font-size: 40px;
        margin: 0 auto 30px auto;
        line-height: 48px;
    }
    .banner_text p{
        text-align: center;
        margin: auto;
    }
    .gradient-box{
        margin: auto;
    }
    .box_gold_hover:after {
        height: 100%;
        top: 0px;
    }
    .h2 {
        font-size: 38px;
        line-height: 45px;
    }
    .h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .feature_text p {
        font-size: 14px;
        line-height: 20px;
    }
    .feature_text h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .choose_text {
        font-size: 40px;
        line-height: 50px;
    }
    .saving_ac h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .modal .team_detail {
        padding: 33px 20px;
    }
    .feature_content .h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .feature_content p {
        font-size: 14px;
        line-height: 20px;
    }
    .t-head li {
        font-size: 14px;
    }
    .t-body li span {
        font-size: 14px;
    }
    .accordion-button {
        font-size: 14px;
        line-height: 20px;
    }
    .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }
    .fs-22{
        font-size: 16px !important;
    }
    .lh-45{
        line-height: 26px;
    }
    .tokenized_gold .h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .white_list li {
        font-size: 14px;
        line-height: 24px;
    }
    .tokenized_gold_banner h2 {
        font-size: 33px;
        line-height: 36px;
    }
    .tokenized_gold_banner p {
        font-size: 16px;
        line-height: 23px;
    }
    .tokenized_gold .h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .bg-light p {
        font-size: 16px;
    }

}

.banner_box {
    max-width: 520px;
}
.gradient-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 520px;
    max-width: 520px;
    position: relative;
    padding: 22px 16px;
    box-sizing: border-box;
    color: #FFF;
    background: #fff;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.bg-secondary-light {
    background-color: rgb(243 245 246) !important;
}
.transparancy-list {
    list-style: none ;
}

.gradient-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(to right, #AF853E, #FFDE57, #E2B831);
  }
/* .gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px; */
  /* !importanté */
  /* border-radius: inherit; */
  /* !importanté */
  /* background: linear-gradient(to right, #AF853E, #FFDE57, #E2B831);
} */
/* .banner_box.gradient-box:after {
    background: #C3EBE0;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transform: rotateZ(4deg);
    border-radius: 10px;
} */

.box-top .box-logo img {
    width: 80px;
	background: #e6ecea;
	border-radius: 100px;
	padding: 5px;
}
.banner{
    position: relative;
}
.banner:after, .banner:before{
    position: absolute;
    content: "";
}
.banner:after {
    width: 260px;
    height: 460px;
    background-size: 100%;
    background-image: url(../images/banner_left_top.png);
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
}
.banner:before{
    width: 260px;
    height: 460px;
    background-size: 100%;
    background-image: url(../images/banner_right_bottom.png);
    right: 0;
    bottom: 10px;
}

.banner_text h1{
    font-size: 58px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    color: #00545B;
    max-width: 650px;
    margin-bottom:25px;
    display: block;
}
.banner_text p {
    font-family: Poppins;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #006147CC;
    max-width: 480px;
}
.download_btn img{
    max-width: 190px;
}
.box-top .text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
}
.box-top .text h2{
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}
.box-top .text h2 small{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}
.px-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.live_rate span {
    position: relative;
    padding-left: 20px;
}
.live_rate span:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background: #F20000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: auto;
}
.inner_grams_amout span{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #00545B;
}
.main_buy_now_wrap  .inner_grams_amout {
    width: calc(100% - 175px);
}
.main_buy_now_wrap .buy_now_btn {
    width: 175px;
}
.fw-500{
    font-weight: 500;
}
.fw-400{
    font-weight: 400;
}
.buy_now_btn a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    background-color: #00AB7E;
    border-radius: 0px 6px 6px 0px;
    padding: 10px 5px;
}
.main_buy_now_wrap {
    border: 1px solid #00AB7E;
    border-radius: 0px 8px 8px 0px;
    background-color: #F5FCFA;
}
.banner_right {
    text-align: center;
}
.banner_right img {
    margin: auto;
    /* max-width: 82%; */
}
.main-title-text{
color: black;
text-align: center;
}

.bg-primary-dark .main-title{
    font-size: 48px;
    font-weight: 600;
    line-height: 88px;
    letter-spacing: 0px;
    text-align: center;
    /* color: #fff; */
}
.header_bg{
    /* background-image: url(../images/header_bg.png); */
    background-position: center;
    background-size: cover;
    position: relative;
}
.header_bg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: #032018;
    opacity: 0.7;
    z-index: 0;
}
.z-index-3{
    z-index: 3 !important;
    position: relative;
}

/* .brand_icon {
    border: 1px solid #FFFFFF4D;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
    height: 100%;
}
.brand_icon img {
    height: 80px;
    max-width: 160px;
    object-fit: contain;
    padding: 10px;
} */
.brand_icon {
    background-color: #fbfbfb;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
    height: 100%;
}
.darkTheme .brand_icon {
    background-color: #0b201b;
}
.brand_icon img {
    height: 80px;
    max-width: 160px;
    object-fit: contain;
    padding: 0px;
	margin: 0 auto;
}
.main-title{
    font-size: 48px;
    font-weight: 600;
    /*line-height: 88px;*/
    letter-spacing: 0px;
    text-align: center;
}
.main-title1{
    font-size: 44px;
    font-weight: 600;
    /*line-height: 88px;*/
    letter-spacing: 0px;
    text-align: center;
}
.box_green_hover {
	border: 1px solid transparent;
}
.box_green_hover:hover {
	border: 1px solid #00AB7E;
}
.trusted_icons {
    gap: 30px;
}

/* .text-primary{
    color: #00AB7E !important;
} */
.text-primary{
    color: #064B38 !important;
}
.text-primary1{
    color: #064B38 !important; 
}
.text-secondary{
    color: #00AB7E99 !important;
}
.de-risk-text{
    color: black !important;
    font-size: 32px;
    font-weight: 600;
}
.background-color-box{
    background-color: rgba(0, 171, 126,0.08);
    font-size: 18px;
    color: #064B38;
}
.text-size-big{
    font-size: 18px;
}
.company {
    text-align: justify;
}

.h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
}
.h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;

}
.h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.feature_box {
    /* box-shadow: 0px 0px 6px 0px #108B6940; */
    border-radius: 15px;
    padding: 26px 16px 35px 16px;
    background-image: url(../images/feature_pattern.png);
    background-size: 129px;
    background-position: calc(100% - 15px) top;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}
.feature_box-shadow {
    box-shadow: 0px 0px 6px 0px #108B6940;
    border-radius: 5px;
    padding: 26px 16px 35px 16px;

    background-size: 129px;

    height: 100%;
    position: relative;
    background-color: rgb(243 245 246) !important;
}
.feature_box .feature_icon {
    width: 55px;
}
.feature_box .feature_icon img{
    width: 100%;
}
.feature_box .feature_text {
    width: calc(100% - 55px);
    padding-left: 15px;

}
#FAQs p{
    text-align: justify;
}
.feature_text h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    color: #064B38;
    margin: 0;
}

.feature_text p{
    text-align: justify !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #064B3899;
    margin: 0;
}

.read_more_row {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.read_more_row a {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #064B38B2;
    text-decoration: none;
}

.contact_left_box h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
    color: #064B38;
}
.contact_left_box p{

    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: justify;
    margin: 0;
    color: rgb(255 255 255 / 60%);
}
.btn.btn-secondary {
    background: #00AB7E;
    border-color: #00AB7E;
    padding: 9px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
}
.contact_left_box {
    /* box-shadow: 0px 0px 6px 0px #108B6940; */
    border-radius: 15px;
    padding: 26px 16px 35px 16px;
    background-image: url(../images/contact_pattern.png);
    background-size: 186px;
    background-position: calc(100% - 15px) bottom;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    background-color: #05372a;
}

.contact_left_box .add_text .h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
}
.contact_left_box .add_text .h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
}
.contact_left_box .get_in_touch .h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: #064B38;
}
.contact_left_box .get_in_touch .h5, .contact_left_box .get_in_touch .h5 a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(255 255 255 / 60%);
    text-transform: none;
    text-decoration: none;
}
.get_in_touch{
    margin-bottom: 25px;
}
.get_in_touch:last-child{
    margin-bottom: 0px;
}
.get_in_touch .contact_text {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.get_in_touch .add_icon {
    width: 40px;
    text-align: center;
}
.add_icon img {
    max-width: 100%;
}
.media_icon img {
    max-width: 174px;
}

.choose_text{
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: left;
}

.saving_ac h4{
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
}
.saving_ac p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;

}
.gold-gradiant-box{
    background: linear-gradient(116.14deg, #FFD700 -3.66%, #AF8E17 45.95%, #FFE247 94.95%);
    width: 135px;
    height: 50px;
}
.grey-gradiant-box{
    background: linear-gradient(97.81deg, #FFFFFF 0%, rgba(141, 139, 139, 0.453125) 54.69%, #EAEAEA 100%);
    width: 135px;
    height: 50px;
}
.inv_text {
    width: calc(100% - 150px);
    padding-left: 15px;
}
.saving_ac_box {
    /* box-shadow: 0px 0px 6px 0px #108B6940; */
    border-radius: 15px;
    padding: 26px 16px 35px 16px;
}
.saving_ac_box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #064B38;
}
.inv_text .big_text{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
}
.inv_text .small_text{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: #064B3899;

}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-18{
    font-size: 18px !important;
    text-align: justify !important;
}
.fs-22{
    font-size: 22px !important;
}
.fs-38{
    font-size: 38px !important;
}
.fs-28{
    font-size: 28px !important;
}
.fs-32{
    font-size: 32px !important;
}
.text-secondary-light{
    color: #064B3899 !important;
}

.product_detail h4 {
    font-size: 16px;
    font-weight: 600;
}
.product_detail p{
    font-size: 18px;
    font-weight: 400;
}
.product_icon img{
    height: 140px;
    margin: auto;

}
.box_gold_hover {
    position: relative;
}
.box_gold_hover .product_icon, .box_gold_hover .product_detail, .box_gold_hover .buy_btn{
    position: relative;
    z-index: 2;
}
.box_gold_hover:after {
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: calc(100% + 40px);
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #FFD700, #947034, #FFD700);
    border-radius: 15px;
    background-color: #fff;
    opacity: 0;
    transition: 0.5s;
}
.box_gold_hover:hover:after{
    opacity: 1;
}
.social_icon ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.social_icon ul li {
    padding: 0;
    list-style: none;
   
    margin: 0px 2px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #3E454A;
    color: #B2B5B7; */
    background-color: #bacfc8;
    color: #3f525e;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50%;
   
}
/* .social_icon ul {
    padding: 5;
    list-style: none;
    display: flex;
    margin: 0px 2px;
} */
.social_icon ul a{
    text-decoration: none;
  
} 
.links{
    color: rgb(255 255 255 / 60%);
    text-decoration: none;
}
.links:hover{
    color:  #00AB7E;
    text-decoration: none;
}
.footer_links h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
}
.footer_links ul{
    padding: 0;
    margin: 0;
}

.footer_links ul li{
    list-style: none;
}
.footer_links ul li a:hover {
    color: #00AB7E;
}
.footer_links ul li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    color: #626262;
    transition: 0.5s;
    padding: 0;
}
.darkTheme .footer_links ul li a {
    color: rgb(255 255 255 / 60%);
}
.darkTheme  .footer_links ul li a:hover {
    color: #00AB7E;
}
.footer_inner {
    border-radius: 20px;
    margin-bottom: 70px;
    position: relative;
}
.footer_inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00AB7E33;
    border-radius: 20px;
    margin-bottom: 50px;
    z-index: -1;
    transform: rotate(3deg);
    left: 0;
    top: 0;
}
.footer {
	background-color: #032018;
	position: relative;
}
.footer-bottom {
    border-top: 2px solid #fbfbfb;
	margin-top: 20px;
    padding: 20px;
}
.darkTheme .footer-bottom {
    border-top: 2px solid #0b201b;
}

.bg-vector {
    position: relative;
}
.bg-vector:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.10;
    background-image: url(../images/blockchain-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-vector .container {
    z-index: 1;
    position: relative;
}
.darkTheme .bg-vector:before {opacity: 0.75;}
.text-white {
    color: #064B38!important;
}
.footer_links ul li  {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    color: rgb(255 255 255 / 60%);
    transition: 0.5s;
    list-style: none;
}
.footer_inner {
    border-radius: 20px;
    margin-bottom: 70px;
    position: relative;
}
.footer_inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00AB7E33;
    border-radius: 20px;
    margin-bottom: 50px;
    z-index: -1;
    transform: rotate(3deg);
    left: 0;
    top: 0;
}
/* p.copyright {
    margin: 10px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
p.copyright a{
    color: #FFD700;
} */

p.copyright {
    margin: 0px;
    text-align: center;
    color: #626262;
    font-size: 14px;
}
p.copyright a, .darkTheme p.copyright a {
    color: #f5a203!important;
}

footer .header_bg:before{
    border-radius: 20px;
}

.gold_pattern{
    position: relative;
}
.gold_pattern:after{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;    
    background-image: url(../images/about_banner_pattern.png);
    background-position: left center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.vision_pattern{
background-color: rgb(243 245 246) !important;
}
/* .vision_pattern {
    position: relative;
    background-image: url(../images/our_vision_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vision_pattern::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/our_vision_overlap.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
.vision_pattern {
    position: relative;
    background-image: url(../images/our_vision_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vision_pattern::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/our_vision_overlap.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vision-box {
	border-radius: 15px;
	padding: 35px;
}
.fs-48{
    font-size: 48px;
}
.team_wrap{
    /* max-width: 830px; */
    margin: auto;
}
.team_bg_wrap .team_wrap {
    position: relative;
    z-index: 4;
}
.team_wrap .team_thumb{
    width: 180px;
}
.team_wrap .team_detail{
    width: calc(100% - 180px);
    padding-left: 30px;
}
.team_thumb img{
    width: 100%;
}

.bg_primary_gradiant{
    position: relative;
    /* background-color: rgb(243 245 246) !important; */
    background: linear-gradient(124.12deg, #071511 0%, #032018 32.29%, #023024 67.71%, #0F1715 100%);

    /* background: linear-gradient(124.12deg, #071511 0%, #032018 32.29%, #023024 67.71%, #0F1715 100%); */
}
.team_bg_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_pattren_top_col.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.team_bg_wrap .team_wrap {
    position: relative;
    z-index: 4;
    margin-bottom: 75px;
}
.team_bg_wrap .team_wrap:last-child {
    margin-bottom: 0px;
}
.team_bg_wrap {
    border-radius: 15px;
    padding: 50px;
}
.team_detail p{
    margin: 0;
}
.team_detail p a.link {
    color: #00AB7E;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
.btn-close{
    opacity: 1;
}
button.btn-close:after, button.btn-close:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #064B38;
    top: 0;
    bottom: 0;
    margin: auto;
}
.darkTheme button.btn-close:after, .darkTheme button.btn-close:before {
    background-color: #fff;
}
.btn-close:hover {
	background-color: transparent;
    border-color: transparent;
}
button.btn-close:after{
    transform: rotate(45deg);
}
button.btn-close:before{
    transform: rotate(-45deg);
}
button.btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background: none;
    z-index: 3;
}
.modal .team_detail {
    padding: 30px 90px 30px 30px;
}


.form-select {
    border-radius: 0;
    border-color: #064B38;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-color: #064B38;
    border-bottom: 1px solid #064B38;
    outline: none;
    background-color: transparent;
    color: #fff;
}
.form-control:hover, .form-control:active, .form-control:focus{
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
	background-color: transparent !important;
}
.darkTheme form .form-control {
    color: rgb(255 255 255 / 60%)!important;
}

.text-bold{
    font-weight: 600;
}


.feat_digi {
    /* box-shadow: 0px 0px 6px 0px #108B6940; */
    border-radius: 10px;
    padding: 25px 40px 20px 100px;
    margin-bottom: 30px;
    position: relative;
}
.feat_digi:last-child {
    margin-bottom: 0;
}

.feat_digi .feature_icon {
    width: 55px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.feat_digi .feature_icon img{
   width: 100%;
}
.feature_content {
    width: 100%;
}
.feature_content .h5{
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #064B38;
    margin: 0;
}
.feature_content p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #064B38;
    text-align: justify;
}
.btn.btn-primary {
    color: #fff;
    border-radius: 6px;
    background-color: #00AB7E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    padding: 11px 16px;
    border-color: #00AB7E;
}
.h6.text-secondary {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #00AB7E !important;
}
.title_list{
    margin: 0;
    padding: 0;
}
.title_list li {
    position: relative;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: #064B38;
    list-style: none;
    padding-left: 13px;
}
.title_list li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: #064B38;
    border-radius: 50%;
}
.supply_box {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 20px 15px 60px 15px;
    border-radius: 10px;
    position: relative;
}
.supply_icon img {
    max-width: 45px;
    margin: auto;
}
.supply_content h5 {
    color: #EDB246;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}
.supply_content p{
    color: rgba(6, 75, 56, 0.6);
    /* font-size: 12px;
    font-weight: 400;
    line-height: 18px; */
    letter-spacing: 0px;
    text-align: justify;
}
.supply_box .supply_button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}
/* .btn-outline-primary {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-color: #064B38;
    color: #064B38;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
} */
.btn-outline-primary {
    border-color: #106c53;
    color: #106c53;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
	padding: 10px 30px
}
.btn-outline-primary.small-padd {
	padding: 5px 10px;
}
/* .btn-outline-primary:hover{
    color: #fff;
    background-color: #064B38;
    border-color: #064B38;
} */

.btn-outline-primary:hover{
    color: #fff;
    background-color: #106c53;
    border-color: #106c53;
}
.darkTheme .btn-outline-primary {
    border-color: #2a8d72;
    color: #2a8d72;;
}
.darkTheme .btn-outline-primary:hover{
    color: #fff;
    background-color: #2a8d72;
    border-color: #2a8d72;
}
/*.supply_button .btn-outline-primary {
	padding: inherit!important;
}*/
.t-table_wrap .t-body li span {
	color: #00545B!important;
}
.darkTheme .t-table_wrap .t-body li span {
	color: rgb(255 255 255 / 60%)!important;
}
.t-table_wrap {
    /*box-shadow: 0px 0px 6px 0px #108B6940;*/
    padding: 10px;
}

/* .t-table_wrap {
    box-shadow: 0px 0px 6px 0px #108B6940;
    padding: 10px;
} */
.t-head {
    margin: 0;
    list-style: none;

    background-color: rgba(0, 171, 126,0.08);
    /* background-color: rgb(243 245 246); */
    padding: 5px;
    border-radius: 8px;
}
.t-head li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;

}
.t-head li:first-child {
    width: calc(100% - 150px);
    padding-left: 20px;
}
.t-head li:last-child {
    width: 150px;
    text-align: center;
}
.t-body{
    padding: 0;
    margin: 0;
    list-style: none;
}
.t-body li span:first-child {
    width: calc(100% - 150px);
    padding-left: 20px;
}
.t-body li span:last-child {
    width: 150px;
    text-align: center;
}
.t-body li span{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;

}
.t-head li{
    list-style: none;
}
.t-body li {
    list-style: none;
    padding: 10px 5px;
    background-image: url(../images/border-table.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.t-body li:last-child {
    background-image: none;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #064B38 !important;
    overflow: hidden;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-button:not(.collapsed) {
    color: #064B38;
    background-color: #fff;
    box-shadow: none;
}
.accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #064B38;
}
.accordion-body {
    background-color: rgba(6, 75, 56, 0.1);
    /* background-color: rgb(243 245 246); */
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
}
.accordion-body p{
    margin: 0;
}
.tokenized_gold_box{
    background-color: rgb(243 245 246)
}

.tokenized_gold_section{
    background-image: url(../images/tokenized_gold.png);
    background-position: center;
    background-size: cover;
    position: relative;
    top: 43px;
}

.tokenized_gold_section:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tokenized_gold_banner{
    position: relative;
    z-index: 2;
    text-align: center;
}
.tokenized_gold_banner h2{

    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}
.tokenized_gold_banner p{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
    color: #EDB246 !important;
}
.btn.btn-outline-primary.white_btn {
    border-color: #FFFFFF;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    padding: 10px 30px;
    border-radius: 10px;
}

.tokenized_gold .h2{
    /* color: #00AB7E !important; */
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
}
.tokenized_gold .h3{
    /* color: #EDB246 !important; */
    /* color: black !important; */
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.tokenized_gold_box .feature_box {
    background-color: white;
    /* background-color: #032018; */
    /* background: linear-gradient(90.71deg, #1E1E1E 0%, #0C352A 29.17%, #041B15 60.94%, #00231A 100%); */
}
.color-gold{
    color: #EDB246 !important;
    
}
/* .tokenized_gold .feature_text h4{
    color: #fff;
} */
/* .tokenized_gold .feature_text p{
    color: #C5C5C5 !important;
} */
.darkTheme .main_title ul li span {
    color: #FFFFFF;
}
.darkTheme .main_title ul li span:before {
    background-color: #FFFFFF;
}


.tokenized_gold .feature_box .feature_icon{
    margin-bottom: 10px;
}
.tokenized_gold .feature_box .feature_text {
    width: 100%;
    padding-left: 0;
}
.tokenized_gold .read_more_row a {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #00AB7E99;
    text-decoration: none;
}
.main_title ul {
    list-style: none;
}
.main_title ul li span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #064B38;
    border-radius: 50%;
}
.main_title ul li span {
    position: relative;
    padding-left: 12px;
    color: #064B38;
}
.tokenized_gold .supply_box {
    /* background-color: #032018; */
    background-color: rgb(243 245 246)
}
.tokenized_gold .supply_box p{
    color: #C5C5C5;
}
.tokenized_gold .supply_box h6{
    /* color: #FFFFFF; */
    color: black;
}
.bg-light p{
    color: #064B38;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
}
.bg-light {
    /* background-color: #006A4D1A !important; */
    background-color: rgb(243 245 246)
}
.border-radius {
    border-radius: 7px;
}

.border-primary {
    border-color: #064B38 !important;
}
.main_title.gold_color h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #EDB246;
}
.white_list {
    list-style: none;
}
.white_list li{
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;
    /* color: #FFFFFF; */
    position: relative;
    padding-left: 20px;
}
.white_list li:before {
    content: '';
    left: 0;
    top: 9px;
    background-image: url(../images/right_gold_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 11px;
    height: 14px;
}
.table-responsive {
    background-color: rgb(243 245 246);
	color: FFFFFF !important;
    border-radius: 15px;
}
.darkTheme .table-responsive {
    background-color: #071612;
	color: rgba(198, 208, 219, 0.9) !important;
    border-radius: 15px;
}

.table-responsive .table thead th { color: rgb(6 75 56) !important;  border-bottom: none; }
.darkTheme .table-responsive .table thead th { color: #FFFFFF!important;  border-bottom: none; }

.table-dark {
    --bs-table-bg: #032018;
    --bs-table-striped-bg: #032018;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #032018;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #032018;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #032018;
}
.table-dark thead tr th {
    background-color: rgb(224 233 237) !important;
    color: #EDB246;
    border: 0;
    padding: 15px 22px !important;
    vertical-align: middle;
}
.darkTheme .table-dark thead tr th {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.table-dark thead tr th:first-child  {
    border-radius: 10px 0 0 10px !important;
}
.table-dark thead tr th:last-child  {
    border-radius: 0px 10px 10px 0px !important;
}

.library p, .library p a{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    text-decoration: none;
}
.library h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    color: #EDB246;
     margin: 0;
}

.lh-45{
    line-height: 45px;
}
.fw-400{
    font-weight: 400;
}
p a{
    color: #EDB246;
}
.page_2 .btn-outline-primary.white_btn {
    font-size: 12px;
    font-weight: 300;
    background-color: transparent;
    padding: 8px 17px;
}
.tokenized_gold .supply_box.page_2 {
    padding: 20px;
}
.tokenized_gold .supply_box.page_2 .supply_button {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    gap: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.an_icon img {
    width: 87px;
    margin: auto;
}

.analytics_wrap h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #EDB246;
}

.analytics_wrap p {
    /* font-size: 12px; */
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: justify;
    color: #064B38;
    margin: 0;
}
.analysis_data h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #032018;
}
.analysis_data p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #064B38;

}
.bg-primary-dark-with-gold{
    position: relative;
}
.bg-primary-dark-with-gold:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    height: 100%;
    background-image: url(../images/bg_gold_patten.png);
    z-index: 1;
    background-size: contain;
}

.bg-primary-dark .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: transparent;
    border-bottom-width: 0;
    box-shadow: none;
}
.dubai_call h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: #EDB246 !important;
    /* color: #064B38 !important; */
}
.dubai_call p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #C5C5C5;
    margin: 0;
}
.swiper-slide {
    padding: 0 1px;
}

.brand_icon.border-0 img{
    padding: 0;
}
.themeSwitcher {  
    left: 30px;
    z-index: 99;
    /*bottom: 30px;*/
    padding-left: 4px;
  }
  .d-block-light {
      display: none;
  }
  .d-block-dark {
      display: none;
  }
  .darkTheme .d-block-light {
      display: block;
  }
  .lightTheme .d-block-dark {
      display: block;
  }
  .darkTheme .d-block-dark {
      display: none!important;
  }
  .lightTheme .d-block-light {
      display: none!important;
  }
  #theme-toggle {
      padding:5px;
      width:34px;
      height:34px;
      line-height: 1;
      border-radius:8px;
      border: none;
  }
  .lightTheme #theme-toggle {
      color: #646a71;
  }
  .darkTheme #theme-toggle {
      background-color: var(--background-color);
      color: #FFFFFF;
  }
  .lightTheme #theme-toggle:hover, .darkTheme #theme-toggle:hover {
      color: #64cbff;
  }
  .pattern-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity:0.20;
 }
 .darkTheme .pattern-1 {
     opacity:1;
 }
 .pattern-2 {
     width: 100%;
     height: 100%;
     position: absolute;
     bottom: 0;
     right: 0;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: right bottom;
     opacity:0.10;
     background-image: url(../images/vectors.png);
 }
 .darkTheme .pattern-2 {
    opacity:1;
 }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .themeSwitcher {
      left: 10px;
    }
  }
  @media only screen and (max-width: 767px) {
    .themeSwitcher {
      left: 4px;
    }
  }
  
.table {margin-bottom: 0px;}
.table-bordered td, .table-bordered th { border: 1px solid rgb(41, 44, 52, 0.2); color: inherit; }
.darkTheme .table-bordered td, .darkTheme .table-bordered th { border-color: rgb(41, 44, 52, 1); }
tbody th, td:nth-child(even) { background: #1a1d22; }
.why-cgo tr td:nth-child(2) { font-size: 15px; font-weight: 600; color: rgba(198, 208, 219, 1); background-color: rgba(227, 177, 85, 0.4); }
.td-bg { font-weight: 600; color: rgba(198, 208, 219, 0.9)!important; background-color: #e2e7e9!important; }
.td-bg { color: rgb(6 75 56) !important; }
.darkTheme .td-bg { color: rgb(255, 255, 255)!important; background-color: #040c0a!important; }

.table-responsive .table thead th img { max-width: 125px; }
.table-responsive>.fixed-column { position: absolute; display: inline-block; width: auto; }
.table-responsive .table th, .table-responsive .table td { text-align: center; vertical-align: middle; }
.table-responsive .table td.td-bg { text-align: left; }
.table-responsive .table { color: inherit; }

/*-------- Routine audit reports table --------*/
.table-block { background: #1d2127; padding:10px; border-radius: 8px; }
.table-responsive.bg-color { background: #1d2127; }
.table td, .table th { padding: 20px 0.75rem 20px 0.75rem; }
.table-responsive.bg-color thead td { border-top: none; }
.table-responsive.bg-color thead td, .table-responsive.bg-color tbody td { border-top-color: #16181c; }
.table-responsive.bg-color tbody th, td:nth-child(even) { background-color: inherit; }



@media(min-width:768px) {
	.table-responsive>.fixed-column { display: none; }
}
@media(max-width:767px) {
	.td-bg { max-width: 100px; }
}
@media(max-width:576px) {
	.table-responsive.bg-color { font-size: 15px; }
	/*.table-responsive.bg-color tbody th, td:nth-child(1), .table-responsive.bg-color tbody th, td:nth-child(4), .table-responsive.bg-color tbody th, td:nth-child(5) { display: none; }*/
	.table-responsive.bg-color thead td:nth-child(1),
	.table-responsive.bg-color thead td:nth-child(4),
	.table-responsive.bg-color thead td:nth-child(5) { display: none; }
	.table-responsive.bg-color tbody td:nth-child(1),
	.table-responsive.bg-color tbody td:nth-child(4),
	.table-responsive.bg-color tbody td:nth-child(5) { display: none; }
	
	.table-responsive.bg-color thead td:nth-child(2) { min-width: 80px!important; max-width: 80px!important; }
}


@media (max-width: 991px){
    .header .navbar .navbar-collapse ul .nav-item a {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
    }
    .lightTheme .dropdown-menu {
        background: #10382b !important;
        color: white !important;
    }
    html{
        overflow-x: hidden;
    }


    
}
@media (min-width: 992px){
    
    .header .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .header .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }  
    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    } 
    .header .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .header .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}
@media (max-width: 1044px) {
.downloadinfo{
   text-align: center !important;
    margin-top: 10px;
}    
}

@media only screen and (max-width: 991px){
    .header .navbar .navbar-collapse {
        background-color: #064b38;
        padding: 15px;
        position: fixed;
        top: 0px;
        width: 300px;
        left: auto;
        right: 0px;
        transform: translateX(100%);
        z-index: 9;
        box-shadow: 0 50px 50px rgba(0,0,0,0.2);
        height: 100%;
        overflow: auto;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    } 
    .header .navbar .active ~ .navbar-collapse{
        right: 0;
        transform: translateX(0%);
    }   
    
    .banner_text {
        margin-top: 50px;
    }
    .banner_text h1, .bg-primary-dark .main-title {
        text-align: center;
        width: 100%;
        max-width: 580px;
        font-size: 40px;
        margin: 0 auto 30px auto;
        line-height: 48px;
    }
    .banner_text p{
        text-align: center;
        margin: auto;
        font-size: 16px;
    }
    .gradient-box{
        margin: auto;
    }
    .box_gold_hover:after {
        height: 100%;
        top: 0px;
    }
    .h2 {
        font-size: 38px !important;
        line-height: 45px;
    }
    .h3 {
        font-size: 24px !important;
        line-height: 38px;
    }
    /* .feature_text p {
        font-size: 14px;
        line-height: 20px;
    } */
    .feature_text h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .choose_text {
        font-size: 40px;
        line-height: 50px;
    }
    .saving_ac h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .modal .team_detail {
        padding: 33px 20px;
    }
    .feature_content .h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .feature_content p {
        /* font-size: 14px; */
        line-height: 20px;
    }
    .t-head li {
        font-size: 14px;
    }
    .t-body li span {
        font-size: 14px;
    }
    .accordion-button {
        font-size: 14px;
        line-height: 20px;
    }
    .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }
    .fs-22{
        font-size: 16px !important;
    }
    .lh-45{
        line-height: 26px;
    }
    .tokenized_gold .h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .white_list li {
        font-size: 14px;
        line-height: 24px;
    }
    .tokenized_gold_banner h2 {
        font-size: 33px;
        line-height: 36px;
    }
    .tokenized_gold_banner p {
        font-size: 16px;
        line-height: 23px;
    }
    .tokenized_gold .h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .bg-light p {
        font-size: 16px;
    }

}
@media only screen and (max-width: 767px){
    .banner_text h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
    }
    .team_bg_wrap {
        padding: 15px 15px;
    }
    .team_wrap .team_thumb {
        width: 150px;
        margin: auto;
    }
    .team_wrap .team_detail {
        width: calc(100% - 150px);
        padding-left: 20px;
    }
    .team_detail h2.fs-38 {
        font-size: 14px !important;
    }
    .team_detail p {
        font-size: 16px !important;
    }
    .fs-38 {
        font-size: 28px !important;
    }
    .fs-32 {
        font-size: 24px !important;
    }
    .fs-18 {
        font-size: 18px !important;
    }
    .h2 {
        font-size: 30px !important;
        line-height: 35px;
    }
    .h3 {
        font-size: 20px !important;
        line-height: 23px;
    }
    .feature_icon {
        width: 50px;
        left: 17px;
        top: 14px;
    }
    .feature_wrap {
        padding: 15px 20px 20px 90px;
    }
    .banner_text {
        margin-top: 0;
    }
    .banner_text h1, .bg-primary-dark .main-title{
        font-size: 32px;
    }
    /* .feature_text p{
        font-size: 12px;
    } */
    .feature_text h4 {
        font-size: 16px;
    }
    .feature_box .feature_icon {
        width: 55px;
    }
    .feature_box .feature_text {
        width: calc(100% - 55px);
        padding-left: 15px;
    }
    .product_detail h4 {
        font-size: 16px;
    }
    .product_detail p {
        font-size: 18px;
    }
    .btn.btn-secondary {
        font-size: 12px;
        padding: 5px 8px;
    }
    .footer_logo {
        text-align: center;
    }
    .social_icon {
        text-align: center;
        display: inline-block;
    }
    .footericon{
        justify-content: center;
    }
    .tokenized_gold .h2, .tokenized_gold .h2 {
        font-size: 20px;
        line-height: 42px;
    }
    .tokenized_gold .h3, .tokenized_gold .h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .tokenized_gold .supply_box.page_2 {
        padding: 10px;
    }
    .supply_content h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .supply_content h6 {
        font-size: 12px;
    }
    /* .supply_icon img {
        max-width: 32px;
    } */
    /* .supply_content p {
        font-size: 16px;
        line-height: 12px;
    } */
    .page_2 .btn-outline-primary.white_btn {
        font-size: 10px;
        padding: 4px 8px;
    }
    .analytics_wrap h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .analysis_data p, .main_title ul li span {
        font-size: 16px;
        line-height: 16px;
    }
    .analysis_data p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}
    .analysis_data h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .main_title ul li span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 5px;
        height: 5px;
        background-color: #064B38;
        border-radius: 50%;
    }
    .main_title ul li span {
        padding-left: 12px;
    }
    .btn.btn-outline-primary.white_btn {
        padding: 6px 18px;
        font-size: 12px;
    }
    /* .tokenized_gold .supply_box h6{
        font-size: 10px;
    } */
    .supply_box {
        padding: 20px 15px 60px 15px;
    }
    .supply_box .supply_button {
        bottom: 10px;
    }
    h4.text-primary {
        font-size: 14px;
    }
    .bg-light p {
        font-size: 16px;
        line-height: 13px;
    }
    /* body {
        font-size: 11px;
    } */
    .white_list li {
        font-size: 14px;
        line-height: 21px;
    }
    .white_list li {
        padding-left: 14px;
    }
    .white_list li:before {
        top: 6px;
        width: 7px;
    }
    .table-responsive {
        padding: 7px;
    }
    .table-dark thead tr th {
        padding: 0.5rem 0.5rem !important;
    }
    .library h3 {
        font-size: 22px;
        line-height: 23px;
    }
    .library p, .library p a {
        font-size: 14px;
        line-height: 20px;
    }
    .tokenized_gold_banner h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .tokenized_gold_banner p {
        font-size: 12px;
        line-height: 22px;
    }
    .tokenized_gold_section {
        min-height: 396px;
        align-items: center;
        display: flex;
    }
    .bg-primary-dark p.fs-18 {
        font-size: 18px !important;
        word-wrap: break-word;
    }
    .tokenized_gold .read_more_row a {
        font-size: 12px;
        font-weight: 600;
    }
    h5.fs-28.color-gold {
        font-size: 28px !important;
        margin-bottom: 20px;
    }
    .tokenized_gold h4.text-center {
        font-size: 11px;
    }
    .dubai_call h4 {
        font-size: 16px;
    }
    .dubai_call p {
        font-size: 14px;
        line-height: 17px;
    }
    .feature_content .h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .feature_content p {
        font-size: 16px;
        line-height: 20px;
    }
    .feat_digi .feature_icon {
        width: 55px;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .feature_wrap {
        padding: 15px 20px 20px 90px;
    }
    .btn.btn-primary {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        padding: 10px 12px;
    }
    .h6.text-secondary {
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
    }
    .title_list li {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
    }
    .title_list li:before {
        position: absolute;
        content: '';
        left: 0;
        top: 8px;
    }
    .t-body li span {
        font-size: 14px;
        line-height: 16px;
    }
    .accordion-button {
        font-size: 14px;
        line-height: 20px;
    }
    .accordion-body {
        font-size: 14px;
        line-height: 18px;
    }
    .fs-18 {
        font-size: 18px !important;
    }
    .link-break {
        word-wrap: break-word;
    }
}
@media only screen and (max-width: 575px){
    .gradient-box{
        width: 100%;
        max-width: 100%;
        padding: 10px;
    }
    .banner_right img{
        /* max-width: 80% !important; */
       width: -webkit-fill-available;;
    }
    
    .main_buy_now_wrap .inner_grams_amout {
        /* width: calc(100% - 125px); */
        width: 100%;
    }
    .main_buy_now_wrap {
        border-radius: 10px 10px 10px 10px;
        background-color: #F5FCFA;
    }
    .main_buy_now_wrap .buy_now_btn {
        width: 100%;
    }
    .buy_now_btn a {
    	border-radius: 0px 0px 6px 6px;
    }
    .box-top .box-logo img {
        width: 60px;
    }
    .inner_grams_amout span {
        font-size: 10px;
        line-height: 14px;
    }
    .main_buy_now_wrap {
        background-color: #F5FCFA;
    }
  
    .box-top .text h2 {
        font-size: 16px;
        line-height: 34px;
    }
    .box-top .text h3 {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }
    .persent span {
        font-size: 12px;
    }
    .gradient-box{
        padding: 10px;
    }
    .percent_live {
        margin-left: 0 !important;
    }
    .live_rate {
        text-align: left !important;
        justify-content: start !important;
        display: flex;
    }
    .tokenized_gold .feature_box {
        background-color: white;
    }
    
    .team_bg_wrap .team_wrap {
        margin-bottom: 50px;
    }
    .fs-22 {
        font-size: 12px !important;
    }
    .download_btn img {
        max-width: 140px;
    }
    .banner .border_banner{
        display: none;
    }
    .banner:before{
        display: none;
    }
    h2.main-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .brand_icon {
        padding: 0;
    }
    .swiper{
        width: 50% !important;
    }
    .brand_icon img {
        height: 45px;
        max-width: 90px;
        object-fit: contain;
        padding: 3px;
    }
    .read_more_row a {
        font-size: 12px;
    }
    .media_icon img {
        max-width: 100%;
    }
    .fontsize {
        font-size: 18px;
    }
    .team_wrap .team_detail {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
        text-align: center;
    }
    .team_bg_wrap {
        padding: 50px 25px;
    }
    .team_bg_wrap .team_wrap {
        margin-bottom: 50px;
    }
    .fs-22 {
        font-size: 16px !important;
    }
    .h2 {
        font-size: 20px !important;
        line-height: 26px;
    }
	h2.main-title {
		font-size: 22px !important;
		line-height: 28px !important;
	}
   
}



.game-container {
    min-height: 100vh;
    width: 100%;
   background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 0rem;
    height: auto;
  }
  
  .game-card {
    background: url("/assets/images/holi-image.jpeg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2rem 2rem 6rem 2rem;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    height: auto;
  }

  .holi-splace-image{
    position: absolute;
   
    /* top: 73%; */
}
.holi-img{
    width: 300px !important;
    
  }
  
  .holi-back {
    background: url('assets/images/color.gif');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  
  
  .logo {
    width: 200px;
    height: auto;
    margin: 0 auto 1rem;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
    display: block;
  }
  
  .holi-title {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  }
  
  .colors-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    
    margin: 0 auto 1rem;
    padding: 1rem;
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.3);
    width: 300px;
    height: 300px;
    align-items: center;
  }
  
  .color-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin: 0 auto;
  }
  
  .color-button:hover:not(:disabled) {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
  }
  
  .color-button:disabled {
    cursor: not-allowed;
  }

  .disabled >a{
    cursor:not-allowed !important;
  }

  
  .email-input {
    width: 100%;
    width: 300px;
    padding: 0.5rem 1rem;
    border: 2px solid rgba(255, 255, 255, 1);

    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-align: center;
    margin: 0 auto 1rem;
    display: block;
  }
  
  .email-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  
  .error-message {
    color: #e61212 !important;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-weight: bold;
  }
  
  .terms {
    text-align: right;
    color: white;
    font-size: 0.9rem;
    margin-top: 1rem;
    display: block;
    text-decoration: none;
  }
  
  .terms:hover {
    color: white;
  }
  .email-input::placeholder {
    color: white;
    text-align: center;
  }
  
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .popup {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    max-width: 90%;
    width: 400px;
    animation: popIn 0.3s ease-out;
  }
  
  @keyframes popIn {
    from {
      transform: scale(0.8);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .popup h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
  }
  .popup .holi-heading{
    font-size: 2rem;
  }
  
  .popup p {
    margin-bottom: 1.5rem;
    color: #666;
  }
  
  .popup button {
    background: linear-gradient(45deg, #ffd700, #ffa500);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
  }
  
  .popup button:hover {
    transform: scale(1.05);
  }
  
  .color-splash {
    position: fixed;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
    animation: splash 1s ease-out forwards;
    z-index: 1;
  }
  
  @keyframes splash {
    0% {
      width: 0;
      height: 0;
      opacity: 0.8;
    }
    100% {
      width: 200vw;
      height: 200vw;
      opacity: 0;
    }
  }
  
  @media (max-width: 480px) {

    .game-container{
        padding: 0rem !important;
    }
    .game-card {
      height: 100vh !important;
      margin: 0px;
      border-radius: 0px !important;
    }
  
    .colors-grid {
      gap: 1rem;
    }
  
    .color-button {
      width: 60px;
      height: 60px;
    }
  
    .holi-title {
      font-size: 1.5rem;
      color:white !important;
      text-shadow: "1px 2px 2px white";
    }
  }
