/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

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

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
}

.bg-light {
    background-color: transparent!important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ff5d68;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav {
        z-index: 99999999999999;
        background-color: rgb(0, 0, 0, 0.9);
    }
@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }
    .sidenav a {
        font-size: 18px;
    }
}

.login_text{
    width: 100%;
    float: left;
}
.login_text ul{
    margin: 0px;
    padding: 0px;
}
.login_text li {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}

.login_text a {
    color: #ffffff;
}

.login_text a:hover {
    color: #ffffff;
}

.navbar {
    align-items: flex-start;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 90px;
    z-index: 2;
    max-width: 20%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .navbar-light .navbar-brand {
        padding-left: 0;
        margin-left: 0;
        max-width: 18%;
        text-align: left;
    }
}

/* header section end */


/* bar section start */
.category_section{
    width: 100%;
    float: left;
    background-color: #143a51;
    height: auto;
    padding: 30px 0px;
}
.category_main{
    width: 100%;
    float: left;
}
.category_text{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fffefd;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
}
.category_menu{
    width: 100%;
    float: left;
}
.category_menu ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}
.category_menu li{
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 10px;
}
.category_menu li a{
    color: #ffffff;
}
.category_menu li a:hover{
    color: #ff5d68;
}
.category_section_2{
    width: 100%;
    float: left;
}

/* catagary section end */

/* coins section start */

.coin_section{
    width: 100%;
    float: left;
}
.coin_title{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252424;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}


.coin_section_2{
    width: 100%;
    float: left;
}

.coin_main {
    width: 100%;
    float: left;
    padding: 50px 40px 50px 40px;
    margin-top: 90px;
}

.coin_img {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    min-height: 310px;
}

.coin_text{
    width: 100%;
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    padding-top: 30px;
    padding-bottom: 20px;
}

.coin_text_main {
    width: 60%;
    display: flex;
    justify-content: center; /* Center the items horizontally */
    margin: 0 auto;
    text-align: center;
    align-items: center;
    gap: 10px; /* Add a gap between the items if needed */
}
.acoin_text {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.price_text {
    font-size: 16px;
    color: #ff5d68;
    text-transform: uppercase;
    font-weight: bold;
}
.price_text a{
    color: #ff5d68;
}

.price_text_1 {
    font-size: 14px;
    color: #636262;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: line-through;
}
.price_text_1 a{
    color: #636262;
}

.cart_bt_1 {
    width: 110px;
    margin: 0 auto;
    margin-top: 10px;
}

.cart_bt_1 a{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    background-color: #ff5d68;
    text-align: center;
    padding: 8px 4px;
}
.cart_bt_1 a:hover{
    color: #ffffff;
    background-color: #403f3f;
}

.text-container {
    width: 60%;
    display: flex;
    justify-content: center; /* Center the items horizontally */
    margin: 0 auto;
    text-align: center;
    align-items: center;
    gap: 10px; /* Add a gap between the items if needed */
    
}

.comment-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 16px;
    color: #ff5d68;
    text-transform: uppercase;
    font-weight: bold;
}

/* coins section end */


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(0, 0, 0); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  


  