.header {
  background-color: #fdbe33;
}

html {
  scroll-behavior: smooth; 
}

.header-box-top-contacts-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-contact-link {
  color: #030f27;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.header-contact-text {
  color: #030f27;
  font-size: 16px;
  font-weight: 400;
}

.header-box-top-contacts {
  display: flex;
  gap: 20px;

}

.header-contact-title {
  color: #030f27;
  font-size: 16px;
  font-weight: 400;

}

.logo-text {

  color: #030f27;
  font-size: 70px;
  line-height: 60px;
  font-weight: 900;
}

.logo {

  text-decoration: none;
}

.header-contact-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-box-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.menu {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 40px 0;
}

.menu-list-hyperlink {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;

}

.menu-list-hyperlink:hover {
  color: #fdbe33;
}

.nav {
  background-color: #030f27;
  display: flex;
  justify-content: center;
}



.section-one {
  background-color: #030f27;

}

.section-one-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-one-title {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  font-weight: 900;
}

.section-one-text {
  text-align: center;

  color: #ffffff;
  font-size: 85px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 3px;

}

.section-one-bottom-info {
  width: calc(100% / 3);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 50px 15px;
  gap: 10px;
  color: #030f27;
  text-decoration: none;
}

.section-one-bottom-info-text {
  color: #fdbe33;
  font-size: 25px;
}

.section-one-bottom-info-center {
  background-color: #fdbe33;

}

.section-one-bottom-info-text-center {
  color: #030f27;
}

.section-one-bottom {
  display: flex;
}

.section-one-bottom-info-center-text-parent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-about-box-left {
  height: 445px;
  width: 35%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.section-about-box-two-right {
  width: calc(65% - 20px);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;

}

.section-about-box-two-right-text {
  font-size: 25px;
  text-align: justify;
  color: #666666;
  font-weight: 500;

}

.section-about-box-two-right-title {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;

}

.section-about {
  background-color: #dddddd;
  padding: 100px 0;
}
.section-believe{
  background-color: #dddddd;
  padding: 100px 0;
}

.belive-parent {
  width: calc((100% /3) - 10px);
  position: relative;

}

.believe-img {
  height: 280px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;



}

.believer {
  background-color: #030f27;
  font-size: 30px;
  font-weight: 700;
  color: #fdbe33;
  padding: 20px 10px;

}

.believe-img-text {
  display: none;
  text-align: center;
  font-size: 20px;
  color: #dddddd;

}

.shadow {
  width: 100%;
  height: 280px;
  display: none;
  background-color: #030f279f;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;

}

.belive-parent:hover .shadow {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.belive-parent:hover .believe-img-text {
  display: block;
}
.section-believe-box{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.believer{
  min-height: 110px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}
.footer{
  background-color: #030f27;
}
.footer-box-about{
  display: flex;
  flex-direction: column;
  
  gap: 5px;
  
}
.footer-about-links{
  font-size: 25px;
  background-color:#fdbe33 ;
  color: #030f27;
  padding: 10px;
  border-radius: 20px;
  text-decoration: none;

  display: block;
  font-weight: 700;
  transition: 0.7s;
}

.footer-about-links:hover{
  background-color: #074acf;
  color: #fdbe33;
}


.map{
  height: 300px;
  width: 100%;
}
.footer-box-left{
  width: calc(50% - 50px);
}
.footer-box{
  padding:20px 0;

  
}
.footer-title{
  color: #fdbe33;
  font-size: 40px;
}
.footer-title>span{
  text-decoration: underline;

}



.nav {
  position: absolute; /* Меню будет абсолютным, чтобы оставаться под логотипом */
  /* top: 100px; Здесь установите значение высоты логотипа */
  left: 0;
  right: 0;
  transition: background-color 0.3s;
  z-index: 1000;
}

.fixed {
  position: fixed; /* Закрепляем меню при прокрутке */
  top: 0; /* Вверху окна */
  background-color: #030f27; /* Цвет фона при фиксированном состоянии */
}
.nav {
  transition: top 0.3s; /* Плавный переход для свойства top */
}

.fixed {
  top: 0; /* Позиция при фиксированном состоянии */
}


.menu-item.active {
 color: #fdbe33; /* Цвет активной секции */
  /*text-decoration: underline;*/
}

.section-contact-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.section-contact-box-text{
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #030f27;
  border-radius: 20px;
  width: 100%;
}

.section-contact-text{
  color: #fdbe33;
  font-size: 25px;
}
