
:root{
  --black: rgb(37, 17, 94);
  --white:rgb(231, 225, 225);
  --hover:#cd28f7;
  --border: .1rem solid rgba(0,0,0,.1);
 --box-shadow:0 .5rem 1rem rgba(0,0,0,.5) ;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; /* Основной текст */
  font-weight: 400;
  font-style: normal;
  text-decoration: none;

}
body {
  background: url('2.jpg') no-repeat center center fixed;
  background-size: cover;
  background-color:rgb(231, 225, 225, 0.6); /* Белый цвет с прозрачностью 50% */
background-blend-mode: lighten; /* Смешивание для прозрачности */
    


}

header {
  background-image: url('fon5.webp'); /* Замените на путь к вашему изображению */
  background-size: cover; /* Убедитесь, что изображение покрывает всю страницу */
  background-repeat: no-repeat; /* Запрещает повторение изображения */
  background-attachment: fixed; /* Фон остается на месте при прокрутке страницы */
  background-position: center; /* Центрирует изображение по вертикали и горизонтали */
/* Добавляем полупрозрачный наложенный слой */
background-color:rgb(231, 225, 225, 0.6); /* Белый цвет с прозрачностью 50% */
background-blend-mode: lighten; /* Смешивание для прозрачности */
    

}

html {
  font-size: 62.5%;
  scroll-behavior: smooth; /* Плавный скролл */
  overflow-x: hidden;
 
}

section {
  padding: 1rem 10%;
}

.header {
  background: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--box-shadow); /* Добавление тени */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 70px;
}

.header .navbar a {
  font-size: 2rem;
  margin-left: 2rem;
  color: var(--black);
  transition: 0.5s;
  text-transform: capitalize;
}

.header .navbar a:hover {
  color: var(--hover);
}

#menu {
  font-size: 3.5rem; /* Увеличение размера иконки */
  cursor: pointer;
  display: none;
}

.logo img{
  height: 60px;
 
    border-radius: 50%;
  
  
}
  /* Главная */
header {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
position: relative;
    background-color: rgba(255, 255, 255, 0.5); /* Белый фон с прозрачностью */
}

header::before {
    content: "";
    position: absolute;

    width: 100%;
    height: 100%;
    background: url('1.jpg') no-repeat center/cover;
    opacity: 2; /* Сделает изображение прозрачным */
    z-index: -1;
    margin: 0 auto;
}

.glavnaja {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  height: 100vh;
  margin-top: 45px;
  text-align: center;
  margin: 0 auto;

}
.glavnaja a{
  color: rgb(37, 17, 94);
  text-decoration: underline;
  text-shadow: 3px 3px 8px rgba(37, 17, 94, 0.5); /* Добавляет тень */
  font-style: italic;

}
.glavnaja h1 {
  margin-top: 50px;
  font-size: 35px;
  color: rgb(37, 17, 94);

  padding-top: 100px;
  font-weight: 800;
  margin-left: 50px;
  margin-right: 50px;
  text-decoration: underline;
  text-shadow: 3px 3px 8px rgba(37, 17, 94, 0.5); /* Добавляет тень */
  
}

.glavnaja h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
  color: rgb(37, 17, 94);
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
  font-style: italic;
  text-align: center;

  -webkit-text-stroke: 1px rgb(37, 17, 94); /* Контур вокруг букв */
}

.glavnaja h3 {

  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  color: rgb(37, 17, 94);
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify; 
margin-top: 30px;
    font-style: italic;
   

    -webkit-text-stroke: 0.5px rgb(37, 17, 94); /* Контур вокруг букв */
    background: rgba(255, 255, 255, 0.6); /* Полупрозрачный фон */
  padding: 10px; /* Внутренние отступы */
  border-radius: 10px; /* Закругленные углы */
}

html {
  scroll-behavior: smooth; 
}
a {
  color: #25115E; /* Цвет ссылки */
  text-decoration: none; /* Убирает подчёркивание */
  font-weight: bold;
}

a:hover {
  text-decoration: underline; /* Подчеркивание при наведении */
}
/* Услуги */
.glavnaja-text1{/* Основной стиль для раздела "обратная связь" */
  margin-top: 50px;
  padding:10px;
  background: linear-gradient(to bottom, rgba(231, 225, 225, 0.8), rgba(106, 13, 173, 0.4));
}

#uslugi {
  font-size: 35px;
  font-weight: 900;
  text-decoration: underline;
  color: rgb(37, 17, 94);
  text-align: center;
  margin-bottom: 30px;

}

.glavnaja-text1 h3 {
font-size: 25px;
margin-right: 50px;
font-weight: 700;
line-height: 1.7;
color: rgb(37, 17, 94);
text-align: center;
width: 100%;
background: linear-gradient(180deg, rgba(231, 225, 225, 0.9), rgba(151, 99, 236, 0.3));
padding: 20px;
border-radius: 10px;
margin-top: 40px;
}


.glavnaja-text1 a:hover {
    color: var(--hover);

}
  /*<!--КОНТАКТЫ-->*/
  .glavnaja-text3 {
    margin-top: 50px;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(231, 225, 225, 0.8), rgba(106, 13, 173, 0.4));
  }
  
  #kontakty {
    font-size: 35px;
    font-weight: 900;
    text-decoration: underline;
    color: rgb(37, 17, 94);
    text-align: center;
    margin-bottom: 30px;
  }
  
  .kontakty_ramka {
    width: 100%;
    max-width: 1000px;
    min-height: 300px ; /* или другая нужная тебе высота */
    margin: 0 auto;
    padding: 0;
    object-fit: cover; /* Заполняет всю рамку */
    box-sizing: border-box;
    overflow: hidden; /* Чтобы не вылезала за рамку */
  }
  
  .image2 {
    width: 100%;
    height: 100%;
  
   
  }
  

/* Основной стиль для раздела "обратная связь" */




.feedback-section {/* Основной стиль для раздела "обратная связь" */
  margin-top: 50px;
  padding:10px;
  background: linear-gradient(to bottom, rgba(231, 225, 225, 0.8), rgba(106, 13, 173, 0.4));
}

#svjaz {
  font-size: 35px;
  font-weight: 900;
  text-decoration: underline;
  color: rgb(37, 17, 94);
  text-align: center;
  margin-bottom: 30px;
}


  .glavnaja-text4 { /*двигаются дипломы*/
    display: flex;
    align-items: flex-start; /* выравнивание по верхнему краю */
    justify-content: center;
    gap: 50px; /* расстояние между изображением и формой */
    padding: 90px 0;

  }
  

  .section-title {
    margin-top: 0; 
    transform: none; 
    color: rgb(37, 17, 94);
    font-size: 25px;
    text-shadow: 
      -1px -1px 0px black,  
      1px -1px 0px black,   
      -1px 1px 0px black,   
      1px 1px 0px black;  
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  

  .image-stack { /*увеличивает дипломы*/
    position: relative;
    width: 550px;   /* было 300 или 320 — увеличим */
    height: 400px;  /* было 200 или 220 — тоже увеличим */
    margin-left: 0;
  }
  

.image-stack img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* сохраняет пропорции внутри блока */
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#image1 {
  opacity: 1; /* Показываем первую картинку */
}



.section-title {
  max-width: 800px;
  color: rgb(37, 17, 94);
  text-shadow: -1px -1px 0 black, 1px -1px 0
   black, -1px 1px 0
    black, 1px 1px 0
     black;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Расстояние между заголовком и формой */
  
  
}
.centered-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 3px; /* Увеличивает расстояние между буквами */
}
/* Форма обратной связи vnutry */
.contact-form,
.contact-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 10px;
  width: 100%;
}

.contact-input {
  padding: 1.5rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  background-color: #3a014a; /* темный фон */
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  border: none;
}

.contact-input::placeholder {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.2;
}

.contact-form textarea {
  height: 10rem;
  resize: none;
}

.contact-messaged {
  margin: 1rem 0;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.button {
  display: inline-block;
  width: 18rem;
  margin: -1rem auto;
  font-size: 1.6rem;
  background-color: dodgerblue;
  padding: 1.5rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: auto;
}

.button:hover {
  box-shadow: 0 8px 25px rgb(38, 0, 49);
}




/*FOOter*/
footer {
  background-color: var(--white);
  color: #b014be;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

.footer-content ul.socials {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.footer-content ul.socials li {
  margin: 0 10px;
}

.footer-content ul.socials a {
  color: #b014be;
  font-size: 18px;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 15px;
  font-size: 14px;
}



     /*НАЧАЛО ШАПКИ*/
@media (max-width:1200px){
  section{
    padding: 3rem 1rem;
     /* Главная */

}
.navbar a{
  font-size: 20px;
}

.glavnaja h1 {
font-size: 30px;
padding-top: 70px;
font-weight: 800;
}

.glavnaja h2 {
font-size: 20px;
font-weight: 700;
margin-left: 70px;
margin-right: 70px;

 text-align: center;

}

.glavnaja h3 {

line-height: 1.7;
font-size: 20px;
font-weight: 700;
padding-top: 20px;
margin-left: 50px;
margin-right: 50px;
margin-top: 30px;
}

}
@media (max-width:991px){
  section{
    padding: 3rem 2rem;
  }
  .navbar a{
    font-size: 20px;
  }
  html{
    font-size: 55%;
  }
  /* Стили для текста Psihilogy */
.logo {
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(to right, #ce2af3, #7bfe86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
 
    color: #333;
    text-shadow: 2px 2px 5px rgba(218, 27, 231, 0.3);
}
/*GLAVNAJa*/
  
  .glavnaja h3 {
  
  line-height: 1.6;
  font-size: 19px;
  font-weight: 600;
  padding-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  }
}


  

@media (max-width:890px){
  section{
    padding: 1rem 1rem;
  }
  html{
    font-size: 55%;
  }

  /* Стили для текста Psihilogy */
.logo {
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(to right, #ce2af3, #7bfe86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
 
    color: #333;
    text-shadow: 2px 2px 5px rgba(218, 27, 231, 0.3);
}
  /*ГЛАВНАЯ*/
  .glavnaja h1 {
    font-size: 23px;
   
    }
  
    .glavnaja h2 {
    font-size: 18px;
    
    }
    .glavnaja h3 {
    line-height: 1.6;
    font-size: 17px;
    }

/*УСЛУГИ**/
  .text h2 {
  font-size: 22px;
  margin-left: 20px;
margin-bottom: 10px;
  }
 
  .text p {
  font-size: 15px;
margin: 0 50px;
  line-height: 1.2;
  }



  }
@media (max-width:808px){

.header .navbar a {
  font-size: 2rem;
  margin-left: 1rem;
  color: var(--black);
  transition: 0.5s;
  text-transform: capitalize;
}
}
@media (max-width:768px){
  section{
    padding: 3rem 5%;

  }
  
  
    .header .navbar a {
      display: block ;
      margin: 1.5rem 0;
      padding: 0.8rem 1.2rem;
      border: 2px solid var(--black);
      background-color: rgb(251, 238, 249); /* Цвет заливки */
      border-radius: 80px 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: bold;
      text-align: center;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }
  
    .header .navbar a:hover {
      background-color: var(--primary-color);
      color: var(--hover);
      transform: scale(1.05);
    
  }
  
  .header .navbar{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 2rem;
    background-color: var(--white);
    border-top:var(--border) ;
    box-shadow: var(--box-shadow);
    clip-path: polygon(0 1%, 100% 0, 100% 0, 0 1%);
transition: 0.5s;
  }
 
  #menu{
display: block;
  
}
.header .navbar.active{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}



/*заканчивается боковое меню*/

/*ГЛАВНАЯ*/

  .glavnaja h1 {
    font-size: 19px;
    padding-top: 70px;
    font-weight: 800;
    }
    
    .glavnaja h2 {
    font-size: 17px;
    font-weight: 600;
    margin-left: 30px;
    margin-right: 30px;
    
     text-align: center;
    
    }
    
    .glavnaja h3 {
    
    line-height: 1.6;
    font-size: 17px;
    font-weight: 700;
    padding-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    }

/*Услуги*/
.glavnaja-text1 h3 {
font-size: 20px;
line-height: 1.5;
}
.text h2 {
  font-size: 18px;
  margin-left: 30px;
margin-bottom: 10px;
  }
  
  .text p {
  font-size: 14px;
margin: 0 30px;
  line-height: 1.5;
  }
  .video-container video {
    width: 70%;
    margin-top: 10px;
  
  }
  .styled-text::before {
 
    font-size: 25px; /* Размер точки */
    
  }



/* Форма обратной связи */

#svjaz{
  margin-top: 20px;
  font-size: 27px;
  margin-left: 50px;

}
.feedback-section {
  margin-top: 50px;
  padding: 50px;
  background: linear-gradient(to bottom, rgba(231, 225, 225, 0.8), rgba(106, 13, 173, 0.4));
}



.glavnaja-text4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px; /* Расстояние между картинками, заголовком и формой */
}


  .centered-title {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; /* Было 20px — уменьшили */
  }
  

.image-stack {
  position: relative;
  width: 325px;  /* было 300px */
  height: 470px; /* было 200px */
  margin: 0 auto; /* центрируем по горизонтали */
  margin-top: -50px;
}

.image-stack img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

#image1 { opacity: 1; 
}




.section-title {
  max-width: 400px;
  color: rgb(37, 17, 94);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Расстояние между заголовком и формой */
  
  
}




/* Форма обратной связи vnutry */
.contact-form,
.contact-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 10px;
  width: 100%;
}



.contact-input::placeholder {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.2;
}

.contact-form textarea {
  height: 10rem;
  resize: none;
}

.contact-messaged {
  margin: 1rem 0;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.button {
  display: inline-block;
  width: 18rem;
  margin: -1rem auto;
  font-size: 1.6rem;
  background-color: dodgerblue;
  padding: 1.5rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: auto;
}

.button:hover {
  box-shadow: 0 8px 25px rgb(38, 0, 49);

}

}
@media (max-width:540px){
  section{
    padding: 3rem 5%;

  }
/*ГЛАВНАЯ*/

.glavnaja h1 {
  font-size: 15px;
  padding-top: 70px;
  font-weight: 900;
  margin-left: 10px;
  margin-right:10px ;
  }
  
  .glavnaja h2 {
  font-size: 14px;
  font-weight: 700;
  margin-left: 30px;
  margin-right: 30px;
  
   text-align: center;
  
  }
  
  .glavnaja h3 {
  
  line-height: 1.4;
  font-size: 16px;
 
  }
/*Услуги*/
.glavnaja-text1 h3 {
  font-size: 17px;
  line-height: 1.5;
  }
  .text h2 {
    font-size: 14px;
    margin-left: 5px;
  margin-bottom: 10px;
    }
    
    .text p {
    font-size: 12px;
  margin: 0 30px;
    line-height: 1.5;
    }
    /* КОНТАКТЫ*/
    #kontakty {
      font-size: 33px; /* Further reduce font size for compact screens */
      margin: 0 auto; /* Center the title */
    
    }
  
     
    
    

}
@media (max-width:470px){
  /*ГЛАВНАЯ*/

.glavnaja h1 {
  font-size: 14px;
  padding-top: 60px;
  font-weight: 800;
  margin-left: 10px;
  margin-right:10px ;
  }
  
  .glavnaja h2 {
  font-size: 13px;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 20px;
  
   text-align: center;
  
  }
  
  .glavnaja h3 {
  
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  }
 

/* Форма обратной связи */

#svjaz{
margin-top: -50px;
font-size: 25px;
margin-left: -10px;

}

/*Услуги*/
.glavnaja-text1 h3 {
  font-size: 16px;

  }



}
@media (max-width:430px){

/*ГЛАВНАЯ*/

.glavnaja h1 {
  font-size: 14px;
  padding-top: 55px;
  font-weight: 700;
  margin-left: 5px;
  margin-right:5px ;
  }
  
  .glavnaja h2 {
  font-size: 13px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
  
   text-align: center;
  margin-top: -10px;
  }
  
  .glavnaja h3 {
  
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  }
/*Услуги*/
.glavnaja-text1 h3 {
  font-size: 13px;
  line-height: 1.5;
  }
  .text h2 {
    font-size: 13px;
    margin-left: 5px;
  margin-bottom: 10px;
    }
    
    .text p {
    font-size: 11px;
  margin: 2px 30px;
    line-height: 1.3;
    }
   

/* Форма обратной связи */
.feedback-section {/* Основной стиль для раздела "обратная связь" */

  padding:5px;
}

.image-stack {
  position: relative;
  width: 100px;  /* было 300px */
  height: 250px; /* было 200px */
  margin: 0 auto; /* центрируем по горизонтали */
  margin-top: -50px;
}
}
@media (max-width:300px){
/* Форма обратной связи */
.feedback-section {/* Основной стиль для раздела "обратная связь" */
  height: 100%;

  padding:10px;
}

.image-stack {
  position: relative;
  width: 225px;  /* было 300px */
  height: 300px; /* было 200px */
  margin: 0 auto; /* центрируем по горизонтали */
  margin-top: -50px;
}

}