@charset "UTF-8";

/*
Theme Name: hottie
Theme URI: https://hottiefroggie.club/
Author: hottie
Author URI: https://hottiefroggie.club/
Description: Hottie Froggie
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.1
License: GNU General Public License v2 or later
License URI: 
Text Domain: hottie



/* Variables */

@font-face {
  font-family: "Omaga";
  src: url("/omaga.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
.counter_number {
  font-family: "Omaga", sans-serif !important;
}

#main {
  min-height: 60vh;
}

.container {
  max-width: 1300px;
  padding: 0 30px;
}

.e-con.e-flex > .e-con-inner,
.elementor-section.elementor-section-boxed > .elementor-container {
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}

.elementor-element.e-flex.e-con-boxed.e-con.e-parent {
  padding-left: 0;
  padding-right: 0;
}

/**Headercss**/

.top-header {
  background: #111111;
  padding: 10px 0;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.site-logo img {
  max-width: 275px;
  height: auto;
  transition-duration: 0.5s;
}

header.sticky img.custom-logo {
  max-width: 220px;
}

.announcment-left p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.social-icons span,
.social-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.address-phone .social-icons a {
  font-size: 24px;
}

.social-icons span:last-child {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

header nav.navbar {
  background: #000;
  padding: 15px 0;
}

.navbar-nav li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar-expand-md .navbar-nav {
  gap: 25px;
}

header nav .nav-link,
header .nav-link:focus,
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  transition-duration: 0.3s;
}

header .nav-link:hover {
  color: #e20133 !important;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 32px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition-duration: 0.3s;
}

.navbar-toggler {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.navbar-toggler:not(.navbar-toggler.collapsed)
  .navbar-toggler-icon:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.navbar-toggler:not(.navbar-toggler.collapsed)
  .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 7px;
}

.navbar-toggler:not(.navbar-toggler.collapsed)
  .navbar-toggler-icon:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -11px;
}

.address-phone {
  display: none;
}

/**SUBMENU CSS WHEN YOU WILL SHOW IN NAVBAR**/

.navbar-nav li .caret,
.navbar-nav li a:after {
  display: none;
}

.navbar-nav li .dropdown-menu {
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 0;
  background: #111111;
}

.navbar-nav li .dropdown-menu .dropdown-item {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-nav li .dropdown-menu a:hover {
  background: #000;
  color: #fff;
}

.navbar-nav .sub-menu-toggle span {
  display: none;
}

.navbar-nav .sub-menu-toggle {
  height: auto;
  line-height: normal;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  width: auto;
}

.navbar-nav .sub-menu-toggle:after {
  padding: 0;
  border: none;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar-nav li .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0 !important;
}

.navbar-nav li li.menu-item-has-children > .dropdown-item:after {
  display: block;
  border: none;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}

/**Footercss**/

.site-footer {
  background: #111111;
}

.top-footer {
  padding: 80px 0;
}

.f-btm-content {
  margin: 20px 0 0;
}

.f-btm-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer-menu h5 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.footer-menu a.nav-link,
.footer-menu a.nav-link:hover,
.site-footer .navbar-nav .nav-link.active {
  color: #fff;
}

.footer-menu .nav-link {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 300;
}

.copyright-block {
  text-align: center;
  background: #000;
  padding: 10px 0;
}

.powered-by,
.powered-by a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}

.f-btm-content .social-icons {
  justify-content: flex-start;
}

.f-btm-content .social-icons i {
  font-size: 24px;
}

.footer-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-menu ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition-duration: 0.3s;
}

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

.footer-menu ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
}

.footer-menu p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin: 0 0 10px 0;
}

.footer-menu p a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}

.footer-menu p a:hover,
.footer-menu p:hover {
  color: #c39d6c;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/**Contact Form**/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity: 1 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1 !important;
}

.contact-form .wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-form .wpcf7-form p .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}

.wpcf7 input[type="date"]:before {
  content: attr(placeholder);
  float: left;
  margin: 0 8px 0 0;
}

.wpcf7-form {
  text-align: center;
}

input::-webkit-date-and-time-value {
  text-align: left !important;
}

.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 8px;
  width: 100%;
}

.sendbutton input {
  color: #ffffff;
  background-color: #c39d6c;
  border: 0px;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
}

.wpcf7-form input:not(.wpcf7-form input[type="submit"]),
.wpcf7-form textarea,
.wpcf7-form input.wpcf7-form-control {
  width: 100%;
}

.wpcf7-form input[type="date"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  user-select: none;
  user-select: none;
  display: inline-block;
  width: 100% !important;
  min-width: 95%;
  color: #000;
  background: transparent;
}

.sendbutton p {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

/**Scroll issue**/

#about {
  scroll-margin-top: 180px;
}

#tokenomics {
  scroll-margin-top: 50px;
}

#roadmap {
  scroll-margin-top: 65px;
}

/**RESPONSIVE CSS**/

@media only screen and (max-width: 1299px) {
  header nav .nav-link,
  header .nav-link:focus,
  header .navbar-nav .nav-link.active,
  header .navbar-nav .nav-link.show {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .navbar-nav li:hover > .dropdown-menu {
    display: block;
    top: 100%;
  }
}

/***Mobile Menu Media Query**/

@media only screen and (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }

  header .navbar-expand-md .navbar-toggler {
    display: flex;
  }

  .navbar-expand-md .navbar-nav {
    gap: 5px;
    padding: 30px;
    max-height: 60vh;
    overflow: auto;
    flex-direction: column;
  }

  #navbar {
    position: absolute;
    top: 100%;
    height: 100vh !important;
    background: #000;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    display: none !important;
  }

  .navbar-toggler.collapsed + #navbar {
    display: none !important;
  }

  #navbar.show,
  .navbar-toggler + #navbar {
    display: block !important;
  }

  .navbar-nav li .dropdown-toggle {
    width: 90%;
  }

  .navbar-nav .sub-menu-toggle {
    width: 10%;
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    justify-content: center;
  }

  .navbar-nav li .dropdown-menu {
    width: 100%;
  }

  .navbar-nav li .submenu-show {
    display: block;
  }

  .navbar-nav li .dropdown-menu .dropdown-menu {
    margin-left: 50px;
    border-left: 1px solid;
    border-top: 0;
  }

  .navbar-nav li li.menu-item-has-children > .dropdown-item:after {
    display: none;
  }

  .address-phone {
    display: block;
  }

  .f-btm-content {
    margin: 20px 0 0px;
  }

  .f-btm-content .social-icons {
    justify-content: center;
  }

  .address-phone {
    padding: 30px;
    border-top: 1px solid rgba(11, 6, 6, 0.1);
  }

  .address-phone h5 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px 0;
  }

  .address-phone p {
    margin: 0 0 5px 0;
    color: #fff;
  }

  .address-phone p a {
    text-decoration: none;
    color: #fff;
  }

  .address-phone .social-icons {
    justify-content: flex-start;
    margin: 15px 0 0;
  }
}

/***Mobile Menu Media Query END**/

@media only screen and (max-width: 991px) {
  .container,
  .container-sm {
    max-width: 100%;
  }

  .site-logo img,
  header.sticky img.custom-logo {
    max-width: 150px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .top-footer * {
    text-align: center;
  }

  .top-footer .row {
    gap: 30px;
  }

  .top-header {
    display: none;
  }

  .footer-menu p {
    justify-content: center;
  }
}

#hottiehero .e-con-inner,
#hottiehero .elementor-element {
  padding-bottom: 0px !important;
}

#roadmap .e-con-inner,
#roadmap .elementor-element {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
#roadmap img {
  height: 100% !important;
}

header nav .nav-link,
header .nav-link:focus,
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
  font-weight: bold;
  font-size: 25px;
  font-family: "Omaga", sans-serif !important;
}

#hottieheroimg img {
  height: 100% !important;
}

#onlyfans .e-con-inner,
#onlyfans .elementor-element {
  padding-bottom: 0px !important;
}

#onlyfans .elementor-button-icon svg {
  margin-top: -4px;
}
