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

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
} 

body {
    /* font-family: 'Niconne', cursive; */
    font-family: 'Cormorant Garamond', serif;
    overflow: hidden;
}

/* 
#bba337 - HEADINGS
#333333 - MAIN  
#ede7d4 - SECONDARY 
*/

.backdrop-img {
    width: 70rem;
    z-index: -90;
    opacity: 1;
    overflow-x: hidden;
}


.white-text {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
}

.orange-text {
    font-size: 2.4rem;
    color: #333333;
    font-weight: 500;

}

.brownBackground {
    background-color: #ad9a87;
}

.btn {
    padding: 0.6rem 1.2rem;
    border: 1px solid #333333;
    font-size: 3.6rem;
    border-radius: 13px;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
    width: auto;
}

.btn:hover {
    transform: scale(1.05);
}



/* //////////VERTICAL-NAV//////////// */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #ad9a87; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: 3px solid #9db6c0;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #9db6c0;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sub-link {
    margin-left: 1rem;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .open-nav {
      z-index: 999;
      font-size: 5rem;
      color: #333;
      display: none;
      padding-right: 0.6;
  }


/* //////////NAV//////////// */

.nav {
    background-color: #ad9a87;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    height: 6rem;
    z-index: 9;
    border-bottom: 3px solid #9db6c0;
}

.nav-box {
    display: flex;
    justify-content: flex-end;
}

.nav-logos {
    display: flex;
    gap: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.6rem;
    z-index: 10;
}

.nav-logo {
    width: 13rem;
    height: 100%;
    overflow: visible;
    margin-bottom: -4rem;
}

.nav-socials {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.numberNav-text {
    font-size: 2rem;
    color: #fff;
}

.nav-social {
    width: 4rem;
    height: 4rem;
    transition: all 0.3s;
}

.nav-social:hover {
    transform: scale(1.05);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list {
    list-style: none;
}

.nav-link {
    display: block;
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    font-size: 3rem;
    color: #333;
}

.nav-active .nav-link {
    background-color: #9db6c0;
    color: #fff;
}

li.nav-active:hover {
    background-color: #9db6c0;
}

.nav-list:hover .nav-link {
    color: #fff;
    background-color: #9db6c0;
}

.nav-special {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-special-img {
    width: 4rem;
}

.spacer {
    height: 4.8rem;
}

/* //////////HERO//////////// */

.hero {
    background-color: #fff;
    padding: 4.8rem 1.2rem;
    border-bottom: 3px solid #9db6c0;
    outline: 6px solid #9db6c033;
}

.hero-box {
    margin: 0 auto;
    max-width: 180rem;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 3.5fr;
    grid-gap: 4.8rem;

}

.hero-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-content: center;
    align-items: center;
    justify-self: flex-end;
    align-self: flex-start;
    margin-right: -25rem;
}

.hero-header {
    font-size: 13rem;
    font-weight: 100;
    color: #9db6c0;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;

}

.hero-span {
    margin-left: 9.6rem;
}

.hero-text {
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    width: 50rem;
}

.hero-links {
    display: flex;
    gap: 2.4rem;
}

.hero-link {
    font-size: 2.4rem;
    padding: 0.6rem 2.4rem;
    text-decoration: none;
    border:1px solid #fff;
    color: #fff;
    font-weight: bold;
}

.hero-services {
    background-color: #fff;
    color: #333;
}

.hero-img-box {
    padding-right: 4.8rem;
}

.hero-img {
    width: 100%;
    margin-left: -10rem;
    margin-top: -10rem;
}

/* //////////ABOUT//////////// */

.about {
    padding: 4.8rem 1.2rem;
}

.about-purple {
    background-color: #9db6c033;
}

.about-box {
    margin: 0 auto;
    max-width: 100rem;
}

.about-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    text-align: center;
}

.about-header {
    font-size: 4.8rem;
    color: #333;
    font-family: 'Cormorant Garamond', serif;

}

.about-text {
    font-size: 3rem;
    color: #777;
}


/* //////////CURTAINS-BLINDS//////////// */

.curtains-blinds {
    padding: 4.8rem 1.2rem;

    background-color: #9db6c033;
}

.curtains-blinds-box {
    margin: 0 auto;
    max-width: 120rem;
}

.curtains-blinds-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    text-align: center;
}

.curtains-blinds-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.6rem;
}

.curtains-blinds-text-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 2.4rem;
}

.curtains-blinds-header {
    font-size: 4.8rem;
    color: #333;
    font-family: 'Cormorant Garamond', serif;

}

.curtains-blinds-text {
    font-size: 2.4rem;
    color: #777;
    font-weight: 100;
}

.curtains-blinds-link {
    font-size: 3rem;
    text-decoration: none;
    background-color: #9db6c0;
    color: #fff;
    padding: 0rem 2.4rem;
    border: 1px solid #9db6c0;
    transition: all 0.3s;
}

.curtains-blinds-link:hover {
    transform: scale(1.1);
    background-color: #fff;
    color: #555;
}

.curtains-blinds-img {
    width: 100%;
    justify-self: center;
    align-self: center;
}

/* //////////TRIO//////////// */

.trio {
    padding: 4.8rem 1.2rem 4.8rem;
}

.trio-box {
    margin: 0 auto;
    max-width: 120rem;
}

.trio-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3.6rem;
    justify-items: center;
    align-items: center;
}

.trio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 2.4rem;
}

.trio-box-one,
.trio-box-two,
.trio-box-three {
    padding: 2.4rem 1.2rem;
}

.trio-box-two {
    border: 3px solid #9db6c0;
}

.trio-box-three {
    background-color: #9db6c0;
    color: #fff;
}

.trio-text {
    color: #777;
    font-size: 3rem;
    text-align: center;
}

.trio-img {
    width: 10rem;
    justify-self: flex-start;
}

.trio-header {
    font-size: 3.6rem;
    color: #333;
    text-align: center;
    font-weight: 100;
}

.trio-logo-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3.6rem;
    justify-items: center;
    align-items: center;
}



.trio-logo {
    width: 10rem;
}

.white {
    color: #fff;
}




/* --------------EXTRAS--------------- */

.extras {
    padding: 4.8rem 0.6rem;
}

.extras-box {
    margin: 0 auto;
    max-width: 120rem;
}

.extras-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.extras-item {
    background-color: #9db6c0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.4rem 1.2rem;
    gap: 3.6rem;
}

.extras-header {
    font-size: 4.8rem;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
}

.extras-text {
    font-size: 3rem;
    color: #fff;
    text-align: center;
}

.extras-link {
    font-size: 3.6rem;
    text-decoration: none;
    background-color: #fff;
    color: #555;
    padding: 0rem 2.4rem;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.extras-link:hover {
    transform: scale(1.1);
    background-color: #9db6c0;
    color: #fff;
}

.extras-img {
    width: 100%;
}



/* --------------GALLERY--------------- */



.gallery {
    padding: 9.6rem 1.2rem 4.8rem;
}

.gallery-box {
    margin: 0 auto;
    max-width:160rem;
    display: flex;
    flex-direction: column;
}

.gallery-container {
    column-count: 3;

}

.gallery-img-box {
    overflow: hidden;
    padding: 0.6rem 0;
}

.gallery-img {
    width: 100%;
    transition: all 0.6s;
}

.gallery-img:hover {
    transform: scale(1.3);
}


  /* -------CAROUSEL------ */


  

/* Animation */
@keyframes scroll {
	0% { transform: translateX(0); }
	50% { transform: translateX(calc(-510px * 10))}
    100% { transform: translateX(300px)}
}


/*  Styling  */
#logos-home-page .slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2.4rem 0 9.6rem;
}

#logos-home-page .slider:before,#logos-home-page .slider:after {
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		content: "";
		position: absolute;
		/* width: 200px; */
		z-index: 2;
	}
	
#logos-home-page .slider:after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

#logos-home-page .slider:before {
		left: 0;
		top: 0;
	}

#logos-home-page .slide-track {
		animation: scroll 60s linear infinite;
		display: flex;
		/* width: calc(250px * 14); */
}
	
#logos-home-page div.slide {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide {
    width: 800px;
}

.slide img {
    height: 500px;
}


/* -------CTA SECTION------ */

.cta {
    padding: 9.6rem 0.6rem 3.6rem;
    display: grid;
}

.cta-box {
    max-width: 120rem;
    margin: 0 auto;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.cta-form-page {
    width: 70rem;
    justify-self: center;
}


.cta-text {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-items: center;
    align-items: center;
    color: #777;
    font-size: 3rem;
}

.cta-title {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
    font-weight: 100;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 3rem;
    text-align: center;
    padding: 1.2rem;
}

.cta-socials {
    align-self: center;
    justify-self: center;
    display: flex;
    gap: 6.2rem;
    padding: 1.2rem;
}

.social-icons {
    width: 5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.input-box {
    border: none;
    border-bottom: 3px solid #9db6c0;
    resize: none;
    padding: 1.2rem;
}

/* .input-box::placeholder {
} */



.message-input {
    height: 12rem;
}

/* .message-input::placeholder {

} */

.submit-btn {
    width: auto;
    align-self: flex-end;
    padding: 0.6rem 1.2rem;
    border-radius: 13px;
    border: none;
    background-color: #9db6c0;
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
    border: 1px solid #fff;
}

.number-text,
.email-text {
    font-size: 2.4rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
}


  /* -------FOOTER SECTION------ */

.footer {
    padding: 9.6rem 0.6rem;
    background-color: #ad9a87;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
}

.footer-logo {
    width: 20rem;
}

.copyright {
    font-size: 2.4rem;
    line-height: 1.4;
    color: #555;
    text-align: center;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 3.6rem;
    padding-bottom: 1.8rem;
    color: #333;
    font-weight: 100;
}

.footer-details {
    font-size: 3rem;
    color: #555;
}

.footer-link {
    font-size: 3rem;
    text-decoration: none;
    color: #555;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#666;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #555;
}

.footer-placeholder {
    font-size: 4.8rem;
}

/* //////////PAGE//////////// */

.page {
    padding: 9.6rem 1.2rem 2.4rem;
}

.page-box {
    max-width: 100rem;
    margin: 0 auto;
}

.page-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}


.page-heading {
    font-size: 6rem;
    font-weight: 100;
    color: #555;
}

.page-header {
    font-size: 4.8rem;
    color:#333;
    font-weight: 100;
    text-align: center;
}

.page-text {
    font-size: 3rem;
    color: #777;
}

.page-link {
    text-decoration: none;
    color: #333333;
}

.text-centre {
    text-align: center;
}

.page-span {
    color:#333333;
}

.page-price {
    font-size: 2.4rem;
    color: #333333;
    margin-left: auto;
    font-weight: 500;
}

.page-btn {
    background-color: #9db6c0;
    color: #fff;
    border: none;
    margin: auto;
}

.blind-logos {
    padding: 2.4rem 0.6rem;
}

.blind-logos-box {
    margin: 0 auto;
    max-width: 80rem;
    display: flex;
    justify-content: center;
}

.blind-logos-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3.6rem;
}

.blind-logos-link {
    justify-self: center;
    align-self: center;
}

.blinds-logo {
    width: 100%;
}

.review-slider {
  position: relative;
  max-width: 700px;
  margin: 60px auto;
  margin-top: 0;
  overflow: hidden;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.review-container {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

.review-card {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 2rem;
  background: #ad9a87;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.review-text {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  padding-top: 2.4rem;
}

.review-author {
  font-weight: bold;
  text-align: right;
  color: #fff;
  margin-right: 1rem;
}

.reviewsHeader {
    text-align: center;
    font-size: 3.6rem;
    color: #333;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.slider-controls button {
  background: rgba(255,255,255,0.8);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-controls button:hover {
  background: #eee;
}

.slider-dots {
  text-align: center;
  margin-top: 15px;
}

.slider-dots button {
  border: none;
  background: #ccc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-dots button.active {
  background: #555;
}

