/*!
Theme Name: Pakistan
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pakistan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pakistan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


@font-face {
    font-family: 'Geist'; /* Имя вашего шрифта */
    src: url('fonts/Geist-Regular.ttf') format('truetype'); /* Путь к файлу */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Geist-Medium'; /* Имя вашего шрифта */
    src: url('fonts/Geist-Medium.ttf') format('truetype'); /* Путь к файлу */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Geist-Bold'; /* Имя вашего шрифта */
    src: url('fonts/Geist-Bold.ttf') format('truetype'); /* Путь к файлу */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree'; /* Имя вашего шрифта */
    src: url('fonts/Figtree-Regular.ttf') format('truetype'); /* Путь к файлу */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Absans'; /* Имя вашего шрифта */
    src: url('fonts/Absans-Regular.ttf') format('truetype'); /* Путь к файлу */
    font-weight: normal;
    font-style: normal;
}

:root {
  --heading: #141414;
  --text-color: rgba(20, 20, 20, 0.80);;
	--primary-color: #BC6953;
		--secondary-color: #E5AA8D;
		--additional-color-1: #FBC694;
		--additional-color-2:#F0EFEA;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
    background: #F3E4E0;
	overflow-x: hidden;
}
.site-branding {
    margin-right: 24px;
    WIDTH: 20%;
    MAX-WIDTH: 240PX;
}
.site-branding img, .expo-logo img {
    height: auto;
    max-width: 100%;
}
.expo-logo {
    width: 11%;
}
/* Sections
	 ========================================================================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-id-220 a.more {
    display: none;
}
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	    width: 100%;
}
.post .entry-meta {
    display: none;
}
#play-button, #play-button2  {
position: absolute;
    right: 20px;
    top: 20px;
    background: 0;
    border: 0;
    opacity: 0.2;
    padding: 11px;
    height: 60px;
    width: 60px;
}
#mute-sound, #mute-sound2 {
	position: absolute;
      right: 20px;
    top: 20px;
    background: 0;
    border: 0;
    opacity: 0.5;
    padding: 11px;
    height: 60px;
    width: 60px;
}
.video-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    height: auto;
	width: 1200px;
    max-width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
	    z-index: 3;
}
.video-content h1 {
    margin: 0;
    color: white;
    text-align: center;
    font-size: 64px;
    font-family: 'Geist-Bold';
	  
}
h2, h3 {
	 font-family: 'Geist-Medium';
	 font-weight: 500;
	color: var(--heading);
}
.single-post h2 {
    font-family: 'Geist-Bold';
    color: var(--heading);
    font-size: 34px;
    line-height: 1.2;
}
.single-post h3 {
    font-family: 'Geist-Bold';
    color: var(--heading);
    font-size: 30px;
    line-height: 1.2;
}
h1 {
    font-size: 44px;
margin: 0; 
}
.post h1 {
    font-size: 38px;
    margin-top: 70px;
    margin-bottom: 35px;
    line-height: 1.3;
}
h2 {
    font-size: 48px;
    margin-top: 10px;
}
h3 {
   font-size: 40px;
	    margin-bottom: 40px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
    margin: 16px 0;
	font-family: 'Geist';
}
.imglogo {
    background: #BC6953;
    border-radius: 100px;
    display: flex;
    padding: 4px 11px;
	margin-bottom: 24px;
}
.imglogo svg {
	width: 100%;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
:where(.wp-block-columns) {
    margin-bottom: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
.btns {
    display: flex;
	gap: 24px;
}
.button {
    display: flex;
    width: auto;
    height: 56px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
a.button.white {
    border-radius: 6px;
    background: #FFF;
    color: black;
	transition: 0.6s;
}
a.button.white:hover {
    background: var(--additional-color-1);
}
a.button.transparent {
    border-radius: 6px;
    border: 1px solid #FFF;
    color: white;
	transition: 0.6s;
}
a.button.transparent:hover {
  background: #ffffff;
    color: black;
}
.video-content img {
    margin-bottom: 24px;
	    width: 220px;
}
.alignfull {
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
	color: var(--text-color);
}
.wp-block-column.full-width {
    transform: translate(-50%, 0);
    min-width: 100vw;
    height: auto;
    margin-left: 50%;
    width: 100vw;
    max-width: 1600px;
    position: relative;
    top: 0;
}
.wp-block-column.full-width .wp-block-columns {
    gap: 0;
}
.full-width .wp-block-image img {
    width: 100vw;
}
.wp-block-cover__inner-container {
    max-width: 1200px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	color: rgba(187, 105, 83, 0.80);
}
.has-black-color {
    color: var(--heading) !important;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
.main-video-background-block {
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
   height: calc(100vh - 80px);
	background: black;
}
.video-background-block {
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
   height: calc(100vh - 80px);
background: #BB6953;
    border-top: 24px solid #BB6953;
    border-bottom: 24px solid #BB6953;
}
.main-video-background-block:after {
    content: '';
    background: radial-gradient(66.67% 66.67% at 50% 50%, rgba(29, 29, 29, 0.00) 47%, rgba(29, 29, 29, 0.80) 100%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* bottom: 0; */
}
.video-mobile-background-block {
	display:none;
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    height: 100vh;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
.wp-block-button__link {
    color: #fff;
    background-color: #bc6953;
    border-radius: 6px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
	transition: 0.5s;
}
.wp-block-button__link:hover {
    background: #e5aa8d;
	color: white;
}
#colophon .wp-block-button__link {
    color: white;
	    font-size: 14px;
}
.out_links a.wp-block-button__link.wp-element-button {
    min-width: 310px;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--text-color);
	font-family: 'Geist', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform: uppercase;
	color: var(--heading);
}
.adv h4 {
    color: white;
	margin: 10px 0px;
}
.adv p {
    font-size: 17px;
    margin: 13px 0 17px;
}
.adv {
    padding: 0 20px;
}

.adv img {
    width: 120px;
    aspect-ratio: 1;
}
p {
	margin-bottom: 1.5em;
	font-size: 18px;
	    text-align: justify;
	line-height: 1.6;
	padding: 0 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0em 0em;
}
#secondary ul,
#secondary ol {
	margin: 0 0;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	
}
li {
	margin-top: 16px;
	 margin-bottom: 16px;
}
dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0.2em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}
/* 
a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #bc6953;
    color: rgb(255 255 255 / 80%);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: -webkit-fill-available;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.post-template-default main#primary {
    max-width: 900px;
    margin: 0 auto;
}
#secondary h3.wp-block-heading {
    margin: 0;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	opacity: 0;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul li ul.sub-menu {
    display: none;
    flex-direction: column;
    background: #BC6953;
	    transition: 0.3s;
	    border-radius: 6px;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: auto;
	border-radius: 6px;
}
.main-navigation ul ul a:hover {
     background: #ffdfcf;
    color: black;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1; display: flex;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #ffffff;
	transition: 0.6s;
    font-family: 'Figtree' , -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.main-navigation a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px; /* Расстояние линии от текста */
      width: 0;
      height: 1px; /* Толщина линии */
      background-color: #B66957; /* Цвет линии */
      transition: width 0.6s ease; /* Плавное увеличение ширины */
    }
  .main-navigation a:hover::after {
      width: 100%; /* Линия занимает всю ширину элемента */
    }

li#menu-item-27 {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.40);
}
li#menu-item-27:hover {
    background: var(--primary-color);
}
  .main-navigation 
li#menu-item-27 a:hover::after {
      width: 0%; /* Линия занимает всю ширину элемента */
    }
/* Small menu. */


header#masthead {
    display: flex
;
    align-items: center;
    justify-content: space-between;
	    position: fixed;
    z-index: 10;
    width: 100%;
    background: #141414;
    top: 0;
	left: 0;
	padding: 4px 50px;
}

.youtube-video-background .video-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}

.youtube-video-background .video-content p {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.youtube-video-background {
    font-family: Arial, sans-serif;
}
/* Обертка для линий */
.marquee-wrapper {
position: relative;
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    margin-top: -150px;
    height: 300px;
    z-index: 9;
    overflow-x: hidden;
}
header.entry-header, .page-template-default header.entry-header {
    margin-top: 94px;
	margin-bottom: 40px;
}
header.entry-header {
	margin-bottom: 40px;
}
.single-post header.entry-header {
    margin-bottom: 40px;
}
.page-template-default header.entry-header {
    margin-bottom: 40px;
    text-align: center;
}
/* Общие стили для линий */
.marquee-line {
    position: absolute;
    width: 104vw;
    overflow: hidden;
    white-space: nowrap;
    height: 50px; /* Высота линии */
    line-height: 40px;
    text-transform: uppercase;
	display: flex;
	    z-index: 9;
	    left: -10px;
}

/* Верхняя линия */
.marquee-top {
    top: 50%; /* Позиция сверху */
    background-color: #e89c7a; /* Светло-коричневый */
    transform: rotate(3deg);
}

/* Нижняя линия */
.marquee-bottom {
    top: 50%; /* Позиция снизу */
    background-color: #b85b41; /* Темно-коричневый */
    transform: rotate(-3deg);
}

/* Движущийся текст */
.marquee-content-1 {
    padding-right: 2rem; /* Расстояние между текстом */ 
    animation: marquee1 30s linear infinite; /* Анимация */
		    animation-delay: -30s;
	display: flex;
    align-items: center;
   counter-reset: span;
	    min-width: 100%;
}

.marquee-content-2 {
/*     display: inline-block;
    padding-right: 2rem; /* Расстояние между текстом */ 
    animation: marquee2 30s linear infinite; /* Анимация */
	    animation-delay: 20s;
	
}
.marquee-content-1 span, .marquee-content-2 span {
    display: inline-block;
    padding: 0 2rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

/* Анимация текста */
@keyframes marquee1 {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes marquee2 {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
.trade-banner {
position: relative;
    height: 50vh;
    background: url('/wp-content/uploads/2024/12/icons.jpg');
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
	background-attachment: fixed;
}


.archive {
    padding-top: 100px;
}
/* Фоновые иконки */
.trade-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('path/to/your/icons-image.png'); /* Путь к вашему изображению */
    background-size: 80px; /* Размер иконок */
    background-repeat: repeat;
    opacity: 0.3; /* Прозрачность фона */
    z-index: 1;
}

/* Текст и кнопка */
.banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
}


.banner-content h2 {
    margin: 0;
    color: white;
    font-family: 'Geist-Bold';
}
.explore-button {
display: inline-block;
    text-decoration: none;
    padding: 20px 50px;
    background-color: #fff;
    font-weight: bold;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
	color: #bb6953 !important;
	    margin-top: 20px;
}

.explore-button:hover {
    background-color: var(--secondary-color);
}
canvas#canvas {
width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}
section#particles {
    position: relative;
    height: 310px;
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
	    overflow: hidden;
	
}
#particles img.desc {
    position: absolute;
    right: 0;
    top: 0;
	    z-index: 1;
}
#particles img.mobile {
  display: none;
}
#particles .content {
  position: absolute;
    top: 50%;
    color: white;
    width: 1200px;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}
#particles .content h1 {
	color: white;
	font-size: 36px;
    line-height: 1;
	font-family: 'Geist-Bold';
	margin: 0;
}
#particles .content h2 {
    margin: 0;
    color: white;
    font-size: 65px;
}
.sections {
    display: flex
;
    flex-direction: column;
}
a.link-to {
	position: relative;
  border-bottom: 1px solid rgba(20, 20, 20, 0.20);
    padding: 28px 0;
    font-family: 'Geist-Bold';
    font-size: 24px;
    text-decoration: none;
    color: var(--heading);
    width: 100%;
    display: block;
}
a.link-to::after {
       content: "";
    background: url(/wp-content/uploads/2025/01/Vector-237.svg) no-repeat right center;
    position: absolute;
    top: 39%;
    right: 0px;
    padding: 16px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 1s, transform 1s, visibility 1s;
}
a.link-to:hover::after {
 opacity: 1; /* Видимость */
  visibility: visible; /* Возвращаем в поток рендеринга */
  transform: translateY(0); 

}
.sticky_sidebar {
    position: sticky;
    top: 122px;
}
.category-posts.row {
    display: flex;
    gap: 2em;
}
.post__item {
    position: relative;
	flex: 1; 
}
.post__item .entry-content {
    width: 100%;
   padding: 5px 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
}
.post__item h3.entry-title {
color: #000000;
    text-transform: capitalize;
    margin-bottom: 6px;
	    margin-top: 6px;
    font-family: 'Geist-Bold';
 font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.post__item:hover h3.entry-title, .grid .post__item:hover h3.entry-title { color: var(--primary-color);}
.post__item a {
	text-decoration: none;height: 100%;
    position: relative;
    display: block;
}
span.tag {
    background: #FBC694;
    color: black;
    font-size: 12px;
    padding: 5px 10px;
}
.post__item .entry-thumbnail {
overflow: hidden;
width: 100%;
}

.post__item .entry-thumbnail img {
    width: 100%;
	object-fit: cover;
    width: 100%;
	height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .5s ease;
	aspect-ratio: 2.2 / 1;
}
 .post__item:hover img {
    transform: scale(1.05);
}



a.view-all-btn {
    background: #BC6953;
    color: white;
    padding: 9px 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: fit-content;
    margin-top: 40px;
    text-decoration: none;
    font-weight: 500;
border-radius: 25px;
}
.post__link a {
    text-decoration: none;
    color: var(--heading);
    font-size: 16px;
    padding: 10px 0;
    display: block;
    margin-bottom: 7px;
    border-bottom: 1px solid var(--heading);
}
    footer#colophon {
    width: 100%;
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #BC6953;
    border-bottom: 1px solid #BC6953;
}

.footer-widget-area {
    flex: 1;
	    padding: 30px 0;
}

.footer-widget {
    padding: 10px;
    border-radius: 5px;
}

.footer-widget-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}
.footer-widget-area:nth-child(1), .footer-widget-area:nth-child(2) {
    border-right: 1px solid #BC6953;
}
.social-media {
    display: flex;
    gap: 10px;
}
.social-media a:hover img {
    opacity: 0.7;
}
.footer-widget p {
    margin: 0;
}
.footer-widget  h4.wp-block-heading {
    font-family: 'Geist-Bold';
    font-weight: 100;
   font-size: 24px;
    margin: 0;
}
.archive article {
	display: flex;
	gap: 20px;
	margin: 0px 0px;
}
div#page {
       padding: 27px 0px;
    max-width: 1200px;
    margin: 0 auto;
}
main#primary {
    display: flex;
	    gap: 24px;
}
h2.entry-title-archive {
    font-size: 50px;
}
h2.entry-title-archive a {
	color: #404040;
    text-decoration: none;
}
.main-navigation ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content: end;
}

.menu-toggle {
    display: none;
}
#secondary {
    flex: 1;
	padding: 0 24px;
}
#secondary ul li {
    margin-bottom: 16px;
}
#secondary  {
    padding-top: 90px;
}
a.wp-block-latest-posts__post-title {
    font-weight: 500;
    color: black;
}
article {
    flex: 3;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post, .page {
    margin: 0 0px 1.5em;
	    width: 100%;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
	.video-background-block {
	display:block;
}
.right-content .post-thumbnail {
    width: 50%;
}
.archive .entry-title-archive, .archive .entry-meta,  .archive.entry-content, .archive header.entry-header{
	display: none;
}
header.page-header {
    margin-bottom: 40px;
}
.concept {
    padding: 50px 0;
}
.recommended-articles h3 {
    margin-bottom: 30px;
}
  .recommended-articles {
                margin-top: 30px;
            }
            .recommended-articles-grid {
                display: flex;
                gap: 20px;
            }
            .recommended-article {
				max-width: 20%;
            }
            .recommended-article-thumbnail img {
                width: 100%;
                height: auto;
                object-fit: cover;
            }
.recommended-article a {
    text-decoration: none;
}
            .recommended-article-title {
                margin-top: 10px;
                font-size: 16px;
                color: #404040;
				text-decoration: none;
            }
.gallery-photo {
    gap: 0;
}
.contacts .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
}
.contacts h4.wp-block-heading {
    margin-top: 20px;
    margin-bottom: 0;
}
.spacing {
	padding: 4vw 0;
}
.back-to-home {
color: #fff;
    background-color: #bc6953;
    border-radius: 6px;
    box-shadow: none;
    text-decoration: none;
  padding: 10px 16px 10px 24px;
    font-size: 1rem;
    transition: 0.5s;
        margin-bottom: 50px;
    width: fit-content;
    display: block;
}

.back-to-home:hover {
      background: #e5aa8d;
    color: white;
}
.home .back-to-home {
    display: none;
}
.menu-container {
  display: flex;
  align-items: normal;
	gap: 40px;
}

.section {
  list-style: none;
  padding: 0;
  margin: 0;
width: 100%;
}

.section li {
  cursor: pointer;
  transition: color 0.3s ease;
}

.section li:hover {
  color: #b35900; /* Цвет при наведении */
}

.image-display {
  position: relative;

  height: inherit; overflow: hidden; }

.image-display img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.5s ease; }

.image-display img.active { opacity: 1; }

.image-display {
 
  width:42%;
}
section.posts {
    position: relative;
}

p.event_date {
color: rgb(0 0 0 / 43%);
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin: 6px 0;
}
 .youtube-video-background {
position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, 0);
    height: 100vh;
    overflow: hidden;
    }
    .youtube-video-background iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100vw;
      height: 56.25vw; /* 16:9 соотношение */
    }
.page-id-13 a.more {
    display: none;
}
.slider-skeleton {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	   display: flex;
    gap: 20px;
	padding: 0 20px;
}
.skeleton.slide {
  width: 100%;
  height: 200px;
  background: #ddd;
  margin-bottom: 10px;

  animation: pulse 1.5s infinite ease-in-out;
}

.slick-slide:not(:has(img)) {
  display: none;
}
@keyframes pulse {
  0% { background-color: #eee; }
  50% { background-color: #ddd; }
  100% { background-color: #eee; }
}

.event-slider-block {
    display: flex; 
}
.events-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 70vw;
	padding: 50px 0;
}
.events-slider-wrapper  {
    left: 0;
    width: inherit;

}
.wp-block-columns.max {
    max-width: 1200px;
    margin: 0 auto;
}
.wp-container-core-columns-is-layout-3 {
    max-width: 1200px;
    margin: 0 auto;
}
.events-header {
display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
    width: 22vw;
    flex-direction: column;
}
.slider-arrows .slick-prev, .slider-arrows .slick-next {
    position: relative;
}


.slider-arrows {
  display: flex;
  gap: 0.5rem;
}

.slick-prev,
.slick-next {
  background: none;
  border: 1px solid #BB6953;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
	border-radius: 5px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: var(--primary-color);
}
.slick-prev:hover svg path, .slick-next:hover svg path {
    stroke: #ffffff;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.thumbnail-header img {
    height: 400px;
	width: 100%;
    object-fit: cover;
    object-position: center;
}

.events-wrapper-new {
    position: relative;
	padding: 40px 0;
}
.event-slider-new {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
	padding: 0 20px;
}
.events-wrapper-new .events-slider-wrapper {
/*     left: 0;
    width: 100vw;
    transform: translate(-50%, 0px);
    margin-left: 50%; */
}
.events-wrapper-new .slider-arrows {
 display: flex
;
    gap: 0.5rem;
    position: absolute;
    right: 184px;
    top: 90px;
}

.category-posts.grid {
display: grid
;
    grid-template-columns: repeat(3, calc(33% - 0px));
    gap: 24px;
}
.grid .post__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    display: flex
;
    flex-direction: column;
}
.grid .post__item:nth-child(1) .entry-thumbnail {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.grid .post__item {
    display: flex;
    position: relative;
	gap: 16px;
}
.grid .post__item a.entry-category {
    text-decoration: none;
    height: auto;
    position: relative;
    display: block;
}
.grid .post__item h3.entry-title {
 color: #000000;
    text-transform: inherit;
    margin-top: 0px;
    font-family: 'Geist-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.grid .post__item p.event_date {
    color: rgb(0 0 0 / 43%);
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0;
	    text-transform: capitalize;
}

.btn.secondary {
    display: flex;
    height: 48px;
    padding: 10px 16px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    color: var(--primary-color);
    border: 1px solid #BB6953;
    text-decoration: none;
	transition: 0.2s;
	    background: transparent;
}
a.more{
    position: absolute;
    top: -100px;
    right: 0;
    text-decoration: none;
}

.btn.secondary:hover {
background: var(--primary-color);
	color: white;
}
a.view-all {
    position: absolute;
    top: 66px;
    right: 0;
}
    @media (max-width: 1500px) {
    .site-branding img {
    height: auto;
    max-width: 200px;
		width: 100%;
}
		.main-navigation a {
    padding: 10px 14px;
}
    }
 @media (max-width: 1200px) {
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        height: 44px;
        width: 44px;
        padding: 6px;
        position: fixed;
        top: 5px;
        right: 20px;
        z-index: 9999;
		}
	.main-navigation ul {
        right: -100vw;
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        list-style: none;
        margin: 0;
        padding-left: 0;
        justify-content: start;
        transition: 0.5s;
        z-index: 99;
        top: 0;
        height: 100vh;
        width: 25%;
        background: #b85b41;
    }
	 	.menu-toggle span {
    height: 2px;
    background: #b85b41;
    display: block;
    margin: 5px;
    transition: 0.5s;
}
	.toggled .menu-toggle span:nth-child(1) {
    rotate: 45deg;
    margin-top: 6px;
}
	.toggled .menu-toggle span:nth-child(2) {
    display: none;
}
	.toggled .menu-toggle span:nth-child(3) {
    rotate: -45deg;
    margin-top: -7px;
}
	    .toggled .menu-toggle span {
        background: #ffffff;
    }
    .main-navigation.toggled ul {
        right: 0;
    }
}
    @media (max-width: 769px) {
      .video-background iframe {
        height: 100vh;
        width: 177.78vh; /* 16:9 соотношение */
      }
    }


@media screen and (max-width: 769px) {
	.site-branding {
    margin-right: 24px;
    width: 48%;
}
	.site-branding img {
    height: auto;
    max-width: 100%;
}
	.expo-logo {
    width: 30%;
}
	.main-navigation {
    display: block;
    width: 20%;
}
	.back-to-home {
    width: 100%;
    text-align: center;
}
	.post h1 {
    font-size: 28px;
    margin-top: 70px;
    margin-bottom: 35px;
    line-height: 1.2;
}
	.postid-1641 .post h1 {
    font-size: 25px;
    margin-top: 70px;
    margin-bottom: 35px;
    line-height: 1.3;
}
	#background-video .video-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: 0px;
    bottom: 0;
    height: auto;
    width: 100vw;
    padding: 0 12px;
    max-width: 100vw;
    display: flex
;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}
	.video-content h1 {
    margin: 0;
    color: white;
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    font-family: 'Geist-Bold';
    margin-bottom: 48px;
}
	div#page {
    padding: 27px 30px;
}
	.single-post h2 {
    margin-bottom: 0;
}
	#particles .content h1 {
  color: white;
        font-size: 36px;
        line-height: 1;
        text-align: center;
}
		#particles .content h2 {
    color: white;
    font-size: 42px;
    line-height: 1;
}
	.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    height: auto;
    top: auto;
}
	.main-navigation ul ul a {
    width: 100%;
    color: #ffffff;
}
	.main-navigation li {
    position: relative;
    width: 100%;
}
	.main-navigation ul li ul.sub-menu {
    width: 100%;
		        display: none;
}
	header#masthead {
	padding: 4px 20px;
}
	section#particles {
    position: relative;
    height: 60vh;
}
	   .single-post section#particles {
        position: relative;
        height: 540px;
    }
	canvas#canvas {
}
	.button {
    display: flex
;
    width: 180px;
    height: 56px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.concept {
    padding: 40px 0 20px;
}
		.video-background-block {
	display:none;
}
	.video-mobile-background-block {
	display:block;
}
	main#primary {
    display: flex;
    flex-direction: column;
		margin-bottom: 50px;
}
	#secondary {
    flex: 1;
    padding: 0px;
}
    .main-navigation ul {
        right: -100vw;
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        list-style: none;
        margin: 0;
        padding-left: 0;
        justify-content: start;
		transition: 0.5s;
		    z-index: 99;
		 top: 0;
		   height: 100vh;
		    width: 61%;
		    background:#b85b41;
    }
	.main-navigation.toggled ul {
    right: 0;
}
	.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
position: relative;
	top: auto;
	opacity: 0;
		        height: 0;
	z-index: 99999;
		display: none;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1;
	    display: block;
	height: auto;
}
	.menu-toggle  {
    display: block;
    background: none;
    border: none;
    height: 44px;
    width: 44px;
    padding: 6px;
    position: fixed;
    top: 5px;
    right: 20px;
		        z-index: 9999;
}
	.menu-toggle span {
    height: 2px;
    background: #b85b41;
    display: block;
    margin: 5px;
    transition: 0.5s;
}
	.toggled .menu-toggle span:nth-child(1) {
    rotate: 45deg;
    margin-top: 6px;
}
	.toggled .menu-toggle span:nth-child(2) {
    display: none;
}
	.toggled .menu-toggle span:nth-child(3) {
    rotate: -45deg;
    margin-top: -7px;
}
	    .toggled .menu-toggle span {
        background: #ffffff;
    }

	.main-navigation a {
    padding: 10px 20px;
		color: #ffffff;
}
	ul#primary-menu {
    padding: 52px 10px;
}
.post, .page {
    margin: 0 0px 1.5em;
}

	#particles .content {
    position: absolute;
    width: 100%;
    top: 30%;
    color: white;
}
		h1 {
    font-size: 32px;
}
	h2 {
    font-size: 28px;
}
	h3 {
    font-size: 30px;
}
		h4 {
    font-size: 20px;
}
	.category-posts.row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
	.footer-widgets {
    display: flex;
    flex-direction: column;
		border-top: 1px solid #BC6953;
    border-bottom: 1px solid #BC6953;
}
	.footer-widget-area:nth-child(1), .footer-widget-area:nth-child(2) {
		border-right: 0;
    border-bottom: 1px solid #BC6953;
}
	#play-button, #play-button2  {
    position: absolute;
         right: 20px;
        top: 20px;
        background: 0;
        border: 0;
        opacity: 0.2;
        height: 60px;
        width: 60px;
}
#mute-sound, #mute-sound2  {
    position: absolute;
    right: 20px;
    top: 20px;
    background: 0;
    border: 0;
    opacity: 0.5;
			height:60px;
		width:60px;
}
	a.link-to {
    font-size: 18px;
}
	.recommended-articles-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	.recommended-article {
    max-width: 100%;
}
	#colophon .wp-block-button__link {
    color: white;
    font-size: 12px;
		width: 100%;
}

.out_links a.wp-block-button__link.wp-element-button {
    min-width: 265px;
}
	.contacts p {
    margin-bottom: 0;
}
	a.more  {
    display: flex;
    height: 48px;
    padding: 10px 16px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #BB6953;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
		margin-top: 24px;
}
	.menu-container {
    display: flex
;
    align-items: normal;
    gap: 40px;
    flex-direction: column-reverse;
}
	.section {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.image-display {
    width: 100%;
    aspect-ratio: 1;
}
	#particles img.desc {
		  display: none;
 
}
#particles img.mobile {
        position: absolute;
	left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: block;
	        width: 100vw;
}
	.btns {
    display: flex
; justify-content: center;
    gap: 24px;
    width: -webkit-fill-available;
}
	.video-content {
   
    width: 100%;
    max-width: 100%;

    z-index: 3;
    padding: 0 12px;
}
	a.link-to::after {
    content: "";
    background: url(/wp-content/uploads/2025/01/Vector-2372.svg) no-repeat right center;
    position: absolute;
    top: 32%;
    transform: translateY(10px);
}
	.post__item h3.entry-title {
    font-size: 18px;
    line-height: 26px;
}
	p.event_date {
    font-size: 14px;
}
	.events-wrapper {
    flex-direction: column;
}
	.event-slider-block {
    display: flex
;
    width: 100%;
    padding: 0 30px;
}
	.events-header {
    width: 100%;
}
.category-posts.grid {
    display: grid;
    grid-template-columns: repeat(1, calc(100% - 0px));
    gap: 24px;
}
	.events-wrapper-new .slider-arrows {
    display: flex
;
    gap: 0.5rem;
    position: relative;
    right: auto;
    top: auto;
    bottom: -20px;
}
	a.view-all {
    display: flex;
    height: 48px;
    padding: 10px 16px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    color: #BB6953;
    border: 1px solid #BB6953;
    position: absolute;
    top: 111px;
    right: 26px;
    text-decoration: none;
}
	.events-wrapper-new .events-slider-wrapper {
    width: 100%;
}
	.event-slider-new {
    width: 100%;
}
	.slider-skeleton {
    margin-top: 60px;
}
	.skeleton.slide:nth-child(1) {
    display: block;
}
	.skeleton.slide {
    display: none;
}
}
