body{
  font-family: "Montserrat";
  padding: 0% 15%;
  background-color: black;
}
.whatsapp_float{
  position: fixed;
  bottom: 60px;
  right: 20px;
}
#title
{
  background-color: #000;
  color: #fff;
}

.container-fluid
{
padding: 3% 4%;

}

h1
 {
   font-family: "Montserrat", sans-serif;
   font-size:3rem;
   line-height:1.5;
   font-weight: 900;
 }

.navbar{
  padding-bottom: 2.5rem;
}
.navbar-brand{
  font-size: 2.5rem;
  font-weight: bold;
}
.one{

}

.navbar-nav{
  padding-bottom: 5%;
}

.nav-item{
padding: 0 18px;
color:#E8BE3C;
}
.nav-link{
  font-size:1.3rem;

}

.wings
{
  padding-top: 5%;
}
.buttons-top{
  padding-top: 5%;
}




.download-button{
  margin: 2% 2% 2% 0;
background-color:#E8BE3C;
}
.imgcs{
  position;absolute ;
  padding-left: %;
}

.title-image{
  
 

}
#features{
  background-color: #fff;
  
  padding: 5% 3%;
  position: ;
 
}
.feature-box{
  text-align: center;
  padding:4.5%;
}
h3{
  font-family: "Montserrat-Bold",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.icon{
  color:#E8BE3C;
  margin-bottom: 1rem;
}
.icon:hover{
  color:#000;
}

#increase
{
  padding:7% 3%;
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
}

#unique{
  background-color:#2D2D2D;
  padding: 2% 5%;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 600px;
  margin: 0;
  display: grid;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
  
}
main#carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: 100vw;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 1;
  pointer-events: none;
}



div.item {
  position: absolute;
  width: 300px;
  height: 400px;
  background-color: coral;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
}

div.item:nth-of-type(1) {
  --offset: 1;
  background-color: #90f1ef;
}
div.item:nth-of-type(2) {
  --offset: 2;
  background-color: #ff70a6;
}
div.item:nth-of-type(3) {
  --offset: 3;
  background-color: #ff9770;
}
div.item:nth-of-type(4) {
  --offset: 4;
  background-color: #ffd670;
}
div.item:nth-of-type(5) {
  --offset: 5;
  background-color: #e9ff70;
}

input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
input:nth-of-type(1):checked ~ main#carousel {
  --position: 1;
}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
input:nth-of-type(2):checked ~ main#carousel {
  --position: 2;
}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}
input:nth-of-type(3):checked ~ main#carousel {
  --position: 3;
}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}
input:nth-of-type(4):checked ~ main#carousel {
  --position: 4;
}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}
input:nth-of-type(5):checked ~ main#carousel {
  --position: 5;
}
.textp{
  padding: 40%;
}
.box1{
  background-color: white;
}
#empty{
  background-color: #2D2D2D;
  padding: 2%;
}

#serv{
  background-color: black;
  padding: 4% 3%;
}

#aboutus{
  padding: 2% 15%;
  background-color: white;
}
.pic{
  height: aut0;
  width:  43%;
}
.about{
  
  
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


 .serv-title{
  text-align: center;
  color: white;
  align-items: center;
 } 

.hire{
  font-size: 18px;
  background: #4070f4;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 8px 25px;
  border-radius: 6px;
  transition: 0.5s;
}
.hire:hover{
  background: #000;
  border: 1px solid #4070f4;
}
#customer{
 background-color: whitesmoke;
 
  color: black;
  padding-top: 4%;
  padding-bottom: 1%;
  text-align: center;
 
}



#testimonials 
{
  background-color: black;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: white;
}

.testimonial{
  padding: 4% 3%;
}
.find{
  padding-top: 2%;
}
h2{
  font-size:2rem;
  line-height:1.5;
  font-weight: 700;

}
.carousel-inner{

}
.testimonial-img
{
  width:90%;
  border-radius: 100%;
  margin: 20px;
}
#press
{
  background-color: whitesmoke;
  text-align: center;
 padding-top: 0%;
  padding-bottom: 5%;
  padding-left: 3%;
  padding-right: 3%;

}
.logos-img
{

  width:15%;
  margin: 3% 2%;
}
.logos-img{
transition: transform 0.2s ease;
    
    border-radius: 0;
    border: 0;
    margin-bottom: 1.5em;}

.logos-img:hover{
  transform: scale(1.1);
}
#pricing
{
  text-align: center;
  padding: 7% 15%;
}
.pcolumn{
  padding:3% 2%;
}
#cta{
  background-color: black;
  color: white;
  padding: 2%;
  text-align: center;
}
.divider{
  Width: 100%;
  height: 100px;
  background-color: E8BE3C;
  display: inline-block;
  }

#port{
  color: white;
  
}
#portfolio-filters {
  position: relative;
  padding-bottom: 50px;

}
#portfolio li{
  float: left;
  margin: 25px;
  font-size: 1.3rem;
  color: ;
}
.portfolio-item{
  padding: 2%;
}
.portfolio-item {
    transition: transform 0.2s ease;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 0;
    border: 0;
    margin-bottom: 1.5em;
  }
  .portfolio-item:hover {
    transform: scale(1.1);
  }

.navbar-brand {
  transition: transform 0.2s ease;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 0;
    border: 0;
    margin-bottom: 1.5em;

}
.download-button{
    transition: transform 0.2s ease;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 0;
    border: 0;
    margin-bottom: 1.5em;
    font-size: 30px ;
  }
  .navbar-brand:hover {
    transform: scale(1.1);
}
.download-button:hover{
  transform: scale(1.1);
}


#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}





#footer{
  background-color: black;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding:2%;
}

@media (max-width:1028px){
  .imgcs{
   
  }


}
@media screen and (max-width: 992px) {
  body {
    padding: 0% 0%;
    background-color: blue;
  }
}

@media screen and (max-width: 600px) {
  body {
    background-color: olive;
  }
}








