/*
Theme Name: SCB Theme
Author: MRZ Design
Author URI: www.mrz.design
Description: Theme designed and developed by MRZ Design, using core wordpress functionality and custom blocks.
Requires at least: 5.9
Tested up to: 7.4
Requires PHP: 7.4
Version: 1.2.0
*/

/* ==========================================================================
   General Styles
   ========================================================================== */
   .ms-madi-regular {
    font-family: "Ms Madi", cursive;
    font-weight: 400;
    font-style: normal;
  }

  .libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
  }
  

  
.source-sans-3{
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
  
  
  * {
    font-family: "Libre Baskerville", serif;
    color: var(--color-white);
  }
  
  /* Color Palette */
  
  :root {
    --color-primary: #8224e3;
    --color-secondary: #ffffff;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #f4f4f4;
    --color-dark: #090808;
    --color-gray: #3E3D3D;
    
    --color-light-green: #b3af99;
  
    --color-messageError: #ffc4c4;
    --color-messageSuccess: #00829e;
    --color-fieldError: #f44500;
  
    --font-title: "Libre Baskerville", serif;
    --font-text: "Source Sans 3", sans-serif;
  }
  
  /* Body */
  
  html,
  body {
    padding: 0;
    margin: 0;
    font-family: var(--font-text);
    color: var(--color-white);
    background: var(--color-black);
  }
  
  main {
    position: relative;
    z-index: 1;
  }
  
  /* Typography styles */
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-title);
    margin: 10px 0;
    font-weight: 400;
  }
  
  h1 {
    font-size: 82px;
    line-height: 110%;
    margin: 10px 0;
  }
  
  h2 {
    font-size: 48px;
    line-height: 120%;
    margin: 10px 0;
  }
  
  h3 {
    font-size: 42px;
    line-height: 120%;
    margin: 10px 0px;
  }
  
  h4 {
    font-size: 20px;
    line-height: 110%;
  }
  
  h5 {
    font-size: 18px;
    line-height: 100%;
  }

  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
   color: var(--color-primary);
   line-height: 100%;
   font-family: "Ms Madi", cursive;
  font-weight: normal;
  }

  .special{
    margin: 0px;
  }
  
  p,
  a {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    font-family: var(--font-text);
  }
  
  .paragraph--large {
    font-size: 20px;
    line-height: 24px;
  }
  
  blockquote {
    font-size: 32px;
    line-height: 44px;
    margin: 20px 0;
  }
  
  .subtitle {
    font-family: var(--font-text);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 24px;
  }
  
  a {
    text-decoration: none;
    transition: all 0.3s;
  }
  
  a:hover {
    color: var(--color-primary);
  }
  
  ul {
    padding: 0;
    margin: 0;
  }
  
  .main-font {
    font-family: var(--font-title);
  }
  
  .text-font {
    font-family: var(--font-text);
  }
  
  .text-large {
    font-size: 24px;
    line-height: 34px;
  }
  
  .text-big {
    font-size: 20px;
    line-height: 24px;
  }
  
  .text-small {
    font-size: 16px;
    line-height: 20px;
  }
  
  .text-upper {
    text-transform: uppercase;
  }
  
  .text-font-normal {
    font-weight: 400;
  }
  
  .text-font-italic {
    font-style: italic;
  }
  
  .text-font-bold {
    font-weight: 700;
  }
  
  .text-white {
    color: var(--color-white);
  }
  
  /* Effects */
  
  .glow {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  }
  
  /* Color Codes */
  
  .color-red {
    color: var(--color-red);
  }
  
  .color-white {
    color: var(--color-white);
  }
  
  .bg-color-primary {
    background-color: var(--color-primary);
  }
  
  .bg-color-secondary {
    background-color: var(--color-secondary);
  }
  
  .bg-color-complimentary {
    background-color: var(--color-complimentary);
  }
  
  .bg-color-grey {
    background-color: var(--color-gray);
  }
  
  .bg-color-light {
    background-color: var(--color-white);
  }
  
  /***********************
          HOMEPAGE
  ***********************/
  

.pack{
	display: flex;
    align-items: center;
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    padding: 20px;
	margin-bottom:20px;
    box-sizing: border-box;
}

.help .column-forth{
	background:#0e0e0e;
    min-height: 300px;
	justify-content:center;
}

.stripper-slide{
	border-radius:40px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
}

.stripper-slide .btn {
	margin-bottom:40px;
}

.stripper-slide.label-barcelona{
	border:1px solid red;
}

.stripper-slide.label-barcelona::before{
	content:"Barcelona";
	display:flex;
	align-items: center;
    justify-content: center;
	position:absolute;
	top:20px;
	right:20px;
	background:var(--color-primary);
	padding:10px;
	border-radius:20px;
	z-index:3;
}

.height-inherit{
	height:inherit!important;
}
