body{
    font-family: Arial, Helvetica,"Centry Gothic",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: whitesmoke;
}
header{
    width: 100%;
    background-color: transparent;
    backdrop-filter: blur(2px);
    /*position: fixed;*/

}
.inner-first-btn{
    display: flex;
    background-color: #191818;
    border-radius: 20px;
    padding: 10px 25px 10px 25px;
    border-top: 0.5px solid #5e5e5f;
    
}
.inner-first-btn:hover{
  transform: translate(3px, -5px);
}
.inner-second-btn{
    background-color: #000;
    border-radius: 20px;
    padding:  10px 20px 10px 20px;
    color: #70706f;
    border: 0.1px solid hsl(240, 1%, 21%);
    margin-bottom: 15px;
}
.inner-second-btn:hover{
    color: aliceblue;
    
}

.container{
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}
.container h2{
    font-size: 2em;
    text-align: center;
}

.manu-navigation{
    display: flex;
    width: 95%;
    margin: 0 auto;
    align-items: center;  
}
.logo img{
    height: 3em;
}
.logo{
    padding-right: 15px;
}
.text1{
    font-weight: 700;
}
.text2{
    color:  #70706f;
    font-size: 0.8em;
    font-weight: 700;
}
.left-menu{
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    position: static;
}
.nav{
    
    mix-blend-mode: normal;
    position: relative;
    justify-content: center;
}
.nav-wrap{
    max-width: 100%;
    background-color: #2b2b2b;
    border-radius: 100vw;
    padding: 1px 0 1px 30px;
    font-size: 1rem;
    box-shadow: 1px 1px 7px rgb(0,0,0,.16);
    
}
.w-inline-block{
    max-width: 100%;
    display: inline-block;

    
}
.nav a{
    font-size:  1em;
    padding-right: 30px;
    color: aliceblue;
}

.social-icons a{
    font-size: 0.9em;
}
.nav_link-text:hover{
    color: #000;
    font-weight: 600;
}
a{
    
    text-decoration: none;
    background-color: transparent;
}
.right-menu{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    -ms-grid-column-align: end ;
    align-items: center;
   
}
.social-icons svg{
    width: 1.5em;
    padding-right: 10px;
}
.social-icons{
    
    display: grid;
    grid-template-columns: auto auto auto;
    justify-self: end;
}
a{
    color: aliceblue;
}

h2{
    text-align: center;
    padding-bottom: 15px;
    
}
.service{
    width: 100%;     
}
.grow:hover{
    transform: scale(1.02);
}
.services{
    display: grid;
    grid-template-columns: auto auto;
    width: 90%;
    border-radius: 15px;
    border-left: 2px solid #2b2b2b;
    border-right: 2px solid #2b2b2b;
    border-top: 0.7px solid #2b2b2b; 
    margin: 0 auto;
    align-items: center;
    margin-bottom: 50px;
    align-items: center;
    justify-items: center;   
}

.services:hover{
    background-color: #0c0c0c ;  
}
.text{
    width: 65%;
    padding: 40px 60px 40px 40px;
}
.text img{
   width: 7em;
   padding-bottom: 20px;
}
.logo-t img{
        
    width: 3.5em;
    padding-bottom: 20px;
 }

.text h4{
    font-size: 1.3em;
    text-align: start;
    margin: 0;
    
}
.text p{
    color: #70706f;
    font-weight: 700;
}
.text-one{
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-items: center;
    padding: 20px 15px 15px 0px;
    
}
.text-one p{
    color: #2b2b2b;
    font-weight: 700;
    padding-right: 20px;
}
.text-one svg{
    width: 1.5em;
    color: #2b2b2b;
    padding-right: 20px;
}
.text-one svg:hover{
    color: whitesmoke;
}


.work-text{
    width: 55%;
    margin: 0 auto;
    padding-top: 50px;
    animation: movetext 0.2s;
    animation-fill-mode: forwards;
    
}
.snapshots{
    width: 90%;
    margin: 0 auto;
}
.snapshot-img img{
    width: 95%;
    margin-bottom: 25px;
}

.w-form{
    width: 55%;
    margin: 0 auto;
    padding-top: 50px;
}

.inputfirst,
.input,
.i-text{
    display: flex;
    margin-bottom: 70px;
    font-size: 0.9em;
    justify-content: space-between;
    align-items: center;
}
.input-text{
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}
.input-label-required{
    font-size: 0.8em;
    font-weight: 700;
    color: #2b2b2b;
}
.inputfield,
.dropdown{
    border-radius: 20px;
    background-color: #0c0c0c;
    width: 55%;
    height: 10%;
    padding: 12px;
    border: none;
    color: #fff;
    
}
.inputfield:hover{
    background-color: #191818;
}
.question-number{
    background-color: #0c0c0c;
    border-top: 0.5px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
    border-radius: 5px;
    padding: 2px;
    width: 20px;
    text-align: center;
}
.text-area{
    border-radius: 5px;
    background-color: #0c0c0c;
    border: none;
    width: 85%;
    padding: 5px 5px 100px 5px;
    overflow: auto;
    color: #fff;
    
}
.text-area:hover{
    background-color: #191818;
}

.multi-select{
    width: 100%;
}

input[type=checkbox]{
    cursor: default;
    appearance: auto;
    background-color: #191818;
    border: 0.5px solid #2b2b2b;
    box-sizing: border-box;
    padding: 0;
}
.w-checkbox{
    border-style: none;
    transition: background-color 0.2s;
}
.w-checkbox-input--inputType-custom{
    width: 22px;
    height: 22px;
    border: 0.5px solid #2b2b2b;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    background-color: #0c0c0c;
}
.w-checkbox-input{
    float: left;
    
}
.w-checkbox::before{
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.w-checkbox::after{
    content: " ";
    clear: both;
    grid-area: 1/1/2/2;
    display: table;
}

.work-text{animation-timing-function: ease-in;}
@keyframes movetext{
    from{width: 0%;}
    to{width: 55%;}
}
h2{
    font-size: 3em;
    text-align: start;
    padding-top: 50px;

}
.work-text p{
    font-size: 1em;
    color: #bbb;
}
.mt-stack,
.stack---dev{
    width: 55%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.stack-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.inner-stack-item img{
    height: 2em;
}
.inner-stack-item{
    display: flex;
    border-radius: 10px;
    border-top: #2b2b2b 1px solid;
    border-right: #2b2b2b 0.5px solid;
    padding: 10px;   
}
.inner-stack-item:hover{
    background-color: #0c0c0c;
    transform: translate(0.5px, -3px);
}
.inner-stack-item img{
    padding-right: 15px;
}

.stack-item-title{
    font-size: 0.8em;
    padding-bottom: 5px;
}
.stack-item-description{
    font-size: 0.8em;
    color: #2b2b2b;
    font-weight: 700;
}
.slideshow-container {
    max-width: 70%;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;

    
}
.mySlides {
    display: none;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
.summary,.ws-navigations,.desktop-design,.mobile-design{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 50px;
}



.summary h3,.ws-navigations h3,.desktop-design h3,.mobile-design h3{
    font-size: 1.5em;
} 
.summary p, .ws-navigations p,.desktop-design p,.mobile-design p{
    color: #bbb;
}
.ws-navigations-img{
    background-color: #d8d4d4;
    border-radius: 20px;
    text-align: center;
    padding: 25px;
    margin-top: 50px;
    
}
.ws-navigations-img img{
    width: 80%;
    
}
.ws-navigations{
    padding-bottom: 50px;
}

.testimonials {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .testimonial-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .testimonial-slider {
    display: flex;
    /*overflow: hidden;
    width: 100%;*/
    
  }
  .testimonial {
    flex: 0 0 100%;
    /*max-width: 100%;*/
    box-sizing: border-box;
    margin-right: 5%;
    margin-bottom: 50px;
    padding: 25px;
    border-left: 0.7px solid #2b2b2b;
    border-top: 0.7px solid #2b2b2b;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial h4 {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .testimonial p {
    font-size: 1.5rem;
  }
  
  .testimonial span {
    color: #666;
    font-size: 1rem;
  }
  .testimonials h2{
    font-size: 2em;
    text-align: center;
  }

 

.footer-top{
   background-color: #0c0c0c;
    height: 250px;
}
.footer-text{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    
}
.copyright{
    text-align: center;
    padding-bottom: 10px;
    color: #70706f;
    font-size: 0.9em;
    padding-top: 25px;
}
.footer-text h3{
    font-size: 1.5em;
}
/*.footer-bottom .container{
    padding-top: 40px;
    padding-bottom: 40px;
}
.f-bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}
.footer-logo{
    display: flex;
    flex: 1;
    align-items: center;
}
.f-logo-img{
   width: 2em;
      
}

.footer-group{
    display: flex;
}
.footer-nav{
    display: flex;
    text-align: center;
}

.footer-bottom a{
    padding-right: 15px;
    font-size: 0.9em;
    color: #717171;
}
.footer-bottom a:hover{
    color: aliceblue;
}*/

.row{
    width: 95%;
    margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #000;
    padding: 20px 0 10px 0;
}
.footer-col{
   width: 25%;
   padding: 0 70px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	/*text-transform: capitalize;*/
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #70706f;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
@media screen and (max-width: 1245px){
    .stack-grid{
      display: grid;
      grid-template-columns: 1fr 1fr ;
      gap: 16px;
    }
}
@media screen and (max-width: 979px){
    .services{
        display: block;
    }
    .text{
        padding-bottom: 10px;
        margin: 0 auto;
    }
    .text-one{
        padding-top: 5px;
        padding-left: 40px;
    }
    .picture{
        margin: 0 auto;
    }
    .f-bottom{
        display: flex;
        flex-direction: column;
    }
    .slideshow-container{
        max-width: 80%;
    }
    
    

}
@media screen and (max-width: 750px){
    .stack-grid{
      display: grid;
      grid-template-columns: 1fr;
      
    }
}
@media screen and (max-width: 850px){
    .slideshow-container{
        max-width: 80%;
    }
    .name{
        display: none;
    } 
    .mt-stack{
        padding-top: 5px;
    }
}
    
@media screen and (max-width: 750px) {
    .nav-wrap{
     max-width: 100%;
     background-color: #2b2b2b;
     border-radius: 100vw;
     padding: 1px 1px 1px 15px;
     font-size: 0.9rem;
     box-shadow: 1px 1px 7px rgb(0,0,0,.16);
      }
     .nav a{
      font-size:  0.9em;
 
    }
    .inputfirst,
    .input,
    .i-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    }
    .input-text{
        margin-bottom: 15px;
    }
    .inner-primary-btn.form{
        margin: 0;
        margin-bottom: 40px;
    }
    .inputfield,
    .dropdown{
        width: 70%;
    }
    
 }
 @media screen and (max-width:670px) {
     .social-icons a{
         font-size: 0.8em;
     }
     .logo img{
         height: 2.5em;
    }
    .inputfield,
    .dropdown{
        width: 90%;
    }
    
 }
 @media screen and (max-width: 520px){
    .nav a{
        padding-right: 25px;
    }
 }
 @media screen and (max-width: 520px) {
    .manu-navigation{
      flex-direction: column;
      padding-top: 25px;
      
    }
    .name{
     display: block;
     
    }
    
    .buttons{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .inner-second-btn{
        margin-top: 10px;
    }
    .right-menu{
     display: none;
    }
    .text-one{
      display: block;
    }
    .middle{
        padding-top: 15px;
    }
    .footer-text{
        font-size: 0.8em;
       }
    .footer-logo{
        flex-direction: column;
    }
    .footer-nav{
        flex-direction: column;
        text-align: center;
        padding-top: 10px;
    }
    .footer-nav a{
        padding-top: 10px;
    }
    .nav a{
        font-size:  0.9em;
        padding-right: 20px;
        color: aliceblue;
    }
 }
 @media screen and (max-width: 370px) {
    .nav a{
        font-size:  0.8em;
        padding-right: 20px;
        color: aliceblue;
    }
    .home{
        padding-left: 5px;
    }
 }
 @media screen and (max-width: 320px) {
    
   .nav a{
    padding-right: 10px;
   }
   .nav-wrap{
    padding: 1px 0 1px 10px;
   }
  
   .buttons{
    width: 100%;
    display: flex;
    flex-direction: column;
   }
   .work{
    width: 100%;
   }
   .text img{
    width: 6em;
   }
   .logo-t img{
    width: 2.5em;
   }
   .text h4{
    font-size: 1.1em;
   }
   .text p{
    font-size: 0.8em;
   }
   .footer-text{
    font-size: 0.8em;
   }


}
@media screen and (max-width: 1300px){
    .row{
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
  
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}