/*
Theme Name: frost-child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: frost
Text Domain: frost-child
Tags: 
*/

/* Defaults---------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: none !important;
}

body,
html {
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
}

/* Custom---------------------------------------- */

.container {
  max-width: 1200px;
  margin: 0 auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 1rem;
}

.btn {
  color: var(--wp--preset--color--custom-white-1) !important;
  background-color: var(--wp--preset--color--custom-red) !important;
  padding: 0.875rem 1.75rem !important;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  cursor: pointer;
}

.nav-btn > a {
  color: var(--wp--preset--color--custom-white-1) !important;
  background-color: var(--wp--preset--color--custom-red);
  padding: 0.875rem 1.75rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.gut-nav-hamburger {
  width: 100%;
}

.gut-nav-hamburger li {
  width: 100%;
  display: block !important;
  text-align: center;
}

.inactive {
  display: none !important;
}

.hide {
  transform: translateX(105%) !important;
}

.bot::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background-color: var(--wp--preset--color--custom-white-2);
}

.list li::marker {
  color: var(--wp--preset--color--custom-red);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.list-country {
  width: 10rem;
}

/* Utilities---------------------------------------- */

.round-border {
  border-radius: 0.5rem !important;
}

.top-left-round-border {
  border-top-left-radius: 0.5rem;
}
.top-right-round-border {
  border-top-right-radius: 0.5rem;
}
.bot-left-round-border {
  border-bottom-left-radius: 0.5rem;
}
.bot-right-round-border {
  border-bottom-right-radius: 0.5rem;
}

.border {
  box-shadow: 20px -20px 0px 0px var(--wp--preset--color--custom-red),
    -20px 20px 0px 0px var(--wp--preset--color--custom-clay),
    0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.shadows {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

.transition {
  transition: all 0.3s ease !important;
}

.scale-hover:hover {
  transform: scale(1.07) !important;
}

.filter-brightness-hover:hover {
  filter: brightness(1.1) !important;
}

.txt-red-hover:hover {
  color: var(--wp--preset--color--custom-red) !important;
}

/* -------------------Tablet------------------- */

@media (max-width: 1024px) {
  .gut-nav-gap {
    column-gap: 2rem;
  }
  .list-country {
    width: 7.5rem;
  }
}

/* -------------------Mobile------------------- */
@media (max-width: 767px) {
  .gut-nav-gap {
    display: none;
  }
}

@media (max-width: 400px) {
  .list-country {
    width: 7rem;
  }
}
