:root {
  --primary-color: #F5F5F5;
  --secondary-color: #2B63E7;
  --secondary2-color: #626262;
  --bs-white: #fff;
  --bs-black: #000;
  --fontFace: "Manrope";
  --fontPoppins: "Poppins";
}

.text-secondary {
  color: var(--secondary4-color) !important;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--fontFace);
  color: var(--bs-black);
  background: var(--primary-color);
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 15px;
  border-radius: 0;
  display: block;
  line-height: 57px;
  height: 57px;
  font-family: "TT Norms Pro";
  font-weight: 500;
  border-width: 2px;
  background: #faf7f0;
  color: #425d40;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--bs-white);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--fontFace);
}

header {
  position: sticky;
  top: 0;
  padding: 32px 0;
  z-index: 999;
}

header .logo-img {
  max-width: 129px;
}

.btn_wrapper {
  display: flex;
  gap: 15px;
  justify-content: right;
  margin-top: 20px;
}

.custom_btn {
  padding: 15px 68px;
  border: 1px solid var(--bs-white);
  border-radius: 50px;
  font-size: 16px;
  color: var(--bs-white);
  font-weight: 500;

  &:hover {
    background-color: #BD2329;
    border: 1px solid #BD2329;
    color: var(--bs-white);
  }
}

.btn-red {
  background-color: #BD2329;
  border: 1px solid #BD2329;

  &:hover {
    border: 1px solid var(--bs-white);
    background-color: transparent;
  }
}

.hero-bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hero {
  height: 110vh;
}

.hero-left,
.hero-right {
  position: absolute;
  color: var(--bs-white);
}

.hero-left {
  left: 12.5%;
  top: 38%;
  background-position-y: 85px !important;

  h1 {
    font-weight: 250;
    font-size: 70px;
    width: max-content;
    margin-left: auto;
    line-height: 1;
  }

  img {
    max-width: 768px;
    max-height: 532px;
    width: 100%;
  }
}

.hero-right {
  left: 54%;
  top: 45.5%;

  h2 {
    font-weight: 800;
    font-size: 66px;
    margin-bottom: 4px;
  }

  p {
    font-size: 21px;
    line-height: 1.3;
  }
}




.title {
  font-size: 88px;
  font-weight: 800;
  text-align: center;
}

.about {
  padding: 155px 0 0px;

  .title {
    margin-bottom: 20px;
    position: relative;
    z-index: -2;
  }
}

.about-card {
  padding: 38px 30px;
  background-color: var(--bs-white);
  box-shadow: 0px 0px 20.7px 0px #0000001A;
  border-radius: 18px;
  max-width: 309px;
  margin: auto;

  img {
    max-width: 48px;
    max-height: 48px;
  }
}

.fade-text {
  color: var(--secondary2-color);
}

.about-card .num {
  font-size: 30px;
  font-weight: 300;
  color: #9F9F9F;
  margin-top: -10px;
}

.about-card .card-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}

.odd-card {
  margin-top: 310px;
  backdrop-filter: blur(13px);
  background: linear-gradient(109.46deg, rgba(245, 245, 245, 0.2) 1.57%, rgba(245, 245, 245, 0.2) 100%);
  padding: 49px 0 0 30px;
}

.about-img {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 213px;
  transform: translateX(-50%);
  max-width: 514px;
  max-height: 584px;
}

.line1,
.line2 {
  position: absolute;
}

.line1 {
  bottom: 100px;
  left: 130px;
}

.line2 {
  bottom: 40px;
  right: 200px;
}

.blue-shade {
  position: absolute;
  right: 0;
  bottom: -300px;
}

.about .custom_btn.btn-red {
  background-color: transparent;
  color: #BD2329;
  position: relative;
  top: -270px;
  left: 90px;

  &:hover {
    color: var(--bs-white);
    background-color: #BD2329;
  }
}

.planning {
  padding: 50px 0;

  h4 {
    margin-bottom: 43px;
    font-size: 28px;
    font-weight: 600;
  }

  dt {
    font-weight: 700;
  }

  dd {
    margin-bottom: 25px;
    padding-left: 50px;
  }
}

.planning .plan-wrapper {
  padding: 46px 59px 56px;
  background-color: var(--secondary-color);
  color: var(--bs-white);
}

.plan-title {
  position: relative;
  z-index: 1;
  margin-bottom: -326px;
}

.plan-title .text {
  padding: 75px 0 10px;
  width: 30%;
  text-align: center;
  margin: auto;

  h3 {
    margin-bottom: 13px;
    font-weight: 800;
    font-size: 30px;
  }
}

.plan-title .shape-bg {
  position: absolute;
  top: 0;
  left: 51%;
  transform: translate(-50%);
  z-index: -1;
}

.dashed {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-image-source: url(../images/border-image.svg);
  border-image-slice: 1;
  border-image-repeat: round;
}

.planning .custom_btn {
  margin-left: 90px;
}

.pricing {
  padding: 75px 0 50px;

  h4 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 37px;
  }

  h6 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 13px;
  }

  li {
    line-height: 1.5;
  }
}

.pricing-img {
  position: absolute;
  left: 180px;
  top: 54px;
}

.man-img {
  position: absolute;
  bottom: -47px;
  left: 50px;
}

.pricing .pricing-wrapper {
  width: 1164px;
  margin-left: auto;
  padding: 47px 66px;
  background: linear-gradient(109.15deg, rgba(255, 255, 255, 0.71) 100.45%, #FFFFFF 1.58%);
  backdrop-filter: blur(13px);
  border: 0.47px solid #B3B3B3;
  border-radius: 13px;
  display: flex;
  gap: 30px;
}

.pricing .pricing-wrapper .pricing-card {
  max-width: 193px;
}

.m-28 {
  margin: 28px 0;
}

.pricing .home h4 {
  width: 50%;
}

.pricing .home ul {
  gap: 30px;
}

.faq {
  padding: 50px 0;

  .title {
    margin-bottom: 100px;
  }

  h5 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
  }

  p {
    margin-bottom: 34px;
  }
}

.faq .bg-white {
  background-color: var(--bs-white);
  border-radius: 20px;
  padding: 119px 0;
}


.start-yours {
  padding: 88px 0 92px;
  color: var(--bs-white);
}

.start-yours .start-wrapper {
  background-color: #2B63E7;
  padding: 58px 0 53px;
  border-radius: 20px;

  h3 {
    font-weight: 800;
    border-right: 1px solid #5386FF;
  }

  p {
    margin-bottom: 23px;
  }
}

.renovation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

footer {
  background-color: #111111;
  padding: 31px 0;

  a {
    color: var(--bs-white);
    padding-right: 15px;

    &:hover {
      color: #BD2329;
    }
  }
}

.planning li span,
.pricing .pricing-card li {
  padding-left: 25px;
  position: relative;

  &::before {
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    background: url(../images/green-list-bullet.png);
    left: 0;
    top: 5px;
  }
}

.planning li span::before {
  background: url(../images/list-bullet.png) !important;
}

.start-yours h3 {
  font-size: 42px;
}

.plan-title {
  margin-bottom: -220px;
}

.pricing .pricing-wrapper {
  margin-top: 80px;
}

.plan-title .shape-bg {
  max-width: 700px;
  width: 100%;
}

.start-yours h3 {
  font-size: 42px;
}

.plan-title {
  margin-bottom: -220px;
}

.plan-title .shape-bg {
  max-width: 700px;
  width: 100%;
}

.bgshade {
  position: absolute;
  left: 0;
  top: -30%;
}

.pricing .bgshade {
  bottom: -70%;
  top: auto;
}

.odd-card.first {
  margin: 0;
  padding: 0;
}

footer a {
  font-size: 18px;
}

/* dashboard */
.room-card.mob-card {
  min-height: 49px;
  display: none;
}

.room-card.mob-card .room-check {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.empty_state .custom_btn.next,
.empty_state .custom_btn.prev {
  max-width: 197px;
  max-height: 52px;
  width: 100%;
}

.search_jobs .contractor {
  flex-direction: column;
  gap: 35px;
}

.search_jobs .empty_state h3 {
  font-size: 38px;
}

.search_jobs .empty_state p {
  font-size: 21px;
}

.search_jobs .filter-bar .left .filter-item .select-box .drop_icon {
  top: 40%;
  left: 90%;
}

.search_jobs .filter-bar .search-btn {
  padding: 13px 32px;
}

.chat_sidebar .chat-list {
  max-height: 560px;
  overflow-y: scroll;
}

.chat-content .chat-body {
  max-height: 432px;
  overflow-y: scroll;
}

.chat_sidebar .chat-list::-webkit-scrollbar,
.chat-content .chat-body::-webkit-scrollbar {
  background-color: transparent;
}

.media-preview .chat_video .play-btn.media-item,
.media-preview .chat-img {
  cursor: pointer;
}

.about::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 30px;
  background: radial-gradient(circle, rgba(253, 139, 11, 0.27) 28%, rgba(255, 255, 255, 0) 70%);
  width: 350px;
  height: 350px;
  border-radius: 50%;
  z-index: -1;
}

.about::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  height: 441px;
  width: 441px;
  background: radial-gradient(circle, rgba(44, 103, 230, 0.26) 28%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.pricing::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  height: 441px;
  width: 441px;
  background: radial-gradient(circle, rgba(253, 139, 11, 0.27) 28%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.faq::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: 100px;
  height: 441px;
  width: 441px;
  background: radial-gradient(circle, rgba(44, 103, 230, 0.26) 28%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}
/* amit */
 .loader {
   width: 20px;
   margin: auto;
   aspect-ratio: 1;
   border-radius: 50%;
   border: 4px solid lightblue;
   border-right-color: white;
   animation: l2 1s infinite linear;
 }

 @keyframes l2 {
   to {
     transform: rotate(1turn)
   }
 } 

 .portfolio-box{
    position: relative;
    border-radius:8px;
    overflow:hidden;
}

.portfolio-img{
    width:100%;
    height:160px;
    object-fit:cover;
}

.deletePortfolioBtn{
    position:absolute;
    top:8px;
    right:8px;
    width:26px;
    height:26px;
    border:none;
    border-radius:50%;
    background:#cc00007c;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    line-height:26px;
    text-align:center;
    cursor:pointer;
}

.deletePortfolioBtn:hover{
    background:#cc0000;
}