/* font-weight: 500;
#0065b3 yellow
1)#fecc09
#faa21a orange
#0065b3 blue
1) #29b0e5
2) #0065b3
3) #0065b3



*/

body {
  font-family: "Montserrat", sans-serif;
  /* font-weight: 500; */
  /*background-color: #eceded;*/
  background-color: #ffffff;
}

ul {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

button {
  cursor: pointer;
}

address {
  font-style: normal;
}

img {
  display: block;
}

.container {
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #111;
}

.section-title .accent {
  color: #fd9222;
}

.btn {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border-radius: 100px;
  padding: 14px 40px;
}

/* =======HEADER======== */

.header {
  padding-top: 28px;
  padding-bottom: 28px;

  background-color: #faa517;
  border-radius: 10px;
}

/* .header .container {
  display: flex;
} */

.header-container {
  display: flex;
  align-items: center;
}

.header-navigation {
  display: flex;
  align-items: center;
}

.header-logo {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: -0.03em;
  color: #111;
  margin-right: 100px;
}

.header-menu-list {
  display: flex;
  gap: 24px;
}

.header-menu-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #111;
}

.header-menu-link:hover,
.header-menu-link:focus {
  color: #ffffff;
}

.header-address {
  margin-left: auto;
}

.header-address-list {
  display: flex;
  gap: 24px;
}

.header-address-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #111;
}

/* =======HERO======== */

.hero {
  background-color: #1e1823;
  background-image: linear-gradient(
      rgba(30, 24, 35, 0.4),
      rgba(30, 24, 35, 0.4)
    ),
    url(..//images/photo_2025-08-20_12-30-34.jpg);
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 72px;
}
.hero2 {
  background-color: #1e1823;
  background-image: url(..//images/copy_logo.png);
  max-width: 600px;
  height: 100px;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 72px;
  margin-top: 0;
}

.hero-wrapper {
  padding: 380px 40px 40px 40px;
}

.hero-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 32px;
  max-width: 484px;

  /* &::selection {
    background-color: red;
  } */
}

.hero-buttons {
  display: flex;
  align-items: center;
}

.hero-btn {
  background-color: #fd9222;
  border: none;
  margin-right: 14px;
  /* &:focus,
  &:hover {
    background-color: #fcf1e0;
    color: #fd9222;
  } 
  transition-duration: 300ms;*/
  transition: background-color 300ms, color 300ms;
}

.hero-btn:hover,
.hero-btn:focus {
  background-color: #fcf1e0;
  color: #fd9222;
}

.hero-anchor-link {
  border: 1px solid #fff;
}

.hero-scroll-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28571;
  letter-spacing: -0.03em;
  color: #fff;
  margin-left: auto;
}

/** ========Welcome========= */

.welcome {
  /**background: linear-gradient(to right, #1e3c72, #ff6f61);*/
  color: #050505;

  border-radius: 20px;
  display: flex;
  justify-content: center;
}
.welcome-title {
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.welcome-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  opacity: 0.95;
}
/**.welcome-text:hover {
  transform: scale(1.02);
}*/

/** ========ProjectsOldStyle========= 

.project {
  padding-top: 100px;
  padding-bottom: 50px;
}

.taste-title {
  max-width: 411px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.taste-text {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.02em;
  text-align: center;
  color: #111;
  max-width: 486px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.taste-list {
  display: flex;
  flex-wrap: wrap;
  
  column-gap: 19px;
  row-gap: 40px;
}

.taste-item {
  border: 1px solid #fd9222;
  padding: 28px 32px;
  border-radius: 15px;
  width: calc((100% - 57px) / 4);
}

.taste-image {
  margin-bottom: 36px;
}

.taste-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #111;
} */
/** ========Project========= */
.project {
  margin-top: 50px;
}

.project-title {
}
.section-title {
}
.accent {
}
.project-text {
  padding-top: 18px;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  opacity: 0.95;
}
.card {
  display: flex;
  gap: 86px;
  align-items: center;
  background-color: #fd9222;

  margin: 100px auto;
  border-radius: 8px;
  color: #fff;
  padding: 32px;
  padding-left: 86px;
  height: 300px;
}
.card-right {
  display: flex;
  flex-direction: row-reverse;
  gap: 86px;
  align-items: center;
  background-color: #fd9222;

  margin: 100px auto;
  border-radius: 8px;
  color: #fff;
  padding: 32px;
  padding-right: 86px;
  height: 300px;
}
.card-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.project-image {
  width: 150px;

  transform: scale(1.8);

  border-radius: 10px;
  box-shadow: 0 12px rgba(0, 0, 0, 0.08);
}

/* review code */

.events {
  padding: 60px 20px;
  background: #f9f9f9;
}

.events .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.events-title {
  font-size: 2rem;
  margin-bottom: 15px;
}

.events-text {
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1rem;
}

.events-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  list-style: none;
  padding: 0;
}

.events-item {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.events-item:hover {
  transform: translateY(-5px);
}

.event-date {
  background: #fd9222;
  color: white;
  border-radius: 8px;
  padding: 10px;
  width: 70px;
  text-align: center;
  margin-right: 15px;
}

.event-date .day {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

.event-date .month {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.event-info {
  text-align: left;
}

.event-subtitle {
  font-size: 1.2rem;
  margin: 0;
  color: #333;
}

.event-details {
  font-size: 0.9rem;
  color: #777;
}
/* Gallery Section */
.gallery {
  padding: 60px 20px;
  background: #fff;
}

.gallery .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.gallery-title {
  font-size: 2rem;
  margin-bottom: 15px;
}

.gallery-text {
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1rem;
}

.gallery-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  list-style: none;
  padding: 0;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* footer */
.footer {
  background-color: #1e1823;
  padding-top: 10px;
  margin-top: 20px;
  padding-bottom: 86px;
}

.footer-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.21429;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.footer-title .accent {
  color: #fd9222;
}

.footer-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28571;
  text-align: center;
  color: #fff;
}

.footer-address {
}

.footer-list {
}

.footer-item {
}

.footer-link {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.footer-menu-list {
}

.footer-menu-item {
}

.footer-menu-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #fff;
}

/* Media */

/* Tablet screens */
@media (max-width: 992px) {
  .container {
    max-width: 90%;
  }

  .header-container {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .header-menu-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-wrapper {
    padding: 120px 20px 40px;
  }

  .hero-title {
    font-size: 22px;
    text-align: center;
  }

  .card,
  .card-right {
    flex-direction: column;
    height: auto;
    text-align: center;
    gap: 24px;
    padding: 24px;
  }

  .project-image {
    transform: scale(1);
  }

  .events-text,
  .gallery-text {
    font-size: 0.95rem;
  }
}

/* Mobile screens */
@media (max-width: 600px) {
  .section-title {
    font-size: 20px;
  }

  .header-menu-list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .hero-wrapper {
    padding: 80px 15px 30px;
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-title {
    font-size: 20px;
    max-width: 100%;
  }

  .card,
  .card-right {
    width: 100%;
    padding: 20px;
  }

  .card-text {
    font-size: 16px;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-subtitle {
    font-size: 13px;
  }
}
