@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Oswald&family=Poppins:wght@100;300;400;500;600&family=Roboto:wght@700&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s linear;
}

html {
  /* font-size: 62.5%; */
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* general settings */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.navbar-toggler:focus{
    box-shadow: none;
}


body{
    font-family: 'Montserrat', sans-serif;
}

.mobile{
    display: none;
}




*:focus {
    outline: none;
    box-shadow: none;
}
/* end of general settings */

/* mobile header */
.navbar-brand{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
    text-decoration: none;

}

.navbar-toggler i{
    font-size: 25px;
    color: #1E1E1E;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block; /* Change 'flex' to 'block' or any other desired value */
    /* Other styles */
}

@media (max-width: 991px){
    .mobileTopIcon{
        width: 22px;
        height: 21px;
    }

    .mobileToNavbar{
        background-color:#D2D2D2;
        padding: 10px 0;
    }

    .offcanvas-header a{
        font-family: 'Montserrat', sans-serif;
        color: #1E1E1E;
        font-size: 20px;
    }

    .offcanvas-body{
        background-color: #B5B5B5;
    }

    .offcanvas-body .nav-link{
        font-family: 'Montserrat', sans-serif;
        color: #1E1E1E;
        margin-bottom: 15px;
        border-bottom: 1px solid #92929270;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        letter-spacing: 0em;
    }

    .offcanvas-header{
        background-color: #D2D2D2;
    }

    .mobileTopIconWrapper{
        margin-left: 5rem;
    }
  }
/* mobile header */







/* product Category */
.productCategory{
    padding: 100px 0;
}
.productCategory h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color:rgb(148, 148, 148);
}
.productCategory img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 10px solid rgb(148, 148, 148);
    transition: ease-in-out .5s;
}

.productCategory img:hover{
    transform: scale(1.05);
    box-shadow: 5px 5px 10px rgb(148, 148, 148) ;
}

.section-header {
    margin-bottom: 50px; /* Adjust margin as needed */
  }
  
  .section-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333; /* Adjust color as needed */
  }
  
  .section-header p {
    font-size: 16px;
    color: #777; /* Adjust color as needed */
  }
  

  @media (max-width: 991px){
    .productCategory{
        padding: 50px 0;
    }
  }
/* product Category */









.colorSP{
    width: 20px;
    height: 11px;
    display: inline-block;
    cursor: pointer;
    transition: ease-in-out .2s;
}

.colorSP:hover{
    transform: scale(1.3);
}

.line{
    height: 1.5px;
    background-color:#686868;
}

.line2{
    height: 1.5px;
    background-color:#d8d8d8;
}

.colorSP2 {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-right: 10px; /* Add spacing between colorSP2 elements */
}

.colorSP2 span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    transition: ease-in-out .2s;
    border: 1px solid #1E1E1E;
    transition: ease-in-out .2s;
}

.colorSP2 span:hover {
    transform: scale(1.3);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.548); /* Add your desired box shadow properties here */
}

.colorSP2-text {
    text-align: center;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background-color: transparent; /* Remove the background color if not needed */
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    color: #1E1E1E;

}

@media (max-width: 991px){
    .hero h3{
        text-align: center!important;
        font-size: 18px;
    }

    .hero h2 {
        font-size: 25px;
    }

    .hero h1 {
        text-align: center!important;
        font-size: 35px;
    }

    .colorSP2 span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: block;
        cursor: pointer;
        transition: ease-in-out .2s;
        border: 1px solid #1E1E1E;
    }

    .colorSP2-text {
        text-align: center;
        position: absolute;
        bottom: -17px;
        left: 50%;
        transform: translateX(-50%);
        width: 58px;
        background-color: transparent;
        font-size: 10px;
    }

    .colorPalletTopWrapper{
        margin-bottom: 30px;
    }
    .hero {
        margin-top: 66px;
    }
}
/*end of hero */














/* windowBlind */
.windowBlinds{

    padding: 100px 0;
    background: rgb(249,230,238);
    background: radial-gradient(circle, rgba(249, 230, 238, 0.596) 0%, rgba(203, 223, 246, 0.589) 100%);
    margin:40px 20px;
    border-radius: 40px;
}

.windowBlinds h2{
    font-family: 'Montserrat', sans-serif;
    color: #090135;
    font-size: 50px;
    font-weight: 800;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 3px 3px 4px #000;
}

.image-overlay2 {
    position: relative;
    display: inline-block;
    text-align: center; /* Center text horizontally */
    overflow: hidden; /* Ensure the border-radius clips the image properly */
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 20%;
    background: linear-gradient(to right, rgb(3, 0, 41) 0%, rgba(24, 3, 102, 0.445) 50%, rgba(105, 0, 105, 0.418) 100%);
    z-index: 1; /* Adjust the z-index to control the stacking order */
    pointer-events: none; /* Allows clicks to pass through to the underlying image */
    display: flex;
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
}

.overlay-text {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}

.windowBlindsRow1 .col-lg-3,.windowBlindsRow2 .col-lg-3 {
    text-align: center;
}

.windowBlindsRow1{
    padding-bottom: 30px;
}

.windowBlindsRow1 .col-6, .windowBlindsRow2 .col-6 {
    padding-bottom: 20px;
}

.windowBlindsInfo p{
    font-family: 'Montserrat', sans-serif;
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
}

.windowBlindsInfoBox{
    background-image: url('../images/windowBlindsInfoBox.png'), linear-gradient(to bottom, rgba(46, 46, 46, 0.712), rgba(63, 63, 63, 0.651));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 30px 0;
    background-blend-mode: multiply; /* Adjust blend mode as needed */
    overflow: hidden;
}

.windowBlindsInfoBox h3{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 30px;
}

.windowBlindsInfoBox ul li {
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}
.windowBlindsInfoBox ul li::before {
    content: "\25A0"; /* Unicode character for a filled square */
    font-size: 1em; /* Adjust the size as needed */
    margin-right: 0.5em; /* Adjust the spacing between the square and the text */
    color: #ffffff;
}
.windowBlindsInfoBox p{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.windowBlindsInfo .col-lg-4 p{
    margin-left: 50px;
}







@media (max-width: 991px){

    .windowBlinds {
        padding: 10px 0;
        margin: 0px 0px;
        border-radius: 20px;
    }

    .windowBlinds h2 {
        font-family: 'Montserrat', sans-serif;
        color: #1E1E1E;
        font-size: 41px;
        font-weight: 800;
        line-height: 43px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 6px;
    }

    .g-5, .gx-5 {
        --bs-gutter-x: 1rem;
    }

    .overlay2 {
        height: 43%;
    }

    .windowBlinds h2 {
        font-family: 'Montserrat', sans-serif;
        color: #1E1E1E;
        font-size: 22px;
        font-weight: 800;
        line-height: 39px;
        letter-spacing: 0em;
        text-align: center;
    }

    .windowBlindsRow1{
        padding-bottom: 0;
    }

    .windowBlindsInfo p {
        font-size: 20px;
        line-height: 25px;
    }

    .overlay-text {
        font-size: 20px;
    }

    .windowBlindsInfoBox ul li {
        font-size: 14px;
    }

    .windowBlindsInfoBox h3 {
        font-size: 20px;
    }

    dl, ol, ul {
        margin-top: 0;
        margin-bottom: 3rem;
    }


    .windowBlindsInfoBox p {
        font-size: 12px;
    }


    .windowBlindsInfo .col-lg-4 p{
        margin-left:0px;
    }
    
}
/*end of  windowBlind */







/* wallpaper */
.wallpaper{
    background-color: #D2D2D2;
}
/* wallpaper */





/* products */
.producta{
    background-color: #919191;
}

.productaBox1 .col-lg-2{
    margin-right: 40px;
    text-align: center;
}

.productaBox1{
    padding-bottom: 0;
}


@media (max-width: 991px){
    .productaBox1 .col-lg-2{
        margin-right:0px;
    }
    
}
/*end of products */









/* review */
.review {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/bg\ \(2\).jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed; /* Fixed background image */
    padding: 150px 0;
}

.review h2{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
}

.review p{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}


.reviewSlider{
    width: 1172px;
    margin: auto;
    background-color: #ffffff65;
    border-radius: 20px;
    overflow: hidden;
}

.line3{
    width: 289px;
    margin: auto;
}



.testimonial-block {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    width: 370px;
    margin: auto;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.user-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.user-image img {
    object-fit: cover;
}

.user-details {
    flex-grow: 1;
}

.user-rating {
    color: #ffd700;
}

.user-name {
    font-weight: bold;
    margin: 5px 0;
}
    /* Your styles for the testimonial block */
    /* Add padding, border, background color, etc. */

.reviewSlider p{
    font-family: 'Montserrat', sans-serif;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    width: 272px;
    margin: auto;

}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: #D2D2D2!important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #D2D2D2!important;
    color: #FFF;
    text-decoration: none;
}


.contact{
    background-color: #000213d8;
    margin-top: 40px;
    border-radius: 20px;
    padding: 20px;
}


.contact ul li{
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.contact ul li::before {
    content: "\25A0"; /* Unicode character for a filled square */
    font-size: 1em; /* Adjust the size as needed */
    margin-right: 0.5em; /* Adjust the spacing between the square and the text */
    color:#ffffff;
}

.contact h2{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 30px;
    padding-bottom: 20px;
}

.contact p{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 30px;
}







@media (max-width: 991px){
    
.reviewSlider{
    width: auto;
}
}
 
@media (max-width: 991px){
    .mobile{
      display: block;
    }
    .desktop{
      display: none;
    }
  
    
  }












