/*
Theme Name: 36creative
Theme URI: https://36.agency/
Author: 36creative
Author URI: https://36.agency/
Description: Block theme designed to provide a flexible and easy to use editing experience for site owners and a beautiful front-end for users.
Version: 1.1
Requires at least: 6.5.5
Tested up to: 6.5.5
Requires PHP: 8.1.23
Text Domain: thirtysixtheme
*/

:root {
  --wp--preset--font-family--secondary: 'Montserrat', Impact, 'Arial Black', sans-serif;
  --wp--preset--font-family--secondary: 'DIN2014', Helvetica, Arial, sans-serif;
}

/* Box sizing rules */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Prevent font size inflation */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    background: var(--wp--preset--color--black, #000);
}

::selection {
  color: var(--wp--preset--color--black, #000);
  background-color: var(--wp--preset--color--color-secondary);
}

/* Remove default margin */
* {
    margin: 0;
}

/* Remove list styles on ul and ol */
ul, ol {
    list-style: none;
}

/* Set core body defaults */
body {
    min-height: 100dvh;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: var(--wp--preset--color--black, #000);
    color: var(--wp--preset--color--white, #fff);
    container-type: inline-size; /* for windows' scrollbar */
}


h1, h2, h3, h4, h5, h6, .has-ui-text-white-color, .gform_description, .gform_heading {
  background: var(--wp--preset--color--black, #000);
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  color: var(--wp--preset--color--white, #fff);
}
h1 {
  font-size: clamp(3rem, -3.3099rem + 13.1627vw, 7.5rem); /* 48-120: https://clamp.font-size.app/?config=eyJyb290IjoiMTYiLCJtaW5XaWR0aCI6Ijc2N3B4IiwibWF4V2lkdGgiOiIxMzE0cHgiLCJtaW5Gb250U2l6ZSI6IjQ4cHgiLCJtYXhGb250U2l6ZSI6IjEyMHB4In0%3D */
  line-height: 0.8;
}
h2 {
  font-size: clamp(2.1875rem, 1.7493rem + 0.9141vw, 2.5rem); /* 35-40: https://clamp.font-size.app/?config=eyJyb290IjoiMTYiLCJtaW5XaWR0aCI6Ijc2N3B4IiwibWF4V2lkdGgiOiIxMzE0cHgiLCJtaW5Gb250U2l6ZSI6IjM1cHgiLCJtYXhGb250U2l6ZSI6IjQwcHgifQ%3D%3D */
  line-height: 1.06666666667;
}
h3 {
  font-size: clamp(2.8125rem, -0.2548rem + 6.3985vw, 5rem); /* 45-80: https://clamp.font-size.app/?config=eyJyb290IjoiMTYiLCJtaW5XaWR0aCI6Ijc2N3B4IiwibWF4V2lkdGgiOiIxMzE0cHgiLCJtaW5Gb250U2l6ZSI6IjQ1cHgiLCJtYXhGb250U2l6ZSI6IjgwcHgifQ%3D%3D */
  line-height: 0.9333333333;
}
h4 {
  font-size: clamp(1.5625rem, 0.7738rem + 1.6453vw, 2.125rem); /* 25-34: https://clamp.font-size.app/?config=eyJyb290IjoiMTYiLCJtaW5XaWR0aCI6Ijc2N3B4IiwibWF4V2lkdGgiOiIxMzE0cHgiLCJtaW5Gb250U2l6ZSI6IjI1cHgiLCJtYXhGb250U2l6ZSI6IjM0cHgifQ%3D%3D */
  line-height: 1.05882352941;
}
h5 {
  font-size: clamp(1.0625rem, 0.2738rem + 1.6453vw, 1.625rem); /* 17-26: https://clamp.font-size.app/?config=eyJyb290IjoiMTYiLCJtaW5XaWR0aCI6Ijc2N3B4IiwibWF4V2lkdGgiOiIxMzE0cHgiLCJtaW5Gb250U2l6ZSI6IjE3cHgiLCJtYXhGb250U2l6ZSI6IjI2cHgifQ%3D%3D */
  line-height: 1.25;
}
h6 {
  font-size: clamp(1.25rem, 0.8995rem + 0.7313vw, 1.5rem); /* 20-24: https://clamp.font-size.app/?config=eyJyb290IjoiMTYiLCJtaW5XaWR0aCI6Ijc2N3B4IiwibWF4V2lkdGgiOiIxMzE0cHgiLCJtaW5Gb250U2l6ZSI6IjIwcHgiLCJtYXhGb250U2l6ZSI6IjI0cHgifQ%3D%3D */
  line-height: 0.8461538462;
}
p {
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  letter-spacing: 0.34px;
}

/* A elements that don't have a class get default styles */
/*a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}*/

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
    font: inherit;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
    scroll-margin-block: 5ex;
}

/* Create a root stacking context */
#root, #__next {
    isolation: isolate;
}

.wp-site-blocks {
  width: 100dvw;
  width: 100cqw; /* for windows' scrollbar */
  overflow-x: hidden;
}

div.block-list-appender.wp-block {
    max-width: calc(var(--wp--style--global--content-size) - var(--wp--preset--spacing--60));
    margin-top: 30px;
}

section {
  outline: none;
}

.container {
    width: 100%;
    max-width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
    padding-left: max(22px, calc(22px + env(safe-area-inset-left)));
    padding-right: max(22px, calc(22px + env(safe-area-inset-right)));
}

/* button styles */
:root :where(.wp-element-button, .wp-block-button__link, .gform_button),
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: none;
    position: relative;
    display: inline-block;
    background: var(--wp--preset--color--primary, transparent);
    overflow: hidden;
    border-radius: 100vw;
    font-weight: 700;
    min-width: 240px;
    text-align: center;
    font-size: var(--wp--preset--font-size--20-px) !important;
    text-transform: uppercase;
    padding: 15px 48px;
    line-height: 1.1;
    color: var(--wp--preset--color--black);
    --background: var(--wp--preset--gradient--gradient-primary);
    box-shadow: 0 0 2px 2px #000, inset 0 0 0 0 #000;
    transition: box-shadow .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 100vw;
        width: 200%;
        backface-visibility: hidden;
        background-image: var(--background);
        background-size: 100% 100%;
        transition: transform 0.4s ease-out;
        transform: translateX(0) translateZ(0);
        z-index: 0;
    }

    & span {
        position: relative;
        z-index: 1;
    }

    &:active {
        box-shadow: 0 0 2px 2px #000, inset 0 0 0 2px #000;
        background-color: transparent !important;
        color: var(--wp--preset--color--black);
    }

    &:hover::before {
        transform: translateX(-50%);
    }

    &:focus {
        outline: -webkit-focus-ring-color auto 1px;
        color: var(--wp--preset--color--black);
    }
}