/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  /* overflow: hidden; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


input::placeholder {
  color: #ffffffdc !important;
}

.container {
  max-width: 648px !important;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}


.header .container {
  max-width: 1110px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}

.bodyLP {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  z-index: -1;
  background: url(../images/bg.png?v=1) top right no-repeat fixed;
  background-size: cover;
  background-color: #04170d;
  display: flex;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  position: relative;
  z-index: 9;

}

.header {
  background: #042c26;
  padding: 9px 0;
}

.logo {
  display: block;
  width: 8%;
  margin: 0;
}

.logo img {
  margin: 0 auto;
  max-width: 100%;
}

.hd_btn a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon_tele {
  background-image: url(../images/icon-tele.png);
  margin-left: 8px;
}

.icon_fb {
  background-image: url(../images/icon-fb.png);
  margin-left: 8px;
}

.slogan {
  margin: 0 auto 0;
  width: 95%;
}

.content {
  padding-top: 2.5rem;
}

/* Tab Links */
.tabs {
  width: 84.5%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.tablinks {
  border: none;
  padding: 13px 0 10px 0;
  border-radius: 10px 0 10px 0;
  font-weight: 700;
  font-size: 19px;
  color: #EDCC5B;
  background: transparent;
  cursor: pointer;
}

button:focus {
  outline: none;
}

/* 
.tablinks:hover {
  background: blue;
  color: #fff;
} */

/* Tab active */
.tablinks.active {
  background: rgb(255, 189, 33);
  background: linear-gradient(266deg, rgba(255, 189, 33, 1) 7%, rgba(255, 138, 0, 1) 100%);
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* tab content */
.tabcontent {
  display: none;
}

/* Text*/
.tabcontent p {
  color: #333;
  font-size: 16px;
}

/* tab content active */
.tabcontent.active {
  display: block;
}

.header_form {
  position: relative;
  z-index: 1;
}

.tab-content {
  width: 540px;
  height: 470px;
  padding: 35px 4px 0 4px;
  background: url(../images/bg-form.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}

#registerBox {
  width: 75%;
  margin: 0 auto;
  padding: 1.2rem 0 0;
  position: relative;
}

#loginBox {
  width: 75%;
  margin: 0 auto;
  padding: 1.2rem 0 0;
  position: relative;
}

.store {
  border: none;
  background: transparent;
  animation: btnAnimation .5s linear infinite;
  transition: all 0.5s;
}

.store:hover {
  transform: scale(1.1);
}

.form-group {
  position: relative;
  margin-bottom: .7rem;
}

.form-control {
  display: block;
  width: 100%;
  height: 51px;
  background: #1a1c20 !important;
  border: 1px solid #ffc600 !important;
  outline: 0 !important;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 53px;
  font-size: 16px;
  color: #fff !important;
  border-radius: 8px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group>svg {
  position: absolute;
  left: 13px;
  top: 0;
  display: inline-block;
  cursor: pointer;
  height: 51px;
  width: 25px;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.tablinks:nth-child(2) {
  border-radius: 0px 10px 0px 10px;
}

.thumb_left {
  position: absolute;
  top: 62%;
  width: 29%;
  right: calc(52% + (648px / 2));
  transform: translateY(-50%);
}

.noti {
  width: calc(69% - 94px);
}

.jackpot_box {
  position: relative;
  height: 20px;
  width: 100%;
  margin: 0;
  flex: 1;
  padding-left: 38px;
  background: linear-gradient(to right, rgba(4, 23, 13, 0) 0, rgb(2 21 18) 14%, rgb(2 21 18) 50%, rgb(2 21 18) 96%, rgba(4, 23, 13, 0) 100%)
}

.jackpot_box::before {
  width: 24px;
  height: 19px;
  display: block;
  background: url(../images/icon-noti.png) center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.marquee {
  overflow: hidden;
  display: flex;
  color: #fff;

}

.marquee h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85rem;
  white-space: nowrap;
  font-weight: 400;
  /* text-transform: uppercase; */
  padding: 0;
}

.marqueeMb {
  overflow: hidden;
  display: flex;
  color: #fff;

}

.marqueeMb h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85rem;
  white-space: nowrap;
  font-weight: 400;
  /* text-transform: uppercase; */
  padding: 0;
}


.pchidden {
  display: none;
}

.form-text {
  margin: 0;
}

.thumb_right {
  z-index: 1;
  position: absolute;
  top: 16rem;
  width: 29.5%;
  left: calc(51% + (648px / 2));
}

.errors {
  color: #dc3545 !important;
}

.modal-title {
  margin: 0;
  padding: 0;
}

.modal-dialog {
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
}

.modal {
  padding: 0 20px;
}



.heroFake {
  font-family: sans-serif;
  /* padding: 20px 0 0 0 */
}

.heroFake .title {
  font-size: 16px;
  text-align: center;
}

.heroFake button {
  background-color: rgba(193, 40, 114, 1);
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 11pt;
  line-height: normal;
  border: none;
  padding: 12px 55px;
  border-radius: 7px;
  display: flex;
  margin: 10px auto;
}

.heroFake h4 {
  font-size: 25px;
  text-align: center;
  margin: 9px 0 19px 0;
  color: rgba(127, 17, 70, 1);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
}

.heroFake .categoryPro .itemCate p {
  padding: 10px 0 25px 0;
  text-align: center;
  font-size: 23px;
}

.desNail {
  font-size: 19px;
  text-align: justify;
  color: rgba(127, 17, 70, 1);
  font-weight: 500;
}

.containerFake {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.logoNails {
  width: 36%;
  display: flex;
  justify-content: center;
  margin: -20px auto 0 auto;
}

.footerNails {
  margin: 15px 0px 0 0px;
  background: #C12872;
  color: #fff;
  text-align: center;
  padding: 25px 0 25px 0;
  font-size: 17px;
}


@media (min-width: 1024px) {


  .categoryPro {
    display: flex;
    gap: 24px;
  }

  .categoryPro .itemCate img {
    max-height: 325px;
  }

  .logoNails {
    width: 16%;
    display: flex;
    justify-content: center;
    margin: -60px auto 0 auto;
  }

  .heroFake h4 {
    font-size: 53px;
    margin: 20px 0 20px 0;
  }

  .desNail {
    font-size: 23px;
  }

  .footerNails {
    margin: 31px 0px 0 0px;
    font-size: 27px;
    padding: 30px 0 30px 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1700px) {
  .thumb_left {
    top: 30rem;
    width: 27%;
    right: calc(50% + (648px / 2));
  }

  .thumb_right {
    top: 18rem;
    width: 25%;
    left: calc(55% +(648px / 2));
  }
}

@media (max-width: 1100px) {

  .form-control,
  .form-group>svg {
    height: 47px;
  }

  .thumb_left {
    position: unset;
    transform: none;
    width: 70%;
    margin: 0 auto;
  }

  .noti {
    margin-bottom: 1rem;
    width: 100%;
  }

  .jackpot_box {
    height: unset;
    padding: 6px 0px 6px 30px;
  }
}

@media (max-width: 991px) {
  .content {
    padding-top: 1rem;
  }

  .slogan {
    margin-bottom: .5rem;
    width: 80%;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .thumb_left {
    width: 50%;
  }

  .sphidden {
    display: none;
  }
}


@media (max-width: 575px) {
  .content {
    padding-top: .5rem;
  }

  .slogan {
    margin-bottom: .5rem;
    width: 75%;
  }

  .tab-content {
    padding: 24px 2px 0 2px;
    width: 100%;
    height: 320px;
  }

  .tablinks {
    font-size: 15px;
  }

  .form-group {
    margin-bottom: .5rem;
  }

  .form-control {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
    height: 38px;
  }

  .form-group svg {
    height: 26px;
    width: 18px;
    top: 4px;
  }

  .thumb_left {
    width: 90%;
    margin: -22px auto 2px auto;
  }

  .noti {
    margin: 15px 0 -5px 0;
    width: 100%;
  }

  .pchidden {
    display: block;
  }

  .errors {
    font-size: 10px;
    margin: 1px 0 -5px 0;
  }
}

@media (max-width: 430px) {
  .logo {
    width: 18%;
  }

  .header {
    padding: 7px 0;
  }
}

@media (max-height: 750px) {
  .slogan {
    margin-bottom: -20px;
    width: 85%;
  }

  .content {
    padding-top: 1rem;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .form-control,
  .form-group>i {
    height: 48px;
  }

  .thumb_right {
    top: 18rem;
  }

  .tab-content {
    height: 410px;
    padding: 32px 4px 0 4px;
  }

  .regFrm {
    padding: .8rem 0 0;
  }

  .btnsubmit {
    margin: 4px 0 0 0;
  }

  #registerBox {
    padding: 0rem 0 0;
  }

  #loginBox {
    padding: 1.2rem 0 0;
  }
}


@keyframes btnAnimation {
  0% {
    -webkit-filter: drop-shadow(0 0 5px #f8d234) brightness(1.4);
    filter: drop-shadow(0 0 5px #f8d234) brightness(1.4);
  }

  50% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }

  100% {
    -webkit-filter: drop-shadow(0 0 5px #f8d234) brightness(1.4);
    filter: drop-shadow(0 0 5px #f8d234) brightness(1.4);
  }
}


.headerFake {
  font-family: Arial, Helvetica, sans-serif;
}

.top-bar {
  background-color: #ea4c89;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.main-nav {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background: white;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

/* .logo {
  height: 50px;
} */

.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.nav-menu li {
  cursor: pointer;
}

.banner img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.tour-section {
  padding: 0 30px;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title h2 {
  color: #003366;
}

.sort-option {
  font-size: 14px;
  color: #003366;
  cursor: pointer;
}

.tour-cards {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.tour-card {
  background: white;
  padding: 15px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}

.tour-card img {
  width: 100%;
  border-radius: 8px;
}

.label {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  border-radius: 4px;
}

.label.green {
  background: #28a745;
}

.label.blue {
  background: #007bff;
}

.tour-card h3 {
  font-size: 16px;
  margin-top: 10px;
}

.tour-card p {
  font-size: 14px;
  margin: 5px 0;
}

.price {
  color: red;
  font-weight: bold;
}

.dates span {
  background: #d4ecff;
  padding: 3px 8px;
  margin: 3px;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
}

.footer {
  background-color: #003366;
  color: white;
  padding: 40px 20px 20px;
  margin-top: 40px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-section {
  flex: 1 1 250px;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #f5c518;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  line-height: 1.8;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
  color: #f5c518;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  font-size: 13px;
  color: #ccc;
}

@media (max-width: 1024px) {
  .nav-menu {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .tour-cards {
    justify-content: center;
  }

  .tour-card {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .nav-menu {
    /* flex-direction: column; */
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .main-nav h2 {
    margin: 0 auto;
  }

  .tour-card {
    width: 100%;
  }

  .section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .top-bar {
    font-size: 14px;
    padding: 8px;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section {
    width: 100%;
    flex: 1 1 133px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .banner img {
    height: auto;
  }

  .tour-card h3 {
    font-size: 15px;
  }

  .price {
    font-size: 16px;
  }

  .dates span {
    font-size: 11px;
    padding: 4px 6px;
  }

  .tour-section {
    padding: 0 10px;
  }
}