/*
Items Name : Ales
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background: #090909;
  color: #dddddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Heebo', sans-serif;
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: 56px;
  line-height: 65px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 20px;
}

h3 {
  font-size: 28px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #333;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #090909;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #edcc36;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #edcc36;
  color: #090909;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #ffffff;
  color: #090909;
  border-color: transparent;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 0;
  text-align: center;
}
.navbar .container {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #edcc36;
}
.navbar .navbar-brand {
  text-align: left;
  width: 18%;
}
.navbar .navbar-brand img {
  height: 45px;
  width: auto;
  position: relative;
  top: -4px;
}
.navbar .navbar-brand:hover {
  color: #ffffff;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #fff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar .navbar-nav li a:hover {
  color: #edcc36;
}
.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  background: #090909;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding-top: 210px;
  padding-bottom: 0;
}
.intro .content-text {
  position: relative;
  top: -35px;
}
.intro .entry {
  padding: 0 100px;
}
.intro .entry .button {
  margin-top: 20px;
}
.intro span {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  color: #edcc36;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 120px;
}
.about h2 {
  padding-left: 100px;
  padding-right: 100px;
}
.about .content-left img {
  margin-top: 75px;
}
.about .content-right img {
  margin-bottom: 20px;
}
.about .content-right .button {
  margin-top: 20px;
}

/* ------------------------------
gallery
---------------------------------*/
.gallery {
  padding-top: 90px;
}
.gallery h2 {
  text-align: center;
  background: #090909;
  display: inline-block;
  padding: 25px;
  margin: auto;
  left: 50%;
  position: relative;
  z-index: 1;
  transform: translate(-50%);
}
.gallery .divider {
  height: 5px;
  width: 100%;
  background: #edcc36;
  position: relative;
  top: -84px;
}

/* ------------------------------
  pricing
---------------------------------*/
.pricing {
  padding-top: 90px;
}
.pricing .content {
  border: 2px solid #edcc36;
  padding: 40px;
}
.pricing .content ul {
  margin-bottom: 30px;
}
.pricing .content ul li {
  padding: 8px 0;
}
.pricing .content ul li i {
  color: #edcc36;
  margin-right: 15px;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding-top: 90px;
}
.contact .icon {
  float: left;
  margin-right: 20px;
}
.contact .text {
  overflow: hidden;
}
.contact .content-map {
  margin-bottom: 40px;
}
.contact i {
  height: 60px;
  width: 60px;
  background: #edcc36;
  text-align: center;
  line-height: 60px;
  color: #090909;
  font-size: 25px;
  margin-bottom: 20px;
}
.contact h5 {
  margin-top: 11px;
}
.contact .content-map iframe {
  width: 100%;
}
.contact .open {
  background: #edcc36;
  color: #090909;
  height: 100%;
  text-align: center;
  border: 25px double #090909;
  padding-top: 4%;
}
.contact .open h3 {
  color: #090909;
}
.contact .open span {
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  /* padding: 90px 0; */
}
.testimonial .swiper-button-next, .testimonial .swiper-button-prev {
  color: #edcc36;
}
.testimonial .swiper-button-next::after, .testimonial .swiper-button-prev::after {
  font-size: 30px;
}

.testimonial .swiper .content {
  text-align: center;
  padding: 0 25%;
  color: #fff;
}

.testimonial .swiper .content span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  color: #ddd;
}

.testimonial .swiper .content h5 {
  font-size: 16px;
  color: #fff;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  padding: 35px 0 35px;
  font-size: 16px;
  font-weight: 500;
  background: #edcc36;
  color: #090909;
}
footer ul li {
  display: inline-block;
  margin-right: 10px;
}
footer ul li a i {
  font-size: 20px;
  color: #090909;
}
footer .cp {
  text-align: right;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background: #090909;
    padding-bottom: 25px;
  }

  .navbar .button-navbar {
    display: none;
  }

  .navbar .container {
    background: #090909;
  }

  .intro .col-md {
    flex: 100%;
  }

  .pricing .col-md-left {
    flex: 100%;
  }

  .contact .open {
    padding-top: 33%;
  }
}
@media (max-width: 767px) {
  .about h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about .content-left img {
    margin-top: 30px;
  }

  .testimonial .swiper .content {
    padding: 0 12%;
  }

  .contact h2 {
    margin-top: 30px;
  }

  .contact .open {
    padding-top: 5%;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 25px;
  }

  .navbar .navbar-collapse {
    padding-top: 30px;
  }

  h1 {
    line-height: 48px;
    font-size: 39px;
  }

  .intro .entry {
    padding: 0;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery .divider {
    display: none;
  }

  .contact .open {
    padding-top: 8%;
  }

  footer {
    text-align: center;
  }
  footer .cp {
    text-align: center;
    margin-top: 15px;
  }
}

.divider-reviews {
	height: 5px;
	width: 100%;
	background: #edcc36;
	position: relative;
	top: -54px;
}

.styled-link {
	color: #f2f2de;
	text-decoration: none; /* Убирает подчеркивание */
	transition: color 0.3s; /* Плавный переход цвета */
}

.styled-link:hover {
	color: #edcc36; /* Цвет при наведении */
}
/* Стили для анимации текста "Отправляем..." */
.sending-text {
	display: inline-block;
	position: relative;
}

@keyframes dots {
	0% { content: '.'; }
	33% { content: '..'; }
	66% { content: '...'; }
	100% { content: ''; }
}

.sending-text .dots::after {
	content: '';
	animation: dots 1s steps(3, end) infinite;
}

/* Стили для сообщения об успешной отправке */
.success-message {
	display: none;
	text-align: center;
	color: #e0e0e0;
	font-size: 20px;
	margin-top: 20px;
	position: relative;
}

.success-message .thank-you-text {
	font-size: 24px;
	color: #ffc107; /* Желтый цвет для выделенного текста */
}

/* Кнопка закрытия (крестик) */
.success-message .success-close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

/* Модальное окно (скрыто по умолчанию) */
.modal {
	display: none; /* Скрыть по умолчанию */
	position: fixed; /* Оставаться на месте */
	z-index: 1; /* Сидеть на вершине */
	left: 0;
	top: 0;
	width: 100%; /* Полная ширина */
	height: 100%; /* Полная высота */
	overflow: auto; /* Включить прокрутку, если необходимо */
	background-color: rgba(0,0,0,0.7); /* Черный с непрозрачностью */
}

/* Модальное содержимое */
.modal-content {
	background-color: #1e1e1e;
	margin: 15% auto; /* 15% от верхней и отцентрировать */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Можно регулировать по необходимости */
	max-width: 500px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	color: #e0e0e0;
	border-radius: 10px;
}

/* Заголовок модального окна */
.modal-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Кнопка закрытия (крестик) */
.close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.success-message .success-close:hover,
.success-message .success-close:focus {
	color: #fff;
	text-decoration: none;
}

/* Стили для формы */
form {
	display: flex;
	flex-direction: column;
}

label {
	margin-top: 10px;
	color: #bbb;
}

input, textarea {
	padding: 10px;
	margin-top: 5px;
	font-size: 16px;
	border: 1px solid #333;
	background-color: #2c2c2c;
	color: #e0e0e0;
	border-radius: 5px;
}

input:focus, textarea:focus {
	outline: none;
	border-color: #555;
}

/* Стили для кнопки */
button[type="submit"] {
	padding: 10px;
	margin-top: 20px;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.form-text {
	color: #edcc36;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

/* Стили для размытия содержимого */
.blur {
	filter: blur(5px);
}