/**************************/
/* HEADER */
/**************************/

/**************************/
/* NAVIGATION */
/**************************/

.main-nav {
  padding: 4.5rem 4.8rem;
  margin: 0 auto;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main-nav-list,
.main-nav-list-mobile {
  list-style: none;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 7.2rem;
}

.logo {
  height: 6.2rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fdf2e9;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
  letter-spacing: 0.6px;
}
.main-nav-link:hover,
.main-nav-link:active {
  color: #98918c;
  display: inline-block;
}
.main-nav-list ul {
  display: none;
}

/* /* .dropdown {
  position: relative;
} */

.dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  position: absolute;

  transform: translate(-12%, 16.9%);
  text-align: center;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.dropdown div,
.dropdown a {
  display: inline-block;
  padding: 1.48rem 2rem;
  color: #fdf2e9;
  /* text-align: center; */
  width: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s !important;
}

.dropdown a:hover,
.dropdown a:active {
  color: #98918c;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
  z-index: 99999;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #fff;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* STICKY NAVIGATION */

.sticky .main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(0, 0, 0, 0.7);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.sticky .section-hero {
  margin-top: -5rem;
}

.sticky .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  position: absolute;
  transform: translate(-12%, 16.9%);
  text-align: center;
  background-color: rgb(0, 0, 0, 0.7);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.3);
}

/*NAVIGATION ON ANOTHER PAGES */
.another-page-main {
  padding: 0.6rem 0 9.6rem 0;
}

/**************************/
/* HERO SECTION */
/**************************/
.section-hero {
  padding: 0rem 0 9.6rem 0;
  height: 100vh;
  /* position: relative; */
  background-image: linear-gradient(rgb(34, 34, 34, 0.6), rgb(34, 34, 34, 0.6)),
    url(../img/hero.webp);
  background-size: 100%;
  /* background-size: center; */
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 4.8rem;
}

.hero {
  margin: 0 auto;
  max-width: 130rem;
}

.hero-text-box {
  margin-top: 5rem;
  width: 50%;
  height: 23rem;
  /* margin-bottom: 22rem; */
  margin-bottom: 23.2rem;
}

.heading-primary-hero {
  margin-bottom: 0rem;
}

.hero-discription {
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

.hero-discription:first-child {
  margin-bottom: 0rem;
}

.btn-box {
  text-align: center;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hidden {
  display: none;
}

.hidden--btn-box {
  opacity: 0;
  transform: scale(0);
}

/**************************/
/* ABOUT ME SECTION */
/**************************/

.section-about-me {
  padding: 12.8rem 0 9.6rem 0;
}

.margin-left-about-me {
  margin-left: 52.5%;
}

/* .btn-box-contact {
  margin-bottom: 10.4rem;
} */

/**************************/
/* PORTFOLIO SECTION */
/**************************/

.section-portfolio {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/* .portfolio-menu {
  gap: 0;
} */

.portfolio-gallery-item,
.event-gallery-item1,
.event-gallery-item2,
.event-gallery-item3,
.event-gallery-item4 {
  /* overflow: hidden; */
  transition: all 0.4s;
  position: relative;
  box-shadow: 0rem 0rem 2.1rem 0rem rgba(177, 183, 177, 0.9);
  /* box-shadow: 0rem 0rem 2.1rem 0rem #fdf2e9; */
}

.portfolio-content {
  color: #fdf2e9;
  font-size: 2.4rem;
  position: absolute;
  /* display: inline-block; */
  top: 38%;
  right: 50%;
  transform: translate(50%, 0%);
  cursor: pointer;
  text-decoration: none;
}

/**************************/
/* EVENTS SECTION */
/**************************/

.section-events {
  padding: 9.6rem 0 9.6rem 0;
  background-color: #333333;
  border-top: 1px solid #474747;
}

.event-gallery-item {
  transition: all 0.4s;
  position: relative;
  box-shadow: 0rem 0rem 2.1rem 0rem rgba(177, 183, 177, 0.9);
}

/* .event-content1 {
  color: #fdf2e9;
  font-size: 2.4rem;
  position: absolute; */
/* display: inline-block; */
/* top: 50%;
  right: 30%;
  transform: translate(20%, 0%);
  cursor: pointer;
  text-decoration: none;
} */

.event-content1,
.event-content2,
.event-content3,
.event-content4 {
  color: #fdf2e9;
  font-size: 2.4rem;
  position: absolute;
  /* display: inline-block; */
  top: 38%;
  right: 50%;
  transform: translate(50%, 0%);
  cursor: pointer;
  text-decoration: none;
}

/**************************/
/* AWORDS SECTION */
/**************************/
.section-awords {
  padding: 12.8rem 0 25.6rem 0;
}

.grid-awords {
  display: grid;
  row-gap: 12.8rem;
  column-gap: 6.4rem;
}

.awords-emnty-box {
  margin-bottom: 12.8rem;
}

/**************************/
/* FOOTER */
/**************************/

.logo-footer-img {
  height: 4.4rem;
}

.footer {
  padding: 4.8rem 0;
  margin-bottom: 1.6rem;
  border-top: 0.5px solid #fdf2e9;
}

.grid--4-cols-footer {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.logo-footer {
  display: flex;
  flex-direction: column;
}

.logo-link-footer {
  text-decoration: none;
}

.copyright {
  font-size: 1.4rem;
  color: #fdf2e9;
  line-height: 1.6;
  margin-top: auto;
}

.privacy-policy:link,
.privacy-policy:visited {
  font-size: 1.4rem;
  color: #fdf2e9;
  line-height: 1.6;
  margin-top: auto;
  transition: all 0.3s;
}

.privacy-policy:hover,
.privacy-policy:active {
  color: #98918c;
  text-decoration: none;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 1.6rem;
}

.flex-logo-footer {
  display: block;
  margin-bottom: 1.6rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fdf2e9;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #98918c;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

.footer-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}

.contact-flex {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}

/**************************/
/* CONTACT SECTION */
/**************************/
.section-contact {
  font-weight: 700;
  margin: 4.9rem 0 6.2rem 0;
  letter-spacing: 1.5px;
  text-align: center;
  border-top: 0.5px solid #fdf2e9;
}

.contact-flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.contact-name {
  font-size: 3.6rem;
  display: inline-block;
  margin-bottom: 6.4rem;
  margin-top: 6.2rem;
}

.contact-text {
  font-size: 2rem;
  line-height: 1.6;
  justify-self: end;
}

.contact-flex-side:link,
.contact-flex-side:visited {
  text-decoration: none;
  font-size: 2.4rem;
  color: #fdf2e9;
  transition: all 0.3s;
}

.contact-flex-side:hover,
.contact-flex-side:active {
  color: #98918c;
}

/**************************/
/* ARTISTIC SECTION */
/**************************/

.section-artistic {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/**************************/
/* NIGHT SECTION */
/**************************/

.section-night {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/**************************/
/* SALES SECTION */
/**************************/

.section-sales {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/**************************/
/* ENGINES SECTION */
/**************************/

.section-engine {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/**************************/
/* CARNIGHT2018 SECTION */
/**************************/

.section-carnight2018 {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/**************************/
/* IRONCITY2019 SECTION */
/**************************/

.section-ironcity2019 {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/**************************/
/* IRONCITY2012 SECTION */
/**************************/

.section-ironcity2020 {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/**************************/
/* MOTO MIKOLAJKI SECTION */
/**************************/

.section-moto_mikolajki {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

/**************************/
/* PRIVACY POLICY SECTION */
/**************************/

.section-privacy {
  padding: 12.8rem 0 12.8rem 0;
  background-color: #333333;
}

.privacy-list {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05rem;
}

.privacy-list2 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05rem;
}

.privacy-number-list {
  margin-bottom: 4.8rem;
  letter-spacing: 0.05rem;
}

.privacy-paragraph {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
  letter-spacing: 0.05rem;
}

.privacy-paragraph2 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05rem;
}

/**************************/
/* COOKIES */
/**************************/

.cookie-banner {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.7);
  font-size: 1.4rem;
  padding: 0.8rem;
  justify-content: center;
  gap: 2.4rem;
  align-items: center;
  text-align: center;
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.hidden-banner {
  opacity: 0;
  /* pointer-events: none; */
}

.banner-actions {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  align-self: center;
}

.accept-cookies {
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 3px #fff;
}

.close-banner {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 4rem;
  opacity: 0.5;
  transition: all 0.3s;
}

.close-banner-icon-svg {
  stroke: #fff;
  width: 3rem;
  height: 3rem;
  transition: all 0.3s;
}

.close-banner-icon-svg:link,
.close-banner-icon-svg:visited {
  stroke: #fff;
}

.close-banner-icon-svg:hover,
.close-banner-icon-svg:active {
  stroke: #98918c;
}
