/*
Theme Name: neve_dudin
Template: neve

Не обязательные параметры:
Theme URI: http://example.com/
Description: Дочерняя тема для темы neve
Author: 
Author URI: http://example.com/about/
Version: 1.0
*/

/* Свои дополнительные стили */
html{
    box-sizing: border-box
}
*,
*::before,
*::after {
    box-sizing: inherit;
}

/* comfortaa-regular - cyrillic */
@font-face {
    font-display: swap; 
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    src: url('/wsc/wp-content/themes/neve_dudin/fonts/comfortaa-v45-cyrillic-regular.woff2') format('woff2'); /
  }
  /* bad-script-regular - cyrillic */
@font-face {
    font-display: swap; 
    font-family: 'Bad Script';
    font-style: normal;
    font-weight: 400;
    src: url('/wsc/wp-content/themes/neve_dudin/fonts/bad-script-v16-cyrillic-regular.woff2') format('woff2'); 
  }

body {
    font-family: 'Comfortaa';
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    color:rgb(0, 0, 0);
    background: url('/wsc/wp-content/themes/neve_dudin/content/bg.png');
    background-size:cover;
}

.container {
    max-width: 1150px;
    margin: 0 auto;
    color: white;
    margin-bottom: 20px; /* Уменьшаем расстояние между блоками */
}

/* Header styles start*/

.header {
    font-family: 'Comfortaa';
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 300;
}

.navbar-nav .nav-link {
    color: white !important;
}

.navbar-toggler-icon {
    background-color: white !important;
}

.nav-item{
    margin-right: 164px;
    position: relative;
}

.nav-item:last-child {
    margin-right: 0px;
}

.header a:hover, .header a:focus, .header a:active{
    border-bottom: 4px solid #F4CE5A;
}

/* Header styles end*/

/* Main styles start*/

.photo {
    max-width: 100%;
    flex-shrink: 0;
    margin-right: 30px;
}

.main__container {
    max-width: 1230px;
    display: flex;
    align-items: center;
}

.main__text {
    text-align: right;
    flex-grow: 1;
}

.intro__title,
.intro__titlee {
    font-family: 'Bad Script';
    font-size: 128px;
    font-weight: 400;
    line-height: 1.2; 
    color: white;
    margin: 0;
    margin-right: 100px;
}

.intro__titlee {
    margin-right: 70px; /* Добавляем отступ только для второго заголовка */
}
.social-icons {
    display: flex;
    flex-direction: column; /* Измените направление на вертикальное */
    align-items: flex-end; /* Выравнивайте элементы по правому краю */
    margin-top: 56px;
}

.social-icons a {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Добавьте отступ между иконками и текстом */
}

.social-icons img {
    width: 40px; /* Регулируйте ширину иконок при необходимости */
    height: auto;
    margin-right: 10px; /* Добавьте отступ между иконкой и текстом */
}

/* Main styles end */

/* Direction styles start*/

.direction__container{
    max-width: 1150px;
    margin: 20px auto; 
    padding: 0 15px;
    font-family: 'Bad Script';
    display: flex;
    align-items: center;
    justify-content: center;
}

.direction__image {
    position: relative;
}

.direction__text {
    font-family: 'Comfortaa';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    text-align: center;
    max-width: 100%; 
}

.direction__text h1 {
    font-size: 32px; 
    margin-bottom: 1em;
    
}

.direction__text p {
    font-size: 1.5 em; /* Увеличьте размер шрифта по вашему желанию */
}

.container__direction {
    display: flex;
    flex-direction: row; /* Изменено направление на горизонтальное */
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.container h1 {
    font-family: 'Bad Script';
    margin-bottom: 0.5em;
    text-align: center;
}

.column {
    font-family: 'Bad Script';
    flex: 1;
    max-width: 400px; /* Ширина каждой колонки */
    margin: 7px;
    text-align: center;
}

.column img {
    max-width: 100%;
    height: auto;
}


/* Direction styles end*/

/* Tasks styles start*/

.container__tasks{
    font-family: 'Comfortaa';
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    justify-content: center;

}

.button {
    display: inline-block;
    margin-right: 10px;
}

.button a {
    display: block;
    padding: 10px 30px;
    color: rgb(39, 39, 39);
    text-decoration: none;
    border-radius: 80px;
    background-color: #a9a9a9b6;
    transition: background-color 0.3s, border 0.3s;
    border: 2px solid #bbbbbb;
}

.button a:hover {
    background-color: #707070;
    border-color: #ffffff;
    color: #ffffff;
}

/* Tasks styles end*/

.footer {
    color: black;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.553);
}

.footer-left {
    font-family: 'Bad Script';
    font-size: 24px;
    user-select: none;
}

