@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: Comfortaa;
  src: url('assets/font/comfortaa/comfortaa.ttf');
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html a{
  text-decoration: none;
}
h4{
  margin: 0;
}
img{
  width: 100%;
  height: 100%;
}
#about_sec .sec_title h2,
#inventory .sec_heading .heading,
#feature_sec .sec_title h2,
#more_feature .sec_title .title,
#our_mission .heading{
  font-family: Comfortaa;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  color: #000000;
  text-shadow: 2px 0px;
}
#inventory .content .text,
#feature_sec .feature_content .content,
#more_feature .feature_content p,
#our_mission .content .text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  color: #646464;
}
/* *-*-*-*-*-*-*- Header Section *-*-*-*-*-*-*- */
nav.dhoond_header{
    box-shadow: 0px 0px 5px 1px #00000052;
    position: relative;
    z-index: 5;
    background: #ffffff;
  }
  .header_nav_form{
    justify-content: end;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .main_header .header_logo{
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .main_header .header_logo img{
    width: 100%;
    height: 100%;
  }
  .header_nav_form ul.list{
    padding: 0px;
    display: flex;
    list-style: none;
    column-gap: 30px;
    margin: 0;
  }
  .header_nav_form ul li a{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 80px;
    letter-spacing: -0.2px;
    font-family: Comfortaa;
    text-decoration: none;
  }
  .header_nav_form ul ul li a{
    line-height: 18px;
    padding: 12px 15px;
    position: relative;
    font-size: 12px;
    z-index: 2;
  }
  .header_nav_form ul li.download_btn a{
    background: #2E51F2;
    padding: 15px 20px;
    border-radius: 24px;
    color: #fff;
  }
  .dhoond_header ul .dropdown_menu{
    list-style: none;
    position: absolute;
    top: 75px;
    left: -30px;
    width: 500px;
    box-shadow: 0px 3px 6px 0px #000;
    padding: 0;
    display: none;
    grid-template-columns: repeat(2,1fr);
    transition: all 0.2s ease;
    -webkit-animation: 0.5s zoomIn both;
    animation: 0.5s zoomIn both;
    background: linear-gradient(-45deg, #e9fcb6, #e7ebfe, #e2fb9d, #ced8fd, #dbfa85, #b6c4fc, #d3f96c, #9eb0fa, #D1F965);
    background-size: 400% 400%;
    animation: gradient 9s ease infinite;
  }
  .dhoond_header ul .dropdown:hover .dropdown_menu{
    display: grid;
  }
  .dhoond_header ul .dropdown_menu li a::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 100%;
    background: #000000;
    transition: all 0.3s ease-out;
    z-index: -1;
  }
  .dhoond_header ul .dropdown_menu li:hover a::after{
    width: 100%;
  }
  .dhoond_header ul .dropdown_menu li:hover a{
    color: #ffffff;
    z-index: 2;
  }
  .sticky{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
  }
.main_header{
    justify-content: space-between;
    align-items: center;
}
.header_nav_form .close_btn,
.main_header .toggler{
  opacity: 0;
}
.toggler i{
  font-size: 0px;
  color: #000000;
}
.header_nav_form .close_btn{
  width: 40px;
  height: 40px;
  border: 2px solid #000000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px auto;
}
/* *-*-*-*-*-*-*- Section One *-*-*-*-*-*-*- */
#sec_one{
  padding: 80px 0px;
}
#sec_one .titles {
  margin-bottom: 30px;
}
#sec_one .title_col .button a{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  border: 1px solid #000000;
  padding: 15px 40px;
  border-radius: 50px;
  color: #000;
  margin-top: 35px;
}
#sec_one .title_col .button a i{
  margin-left: 5px;
}
#sec_one .content_col .content_body{
  padding: 20px 0px 0px 25%;
}
#sec_one .content_col .content{
  font-family: Comfortaa;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.015em;
  color: #000;
}
#sec_one .owl-carousel img{
  width: 75px;
  display: inline-block;
  margin-right: 5px;
}
#sec_two .content .phone_img{
  -webkit-animation: 15s .5s shakeY both;
  animation: 15s .5s shakeY both;
  animation-iteration-count: infinite;
}

/* *-*-*-*-*-*-*- Section Two *-*-*-*-*-*-*- */
#sec_two{
  overflow-x: hidden;
  margin-top: -250px;
}
#sec_two .sec_title{
  width: 100%;
}
#sec_two .content{
  position: relative;
  height: 430px;
  display: flex;
  align-items: center;
  background: linear-gradient(270.24deg, #214AF4 7.41%, rgba(217, 217, 217, 0) 99.85%);
  border-radius: 80px 80px 80px 80px;
  margin-top: 350px;
}
#sec_two .content .phone_img{
  position: absolute;
  top: -210px;
  right: 20%;
  z-index: 1;
  height: 585px;
}
#sec_two .content .phone_img img{
  width: 100%;
  height: 100%;
  transform: rotate(10deg);
}
.d-scroll__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}
.d-scroll__title > div {
  display: flex;
  -webkit-animation: scrollText 33s infinite linear;
  animation: scrollText 33s infinite linear;
}
.d-scroll__title h2 {
  margin: 0;
  font-size: 100px;
  color: #ffffff;
  transition: all 2s ease;
}
.d-scroll__title a {
  text-decoration: none;
  color: white;
  text-shadow: 2px 0px #fff, 2px 0px #fff, 3px 0px #fff;
  letter-spacing: 10px;
  font-family: Comfortaa;
}
@-webkit-keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* *-*-*-*-*-*-*- About Section *-*-*-*-*-*-*- */
#about_sec{
  padding: 80px 0px;
}
#about_sec .title_row{
  justify-content: space-between;
  align-items: center;
}
#about_sec .sec_title h2{
  letter-spacing: 0px;
  margin-bottom: 0;
}
#about_sec .title_row .logo{
  width: 250px;
  height: 60px;
}
#about_sec .title_row .logo img{
  width: 100%;
  height: 100%;
}
#about_sec .service_row{
  margin-top: 50px;
}
#about_sec .service_row .user_col,
#about_sec .service_row .partners_col{
  width: 50%;
  text-align: center;
  border-radius: 70px;
}
#about_sec .service_row .partners_col{
  background: linear-gradient(180deg, #D1F965 7%, rgba(217, 217, 217, 0) 98%);
}
#about_sec .service_row .user_col{
  background: linear-gradient(180deg, #214AF4 7%, rgba(217, 217, 217, 0) 98%);
}
#about_sec .user_col .item,
#about_sec .partners_col .item{
  width: 300px;
  height: 550px;
  margin: 90px auto;
}
#about_sec .user_col .img img,
#about_sec .partners_col .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#about_sec .user_col .about_btn a,
#about_sec .partners_col .about_btn a{
  padding: 15px 30px;
  border: 1px solid #000;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #000;
}
#about_sec .user_col .about_btn a i,
#about_sec .partners_col .about_btn a i{
  margin-left: 20px;
}
/* *-*-*-*-*-*-*- Feature Section *-*-*-*-*-*-*- */
#feature_sec{
  padding: 30px 0px;
}
#feature_sec .sec_title h2{
  letter-spacing: -2px;
  margin-bottom: 0;
  margin-right: 20px;
}
#feature_sec .logo{
  width: 250px;
  height: 60px;
}
#feature_sec .logo img{
  width: 100%;
  height: 100%;
}
#feature_sec .title_row{
  margin-bottom: 40px;
}
#feature_sec .feature_content .content{
  margin-bottom: 25px;
}
#feature_sec .feature_video{
  padding-right: 10%;
}
#feature_sec .video_bg{
  padding: 60px 80px;
  background-color: #dcdcdc4d;
  border-radius: 25px;
}
#feature_sec .feature_video .feature_img{
  height: 450px;
  width: 100%;
}
#feature_sec .feature_video .item img{
  height: 100%;
  width: auto;
  margin: 0 auto;
}
#feature_sec .img_title h4{
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  text-shadow: 1px 0px;
  margin-top: 20px;
}
/* *-*-*-*-*-*-*- Service Section *-*-*-*-*-*-*- */
#service_sec{
  padding: 70px 0px;
}
#service_sec .item{
  height: 700px;
  width: 100%;
  background: #000;
  position: relative;
  border-radius: 70px;
} 
#service_sec .item img{
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border-radius: 70px;
}
#service_sec .silder_content{
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0px 10px 50px;
}
#service_sec .silder_content .heading{
  font-family: Comfortaa;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 1px 0px #fff, 2px 0px #fff, 3px 0px #fff, 4px 0px #fff;
  margin-bottom: 0;
}
#service_sec .silder_content .head{
  font-family: Comfortaa;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.015em;
  text-decoration: none;
  color: #fff;
}
#service_sec .owl-carousel{
  position: relative;
}
#service_sec .owl-carousel .owl-nav{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  width: 95%;
  margin: 0 auto;
}
#service_sec .owl-nav button[type="button"]{
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
}
#service_sec .owl-nav button i{
  font-size: 20px;
  color: #000000;
}
#service_sec .logo{
  width: 284px;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 2;
}
#service_sec .item .logo img{
  width: 100%;
  opacity: 1;
  border-radius: 0;
} 
/* *-*-*-*-*-*-*- Privacy Policy Section *-*-*-*-*-*-*- */
#privacy_policy{
  padding: 40px 0px 70px 0px;
}
#privacy_policy_page .sec_title .title{
  text-align: center;
  font-family: Comfortaa;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 0em;
  text-shadow: 2px 0px #000, 3px 0px #000;
  color: #000;
}
#privacy_policy_page .sec_title .title span{
    font-family: Sedgwick Ave;
    font-size: 90px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0px;
    text-shadow: 0px 0px;
}
#privacy_policy_page .title_logo{
  width: 250px;
  height: 55px;
  margin: 0 auto 60px auto;
}
#privacy_policy_page .title_logo img{
  width: 100%;
}
#privacy_policy_page .top_content p,
#privacy_policy_page .intro_title p,
#privacy_policy_page .last_content p,
#privacy_policy_page .about_policy p,
#privacy_policy_page .about_info p{
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 10px;
}
#privacy_policy_page .top_content h4,
#privacy_policy_page .about_policy .heading{
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Comfortaa;
  text-shadow: 1px 0px;
  margin: 20px 0px 10px 0px;
}

/* *-*-*-*-*-*-*- Footer Section *-*-*-*-*-*-*- */
#dhoond_footer .footer_logo{
  width: 180px;
  height: 40px;
  margin: 30px auto 30px auto;
}
#dhoond_footer .footer_logo img{
  width: 100%;
  height: 100%;
}
.footer_sec .title h3{
  font-family: Comfortaa;
  font-weight: 900;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: #ffffff;
}
.footer_sec ul{
  list-style: none;
  padding: 0px;
}
.footer_sec .contact_list .mail a,
.footer_sec .contact_list .phone a{
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.5px;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
}
.footer_sec .contact_list .phone{
  margin-top: 20px;
  color: #fff;
}
.footer_sec .contact_list .address{
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.5px;
  margin: 0;
  color: #ffffff;
  margin-top: 20px;
}
.footer_sec .contact_list .phone span{
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  margin: 0;
  color: #ffffff;
}
.footer_sec .media,
.footer_sec .list{
  display: flex;
  gap: 15px 25px;
  flex-wrap: wrap;
}
.footer_sec .media li a{
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.footer_sec .list a{
    font-family: Comfortaa;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
}
#dhoond_footer{
    background-color: #000000;
    padding: 15px 0px 40px 0px;
}
#dhoond_footer .footer_text_row{
    justify-content: space-between;
    align-items: center;
} 
#dhoond_footer .copyright_text p{
    font-family: Comfortaa;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0;
    color: #ffffff;
}
.footer_btns{
    column-gap: 15px;
}
.footer_btns .playstore,
.footer_btns .apple_store{
    height: 50px;
    width: 150px;
}
.footer_btns .playstore img,
.footer_btns .apple_store img{
    height: 100%;
    width: 100%;
}
#return_top{
  background: linear-gradient(0deg, #d1f965, #2E51F2);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #000;
  font-size: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  z-index: 10;
}
#return_top.show {
  opacity: 1;
  visibility: visible;
}
#return_top:hover {
  cursor: pointer;
  background: linear-gradient(0deg, #2E51F2, #d1f965);
}

/* -=-=-=-=-=- Feature Section =-=-=-=-=-=- */
#more_feature{
  padding: 50px 0px 20px 0px;
}
#more_feature .feature_img{
  width: 30%;
  margin: 0 auto;
}
#more_feature .feature_img img{
  width: 100%;
  height: 100%;
}
#more_feature .feature_row .way{
  width: 54%;
  margin: 0 auto;
  height: 250px;
}
#more_feature .feature_content .title{
  font-family: Comfortaa;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #000000;
  text-transform: capitalize;
  text-shadow: 1px 0px;
}
#more_feature .feature_content p{
  margin-bottom: 0;
}
#more_feature .sec_title .title{
  letter-spacing: -1px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
#feature_sec .feature_content .content:last-child{
  margin-bottom: 0px;
}
#more_feature .content_col,
#feature_sec .content_col{
  display: flex;
  align-items: center;
}
/* =-=--==-=-=-=-=-=- Our Mission -==-=-=-=-=-=-=-=- */
#our_mission{
  padding: 60px 0px 0px 0px;
}
#our_mission .heading{
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#our_mission .content .text{
  margin-bottom: 0;
}
#our_mission .sec_img,
#our_mission .sec_img img{
  width: 100%;
  height: 100%;
}
#our_mission .more_btn{
  margin-top: 20px;
}
#our_mission .more_btn a{
  background: #2E51F2;
  padding: 15px 20px;
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
  font-family: Comfortaa;
}
/* =-=--==-=-=-=-=-=- Ads Section -==-=-=-=-=-=-=-=- */
#adds_sec{
  padding-top: 70px;
}
#adds_sec .adds_video{
  width: 100%;
  height: 600px;
  position: relative;
}
#adds_sec .adds_video video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#adds_sec .adds_video video{
  box-shadow: 0px 0px 20px 0px #0000003b;
}
/* =-=--==-=-=-=-=-=- Inventory Section -==-=-=-=-=-=-=-=- */
#inventory{
  padding-bottom: 70px;
}
#inventory .sec_heading .heading{
  letter-spacing: 0;
  margin-bottom: 25px;
}
#inventory .content .text{
  margin-bottom: 25px;
}
#inventory .sec_img{
  width: 550px;
  height: 350px;
  margin-left: auto;
}
#inventory .sec_img img{
  width: 100%;
  height: 100%;
}
#inventory .img_col{
  display: flex;
  align-items: center;
}
/* =-=--==-=-=-=-=-=- Banners Section -==-=-=-=-=-=-=-=- */
#banners_sec{
  padding: 80px 0px;
}
#household_service_sec .owl-nav,
#construction_service_sec .owl-nav,
#new_service_sec .owl-nav,
#banners_sec .owl-nav{
  position: absolute;
  top: 50%;
  left: -2%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 104%;
  margin: 0;
}
#household_service_sec .owl-nav button,
#construction_service_sec .owl-nav button,
#new_service_sec .owl-nav button,
#banners_sec .owl-nav button{
  margin: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: inset 0px -1px 3px 0px rgb(150 150 150);
  background: #ffffff;
}
#household_service_sec .owl-nav button i,
#construction_service_sec .owl-nav button i,
#new_service_sec .owl-nav button i,
#banners_sec .owl-nav button i{
  font-size: 15px;
  color: #000000;
}
#banners_sec .item img{
  border-radius: 15px;
}
/* =-=--==-=-=-=-=-=- New Services Section -==-=-=-=-=-=-=-=- */
#household_service_sec .sec_title .title,
#construction_service_sec .sec_title .title,
#new_service_sec .sec_title .title{
  font-family: Comfortaa;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #000000;
  text-shadow: 2px 0px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
#new_service_sec .service_title{
  font-family: Comfortaa;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  text-shadow: 1px 0px;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  right: 0;
}
#new_service_sec .service_img video{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#new_service_sec .service_img::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 99%;
  background: linear-gradient(0deg, black 0%, transparent 40%);
}
/* =-=--==-=-=-=-=-=- Construction Services Section -==-=-=-=-=-=-=-=- */
#household_service_sec,
#construction_service_sec{
  padding-top: 20px;
}
#household_service_sec .owl-nav,
#construction_service_sec .owl-nav{
  left: 0 !important;
  width: 100% !important;
}
#household_service_sec .service_title,
#construction_service_sec .service_title{
  font-family: Comfortaa;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #000000;
  text-shadow: 1px 0px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
#household_service_sec .service_box .service_img,
#construction_service_sec .service_box .service_img{
  height: 350px;
}
#household_service_sec .service_box .service_img img,
#construction_service_sec .service_box .service_img img{
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#household_service_sec .service_box .content,
#construction_service_sec .service_box .content{
  border: 1px solid #c2c2c2;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#household_service_sec .rating i,
#construction_service_sec .rating i{
  color: #FDCC0D;
  font-size: 15px;
}
#household_service_sec .item,
#construction_service_sec .item{
  padding: 20px;
}
#household_service_sec .item .service_box,
#construction_service_sec .item .service_box{
  transition: 0.5s ease-in-out all;
  border-radius: 20px;
}
.owl-carousel .owl-item.active.center .more_service_box,
#household_service_sec .owl-item.active.center .service_box,
#construction_service_sec .owl-item.active.center .service_box{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin-top: -10px;
}
.owl-carousel .item .more_service_box{
  height: 444px;
  border: 1px solid #c2c2c2;
  transition: 0.5s ease-in-out all;
  border-radius: 20px;
}
.owl-carousel .more_service_box .content_box{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel .more_service_box .box i{
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
}
.owl-carousel .more_service_box .more_img{
  width: 100%;
  height: 100%;
  filter: blur(2px);
  background-color: #000;
  border-radius: 20px;
}
.owl-carousel .more_service_box .more_img img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.5;
}
.owl-carousel .more_service_box .content_box .service_title{
  color: #ffffff !important;
}

/* =-=--==-=-=-=-=-=- Inventory Section -==-=-=-=-=-=-=-=- */
#inventory_sec{
  background: #f5f5f5;
  padding: 20px 0px 70px;
}
.sec_title h3{
  font-family: Comfortaa;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #7030a0;
  text-shadow: 2px 0px;
  margin-bottom: 15px;
}
.sec_title h3 span{
  color: #ff0000;
}
#inventory_sec .inventory{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.inventory .col1{
  position: relative;
  z-index: 2;
}
.inventory .col2{
  display: flex;
  align-items: end;
  position: relative;
}
.inventory .col2 img{
  width: 102%;
  left: -2%;
  position: relative;
  z-index: 1;
}
.inventory .col2 .inv_btn{
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 270px;
  height: 65px;
  margin: auto;
  font-family: Comfortaa;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  text-shadow: 2px 0px;
  background: #7030a0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px 0px;
}
.inventory .col2 .inv_btn h2{
  margin: 0px;
}

/* =-=--==-=-=-=-=-=- Adds Section -==-=-=-=-=-=-=-=- */
.video-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#adds_sec_two .item{
  position: relative;
  height: 450px;
}
#adds_sec_two .item::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #0000003b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  background: #00000085;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.fa-solid,
.fas {
  font-weight: 900;
  color: #ffff;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 80%;
  background: #000;
  padding: 20px;
  border-radius: 8px;
}

.popup-content video {
  width: 100%;
  height: auto;
}

.close {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff63;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  border-radius: 6px;
  font-weight: 900;
}

/* =-=--==-=-=-=-=-=- Categori Section -==-=-=-=-=-=-=-=- */
#category_sec{
  padding-top: 65px;
}
.tab_one li.tab{
  background: transparent;
  border: none;
  padding: 0px;
}
.tab_one .tabs{
  padding-bottom: 0px;
}
.tab_one li .box{
    width: 300px;
    height: 100px;
    padding: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
#category_sec .sec_title .title{
  font-family: Comfortaa;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #000000;
  text-shadow: 2px 0px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.category .category_row{
  display: flex;
  gap: 20px 30px;
}
.category_row .box{
  height: 100px;
  width: 300px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 20px;
}
.category_row .title h2{
  font-family: Comfortaa;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  text-shadow: 1px 0px;
  letter-spacing: 0.2px;
  margin: 0;
}
.category_row .title h2 a{
  color: #000000;
}
[data-tab-content] {
  display: none;
}
.active[data-tab-content] {
  display: block;
}
.tabs {
  display: flex;
  gap: 40px;
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
}
.tab {
  cursor: pointer;
  padding: 6px 15px;
  border: 1px solid #9da4b2;
  color: #9da4b2;
  border-radius: 30px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
}
.tab_title h2,
.tab_one li .title h2,
#construction_service_sec .sec_title .title,
#household_service_sec .sec_title .title {
  font-family: Comfortaa;
  font-size: 25px !important;
  font-weight: 700;
  line-height: 50px;
  color: #000000;
  text-shadow: 1px 0px;
  letter-spacing: 0.2px;
  margin: 0;
}
.tab_one li .title h2 i{
  color: #000000;
  font-size: 15px;
  position: relative;
  top: -2px;
}
.tab.active {
  background-color: #E3ECFF;
  border: 1px solid #236AF2;
  color: #236AF2;
}
.tab:hover {
  background-color: #E3ECFF;
  color: #236AF2;
}
.category .tab_body{
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .tabs {
      flex-wrap: wrap;
      gap: 13px 15px;
  }
}
.tab_body .gallery_row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.gallery_row .gallery_img{
  position: relative;
}
.gallery_row .title{
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #00000099, #0000000a);
  height: 100%;
  width: 100%;
  align-items: end;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.gallery_row .title h2{
  font-family: Comfortaa;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  text-shadow: 1px 0px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}