body {
  width: 100%;
  margin: 0;
  padding: 0;

}

body::before {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.70)),
  url("images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: -1;
}

.navbar {
  background-image: linear-gradient(to right, #fdea9e9f, #FFEBCD);
}

.navbar-brand img {
  height: 80px;
  width: auto;
  padding-left: 20px;
}

.navbar-nav .nav-link {
  color: #131313;
  margin-left: 30px;
}

@media (min-width: 767px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
  .navbar .nav-item .button {
    display: inline-block;
    background-color: #131313;
    color: #ffffff;
    padding: 30px 40px;
    border-radius: 5px;
    margin-left: 30px;
  }
}

.banner {
  padding-top: 5%;
}

.content_1 {
  background: position -100px;
  padding-top: 100px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-height: 80vh;
  background-clip: text;
  -webkit-background-clip: text;
}

.h_1 {
  font-size: 45px;
  border-style: outset;
  border-bottom: #131313;
  text-shadow: 2px 2px #131313;
  font-family: 'Ranchers', sans-serif;
  color: rgb(250, 247, 247);
  font-weight: bold;
  justify-content: center;
  text-align: center;
  margin-left: -330px;
  margin-right: -320px;
  margin-top: -40px;
  font-weight: 600;
  animation: slide-in-from-left 3s ease-in-out;
  background-clip: text;
  -webkit-background-clip: text;
}

@keyframes slide-in-from-left {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

.p_1 {
  font-size: 20px;
  color: rgb(255, 255, 254);
  margin-bottom: -150px;
  margin-inline-start:10px;
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
}
.button {
  font-family: system-ui, sans-serif;
  font-size: 2.5rem;
  cursor: pointer;
  color: #fff;
  padding: .1em .4em;
  font-weight: bold;  
  margin-top: 180px; /* Adjust the margin as per your requirement */
  border: none;
  left:-5%; /* Position the button horizontally in the center */
  transform: translateX(5%);
  bottom: 50px; /* Adjust the value as per your requirement */
 
}

.button {
  --c:  #fdea9e9f; /* the color*/
  
  box-shadow: 0 0 0 .1em inset var(--c); 
  --_g: linear-gradient(var(--c) 0 0) no-repeat;
  background: 
    var(--_g) calc(var(--_p,0%) - 100%) 0%,
    var(--_g) calc(200% - var(--_p,0%)) 0%,
    var(--_g) calc(var(--_p,0%) - 100%) 100%,
    var(--_g) calc(200% - var(--_p,0%)) 100%;
  background-size: 50.5% calc(var(--_p,0%)/2 + .5%);
  outline-offset: .1em;
  transition: background-size .4s, background-position 0s .4s;
}
.button:hover {
  --_p: 100%;
  transition: background-position .4s, background-size 0s;
}
.button:active {
  box-shadow: 0 0 9e9q inset #0009; 
  background-color: var(--c);
  color: #fff;
}




.bottom-img {
  width: 100%;
  margin-top: 130px;
}

#about-us {
  background: white;
  padding-bottom: 90px;
  padding-top: 90px;
}

.about-title {
  color:black;
  font-size: 40px;
  font-weight: 600;
  margin-top: 8%;
}

#about-us ul li {
  margin: 10px 0;
}

.img-fluid {
  margin-left: 10px;
  margin-top:30px;


}
.choose_1{
  margin-left: 15px;
  margin-top:-40px;
  border-radius:10%;
  

}
#dreem_door {
 background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
  url("images/dream-door.jpg");
  background-size: cover;
  padding-bottom: 90px;
  padding-top: 90px;
}
.title_1{
  color: white;
  font-size:60px;

}
.title_1::before{
  content:"";
  background:#e0d2e4;
  height:4px;
  width:200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform:translateY(128px);
  margin-bottom:40px;
}
.title_1::after{
  content:"";
  background:#e0d2e4;
  color: #fff;
  height:10px;
  width:50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:100px;
  display: block;
  transform:translateY(9.5px);
}

.dreem_door_title {
  font-size: 40px;
  font-weight: 600;
  margin-top: -10%;
  color:white;
}

#dreem_door ul li {
  margin: 12px 0;
  color: #fff;
  font-size: large;
}



#services{
  padding:80px 0;

}
.service-img{

  margin-top: 30px;
  
 
}

.services{
  padding: 20px;
}
.services h4{
  padding: 3px;
  margin-top: 25px;
  text-transform: uppercase;
}


.title::before{
  content:"";
  background:#7b1798;
  height:4px;
  width:200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform:translateY(53px);
}
.title::after{
  content:"";
  background:#7b1798;
  height:10px;
  width:50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:50px;
  display: block;
  transform:translateY(8px);
}
.title_2::before{
  content:"";
  background:#7b1798;
  height:4px;
  width:200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform:translateY(70px);

}
.title_2::after{
  content:"";
  background:#7b1798;
  height:10px;
  width:50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:50px;
  display: block;
  transform:translateY(8px);

}


#testimonials{
 
  margin:100px 0;
}
.testimonaials{

  
  border-left:4px solid #7b1798;
  margin-top: 55px;
  margin-bottom: 110px;
}

.title_3{
  margin-bottom: 60px;
  margin-top:80px;
}
.title_3::before{
  content:"";
  background:#7b1798;
  height:4px;
  width:200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform:translateY(53px);

}
.title_3::after{
  content:"";
  background:#7b1798;
  height:10px;
  width:50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:50px;
  display: block;
  transform:translateY(8px);

}
.testimonaials .user_img{
  height:60px;
  width:60px;
  border-radius: 50%;
  margin:0 10px;
}
.user-details{
  display: inline;
  font-size:12px;
}
#socialmedia {
  background: #fff;
  padding: 100px 0;
  justify-content: center;
  margin-right:480px;
  background:url("images/contact.jpg") no-repeat;

  background-size: cover;
  width:100%;
 }

#socialmedia p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top:165px;
  margin-left:20px;
 
}

#socialmedia h5 {
  margin-bottom: 20px;
  font-size:45px;
  text-align: center;
  font-weight: 700;
  margin-left:-70px;
}

#socialmedia form {
  margin-left:40px;
}

#socialmedia .form-group {
  margin-bottom: 20px;
}

#socialmedia .form-control {
  border-radius: 0;
}

#socialmedia textarea.form-control {
  resize: horizontal;
}

#socialmedia button[type="submit"] {
  width: 100%;
  margin-top:30px;
  margin-left:10px;
}

.social_icon {
  justify-content: flex-end;
  margin-top:-20px;
}

.social_icon img {
  width: 60px;
  transition: 0.5s;
  
}

.social_icon a:hover img {
  transform: translateY(-10px);
}
#footer{
  background-image:linear-gradient(to right, #f7dc989f, #fcd7a9);
  color: #080808;
  
}
.footer-img{
  width: 100%;
  margin-top:2px;
}

.spam { display:none;}


.footer-box{
  padding:20px;
  color: #000;
}
.footer-box_1{
  padding:5px;
  color: #000;
  margin-left:560px;
  margin-top:-210px;


}
.icon_fotter{
  margin-bottom: 20px;
  width:190px;

}

.footer-box .fa{
  margin-right: 8px;
  font-size: 25px;
  height:40px;
  width:40px;
  text-align: center;
  padding-top: 7px;
  border-radius: 2px;
  background-image: black;
  color: #000;


}

hr{
  background-color: rgb(0, 0, 0);

}
.copyright{
  margin-bottom:0;
  padding-bottom: 90px;
  text-align: center;
  color: #000;
}
.fixed-top {
  padding: 20px 0 20px 8px;
}

.fixed-top .navbar-nav li a {
  font-size: 19px;
  color: rgb(10, 10, 10) !important;
  transition: 0.5s ease-in-out;
}

.fixed-top .navbar-nav li a:hover {
  color: orangered !important;
}

@media screen and (max-width: 767px) {
  .navbar-dark {
    background-color: rgb(99, 111, 111) !important;
  }
}
.spam { display:none;}