@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bakbak+One&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0; font-family: 'League Spartan', sans-serif;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
.accordion-item{background-color: #262626;}
.accordion-button{text-transform:uppercase;}
.categ-name {
  position: relative;
  height: 3rem;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px dashed #ffffff3d;
  font-weight: bold;
  padding-left: 15px;
  font-size: 17px;
  color: #eee;
}
.accordion-button, .accordion-button:not(.collapsed){background: #d23a35; color: #fff; font-size: 20px; font-weight: bold;}
#contact-form label{color: #000; font-size: 1rem; font-weight: 500;}
.required{color: #e82229;}
.bg-dark{color: #fff;}
.tables a{color: #000;}
.tables a:hover{color: #e82229;}
.categ-name input{display: inline-block;
  margin: 10px;}
  .categ-name label {
    margin-top: 5px;
}
.cw{color: #fff;}
.form-group{margin-top: 15px;}
.form-label{font-weight: 500; font-size: 1rem;}
.cat-box {
  background: #ffeaa4;
  width: 100%;
  display: inline-block;
  padding: 0px 15px 15px;
  border-bottom: solid;
}
.ed {
  background: linear-gradient(405deg, #222 80%, #ffeaa4 30%);
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.categ-heading {
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  background: #bd1701;
}
.accordion-box .block .acc-btn.active {
  background-color: #bd1802;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
.ac {
  font-size: 20px;
  color: #fff;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
}
.listst1 li{     padding: 15px 10px;
  width: 40%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin: 10px 25px;
  border: 1px solid #545454;
  background: #000000b8;}

  .banner-section2 {
    position: fixed;
    top: -70px;
    left: 0%;
    min-width: 100%;
    height: 100vh !important;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    z-index: -1;
    opacity: 0.2;
}




.accordion-box{margin-top: 25px;}
.view-entry a{color: #bd1802;}
h6.heading {
  display: inline-block;
  color: #000;
  border-bottom: double;
  width: 100%;
}
.compulsory {
  background: #bf0101;
  color: #fff;
  font-size: 20px;
  padding: 0px 10px;
  display: inline-block;
}
.heading {
  font-size: 22px;
  color: #af1e21;
  font-weight: bold;
}
.payment-inst {
  background: #000;
  padding: 15px;
  color: #e0e0e0;
}
.payment-inst h6.heading {
  color: #dcdcdc;
}
.entry_details {
  display: block;
  padding: 12px;
  background: #222;
}
.pay-entry {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.entry_details .details {
  color: #ffeb3b !important;
}
.blackcol{    background: #000000b0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #dddddd;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'League Spartan', sans-serif;
  background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'League Spartan', sans-serif;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}

h1 {
  font-size: calc(1.575rem + 3.3428571429vw);
}
@media (min-width: 1400px) {
  h1 {
    font-size: 4.5rem;
  }
}

h2 {
  font-size: calc(1.425rem + 1.8vw);
}
@media (min-width: 1400px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: calc(1.3125rem + 0.6428571429vw);
}
@media (min-width: 1400px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.2571428571vw);
}
@media (min-width: 1400px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #dddddd;
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  a:hover {
    color: #fec007;
  }
}

/*===== keyframes for banner img ====*/
@-webkit-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-moz-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-ms-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-o-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-ms-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-o-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@-ms-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@-webkit-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-ms-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-moz-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-ms-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-o-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*=-=-=-=-=-=====> utility classes start here <======= -=-=-=-=-=-=-=*/
.color--theme-color {
  color: #FFD66D !important;
}
.color--secondary-color {
  color: #fec007 !important;
}

.bg--body {
  background-color: #030b21;
}
.bg--semi-body {
  background-color: rgba(3, 11, 33, 0.6);
}

.padding-top {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 70px;
  }
}

.padding-bottom {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 70px;
  }
}

.subtitle {
    text-transform: uppercase;
    /* font-weight: bold; */
    color: #FFD66D;
    letter-spacing: 1px;
}

/*=-=-=-=-=-=====> utility classes end here <======= -=-=-=-=-=-=-=*/
/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.rating, .accordion__button, .expect__item-header, .collection__header, .coming-soon__inner, .countdown, .error__inner, .widget.widget-info .widget-info__list-item, .widget.widget-service .widget-service__list-item a, .widget.widget-tags ul.widget-wrapper, .widget.widget-post ul.widget-wrapper li.widget-post-item, .widget.recent-product ul.widget-wrapper li.widget-post-item, .tags, .tags-area, .single-quote, .comment-respond .add-comment .comment-form, .comments .comment-list .comment .com-content .com-title, .authors, .blog__content-bottom, .social, .btn-group, .wallet-modal .wallet__list-item a, .wallet-modal .wallet__list, .menu, .header-wrapper .menu-area .header-btn, .header-wrapper .menu-area, .header-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.sale__brand_wrap, .sale__wrapper, .accordion__button .plus-icon, .team__item, .expect__item, .expect__wrapper, .collection__btn, .collection__header, .single-quote, .post-item-2 .post-inner .post-content .meta-post p span, .post-item-2 .post-inner .post-content .qute-content blockquote, .post-item-2 .post-inner .post-content .more-com .text-btn, .post-item-2 .post-inner .post-thumb, .post-item-2 .post-inner .post-thumb-container, .blog__meta-comment, .counter--uplifted, .default-btn, .contact .form, .banner__video-inner, .banner__thumb, .banner__content, .banner, .wallet-modal .modal-header, .menu-item-has-children > a, .header-bar {
  position: relative;
}

.accordion__button .plus-icon:before, .accordion__button .plus-icon:after, .team__item:after, .team__item .svg-shape svg, .expect__item:after, .expect__item .svg-shape svg, .collection__btn:before, .collection__header:before, .post-item-2 .post-inner .post-content .meta-post p span::after, .post-item-2 .post-inner .post-content .qute-content blockquote::after, .post-item-2 .post-inner .post-content .qute-content blockquote::before, .post-item-2 .post-inner .post-content .more-com .text-btn i, .post-item-2 .post-inner .post-thumb .meta-date, .post-item-2 .post-inner .post-thumb .play-btn, .post-item-2 .post-inner .post-thumb-container .thumb-nav, .banner__video-inner span, .banner__video, .banner__thumb .banner-shape, .wallet-modal .modal-header .btn-close, .menu-item-has-children > a::before, .menu-item-has-children > a::after, .header-bar span {
  position: absolute;
  content: "";
}

.sale__thumb, .artist, .accordion__item, .team__item-thumb, .team, .expect__wrapper, .expect, .collection, .coming-soon, .error, .widget.widget-post ul.widget-wrapper li .post-thumb, .widget.recent-product ul.widget-wrapper li .post-thumb, .comments .comment-list .comment .com-content, .comments .comment-list .comment .com-thumb, .authors .author-thumb, .post-item-2 .post-inner .post-thumb, .post-item-2 .post-inner .post-thumb-container, .blog__thumb, .about, .default-btn, .banner__thumb-item, .banner__thumb-slider-1, .banner__thumb-slider-3, .banner__thumb-slider-2, .banner, .wallet-modal .wallet__list-item a span, .widget.widget-post ul.widget-wrapper li .post-content h6, .widget.recent-product ul.widget-wrapper li .post-content h6, .post-item-2 .post-inner .post-content a h3, .post-item-2 .post-inner .post-content h2, .blog__content > p {
  overflow: hidden;
}

.header-bar {
  cursor: pointer;
}

.accordion__button, .team__item--style2 .team__item-content, .team__item--style2 .team__item-thumb, .team__item-thumb img, .widget.widget-author .widget-author__thumb img, .widget.widget-info .widget-info__thumb img, .widget.widget-brochure .widget-brochure__thumb img, .single-quote .quotes, .blog__thumb img, .map__wrapper iframe, .contact .form input,
.contact .form textarea, .banner__thumb-item img, .header-bar span, .header-section {
  width: 100%;
}

.team__item-thumb img, .collection__btn, .coming-soon__thumb img, .coming-soon__thumb, .error__thumb img, .error__thumb {
  height: 100%;
}

.single-quote span {
  font-weight: 400;
}

.rating, .coming-soon__inner, .error__inner, .wallet-modal .wallet__list-item a, .wallet-modal .modal-header {
  justify-content: center;
}

.accordion__button, .expect__item-header, .comment-respond .add-comment .comment-form, .comments .comment-list .comment .com-content .com-title, .blog__content-bottom, .wallet-modal .wallet__list, .header-wrapper {
  justify-content: space-between;
}

.rating, .expect__item-header, .collection__header, .widget.widget-info .widget-info__list-item, .widget.widget-service .widget-service__list-item a, .widget.widget-post ul.widget-wrapper li.widget-post-item, .widget.recent-product ul.widget-wrapper li.widget-post-item, .comments .comment-list .comment .com-content .com-title, .blog__content-bottom, .social, .btn-group, .wallet-modal .wallet__list, .header-wrapper .menu-area .header-btn, .header-wrapper .menu-area, .header-wrapper {
  align-items: center;
}

.header-wrapper .logo a {
  display: block;
}

.widget.widget-tags ul.widget-wrapper li a, .tags li a, .comments .comment-list .comment .com-content .com-title .com-title-meta span, .article-pagination .prev-article a,
.article-pagination .next-article a, .post-item-2 .post-inner .post-thumb .play-btn, .blog__meta-tag, .default-btn, .social__link, .wallet-modal .wallet__list-item a span, .header-bar span {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.widget.widget-post ul.widget-wrapper li .post-content h6, .widget.recent-product ul.widget-wrapper li .post-content h6, .post-item-2 .post-inner .post-content a h3, .post-item-2 .post-inner .post-content h2, .blog__content > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.sale__brand_item, .sale__thumb, .team__item--style2 .team__item-inner, .coming-soon__content, .countdown__item, .error__content, .post-item-2 .post-inner .post-thumb .play-btn, .about__thumb, .counter__item-content, .social__link, .info__item, .section-header, .wallet-modal .wallet__list-item a span, .wallet-modal .wallet__list-item a, .wallet-modal .modal-content {
  text-align: center;
}

.sale .section-header, .accordion__button {
  text-align: left;
}

.rating, .social, ul,
ol {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.banner__thumb-slider-1, .banner__thumb-slider-3, .banner__thumb-slider-2 {
  margin: 0;
}

.expect__item-content p, .expect__item-header h4,
.expect__item-header p, .collection__header-content p, .countdown__text, .widget.widget-project .widget-project__list-item h6, .widget.widget-info .widget-info__list-content h6, .widget.widget-service .widget-service__list-item p, .widget .widget__header h5, .counter__item-content p, .social, .info__item-content p, .menu {
  margin-bottom: 0;
}

.widget.widget-info .widget-info__list-content p, .comments .comment-list .comment .com-content .com-title .com-title-meta span, .subtitle {
  margin-bottom: 5px;
}

.sale .section-header, .widget.widget-project .widget-project__list-item p, .comments .comment-list .comment .com-content .com-title, .authors .author-content h4,
.authors .author-content p, .article-pagination .prev-article a,
.article-pagination .next-article a, .blog__meta-tag, .footer__content h3 {
  margin-bottom: 10px;
}

.expect__item-header, .collection__header-content h2, .comments .comment-list .comment .com-thumb, .post-item-2 .post-inner .post-content h2, .blog__content-top h4, .blog__thumb, .mint-step h3, .about__content h2, .section-header h2 {
  margin-bottom: 15px;
}

.coming-soon__content h2, .blog__content-top, .footer__content p, .contact .form input, .banner__content h1 {
  margin-bottom: 20px;
}

.widget.widget-brochure .widget-brochure__thumb {
  margin-bottom: 25px;
}

.sale__content > p, .team__item-thumb, .collection__header, .coming-soon__content .countdown, .widget.widget-author .widget-author__thumb, .mint-step__list, .info__item-icon {
  margin-bottom: 30px;
}

.coming-soon__content > p, .contact .form textarea {
  margin-bottom: 40px;
}

.banner__content p {
  margin-bottom: 45px;
}

.banner__content {
  margin-bottom: 50px;
}

.single-quote span, .blog__content .default-btn, .form-message {
  margin-top: 10px;
}

.blog__content-bottom {
  margin-top: 20px;
}

.collection__btn, .comment-respond, .comments, .mint-step__list {
  margin-top: 30px;
}

.mint-step {
  margin-top: 40px;
}

.header-bar {
  margin-left: 30px;
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link svg, .comments .comment-list .comment .com-content .com-title .com-title-meta a, .default-btn span svg,
.default-btn span img {
  margin-right: 5px;
}

.comments .comment-list .comment .com-thumb {
  margin-right: 15px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.team__item--style2 .team__item-content {
  padding: 0;
}

.banner__video-inner > svg {
  padding: 5px;
}

.team__item--style2 .team__item-inner, .wallet-modal .wallet__list-item a {
  padding: 10px;
}

.team__item-inner, .widget .widget__header {
  padding: 20px;
}

.widget.widget-brochure .widget-brochure__inner {
  padding: 25px;
}

.widget.widget-author .widget-author__inner, .single-quote, .comment-respond .add-comment, .comment-respond h4, .comments .comment-list .com-item, .comments .comment-title, .info__item {
  padding: 30px;
}

.comments .comment-list .com-item {
  padding-bottom: 0;
}

.comments .comment-list .comment .com-content {
  padding-bottom: 20px;
}

.rating, .social, ul,
ol {
  padding-left: 0;
}

/*================***Mutlipage  Header Section Start Here     ***===================*/
.header-section {
    background: #1E1E1E;
    z-index: 999;
    position: absolute;
    box-shadow: 0px 0px 9px #000;
    border-bottom: solid 2px #1E1E1E;
}
@media (min-width: 992px) {
  .header-section {
    position: initial;
  }
}
@media (min-width: 992px) {
  .header-section.header--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    animation: fadeInDown 0.5s;
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    border-bottom: 1px solid rgba(0, 255, 163, 0.05);
    z-index: 999;
  }
  .header-section.header--fixed .header-bottom {
    background: #141414;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}

.header-wrapper {
  padding: 0px 0;
}
@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
.header-wrapper .logo a img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .header-wrapper .logo {
    width: 160px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 200px;
  }
}
.header-wrapper .menu-area .header-btn {
  column-gap: 10px;
}
@media (max-width: 767px) {
  .banner-section{top: 0;}
  .banner{height: auto !important;}
  .banner-section{height: auto !important;}
  .listst1 li{width: 80%;}
  .why-enter li.box-section{width: 65% !important;}
  ol.gradient-list > li{    width: 90% !important;}
  .main-logo{margin-top: 55px;}
  .banner-inner{    height: 21vh !important;}
}

@media (min-width: 992px) {
  .menu {
  }
}
.menu > li > a {
  color: #fff;
  font-size: 14px;
  padding: 15px 12px;
  font-weight: 500;
  
}
.menu > li > a i {
  margin-right: 5px;
}
.menu > li > a:after {
  right: 10px;
}
.menu > li > a::before {
  right: 14px;
}
@media (min-width: 992px) {
  .menu > li > a:after {
    right: -4px;
  }
  .menu > li > a::before {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .menu > li > a:after {
    right: 4px;
  }
  .menu > li > a::before {
    right: 8px;
  }
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    position: absolute;
    top: calc(100%);
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 9;
    background: #1d253b;
    width: 220px;
    padding: 0;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li a {
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'League Spartan', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(0, 255, 163, 0.05);
  }
  .menu li .submenu li a:hover, .menu li .submenu li a.active {
    background: #fec007;
    padding-left: 22px;
    color: #000000;
  }
  .menu li .submenu li a:hover:after, .menu li .submenu li a:hover:before, .menu li .submenu li a.active:after, .menu li .submenu li a.active:before {
    background: #000000;
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li .submenu {
    left: 100%;
    top: 0;
  }
  .menu li:hover > .submenu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    max-height: 400px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    background: rgba(29, 37, 59, 0.99);
    -webkit-backdrop-filter: blur(20px);
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .menu li a:hover {
    background: rgba(29, 37, 59, 0.6);
  }
  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.header-bar {
  width: 25px;
  height: 20px;
}
.header-bar span {
  height: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -moz-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  -o-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -moz-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  -o-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}
@media (max-width: 575px) {
  .header-bar {
            width: 25px;
        height: 20px;
        margin-right: 20px;
        position: absolute;
        right: 0px !important;
        z-index: 1111;
        top: 10px;
}
  .header-bar span {
    height: 2px;
    width: 20px;
  }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -o-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.menu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.menu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.menu-item-has-children:hover > a:before {
  transform: rotate(90deg);
  opacity: 0;
}
.menu-item-has-children.open > a:before {
  transform: rotate(90deg);
  opacity: 0;
}

/*================*** Multipage Header Section End Here     ***===================*/
/*============= wallet modal start=============*/
.wallet-modal {
  background-color: rgba(3, 11, 33, 0.8);
}
.wallet-modal .modal-content {
  background-color: #1d253b;
}
.wallet-modal .modal-header {
  border-bottom: 1px solid rgba(0, 255, 163, 0.3);
}
.wallet-modal .modal-header h5 {
  color: #fec007;
}
.wallet-modal .modal-header .btn-close {
  top: 0;
  right: 0;
  background-color: #fec007;
}
.wallet-modal .modal-body > p:first-child {
  font-size: 1.125rem;
  color: #fff;
}
.wallet-modal .wallet__list {
  margin-block: 30px;
}
.wallet-modal .wallet__list-item a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-direction: column;
  border: 1px solid rgba(0, 255, 163, 0.1);
  border-radius: 5px;
}
.wallet-modal .wallet__list-item a span {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.wallet-modal .wallet__list-item:hover a {
  border-color: #fec007;
}

/*============= wallet modal end=============*/
/*=-=-=-======< Section header start here >==========-=-=-=-*/
.section-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 30px;
  }
}
/*=-=-=-======< Section header end here >==========-=-=-=-*/
/*=-=-=-======< Page header start here >==========-=-=-=-*/
.page-header {
  padding-block: 70px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .page-header {
    padding-block: 100px;
  }
}
@media (min-width: 1400px) {
  .page-header {
    padding-block: 80px;
  }
}
.page-header .breadcrumb-item:before, .page-header .breadcrumb-item.active {
  color: #fff;
}

/*=-=-=-======< Page header end here >==========-=-=-=-*/
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 750px;
  overflow: hidden;
  height: 50vh;
}
.banner--2 {
  padding-block-start: 160px;
  padding-block-end: 90px;
}
@media (min-width: 768px) {
  .banner--2 {
    padding-block-start: 200px;
    padding-block-end: 90px;
  }
}
@media (min-width: 992px) {
  .banner--2 {
    padding-block: 100px;
  }
}
.banner__content {
  z-index: 1; text-align: right;
}
@media (min-width: 992px) {
  .banner__content {
    margin-bottom: 0;
  }
}
.banner__content h1 {
/*  text-transform: uppercase;*/
}
@media (min-width: 992px) and (max-width: 1399px) {
  .banner__content h1 {
    font-size: calc(1.53125rem + 2.8928571429vw);
  }
}
@media (min-width: 992px) and (max-width: 1399px) and (min-width: 1400px) {
  .banner__content h1 {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1400px) {
  .banner__content h1 {
/*    max-inline-size: 90%;*/
  }
}
.banner__content h1, .banner__content p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.banner__content p {
  font-size: 1.125rem;
  font-family: 'League Spartan', sans-serif;
  line-height: 1.65;
  max-inline-size: 42ch;
}
.banner__thumb {
  gap: 10px;
}
.banner__thumb .banner-shape {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  left: 45%;
  animation: zoom 3s linear infinite alternate;
}
.banner__thumb-slider-2 {
  height: 350px;
}
@media (min-width: 576px) {
  .banner__thumb-slider-2 {
    height: 520px;
  }
}
@media (min-width: 768px) {
  .banner__thumb-slider-2 {
    height: 630px;
  }
}
@media (min-width: 992px) {
  .banner__thumb-slider-2 {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .banner__thumb-slider-2 {
    height: 540px;
  }
}
@media (min-width: 1400px) {
  .banner__thumb-slider-2 {
    height: 620px;
  }
}
.banner__thumb-slider-1, .banner__thumb-slider-3 {
  height: 230px;
}
@media (min-width: 576px) {
  .banner__thumb-slider-1, .banner__thumb-slider-3 {
    height: 345px;
  }
}
@media (min-width: 768px) {
  .banner__thumb-slider-1, .banner__thumb-slider-3 {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .banner__thumb-slider-1, .banner__thumb-slider-3 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .banner__thumb-slider-1, .banner__thumb-slider-3 {
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .banner__thumb-slider-1, .banner__thumb-slider-3 {
    height: 410px;
  }
}
.banner__video {
  left: -10px;
  top: -30px;
}
@media (min-width: 768px) {
  .banner__video {
    left: -20px;
    top: -50px;
  }
}
.banner__video-inner {
  border: 5px solid #030b21;
  border-radius: 50%;
}
.banner__video-inner > svg {
  width: 70px;
  height: 70px;
  background-color: #fec007;
  border-radius: 50%;
  animation: rotate 6s linear infinite normal;
}
@media (min-width: 768px) {
  .banner__video-inner > svg {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1400px) {
  .banner__video-inner > svg {
    width: 110px;
    height: 110px;
  }
}
.banner__video-inner > svg text {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}
.banner__video-inner span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.banner__video-inner span svg {
  color: #000000;
  font-size: 1.25rem;
}
.banner__video:hover .banner__video-inner > svg {
  animation-play-state: paused;
}

.btn-group {
  gap: 25px;
}

@media (min-width: 992px) {
  .bg-attach--fixed {
    background-attachment: fixed;
  }
}

.bg--home2 {
  position: fixed;
  background-image: url(file:///C|/Users/Suresh%20Gola/Pictures/images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact {
  background-color: #1d253b;
}
.contact .form {
  z-index: 1;
}
.contact .form input, .contact .form textarea {
    -webkit-border: 1px solid transparent;
    -moz-border: 1px solid transparent;
    -ms-border: 1px solid transparent;
    -o-border: 1px solid transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #100235;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px; letter-spacing: 1px;
}
.contact .form input::placeholder,
.contact .form textarea::placeholder {
  color: #fff;
}
.contact .form input:focus-within,
.contact .form textarea:focus-within {
  outline: none;
  border-color: rgba(0, 255, 163, 0.8);
}
.contact .form textarea {
  min-height: 250px;
}
.contact .form .default-btn {
  border: none;
}

.form-message {
  color: #22ce55;
}
.form-message.problem {
  color: #f44343;
}

.info__item {
  background-color: #1d253b;
}
.map__wrapper iframe {
  min-height: 300px;
  margin-bottom: -5px;
}

.footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__content p {
  font-size: 1.125rem;
  color: #fff;
}
.footer__copyright {
  border-top: 1px solid #1d253b;
}

.social {
  gap: 15px;
}
.social__link {
  width: 45px;
  height: 45px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  line-height: 54px;
  border-radius: 5px;
  background-color: #141414;
  border: solid 1px #414141;
}
.social__link svg {
  color: #fff;
  font-size:22px; line-height: 54px;
}
@media not all and (pointer: coarse) {
  .social__link:hover {
    background-color: #ee4037;
  }
  .social__link:hover svg {
    color: #000000;
  }
}

.default-btn {
  font-size: 15px;
  text-decoration: none;
  font-family: 'League Spartan', sans-serif;
  color: #fff;
  padding: 0 1.7rem;
  line-height: 35px;
  transform-origin: right;
  transition: all 0.3s ease;
  background: #ee4037;
}
.dropdown-item{border-top: 1px solid #000; padding: .50rem 1rem;}
.dropdown-item:focus, .dropdown-item:hover{color: #fff; background: #000;}


.dropdown-menu{padding: 0;
background-color: #000000;
    position: relative;
}
@media (min-width: 768px) {
  .default-btn {
    padding: 0px 15px;
    line-height: 35px;
    text-transform: uppercase;
  }
}
.default-btn span {
  position: inherit;
  z-index: 1;
}
.default-btn--small {
  line-height: 46px;
  padding: 0 1.25rem;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    inset: -18px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 49px);
  }
  .dropdown-menu{background: #ff1100; color: #fff; text-transform: uppercase;}
  .dropdown-item{color: #fff;}
  .dropdown .dropdown-menu {
    display: none;
  }
 
}




.default-btn--secondary {
  background-color: #ffffff;
}
.default-btn--secondary:hover {
  background-color: #FFD65F;
}
.default-btn.move-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fec007;
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
}
.default-btn.move-right:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}
.default-btn.move-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fec007;
  transition: transform 0.5s;
  transform-origin: left;
  transform: scaleX(0);
  z-index: 0;
}
.default-btn.move-left:hover:before {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.5s;
}
.default-btn.move-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fec007;
  transition: transform 0.5s;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: 0;
}
.default-btn.move-bottom:hover:before {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.5s;
}
.default-btn.move-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fec007;
  transition: transform 0.5s;
  transform-origin: top;
  transform: scaleY(0);
  z-index: 0;
}
.default-btn.move-top:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}
.default-btn:hover {
  color: #000000;
  transform: translateY(-3px);
  background-color: #fff;
}
.default-btn-active {
  background-color: #fec007;
  border-color: #fec007;
}

.text-btn {
  font-weight: 700;
  text-transform: uppercase;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: #000000;
  z-index: 99999;
}
.preloader img {
  -webkit-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -moz-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -ms-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -o-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
}

.counter--uplifted {
  z-index: 1;
  margin-top: -80px;
}
.counter__item {
  background-color: #141414;
  padding-block: 40px;
}
.counter__item-content h2 {
    color: #FFD66D;
    font-weight: bold;
    font-size: 50px;
}
.counter__item-content p {
    color: #fff;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    font-size: 26px;
}

.mint-step__list {
  column-count: 2;
  column-gap: 30px;
}
.mint-step__list-item {
  font-size: 1.125rem;
  text-transform: capitalize;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  border-top: 1px solid #1d253b;
  padding-block: 1rem;
}

.blog__item {
  background-color: #1d253b;
}
.blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.blog__item--style2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.blog__thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog__content {
  padding-inline: 30px;
  padding-block-end: 20px;
  padding-block-start: 15px;
}
.blog__content-top h4 a {
  color: #fff;
}
.blog__content-top h4:hover a {
  color: #fec007;
}
.blog__content-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-block-start: 1rem;
}
.blog__meta {
  gap: 30px;
}
.blog__meta-tag {
  font-size: 1.125rem;
  color: #fec007;
  font-weight: 700;
  text-transform: uppercase;
}
.blog__meta-comment {
  color: #dddddd;
}
.blog__meta-comment span {
  width: 16px;
  height: 16px;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-grid;
  place-items: center;
  background-color: #fec007 !important;
  color: #000000;
}

.post-item-2 {
  background: #1d253b;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}
.post-item-2 .post-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 35px;
}
.post-item-2 .post-inner:hover .post-thumb a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-item-2 .post-inner .post-thumb-container .thumb-nav {
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #f7f2e9;
  line-height: 50px;
  text-align: center;
  color: #000000;
  font-size: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .post-item-2 .post-inner .post-thumb-container .thumb-nav {
    display: none;
  }
}
.post-item-2 .post-inner .post-thumb-container .thumb-nav:hover {
  color: #fff;
  background-color: #fec007;
}
.post-item-2 .post-inner .post-thumb-container .thumb-next {
  right: 20px;
  z-index: 1;
}
.post-item-2 .post-inner .post-thumb-container .thumb-prev {
  left: 20px;
  z-index: 1;
}
.post-item-2 .post-inner .post-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-thumb .play-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: ripple 0.8s linear infinite;
  -moz-animation: ripple 0.8s linear infinite;
  -ms-animation: ripple 0.8s linear infinite;
  -o-animation: ripple 0.8s linear infinite;
  animation: ripple 0.8s linear infinite;
}
.post-item-2 .post-inner .post-thumb .play-btn svg {
  color: #fec007;
  font-size: 1rem;
  z-index: 1;
}
.post-item-2 .post-inner .post-thumb .meta-date {
  top: 10px;
  left: 10px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre {
  padding: 8px 20px;
  background: #fff;
  text-align: center;
  border-radius: 2px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5,
.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
  color: #000000;
  margin-bottom: 0;
  line-height: 1;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5 {
  margin-bottom: 5px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
  font-size: 15px;
}
.post-item-2 .post-inner .post-content {
  padding: 30px;
}
.post-item-2 .post-inner .post-content .post-date {
  margin-bottom: 19px;
}
.post-item-2 .post-inner .post-content .post-date li {
  display: inline-block;
  padding-right: 10px;
}
.post-item-2 .post-inner .post-content .post-date li:last-child {
  padding-right: 0;
}
.post-item-2 .post-inner .post-content .post-date li span a {
  padding-left: 5px;
}
.post-item-2 .post-inner .post-content .post-date li span a:hover {
  color: #fec007;
}
.post-item-2 .post-inner .post-content h2 {
  font-size: calc(1.3125rem + 0.6428571429vw);
}
@media (min-width: 1400px) {
  .post-item-2 .post-inner .post-content h2 {
    font-size: 1.875rem;
  }
}
.post-item-2 .post-inner .post-content a h3 {
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content a h3:hover {
  color: #fec007;
}
.post-item-2 .post-inner .post-content .default-button {
  line-height: 56px;
  padding: 0 2rem;
}
.post-item-2 .post-inner .post-content p {
  margin-bottom: 25px;
}
.post-item-2 .post-inner .post-content .more-com .text-btn {
  font-weight: 500;
}
.post-item-2 .post-inner .post-content .more-com .text-btn span {
  font-size: 15px;
}
.post-item-2 .post-inner .post-content .more-com .text-btn:hover span {
  color: #fec007;
}
.post-item-2 .post-inner .post-content .more-com .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
}
.post-item-2 .post-inner .post-content .more-com .text-btn i {
  top: 50%;
  font-size: 13px;
  margin-left: -10px;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span {
  padding-right: 15px;
  color: #fec007;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span:last-child {
  padding-right: 0;
  color: red;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span a:hover {
  color: #000000;
}
.post-item-2 .post-inner .post-content .qute-content {
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.27);
}
.post-item-2 .post-inner .post-content .qute-content blockquote {
  margin-bottom: 0;
  padding-top: 45px;
}
.post-item-2 .post-inner .post-content .qute-content blockquote::before {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  opacity: 0.5;
  color: #fec007;
  content: "" !important;
  font-size: 36px;
  font-family: IcoFont !important;
}
.post-item-2 .post-inner .post-content .qute-content blockquote::after {
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  color: #fec007;
  content: "" !important;
  font-size: 36px;
  font-family: IcoFont !important;
}
.post-item-2 .post-inner .post-content .qute-content blockquote a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
  color: #fec007;
}
.post-item-2 .post-inner .post-content .meta-post p span {
  display: inline-block;
  padding-right: 15px;
}
.post-item-2 .post-inner .post-content .meta-post p span::after {
  width: 1px;
  height: 12px;
  right: 4px;
  top: 50%;
  background: #dddcdc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-item-2 .post-inner .post-content .meta-post p span.admin-name {
  margin-left: 5px;
}
.post-item-2 .post-inner .post-content .meta-post p span:last-child {
  padding-right: 0;
}
.post-item-2 .post-inner .post-content .meta-post p span:last-child::after {
  display: none;
}
.post-item-2 .post-inner .post-content .meta-post p span a {
  padding-left: 5px;
}
.post-item-2 .post-inner .post-content .meta-post p span a:hover {
  color: #fec007;
}

.article-pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.article-pagination .prev-article a,
.article-pagination .next-article a {
  font-size: 1.125rem;
  color: #fec007;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
}
.article-pagination .prev-article a svg,
.article-pagination .next-article a svg {
  font-size: 18px;
}
.article-pagination .prev-article a:hover,
.article-pagination .next-article a:hover {
  color: #fec007;
}
.article-pagination .prev-article p,
.article-pagination .next-article p {
  margin-bottom: 0;
}
.article-pagination .next-article {
  text-align: right;
}

.authors {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  margin: 30px 0;
  background: #1d253b;
}
@media (max-width: 575px) {
  .authors {
    justify-content: center;
  }
}
.authors .author-thumb {
  width: 160px;
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
.authors .author-thumb a {
  width: 140px;
  height: 140px;
  border-radius: 100%;
}
.authors .author-thumb img {
  height: 100%;
  border-radius: 100%;
}
.authors .author-content {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .authors .author-content {
    width: calc(100% - 180px);
    margin-top: 0;
    text-align: left;
  }
}
.comments {
  background: #1d253b;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}
.comments .comment-title {
  border-bottom: 1px solid #030b21;
}
@media (max-width: 575px) {
  .comments .comment-list {
    margin: 0;
  }
}
.comments .comment-list .comment .com-thumb {
  height: 50px;
  width: 50px;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
@media (min-width: 576px) {
  .comments .comment-list .comment .com-thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .comments .comment-list .comment .com-thumb {
    height: 80px;
    width: 80px;
  }
}
.comments .comment-list .comment .com-thumb img {
  border-radius: 100%;
}
@media (max-width: 575px) {
  .comments .comment-list .comment .com-content {
    width: 100%;
  }
}
.comments .comment-list .comment .com-content .com-title .com-title-meta a {
  font-size: 1.25rem;
  display: block;
  font-weight: 400;
  font-family: 'League Spartan', sans-serif;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
  color: #fec007;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta span {
  font-size: 0.875rem;
}
@media (max-width: 575px) {
  .comments .comment-list .comment .com-content .com-title .reply {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
  padding: 3px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
  color: #fec007;
  border-radius: 5px;
}
.comments .comment-list .comment .comment-list {
  padding: 0 20px;
  border-top: 1px solid #030b21;
}
@media (min-width: 576px) {
  .comments .comment-list .comment .comment-list {
    padding-left: 60px;
    padding-right: 30px;
  }
}
.comments .comment-list .comment .comment-list .comment {
  list-style: none;
  overflow: hidden;
  padding-top: 30px;
}
.comments .comment-list .comment .comment-list .comment:last-child {
  border: none;
  padding-bottom: 0px;
}

.comment-respond {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
  background: #1d253b;
}
.comment-respond h4 {
  border-bottom: 1px solid #030b21;
}
.comment-respond .add-comment .comment-form input[type=text] {
  padding: 16px 15px;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 576px) {
  .comment-respond .add-comment .comment-form input[type=text] {
    width: calc(100% / 2 - 15px);
  }
}
.comment-respond .add-comment .comment-form input,
.comment-respond .add-comment .comment-form textarea {
  outline: none;
  margin-bottom: 20px;
  background: #030b21;
  color: #fff;
  border: 1px solid transparent;
}
.comment-respond .add-comment .comment-form input::placeholder,
.comment-respond .add-comment .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.comment-respond .add-comment .comment-form input:focus,
.comment-respond .add-comment .comment-form textarea:focus {
  border-color: rgba(0, 255, 163, 0.5);
}
.comment-respond .add-comment .comment-form textarea {
  padding: 15px;
  width: 100%;
  border-radius: 4px;
}
.comment-respond .add-comment .comment-form .default-btn {
  border: none;
  margin-block: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.px-30 {
  padding-inline: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.ty--40 {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.single-quote {
  background: #fec007;
  color: #0d142f;
}
.single-quote .quotes {
  font-size: 1.25rem;
}
.single-quote span {
  margin-left: auto;
  display: block;
  text-align: right;
  font-size: 1rem;
}

.tags-area {
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 10px;
  gap: 20px;
}
@media (min-width: 1200px) {
  .tags-area {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .tags-area {
    padding: 25px 0 0;
  }
}

@media (min-width: 1200px) {
  .tags {
    margin-bottom: 0;
  }
}
.tags li {
  padding: 5px;
}
.tags li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
}
.tags li a:hover, .tags li a.active {
  background: #fec007;
  color: #0d142f;
}

.pagination {
  gap: 10px;
}
.pagination .page-item.active .page-link {
  background-color: #fec007;
  color: #000000;
  border-color: rgba(0, 255, 163, 0.2);
}
.pagination .page-item.disabled .page-link {
  background-color: rgba(29, 37, 59, 0.2);
  color: #dddddd;
  border-color: rgba(0, 255, 163, 0.2);
  cursor: not-allowed;
}
.pagination .page-link {
  background-color: #1d253b;
  border-radius: 2px;
  color: #dddddd;
  border-color: rgba(0, 255, 163, 0.2);
  padding: 0.5rem 0.95rem;
}
.pagination .page-link:hover {
  background-color: #fec007;
  color: #000000;
}
.pagination .page-link:focus {
  box-shadow: none;
}

.widget {
  background-color: #1d253b;
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget__header {
  background-color: #1d253b;
  border-left: 4px solid #fec007;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget .widget__header h5 {
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .widget.widget-search {
    margin-top: 65px;
  }
}
.widget.widget-search .widget-search-inner {
  background-color: #1d253b;
  padding: 30px;
}
.widget.widget-search .widget-search-inner .form-control {
  background-color: #030b21;
  border: none;
  padding: 1rem;
  color: #dddddd;
}
.widget.widget-search .widget-search-inner .form-control:focus {
  box-shadow: none;
}
.widget.widget-search .widget-search-inner .search-icon {
  background-color: #030b21;
  padding-inline: 1rem;
  border-color: transparent;
}
.widget.widget-category .widget-wrapper li {
  border-bottom: 1px solid rgba(29, 37, 59, 0.6);
  padding: 20px 0;
}
.widget.widget-category .widget-wrapper li:last-child {
  border-bottom: none;
}
.widget.widget-category .widget-wrapper.list-bg-none li a span:last-child {
  background-color: transparent;
}
.widget.widget-category .widget-wrapper li {
  padding: 0;
}
.widget.widget-category .widget-wrapper li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #dddddd;
  font-family: 'League Spartan', sans-serif;
  padding: 20px 30px;
}
.widget.widget-category .widget-wrapper li a svg {
  margin-right: 5px;
}
.widget.widget-category .widget-wrapper li a.active, .widget.widget-category .widget-wrapper li a:hover {
  padding-left: 35px;
  color: #fec007;
}
.widget.widget-category .widget-wrapper li a.active span:last-child, .widget.widget-category .widget-wrapper li a:hover span:last-child {
  color: #fec007;
}
.widget.widget-category .widget-wrapper li a span {
  font-weight: 500;
}
.widget.widget-category .widget-wrapper li a span:last-child {
  color: #dddddd;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget-category .widget-wrapper li:not(:last-child) {
  border-bottom: 1px solid #030b21;
}
.widget.widget-archive li {
  border-bottom: 1px solid rgba(3, 11, 33, 0.6);
  padding: 20px 30px;
}
.widget.widget-archive li:last-child {
  border-bottom: none;
}
.widget.widget-archive li a {
  color: #0d142f;
  font-weight: 500;
}
.widget.widget-archive li a i {
  margin-right: 5px;
}
.widget.widget-archive li a.active, .widget.widget-archive li a:hover {
  padding-left: 10px;
  color: #fec007;
}
.widget.widget-post ul.widget-wrapper, .widget.recent-product ul.widget-wrapper {
  padding: 0;
}
.widget.widget-post ul.widget-wrapper li, .widget.recent-product ul.widget-wrapper li {
  padding: 30px;
}
.widget.widget-post ul.widget-wrapper li:not(:last-child), .widget.recent-product ul.widget-wrapper li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget.widget-post ul.widget-wrapper li.widget-post-item, .widget.recent-product ul.widget-wrapper li.widget-post-item {
  gap: 20px;
}
.widget.widget-post ul.widget-wrapper li .post-thumb, .widget.recent-product ul.widget-wrapper li .post-thumb {
  width: 80px;
  height: 80px;
}
.widget.widget-post ul.widget-wrapper li .post-thumb a, .widget.recent-product ul.widget-wrapper li .post-thumb a {
  display: inline-flex;
  height: 100%;
}
.widget.widget-post ul.widget-wrapper li .post-thumb a img, .widget.recent-product ul.widget-wrapper li .post-thumb a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: cover;
}
.widget.widget-post ul.widget-wrapper li .post-content, .widget.recent-product ul.widget-wrapper li .post-content {
  width: calc(100% - 100px);
}
.widget.widget-post ul.widget-wrapper li .post-content h6, .widget.recent-product ul.widget-wrapper li .post-content h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2px;
}
.widget.widget-post ul.widget-wrapper li .post-content h6:hover, .widget.recent-product ul.widget-wrapper li .post-content h6:hover {
  color: #fec007;
}
.widget.widget-post ul.widget-wrapper li .post-content p, .widget.recent-product ul.widget-wrapper li .post-content p {
  margin: 0;
  color: #fec007;
}
.widget.widget-post ul.widget-wrapper li:hover .post-thumb img, .widget.recent-product ul.widget-wrapper li:hover .post-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.widget.recent-product ul.widget-wrapper {
  padding: 0;
}
.widget.recent-product ul.widget-wrapper li .post-thumb {
  width: auto;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget.recent-product ul.widget-wrapper li .post-thumb {
    width: 80px;
    height: auto;
  }
}
.widget.recent-product ul.widget-wrapper li .post-content .price {
  margin-top: 5px;
  font-weight: 700;
}
.widget.widget-tags {
  padding: 0;
}
.widget.widget-tags ul.widget-wrapper {
  padding: 30px;
  gap: 10px;
}
.widget.widget-tags ul.widget-wrapper li {
  border: none;
  padding: 0;
}
.widget.widget-tags ul.widget-wrapper li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'League Spartan', sans-serif;
  padding: 7px 13px;
  border-radius: 2px;
  background-color: #1d253b;
  text-transform: capitalize;
  border: 1px solid rgba(0, 255, 163, 0.6);
}
.widget.widget-tags ul.widget-wrapper li a.active, .widget.widget-tags ul.widget-wrapper li a:hover {
  background-color: #fec007;
  color: #000000;
  border-color: #fec007;
}
.widget.widget-service .widget-service__list-item a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 20px;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  color: #dddddd;
}
.widget.widget-service .widget-service__list-item:nth-child(2n) {
  background-color: #fff;
}
.widget.widget-service .widget-service__list-item p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'League Spartan', sans-serif;
}
.widget.widget-service .widget-service__list-item:hover, .widget.widget-service .widget-service__list-item.active {
  background-color: #fec007;
}
.widget.widget-brochure .widget-brochure__thumb img {
  object-fit: cover;
}
.widget.widget-info .widget-info__inner {
  padding-inline: 25px;
  padding-block-start: 30px;
}
.widget.widget-info .widget-info__list-icon {
  width: 40px;
  height: 40px;
}
.widget.widget-info .widget-info__list-item {
  gap: 20px;
  padding-block: 1.35rem;
}
.widget.widget-info .widget-info__list-item:not(:last-child) {
  border-bottom: 1px solid #1d253b;
}
.widget.widget-info .widget-info__list-content {
  width: calc(100% - 60px);
}
.widget.widget-info .widget-info__thumb img {
  object-fit: cover;
}
.widget.widget-project .widget-project__list {
  padding-inline: 30px;
}
.widget.widget-project .widget-project__list-item {
  padding-block: 20px;
}
.widget.widget-project .widget-project__list-item h6 {
  font-size: 1.125rem;
}
.widget.widget-project .widget-project__list-item:not(:last-child) {
  border-bottom: 1px solid #1d253b;
}
.widget.widget-author .widget-author__thumb img {
  object-fit: cover;
}

.partner__item {
    padding: 1rem 2rem;
    background-color: #ffffff;
    display: grid;
    place-items: center;
    margin: 5px;
}
.partner__item--style2 {
  background-color: rgba(255, 255, 255, 0.1);
}
.partner .col:nth-child(2n) .partner__item {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .error {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .error__inner {
    flex-direction: row-reverse;
    height: 100%;
  }
}
.error__thumb a {
  display: block;
  height: inherit;
}
@media (min-width: 992px) {
  .error__thumb {
    width: 35%;
    height: 100%;
  }
}
.error__thumb img {
  object-fit: cover;
}
.error__content {
  display: grid;
  place-content: center;
  padding-inline: 30px;
  padding-block: 50px;
}
@media (min-width: 768px) {
  .error__content {
    padding-block: 80px;
  }
}
@media (min-width: 992px) {
  .error__content {
    width: 65%;
  }
}

.countdown {
  gap: 30px;
}
.countdown__text {
  color: #fff;
}

@media (min-width: 992px) {
  .coming-soon {
    height: 100vh;
  }
}
.coming-soon--style-2 {
  height: 100vh;
}
.coming-soon--style-2 .input-group .form-control {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.coming-soon--style-2 .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.coming-soon--style-2 .input-group-text {
  background-color: #fff !important;
  color: #0d142f !important;
}
@media (min-width: 992px) {
  .coming-soon__inner {
    flex-direction: row-reverse;
    height: 100%;
  }
}
.coming-soon__thumb a {
  display: block;
  height: inherit;
}
@media (min-width: 992px) {
  .coming-soon__thumb {
    width: 35%;
    height: 100%;
  }
}
.coming-soon__thumb img {
  object-fit: cover;
}
.coming-soon__content {
  display: grid;
  place-content: center;
  padding-inline: 30px;
  padding-block: 50px;
}
@media (min-width: 768px) {
  .coming-soon__content {
    padding-block: 80px;
  }
}
.coming-soon__content > p {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .coming-soon__content {
    width: 65%;
  }
}
.coming-soon__content .countdown__item {
  background-color: #1d253b;
  padding: 1rem 1.5rem;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .coming-soon__content .countdown {
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .coming-soon__content .input-group {
    max-inline-size: 70%;
    margin-inline: auto;
  }
}
.coming-soon__content .input-group .form-control {
  padding: 1rem;
  border: none;
}
.coming-soon__content .input-group .form-control:focus {
  box-shadow: none;
}
.coming-soon__content .input-group-text {
  background: #fec007;
  color: #0d142f;
  padding: 1rem 1.75rem;
  border: none;
}
.coming-soon__content .input-group-text svg {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .collection__header {
    margin-bottom: 0;
  }
}
.collection__header:before {
  width: 150px;
  height: 150px;
  background-image: url(file:///C|/Users/Suresh%20Gola/Pictures/images/shape1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}
.collection__btn {
  display: grid;
  place-items: center;
}
@media (min-width: 992px) {
  .collection__btn {
    margin-bottom: 0;
  }
}
.collection__btn:before {
  width: 150px;
  height: 150px;
  background-color: #FFD66D;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .collection__btn:before {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .collection__btn .default-btn {
    padding-inline: 1rem;
  }
}

.expect {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {

}
@media (min-width: 768px) {

}
@media (min-width: 768px) {
  .expect .col-md-6:not(:first-child) .expect__item {
    margin-top: -70px;
  }
}
.expect__item {
 height: 100%; background: #000;
}
.expect__item .svg-shape svg {
  top: 0;
  right: 0;
}
.expect__item .svg-shape svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #FFD66D;
}
.expect__item:after {
  width: 40px;
  height: 40px;
  background-image: url(file:///C|/Users/Suresh%20Gola/Pictures/images/expect/shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.expect__item-header h4,
.expect__item-header p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.expect__item-header p {
  font-size: calc(1.275rem + 0.2571428571vw);
  font-weight: 700;
  font-family: 'League Spartan', sans-serif;
  color: #fec007;
}
@media (min-width: 1400px) {
  .expect__item-header p {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .expect__item.text-end .expect__item-inner:after {
    top: 30px;
    right: -68px;
    left: auto;
  }
}
.expect__item-content {
  padding: 20px;
}
@media (min-width: 992px) {
  .expect__item-content {
    padding: 40px;
  }
}
.expect__item:hover .expect__item-header h4,
.expect__item:hover .expect__item-header p {
  color: #fec007;
}
.expect__item:hover .svg-shape svg path {
  fill: #fff;
}
.expect--style2 .expect__item {
  margin-top: 0 !important;
}

.team {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.team__item {
  background-color: #000000;
}
.team__item .svg-shape svg {
  top: 0;
  right: 0;
}
.team__item .svg-shape svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fec007;
}
.team__item:after {
  width: 40px;
  height: 40px;
  background-image: url(file:///C|/Users/Suresh%20Gola/Pictures/images/expect/shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 10px;
  right: 10px;
}
@media (min-width: 576px) {
  .team__item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .team__item-thumb {
    width: 45%;
    margin-bottom: 0;
  }
}
.team__item-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: cover;
}
@media (min-width: 576px) {
  .team__item-content {
    padding-inline-start: 25px;
    padding-inline-end: 10px;
    width: 55%;
  }
}
@media (min-width: 1400px) {
  .team__item-content {
    padding-inline-start: 30px;
  }
}
.team__item .social__link {
  width: auto;
  height: auto;
  background-color: transparent;
}
.team__item .social__link svg {
  color: #dddddd;
}
.team__item .social__link:hover svg {
  color: #fec007;
}
.team__item:hover .svg-shape svg path {
  fill: #fec007;
}
.team__item:hover .team__item-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team__item:hover .team__item-content h4 a {
  color: #fec007;
}
.team__item--style2 {
  background-color: rgba(255, 255, 255, 0.1);
}
.team__item--style2 .svg-shape, .team__item--style2:after {
  display: none;
}
.team__item--style2 .team__item-inner {
  flex-direction: column;
  gap: 20px;
}
.community {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.community .section-header h2 {
  max-inline-size: 24ch;
  margin-inline: auto;
}

.accordion__item--style2 .accordion__button, .accordion__item--style2 .accordion__body {
  background-color: rgba(255, 255, 255, 0.1);
}
.accordion__button {
  font-size: calc(1.275rem + 0.2571428571vw);
  background-color: #100235;
  color: #fec007;
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  padding: 1.5rem 1rem;
  border: none;
}
@media (min-width: 1400px) {
  .accordion__button {
    font-size: 1.5rem;
  }
}
.accordion__button .plus-icon {
  width: 14px;
  height: 14px;
  display: none;
}
@media (min-width: 576px) {
  .accordion__button .plus-icon {
    display: initial;
  }
}
.accordion__button .plus-icon:before, .accordion__button .plus-icon:after {
  background-color: #fec007;
}
.accordion__button .plus-icon::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  top: 50%;
}
.accordion__button.collapsed {
  color: #fff;
}
.accordion__button.collapsed .plus-icon::before {
  background-color: #fff;
}
.accordion__button.collapsed .plus-icon::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 14px;
  width: 2px;
  top: 50%;
  left: 6px;
  background-color: #fff;
}
.accordion__body {
  padding: 0.5rem 1.5rem 1.5rem;
  background-color: #552cb9;
}

.rating {
  gap: 2px;
}
.rating__star svg {
  font-size: 0.875rem;
  color: #fec007;
}

.sale {
  overflow: hidden;
}
.sale .section-header .header-title {
  left: 15%;
  top: -50%;
}
.sale__brand .section-header .header-title {
  left: 30%;
}
@media (min-width: 992px) {
  .sale__brand .sale__wrapper:before {
    display: none;
  }
  .sale__brand .sale__wrapper::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 60%;
    height: 100%;
    background-image: url(file:///C|/Users/Suresh%20Gola/Pictures/images/brand/bg-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: initial;
  }
}
.sale__wrapper {
  padding: 50px 20px;
  background-color: #1d253b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .sale__wrapper {
    padding: 60px 50px;
  }
}
@media (min-width: 992px) {
  .sale__wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    right: 12%;
    width: 33%;
    height: 100%;
    background-color: #fec007;
    transform: skewX(-25deg);
  }
}
@media (min-width: 1200px) {
  .sale__wrapper {
    padding: 30px 70px;
  }
}
@media (min-width: 992px) {
  .sale__content {
    max-width: 84%;
  }
}
.sale__content > p {
  color: #fff;
}
@media (min-width: 992px) {
  .sale__content > p {
    margin-bottom: 45px;
  }
}
.sale__thumb {
  padding-inline: 50px;
}
.sale__brand_wrap {
  padding-block: 30px;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */


/*Custom*/
.about__content p{ font-size:18px; line-height: 30px;  }
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    padding: 5px;
    border: solid;
}
.expect{ background:#141414; }
.expect__item-inner{ width:30%; display:inline-block; float:left; }
.e-title {
  width: 100%;
  display: inline-block;
  background: #000000;
  min-height: 100px;
}
.e-title h3 {
  font-size: 22px;
  color: #ffffff;
  line-height: 33px;
  padding: 15px 15px 15px;
  text-align: center;
}

.catno span{    position: relative;
  top: -32px;
  background: #f20000;
  font-size: 40px;
  padding: 10px;
  border-radius: 100%;
  font-weight: bold;
height: 67px;
width: 67px;
display: inline-block;}
.expect__item{    border: 5px solid #f20000;}
.expect__item-inner img{ margin-right:5px; border-top-right-radius: 50%;
background-clip: content-box; }
.ft60{ font-size:60px; }
.faq{ background:#000; }

.partner { background:#141414; }
.about {  }
.partners{  }

/*Footer*/
#contact {
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-attachment: fixed;background: #141414;
}
.sub-heading {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
}
.footer-widget {
    color: #fff;
    text-align: center;
    /* background: #dff3fb; */
    padding: 20px;
    border-radius: 5px;
    line-height: 28px;
    border: solid 1px #1e1e1e;
    min-height: 125px;
    margin-bottom: 20px;
}
.email a {
    color: #fff;
}
.email a:hover{ text-decoration:none; color:#E8C454; }
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 2px;
    position: relative;
    line-height: 24px;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    bottom: 28px;
    height: 2px;
    width: 55px;
    background: #ee4037;
}
.copygight_text{padding:15px 0px;background: #141414;}
.footer_link{ padding:0px; margin:0px; }
.footer_link ul{ padding:0px; margin:0px; }
.footer_link ul li{ padding:0px 8px; margin:0px; display:inline-block; }
.footer_link ul li a{ padding:0px; margin:0px; color:#a1a1a1; }
.footer_link ul li a:hover{ color:#FFD65F; }
.copy_text{ color:#a1a1a1; }

.three h2 span {
  position: relative;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.three h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #ff1100;
}
.three h2 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #ff1100;
}

.banner-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 750px;
  overflow: hidden;
  height: 60vh;
}
.content-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 8px;
  color: #000;
}
.rules-hed{color: #000;}
.subtitle2{ color:#000; }
.vh7{ height:70vh; }
.menu > li > a:hover{    color: #ffffff;
  background: #ee4037; }
.current{    color: #ffffff;
  background: #ee4037;}
.content{ font-size:20px; }
.sub-title {
    color: #f7c41a !important;
    font-size: 20px;
    font-weight: 500;
    background: #160546;
    display: inline-block;
    padding: 13px 30px 12px;
    position: relative;
    letter-spacing: 1px;
}
.sub-title::after {
    width: 30px;
    height: 30px;
    border-left: solid 32px #0d0032;
    border-bottom: solid 26px transparent;
    border-top: solid 24px transparent;
    content: '';
    position: absolute;
    right: -32px;
    top: 0px;
}
.yellow{ color:#fec007; }
.cat-box{ border:none !important; }
.categ-content ul li{ font-size:18px; line-height:36px; }








     .tab-content {    border: solid 1px #dbdbdb;
     border-radius: 6px;
     margin-top: 16px;}
 
           .catego {
     display: inline-block;
     background: #fff;
     width: 100%;
 }
           .catego a {
     color: #000;
        padding: 9px 17.2px;
     background: none;
     border: solid 1px #c9c9c9 !important;
     box-shadow: none !important;
     font-size: 15px;
     display: inline-block;
                    margin-right: 9px;
     box-shadow: 0px 0px 6px #aba8a8;
 }
           
           
      
.alphabet {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffc107;
    text-align: center;
    line-height: 38px;
    color: #301774;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    font-weight: bold;
}
           
.active .alphabet {
     width: 32px;
     height: 32px;
     border-radius: 50%;
     background: #fff;
     text-align: center;
     line-height: 31px;
     color: #000;
     display: inline-block;
     font-size: 16px;
     margin-right: 5px;
 }
.categories .nav-link {
    background: #000000;
    font-size: 20px;
    color: #fff;
    margin: 0px 2px; border: none;
}
.categories .nav-link:hover{ border:none !important; }
.categories .nav-link.active {
    background: #ffc107;
    line-height: 31px;
    color: #301774;
    border: none; font-size: 20px; font-weight: 600;
}
.nav-tabs{ border-bottom:none !important; }
.categories { background:#1a0948; }
.categ-content .table tr td {
    color: #bba2ff;
    border: solid 1px #3e218f; font-size: 18px;
}

.entry-form {

}
.entry-form label{ font-size:18px; padding-bottom:5px; color:#bda8ef; }
.entry-form .form {
  z-index: 1;
}
.entry-form .form input, .entry-form .form textarea .form select {
    -webkit-border: 1px solid transparent;
    -moz-border: 1px solid transparent;
    -ms-border: 1px solid transparent;
    -o-border: 1px solid transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #100235;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px; letter-spacing: 1px;
}
.entry-form .form input::placeholder,
.entry-form .form textarea::placeholder {
  color: #fff;
}
.entry-form .form input:focus-within,
.entry-form .form textarea:focus-within {
  outline: none;
  border-color: rgb(255 193 7);
}
.entry-form .form textarea {
  min-height: 250px;
}
.entry-form .form .default-btn {
  border: none;
}

.form-message {
  color: #22ce55;
}
.form-message.problem {
  color: #f44343;
}
.entry-form .form-control:focus{ box-shadow:none !important; }
.mandatory {
    color: red;
}
.entry-form .form-control {
    border: none !important;
    background: #100235;
    color: #ffc107;
    padding: 10px 15px;
    letter-spacing: 1px;
    font-weight: 300;
}


.list li{ list-style-type:disc !important; }
.yellow-bg{ background:#ffc107; color:#000; }
.table-bg {
    background: #100235;
    color: #fff;
}
.value-text{ display:inline-flex; font-size:20px; }
.d2c-btn {
    font-size: 24px;
    text-decoration: none;
    font-family: 'League Spartan', sans-serif;
    color: #000000;
    line-height: 50px;
    transition: all 0.3s ease;
    background: #FFC107;
    border: none;
    border-radius: 90px;
    padding: 0px 20px !important;border:solid 2px #FFC107; display: block; text-align: center;
}
.d2c-btn:hover{ background:transparent; border:solid 2px #fff; color:#fff }
.entry-view tr td, .entry-view tr td a{ color:#FFC107; }
.entry-view tr th{ color:#fff; font-weight:300; }
.entry-fees {
    color: #100235 !important;
    font-size: 18px;
    font-weight: 500;
    background: #ffc107;
    display: inline-block;
    padding: 8px 10px 8px;
    position: relative;
    /* letter-spacing: 1px; */
    font-weight: bold;
}
.entry-fees::after {
    width: 30px;
    height: 30px;
    border-left: solid 25px #d5a411;
    border-bottom: solid 20px transparent;
    border-top: solid 21px transparent;
    content: '';
    position: absolute;
    right: -30px;
    top: 0px;
}

.main-logo {
  display: inline-block;
  background: #ffffff1f;
  padding: 20px 40px;
  border-radius: 10px;
  border: 5px solid #00000061;
    max-width: 500px;
}
/* ============================ OFFERS PAGE CSS START ================================  */
.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.co {
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
}
.rd {
  background: #93278f;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  top: -11px;
  padding: 10px 30px;
  border-radius: 6px;
  z-index: 1;
  margin-left: 25px;
  font-weight: normal;
  letter-spacing: 1px;
}
.access {
  background: #6cbb363b !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 18px;
}
span.error{font-size: 13px;}
.summit_btn {
  color: #ffffff;
  padding: 10px 55px;
  font-size: 17px;
  position: relative;
  z-index: 111;
  border: none;
  background: #a23589;
  letter-spacing: 2px;
  border-radius: 100px;
}
.offer-title {
  font-size: 24px;
  background: #a23589;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  padding: 12px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sp{ background:#a23589; }
.offer-box {
  padding: 10px 20px 20px 20px;
  min-height: 320px;
  position: relative;
}
.offer-price {
  font-size: 22px;
  color: #a23589;
  text-align: center;
  font-weight: bold;
}
.book-now {
  position: relative;
  width: 100%;
  text-align: center;
}
.book-now a {
  background: #a23589;
  padding: 12px 40px 12px;
  color: #fff;
  border-radius: 90px;
  /* font-weight: bold; */
  text-decoration: none;
  font-size: 18px;
}
.register-btn{background: #a23589;
  padding: 12px 40px 12px;
  color: #fff;
  border-radius: 90px;
  /* font-weight: bold; */
  text-decoration: none;
  font-size: 18px;}
.sp-book-now a {
  background: #e5252b;
  padding: 12px 40px 12px;
  color: #fff;
  border-radius: 90px;
  /* font-weight: bold; */
  text-decoration: none;
  font-size: 18px;
}
.book-now a:hover{ text-decoration:none; background:#000; }
.regular-price{ font-size:18px; width:100%; text-align:center; }
.price {
  font-size: 48px;
}
.gst {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
.save {
  color: #000000;
  background: #e43e341a;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}
.sp-price1 {
  font-size: 38px;
  font-weight: bold;
  color: #F44336;
}
.price {
  font-size: 38px;
  font-weight: bold;
  color: #df2024;
}
.offer-box .fa-square-check {
    color: #4CAF50;
    font-size: 18px;
}
.pc {
  font-size: 22px !important;
}

#blink {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        transition: 0.4s;
      }
      .pl{text-align: left;}
      .offer-box .fa-window-close{color: #df2024;}
@media only screen and (max-width: 767px) {
.sp-book-now a{padding: 12px 10px 12px;}
.book-now a{padding: 12px 10px 12px;}
.offer-box .w-75{width: 100% !important;}

}
 .offer-box .table .fa-window-close {
  color: #df2024 !important;
}

/* ============================ OFFERS PAGE CSS END ================================  */


.datepicker table tr td.new,.datepicker table tr td.old{color: inherit !important;}
.datepicker table tr td.highlighted{background: none !important;}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #d71103 !important;
  cursor: pointer;
}
.formtitle{text-transform: uppercase; font-weight: bold; margin-top: 15px;}
.formtitle{background: #e82229;
  padding: 5px 10px 3px 10px;
  color: #fff;
  border-radius: 6px; font-size: 1.3rem;}


#tsum-tabs h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

#tsum-tabs p {
  margin: 0 0 20px;
  line-height: 1.5;
}

#tsum-tabs main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

#tsum-tabs section {
  display: none;
}

#tsum-tabs input {
  display: none;
}

#tsum-tabs label {
    display: inline-block;
    margin: 0px;
    padding: 20px 75px;
    font-weight: 600;
    text-align: center;
    color: #fff !important;
    /* border: 1px solid transparent; */
    font-size: 20px; background:#301774; border: solid 2px #ffc107;
}

#tsum-tabs label:hover {
  color: #888;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
    color: #000 !important;
    /* border: 1px solid #ddd; */
    /* border-top: 2px solid orange; */
    /* border-bottom: 1px solid #fff; */
    font-size: 20px;
    background: #ffc107; border: solid 2px #ffc107;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
  display: block;
}

.banner-section {
  position: absolute;
  top: 0px;
  left: 0%;
  min-width: 100%;
  height: 62vh !important;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
}
.banner-section video{width: 100%;}
.iconimg {
  width: 90px;
  border-radius: 100%;
  margin-top: -43px;
  border-top: 1px solid #858585;
}

@media screen and (max-width: 650px) {
  #tsum-tabs label {
    font-size: 0;
  }
  #tsum-tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tsum-tabs label {
    padding: 15px;
  }


}

.why-enter {
  width: 100%;
  position: relative;
  text-align: center;
}
.why-enter li.box-section {
  width: 28%;
  text-align: center;
  padding: 15px;
  border: 3px solid #838383c9;
  border-radius: 10px;
  margin: 25px;
  font-size: 19px;
  color: #fff;
  line-height: 27px;
  background: linear-gradient(#25252500, #2525250d 50%, #b58d3e 50%, #b58d3e);
  background-size: 100% 200%;
  transition: background 1s;
  min-height: 290px;
  display: inline-block;
  vertical-align: top;
  min-height: 400px;
}
.why-enter li.box-section .img-part {
  width: 100%;
  display: inline-block;
  padding: 15px;
  border-bottom: 1px dotted;
  margin-bottom: 13px;
}
ol.gradient-list > li::before, ol.gradient-list > li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
ol.gradient-list > li {
  background: black;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 2rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  width: 44%;
  float: left;
  margin-right: 3%;
  margin-left: 3%;
  border: 1px solid #626262;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: linear-gradient(135deg, #ee4037 0%, #c5251d 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #fff;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list > li + li {
  margin-top: 2rem;
}

/*--------------- online procces -------------------*/


#process {
  width: 100%;
    position: relative;
    overflow: hidden;
}

#process .section-heading {
  margin-bottom: 40px;
}

.steps-pane img {
  height: 70px;
  margin-top: 18px;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.pane-warp {
  height: 110px;
  width: 25px;
  margin-left: 20%;
  margin-top: 20px;
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
}

.steps-pane {
  height: 110px;
  width: 110px;
  margin-left: 30px;
  box-shadow: 7px 0px 2px #ffffff;
  background-color:#ffffff;
}

.inverted-pane-warp {
  height: 110px;
  width: 25px;
  margin-left: 20%;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.inverted-steps-pane {
  height: 110px;
  width: 110px;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 7px 0px 2px #ffffff;
}

.inverted-steps-pane p {
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
  padding: 20px 10px 10px 10px;
  font-size: 20px;
    color: #000000;
    font-weight: 500;
  line-height:22px;
}
  @media(min-width: 900px) {
    .steps-timeline {
      border-top: 5px double #a3a3a3;
      padding-top: 20px;
      margin-top: 40px;
      margin-left: 3%;
      margin-right: 3%;
    width:93%;
    }
    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four,
    .steps-five {
      float: left;
      width: 20%;
      margin-top: -50px;
    }
    .step-wrap {
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background: transparent;
      margin-left: 39%;
      border: 2px solid #a3a3a3;
    }
    .verticle-line {
      position: absolute;
      height: 57px;
      width: 5px;
      margin-left: 10px;
      marker-top: 10px;
    }
    .steps-stops {
      height: 25px;
      width: 25px;
      margin: 11px 10.1px;
      border-radius: 50%;
      background: #a3a3a3;
    }
    .end-circle {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      position: absolute;
      margin-top: 19px;
      margin-left: -10px;
    }
    .inverted-end-circle {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      position: absolute;
      margin-top: 19px;
      margin-left: 18.1%;
    }
  }
  
  @media(max-width: 899px) {
    #process .container-fluid {
      width: 50%;
    }
    .steps-timeline {
      border-left: 5px double #a3a3a3;
      margin-left: 35px;
    }
    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four,
    .steps-five {
      margin-left: -25px;
    }
    .step-wrap,
    .steps-stops {
      float: left;
    }
    .steps-timeline {
      border-left: 2px solid $brand-primary;
      margin-left: 30px;
    }
    .pane-warp {
      margin-left: 200%;
    }
    .inverted-pane-warp {
      margin-left: 200%;
    }
    .verticle-line {
      position: absolute;
      width: 125px;
      height: 5px;
      margin-left: 5px;
      margin-top: 10px;
    }
    .steps-stops {
      height: 25px;
      width: 25px;
      margin: 11px 10px;
      border-radius: 50%;
      background: #a3a3a3;
    }
    .step-wrap {
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background: transparent;
      margin-top: 85px;
      margin-left: -2px;
      border: 2px solid #a3a3a3;
    }
    .end-circle {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      position: absolute;
      margin-top: -30px;
      margin-left: 15px;
    }
    .inverted-end-circle {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      position: absolute;
      margin-top: 280px;
      margin-left: 15px;
    }
  }
  
  @media (max-width: 600px) {
    #process .container-fluid {
      width: 90%;
    }
  }
  .c-black, .c-black td{
    color:#000;
  }
  @media (max-width: 400px) {
    .verticle-line {
      width: 105px;
    }
  }
  
  .back-orange {
    background: #a3a3a3;
  }
  
  .back-blue {
    background: rgb(224 62 52);
  }
  
  .table-info, .table-info>td, .table-info>th {
      background-color: #a3a3a3;
  }


/*--------------- SPEAKERS AND JURY BOX STYLE -------------------*/

  .jurybox {
    height: 500px;
    margin-bottom: 15px;
    border: dashed 1px #ff0000;
    background: #fff;
    padding: 10px;
}

.speaker-img img {
  border-radius: 50%;
  border: 1px solid #f00;
background-color: #ff7f79;
}
.speaker-name {
  color: #ff0000;
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px dotted;
}
.desig {
  color: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  /* min-height: 40px; */
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}
.company {
  color: #bf0000;
  font-weight: 500;
  text-align: center;
}


.our-mission-box{
	    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 15px;
    min-height: 320px;
    border-bottom: 3px solid;
}
.our-mission-box p span{
	    font-size: 20px;
    color: #ee4037;
}

.who-should-box .heading{
	border: 1px solid #545454;
    background: #000000b8;
	padding: 10px;
	color: #fff;
}
.who-should-box ul{
	    list-style: disc;
    padding-left: 17px;
    margin-top: 15px;
}
.who-should-box ul li{
	line-height: 28px;
}
.who-should-box ul li span{
	color: #ee4037;
}

form label{
	color: #373737;
    font-weight: normal;
}

a.whatsapp{
	    position: relative;
    padding: 5px 10px;
    background-color: #24d664;
    font-size: 22px;
	margin-right: 5px;
	}
	a.whatsapp:hover{
	color:#fff;
	}
	a.instagram{
	    position: relative;
    padding: 5px 10px;
    background-color: #e0405f;
    font-size: 22px;
	margin-right: 5px;
	}
	a.instagram:hover{
	color:#fff;
	}
	a.linkedin-in{
	    position: relative;
    padding: 5px 10px;
    background-color: #0077b1;
    font-size: 22px;
	margin-right: 5px;
	}
	a.linkedin-in:hover{
	color:#fff;
	}
	a.facebook{
	    position: relative;
    padding: 5px 12px;
    background-color: #3a5695;
    font-size: 22px;
	margin-right: 5px;
	}
	a.facebook:hover{
	color:#fff;
	}
	a.youtube{
	    position: relative;
    padding: 5px 8px;
    background-color: #fe0003;
    font-size: 22px;
	}
	a.youtube:hover{
	color:#fff;
	}