 .nav-items {
    color: black !important;
    text-transform: uppercase !important;
}
.bg-img{
    
  background: rgb(159,212,232);
  background: linear-gradient(0deg, rgba(159,212,232,1) 43%, rgba(33,150,208,1) 65%);
    padding-bottom: 150px;
    padding-top: 150px;
    color: white;
    text-align: center;
    
}
.header-1{
    border-radius: 15px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    background: rgba(219, 218, 218, 0.1);
    justify-content: center;
    align-items: center;
    padding: 100px;
    
}
.main-heading{
    font-size: 80px;
    font-weight: 500;
}
.navbar{
    top: 0;
}
/* ownersection */
.owner-photo-section{
 
  display: flex;
  justify-content: right;
}

.owner-img{
  clip-path: circle();
  width: 250px;
  height: 250px;
  
  
}
.team-img{
    width: 100%;
}
.heading-2{
    font-size: 20px;
    color: rgb(48, 180, 232);
    text-align: center;
}
.heading-3{
    font-size: 20px;
    color: rgb(48, 180, 232);  
}
.icon-p{
    font-size: 20px;
}
.fa-check{
    color:  rgb(48, 180, 232);
}
.heading4{
    font-size: 20px;
    text-align: center;
}
.plan-1{
    text-align: center;
    
}
.icon-check{
    text-align: right;
}
.team-member img{
   width: 200px;
   height: 150px;
}
.service-content{
  text-decoration: none;
  color: blue;
  padding: 20px;
  background-color: white;
  width: 300px;
 
}
.service-image{
  width: 300px;
  height: 200px;
}
.working{
  border-radius: 20px;
  border-bottom:5px solid blue ;
  border-left:5px solid blue ;
}
.working a{
   text-decoration: none;
   color: black;
   font-weight: bold;
   font-size: medium;
   padding: 10px;
   background-color: white;
   border-radius: 10px;
   border: 2px solid blue;
}
/* additional services  */

.aditional-services{
  border-top: 2px gray solid ;
  background-color: whitesmoke;
}
.aditional-services h3,h2{
  text-align: center;
  color: blue;
}
.img-homeservices{
  width: 400px;
  height: 400px;
}
.services-order-style{
  list-style: none;
  
}
.services-order-style li{
  font-size:large;
  font-weight: 500;


}
.video-fram{
  display: none;

}


/* CSS */
.
-28 {
    appearance: none;
    background-color: transparent;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .button-28:disabled {
    pointer-events: none;
  }
  
  .button-28:hover {
    color: #fff;
    background-color: #38b8e3;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
  }
  
  .button-28:active {
    box-shadow: none;
    transform: translateY(0);
  }

  .logo-sec img{
    width: 100%;
    height: 150px;
  }


  /* review section css */

  :root {
    --orange: #95d9ea;
    --darkorange: #749c9e;
    --platinum: #e5e5e5;
    --black: #2b2d42;
    --white: #fff;
    --thumb: #edf2f4;
}


.card-cont {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    background-color: lightgray;
}


.card-head {
    display: grid;
    grid-auto-columns: 100%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    padding: 25px 0px;
    list-style: none;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.card-sec2 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
    scroll-snap-align: start;
    transition: all 0.2s;
}

.card-sec2:hover {
    color: var(--white);
    background: var(--orange);
}

.card-sec2 .card-title {
    font-size: 20px;
}

.card-sec2 .card-content {
    margin: 20px 0;
    max-width: 85%;
}

.card-sec2 .card-link-wrapper {
    margin-top: auto;
}

.card-sec2 .card-link {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: var(--orange);
    padding: 6px 12px;
    border-radius: 8px;
    transition: background 0.2s;
}

.card-sec2:hover .card-link {
    background: var(--darkorange);
}

.card-head::-webkit-scrollbar {
    height: 12px;
}

.card-head::-webkit-scrollbar-thumb,
.card-head::-webkit-scrollbar-track {
    border-radius: 92px;
}

.card-head::-webkit-scrollbar-thumb {
    background: var(--darkorange);
}

.card-head::-webkit-scrollbar-track {
    background: var(--thumb);
}

@media (min-width: 500px) {
    .card-head {
        grid-auto-columns: calc(50% - 10px);
        grid-column-gap: 20px;
    }
   

@media (min-width: 700px) {
    .card-head{
        grid-auto-columns: calc(calc(100% / 3) - 20px);
        grid-column-gap: 30px;
    }
}

@media (min-width: 1100px) {
    .card-head{
        grid-auto-columns: calc(25% - 30px);
        grid-column-gap: 40px;
    }

}
/* review css end */

img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  h3 {
    /* text-align: center; */
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .carousel-wrapper {
    position: relative;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    background-image: linear-gradient(#FFFFFF 50%, #FFFFFF 50%, #F0F3FC 50%);
    box-shadow: 0px 12px 39px -19px rgba(0, 0, 0, 0.75);
    overflow: hidden;
  }
  .carousel-wrapper .carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
  .carousel-wrapper .carousel .carousel-cell {
    padding: 10px;
    background-color: #FFFFFF;
    width: 20%;
    height: auto;
    min-width: 120px;
    margin: 0 20px;
    transition: transform 500ms ease;
  }
  .carousel-wrapper .carousel .carousel-cell .more {
    display: block;
    opacity: 0;
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 10px;
    color: #CFCFCF;
    text-decoration: none;
    transition: opacity 300ms ease;
  }
  .carousel-wrapper .carousel .carousel-cell .more:hover, .carousel-wrapper .carousel .carousel-cell .more:active, .carousel-wrapper .carousel .carousel-cell .more:visited, .carousel-wrapper .carousel .carousel-cell .more:focus {
    color: #CFCFCF;
    text-decoration: none;
  }
  .carousel-wrapper .carousel .carousel-cell .line {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: black;
    left: 50%;
    margin: 5px 0 0 -1px;
    transition: height 300ms ease;
    display: block;
  }
  .carousel-wrapper .carousel .carousel-cell .price {
    position: absolute;
    font-weight: 700;
    margin: 45px auto 0 auto;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: opacity 300ms ease 300ms;
  }
  .carousel-wrapper .carousel .carousel-cell .price sup {
    top: 2px;
    position: absolute;
  }
  .carousel-wrapper .carousel .carousel-cell.is-selected {
    transform: scale(1.2);
  }
  .carousel-wrapper .carousel .carousel-cell.is-selected .line {
    height: 35px;
  }
  .carousel-wrapper .carousel .carousel-cell.is-selected .price, .carousel-wrapper .carousel .carousel-cell.is-selected .more {
    opacity: 1;
  }
  .carousel-wrapper .flickity-page-dots {
    display: none;
  }
  .carousel-wrapper .flickity-viewport, .carousel-wrapper .flickity-slider {
    overflow: visible;
  }
  .service-bg{
  background: rgb(159,212,232);
  background: linear-gradient(0deg, rgba(159,212,232,1) 43%, rgba(33,150,208,1) 65%);
  padding-top: 100px;
  padding-bottom: 100px;
  }
  .ser-form{
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
     border-radius: 10px;
     border: 1px solid rgba( 255, 255, 255, 0.18 );
  }


  @media (max-width:768px){
    .main-heading
     {
      font-size: 40px;
     }
  }
/* fopter */

.main{
  height: 50vh;
}
.page-footer{
  background-color: rgba(33,150,208,1);
}
.footer-link{
   text-decoration: none;
    color: black;
}
.footer-link:hover{
 color: white;
}
.hover-effect1 {
  min-height: 20px;
  background: blue;
  text-align: center;
}
.hover-effect1 ul {
 padding-top: 1px;
}
.hover-effect1 ul li {
 display: inline-block;
}
.hover-effect1 ul li a {
 font-size: 30px;
 text-align: center;
 color: #fff;
 margin: 0px 10px;
 line-height: 50px;
 display: inline-block;
 width: 50px;
 height: 50px;
 background:blue;
 -webkit-transition: all .6s ease;
 -moz-transition: all .6s ease;
 -ms-transition: all .6s ease;
 -o-transition: all .6s ease;
 transition: all .6s ease;
}
.hover-effect1 ul li:hover a {
  border-radius: 50%;
  background: blue;
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}


/* forgetpassword start */
