* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0%;
  padding: 0%;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Nunito Sans", sans-serif;
}

body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

.mt {
  padding-top: 50px;
}

.container {
  width: 100%;
  max-width: 1450px;
  padding: 0px 20px;
  margin: auto;
}

@media (max-width: 2560px) {
  .container {
    max-width: 1600px;
  }
}
a {
  text-decoration: none;
  color: black;
}

.longer {
  height: 1000px;
}

p {
  font-size: 22px;
  color: #3e3e3e;
}

.bold {
  font-weight: bold;
  color: rgb(15, 15, 15);
}

.underline {
  height: 2.5px;
  width: 120px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0%;
  margin-left: 10px;
  background-color: #5ccb0a;
}

h1 {
  font-weight: bold;
  font-size: 40px;
}

h2 {
  padding: 10px 0px 3px 0px;
  font-family: "Josefin Sans", sans-serif;
  color: #312e39;
  font-weight: bold;
  font-size: 50px;
}

h3 {
  padding: 10px 0px 3px 0px;
  font-family: "Josefin Sans", sans-serif;
  color: #312e39;
  font-weight: bold;
  text-transform: none;
  font-size: 33px;
  margin-bottom: 10px;
}

.up {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 3px;
  color: #3c8507;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  color: #fff;
  padding: 7px 35px;
  background-color: #5ecc0b;
  border: #5ecc0b solid 2px;
  border-radius: 10px;
  font-size: 21px;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.64);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.64);
}

.light-btn {
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.518);
  background-color: rgba(255, 255, 255, 0);
}

button:hover {
  border: #fff solid 2px;
  background-color: rgba(255, 255, 255, 0);
}

.my-element {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.my-element.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav {
  width: 100%;
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
          box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
  z-index: 1000;
}
.nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0px;
}
.nav .container .nav__link a {
  display: inline;
  margin: 0px 7px;
  font-size: 21px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  letter-spacing: 1px;
}
.nav .container .nav__link a:hover {
  color: #000;
}
.nav .container .nav__link a,
.nav .container .nav__link a::after,
.nav .container .nav__link a::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav .container .nav__link a::after {
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #5ccb0a;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.nav .container .nav__link a:hover::after {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.nav .container .nav_bar {
  display: none;
  padding: 20px;
  padding-right: 25px;
}
.nav .container .nav_bar .navbar {
  width: 32px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav .container .nav_bar .navbar div {
  height: 4px;
  width: 100%;
  background-color: rgba(91, 204, 11, 0.7764705882);
  border-radius: 5px;
}
.nav .container .nav__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.nav .container .nav__logo img {
  display: block;
  height: 53px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav .container .nav__logo img:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.nav .container .nothing {
  width: 10px;
}

.nav_phone {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.201);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav_phone .nav_con {
  position: relative;
  width: 300px;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.nav_phone .nav_con .nav__link {
  padding: 130px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav_phone .nav_con .nav__link a {
  text-align: left;
  display: inline;
  margin: 0px 7px;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  letter-spacing: 1px;
}
.nav_phone .nav_con .nav__link .underline {
  margin: 1px 0px 15px;
  width: 100%;
}
.nav_phone .nav_con img {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 40px;
}

.nav_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header {
  height: 75vh;
  background-image: url("../img/kosior-meble-na-wymiar-malbork-header.webp");
  -webkit-box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
          box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
  background-attachment: fixed;
  background-position: center;
  -webkit-animation: headerzoom 20s infinite alternate ease-in-out;
          animation: headerzoom 20s infinite alternate ease-in-out;
}
.header__shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2156862745);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__shadow--content h1 {
  color: aliceblue;
  font-size: 62px;
  margin-bottom: -13px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 1px 6px rgb(22, 21, 21);
}
.header__shadow--content h2 {
  text-align: center;
  font-style: italic;
  font-size: 30px;
  color: aliceblue;
  text-shadow: 0px 1px 6px rgb(22, 21, 21);
}
.header__shadow--content p {
  text-align: center;
  font-size: 24px;
  margin-top: 2px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 1px 3px rgb(22, 21, 21);
}
.header__shadow--content .button-con {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__shadow--content .button-con button {
  margin: 0px 10px;
}
.header__shadow--content .leftline {
  display: none;
}

@-webkit-keyframes headerzoom {
  0% {
    background-size: 130%;
  }
  100% {
    background-size: 110%;
  }
}

@keyframes headerzoom {
  0% {
    background-size: 130%;
  }
  100% {
    background-size: 110%;
  }
}
.aboutus {
  padding: 0px 0px 80px;
  position: relative;
}
.aboutus .logo {
  width: 230px;
  display: block;
  margin: auto;
}
.aboutus__text-con {
  width: 65%;
  padding-bottom: 100px;
}
.aboutus__card-con {
  position: relative;
  top: -200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 30px;
}
.aboutus__card-con .card {
  padding: 20px;
  aspect-ratio: 0;
}
.aboutus__card-con .card img {
  width: 100%;
  max-width: 470px;
  display: block;
  margin: 0px auto 15px;
}
.aboutus__card-con .card .number-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: -5px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #3e3e3e;
}
.aboutus .one {
  padding-top: 300px;
}
.aboutus .twoo {
  padding-top: 150px;
}
.aboutus__watermark {
  z-index: -10;
  height: 550px;
  position: absolute;
  right: 50px;
  bottom: 0px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
}

.values {
  padding: 80px 0px;
  background-image: url("../img/kosior-meble-na-wymiar-malbork-header.webp");
  -webkit-box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
          box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
  background-position: bottom;
  background-size: cover;
}
.values .shadow {
  padding: 40px 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2392156863);
}
.values__text-con {
  width: 75%;
  margin: auto;
}
.values__text-con h2,
.values__text-con .up,
.values__text-con p {
  color: aliceblue;
  text-align: center;
}
.values__card-con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  padding-top: 50px;
}
.values__card-con .card {
  aspect-ratio: 0;
}
.values__card-con .card img {
  height: 120px;
  display: block;
  margin: 0px auto 15px;
}
.values__card-con .card h3 {
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}

.offer {
  padding: 80px 0px;
}
.offer h2,
.offer .up,
.offer p {
  text-align: center;
}
.offer__card-con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  padding: 50px 130px 50px;
}
.offer__card-con .card {
  aspect-ratio: 1;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.279);
          box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.279);
  background-position: center;
  background-size: cover;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
.offer__card-con .card img {
  width: 100%;
  margin-bottom: 15px;
}
.offer__card-con .card .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1254901961);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offer__card-con .card .shadow h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 33px;
  color: aliceblue;
  text-shadow: 0px 1px 6px rgb(22, 21, 21);
  margin-bottom: 2px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.offer__card-con .card .shadow:hover h3 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.offer__card-con .one {
  background-image: url("../img/card/kuchnia-na-wymiar.webp");
  aspect-ratio: 2;
  grid-column: 1/3;
  grid-row: 1/2;
}
.offer__card-con .two {
  background-size: 100%;
  background-image: url("../img/card/meble-na-wymiar.webp");
  aspect-ratio: 0;
  grid-row: 1/3;
}
.offer__card-con .three {
  background-size: 100%;
  background-image: url("../img/card/lazienka-na-wymiar.webp");
}
.offer__card-con .four {
  background-size: 100%;
  background-image: url("../img/card/szafa-na-wymiar.webp");
}
.offer__card-con .one {
  background-size: 100%;
}
.offer__card-con .one:hover {
  background-size: 105%;
}
.offer__card-con .two {
  background-size: 176%;
}
.offer__card-con .two:hover {
  background-size: 181%;
}
.offer__card-con .three {
  background-size: 140%;
}
.offer__card-con .three:hover {
  background-size: 145%;
}
.offer__card-con .four {
  background-size: 100%;
}
.offer__card-con .four:hover {
  background-size: 105%;
}
.offer .mt {
  margin-top: 70px;
}
.offer .hiden {
  display: none;
}
.offer .project_con {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 20px;
}
.offer .project_con img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.offer .project_con img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.offer button {
  display: block;
  margin: 15px auto 0px;
  width: 200px;
}
.offer button:hover {
  border: #5ecc0b solid 2px;
  border-radius: 0px;
  background-color: #5ecc0b;
}

.gallery {
  padding: 80px 0px;
  background-image: url("../img/kosior-meble-na-wymiar-malbork-header.webp");
  -webkit-box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
          box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
  background-position: bottom;
  background-size: cover;
}
.gallery .shadow {
  padding: 80px 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2392156863);
}
.gallery__text-con {
  width: 65%;
  margin-left: auto;
}
.gallery__text-con h2,
.gallery__text-con .up,
.gallery__text-con p {
  text-align: right;
  color: aliceblue;
}
.gallery__text-con button {
  display: block;
  margin: 15px 0px 0px auto;
}

.contact {
  padding: 80px 0px 50px;
}
.contact__text-con {
  width: 50%;
}
.contact iframe {
  border: solid #5ecc0b 10px;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
}
.contact__info-con {
  padding: 75px 0px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}
.contact__info-con .card img {
  display: block;
  margin: auto;
  height: 90px;
  margin-bottom: 20px;
}
.contact__info-con .card h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin-bottom: 2px;
}
.contact__info-con .card p {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 23px;
}

footer {
  -webkit-box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
          box-shadow: 0px 3px 24px 0px rgba(66, 68, 90, 0.57);
  background-color: #000;
  padding: 15px 0px 18px;
}
footer .footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer p {
  font-size: 18px;
  color: #fff;
}
footer .footer .menu-con .menu a {
  color: #fff;
  font-size: 21px;
  margin-right: 8px;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
footer .footer .menu-con .menu a:hover {
  color: #5ecc0b;
}
footer .footer .menu-con .underline {
  margin: 0%;
  margin: 5px auto 10px 0px;
  background-color: #fff;
}
footer .footer .author {
  position: absolute;
  bottom: 0px;
  right: 0%;
}
footer .footer .author p a {
  font-weight: bold;
  color: #fff;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
footer .footer .author p a:hover {
  color: #0bb389;
}

@media (max-width: 1415px) {
  .header {
    background-size: cover;
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 1298px) {
  .aboutus {
    padding: 0px 20px 80px;
  }
  .aboutus__text-con {
    width: 90%;
  }
  .aboutus__card-con {
    top: 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr;
  }
  .aboutus .one {
    padding-top: 0px;
  }
  .aboutus .twoo {
    padding-top: 0px;
  }
  .aboutus .three {
    margin-top: 50px;
  }
  .aboutus__watermark {
    height: 500px;
    right: 0px;
    bottom: -50px;
  }
  .offer__card-con {
    padding: 50px 40px 50px;
  }
  .gallery__text-con {
    width: 80%;
  }
  .contact__text-con {
    width: 80%;
  }
  .contact .map-text {
    text-align: center;
  }
}
@media (max-width: 1040px) {
  .header__shadow .leftline {
    position: absolute;
    left: 2%;
    top: 0%;
    display: block;
    height: 120%;
    width: 3px;
    background-color: #5ccb0a;
  }
  .header__shadow--content {
    position: relative;
    padding-left: 40px;
  }
  .header__shadow--content h1 {
    text-align: left;
    font-size: 60px;
  }
  .header__shadow--content h2 {
    text-align: left;
  }
  .header__shadow--content p {
    text-align: left;
    width: 90%;
  }
  .header__shadow--content .button-con {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .aboutus__text-con {
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .aboutus__card-con {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .aboutus__card-con .card {
    margin-top: 40px;
  }
  .aboutus__card-con .card img {
    max-height: 300px;
  }
  .aboutus__watermark {
    display: none;
    height: 400px;
  }
  .values {
    padding: 0px 0px;
  }
  .values .shadow .values__card-con {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .values .shadow .values__card-con .card {
    margin-bottom: 40px;
  }
  .gallery {
    padding: 0px 0px;
  }
  .contact {
    padding-bottom: 10px;
  }
  .contact__info-con {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .contact .card {
    margin-bottom: 40px;
  }
}
@media (max-width: 838px) {
  .nav .container .nav__link {
    display: none;
  }
  .nav .container .nav_bar {
    display: block;
    margin-left: auto;
  }
  .nav .container .nav__logo {
    padding-left: 30px;
  }
}
@media (max-width: 694px) {
  p {
    font-size: 21px;
  }
  h2 {
    font-size: 40px;
  }
  .header__shadow--content h1 {
    font-size: 50px;
  }
  .header__shadow--content h2 {
    font-size: 25px;
  }
  .header__shadow--content p {
    font-size: 20px;
  }
  .header__shadow--content .button-con button {
    padding: 5px 32px;
    font-size: 20px;
  }
  .aboutus {
    padding: 0px 0px 80px;
  }
  .aboutus .logo {
    margin-bottom: 40px;
  }
  .values__text-con {
    width: 100%;
  }
  .values__card-con .card img {
    height: 100px;
  }
  .offer__card-con {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: 40px 10px 0px;
    gap: 10px;
  }
  .offer__card-con .two {
    grid-row: 2/4;
  }
  .offer .hiden {
    display: block;
  }
  .offer .project_con {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .gallery__text-con {
    width: 100%;
  }
  .gallery__text-con h2,
  .gallery__text-con .up,
  .gallery__text-con p {
    text-align: center;
    color: aliceblue;
  }
  .gallery__text-con button {
    margin: 20px auto 0px;
  }
  .contact__text-con {
    width: 100%;
    text-align: center;
  }
  .contact__info-con .card img {
    height: 80px;
  }
  footer .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .footer .menu-con .underline {
    margin: 5px auto 10px;
  }
  footer .footer .menu-con .menu a {
    font-size: 20px;
    margin-right: 5px;
  }
  footer .footer .menu-con p {
    font-size: 16px;
  }
  footer .footer .author {
    text-align: center;
    position: unset;
    margin-top: 3px;
    display: block;
  }
  footer .footer .author p {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  p {
    font-size: 20px;
  }
  h2 {
    font-size: 33px;
  }
  h3 {
    font-size: 32px;
  }
  .up {
    font-size: 17px;
  }
  .header__shadow .leftline {
    left: -5px;
  }
  .header__shadow--content {
    padding-left: 10px;
  }
  .header__shadow--content h1 {
    font-size: 40px;
    text-align: center;
  }
  .header__shadow--content h2 {
    font-size: 20px;
    text-align: center;
  }
  .header__shadow--content p {
    display: none;
  }
  .header__shadow--content .button-con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offer__card-con .card .shadow h3 {
    font-size: 28px;
  }
  .offer .hiden {
    display: none;
  }
  .offer .project_con {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    padding: 0px 15px;
  }
}
@media (max-width: 444px) {
  .header__shadow .leftline {
    left: -10px;
    width: 4px;
  }
  .header__shadow--content {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .header__shadow--content h1 {
    margin-bottom: -8px;
  }
  .header__shadow--content h2 {
    font-size: 23px;
  }
  .offer__card-con {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 444px) {
  .offer .mt {
    margin-top: 10px;
  }
}
@media (max-width: 358px) {
  .header__shadow--content {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .header__shadow--content .button-con button {
    margin-left: 5px;
  }
}
.gallery_hed {
  height: 80vh;
  -webkit-animation: none;
          animation: none;
  background-size: cover;
}
.gallery_hed .header__shadow {
  background-color: rgba(0, 0, 0, 0.33);
}
.gallery_hed .header__shadow .underline {
  width: 300px;
  margin: 5px auto 0px;
}

.gallery-main .text {
  margin-bottom: 50px;
}
.gallery-main .up {
  margin-top: 80px;
}
.gallery-main .text-con-r, .gallery-main .text-con {
  padding-top: 10px;
}
.gallery-main .text-con-r p,
.gallery-main .text-con-r h2 {
  text-align: right;
}
.gallery-main .gallery-content .grid_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 10px;
}
.gallery-main .gallery-content .grid_container .grid_item img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gallery-main .gallery-content .grid_container .grid_item img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.gallery-main .contact {
  padding-top: 20px;
}

.main_pad {
  padding-top: 60px;
}

@media (max-width: 780px) {
  .header__shadow--content h1,
  .header__shadow--content h2 {
    text-align: center !important;
  }
  .header__shadow--content h1 {
    padding-top: 70px;
  }
  .header__shadow--content h2 {
    margin-bottom: 40px;
  }
  .header__shadow--content .button-con {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__shadow--content .button-con button {
    width: 200px;
    margin-bottom: 10px;
  }
  .header__shadow--content .leftline {
    display: none;
  }
  .gallery-main .gallery-content .grid_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 572px) {
  .gallery-main .gallery-content .grid_container {
    grid-template-columns: 1fr;
  }
  .gallery-main .gallery-content .grid_container .grid_item {
    padding: 0px 20px;
  }
}
@supports (-webkit-backdrop-filter: none) {
  .header,
  .gallery,
  .values {
    background-attachment: scroll !important; /* Safari specific */
  }
}
@supports not (-webkit-backdrop-filter: none) {
  .header,
  .gallery,
  .values {
    background-attachment: fixed !important; /* Non-Safari browsers */
  }
}/*# sourceMappingURL=mains.css.map */