@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&family=Poppins:wght@300;400;500;600&display=swap');

/* font-family: 'Fuzzy Bubbles', cursive;
font-family: 'Poppins', sans-serif; */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}
.flex{
    display: flex;
}
header .flex{
    align-items: center;
    justify-content: space-between;
}
.container{
    width: 1170px;
    margin: 0 auto;
}
.slide{
    width: 100%;
    height: 600px;
    position: relative;
}
.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo{
    font-family: 'Fuzzy Bubbles', cursive;
    font-size: 40px;
    font-weight: 400;
    color: #151515;
}

nav{
    padding-block: 8px;
}
nav ul li{
    display: inline-block;
    list-style: none;
    padding-inline: 9px;
}
nav ul li a{
    color: #111111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}
nav ul li a:hover{
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}
.banner-content{
position: absolute;
top: 0;
}
.banner-content h2{
font-weight: 600;
color: #f0f0f0;
font-size: 60px;
padding-top: 60px;
padding-bottom: 60px;
}
.banner-content p{
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 60px;
}

.button a{
    text-decoration: none;
    font-size: 30px;
    font-weight: 300;
    color: #27231D;
    background-color:#f0f0f0;
    padding: 10px 25px;
    border-radius: 4px;
}
.button{
    margin-bottom: 60px;
     margin-top: 100px;
}
.button a:hover{
    border: 2px solid #F5F5F5;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
}
.slideshow-4 {
    width: 100%;
    position: relative;
    height: 600px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.slides-box .slide img {
    display: table;
}




.rectangle-right{
    margin-top: 100px;
    background-color: #4a4a4a;
    margin-left: 22%;
    width: 960px;
    position: relative;
}
.abst{
    width: 510px;
    margin-top: 85px;
    position: absolute;
    left: -15%;
}
.text{
    width: 50%;
    margin-left: 47%;
    margin-top: 60px;
    text-align: left;
}
.text h4{
    color: #ffffff;
    font-weight: 300;
    font-size: 60px;
}
.text p{
    font-size: 16px;
    font-weight: 300;
    color: #dcdcdc;
    margin-top: 25px;
}
.button2 a{
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    color: #27231D;
    background-color: #ffffff;
    padding: 10px 25px;
    border-radius: 4px;
}
.button2{
    margin-top: 60px;
    margin-bottom: 70px;
}
.button2 a:hover{
    border: 2px solid #F5F5F5;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
}
.break{
    margin-top: 150px;
    color: #27231D;
    font-weight: 300;
    font-size: 60px;
    text-align: left;
    margin-right: 30px;
}
.size-img{
    width: 28%;
    margin-top: 100px;
    margin-inline: 20px;
}

.banner2{
    font-size: 60px;
    font-weight: 300;
    color: #27231D;
    text-align: center;
    margin-top: 90px;
}

.flex3{
    display: flex;
    justify-content: center;
}


  .gallery {
	display: inline-block;
	clear: both;

  }

pre {
	clear: both;
}
.slideshow-2 {
    width: 100%;
    position: relative;
    height: 500px;

    object-fit: cover;
}
.slides-box .slide img {
    display: table;
}

.slideshow-buttons {
    color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.slideshow-buttons div {
    color: white;
    display: inline-block;
    font-size: 2em;
    padding: 10px;
    cursor: pointer;
}

.slideshow-buttons .next-btn {
    margin-left: 4%;
    transition: all ease-in-out 0.3s;
    text-shadow: 1px 1px 2px black;
}

.slideshow-buttons .next-btn:hover {
    transform: translateX(4px);
}

.slideshow-buttons .prev-btn {
    transition: all ease-in-out 0.3s;
    text-shadow: 1px 1px 2px black;
}

.slideshow-buttons .prev-btn:hover {
    transform: translateX(-4px);
}
.full-box{
    width: 100%;
    background-color: #27231D;
    margin-top: 50px;
    height: 600px;
}
.img-size{
    width: 70%;
}
.img-size img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client h6{
        font-size: 60px;
        font-weight: 300;
        color: #27231D;
        text-align: center;
        margin-top: 50px;
}
.review h5{
    color: #f0f0f0;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin-left: 70%;
    margin-bottom: 50px;
}
.review p{

    color: #f5f5f5;
    font-weight: 300;
    font-size: 16px;
    margin-inline: 5%;
    margin-top: 50px;
    margin-bottom: 10px;
}
.review span{
    font-size: 30px;
    color: #f5f5f5;
}

.sizing{
    width: 150px;
    padding: 20px;
}
.new-first{
margin-left: 5%;
margin-bottom: 50px;
}
.new-img{
    margin-top: 50px;
    width:80%;
}
.review h4{
    color: #f0f0f0;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin-left: 70%;
    margin-bottom: 30px;
}

.new-box{
    width: 80%;
    position: relative;
    margin-top: -131px;
    background-color: #ffffffaf;
    opacity: 100%;
    transition: all .5s;
    cursor: pointer;
}
.new-box:hover{
    opacity: 0%;
}

.new-box h5{
    color: #27231D;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 0;
}
.new-box p{
    color: #635E58;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-left: 20px;
    padding-block: 15px;
    line-height: -0.5;
}
.pure{
    width: 100%;
    height: 250px;
    background-color: #27231D;
}
.ceramic{
    text-align: left;
    font-size: 25px;
    font-family: 'Fuzzy Bubbles', cursive;
    color: #ffffff;
    margin: 50px 0;
    margin-left: 20px;
}
.rent{
    width: 300px;
    height: 40px;
    background-color: #cbcaca;
    margin-left: 20px;
    border-radius: 4px;
}
.rent h3{
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    margin-left: 30px;
    padding: 12px 0;
}
.sub-rent{
    width: 100px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    margin-left: -100px;
}
.sub-rent h4{
    color: #27231D;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
}
.f-f{
    width: 33.3%;
}
.secend{
    width: 33.3%;
    text-align: left;
    margin-left: 50px;
}
.secend h4{
    width: 50%;
    font-size: 25px;
    font-weight: 400;
    color: #f8f8f8;
    margin: 45px 0 40px 0;
}
.secend h5{
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 300;
    opacity: 60%;
}
.secend h5:hover{
    opacity: 100%;
    font-size: 17px;
font-weight: 300;
}
.secend h3{
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0;
    opacity: 60%;
}
.secend h3:hover{
    opacity: 100%;
    font-size: 17px;
font-weight: 300;
}
.main{
    width: 230px;
    height: 260px;
    margin-top: 40px;
    background-color: #E8E8E8;
    margin-right: 30px;
    position: relative;

}

.main .detail{
    width: 230px;
    background-color: rgba(171, 171, 171, 0.809);
    border-radius: 4px;
    position: absolute;
    margin-top: 70px;
    transition: all .5s;
}
.main:hover .detail{
margin-top: -70px;
}


.detail h5{
    color: #27231D;
    padding: 10px;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
}
.detail p{
    color: #4a4a4a;
    padding-bottom: 10px;
    padding-inline: 10px;
    text-align: left;   
    font-family: 'poppins',sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.home{
width: 33.3%;
}
.home li{
    list-style: none;
    padding-block: 5px;
}
.home h5{
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom:30px;
    text-align: center;
}
.home ul li a{
color: rgb(229, 229, 229);
font-size: 16px;
font-weight: 300;
font-family: 'poppins',sans-serif;
text-align: left;
margin-left: 35%;
opacity: 60%;
transition: all .3s;
}
.home ul li a:hover{
    opacity: 100%;
    font-size: 18px;
    font-weight: 300;
    transform: translate(10px);
}
.pure2{
    background-color: #100f0d;
}
.flex5{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex4{
    display: flex;
    align-items: center;
}
.small {
    width: 16px;
    height: 16px;
    margin-block: 20px;
    margin:0 5px;
}
.in-small{
    font-size: 14px;
    color: #cbcaca;
    margin-block: 20px;
    font-size: 14px;
    font-weight: 300;
padding-inline: 5px;
    font-family: 'poppins',sans-serif;
}


.sub-rent h4:hover{
    border-radius: 4px;
    color: #ffffff;
    background-color: #7d7c7a;
    cursor: pointer;
}

.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.nav {

	position: -webkit-sticky;
}



.sticky {
  position: fixed;
  width: 100%;
  background-color: #f3f3f3;
  box-shadow: 1px 0px 5px 1px #d3d3d3;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}