* {
  margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
}
@keyframes animationOnStart {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animationOnStartv2 {
  0% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animationService{
  0%{
    transform: translateY(-1000px);
  }
  100%{
    transform: translateY(0);
  }
}
@keyframes catalogAnimation{
  0%{
    transform: translateY(1000px);
  }
  100%{
    transform: translateY(0);
  }
}
body {
  overflow-x: hidden;
}
a{
  text-decoration: none;
  color: rgb(105, 82, 49);
}
.bbh-sans-bartle-regular {
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 800;
  font-style: normal;
}
header {
  width: 100%;
  height: 100px;
  background: rgba(239, 195, 202, 0.95);
  box-shadow: 0px 15px 10px rgba(239, 195, 202, 0.95);
  animation: 0.8s animationService ease;
  display: grid;
  position: fixed;
  grid-template-columns: 30% 40% 30%;
  overflow: visible;
  z-index: 1000;
}
.nameBlock {
  display: flex;
  align-items: center;
  margin-left: 5%;
  color: white;
}
nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navButton {
  width: 20%;
  height: 35%;
  margin: 15px;
  font-size: 20px;
  border-radius: 8px;
  color: rgb(105, 82, 49);
  border: 2px solid rgb(105, 82, 49);
  box-shadow: 0px 2px 3px rgb(105, 82, 49);
  transition: 1s ease;
}
.navButton:hover{
  transform: scale(1.18);
  cursor: pointer;
}
.navButton a{
  text-decoration: none;
  color: rgb(105, 82, 49);
}
.iconsBlock {
  display: flex;
  padding: 20px;
  padding-left: 40%;
  justify-content: space-around;
  align-items: center;
}
main {
  width: 100%;
  height: 750px;
  background-color: #fadfb3;
  background-image: linear-gradient(
      rgba(250, 223, 179, 0.8),
      rgba(250, 223, 179, 0.8)
    ),
    url("/img/mainPhotoV3.jpg");
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: center;
  grid-template-columns: 60% 40%;
}
.mainTextBlock {
  width: 67%;
  height: 45%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  animation: 1.2s animationOnStartv2 ease;
  color: rgb(165, 131, 82);
  box-shadow: -5px 10px 0px rgb(136, 92, 129);
  background: #efc3ca;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 11%;
  padding-left: 5%;
}
.mainTextBlock h1 {
  width: 63%;
  font-size: 26px;
  margin-left: 3%;
}
.mainTextBlock h2 {
  width: 88%;
  font-size: 25px;
  margin-top: 3%;
  margin-left: 3%;
}
.mainPhotoBlock {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 40%;
}
.underImageBlock {
  width: 100%;
  height: 220px;
  position: relative;
  background: #efc3ca;
  box-shadow: 5px 10px 0px rgb(136, 92, 129);
  animation: 1.2s animationOnStart ease;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.greetingsBlock {
  width: 55%;
  height: 45px;
  background: rgb(226, 226, 226);
  color: rgb(105, 82, 49);
  border: 2px solid rgb(105, 82, 49);
  border-radius: 10px;
  position: absolute;
  padding: 8px;
  margin-top: 25%;
  margin-left: 22%;
  font-size: 20px;
}
.readMoreButton{
  border: 1px solid rgb(105, 82, 49);
  border-radius: 5px;
}
.underImageBlock img {
  width: 300px;
  margin-left: 28%;
  margin-top: -170px;
}
section {
  width: 100%;
  height: 900px;
  background: url(/img/section-backgroundV2.png);
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 15px 50px rgb(179, 130, 141);
}
.sectionTextBlock {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #efc3ca;
  display: none;
  color: rgb(105, 82, 49);
  box-shadow: 0px 10px 0px rgb(136, 92, 129);
  text-align: center;
  animation: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sectionTextBlock h2{
  font-size: 21px;
}
.serviceTypeName {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 20px;
  height: 50px;
  display: none;
  border: 2px solid rgb(136, 92, 129);
  border-radius: 10px;
  padding-top: 8px;
  background: #efc3ca;
  color: rgb(105, 82, 49);
  box-shadow: 0px 5px 0px rgb(136, 92, 129);
}
.servicesCatalog {
  width: 100%;
  height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.servicesCatalogElement {
  width: 80%;
  height: 60%;
  color: rgb(105, 82, 49);
  background: white;
  border: 3px solid rgb(105, 82, 49);
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  margin-left: 10%;
  margin-top: 5%;
  display: flex;
  padding: 10px;
}
.first-half{
  display: none;
  animation: none;
}
.second-half{
  display: none;
  animation: none;
}
.servicesCatalogElement:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}
.serviceDiscription {
  width: 60%;
}
.serviceDiscription p{
  width: 92%;
  font-size: 14px;
  margin-top: 8px;
}
.serviceDiscription h3 {
  margin-top: 5%;
}
.catalogButton{
  width: 55%;
  height: 40px;
  background: #efc3ca;
  border: 2px solid rgb(105, 82, 49);
  color: rgb(105, 82, 49);
  margin-top: 20px;
  font-size: 19px;
}
.serviceImage {
  width: 45%;
  height: 100%;
  border: 3px solid #efc3ca;
  border-radius: 5px;
}
footer {
  width: 100%;
  height: 130px;
  background: rgba(239, 195, 202, 0.95);
  color: rgb(105, 82, 49);
  padding: 48px 24px;
  font-family: "Poppins", sans-serif;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 3%;
}
.wrapper {
  width: 45%;
  margin: 0 auto;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 1fr);
  max-width: 1100px;
  margin: 0 auto;
}
.footer-title {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.footer-section h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.footer-section p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.social-icons a svg {
  transition: transform 0.2s ease, stroke 0.2s ease;
}
.social-icons a:hover svg {
  transform: scale(1.15);
  stroke: #fadfb3;
}
.footer-right {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.9rem;
  color: rgb(105, 82, 49);
}
.image-express {
  background: url(/img/express-photo.jpg);
}
.image-oneByOne{
  background: url(/img/oneByOne-photo.jpg);
}
.image-2d{
  background: url(/img/2d-photo.jpg);
}
.image-3d-4d{
  background: url(/img/3d-photo.jpg);
}
.image-hollywood{
  background: url(/img/hollywood-photo.jpg);
}
.image-megaVolume{
  background: url(/img/megaVolume-photo.jpg);
}
.serviceImage{
    background-size: 100% 100%;
}
.image-2d{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}