@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

body {
  box-sizing: border-box;
}
.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    visibility: hidden !important;
}
/* Header */
.footer-bootom .col:nth-of-type(2) {
    padding-top: 20px;
}
.otgs-development-site-front-end {
    display: none;
}
.site-header {
  display: flex;
  justify-content: space-between;
  /* background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 9.2%, rgba(21, 21, 21, 0.5) 72.61%) , url(https://folievillage.landmark-test.com/wp-content/uploads/2022/08/image-4.jpg); */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  background-color: transparent;
  position: fixed;
  top: 0%;
  z-index: 1;
}
.page-id-18  .see-project-page > div h1 , .page-id-1848  .see-project-page > div h1{
	width: 22rem;
}
p#kinema {
    padding-top: 5%;
}
.site-header.active {
  background-color: #7b726c;
  z-index: 99;
  max-height: 90px;
}
.site-header.active.hidden {
  background-color: transparent;
}
.site-header.active .toggler {
  top: 32%;
}
.site-header.active .hamburger {
  top: 39%;
  width: 35px;
}
.site-header.active .hamburger > div {
  width: 35px !important;
}
.site-header.active .hamburger > div::before,
.site-header.active .hamburger > div::after {
  width: 35px;
  top: -10px;
}
.site-header.active .hamburger > div::after {
  top: 10px;
}
.site-header.active .site-branding {
  top: 80%;
  transform: translate(-50%, -87%);
}
li {
  list-style: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
.toggler {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 38%;
  left: 3.7%;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}
.slogan {
    padding-top: 131px;
    text-align: center;
}
.slogan h6 {
    font-size: 60px;
    line-height: 63px;
    font-weight: 100;
    color: #7C7572;
	margin-bottom: 0px;
    margin-top: 0px;
}
#changer,
#changer1,
#changer2,
#changer3 {
  width: 320px;
  height: 444px;
  transform-origin: 0 0;
  transition: transform .8s, visibility .8s ease-in;
}
#changer {
  background: url(/wp-content/uploads/2022/08/image-1.png);
  
}
#changer1 {
  background: url(/wp-content/uploads/2022/08/image-2.png);
}
#changer2 {
  background: url(/wp-content/uploads/2022/08/image-3.png);
}
#changer3 {
  background: url(/wp-content/uploads/2022/08/image-4-1.png);
}

/* #changer:hover,
#changer1:hover,
#changer2:hover,
#changer3:hover {

  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  position: fixed;
  z-index: 999;

  height: 100%;
 
  transform: scale(1.02);

 
}
/* #changer:hover {
  background: url(/wp-content/uploads/2022/08/image-small-villas-Frame.png)
    fixed no-repeat;

  
  
}
#changer1:hover {
  background: url(/wp-content/uploads/2022/08/image-medium-villas-Frame.png)
    fixed no-repeat;
 
}

#changer2:hover {
  background: url(/wp-content/uploads/2022/08/image-large-villas-Frame-1.jpg)
    fixed no-repeat;
  
   transition: transform 0.2s 0.1s ease-out;
  -webkit-transition: background 1s ease-out; 
}

#changer3:hover {
  background: url(/wp-content/uploads/2022/08/image-life-style-trio-Frame.png)
    fixed no-repeat;
    
  
}  */

.page-id-1782 .about-folie div:nth-of-type(2) h1 {
    max-width: 85%;
}
.page-id-1845 .more-info > h1 {
    left: -21%;
    /* transform: translateX(-14%); */
}
p.third-footer.third {
 margin-top: 42px;
}
.hamburger {
  position: absolute;
  top: 39%;
  left: 3.2%;
  height: 40px;
  width: 45px;
  padding: 0.6rem;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
section.filter {
  filter: brightness(50%);
}
.white-bck {
  background-color: white;
}
/* CREATING THE MIDDLE LINE OF THE HAMBURGER : */

.hamburger > div {
  position: relative;
  top: 0px;
  left: 0;
  background: white;
  height: 2px;
  width: 35px !important;
  transition: all 0.4s ease;
}
/* .hamburger > div.active {
  background: #A3968F;
}
.hamburger > div.active::before,
.hamburger > div.active::after {
  background: #A3968F;
} */
/* CREATING THE TOP AND BOTTOM LINES : 
  TOP AT -10PX ABOVE THE MIDDLE ONE AND BOTTOM ONE IS 10PX BELOW THE MIDDLE: */

.hamburger > div::before,
.hamburger > div::after {
  content: "";
  position: absolute;
  top: -10px;
  background: white;
  width: 35px;
  height: 2px;
  transition: all 0.4s ease;
}

.hamburger > div::after {
  top: 10px;
}

/* IF THE TOGGLER IS IN ITS CHECKED STATE, THEN SETTING THE BACKGROUND OF THE MIDDLE LAYER TO COMPLETE BLACK AND OPAQUE :  */

.toggler:checked + .hamburger > div {
  background: rgba(0, 0, 0, 0);
}

.toggler:checked + .hamburger > div::before {
  top: 0;
  transform: rotate(45deg);
  background: white;
}

/* AND ROTATING THE TOP AND BOTTOM LINES :  */

.toggler:checked + .hamburger > div::after {
  top: 0;
  transform: rotate(135deg);
  background: white;
}

/* MAIN menu11 WITH THE WHITE BACKGROUND AND THE TEXT :  */

.menu1 {
  background: #a3968f;
  width: 0%;
  height: 100vh;

  /* APPLYING TRANSITION TO THE menu1 :  */

  transition: all 0.4s ease;
}

/* IF THE TOGGLER IS CHECKED, THEN INCREASE THE WIDTH OF THE menu1 TO 30% , CREATING A SMOOTH EFFECT :  */

.toggler:checked ~ .menu1 {
  width: 60%;
  z-index: 1;
}

/* STYLING THE LIST :  */

.menu1 > div > ul {
  position: fixed;
  top: 70px;
  padding-left: 0px;
  margin-left: 0px;

  /* HIDDEN INITIALLY  :  */

  visibility: hidden;
}
.site-branding {
  position: absolute;
  top: 39%;
  left: 50%;
  /* transform: translateX(-50%); */
  transform: translate(-50%, -35%);
}
.titlesite h1 {
  visibility: hidden;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}
.menu1 > div > ul > li {
  list-style: none;
  padding: 0.5rem;
}
.titlesite {
  position: relative;
}
.home-page,
.home-page1 {
  position: relative;
}
.home-page1 ul {
  position: absolute;
  left: 20.5%;
  bottom: 11.1%;
  width: 50%;
}
.home-page ul {
  position: absolute;
  width: 100%;
  bottom: 11%;
  left: 3%;
}
/* .menu-menu-2-container li:first-child a {
  font-weight: 600;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.5);
} */
.menu-menu-2-container > ul > li > a,
.menu-menu-1-container > ul > li > a {
  font-size: 24px;
  line-height: 75px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Playfair Display", serif;
}
.menu-menu1-container>ul>li>a {
    font-size: 24px;
    line-height: 75px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Playfair Display", serif;
}

/* WHEN THE TOGGLER IS CHECKED, CHANGE THE VISIBILITY TO VISIBLE :  */

.toggler:checked ~ .menu1 > div > ul {
  transition: visibility 0.4s ease;
  transition-delay: 0.1s;
  visibility: visible;
   max-width: 50%; 
}

.toggler:checked ~ .menu1 > div > h1 {
  transition: visibility 0.4s ease;
  transition-delay: 0.1s;
  visibility: visible;
  /* margin-top: 160px; */
  position: absolute;
  left: 50%;
  transform: translateX(-65%);
  top: 110px;
}

.toggler:checked ~ .menu1 > div > ul > li > a:hover {
  color: orange;
}

/* Banner Image */
.first-banner {
  height: 980px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  max-height: 100%;
  background-color:#AABBCC;
}
.first-banner video {
	object-fit:cover;
}

.first-banner #see {
  color: white;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -3rem);
  bottom: 3rem;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
section.largevillastrio-page.trio {
    background-image: url(/wp-content/uploads/2022/12/Apartmets-1.jpg);
}

/* About Us Homepage */
.about-mobile,
.villa-mobile,
.jala-arts-mobile {
  display: none;
}
.about-folie {
  display: flex;
  max-width: 83%;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 220px;
}
.about-folie div:nth-of-type(2) {
  max-width: 887px;
  background: #a3968f;
  margin-top: 90px;
}
.about-folie div:nth-of-type(2) h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  max-width: 50%;
}
.about-folie div:nth-of-type(2) p {
  font-size: 16px;
  color: white;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 0;
}
.about-folie div:nth-of-type(2) a {
  text-decoration: none;
}
.about-folie div:nth-of-type(2) a > p {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: white;
  font-weight: 400;
  margin-top: 70px;
}
.about-folie div:nth-of-type(2) > div {
  padding: 86px 45px 100px 425px;
}

/* Villa Accomodations Homepage */
.villa {
  background-image: url("/wp-content/uploads/2022/08/background.jpg");
}
.stylish {
  max-width: 83%;
  margin: 0 auto;
  padding-top: 131px;
  padding-bottom: 41px;
}
.stylish > h1 {
  color: #0c5d80;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 70px;
  margin-top: 0;
}
.stylish > p {
  color: #0c5d80;
  font-size: 18px;
  text-align: center;
  width: 66%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.stylish > div {
  display: flex;
  justify-content: space-between;
}
.stylish > div > div h1 {
  color: #0c5d80;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 85px;
  margin-top: 50px;
}
.stylish > p:nth-of-type(2) {
  padding-bottom: 0;
  font-size: 15px;
}

/* Jala Arts Homepage */

.jala-arts {
  display: flex;
  padding-top: 140px;
  padding-bottom: 145px;
  /* padding-left: 7.8%; */
}
.jala-arts > div > div {
  max-width: 800px;
  background: #a3968f;
  padding: 90px 97px 120px 68px;
   margin-top: 120px; 
  position: relative;
  margin-right: -215px;
  margin-left: 120px;
}
.jala-arts > div > div h1 {
  margin: 0;
  color: white;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 70px;
}
.jala-arts > div > div p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.jala-arts > div > div a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.jala-arts > div > div a > p {
  margin-top: 93px;
}

.about1.test {
  position: relative;
  animation-name: mymove;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  z-index: 9;
}

@keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: 13%;
  }
}
.about2.test {
  position: relative;
  animation-name: mymove1;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  z-index: 1;
}

@keyframes mymove1 {
  from {
    right: 0px;
  }
  to {
    right: 8%;
  }
}

.jala1.test {
  position: relative;
  animation-name: mymove3;
  animation-duration: 1s;
  z-index: 1;
  animation-fill-mode: forwards;
}

@keyframes mymove3 {
  from {
    left: 0px;
  }
  to {
    left: 120%;
  }
}
.jala2.test {
  position: relative;
  animation-name: mymove4;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes mymove4 {
  from {
    right: 0px;
  }
  to {
    right: 30%;
  }
}

/* Contact Us Page */
.contact-us-page {
  background-image: url(/wp-content/uploads/2022/11/contact-us-1.jpg);
  height: 980px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  max-height: 100%;
}
.largevillastrio-page {
  background-image: url(/wp-content/uploads/2022/12/large-villa.jpg);
  height: 980px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  max-height: 100%;
}
.medium{
  background-image: url(/wp-content/uploads/2022/12/Medium-villa-1.jpg);
}
.small{
  background-image: url(/wp-content/uploads/2022/12/Small-Villa-1.jpg);
}
.seemore {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 22rem);
  bottom: 21rem;
  text-align: center;
}
.first-banner .seemore p {
  display: none;
}
.contact-us-page > div p,
.about-us-page > div p,
.event-page > div p,
.first-banner .seemore p,
.see-project-page > div p,
.largevillastrio-page > div p {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.see-project-page > div p {
  color: white !important;
}
.contact-us-page > div h1,
.about-us-page > div h1,
.first-banner > div h1,
.event-page > div h1,
.see-project-page > div h1,
.largevillastrio-page > div h1 {
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -44%);
  bottom: 44%;
  width: 20rem;
  margin: 0;
}
.first-banner > div h1 {
  width: 23rem;
  color: white;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%) !important;
}

.contact-us-page > div img,
.about-us-page > div img,
.first-banner > div img,
.event-page > div img,
.see-project-page > div img,
.largevillastrio-page > div img {
  width: 32%;
  text-align: center;
  /* height: 90px; */
}
.contact-us-page .site-branding a > img {
  content: url("/wp-content/uploads/2022/09/LOGO-white1.png");
}
.were-call h1 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #908681;
  text-transform: uppercase;
  margin: 0;
}
.were-call {
  padding-top: 140px;
  padding-bottom: 210px;
  position: relative;
}
.were-call p {
  text-align: center;
  color: #7d7672;
  margin-top: 60px !important;
  max-width: 38%;
  margin: 0 auto;
}

section.call-later {
  background: #fdf0db;
}
section.call-later > div {
  display: flex;
  justify-content: space-evenly;
  padding-top: 216px;
  padding-bottom: 223px;
}
section.call-later > div div {
  text-align: center;
  width: 33%;
}
section.call-later > div > div h1 {
  font-size: 25px;
  color: #a3968f;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 37px;
}
section.call-later > div > div p {
  font-size: 18px;
  color: #a3968f;
}
section.call-later > div div:nth-of-type(3) p {
  font-size: 18px;
  color: #a3968f;
  max-width: 45%;
  margin: 0 auto;
}
section.call-later > div a {
  text-decoration: none;
}
.info-folie > div {
  padding: 8% 0% 8% 35.5%;
}
.more-info {
  background: #a3968f;
  position: relative;
}
.more-info > div {
  padding: 9% 22% 7% 29.5%;
}
.more-info > h1 {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
.more-info > h1 span:nth-of-type(1) {
  color: #908681;
}
.more-info > h1 span:nth-of-type(2) {
  color: #ffffff;
}
.more-info > h1 {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: -12%;
  /* transform: translateX(-14%); */
}
.more-info input::placeholder,
.more-info textarea::placeholder {
  color: white !important;
}
.more-info > div label {
  color: white;
  font-size: 20px;
}
.more-info .cnt input[type="text"],
.more-info .cnt input[type="email"],
.more-info .cnt input[type="tel"] {
  border: 0.7px solid white;
  background: transparent;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
}
.more-info textarea.wpcf7-form-control.wpcf7-textarea {
  border: 0.7px solid white;
}
.more-info .cnt button,
.more-info .cnt input[type="button"],
.more-info .cnt input[type="reset"],
.more-info .cnt input[type="submit"] {
  margin-bottom: 0;
  padding-bottom: 0;
  color: white;
}
.page-id-16 .hamburger > div , .page-id-1845  .hamburger > div {
  background-color: #908681;
}

.page-id-16 .site-header.active .hamburger > div , .page-id-1845 .site-header.active .hamburger > div {
  background-color: white;
}
.page-id-16 .custom-logo , .page-id-1845 .custom-logo {
  content: url("/wp-content/uploads/2022/11/white.png");
}
.page-id-16 .site-header.active .custom-logo , .page-id-1845 .site-header.active .custom-logo {
  content: url("/wp-content/uploads/2022/08/LOGO-white-6.png");
}
.page-id-16 .site-header.active .hamburger > div::before, .page-id-1845 .site-header.active .hamburger > div::before , 
.page-id-16 .site-header.active .hamburger > div::after , .page-id-1845  .site-header.active .hamburger > div::after {
  background: white;
}
.page-id-16 .hamburger > div::before, .page-id-1845 .hamburger > div::before , 
.page-id-16 .hamburger > div::after , .page-id-1845 .hamburger > div::after {
  background: #908681;
}

.were-call span::after {
  content: "";
  position: absolute !important;
  right: auto;
  z-index: 1;
  width: 2px !important;
  height: 130px !important;
  background: #a3968f;
  top: 27.5rem;
  left: 50%;
  transform: translate(0rem, -50%);
}

/* About Us Page */
.first-banner a:nth-of-type(2) {
  display: none;
}

.about-us-page {
  max-height: 100%;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 77.94%
    ),
    url(/wp-content/uploads/2022/09/image-13.png);
  background-color: #cccccc;
  height: 980px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.largevillastrio-page > div h1 {
  width: 30rem;
  color: white;
}
.page-id-24 .largevillastrio-page > div h1 {
  width: 32rem;
}
.about-us-page > div h1 {
  color: white;
  width: 100%;
}
.about-us-page > div p,
.largevillastrio-page > div p {
  color: white !important;
}
.time div {
  display: flex;
}
.story {
  padding-left: 60px;
}
.timeline-mobile {
  display: none;
}
.story1 {
  padding-top: 262px;
  padding-bottom: 262px;
  padding-right: 60px;
  padding-left: 0px;
}
.story div {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.story div:nth-of-type(2) {
  margin-left: 40px;
  justify-content: center;
}

.story h1,
.story1 h1 {
  color: #908681;
  font-size: 40px;
  font-weight: 400;
  width: 50%;
  margin: 0;
  padding-bottom: 60px;
}

.story1 h1:nth-of-type(2) {
  width: 61%;
  text-transform: uppercase;
  margin-left: 24rem;
}
.story p {
  color: #908681;
  font-size: 18px;
  font-weight: 400;
  width: 60%;
  text-transform: uppercase;
  margin: 0;
}
.story1 p {
  color: #908681;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-left: 24rem !important;
  width: 57%;
  font-size: 18px;
}
#last-story {
  padding-bottom: 160px !important;
}
.time-line {
  position: relative;
}

body {
  overflow-x: hidden;
}
.time::before {
  content: "";
  position: absolute !important;
  right: auto;
  z-index: 1;
  width: 2px !important;
  height: 100%;
  background: #a3968f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
}
.story div:nth-of-type(2) h1:nth-of-type(1) {
  font-size: 110px;
  color: rgba(163, 150, 143, 0.2);
  text-align: center;
  margin-top: -18rem;
  font-family: "Open Sans";
  width: 100%;
  padding-bottom: 40px;
  text-align: start;
}
.story1 div:nth-of-type(1) h1:nth-of-type(1) {
  font-size: 110px;
  color: rgba(163, 150, 143, 0.2);
  text-align: center;
  margin-top: -4rem;
  font-family: "Open Sans";
  width: 100%;
  text-align: end;
  padding-bottom: 40px;
}

.about-text p {
  color: #908681;
  max-width: 58%;
  margin: 0 auto;
  font-size: 22px;
}
.about-text {
  padding-top: 202px;
  padding-bottom: 350px;
  text-align: center;
}

/* See The project Page */

.see-project-page {
  max-height: 100%;
  background-image: url(/wp-content/uploads/2022/11/see-the-project.jpg);
 
  height: 980px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.folie-hide {
  position: absolute;
    top: 80%;
    left: 66%;
    transform: translate(-34%, -60%);
	display: none;
}
.folie-hide>div {
  background: transparent;
    height: 209px;
    width: 273px;
}


.see-our-project {
  background-color: white;
}
.see-our-project .name-of h1 {
  color: #908681;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 70px;
  margin: 0;
}
.see-our-project .name-of p {
  color: #7d7672;
  font-size: 22px;
  text-align: center;
  max-width: 51%;
  margin: 0 auto;
}
.see-our-project .name-of p a>span {
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
  color: #7d7672;
}
.see-our-project .name-of {
  padding-top: 80px;
  padding-bottom: 150px;
}
.project-carousel .slider {
  padding-bottom: 100px;
  max-width: 100%;
  margin: 0 auto 100px;
  overflow: hidden;
  margin-bottom: 0;

  /* Item */
  /* Add padding to slick list */
}
.project-carousel .slider__item {
  display: inline-flex;
  width: 100%;
  height: 100%;
  margin-left: 60px;
  align-items: center;
  justify-content: center;
}
.project-carousel .slider .slick-list {
  padding: 0 30% 0 0;
}

/* klajd */
.sec-space .slick-dots {
display: none !important;
}
.slick-dots {
  width: 150px !important;
}
.slick-dots li.slick-active button:before {
  color: white;
}

.slick-dots li button:before {
  font-size: 16px;
}
section.garden-area {
  padding-bottom: 197px;
  padding-top: 200px;
}
.gar-den {
  display: flex;
  justify-content: space-between;
  padding-left: 2%;
  padding-right: 5%;
  align-items: center;
}
.all-space h1 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #a3968f;
  margin: 0;
  padding-bottom: 55px;
}
.slide1 p {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #a3968f;
  margin: 0;
}
section.sec-space {
  padding-bottom: 107px;
	padding-top: 100px;
}

.sec-slick .slick-dots {
  bottom: 10px;
}
.slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.slick-next {
  right: 0;
}
.shigjeta span {
  font-size: 25px;
  font-weight: 400;
  color: #a3968f;
}
.shigjeta {
  position: relative;
  left: 60%;
  bottom: 15%;
  display: none !important;
}
.sec-space button,
.sec-space input[type="button"],
.sec-space input[type="reset"],
.sec-space input[type="submit"] {
  border: 0px solid #ffffff !important;
}
.sec-space .slick-dots li button:before {
  display: none;
}
.all-space {
  display: flex;
  flex-direction: row;
  max-width: 1808px;
  margin: 0 auto;
}
.sec-space .all-space > div {
  max-width: 54%;
}
.home-plan h3 , .home2 h3{
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  color: #a3968f;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 149px;
  text-transform: uppercase;
}

.slide1 h5 {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  color: #a3968f;
  margin-top: 15px !important;
  padding-right: 149px;
}
.slide2 h5 {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  color: #a3968f;
  padding-right: 151px;
  margin-top: 15px !important;
}
.sec-slick span:nth-of-type(1)::before {
  content: "" !important;
  position: absolute !important;
  left: 50%;
  z-index: 1;
  width: 2px !important;
  height: 110px !important;
  background: #a3968f;
  top: 7.3rem;
  transform: translate(-50%, -14rem);
}
.home-plan {
  background-image: url(https://folievillage.landmark-test.com/wp-content/uploads/2022/09/Group-340.png);
  background-repeat: no-repeat;
  background-attachment: unset;
}
.image-slid img {
  position: relative;
  left: 9%;
  bottom: 29px;
  max-width: 68%;
}
.home2 {
  background-image: url(https://folievillage.landmark-test.com/wp-content/uploads/2022/09/Group-341.png);
  background-repeat: no-repeat;
  background-attachment: unset;
}
.vi-z {
  position: relative;
}
#plot {
  display: none;
}
#ima-ge2 {
  display: none;
}
.text1 p {
  padding: 200px 0px;
  max-width: 44%;
  margin: 0 auto;
  text-align: center;
}

.sec-slick .slick-dots li.slick-active button:before {
  color: white !important;
}

.sec-slick .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.sec-slick .slick-dots li button:before {
  color: white !important;
  opacity: 50% !important;
}
.more-info .cnt input[type="submit"] {
  font-size: 20px !important;
  color: white !important;
  cursor: pointer !important;
}
.sec-space button,
.sec-space input[type="button"],
.sec-space input[type="reset"],
.sec-space input[type="submit"] {
  background: white !important;
}
.fade.slick-initialized.slick-slider {
  margin-bottom: 0px !important;
}

/* Responisive Homepage */

/* Laptop */
@media screen and (max-width: 1536px) {
  .about-folie div:nth-of-type(2) > div {
    padding: 86px 33px 75px 346px;
}
.about-folie div:nth-of-type(2) {
  max-width: 699px;
}
.page-id-1845  .were-call p {
    max-width: 42%;
}
.stylish {
  max-width: 90%;
}

.story1 h1:nth-of-type(2) {
  margin-left: 17rem;
}
.story1 p {
  margin-left: 17rem !important;
}
.more-info > h1 {
  left: -15%;
}
.page-id-1782	.menu-item-1193 a , .page-id-1835 .menu-item-1193 a , .page-id-1788  .menu-item-1193 a , .page-id-1848 .menu-item-1193 a , .page-id-1845 .menu-item-1193 a , .page-id-1794 .menu-item-1193 a , .page-id-1850 .menu-item-1193 a , .page-id-1804  .menu-item-1193 a , .page-id-1806  .menu-item-1193 a {
		line-height: 37px;
	}
}
@media screen and (max-width: 1536px), 
       screen and (max-height: 719px) {
 .home-page ul {
    bottom: 5%;
}
.home-page1 ul {
    bottom: 5%;
}
}
@media screen and (max-width: 1440px) {
  .text1 p {
    padding: 200px 0px !important;
    max-width: 65% !important;
  }
	section.call-later > div div:nth-of-type(3) p {
    max-width: 50%;
}
	.page-id-1845 .more-info > h1 {
    left: -29%;
    /* transform: translateX(-14%); */
}
  .gar-den {
    padding-left: 1%;
    padding-right: 5%;
  }
  .imazh1 {
    margin-right: 95px;
  }
  section.sec-space {
    padding-bottom: 60px;
  }

  .image-slid img {
    left: 13%;
    max-width: 80%;
  }
  .all-space {
    max-width: 1300px;
  }
  .home2 {
    background-size: contain;
  }
  .home-plan {
    background-size: contain;
  }

  .sec-space .all-space > div {
    max-width: 50%;
  }
  .all-space {
    display: flex;
    flex-direction: row;
    max-width: 1470px;
    margin: 0 auto;
  }
  .shigjeta {
    position: relative;
    bottom: 17%;
    display: flex;
    float: right;
    left: -78px;
  }
  /* klajd */
  .about-folie div:nth-of-type(2) > div {
    padding: 70px 45px 120px 380px;
  }
  .about-folie div:nth-of-type(2) {
    max-width: 810px;
  }
  body {
    overflow-x: hidden !important;
  }

  .story1 p {
    margin-left: 9rem !important;
    width: 80%;
  }
  .story1 h1:nth-of-type(2) {
    width: 80%;
    margin-left: 9rem;
  }
  .about-text p {
    max-width: 80%;
    margin: 0 auto;
  }
  .about-folie {
    max-width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .story p {
    width: 80%;
  }
  .story h1,
  .story1 h1 {
    padding-bottom: 40px;
    width: 70%;
  }
  .map .legend {
    position: absolute;
    bottom: 8rem !important;
    left: 75% !important;
    transform: translate(77%, -8rem) !important;
  }
  .map .legend > img {
    width: 70% !important;
  }
  /* .time::before {
  top: 81rem;
} */

  .story div:nth-of-type(2) h1:nth-of-type(1) {
    padding-bottom: 20px;
    margin-top: -15rem;
  }
  .story1 div:nth-of-type(1) h1:nth-of-type(1) {
    padding-bottom: 10px;
  }
  .stylish > p {
    width: 75%;
  }
  .stylish {
    max-width: 95%;
  }
  /* .first-banner {
    height: 870px;
  } */
  .jala-arts > div > div {
    max-width: 800px;
    background: #a3968f;
    padding: 90px 68px 90px 68px;
    margin-top: 100px;
    position: relative;
    margin-right: -269px;
    margin-left: 120px;
  }
  .more-info > h1 {
    left: -16%;
    /* transform: translateX(-14%); */
  }

  .see-our-project .name-of p {
    max-width: 64%;
  }
}

@media screen and (max-width: 1366px) {
  .about-folie div:nth-of-type(2) {
    max-width: 740px;
  }
  .about-folie div:nth-of-type(2) > div {
    padding: 70px 45px 70px 380px;
  }
  .stylish {
    max-width: 90%;
  }
  /* .time::before {
  top: 78rem;
} */
  .jala-arts > div > div {
    max-width: 778px;
  }
  #changer,
  #changer1,
  #changer2,
  #changer3 {
    width: 260px;
    height: 380px;
  }
  #changer {
    background: url(/wp-content/uploads/2022/08/image-35.png);
  }
  #changer1 {
    background: url(/wp-content/uploads/2022/08/image-2-1.png);
  }
  #changer2 {
    background: url(/wp-content/uploads/2022/08/image-34.png);
  }
  #changer3 {
    background: url(/wp-content/uploads/2022/08/image-33.png);
  }
  .more-info > h1 {
    left: -16%;
    /* transform: translateX(-14%); */
  }
}

@media screen and (max-width: 1280px) {
  .jala-arts > div > div {
    padding: 70px 68px 70px 68px;
  }
  .stylish img {
    width: 90%;
  }
	.page-id-1845  .were-call p {
    max-width: 48%;
}
	.page-id-1845 .more-info > h1 {
    left: -32%;
    /* transform: translateX(-14%); */
}
	.page-id-1782	.menu-item-1193 a , .page-id-1835 .menu-item-1193 a , .page-id-1788  .menu-item-1193 a , .page-id-1848 .menu-item-1193 a , .page-id-1845 .menu-item-1193 a , .page-id-1794 .menu-item-1193 a , .page-id-1850 .menu-item-1193 a , .page-id-1804  .menu-item-1193 a , .page-id-1806  .menu-item-1193 a {
    line-height: 32px;
}
  .stylish {
    max-width: 95%;
  }
  /* .stylish > div {
    padding-left: 3%;
  } */
  /* .first-banner p {
    top: 72%;
  } */
  /* .first-banner a > img {
    top: 90%;
    width: 7%;
  } */
  .about-text p {
    font-size: 20px;
  }
.menu-menu-2-container > ul > li > a, .menu-menu-1-container > ul > li > a {
    font-size: 22px;
    line-height: 65px;
}
	.menu-menu1-container>ul>li>a {
    font-size: 22px ;
    line-height: 65px ;
}
	
	.toggler:checked ~ .menu1 > div > h1 {
    top: 70px;
    font-size: 30px;
		margin:0px;
}
  .about-text {
    padding-top: 150px;
    padding-bottom: 280px;
  }
  .story div:nth-of-type(2) h1:nth-of-type(1) {
    font-size: 90px;
  }
  .story h1,
  .story1 h1 {
    font-size: 38px;
  }
  .story div:nth-of-type(2) h1:nth-of-type(1) {
    margin-top: -12rem;
  }
  .story1 div:nth-of-type(1) h1:nth-of-type(1) {
    font-size: 90px;
  }
  .story h1,
  .story1 h1 {
    font-size: 38px;
  }
  .more-info > h1 {
    left: -18%;
}
.footer-bootom {
  max-width: 100% !important;
}
	section.call-later > div div:nth-of-type(3) p {
		font-size: 16px;
	}
	p#kinema {
    padding-top: 9%;
}

  /* .time::before {
    top: 75rem ;
  } */
}

@media screen and (max-width: 1024px) {
  .shigjeta span {
    font-size: 20px;
  }
  .shigjeta img {
    width: 70%;
  }
	.page-id-1845 .more-info > h1 {
    left: -36%;

}
  section.garden-area {
    padding-bottom: 150px;
    padding-top: 120px;
  }
  section.sec-space {
    padding-bottom: 25px;
  }
  .slide1 h5,
  .slide2 h5 {
    padding-right: 70px;
  }
  .home2 h3,
  .home-plan h3 {
    padding-right: 0px;
  }
  .shigjeta {
    bottom: 22%;
  }
  .image-slid img {
    max-width: 75%;
  }
  .text1 p {
    max-width: 90% !important;
  }
  .footer-bootom {
    max-width: 100%;
  }
  .jala-arts > div > div {
    max-width: 708px;
  }
  .map .legend {
    position: absolute;
    bottom: 5rem !important;
    left: 70% !important;
    transform: translate(76%, -5rem) !important;
  }
  .map .legend > img {
    width: 50% !important;
  }
  .about-folie div:nth-of-type(2) > div {
    padding: 40px 45px 40px 234px;
  }
  .about-folie div:nth-of-type(2) {
    max-width: 535px;
  }
  .about-folie {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .about-folie div:nth-of-type(2) h1 {
    font-size: 30px;
    max-width: 100%;
  }
  .about-folie div:nth-of-type(2) p {
    font-size: 14px;
  }
  .about-folie div:nth-of-type(2) a > p {
    font-size: 14px;
  }
  .stylish > h1 {
    font-size: 35px;
  }
  .stylish > p {
    width: 95%;
  }
  .stylish > p {
    font-size: 15px;
  }
  .stylish > div > div h1 {
    font-size: 20px;
    margin-top: 25px;
  }
  .stylish > p:nth-of-type(2) {
    font-size: 12px;
  }
  .jala-arts > div > div {
    padding: 40px 50px 40px 50px;
  }
  .jala-arts {
    display: flex;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .jala-arts > div > div h1 {
    font-size: 35px;
  }
  .jala-arts > div > div p {
    font-size: 14px;
  }
  .jala-arts > div > div a > p {
    margin-top: 80px;
  }
  /* .toggler:checked ~ .menu1 > div > h1 {
    margin-top: 110px;
  } */
  .titlesite h1 {
    font-size: 35px;
  }
  .menu-menu-2-container > ul > li > a,
  .menu-menu-1-container > ul > li > a {
    font-size: 20px;
  }
 .menu-menu1-container>ul>li>a {
    font-size: 20px ;
}
  p.contactt {
    font-size: 35px !important;
    line-height: 50px !important;
  }

  .were-call span::after {
    top: 28.9rem;
  }
  .contact-us-page > div h1,
  .first-banner > div h1 {
    font-size: 45px;
  }
  section.call-later > div div:nth-of-type(3) p {
    font-size: 15px;
  }
  .more-info > h1 {
    font-size: 45px;
    left: -20%;
    /* transform: translateX(-14%); */
  }
  #changer,
  #changer1,
  #changer2,
  #changer3 {
    width: 195px;
    height: 285px;
  }
  #changer {
    background: url(/wp-content/uploads/2022/08/image-35-1.png);
  }
  #changer1 {
    background: url(/wp-content/uploads/2022/08/image-2-1-1.png);
  }
  #changer2 {
    background: url(/wp-content/uploads/2022/08/image-34-1.png);
  }
  #changer3 {
    background: url(/wp-content/uploads/2022/08/image-33-1.png);
  }
  .story p {
    width: 86%;
  }
  .story1 p {
    margin-left: 4.5rem !important;
    width: 80%;
    font-size: 16px;
  }
  .story div:nth-of-type(2) h1:nth-of-type(1) {
    font-size: 75px !important;
    padding-bottom: 10px !important;
    margin-top: -8rem !important;
  }
  .story1 h1:nth-of-type(2) {
    width: 80%;
    margin-left: 4.5rem;
  }
  .story h1,
  .story1 h1 {
    font-size: 30px !important;
  }
  .story p {
    font-size: 14px;
  }
  .story1 div:nth-of-type(1) h1:nth-of-type(1) {
    font-size: 75px !important;
    padding-bottom: 10px !important;
  }
  .story h1,
  .story1 h1 {
    padding-bottom: 30px;
    width: 70%;
    font-size: 30px !important;
  }
  /* .time::before {
  top: 64rem;
} */
  .about-text p {
    max-width: 85%;
    margin: 0 auto;
    font-size: 18px;
  }
}

/* Tablet */

@media screen and (max-width: 820px) {
}
@media screen and (max-width: 768px) {
}

/* Mobile */

@media screen and (max-width: 600px) {
	.page-id-18 .see-project-page > div h1 , .page-id-1848 .see-project-page > div h1  {
    width: 16rem;
    font-size: 30px;
}
	.page-id-1845 .were-call p {
    max-width: 72%;
}
	.page-id-1782 .menu-item-1193 a, .page-id-1835 .menu-item-1193 a, .page-id-1788 .menu-item-1193 a, .page-id-1848 .menu-item-1193 a, .page-id-1845 .menu-item-1193 a, .page-id-1794 .menu-item-1193 a, .page-id-1850 .menu-item-1193 a, .page-id-1804 .menu-item-1193 a, .page-id-1806 .menu-item-1193 a {
		line-height:65px;
	}
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin-bottom: 25px;
}
.toggler:checked ~ .menu1 > div > ul {
   max-width: 100%; 
}
.folie-hide {
  position: absolute;
  top: 80%;
  left: 41%;
  transform: translate(-34%, -52%);
}
.folie-hide>div {
  height: 209px;
  width: 215px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em -0.5em 1em;
}
.page-template-see-the-project .seemore {
  transform: translate(-50%, 22.8rem);
}
  .more-info .cnt input[type="submit"] {
    font-size: 16px;
  }
  .slide2 h5 {
    margin-top: 80px !important;
  }
  .slide1 h5 {
    margin-top: 80px !important;
  }
  .home2 h3 {
    margin-top: -12px;
    margin-bottom: 44px;
  }
  .home-plan h3 {
    margin-top: -12px;
    margin-bottom: 44px;
  }
  .slide1 h5,
  .slide2 h5 {
    padding-right: 0px;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 20px 6px 24px 6px !important;
  }
  .all-space {
    max-width: 600px;
  }
  .largevillastrio-page > div h1 {
    width: 13rem !important;
    font-size: 30px !important;
  }

  .text1 p {
    max-width: 79% !important;
    padding: 93px 0px 137px 0px !important ;
    font-size: 16px;
    font-weight: 400;
    color: #908681;
  }
  .image-slid img {
    bottom: 17px;
    width: 325px;
  }
  .shigjeta {
    left: -22px !important;
    bottom: 154px;
	  display: none;
  }
  .home2 {
    background-image: url(https://folievillage.landmark-test.com/wp-content/uploads/2022/09/white-bacground.png) !important;
    background-repeat: no-repeat;
    background-attachment: unset;
  }
  .home-plan {
    background-image: url(https://folievillage.landmark-test.com/wp-content/uploads/2022/09/kafe-bacground.png) !important;
    background-repeat: no-repeat;
    background-attachment: unset;
  }
  .sec-space .all-space > div {
    max-width: 100% !important;
  }
  #ima-ge2 {
    display: block;
  }
  .image-slid {
    display: none;
  }
  .plot-area img {
    display: none;
  }
  #plot {
    display: block;
    padding-top: 70px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .all-space {
    display: flex;
    flex-direction: column;
  }
  section.garden-area {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .slick-dots {
    bottom: 100px !important;
  }
  .gar-den {
    display: flex;
    flex-direction: column;
    padding-left: 1%;
    padding-right: 2%;
  }
  area {
    margin-top: 4px !important;
  }
  .fade {
    padding-bottom: 90px !important;
  }

  .sec-slick span:nth-of-type(1)::before {
    height: 80px !important;
    top: 9.1rem;
  }
  .sec-slick .slick-track img.slick-slide {
    height: 290px;
}
  .largevillastrio-page > div h1 {
    width: 28rem;
  }

  /* klajdi */
  .about-mobile,
  .villa-mobile,
  .jala-arts-mobile,
  .first-banner .seemore p {
    display: block;
  }

  .about-desktop,
  .villa-desktop,
  .jala-arts-desktop {
    display: none;
  }

  .hamburger {
    top: 26%;
    left: 8.2%;
    height: 40px;
    width: 50px;
  }
  .hamburger > div {
    width: 40px !important;
  }
  .hamburger > div::before,
  .hamburger > div::after {
    top: -12px;
    width: 40px;
  }
  .hamburger > div::after {
    top: 12px;
  }
  .site-branding {
    top: 26%;
    transform: translate(-50%, -28%);
  }
  .toggler {
    height: 40px;
    width: 40px;
    top: 20%;
    left: 9.6%;
  }
  .imazh1 {
    margin-right: 0px;
  }
  .about-us-page > div p,
  .event-page > div p,
  .first-banner .seemore p {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .about-mobile > div {
    padding: 86px 40px 65px 40px;
  }
  .about-mobile > div h1 {
    color: #a3968f;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
  }
  .first-banner #see {
    transform: translate(-50%, -4rem);
    bottom: 4rem;
  }
  .about-mobile > div p {
    text-align: center;
    color: #a3968f;
    font-size: 16px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .about-mobile > div a {
    text-align: center;
    color: #a3968f;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    text-decoration: none;
  }
  .toggler:checked ~ .menu1 {
    width: 100%;
    z-index: 1;
  }
  .toggler:checked ~ .menu1 > div > h1 {
    /* margin-top: 100px; */
    font-size: 30px;
    font-weight: 400;
    transform: translateX(-50%);
    width: 20rem;
    margin: 0;
  }
  .home-page ul {
    position: absolute;
    width: 100%;
    left: 50%;
    text-align: center;
    font-size: 20px;
    bottom: 5rem;
    transform: translate(-50%, 18rem);
  }
  .home-page1 ul {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 17em;
    text-align: center;
    transform: translate(-50%, 10.5rem);
  }

  .menu-menu-2-container li,
  .menu-menu-1-container li {
    max-height: 56px;
  }
	.menu-menu1-container>ul>li>a {
		line-height:56px;
	}
  .menu-menu-2-container,
  .menu-menu-1-container {
    position: relative;
  }
/*   .menu-menu-2-container li:first-child a {
    color: rgba(255, 255, 255, 0.5);
  } */
  section.jala-arts-mobile.about-mobile > div {
    padding-top: 66px;
    padding-bottom: 60px;
  }
  section.jala-arts-mobile.about-mobile h1 {
    padding-top: 43px;
    width: 100%;
  }
  .villa-mobile {
    background-image: url("/wp-content/uploads/2022/08/Group-38.png");
  }
/*   .see-project-page {
    background-image: url(/wp-content/uploads/2022/09/image11.jpg);
  } */

  .project-carousel .slider__item {
    margin-left: 30px;
  }
  .slider__item .folie-img {
    max-width: 348px;
  }
  .project-carousel .slider .slick-list {
    padding: 0px 10% 0 0;
  }
  .see-our-project .name-of {
    padding-top: 86px;
    padding-bottom: 50px;
  }
  .see-our-project .name-of h1 {
    font-size: 26px;
  }
  .see-our-project .name-of p {
    max-width: 77.2%;
    font-size: 16px;
  }
  section.villa-mobile > div h1 {
    color: #0c5d80;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 79%;
    margin: 0 auto;
    padding-top: 65px;
  }
  section.villa-mobile > div p {
    color: #0c5d80;
    font-size: 16px;
    text-align: center;
    max-width: 83%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .slider__item h1 {
    padding-bottom: 73px !important;
    padding-top: 35px !important;
    font-size: 18px !important;
    width: 80% !important;
    margin: 0 auto !important;
    margin-left: 15px !important;
  }
  section.sec-space {
    padding-bottom: 0px;
	  padding-top: 0px;
}  
.home2 .slick-slider {
  margin-bottom: 0;
}
.home2 .shigjeta {
  bottom: 125px;
}
  /* Slider wrapper */
  .slider {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-left: 50px;
    /* Item */
    /* Add padding to slick list */
  }
  .slider__item {
    display: inline-flex;
    width: 280x;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
  }
  .slider .slick-list {
    padding: 0 14% 0 0;
  }
  .slider__item img.banner-desk {
    max-width: 280px;
  }

/*   .contact-us-page {
    background-image: url(/wp-content/uploads/2022/08/image1.png);
  } */
  .see-project-page > div p {
    font-weight: 700;
    font-size: 14px;
  }
  .see-project-page > div img {
    width: 48% !important;
  }
  .first-banner > div h1,
  section.contact-us-page > div h1 {
    font-size: 30px;
  }

  .about-us-page > div h1 {
    font-size: 30px !important;
  }
  .about-text {
    padding: 93px 40px 67px 40px;
  }
  .about-text p {
    max-width: 100%;
    font-size: 16px;
  }
  .time-mobile {
    padding: 0px 37px 75px 37px;
  }
  .time-mobile div > h1:nth-of-type(2) {
    color: #908681;
    font-size: 26px;
    font-weight: 400;
    margin-top: 29px;
    margin-bottom: 35px;
  }
  .time-mobile div > p {
    color: #908681;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .time-mobile div {
    text-align: center;
  }
  .time-mobile div > h1:nth-of-type(1) {
    color: rgba(163, 150, 143, 0.2);
    font-size: 70px;
    font-weight: 400;
    font-family: "Open Sans";
    margin: 0;
    margin-bottom: -2rem;
  }
  .menu1 > div > ul {
    position: relative;
    top: -80px;
    padding-left: 0px;
    margin-left: 0px;
    visibility: hidden;
  }
  .were-call {
    padding-top: 83px;
    padding-bottom: 140px;
  }
  .were-call p {
    margin-top: 50px !important;
    max-width: 67%;
    margin: 0 auto;
  }
  .were-call span::after {
    width: 2px !important;
    height: 60px !important;
    top: 23.7rem;
  }
  .were-call h1 {
    font-size: 26px;
  }
  section.call-later > div {
    display: flex;
    justify-content: center;
    padding-top: 96px;
    padding-bottom: 70px;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  section.call-later > div div {
    text-align: center;
    width: 100%;
    padding-bottom: 26px;
  }
  section.call-later > div > div h1 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
  section.call-later > div div:nth-of-type(1) img {
    width: 46px;
  }
  section.call-later > div div:nth-of-type(2) img {
    width: 62px;
  }
  section.call-later > div div:nth-of-type(3) img {
    width: 53px;
  }
  section.call-later > div > div p {
    font-size: 16px;
    color: #a3968f;
  }
  section.call-later > div div:nth-of-type(3) p {
    max-width: 60%;
  }
  .info-folie > div {
    padding: 0;
  }
  .more-info > div {
    padding: 41% 15% 16% 15%;
  }
  .more-info > h1 {
    font-size: 26px;
    left: 50%;
    transform: translateX(-50%);
    top: 7%;
  }
  .more-info > h1 span:nth-of-type(1) {
    color: white;
  }
  .more-info > div label {
    font-size: 18px;
  }
  .more-info .cnt button,
  .more-info .cnt input[type="button"],
  .more-info .cnt input[type="reset"],
  .more-info .cnt input[type="submit"] {
    margin-top: 0;
  }
  .contact-us-page > div img,
  .about-us-page > div img {
    width: 30% !important;
  }
  .contact-us-page > div p,
  .about-us-page > div p,
  .first-banner .seemore p,
  .largevillastrio-page > div p {
    width: 20rem;
    font-size: 14px;
  }
  .timeline-mobile {
    display: block;
  }
  .timeline-desktop {
    display: none;
  }
  .about-us-page {
    background-image: linear-gradient(
        180deg,
        rgba(21, 21, 21, 0) 9.2%,
        rgba(21, 21, 21, 0.5) 80.61%
      ),
      url(/wp-content/uploads/2022/09/image1.png);
  }
/*    .first-banner {
  
  }  */
  /* .first-banner a:nth-of-type(1) {
    display: none;
  } */
  .page-template-front-page .seemore a:nth-of-type(1) , .page-template-front-pageen .seemore a:nth-of-type(1){
    display: none;
}
  .first-banner a:nth-of-type(2) {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .text1 p {
    max-width: 80% !important;
  }
  .project-carousel .slider__item {
    margin-left: 25px;
  }
  .project-carousel .slider .slick-list {
    padding: 0px 9% 0 0;
  }
	.page-id-1845 .were-call p {
    max-width: 80%;
}
  .menu-menu-2-container li,
  .menu-menu-1-container li {
    max-height: 52px !important;
  }
  .home-page ul {
    top: 6rem;
    transform: translate(-50%, 5rem);
  }
  .home-page1 ul {
    top: 14em;
    transform: translate(-50%, 10rem);
  }
}
@media screen and (max-width: 393px) {
  .slider {
    margin-left: 40px;
  }
  .slider__item .folie-img {
    max-width: 328px;
  }
}
@media screen and (max-width: 390px) {
  .text1 p {
    max-width: 85% !important;
  }
  .slider {
    margin-left: 46px;
  }

  .slider .slick-list {
    padding: 0 12% 0 0;
  }
  .see-our-project .name-of p {
    max-width: 84.2%;
    font-size: 16px;
}
}
@media screen and (max-width: 375px) {
  .text1 p {
    max-width: 88% !important ;
  }
	.page-id-1782 .menu-item-1193 a, .page-id-1835 .menu-item-1193 a, .page-id-1788 .menu-item-1193 a, .page-id-1848 .menu-item-1193 a, .page-id-1845 .menu-item-1193 a, .page-id-1794 .menu-item-1193 a, .page-id-1850 .menu-item-1193 a, .page-id-1804 .menu-item-1193 a, .page-id-1806 .menu-item-1193 a {
		line-height:45px;
	}
  .page-template-see-the-project .seemore {
    transform: translate(-50%, 23.1rem);
}
	.page-id-1845 .were-call p {
    max-width: 85%;
}
.see-project-page > div img {
  width: 42% !important;
}
.see-project-page > div p {
  font-weight: 700;
  font-size: 12px;
}
  /* klajd */
  .project-carousel .slider .slick-list {
    padding: 0px 10% 0 0;
  }

  .slider__item .folie-img {
    max-width: 300px;
  }
  .project-carousel .slider__item {
    margin-left: 20px;
  }

  .slider {
    margin-left: 35px;
  }
  .toggler:checked ~ .menu1 > div > h1 {
    /* margin-top: 85px; */
    font-size: 28px;
    top: 90px;
    margin-top: 0;
  }
  .menu-menu-2-container > ul > li > a,
  .menu-menu-1-container > ul > li > a {
    font-size: 18px !important;
  }
  .home-page ul {
    top: 3rem;
  }
  .menu-menu-2-container li,
  .menu-menu-1-container li {
    max-height: 48px;
  }
  .home-page1 ul {
    top: 9em;
  }
	.menu-menu1-container>ul>li>a {
    line-height: 45px;
}
	.menu-menu1-container>ul>li>a {
    font-size: 18px;
}
	.menu-menu-2-container > ul > li > a, .menu-menu-1-container > ul > li > a {
    line-height: 45px;
}

  .were-call span::after {
    width: 2px !important;
    height: 60px !important;
    top: 23.7rem;
  }

  .slider__item img.banner-desk {
    max-width: 260px;
  }
  .first-banner > div h1 {
    bottom: 58%;
  }
}
@media screen and (max-width: 320px) {
  .first-banner > div h1 {
    width: 18rem;
  }
  .were-call span::after {
    width: 2px !important;
    height: 60px !important;
    top: 25.1rem;
}
  .form-row.d-flex.justify-content-end.widget-subscribe.mb-0 span.wpcf7-form-control-wrap::before {
    left: 3% !important;
}
  .slider__item img.banner-desk {
    max-width: 225px;
  }
}
@media screen and (max-width: 360px) {
  .text1 p {
    max-width: 92% !important;
  }
  .first-banner > div h1 {
    width: 15rem;
  }
  .page-template-see-the-project .seemore {
    transform: translate(-50%, 22.2rem);
}
.see-project-page > div img {
  width: 44% !important;
}
	.menu-menu1-container>ul>li>a ,.menu-menu2-container>ul>li>a {
    line-height: 45px;
}
}

/* For iPhone 12 and 13
iPhone 13 mini */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .menu-menu-2-container li,
  .menu-menu-1-container li {
    max-height: 45px !important;
  }
  .home-page1 ul {
    top: 8em;
  }
  .home-page ul {
    top: 3rem;
  }
  .page-template-see-the-project .seemore {
    transform: translate(-50%, 22.3rem);
}
.see-project-page > div p {
  font-weight: 700;
  font-size: 12px;
}
.see-project-page > div img {
  width: 35% !important;
  height: 54px;
}
}

/* iPhone 13 and iPhone 13 Pro */

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .menu-menu-2-container li,
  .menu-menu-1-container li {
    max-height: 46px !important;
  }
  .home-page ul {
    top: 4rem;
    transform: translate(-50%, 5rem);
  }
  .home-page1 ul {
    top: 11em;
    transform: translate(-50%, 10rem);
  }
  .page-template-see-the-project .seemore {
    transform: translate(-50%, 22.3rem);
}
.see-project-page > div p {
  font-weight: 700;
  font-size: 12px;
}
.see-project-page > div img {
  width: 48% !important;
/*   height: 54px; */
}
}

/* iPhone 13 Pro Max */

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .page-template-see-the-project .seemore {
    transform: translate(-50%, 22.3rem);
}
.see-project-page > div p {
  font-weight: 700;
  font-size: 12px;
}
.see-project-page > div img {
  width: 35% !important;
  height: 54px;
}
}
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {
      .page-template-see-the-project .seemore {
        transform: translate(-50%, 22.3rem);
    }
    .see-project-page > div p {
      font-weight: 700;
      font-size: 12px;
    }
    .see-project-page > div img {
      width: 42% !important;
      height: 62px;
    }
     }

/* Event page*/

.event-page {
  max-height: 100%;
  background-image: linear-gradient(
      360deg,
      rgba(21, 21, 21, 0.2) 0%,
      rgba(21, 21, 21, 0) 101.07%
    ),
    url(/wp-content/uploads/2022/12/jala-arts.jpg);
  background-color: #cccccc;
  height: 980px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.event-page > div h1 {
  color: white;
  width: 100%;
}
