/*
Theme Name: Dennis Living
Author: Muneeb Bhai
Description: A Project built with ❤️
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dennis
*/


/* Global Styling */
:root{
  --black: #000000;
  --white: #ffffff;
}
html{
  scroll-behavior: smooth;
}
html,
body{
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
*::before,
*::after{
  box-sizing: inherit;
}
body{
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
ul,
ol{
  list-style: none;
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Tinos', serif;
  font-weight: 400;
}
button,
input[type="button"],
input[type="submit"]{
  background-color: transparent;
  box-shadow: none;
  border: 0;
}
img{
  max-width: 100%;
}
.container{
  width: 2000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container-wide-left{
  width: 2700px;
  max-width: 100%;
  margin-left: auto;
}
.container-wide-right{
  width: 2700px;
  max-width: 100%;
  margin-right: auto;
}
.d-flex{
  display: flex;
}
.items-center{
  align-items: center;
}
.space-between{
  justify-content: space-between;
}
.wrap{
  flex-wrap: wrap;
}
.just-center{
  justify-content: center;
}
.just-end{
  justify-content: flex-end;
}
.just-start{
  justify-content: flex-start;
}
.text-center{
  text-align: center;
}
.relative{
  position: relative;
}
.gap-10{
  gap: 10px;
}
.gap-20{
  gap: 20px;
}
.gap-30{
  gap: 30px;
}
.gap-40{
  gap: 40px;
}
.btn{
  padding: 16px 40px;
  border: 2px solid var(--black);
  background-color: var(--black);
  display: inline-flex;
  white-space: nowrap;
  transition: .3s ease-in-out;
  font-weight: 500;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--white);
  text-transform: uppercase;
}
.btn:hover{
  background-color: transparent;
  color: var(--black);
}
.container-large{
  width: 100%;
  padding: 0 80px;
}


/* Front Page */

/* Hero */
.hero{
  padding: 120px 0;
  background-size: cover;
  padding-bottom: 250px;
  background-position: center;
	position: relative;
}
.hero:after{
	content: "";
	position: absolute;
	top: 0;
	background:  rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	display: block;
}
.site-hero{
	position: relative;
  z-index: 2;
}
.header{
  padding-bottom: 250px;
}
.header--logo{
  flex: 3;
}
.menu,
.header--link{
  flex: 1;
}
.header--link .material-symbols-outlined{
  font-size: 35px;
}
.header_title{
  font-size: 80px;
  letter-spacing: 2px;
  font-weight: 400;
}
.header_title p{
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 50px;
  font-weight: 400;
}
.hero-content{
  padding-bottom: 600px;
}
.hero_title{
  font-size: 110px;
  letter-spacing: 1px;
  line-height: 66px;
  color: var(--white); 
  text-shadow: 0 5px 15px rgba(0,0,0,.9);
}
.hero_text{
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 66px;
  text-transform: uppercase;  
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 5px 15px rgba(0,0,0,.9);
}
.hero_text_area{
  max-width: 100%;
  font-size: 48px;
  line-height: 65px;
  margin: 0 auto;
  color: var(--white);
  letter-spacing: 2px;
  text-shadow: 0 5px 15px rgba(0,0,0,.9);
}


/* timeline */
.timeline{
	margin: 80px 0;
}
.timeline_title{
  font-size: 110px;
  letter-spacing: 4px;  
  line-height: 130px;
}
.timeline-repeater{
  gap: 60px;
  margin-top: 80px;
}
.timeline_repeater_content{
  padding: 80px 40px;
  background-color: #f5f5f5;
  border-radius: 100%;
  height: 320px;
  width: 320px;
  border: 1px solid var(--black);
}
.timeline_number{
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: var(--black);
  opacity: 0.702;
}
.timeline_repeater_text{
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}





/* Design */
.design{
  margin: 200px 0;
}
.design_content{
  width: 82%;
  padding: 80px 0;  
  background-color: #f7f9fa;
}
.design-content{
  gap: 250px;
}
.design--text{
  flex: 1;
}
.design--image{
  flex: 1.5;
}
.design_tagline{
  font-size: 48px;
  text-transform: uppercase;
  line-height: 70px;
}
.design_title{
  font-size: 100px;
  line-height: 110px;
  border-bottom: 2px solid var(--black);
  padding-bottom: 15px;
  letter-spacing: 3px;
}
.design_text{
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 2px;
  margin-top: 50px;
}
.design--image {
  display: block;
  overflow: hidden;
}
.design--image img{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  transition: .9s ease-in-out;
}
.design--image:hover img{
  transform: scale(1.1);
}
.risk{
  position: absolute;
  bottom: 0;
}
.risk-content{
  background-image: url(./images/Title-Box.jpg);
  color: var(--white);
  padding: 60px 30px;
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
}
.risk_risk{
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0;
}
.risk_high{
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
.details--image .risk{
  right: 0;
}



/* Plans */
.plan_title{
  font-size: 80px;
  margin-bottom: 40px;
}
.room-content{
  margin-top: 150px;
}
.room_repeater{
  gap: 150px;
}
.room_repeater_text{
  flex: 1;
}
.room_repeater_image{
  flex: 1.3;
}
.room_repeater_image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.room_repeater_title{
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
}
.room_repeater_text{
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 2px;
}
.room_repeater_price{
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 41px;
  color: #f1a53a;  
  font-weight: 700;
}
.room_repeater_link{
  margin-top: 50px;
}



/* Art */
.art-art{
  margin: 300px 0;
}
.art-content{
  gap: 300px;
}
.art--image{
  flex: 1.5;
}
.art--content{
  flex: 1;
}
.art--image img{
  width: 100%;
}
.art_title{
  font-size: 90px;
  letter-spacing: 4px;
}
.art_repeater{
  padding: 30px 0;
  border-bottom: 2px solid var(--black);
  margin: 30px 0;
}
.art_repeater:last-child{
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.art_number{
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;  
}
.art_repeater_text_title{
  font-size: 50px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.art_repeater_text_text{
  font-size: 30px;
  line-height: 40px;
  margin: 15px 0;
}




/* Projekt */
.project_title{
  font-size: 100px;
  letter-spacing: 2px;
  line-height: 80px;
}
.project_text{
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 51px;
  text-transform: uppercase;  
}
.project_slider{
  margin-top: 150px;
  margin-bottom: 30px;
}
.lb-number{
  display: none !important;
}
.slider_repeater_text{
  display: none;
}
.swiper-slide-active .slider_repeater_text{
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: var(--white);
  text-shadow: 0 5px 20px rgba(0, 0, 0, .9);
}
.slider_repeater_text h1{
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 40px;
  text-transform: uppercase;  
  font-weight: 700;
}
.slider_repeater_text p{
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 38px;
  color: #ffffff;  
  margin: 0;
}



/* Kontaktieren Sie uns */
.contact{
  background-size: cover;
  padding-top: 120px;
}
.contact-us{
  padding-top: 150px;
}
.contact_title{
  font-size: 72px;
  letter-spacing: -1px;
  line-height: 80px;
  text-transform: uppercase;  
  margin-bottom: 40px;
}
.contact-wrapper{
  text-align: center;
}
.contact_wrapper{
  width: 800px;
  margin: 0 auto;
}
.contact_wrapper p{
  margin: 30px 0;
}
.contact_wrappers p{
  margin: 0;
}
.contact_wrappers{
  gap: 40px;
}
.wpcf7-form-control{
  width: 100%;
  padding: 12px;
  outline: none;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.wpcf7-form-control::placeholder{
  color: var(--black);
}
.wpcf7-submit{
  background-color: var(--black) !important;
  color: var(--white);
  padding: 16px;
  border: 2px solid var(--black) !important;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.wpcf7-submit:hover{
  background-color: transparent !important;
  color: var(--black);
}
.copyright{
  font-size: 35px;
  padding-top: 80px;
  margin: 0;
  padding-bottom: 10px;
  color: var(--black);
}
.timeline-repeater{
  z-index: 1;
}
.time_line{
  position: absolute;
  width: 100%;
  right: -170px;
  bottom: -120px;
}
.time_line img{
  width: 1880px;
}




/* Responsiveness */
@media only screen and (max-width: 2560px) {
  .header--logo{
    flex: 1.6;
  }
  .design_content{
    width: 100%;
    padding: 80px 0 80px 80px;
  }
  .design{
    margin-left: 120px;
  }
  .details,
  .art{
    margin-left: 0;
    margin-right: 120px;
  }
  .details .design_content{
    padding: 80px 80px 80px 0px;
  }
}

@media only screen and (max-width: 1920px) {
  .container-large{
    padding: 0 60px;
  }
  .header--logo{
    flex: 1.4;
  }
  .container{
    width: 1600px;
    margin: 0 auto;
    max-width: 100%;
  }
  .btn{
    padding: 14px 30px;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .header--link .material-symbols-outlined{
    font-size: 25px;
  }
  .hero_title{
    font-size: 100px;
    letter-spacing: 1px;
    line-height: 66px;
  }
  .hero_text{
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 66px;
  }
  .hero_text_area{
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 36px;    
  }
  .timeline_title{
    font-size: 80px;
    line-height: 72px;
  }
  .timeline-repeater{
    gap: 40px;
  }
  .timeline_repeater_content{
    padding: 60px 5px;
    height: 250px;
    width: 250px;
  }
  .timeline_repeater_text{
    font-size: 24px;
    line-height: 34px;
  }
  .design{
    margin-left: 50px;
  }
  .design-content{
    gap: 200px;
  }
  .design_tagline{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 80px;   
    margin: 0; 
  }
  .design_title{
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 80px;    
  }
  .design_text{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 36px;    
  }
  .details{
    margin-left: 0;
    margin-right: 50px;
  }
  .room_repeater_title{
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 80px;    
  }
  .room_repeater_text{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 34px;    
  }
  .room_repeater_price{
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 36px;    
  }
  .art-content{
    gap: 100px;
    align-items: end;
  }
  .art_repeater{
    padding: 20px 0;
    margin: 20px 0;
  }
  .art_number{
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 80px;    
  }
  .art_repeater_text_title{
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 80px;    
  }
  .art_repeater_text_text{
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 33px;    
  }
  .contact{
    background-position: center;
  }
  .project_slider{
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1680px) {
  .container-large{
    padding: 0 20px;
  }
  .header--logo{
    flex: 1;
  }
  .room-content{
    margin-top: 100px;
  }
  .design-content{
    gap: 150px;
  }
  .art_repeater_text_title{
    font-size: 30px;
    line-height: 50px;
  }
  .art_number{
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .container{
    padding: 0 60px;
  }
  .btn{
    font-size: 20px;
  }
  .header{
    padding-bottom: 50px;
  }
  .hero{
    padding-top: 60px;
    padding-bottom: 200px;
  }
  .hero-content{
    padding-bottom: 70px;
  }
  .hero_title{
    font-size: 60px;
    line-height: 60px;
  }
  .hero_text{
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .hero_text_area{
    font-size: 16px;
    line-height: 26px;
  }
  .timeline_title{
    font-size: 80px;
    line-height: 72px;
  }
  .timeline-repeater{
    gap: 30px;
  }
  .timeline_repeater_content{
    padding: 60px 5px;
    height: 230px;
    width: 230px;
  }
  .timeline_repeater_text{
    font-size: 20px;
    line-height: 30px;
  }
  .design{
    margin-left: 40px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .design_content{
    padding: 40px 0 40px 40px;
  }
  .details .design_content{
    padding: 40px 40px 40px 0;
  }
  .design-content{
    gap: 100px;
  }
  .design_tagline{
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 40px;   
    margin: 0; 
  }
  .design_title{
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;    
  }
  .design_text{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;    
  }
  .design--image{
    flex: 1.2;
  }
  .risk-content{
    padding: 30px 20px;
  }
  .risk_risk{
    font-size: 22px;
    line-height: 30px;
  }
  .risk_high{
    font-size: 30px;
    line-height: 40px;
  }
  .details{
    margin-left: 0;
    margin-right: 40px;
  }
  .plan_title{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
  }
  .room-content{
    margin-top: 50px;
  }
  .room_repeater_title{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;    
  }
  .room_repeater_text{
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;    
    margin-top: 10px;
  }
  .room_repeater_price{
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 35px;  
    margin: 0;  
  }
  .room_repeater_link{
    margin-top: 20px;
  }
  .room_repeater_image{
    flex: 1.1;
  }
  .art-art{
    margin: 140px 0;
  }
  .art_title{
    font-size: 60px;
  }
  .art-content{
    gap: 50px;
    align-items: end;
  }
  .art--image{
    flex: 1;
  }
  .art_repeater{
    padding: 20px 0;
    margin: 20px 0;
  }
  .art_number{
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 40px;    
  }
  .art_repeater_text_title{
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 40px;    
  }
  .art_repeater_text_text{
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 25px;    
    margin: 0;
  }
  .project_title{
    font-size: 60px;
    line-height: 60px;
  }
  .project_text{
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .contact{
    background-position: center;
  }
  .project_slider{
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1366px) {
  .header--logo{
    flex: 1.5;
  }
  .details .design_content{
    padding: 20px 20px 20px 0;
  }
  .btn{
    padding: 12px 18px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .container{
    padding: 0 40px;
  }
  .hero{
    padding-top: 30px;
  }
  .header{
    padding-bottom: 50px;
  }
  .logo{
    width: 150px;
    margin: 0 auto;
  }
  .logo img{
    width: 100%;
    object-fit: contain;
  }
  .hero-content{
    padding-bottom: 60px;
  }
  .hero_title{
    font-size: 50px;
    line-height: 50px;
  }
  .hero_text{
    font-size: 15px;
    line-height: 25px;
  }
  .hero_text_area{
    font-size: 15px;
    line-height: 25px;
  }
  .timeline_title{
    font-size: 50px;
    line-height: 50px;
  }
  .timeline-repeater{
    gap: 20px;
  }
  .timeline_repeater_content{
    padding: 50px 5px;
    height: 200px;
    width: 200px;
  }
  .timeline_repeater_text{
    font-size: 18px;
    line-height: 28px;
  }
  .design_content{
    padding: 20px 0 20px 20px;
  }
  .design{
    margin-left: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .design-content{
    gap: 80px;
  }
  .design--image{
    flex: 0.8;
  }
  .design_tagline{
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 50px;   
    margin: 0; 
  }
  .design_title{
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px;    
  }
  .design_text{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;    
  }
  .risk-content{
    padding: 15px;
  }
  .risk_risk{
    font-size: 17px;
    line-height: 27px;
  }
  .risk_high{
    font-size: 20px;
    line-height: 30px;
  }
  .details{
    margin-left: 0;
    margin-right: 40px;
  }
  .plan_title{
    font-size: 50px;
  }
  .room-content{
    margin-top: 30px;
  }
  .room_repeater{
    gap: 60px;
  }
  .room_repeater_image{
    flex: 0.8;
  }
  .room_repeater_title{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;    
  }
  .room_repeater_text{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;    
  }
  .room_repeater_price{
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 32px;  
    margin: 0;  
  }
  .room_repeater_link{
    margin-top: 10px;
  }
  .art-art{
    margin: 120px 0;
  }
  .art--image{
    flex: 0.9;
  }
  .art_title{
    font-size: 50px;
  }
  .art-content{
    gap: 40px;
    align-items: end;
  }
  .art_repeater{
    padding: 15px 0;
    margin: 10px 0;
  }
  .art_number{
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 40px;    
  }
  .art_repeater_text_title{
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 40px;    
  }
  .art_repeater_text_text{
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 23px;    
    margin: 0;
  }
  .project_title{
    font-size: 50px;
    line-height: 50px;
  }
  .project_text{
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
  }
  .contact{
    background-position: center;
  }
  .project_slider{
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .contact_title{
    font-size: 50px;
  }
  .wpcf7-form-control{
    font-size: 18px;
  }
  .contact_wrapper p{
    margin: 10px 0;
  }
  .contact_wrappers p{
    margin: 0;
  }
  .copyright{
    font-size: 25px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .btn{
    padding: 10px 18px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .container{
    padding: 0 20px;
  }
  .hero{
    padding-top: 30px;
  }
  .header{
    padding-bottom: 100px;
  }
  .logo{
    width: 150px;
    margin: 0 auto;
  }
  .logo img{
    width: 100%;
    object-fit: contain;
  }
  .hero-content{
    padding-bottom: 100px;
  }
  .hero_title{
    font-size: 50px;
    line-height: 50px;
  }
  .hero_text{
    font-size: 18px;
    line-height: 28px;
  }
  .hero_text_area{
    font-size: 18px;
    line-height: 28px;
  }
  .timeline_title{
    font-size: 50px;
    line-height: 50px;
  }
  .timeline-repeater{
    gap: 20px;
    margin-top: 40px;
  }
  .timeline_repeater_content{
    padding: 40px 5px;
    height: 180px;
    width: 180px;
  }
  .timeline_number{
    font-size: 40px;
    line-height: 30px;
  }
  .timeline_repeater_text{
    font-size: 16px;
    line-height: 26px;
  }
  .design_content{
    padding: 40px 0 40px 40px;
  }
  .design{
    margin-left: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .design-content{
    gap: 50px;
  }
  .design_tagline{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 50px;   
    margin: 0; 
  }
  .design_title{
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;    
  }
  .design_text{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;    
  }
  .details{
    margin-right: 30px;
    margin-left: 0;
  }
  .details .design_content{
    padding: 40px 40px 40px 0;
  }
  .risk-content{
    padding: 30px;
  }
  .risk_risk{
    font-size: 25px;
    line-height: 35px;
  }
  .risk_high{
    font-size: 30px;
    line-height: 40px;
  }
  .room-content{
    margin-top: 80px;
  }
  .room_repeater{
    gap: 40px;
  }
  .room_repeater_title{
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 40px;    
  }
  .room_repeater_text{
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px; 
    margin: 10px 0;   
  }
  .room_repeater_price{
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 30px;  
    margin: 0;  
  }
  .room_repeater_link{
    margin-top: 20px;
  }
  .art-art{
    margin: 100px 0;
  }
  .art{
    margin: 0;
  }
  .art--image{
    flex: 1;
    width: 100%;
  }
  .art_title{
    font-size: 50px;
  }
  .art-content{
    gap: 30px;
    flex-direction: column;
  }
  .art_repeater{
    border: 0;
    padding: 0;
    margin: 0;
    width: 47%;
  }
  .art--content{
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 40px;
  }
  .art_number{
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 25px;    
  }
  .art_repeater_text_title{
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 25px;    
  }
  .art_repeater_text_text{
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 25px;    
    margin: 0;
    margin-top: 10px;
  }
  .project_title{
    font-size: 60px;
    line-height: 70px;
  }
  .project_text{
    font-size: 20px;
    line-height: 30px;
  }
  .contact{
    background-position: center;
  }
  .project_slider{
    margin-top: 60px;
  }
  .contact_title{
    font-size: 60px;
  }
  .wpcf7-form-control{
    font-size: 18px;
  }
  .copyright{
    font-size: 22px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 860px) {
  .plan_title{
    font-size: 60px;
  }
  .header--link,
  .menu{
    display: none;
  }
  .header{
    padding-bottom: 60px;
  }
  .hero-content{
    padding-bottom: 60px;
  }
  .hero_title{
    font-size: 40px;
  }
  .design-content{
    flex-direction: column;
  }
  .design--text{
    padding-right: 20px;
  }
  .details .design-content{
    flex-direction: column-reverse;
  }
  .details .design--text{
    padding-left: 20px;
    padding-right: 0;
  }
  .room_repeater{
    flex-direction: column;
  }
  .room_repeater_text{
    text-align: center;
  }
  .art--content{
    gap: 20px;
  }
  .contact_wrapper{
    width: 600px;
  }
  .contact_wrappers{
    gap: 20px;
  }
  .contact_wrappers p{
    margin: 0 !important;
  }
  .contact_wrapper p{
    margin: 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  .plan_title{
    font-size: 40px;
    margin-bottom: 0;
  }
  .container{
    padding: 0 10px;
  }
  .logo{
    width: 130px;
  }
  .header{
    padding-bottom: 40px;
  }
  .hero{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .hero_title{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
  }
  .hero_text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  .hero-content{
    padding-bottom: 40px;
  }
  .hero_text_area{
    font-size: 15px;
    line-height: 25px;
  }
  .timeline_title{
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0;
  }
  .timeline-repeater{
    margin-top: 20px;
  }
  .timeline_repeater_content{
    padding: 30px 5px;
    width: 160px;
    height: 160px;
  }
  .design{
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 10px;
  }
  .design-content{
    gap: 20px;
  }
  .design_content{
    padding: 15px 0 15px 15px;
  }
  .design_title{
    font-size: 28px;
    line-height: 40px;
  }
  .design_text{
    margin-top: 15px;
    font-size: 12px;
    line-height: 22px;
  }
  .risk-content{
    padding: 10px;
  }
  .risk_risk{
    font-size: 14px;
    line-height: 24px;
  }
  .risk_high{
    font-size: 16px;
    line-height: 26px;
  }
  .details{
    margin-left: 0;
    margin-right: 10px;
  }
  .details .design_content{
    padding: 15px 15px 15px 0;
  }
  .room-content{
    margin-top: 20px;
  }
  .room_repeater{
    gap: 20px;
  }
  .room_repeater_text{
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 22px;
  }
  .room_repeater_price{
    font-size: 18px;
    line-height: 25px;
  }
  .art_title{
    font-size: 30px;
    line-height: 40px;
  }
  .art_repeater{
    width: 100%;
  }
  .project_title{
    font-size: 30px;
    line-height: 30px;
  }
  .project_text{
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
  }
  .project_slider{
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .swiper-slide-active .slider_repeater_text{
    bottom: 10px;
  }
  .slider_repeater_text h1{
    font-size: 22px;
    line-height: 30px;
  }
  .slider_repeater_text p{
    font-size: 18px;
    line-height: 30px;
  }
  .contact-us{
    padding-top: 100px;
  }
  .contact_title{
    font-size: 40px;
    margin-bottom: 20px;
  }
  .contact_wrapper{
    width: 100%;
  }
  .contact_wrappers{
    flex-direction: column;
    gap: 10px;
  }
  .copyright{
    font-size: 16px;
  }
}






@media only screen and (max-width: 1920px) {
  .time_line{
    right: -130px;
  }
  .time_line img{
    width: 1420px;
  }
}
@media only screen and (max-width: 1680px) {
  .timeline_repeater_content{
    width: 200px;
    height: 200px;
  }
  .timeline_number{
    font-size: 35px;
  }
  .timeline_repeater_text{
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .time_line{
    right: 0px;
    bottom: -100px;
  }
  .time_line img{
    width: 1180px;
    margin-left: 220px;
  }
}
@media only screen and (max-width: 1440px) {
  .time_z{
    margin-bottom: 200px;
  }
  .time_line img{
    width: 1130px;
    margin-left: 200px;
  }
}
@media only screen and (max-width: 1366px) {
  .time_line img{
    width: 1080px;
    margin-left: 195px;
  }
}
@media only screen and (max-width: 1300px) {
  .time_line img{
    width: 1080px;
    margin-left: 155px;
  }
}
@media only screen and (max-width: 1250px) {
  .time_line{
    display: none;
  }
  .time_z{
    margin-bottom: 0;
  }
	.timeline{
		margin: 40px 0;
	}
}