* {
  box-sizing: border-box;
}

*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  /* font-family: "Titillium"; */
}

.max-width {
  width: 100%;
  max-width: 1365px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 1140px;
  }
}

.about-container {
  width: 100%;
  padding: 100px 0;
}
.about-container .about-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 1200px) {
  .about-container .about-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-container .about-info {
  position: relative;
}
@media screen and (max-width: 1020px) {
  .about-container .about-info {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.about-container .about-info .about-p {
  font-size: 1rem;
  font-weight: 300;
  padding-top: 15px;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 1020px) {
  .about-container .about-info .about-p {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about-container .about-info .about-p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 510px) {
  .about-container .about-info .straight-line {
    display: none;
  }
}
.about-container .about-pic-part {
  display: flex;
  align-items: center;
  position: relative;
  height: 440px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1200px) {
  .about-container .about-pic-part {
    display: block;
  }
}
.about-container .about-pictures {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 350px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .about-container .about-pictures {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .about-container .about-pictures {
    /* height: 500px; */
    margin-top: 20px;
  }
}
.about-container .about-pictures img {
  width: 100%;
  max-width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.1);
}
.about-container .about-pictures::before {
  content: "";
  position: absolute;
  right: 55%;
  top: 41px;
  width: 58%;
  height: 100%;
  background-color: #ba7802;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .about-container .about-pictures::before {
    display: none;
  }
}
.about-container .about-pictures::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -25px;
  top: -25px;
  border: 1px solid #ba7802;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .about-container .about-pictures::after {
    display: none;
  }
}

.background-story {
  position: absolute;
  top: 0%;
  z-index: -1;
  left: -19px;
  width: 100%;
  max-width: 400px;
  height: 200px;
}
.background-story img {
  width: 100%;
  max-width: 400px;
  height: 200px;
}

.about-h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

.about-h1 {
  color: #ba7802;
  font-size: 40px;
  /* font-weight: 800; */
  margin: 0;
  padding: 20px 0;
  font-family: "Allura";
}

.svg-logo {
  width: 20px;
  height: 20px;
  margin-top: 80px;
}

.photograph {
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .photograph {
    position: relative;
    text-align: center;
    transform: translateX(0px);
    top: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .photograph {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0);
  }
}

.exclusive-section {
  width: 100%;
  height: 250px;
  margin-top: 150px;
  background: url(https://cdn.shopify.com/s/files/1/0056/0175/5249/files/Header_WeddingFlowers_2000x900_50239f37-4653-432f-a1f3-1d2234c04369.jpg?v=1551916726);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.exclusive-section h1 {
  font-size: 3rem;
}
.exclusive-section h3 {
  font-size: 1.8rem;
}

.planning-container {
  position: relative;
  width: 100%;
  margin-top: 50px;
  background-color: rgba(186, 120, 2, 0.1);
  padding-bottom: 223px;
}
@media only screen and (max-width: 1100px) {
  .planning-container {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .planning-container {
   margin-top: 0;
  }
}
.planning-container .background-body {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  position: relative;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.planning-container .background-body h2 {
  font-size: min(max(70px, 10vw), 60px);
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
.planning-container .background-body h3 {
  z-index: 1;
  font-size: 52px;
  font-size: min(max(40px, 10vw), 40px);
  margin: 0;
  font-weight: 700;
}
.planning-container .planning-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

@media only screen and (max-width: 576px){
  .planning-container .planning-wrapper{
    padding-top: 60px;
    gap: 20px;
  }
}
.planning-container .planning-wrapper .planning-box {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1100px) {
  .planning-container .planning-wrapper .planning-box {
    grid-template-columns: 100%;
  }
}
.planning-container .planning-wrapper .planning-box .background-slider {
  position: relative;
  height: 350px;
  width: 100%;
  max-width: 350px;
  margin-left: 45px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1100px) {
  .planning-container .planning-wrapper .planning-box .background-slider {
    margin-left: auto;
    margin-right: auto;
  }
}
.planning-container .planning-wrapper .planning-box .background-slider::before {
  content: "";
  position: absolute;
  left: -46px;
  width: 131px;
  height: 100%;
  top: 41px;
  background-color: #ba7802;
}
@media only screen and (max-width: 576px) {
  .planning-container .planning-wrapper .planning-box .background-slider::before {
    display: none;
  }
}
.planning-container .planning-wrapper .planning-box .background-slider::after {
  content: "";
  position: absolute;
  border: 1px solid #ba7802;
  width: 100%;
  height: 70%;
  top: -20px;
  left: -16px;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .planning-container .planning-wrapper .planning-box .background-slider::after {
    display: none;
  }
}
.planning-container .planning-wrapper .planning-box .background-slider .image-box {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 350px;
  overflow: hidden;
}
.planning-container .planning-wrapper .planning-box .background-slider .image-box img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
  display: block;
  -o-object-position: center;
     object-position: center;
}
.planning-container .planning-wrapper .planning-box .background-slider .planning-slider .slick-dots li button:before {
  content: " ";
}
.planning-container .planning-wrapper .planning-box.reverse .background-slider {
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .planning-container .planning-wrapper .planning-box.reverse .background-slider {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .planning-container .planning-wrapper .planning-box.reverse .box {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.planning-container .planning-wrapper .planning-box .box {
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .planning-container .planning-wrapper .planning-box .box {
    padding-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .planning-container .planning-wrapper .planning-box .box {
    padding-top: 40px;
  }
}
.planning-container .planning-wrapper .planning-box .box h3 {
  font-size: 36px;
  font-weight: 400;
}
.planning-container .planning-wrapper .planning-box .box h4 {
  font-size: 15px;
  font-weight: bold;
}
.planning-container .planning-wrapper .planning-box .box p {
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.planning-container .planning-wrapper .planning-box .box .buttons .btn a {
  margin: 0;
}

.testimonial-slider {
  display: flex;
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 1100px) {
  .testimonial-slider {
    margin-left: auto;
    margin-right: auto;
  }
}
 .testimonial-item {
  width: 100% !important;
  max-width: 700px !important;
}

.testimonials-cont {
  transform: translateY(-150px);
}



.testimonials {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.1);
  background-color: white;
  gap: 100px;
  /* height: 300px; */
}
@media only screen and (max-width: 1100px) {
  .testimonials {
    display: block;
    transform: translateY(0px);
    padding: 10px;
  }
}
.testimonials .testimonial-arrows {
  display: block;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
}
@media only screen and (max-width: 1100px) {
  .testimonials .testimonial-arrows {
    top: 68%;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1200px) {
  .testimonials .testimonial-arrows {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    right: 0;
  }
}
.testimonials .testimonial-arrows .arrow-div {
  cursor: pointer;
  background-color: #ba7802;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.testimonials .testimonial-arrows svg path {
  transition: all 0.5s ease-in-out;
}
.testimonials .testimonial-arrows .arrow-div:hover {
  background-color: #f8f1e5;
}
.testimonials .testimonial-arrows .arrow-div:hover svg path {
  fill: #ba7802;
}
.testimonials .testimonials-picture {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 300px;
}

@media only screen and (max-width: 1100px){
  .testimonials .testimonial-arrows .arrow-div{
    height: 40px;
    border: 1px solid #ba7802;
    background-color: white;
  }
 .testimonials .testimonial-arrows .arrow-div svg path{
  fill: #ba7802;
}
}
@media only screen and (max-width: 1100px) {
  .testimonials .testimonials-picture {
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials .testimonials-picture::before {
  content: "";
  position: absolute;
  border: 1px solid #ba7802;
  width: 100%;
  height: 85%;
  left: 25px;
  top: 25px;
}
@media only screen and (max-width: 576px) {
  .testimonials .testimonials-picture::before {
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.testimonials .testimonials-picture .box-inside {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.9rem;
  right: -66px;
  top: 20%;
  width: 80px;
  height: 80px;
  background-color: #ba7802;
  z-index: 1;
}
@media screen and (max-width: 620px) {
  .testimonials .testimonials-picture .box-inside {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .testimonials .testimonials-picture .box-inside {
    display: none;
  }
}
.testimonials .testimonials-picture img {
  width: 100%;
  max-width: 300px;
  min-height: 300px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .testimonials .testimonials-picture img {
    max-width: 100%;
  }

  .testimonials .testimonials-picture{
    max-width: 100%;
  }
}
.testimonials .testimonial-info {
  width: 100%;
  padding-top: 20px;
}
.testimonials .testimonial-info h3 {
  padding-bottom: 30px;
}
.testimonials .testimonial-info p {
  margin: 0;
  padding-top: 20px;
  width: 100%;
  /* max-width: 460px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.testimonials .testimonial-info .buttons .btn a {
  margin: 0;
}

.headline-part {
  position: relative;
  height: auto;
}

.slider-container {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  margin-top: -60px;
}
@media only screen and (max-width: 1100px) {
  .slider-container {
    padding-top: 60px;
  }
}
.slider-container .buttons .btn a {
  padding-right: 0;
}
.slider-container .headline-part {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1100px) {
  .slider-container .headline-part {
    width: 100%;
  }
}
.slider-container .headline-part .background-story {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%);
}
.slider-container .buttons {
  justify-content: center;
}

.home-box-slider {
  display: flex;
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 345px;
  z-index: 1;
}

@media only screen and (max-width: 576px){
  .home-box-slider{
    margin-top: 50px;
    height: 300px;
  }
}
.home-box-slider .box {
  width: 250px;
  height: 331px;
  z-index: 1;
}
.home-box-slider .box img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(42px);
  cursor: pointer;
}

.home-box-slider .slick-center {
  z-index: 2;
}

.slick-list {
  overflow: visible;
}

.slick-center {
  position: relative;
  top: 0px;
  transform: scale(1.2);
  transition: ease 0.25s;
}
@media screen and (max-width: 900px) {
  .slick-center {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 500px) {
  .slick-center {
    transform: scale(1.05);
  }
}
.slick-center::before {
  content: "";
  position: absolute;
  top: 31px;
  width: 110%;
  height: 82%;
  padding: 20px;
  border: 1px solid #ba7802;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .slick-center::before {
    border: none;
  }
}

.buttons {
  display: flex;
  position: relative;
  gap: 20px;
  padding: 20px 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 576px) {
  .buttons {
    display: block;
  }
}
.buttons .btn a {
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 576px) {
  .buttons .btn a {
    padding: 0;
  }
}
.buttons .btn a span,
.buttons .btn a h1 {
  font-size: 1.1rem;
  font-weight: 100;
  margin-right: 10px;
  font-weight: 600;
}
.buttons .btn a i {
  font-size: 1.2rem;
}
.buttons .btn a:hover {
  color: #ba7802;
}
.buttons .straight-line {
  position: absolute;
  left: 153px;
  width: 2px;
  height: 40px;
  background-color: #ba7802;
}
@media only screen and (max-width: 576px) {
  .buttons .straight-line {
    width: 100%;
    max-width: 150px;
    height: 1px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}

.reveal{
  position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal2{
  position: relative;
    transform: translateY(0px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal2.active {
    transform: translateY(-150px);
    opacity: 1;
}

@media only screen and (max-width:576px){
  .about-container{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reveal2.active{
    transform: translateY(-90px);
  }
}