body{
  padding: 0;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
  font-family: 'PT Serif', serif;
	font-size: 16px;
}

.header {
	background: url('../img/Group\ 28.png') no-repeat center top / cover;
	height: 100vh;
	padding-top: 77px;
	color: #fff;
	display: flex;
}

section {
  max-width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}

.container {
  width: 100%;
  margin: 0 auto;
}

a {
	text-decoration: none;
}

header a {
    color: #fff;
}

.menu {
    display: flex;
}

.nav {
	display: flex;
	align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.telefon{
    width: 18px;
    height: 18px;
    color: #fff;
}

li {
	list-style: none;
  }
  
  li a::before {
	content: "";
  }

  .nav-item-major{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 20px;
	text-decoration-line: underline;
	margin-right: 28px;
	font-style: normal;
	transition: color 0.3s linear;
  }

  .nav-item{
	font-size: 19px;
  font-family: 'Montserrat';
	margin-right: 28px;
	font-weight: 400;
	font-style: normal;
	transition: color 0.3s linear;
  }

  .nav-item img {
    padding-right: 10px;
  }

  .nav-item:hover{
	color: #A2908E	 ;
  }

  .nav-item:hover img{
    filter: invert(71%) sepia(2%) saturate(1960%) hue-rotate(318deg) brightness(120%) contrast(100%);
  }

  .nav-item img{
    transition: filter 0.3s linear;
  }

  .nav-item-major:hover{
	color: #A2908E ;
  }

  .header-title{
	color: #fff;
	font-family: 'PT Serif';
	font-weight: 400;
	font-size: 44px;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -80%); 
	text-align: center;
  }
  .arrow-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
  margin-top: 40px;
  }
  
  .arrow-down {
    margin-top: 30px;
}
.arrow-down span {
    display: block;
    width: 25px;
    height: 25px;
    border-bottom: 3.5px solid #fff;
    border-right: 3.5px solid #fff;
    transform: rotate(45deg);
    margin: -15px;
    animation: arrow-down 2s infinite;
}
.arrow-down span:nth-child(2){
    animation-delay: -0.15s;
}
.arrow-down span:nth-child(3){
    animation-delay: -0.3s;
}
@keyframes arrow-down {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

h1{
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
  margin-top: 93px;
}

p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}

.about-us{
  margin-top: 87px;
}

.photocard1{
  margin-top: 87px;
  display: flex;
  justify-content: space-between;
}

.table{
  transition: all 0.3s ease-in-out;
}

.table:hover{
  transform: scale(1.1)
}

.girl{
  transition: all 0.3s ease-in-out;
}

.girl:hover{
  transform: scale(1.1)
}

.Konstantin{
  transition: all 0.3s ease-in-out;
}

.Konstantin:hover{
  transform: scale(1.1)
}

.photocard2{
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}

.wedding_dance{
  transition: all 0.3s ease-in-out;
}

.wedding_dance:hover{
  transform: scale(1.1)
}

.wedding_morning{
  transition: all 0.3s ease-in-out;
}

.wedding_morning:hover{
  transform: scale(1.1)
}

.btn{
width: 274px;
height: 74px;
text-align: center;
background: #000000;
border-radius: 74px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 22px;
color: #fff;
margin-top: 21px;
margin-left: auto;
display: flex;
align-items: center;
justify-content: space-evenly;
transition: all 0.5s ease;
justify-self: flex-end;
}

.btn:hover{
  background: #746664 ;
  color: #fff;
}

.location-item{
  height: 20px;
  width: 20px ;
  justify-content: center;
  align-items: center;
  filter: invert(2);
}

h3{
  margin-top: 148px;
  font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
}

.reviews-item{
  margin-top: 102px;
  width: 24px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials-control{
  margin-left: auto;
  display: flex;
  justify-self: flex-end;
  gap: 20px;
}

.slide-wrapper{
  display: flex;
}

.review-name{
  margin: 0 15px;
}
  
.telefon-item{
  filter: invert(1);
}

.image-item{
  display: flex;
  gap: 19px;
}

a{
  color: #000000;
  font-family: 'Montserrat';
  font-size: 24px;
}

.contacts-item p{
  font-size: 24px;
  font-weight: 500;
  margin-top: 69px;
}

.instagram-item{
  display: flex;
  gap: 20px;
  margin-top: 20px;
  
}

.contacts-item-start{
  margin-top: 93px;
}
.contacts-item-start p{
  font-size: 24px;
  font-weight: 500;
}

.maps-item{
  display: flex;
}

.maps-image{
  margin-right: 21px;
}

.maps{
  margin-top: 69px;
}

.instagram{
  transition: all 0.4s ease-in-out;
}

.instagram-item:hover .instagram{
  transform: scale(1.2)
}

.facebook{
  transition: all 0.4s ease-in-out;
}

.instagram-item:hover .facebook{
  transform: scale(1.2)
}

.telefon-item{
  transition: all 0.4s ease-in-out;
}

.image-item:hover .telefon-item{
  transform: scale(1.2)
}

h6{
  margin-top: 93px;
  display: flex;
  align-items: center;
	justify-content: center;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 15px;
}

.mobile-photos {
  display: none;
  width: 100%;
}

#container-ul {
  padding: 0;
}

#container-ul li {
  min-height: 150px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#container-ul li:first-child {
  display: block;
  opacity: 1;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.burger-menu{
  display: none;
}


.block{
  display: block;
}

.burger-slide{
  position: absolute;
}

button{
  border: none;
  outline: none;
  background-color: transparent;
}

.disp{
  display: none;
}

.nav-item-burger{
	font-size: 14px;
  font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
  margin-top: 5px;
}
 
.line {
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: all 0.3s ease 0s;
}

.menu.show {
  left: 0;
}

.toggle {
  background-color: black;
}

.line-1.toggle {
  transform: translateY(8px) rotate(45deg);
}

.line-2.toggle {
  opacity: 0;
}

.line-3.toggle {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1005px) {
  ul {
    gap: 10px
  }
  
  .menu {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: -105%;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
  }

  .burger-menu {
    z-index: 1001;
    display: fixed;
  }

  .nav-item {
    font-size: 32px;
    margin: 0;
    color: black;
  }

  .nav-item img {
    height: 28px;
    width: 28px;
    filter: brightness(0);
  }

  .photocard1, .photocard2, .btn {
    display: none;
  }

  .mobile-photos {
    display: block;
    position: relative;
    text-align: center;
  }

  .mobile-photos img {
    display: block;
    width: 100%;
  }

  .mobile-photos h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
  }
  
  .mobile-photos h2 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }

  #container-ul {
    margin-top: -70px;
  }

  .contacts-item-start {
    margin-top: 0;
  }

  .contacts .container p {
    font-size: 20px;
    margin-top: 31px;
  }

  .contacts .container a {
    font-size: 20px;
  }

  .telefon-number {
    font-size: 18px;
  }
  
  .maps-item p {
    margin: 0;
    margin-bottom: -40px;
  }
}

@media (max-width: 980px) {

  .burger-menu{
    display: block;
    margin: 0;
  }

  .header-title {
    margin-top: 60px;
    font-size: 36px;
  }

  .arrow-down {
    margin-top: 150px;
  }

  .nav {
    margin: 0 15px;
  }

  .logo{
    width: 180px;
    margin-left: 0;
  }

  h1{
    font-size: 36px;
    margin-top: 42px;
  }

  .about-us {
    margin-top: 24px;
  }

  p {
    font-size: 18px;
  }
}
  

  
  
  
  
  