@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@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: 'Space Grotesk';
    src: url(../SpaceGrotesk-2.0.0/woff2/SpaceGrotesk[wght].woff2);
    src: url(../SpaceGrotesk-2.0.0/ttf/SpaceGrotesk[wght].ttf);
    src: url(../SpaceGrotesk-2.0.0/otf/SpaceGrotesk-Bold.otf);
    src: url(../SpaceGrotesk-2.0.0/otf/SpaceGrotesk-Light.otf);
    src: url(../SpaceGrotesk-2.0.0/otf/SpaceGrotesk-Medium.otf);
    src: url(../SpaceGrotesk-2.0.0/otf/SpaceGrotesk-Regular.otf);
  }
  *{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
transition: .6s all !important;
  }
  :root{
    --primary:rgb(158, 50, 1);
    --primary-50:rgb(158, 50, .5);
    /* --primary:rgb(246, 66, 6); */
    /* --primary:rgb(246, 66, 6); */
  }
.bg-orange{
    background-color: var(--primary);
}
.bg-orange-50{
    background-color: var(--primary-50);
}
.text-orange{
    color: var(--primary);
}
p{
  text-align: justify;
}
  .bg-primary{
    background-color: var(--primary) !important;
  }
  .border-primary, .border-bottom{
    border: 3px solid --primary !important;
    border-color: var(--primary) !important;
  }
  .text-primary{
    color: var(--primary) !important;
  }
  a{
    text-decoration: none !important;
  }
  h1{
    font-family: 'Space Grotesk' !important;
    /* font-size: 300% !important; */
    font-weight: bolder !important;
    color: var(--primary)  !important;
  }

  .dropdown{
    transition: .5s ease-in-out;
  }
/* .dropdown:hover .dropdown-menu{
   display: block !important;
} */
  .navbar{
    background-color: rgba(255, 255, 255, 1);
    z-index:1000000 !important;
    /* padding: 0px !important; */
  }

  /* .navbar-collapse ul{
    position: relative;
  }
  .navbar-collapse ul::before{
    position: absolute;
    content: "";
    width: 100%;
    background-color: var(--primary);
    top: 0;
    bottom: 0;
    right: 0;
  } */
  .header_content{
    z-index: 1000;
    color: white;
  }

  @media(max-width:991px){
    .navbar{
      position: relative !important;
    }
    .header_content p{
      display: none;

    }
    .header_content h1{
      font-size: 200%;
    }

    .videohover_content{
      position:  relative !important;
    }

  }
  .main_slide .owl-dots{
    position: absolute;
    top: 50%;
    right: 2%;
    rotate: 90deg;
  }
  /* .main_slide .owl-dots .owl-dot{
    padding: 10px !important;
  } */


  .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
     transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: .5s ease-in-out;

  }
  .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background-color: rgb(68, 68, 68);
    border: 1px solid white;
  }
    /* .navbar a{
      color: white;
    } */


    .bgs{
      background-image: url(../images/img4.webp);
      background-position: center center;
      background-size: cover;
      background-attachment: fixed;
    }

    .projects_list .cards .position-absolute p{
        display: none;

    }
    .projects_list .cards .position-absolute {

        width:100%;
        height: 0px;

        transition: .5s ease-in-out;

    }
    .projects_list .cards:hover .position-absolute p{
        display: block;

    }
    .projects_list .cards:hover .position-absolute{
        /* display: block; */
        height: 100%;
        transition: .5s ease-in-out;
        background-color: var(--primary);
        color: white;
    }
    .interior-abs{
        position:absolute;
    }
.interior-abs .absolute{
    position: absolute;
    top: 60%;
    background-color: #ffffff;

}
.teams .cards .content{
  display:none;
  transition:.6s all !important;
  animation-duration: 750ms;
}
.teams .cards:hover .content{
  display:block;
  transition: .6s all !important;
  animation-duration: 750ms;
}
  .bgs11{
    position:absolute;
  }
@media(max-width:768px){

  .bgs11{
    position:relative !important;
  }
}




  .service_carousel img{
    display: flex;
    height: 100%;
     min-height: 500px;
  }
  .service_carousel .position-absolute h4{
    background: linear-gradient( -90deg, transparent  , var(--primary));
    color: white;
    padding: 0px 10px;
  }
  .service_carousel .position-absolute{
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* background: linear-gradient( transparent 70%, var(--primary-color)); */
    /* background-color: #000000; */
    top: 0;
    bottom: 0;
  }


  .service_carousel, .slide-carousel{
    position: relative;
  }
  .service_carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    top: 50%;


  }
   .slide-carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    /* justify-content:space-between; */
    bottom: 5%;
      padding: 0px 5%;


  }
  .service_carousel .owl-nav button span{
    background-color: white;
    padding: 20px;

  }