*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  }
  html{
  height:100%;
  }
  body{
  min-height: 100%;
  scroll-behavior: smooth;
  font-family: 'Cardo', serif;
  font-family: 'Nunito', sans-serif;
  }
  :root{
  --cardo: 'Cardo', serif;
  --nunito: 'Nunito', sans-serif;
  --old-mauve:#63334E;
  --old-mauve-80:rgb(99 51 78 / 80%);
  --magenta-haze:#984373;
  --magenta-haze-80:rgb(152 67 115 / 80%);
  --magenta-haze-icon:984373;
  --floral-white:#F7F4EA;
  --floral-white-80:rgb(247 244 234 / 80%);
  --brink-pink:#EF6881;
  --charleston-green:#002A32;
  --d4-grey:#D4D4D4;
  --dutch-white:#D3CAAC;
  --dutch-white-70:rgb(211 202 172 / 70%);
  --dutch-white-85:rgb(211 202 172 / 85%);
  --white-color:#fff;
  --white-color-80:rgb(255 255 255 / 80%);
  --black-color:#000;
  --shadow-color:rgb(128 128 128 / 15%);
  }
  header{
  padding-top: 40px;
  }
  .mob-search-box{
  display: none;
  }
  .top-search-box{
  /* margin-right: auto; */
  position: relative;
  display: block;
  }
  .search-area{
  /* position: relative; */
  width: 311px;
  height: 40px;
  border:1px solid var(--dutch-white);
  border-radius: 12px;
  font-size: 0.875rem;
  color: var(--dutch-white);
  float: right;
  }
  .search-area::placeholder, .search-area::-webkit-input-placeholder{
  color: var(--dutch-white);
  opacity: 1;
  }
  .seach-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--floral-white);
  padding: 3px;
  position: absolute;
  top: 4px;
  right: 8px
  }
  .mob-search-box{
  /* display: block; */
  margin-left: auto;
  padding: 0 8px 1px 0;
  }
  .mob-search-box button{
  background-color: transparent;
  border: 0;
  box-shadow: none;
  }
  .pre-arrow img{
  left: 30.84%;
  right: 39.23%;
  top: 22.56%;
  bottom: 22.46%;
  }
  .next-arrow img{
  left: 39.23%;
  right: 30.84%;
  top: 22.46%;
  bottom: 22.56%;
  }
  .banner-image-1{
  position: relative;
  /* width: 872px;
  height: 500px; */
  }
  .slider-box{
  position: absolute;
  top: 60px;
  }
  /* .slider-box{
  } */
  .content-box{
  border-radius: 0px;
  margin: 77px 200px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.8);
  }
  .content-box ol li{
  list-style: none;
  display: inline-block;
  padding-right: 8px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #984373;
  }
  .guide-title{
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color:#EF6881;
  font-family: Cardo;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
  }
  .main-btn{
  background: #9F4574;
  border-radius: 12px;
  padding: 8px 15px;
  width: 150px;
  text-align: center;
  }
  .main-btn a{
  text-decoration: none;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;  
  color: #FFFFFF;
  }
  .guide-image img{
  position: relative;
  width: 100%;
  height: 239px;
  }
  .gradient_layer{
  position: absolute;
  width: 417px;
  height: 243px;
  top: 148px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #430026 100%); 
  }
  .mybuttonoverlap a{
  width: 113px;
  height: 30px;
  left: 100px;
  top: 12px;
  background: #63334E;
  border-radius: 40px;
  font-family:var(--nunito);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #F9F9F9;
  display: none;
  margin-top: 30px;
  }
  .interier-button ol li{
  list-style: none;
  display: inline-block;
  }
  .gradient_layer:hover .mybuttonoverlap a{
  display:inline-block;
  background: #63334E;
  color: #F9F9F9;
  }
  .content-title{
  position: absolute;
  top:166px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  left: 10px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  }
  .calender{ 
  position: absolute;
  top:205px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  left: 10px;
  }
  .view{ 
  position: absolute;
  top:205px;
  bottom: 0px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  }


  .guide-image-2 img{
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 239px;
  }
  .gradient_layer-2{
  margin-top: 259px;
  position: absolute;
  width: 417px;
  height: 243px;
  top: 148px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #430026 100%); 
  }
  .mybuttonoverlap-2 a{
  width: 113px;
  height: 30px;
  left: 100px;
  top: 12px;
  background: #63334E;
  border-radius: 40px;
  font-family:var(--nunito);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #F9F9F9;
  display: none;
  margin-top: 30px;
  }
  .interier-button-2 ol li{
  list-style: none;
  display: inline-block;
  }
  .gradient_layer-2:hover .mybuttonoverlap-2 a{
  display:inline-block;
  background: #63334E;
  color: #F9F9F9;
  }
  .featured,
  .featured a{
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
  padding: 15px 0px;
 margin: 0px;
  color: #984373;
  }
  .guide-image-3 img{
  width:415px ;
  }
  .gradient_layer-3{
  position: absolute;
  width: 415px;
  height: 279px;
  top: 690px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 0.01%, #430026 100%); 
  }
  .interier-button-3 ol li{
  list-style: none;
  display: inline-block;
  }
  .mybuttonoverlap-3 a{
  width: 100px;
  height: 30px;
  left: 100px;
  top: 12px;
  background: #63334E;
  border-radius: 40px;
  font-family:var(--nunito);
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #F9F9F9;
  display: none;
  margin-top: 30px;
  margin-left: 20px;
  }
  .gradient_layer-3:hover .mybuttonoverlap-3 a{
  display:inline-block;
  background: #63334E;
  color: #F9F9F9;
  }
  .gradient-margin, .gradient-margin-2{
  position: absolute;
  top:712px
  }
  .guide-image-4 img{
  position: relative;
  height: 250px;
  width: 100%;
  margin-top: 10px;
  }
  .gradient_layer-4{
  position: absolute;
  width: 270px;
  height: 250px;
  top: 965px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #430026 100%);  
  }  
  .interier-button-4{
  }
  .interier-button-4 ol li{
  list-style: none;
  display: inline-block;
  }
  .mybuttonoverlap-4 a{
  width: 70px;
  height: 20px;
  top: 12px;
  background: #63334E;
  border-radius: 40px;
  font-family:var(--nunito);
  padding: 1px;
  font-size: 8px;
  line-height: 12px;
  color: #F9F9F9;
  display: none;
  margin-top: 30px;
  }
  .cal,.vi{
  margin-top: 15px;
  }
  .gradient_layer-4:hover .mybuttonoverlap-4 a{
  display:inline-block;
  background: #63334E;
  color: #F9F9F9;
  }
  .right-content-blog{
padding: 0px;
  width: 100%;
  background: #F9F7F7;
  }
  .right-blog-content{
 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  align-items: center;
  padding: 8px 8px 8px 0;
  color: #000000;
  }
  .right-blog-content p{
margin-bottom: 11px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  
overflow: hidden;
  }
  .right-blog-image img{
  height: 90px;
  width: 90px;
  }
  .blog-margin{
  margin-top: 12px;
  }
  .consturction img{
  height: 300px;
  width: 100%;
  left: -1px;
  top: 75px;
  border-radius: 0px;
  }
  .const-content p{
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  padding: 10px 0px 0px 0px;
  color: #000000;
  }
  .const-content ol li{
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  }
  .const-content ol{
  padding-left: 0;
  }
  .tags-wrapper{
  /* height: 800px;
  margin: 80px 0 0 0;
  overflow: hidden;
  overflow-y: scroll; */
  }
  .right-btn{
  box-sizing: border-box;
  width:100%;
  justify-content: center;
  justify-items: center;
  text-align: center;
  border: 1px solid #984373;
  border-radius: 45px;
  }
  .right-btn a{
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 15px;
  display: block;
  align-items: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #984373;
  }
  .btn-margin{
  margin-top: 10px;
  }
  .margin-bottom{
  margin-bottom: 10px;
  }
  .bannerLast{
  background: #F9F7F7;
  padding: 40px 0px;
  width: 100%;
  }
  .last-para h3{
  margin: 0px;
  padding-bottom: 8px;
  }
  .recent{
  margin-left: 20px;
  }
  .last-banner img{
    max-width: 100%;
  }
  .last-banner-para{
  font-family: Nunito;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 20px;
  }
  .copyright, .footer-menu{
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  padding: 40px;
  color: #000000;
  }
  .footer-menu{
  float: right;
  }
  .breadcrumb-nav{
  position: relative;
  min-height: 40px;
  background: #F5F5F5;
  }
  .breadcrumb-nav ol li a{
  text-decoration: none;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  align-items: center;
  letter-spacing: 0.02em;
  color: rgba(152, 67, 115, 0.7);
  }
  .bread-part{
  /* position: absolute;
  left:10px;
  top: 8px; */
  }
  .des-title-main{
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  align-items: center;
  color: #984373;
  }
  .des-image-left img{
  width: 100%;
  /* width: 832px; */
  /*height: 500px;*/
  }
  .des-title{
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin: 20px 0px;
  /* identical to box height, or 42px */
  align-items: center;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #984373;
  }
  .blog-description{
  width: 100%;
  /* width: 832px; */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 10px;
  /* or 24px */
  align-items: center;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #002A32;
  }
  .des-1 img{
  height: 348px;
  /* width: 832px; */
  width: 100%;
  /* margin:20px; */
  }
  .des-2 img{
  height: 348px;
  /* width: 832px; */
  width: 100%;
  margin-top: 20px;
  }
  .des-3 img{
  /* width:416px; */
  width: 100%;
  margin-top: 20px;
  }
  .des-4 img{
  /* width:416px; */
  width: 100%;
  margin-top: 20px;
  }
  .des-con{
  background: #F9F7F7;
  margin-top: 20px;
  }
  .con-box{
  padding: 5px 30px 30px 20px;
  }
  .con-box .blog-description{
  /* width: 821px; */
  width:100%;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  align-items: center;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #002A32;
  }
  .join-box{
  width: 100%;
  padding: 20px;
  background: #F9F7F7;
  margin-bottom: 20px;
  }
  .join-title{
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  align-items: center;
  color: #984373;
  }
  .joinBox{
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  margin:10px 0px;
  background: #FFFFFF;
  border: 1px solid rgba(152, 67, 115, 0.45);
  border-radius: 12px;
  }
  .subscribe{
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  margin:10px 0px;
  background: #FFFFFF;
  border: 1px solid rgba(152, 67, 115, 0.45);
  border-radius: 12px;
  background: #984373;
  }
  .sub-name{
  position: absolute;
  width: 76px;
  height: 22px;
  left: 143px;
  top: 9px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
  color: #FFFFFF;
  }
  .about-studio{
  width: 100%;
  background: #F9F7F7;
  padding: 20px;
  margin-bottom: 20px;
  }
  .about-title{
  padding-left: 10px;
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  display: flex;
  align-items: center;
  color: #984373;
  }
  .about-des{
  padding: 10px;
  width: 100%;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #002A32;
  }
  .about-read{
  padding-left: 10px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #EF6881;
  }
  .blog-tags a{
    text-decoration: none;
    color: var(--brink-pink);
    padding: 8px 15px;
    box-shadow: 0 0 5px var(--shadow-color);
  }
  /*
  .guide{
  position: relative;
  width: 100%;
  }
  .guide .guide-image-4 img{
  width: 100%;
  }
  .guide .gradient_layer{
  width: 100%;
  position: absolute;
  top: 0;
  height: 238px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 0.01%, #430026 100%); 
  }
  .guide  .gradient_layer-2{
  width: 100%;
  position: absolute;
  top: 0;
  height: 258px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 0.01%, #430026 100%);  
  }
  .gradient_layer-4{
  position: absolute;
  width: 100%;
  height: 261px;
  top: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 0.01%, #430026 100%);  
  }
  .slider-box .col-cal span{
  font-size: 12px;
  }
  .slider-box .col-view{
  font-size: 12px;
  }
  @media(max-width:1400px){
  .seach-btn {
  left: 505px;
  }
  }
  @media(max-width:768px){
  .guide .gradient_layer-2 {
  top: 20px;
  height: 239px;
  }
  .costEstimatorPg .guide .gradient_layer{
  top: 20px;  
  }
  .nav-link {
  text-align: left;
  }
  }
  @media (max-width: 320px){
  .bannerLast {
  height: 982px;
  }
  }
  @media (max-width: 375px){
  .bannerLast {
  height: 986px;
  }
  }*/