/*
Theme Name: varyag
Theme URI: https://www.vaaryag.com
Author: Ilya
Author URI: 
Description: varyag website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, theme, etc
Text Domain: my-custom-theme
*/
body {
    margin: 0;
    padding: 0;
    background-color: #221E1F;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.roboto {
    font-family: 'Roboto Slab';
}
.balsamiq {
    font-family: 'Balsamiq Sans';
    color: white;
}
.noto-sans-runic-regular {
    font-family: "Noto Sans Runic", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}
a {
    text-decoration: none;
    color: #5858c4;
}
h3, h4, h6 {
    margin: 0;
}
p {
    margin: 0
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
p {
    font-size: 18px;
}
.montserrat {
    font-family: 'Montserrat';
    color: white;
}
.header {
    padding: 1% 5%;
    background-color: #242423;
    display: flex;
    justify-content: space-between;
}
.logo-container {
    background-image: url(/wp-content/uploads/2024/10/LOGO.png);
    width: 100px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    width: 40%;
    align-items: center;
}
.header-option {
    position: relative;
    width: fit-content;
}
.section {
    background-repeat: no-repeat;
    background-size: cover;
}
#first-section {
    background-image: url(/wp-content/uploads/2024/12/Screenshot_20241203_211431_Pinterest-scaled.jpg);
    position: relative;
}
.main-title {
    font-size: 64px;
}
#first-h3 {
    margin-bottom: 5%;
}
.first-text {
    width: 33%;
    margin-bottom: 3%;
    font-size: 20px;
}
.first-text:first-of-type {
    margin: 3% 0;
}
#blog-image > div > img {
    width: 100%;
    border-radius: 8px;
}
#second-section {
    margin-top: 5%;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
}
.text-blog {
    position: relative;
    left: -60px;
    width: 110%;
    margin: 5% 0;
    font-size: 20px;
}
#fourth-section {
    margin-top: 5%;
    padding: 0 5%;
}
.img-text-flex-container {
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}
.img-container {
    width: 800px;
    height: 900px;
    overflow: hidden;
    border-radius: 8px;
}
.img-container > img {
    width: 100%;
    height: 120%;
}
.text-flex-container {
    width: 60%;
    margin-right: 5%;
}
.text-flex-container > p {
    margin-top: 5%;
    font-size: 20px;
}
.text-flex-container > p:first-child {
    margin-top: 10%;
}
.text-flex-container > p:last-child {
    margin-bottom: 5%;
}
.footer {
    background-color: #242423;
    padding: 3% 5%;
    margin-top: 5%;
    position: relative;
    padding-bottom: 1%;
}
.footer-logo {
    position: absolute;
    top: 10%;
}
.footer-nav-container {
    display: flex;
    justify-content: center;
    gap: 10%;
}
.footer-nav-container li {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.2s ease-in-out;
    width: fit-content;
}
.footer-nav-container li::after, .header-option::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px; 
    background-color: white;
    transition: width 0.2s ease-in-out;
}
.footer-nav-container li:hover::after, .header-option:hover::after {
    width: 100%;
}
.navigation-buttons {
    display: flex;
    justify-content: center;
    gap: 5%;
    margin-top: 3%;
}
.next-button {
    display: flex;
    order: 1;
    color: white;
    font-family: 'Montserrat';
    cursor: pointer;
}
.prev-button {
    color: white;
    font-family: 'Montserrat';
    cursor: pointer;
}
.disabled {
    color: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
}
.blog-navigation > h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 32px;
    color: white;
}
.post-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0% 5%;
}
.blog-navigation p {
    font-family: 'Montserrat';
    color: white;
    font-size: 20px;
    margin: 2% 0;
}
#mural-section {
    position: relative;
}
.text-content-left {
    position: absolute;
    top: 5%;
    width: 27%;
    padding: 0 2%;
}
.main-img {
    padding: 0 5%;
    height: 600px;
    padding-bottom: 13%;
    padding-top: 15%;
    position: relative;
}
.black-overlay {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5)
}
.text-content-left > p {
    margin: 3% 0%;
}
.text-content-right {
    position: absolute;
    top: 80%;
    width: 30%;
    left: 70%;
}
.iframe {
    position: absolute;
    top: 70%;
    left: 2%;
}
.header-mobile-nav {
    display: none;
}
.burger-menu {
    display: none;
}
#fourth-section-mobile {
    display: none;
}
#second-section-mobile {
    display: none;
}
#mural-section-mobile {
    display: none;
}
.mobile-header {
    display: none;
}