body{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: black; 
}
*,
*:before,
*:after {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

/* Container */
.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* Intro */

.intro{
	display: flex;
	padding-top: 350px; 
	width: 100%;
	height: 100vh;
	background: url("../images/intro.jpg");
	background-color: rgb(243, 170, 182);
	background-size: cover; 
}

.intro1{
	display: flex;
	padding-top: 350px; 
	width: 100%;
	height: 140vh;
	background: linear-gradient(to bottom,rgb(241, 162, 175),rgb(221, 218, 218));
	background-size: cover; 
}
.intro2{
	display: flex;
	padding-top: 350px; 
	width: 100%;
	height: 135vh;
	background: linear-gradient(to bottom,rgb(221, 218, 218),rgb(241, 162, 175));
	background-size: cover; 
}
.intro3{
	display: flex;
	padding-top: 350px; 
	width: 100%;
	height: 100vh;
	background: linear-gradient(to bottom,rgb(221, 218, 218),rgb(241, 162, 175));
	background-size: cover; 
}


.intro__title{
	font-family: 'Kaushan Script', cursive;
	color:rgb(255, 255, 255);
	position: absolute;
	text-align: center;
	left: 41%;
	top:130px;
}


/* Header */
.header{
	padding-top: 30px;
	width:88%;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	z-index: 1000;
}
.header__inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logo {
	font-size:30px;
	font-weight: 700;
	color:rgb(255, 255, 255);
}
.header__logo1 {
	font-size:30px;
	font-weight: 700;
	color:rgb(247, 247, 247);
}


/* Button */
.btn {
	display: inline-block;
	vertical-align: top;
	padding : 8px 30px;
	position: absolute;
	left:45%;
	bottom: 55px;

	border: 3px solid rgb(255, 255, 255);

	font-size: 14px;
	font-weight: 700;
	color:black;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: background .1s linear, color .1s linear;

}
.btn:hover{
	background-color:rgb(253, 253, 253);
	color:black;
}

/* Section */
.section{
	padding:80px 0;
}
.section__header {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 20px;
	text-align: center;
}
.section__header1 {
	width: 100%;
	max-width: 950px;
	position: absolute;
	left:500px;
	top: 150px;
}
.section__header2 {
	width: 100%;
	max-width: 950px;
	position: absolute;
	top: 600px;
}
.section__title{
	font-size: 30px;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
}

.section__title1{
	font-size: 30px;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
}
.section__title2{
	font-size: 30px;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
	text-align:center ;
}
.section__title3{
	font-size: 30px;
	font-weight: 700;
	color: #30363b;
	text-transform: uppercase;
	text-align:center ;
}
.section__title4{
	font-size: 25px;
	font-weight: 700;
	color: #30363b;
	text-transform: uppercase;
	text-align:center ;
}

.section__title:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 30px auto 30px;

	background-color:rgb(250, 148, 165); 

}
.section__title1:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 15px auto 0px;

	background-color:rgb(255, 255, 255); 

}
.section__title2:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 30px auto 30px;

	background-color:rgb(250, 250, 250); 

}
.section__title3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 30px auto 30px;

	background-color:rgb(250, 148, 165); 

}
.section__title4:after{
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	margin: 30px auto 30px;

	background-color:rgb(253, 253, 253); 

}

.section__text{
	font-size: 18px;
	color:rgb(32, 32, 32);
}
.section__text1{
	font-size: 18px;
	text-align: center;
	color:rgb(2, 2, 2);
}


/* About */

.image1{
	width: 295px;
    height: 295px;
	opacity: 0.5;
}
.about{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.about__item{
	width: 295px;
	position: relative;
	background-color: rgb(137, 212, 235);
}

.about__item:hover .about__img {
	transform: translate3d(-10px,-10px,0);
}

.about__item:hover .about__img img{
	opacity: .7;
} 


.about__img{
	background: linear-gradient(to bottom,pink,rgb(73, 73, 73));
	transition: transform .2s linear;
}

.about__img img{
	display: block;
	transition: opacity .1s linear;
}
.about__text{
	width: 100%;
	font-size: 20px;
	color: black;
	font-weight: 900;
	-webkit-text-stroke-width: 0.6px;
   	-webkit-text-stroke-color:pink;
	text-shadow: gray;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 700;
	text-align:center;
	

	position: absolute;
	top: 50%;
	left(0);
	z-index: 2;
	transform: translate3d(0,-50%,0);

	transition: opacity .1s linear;
}

/* Nach */
.nach{
	background:url("../images/fon1.png");
}
.section__title1{
	font-size: 30px;
	font-weight: 700;
	color: black;
	padding-top: 40px;
}

/* Slides */

.section-g {
	height: 600px;
	position:relative;
  }
  .content-g {
	width:1280px/1366px * 100%;
	max-width: 300px;
  }
  .slider{
	  width: 500px;
	  height: 500px;
	  overflow: hidden;    
  }
  .middle{
	 position: absolute;
	  top: -37.5%;
	  left: 50%;
	  transform: translate(-50%, 50%);
  }
  .navigation{
	  position: absolute;
	  bottom: 16px;
	  left: 50%;
	  transform: translateX(-50%);
	  display: flex;
  }
  .bar{
	  height: 8px;
	  width: 30px;
	  margin: 6px;
	  cursor: pointer;
	  background-color:black;
	  opacity: .5;
	  border-radius: 10px;
	  transition: all .4s ease;
  }
  .bar:hover{
	  opacity: 1;
	  transform: scale(1.1);
  }
  input[name="r"] {
	  position: absolute;
	  visibility: hidden;
  }
  
  .slides{
	  width: 400%;
	  height: 100%;
	  display: flex;
  }
  .slide{
	  width: 25%;
	  transition: all .6s ease;   
  }
  .slide img{
	  width: 100%;
	  height: 100%;
  }
  
  #r1:checked ~ .s1 {
	  margin-left: 0;
  }
  
  #r2:checked ~ .s1 {
	  margin-left: -25%;
  }
  
  #r3:checked ~ .s1 {
	  margin-left: -50%;
  }
  
  #r4:checked ~ .s1 {
	  margin-left: -75%;
  }

  /* Storka */
  
  .menu{
	  margin-left: 475px;
	 display: flex;
  }
  
  .menu li{
	width: 190px;
	list-style: none;
	position: relative;
  }
  
  .menu a {
	color: rgba(0, 0, 0, 0.733);
	font-size: 18px;
	font-weight: 550;
	background-color: rgba(255, 255, 255, 0.555);	
	text-decoration: none;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	transition: all .2s;
  }
  
  .menu a:hover {
	background-color: white;
	color: rgb(0, 0, 0);
  }
  
  .menu ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	padding: 0;
  }
  
  .menu li:hover > ul {
	display: block;
  }
  
  .menu ul ul {
	display: none;
	top: 0;
	left: 100%;
  }
  
/* Reviews */
.reviews {
    padding: 0 110px;
    position: relative;
}

.reviews__item {
    padding-left: 80px;
    position: relative;
}

.reviews__text {
    margin-bottom: 15px;

    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    color: rgb(31, 31, 31);
}

.reviews__author {
    font-family: 'Kaushan Script', cursive;
    font-size: 24px;
    color: #333;
}

.reviews__author:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 3px;
    margin-right: 10px;

    background-color: rgb(214, 134, 148);
}

.reviews__btn {
    font-size: 0;
    color: transparent;

    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.reviews__btn:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;

    border-top: 2px solid rgb(121, 121, 121);
    border-left: 2px solid rgb(153, 153, 153);
}

.reviews__btn--prev {
    left: 0;
    transform: rotate(-45deg);
}

.reviews__btn--next {
    right: 0;
    transform: rotate(135deg);
}

/* Footer */
.row{
	display: flex;
	flex-wrap: wrap;
}
.il{
	list-style: none;
}
.footer{
	background-color: #30363b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: rgb(214, 134, 148);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
	
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.footer__text{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
}

.contacts-section-link{
    color: #bbbbbb;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

/* Cards*/

.container12 {
	margin-left: 420px;	
	width: 1000px;
  	position: absolute;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
  	height: 60vh;
  	
  }

.card img {
		width: 300px;
		height: 300px;
		border: 5px solid rgb(250, 250, 250);
}
.card {
	width: 100%;
	max-width: 200px;
		margin: 60px;
		
}
.card__text{
	font-size: 19px;
	color: rgb(2, 2, 2);
	font-weight: 500;
	margin-left: 100px;
	text-align: center;
}

/* We do */
.wedo {
    display: flex;
	justify-content:center;
}

.wedo__item {
    width: 75%;
}

/* Accordion */

.accordion__item {
    margin-bottom: 10px;
    border: 2px solid #333;
}
.accordion__header {
    padding: 15px 20px 15px 65px;
    position: relative;

    border-bottom: 1px solid transparent;
}
.accordion__item .accordion__header {
    border-bottom-color: rgb(255, 255, 255);
}
.accordion__content {
    padding: 15px 20px;
    display: block;

    font-size: 15px;
    color: rgb(0, 0, 0);
    
    font-weight: 400;
}

.accordion__title {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
	font-weight: 500;
}
.container3 {
	margin-left: 480px;
	width: 1000px;
  	position: absolute;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
  	height: 65vh;
  	transition: 1s;
  }
  .container4 {
	display: flex;
	justify-content:center;
	margin-left:460px ;  
	width: 1000px;
  	position: absolute;
  	flex-wrap: wrap;
  	align-items: center;
  	height: 50vh;
  	transition: 1s;
  }

  /*Maps*/

  .container5 {
	margin-left: 470px;
	width: 1000px;
  	position: absolute;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
  	height: 30vh;
  	transition: 1s;
  }
  .contacts-section-type1{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #5f5f5f;
    margin-right: 7px;
}

.contacts-section-link1{
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.contacts-section1{
	margin-left: 330px;
}

/*Burger*/

#menu__toggle {
	display: none;
	opacity: 0;
  }
  
  .menu__btn {
	display: none; 
	align-items: center;  
	position: fixed;
	top: 53px;
	left: 85%;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 1;
  }
 
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #292929;
  }
  .menu__btn > span::before {
	content: '';
	top: -8px;
  }
  .menu__btn > span::after {
	content: '';
	top: 8px;
  }
 
.menu__box {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 0;
	right: -100%;
	width: 270px;
	height: 100vh;
	margin: 0;
	padding: 100px 0;
	list-style: none;
	text-align: center;
	background-color: pink;
	box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  }
 
  .menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
  }
  .menu__item:hover {
	background-color: #ffffff;
  }
  #menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
	visibility: visible;
	right: 0;
  }
  .menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: .25s;
}
.menu__box {
  transition-duration: .25s;
}
.menu__item {
  transition-duration: .25s;
}



/*Media*/
@media(max-width: 767px){
	.footer-col{
	  width: 50%;
	  margin-bottom: 30px;
  }
  }
  @media(max-width: 574px){
	.footer-col{
	  width: 100%;
  }
  }
  @media (max-width: 575px) {
	.menu{
		display: none;
	}

	
	.header__logo {
			font-size:30px;
			margin-left:20px ;
			color:rgb(252, 144, 162);
	}
	

	.intro{
			background: url("../images/introph.png");
			height: 100vh;
			width:575px;
	}
	
    .intro__title {
		position: absolute;
		left:5%;
		top: 120px;
        font-size: 27px;
		color: #ffffff;
    }

	.btn {
		display: inline-block;
		vertical-align: top;
		padding : 8px 30px;
		position: absolute;
		left: 22%;
		top:25%;
		bottom: auto;
	
		border: 3px solid rgb(255, 167, 182);
	
		font-size: 14px;
		font-weight: 700;
		color:rgb(255, 255, 255);
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		transition: background .1s linear, color .1s linear;
	
	}
	.btn:hover{
		background-color:rgb(255, 167, 182);
		color:rgb(0, 0, 0);
	}

    .section__header {
        margin-bottom: 50px;
    }

	.section__text{
		max-width: 380px;
	}

    .section__title {
        font-size: 24px;
		max-width:390px;
    }

    .section__title:after {
        margin: 20px auto;
    }

	.about{
		width: 100%;
		max-width: 400px;
		display: flex;
		justify-content: center;
	}

	.about__item{
		width: 295px;
		background-color: rgb(137, 212, 235);
	}
		
	.about__item:hover .about__img {
		transform: translate3d(-10px,-10px,0);
	}
		
	.about__item:hover .about__img img{
		opacity: .7;
	} 
	.slider{
		width: 350px;
		height: 480px;
		overflow: hidden;    
	}
	.bar{
		border-radius: 10px;
		width: 30px;
		height: 21px;
		margin: 8px;
	}
	.navigation{
		position: absolute;
		bottom:3px;
	}
	.reviews {
		padding: 0 5px;
	}
	.reviews__text {
		margin-bottom: 2px;
	}
	.reviews__item {
		padding-left: 20px;
	}
	.reviews__author {
		margin-bottom: 25px;
	}
	.menu__btn {
		display: block;
	}
	#menu__toggle {
		display: block;
	}
  }