@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');





*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* color: white; */
    font-family: "Poppins", sans-serif;
    transition: .5s ease-in-out all;

}

  p{
    text-align: justify;
  }
:root{
    --dark-gray:rgb(23, 23, 23);
    --primary-color:rgb(160, 2, 2);
    /* --primary-color:rgb(251, 195, 29) ; */
    /* --primary-color:rgb(234, 175, 0) ; */
    --white:white;
}
body{
    /* background-color: var(--dark-gray); */
    /* background: url(../images/grey_hexagons_on_black_background.jpg); */
}
a{
    text-decoration: none;
    color: var(--white);
}

h1,h2,h3{
  font-family: "Playfair Display", serif;
}
.text-primary{
  color: var(--primary-color) !important;
}
.bg-primary{
  background-color: var(--primary-color) !important;
}
.text-blue{
  color: rgb(0, 60, 255);
}

.top_bar{
  overflow-x: hidden !important;
}
.top_bar .float-end{

  padding: 5px 0px;
  background-color: var(--primary-color);
  position: relative;
}

.top_bar .float-end::after{
  content: '';
  position: absolute;
  width: 20%;
   left: -10%;
   background-color: var(--primary-color);
   transform:skewX(-30deg);
  top: 0;
  bottom: 0;
  z-index: -1;
}
.top_bar .float-end::before{

  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  right: -43%;
  top: 0;
  bottom: 0;
  z-index: -1;

}
nav {
    /* background-color: var(--dark-gray); */
    /* box-shadow: 0px 0px 10px black; */

    z-index: 1;
    background-color: rgba(59, 59, 59, 0.581);
}
nav .navbar-nav{
    gap: 10px;
}
nav .navbar-nav .nav-item{
    font-weight: 400;

}
nav .navbar-nav .nav-link{
    color: black ;

}
nav .navbar-nav .nav-link.active{
    color: var(--primary-color);

}


.slide-carousel{
    z-index: inherit;
}
.slide-carousel .owl-nav{

}
h1{
    font-size: 300%;
    font-weight: bold;
    color: var(--primary-color);
}
h2,h3,h4,h5,h6{
    font-weight: normal;
}
.buttons{
    padding: 10px 30px ;
    background-color: var(--primary-color);
}
.socilamedia_links div{
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 3%;
    top: 50%;
    gap: 20px;
    transition: .1s;
}
.socilamedia_links div .p-2{
  background-color: white;
}
.socilamedia_links div .p-2:hover{

    box-shadow: 0px 0px 5px rgb(124, 124, 124);
    transform: scale(1.2);
}







.image_grid  {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.image_grid .cols-1{
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}
.image_grid .cols-2{
    grid-column: 1 / 3;
    grid-row: 1;
}
.image_grid .cols-3{
    grid-column: 1;
    grid-row: 2 / 5;
}
.image_grid .cols-4{
    grid-column: 1;
  grid-row: 2 / 5;
}
.image_grid .cols-5{
    grid-column: 1;
  grid-row: 2 / 5;
}


/* .back_img .col-sm-12:nth-child(1){
    background-color: #000000ca;
} */
.back_img{
    background:linear-gradient(90deg, rgba(0, 0, 0, 0.931) 50%, transparent), url(../images/yellow-living-room-interior-with-free-space.jpg) center;
    background-size: cover;
    background-position: center center;
    background-clip: border-box;

   background-blend-mode: multiply;
    background-attachment: fixed;
}


.navbar-nav .nav-link {
    color: #000000;
  }
  .dropend .dropdown-toggle {

    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: var(--primary-color);
    color: #fff;
    /* color: #000000; */

  }
  /* .dropdown .dropdown-menu {
    display: none;
    transition: .5s;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    border-radius: 0px ;
    border: none;
   transition: .5s;
    margin-top: 0.125em;
    margin-left: 0.125em;
  } */

  .dropdown-menu {

    border-radius: 0px ;
    border: none;
   transition: .5s;

  }
  @media(max-width:991px){
    .navbar{
        position: relative;
    }
    .dropdown-menu{
        background-color: gray;
        color: white !important;
    }
    .dropdown-menu li a{

        color: white !important;
    }
  }
  .dropend a{
    color: black !important;
  }
  /* @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      transition: .5s;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
 */




  /* .footer{
    background-color: var(--primary-color);
    background-attachment: fixed;
    z-index: -1;
  } */


  /* .Major_interior .residential{
    background-image: url(../images/residential-int.jpg);
  }
  .Major_interior .commercial{
    background-image: url(../images/commercial-int.jpg);
  } */

  .service_carousel img{
    display: flex;
    height: 100%;
     min-height: 500px;
  }
  .service_carousel .position-absolute h4{
    background: linear-gradient( -90deg, transparent  , var(--primary-color));
    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;

  }

  .owl-carousel .owl-nav button.owl-prev:hover ,  .owl-carousel .owl-nav button.owl-next:hover{
    background-color: transparent;
  }

  .gallery img{

     height: 250px !important;
    height: 100%;
    width: 100%;

  }

  .slide-carousel h1{
    font-size: 400%;
    color: var(--primary-color);
    -webkit-text-stroke: 2px white;
    text-shadow: 0px 0px 6px black;
  }
  .service_section{
    background-image: url(../images/whitebg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }
