@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap");

body {
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

p,
.paragraph {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b263b;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 50px;
    font-weight: 800;
}

@media (max-width: 575px) {

    h1,
    .h1 {
        font-size: 36px;
        font-weight: 600;
    }
}

h2,
.h2 {
    font-size: 42px;
    font-weight: 800;
}

@media (max-width: 575px) {

    h2,
    .h2 {
        font-size: 32px;
        font-weight: 600;
    }
}

h3,
.h3 {
    font-size: 32px;
}

@media (max-width: 575px) {

    h3,
    .h3 {
        font-size: 28px;
    }
}

h4,
.h4 {
    font-size: 26px;
}

h5,
.h5 {
    font-size: 22px;
}

h6,
.h6 {
    font-size: 18px;
}

/* Button style */
.btn {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    padding: 13px 30px;
    border-radius: 6px;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: .2s ease;
    font-weight: 600;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-sm {
    font-size: 14px;
    padding: 10px 25px;
}

.btn-primary {
    background: #ed8023;
    color: #fff;
    border-color: #ed8023;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    background: #ffde59 !important;
    border-color: #ffde59 !important;
}

.btn-outline-primary {
    background: transparent;
    color: #FF0043;
    border-color: #FF0043;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary.active {
    background: #cc0036 !important;
    border-color: #cc0036 !important;
    color: #fff;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #ff3369;
    color: #fff;
}

::selection {
    background: #ff3369;
    color: #fff;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

a {
    color: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a:hover {
    color: #FF0043;
}

.slick-slide {
    outline: 0;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-sm {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title {
    margin-bottom: 40px;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.border-default {
    border-color: #E2E2E2 !important;
}

/* overlay */
.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

.outline-0 {
    outline: 0 !important;
}

.rounded,
.card,
.card-icon {
    border-radius: 12px !important;
}

.shadow,
.navigation.nav-bg,
.search-wrapper .form-control,
.card {
    box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.102) !important;
}

.d-unset {
    display: unset !important;
}

.bg-primary {
    background: #FF0043 !important;
}

.text-primary {
    color: #FF0043 !important;
}

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

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.zindex-1 {
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.font-weight-medium {
    font-weight: 500;
}

.navigation {
    transition: .2s ease;
}

.navigation.nav-bg {
    background: #fff;
}

@media (max-width: 991px) {
    .navigation .form-inline {
        width: 100%;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navigation .form-inline input {
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #ffffff !important;
    }

    #navigation {
        height: 100vh;
        position: fixed;
        width: 250px;
        left: -250px;
        top: 0;
        line-height: 50px;
        background: #1B263B;
        transition: max-height 0.5s ease;
        overflow: auto;
    }

    .userLogin {
        right: 75px !important;
        top: 35px;
    }

    #navigation.show {
        left: 0;
    }
}

.nav-item {
    margin: 0;
}

.nav-item .nav-link {
    text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link {
    color: #1b263b;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #FF0043;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
    font-size: 15px;
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
        display: block;
    }
}

.search-wrapper {
    position: relative;
}

.search-wrapper .form-control {
    height: 46px;
    border: 0;
    outline: 0;
}

.search-wrapper .form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
}

.search-wrapper .form-control::-moz-placeholder {
    color: #999;
    font-size: 15px;
}

.search-wrapper .form-control::-ms-input-placeholder {
    color: #999;
    font-size: 15px;
}

.search-wrapper .form-control::placeholder {
    color: #999;
    font-size: 15px;
}

.search-wrapper .form-control-lg {
    height: 70px;
}

.search-wrapper .form-control.active.focus-visible {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.search-wrapper button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-wrapper button i {
    color: #FF0043;
}

.card {
    transition: .2s ease;
    border: 0;
}

.card-lg .card-body {
    padding: 35px;
}

.card-icon {
    background: #1B263B;
    color: #fff;
    height: 55px;
    width: 60px;
    line-height: 55px;
    text-align: center;
    font-size: 27px;
    display: block;
}

.card-text {
    margin-bottom: 0;
}

.card-title {
    font-weight: 700;
}

.card-body {
    padding: 25px;
}

.card:hover {
    box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.2) !important;
}

.social-icons {
    margin-bottom: 0;
}

.social-icons a {
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #1B263B;
    border-radius: 6px;
}

.footer-menu {
    margin-bottom: 0;
}

.footer-menu a {
    display: block;
    padding: 10px;
    color: #333;
    transition: .2s ease;
    font-size: 15px;
}

.footer-menu a:hover {
    color: #FF0043;
}

/* sidenav */
.sidenav {
    border-right: 1px solid #E2E2E2;
    padding-right: 20px;
}

.sidenav ul {
    padding-left: 10px;
}

.sidenav>li a {
    padding: 20px 0;
    color: #1b263b;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.sidenav>li:not(:last-child) {
    border-bottom: 1px solid #E2E2E2;
}

.sidenav .sidelist ul {
    display: none;
}

.sidenav .parent>a {
    color: #FF0043 !important;
    position: relative;
    margin-left: 10px;
}

.sidenav .parent>a::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 25%;
    height: 50%;
    width: 1px;
    background: #FF0043;
}

.sidenav .parent ul {
    display: block;
    margin-bottom: 10px;
}

.sidenav .parent ul a {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #1b263b;
}

.sidenav .parent ul li.active>a {
    margin-left: 10px;
}

.sidenav .parent ul li.active>a::before {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: block;
    top: 13px;
}

/* /sidenav */
.page-list {
    list-style-type: none;
}

.page-list a {
    display: none;
}

.page-list ul {
    padding: 0;
}

.page-list ul a {
    display: inline-block;
    padding: 7px 0;
    font-size: 20px;
    color: #1b263b;
}

.pagination {
    margin-top: 50px;
    justify-content: space-between;
}

.pagination a {
    color: #FF0043;
    font-size: 18px;
    font-weight: 500;
}

.pagination i {
    line-height: 1.6;
}

.code-tabs {
    border: 1px solid #E2E2E2;
    overflow: hidden;
    margin-bottom: 20px;
}

.code-tabs .nav-tabs {
    margin-bottom: 0;
}

.code-tabs .nav-tabs .nav-item {
    padding-left: 0;
    border-right: 1px solid #E2E2E2;
}

.code-tabs .nav-tabs .nav-item .nav-link {
    text-decoration: none;
    font-weight: 500;
    border: 0;
}

.code-tabs .nav-tabs .nav-item::before {
    display: none;
}

.code-tabs .nav-tabs .nav-item.active {
    background: #FF0043;
}

.code-tabs .nav-tabs .nav-item.active .nav-link {
    color: #fff;
}

.code-tabs .tab-content {
    padding: 20px 15px;
}

pre {
    position: relative;
}

pre .copy-to-clipboard {
    background: #FF0043;
    color: #fff;
    cursor: pointer;
    padding: 4px 5px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
}

:not(pre)>code+span.copy-to-clipboard {
    display: none;
}

.autocomplete-suggestions {
    border: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 50px 60px rgba(62, 62, 62, 0.102) !important;
    background: #fff;
}

.autocomplete-suggestions .autocomplete-suggestion {
    transition: .2s ease;
    padding: 10px;
    font-weight: 500;
}

.autocomplete-suggestions .autocomplete-suggestion.selected {
    background: #FF0043;
}

.search-item a {
    color: #1b263b;
    display: block;
}

.search-item a:hover {
    color: #FF0043;
}

.search-item:not(:last-child) {
    border-bottom: 1px solid #E2E2E2;
}

.form-group:first-child label {
    margin-top: 0px;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

.form-group .form-control {
    /* height: 40px; */
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0;
    padding: 10px 0;
}

.form-group .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #999;
}

.form-group .form-control::-moz-placeholder {
    font-size: 13px;
    color: #999;
}

.form-group .form-control::-ms-input-placeholder {
    font-size: 13px;
    color: #999;
}

.form-group .form-control::placeholder {
    font-size: 13px;
    color: #999;
}

.form-group .form-control:focus {
    outline: 0;
    border-color: #FF0043;
    box-shadow: none;
}

.form-group .custom-select {
    font-size: 13px;
    color: #999;
}

/* .form-group textarea.form-control {
    height: 100px;
} */

.badge {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
}

.badge.added {
    background: #3778FF;
    color: #fff;
}

.badge.fixed {
    background: #F54773;
    color: #fff;
}

.badge.changed {
    background: #3AAA55;
    color: #fff;
}

.badge.depricated {
    background: #343434;
    color: #fff;
}

.badge.removed {
    background: #3bbfe4;
    color: #fff;
}

.badge.security {
    background: #F53535;
    color: #fff;
}

.badge.unreleased {
    background: #A037FF;
    color: #fff;
}

.collapse-wrapper {
    padding: 5px 15px;
}

.collapse-wrapper .collapse-head {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
}

:not(.highlight) pre {
    background: #FBFBFB;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 500;
}

.content strong {
    font-weight: 600;
}

.content a {
    text-decoration: underline;
    color: #FF0043;
}

.content ol,
.content ul {
    padding-left: 20px;
}

.content ol li,
.content ul li {
    margin-bottom: 10px;
}

.content ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.content ul li {
    padding-left: 20px;
    position: relative;
}

.content ul li::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FF0043;
    left: 3px;
    top: 8px;
}

.content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #EEEEEE;
}

.content table td,
.content table th {
    padding: .75rem;
    vertical-align: top;
    margin-bottom: 0;
}

.content tr:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.content th {
    font-weight: 500;
}

.content thead {
    background: #FBFBFB;
    margin-bottom: 0;
}

.content thead tr {
    border-bottom: 1px solid #EEEEEE;
}

.content tbody {
    background: #fff;
    margin-bottom: 0;
}

.content .notices {
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.content .notices p {
    padding: 10px;
    margin-bottom: 0;
}

.content .notices p::before {
    position: absolute;
    top: 2px;
    color: #fff;
    font-family: "themify";
    font-weight: 900;
    content: "\e717";
    left: 10px;
}

.content .notices.note p {
    border-top: 30px solid #6ab0de;
    background: #e7f2fa;
}

.content .notices.note p::after {
    content: 'Note';
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}

.content .notices.tip p {
    border-top: 30px solid #78C578;
    background: #E6F9E6;
}

.content .notices.tip p::after {
    content: 'Tip';
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}

.content .notices.info p {
    border-top: 30px solid #F0B37E;
    background: #FFF2DB;
}

.content .notices.info p::after {
    content: 'Info';
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}

.content .notices.warning p {
    border-top: 30px solid #E06F6C;
    background: #FAE2E2;
}

.content .notices.warning p::after {
    content: 'Warning';
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}

.content blockquote {
    font-size: 20px !important;
    color: #1b263b;
    padding: 20px 40px;
    border-left: 2px solid #FF0043;
    margin: 40px 0;
    font-weight: bold;
    background: #FBFBFB;
}

.content blockquote p {
    margin-bottom: 0 !important;
}

.content pre {
    display: block;
    padding: 9.5px;
    margin: 10px 0px 10px;
}

.content code {
    margin-bottom: 0 !important;
    font-size: 100%;
}

.form-control.is-invalid {
    border-color: #FF0043;
}

.img-fluid {
    width: 75px;
}

#nav-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

/* Icon 2 */

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 12px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 12px;
}

header.sticky-top {
    background: #fff;
    box-shadow: 0px 0px 100px #ffd7003d;
}

.userLogin {
    color: #ed8023;
    font-size: 23px;
    position: absolute;
    right: 175px;
    top:32px;
}

.userLogin:hover {
    color: #ffde59;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}
.faq .content{
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 20px 0;
}
.goldclr{color:#ffde58;}

.plan-card {
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.plan-card:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.plan-card .card-title {
    font-weight: bold;
    color: #ed8023;
}

.plan-card .list-group-item {
    font-size: 16px;
    padding: 10px;
    background-color: #f9f9f9;
    border: none;
}

.plan-card .list-group-item strong {
    color: #264653;
}

.plan-card .card-text {
    font-size: 14px;
    color: #6c757d;
}
li.list-inline-item a:hover {
    transform: rotateY(360deg);
    transition: 1s;
}

.price_section {
    padding: 20px;
    border-radius: 12px;
    color: #333;
    background-image: repeating-linear-gradient(
        to right,
        #a2682a 0%,
        #be8c3c 8%,
        #be8c3c 18%,
        #d3b15f 27%,
        #faf0a0 35%,
        #ffffc2 40%,
        #faf0a0 50%,
        #d3b15f 58%,
        #be8c3c 67%,
        #b17b32 77%,
        #bb8332 83%,
        #d4a245 88%,
        #e1b453 93%,
        #a4692a 100%
    );
    background-size: 150%;
    animation: shimmer 6s linear infinite;
}

/* Animation Keyframes */
@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 150% 50%;
    }
}

/* Title and Description */
.price_section .section-title {
    font-size: 24px;
    font-weight: bold;
    color: #3e2723;
    margin-bottom: 10px;
}

.price_section .section-description {
    font-size: 16px;
    margin-bottom: 20px;
    color: #4e342e;
}

/* Key Features List */
.price_section .key-features h3 {
    font-size: 20px;
    color: #3e2723;
    margin-bottom: 10px;
}

.price_section .key-features ul {
    list-style-type: none;
    padding: 0;
    color: #5d4037;
}

.price_section .key-features li {
    margin-bottom: 8px;
}


/* Container styling */
.price-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background-color: #f9f9fc;
}

/* Card styling */
.price-card {
    /* width: 150px; */
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow:  10px 10px 20px #d9d9d9, -10px -10px 20px #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2), -10px -10px 25px rgba(255, 255, 255, 0.6);
}

/* Metal name */
.metal-name {
    font-size: 20px;
    color: #444;
    margin-bottom: 10px;
}

/* Price text */
.price {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}

/* Price change indicator */
.price-change {
    font-size: 16px;
    font-weight: 500;
    color: #0a7c0a; /* Green for positive change */
    transition: color 0.5s ease;
}

/* Negative change */
.price-change.negative {
    color: #d9534f;
}

/* Scale and glow animation */
.flash {
    animation: glow-scale 0.6s ease;
}

@keyframes glow-scale {
    0% {
        transform: scale(1);
        color: #333;
        text-shadow: none;
    }
    50% {
        transform: scale(1.1);
        color: #007bff;
        text-shadow: 0px 0px 8px rgba(0, 123, 255, 0.6);
    }
    100% {
        transform: scale(1);
        color: #333;
        text-shadow: none;
    }
}
