:root {
  --main-color:#1c1c1c ;
  --sec-coloer: #748182;
}
html,body{
scroll-behavior: smooth;
/* position: relative; */
}
body {
font-family: 'Poppins', sans-serif;
}
h2,h3,h4,h5,h6{
font-family: 'Montserrat', sans-serif;
}
p{
font-family: 'Poppins', sans-serif;

}

a{
text-decoration: none;
}
section{
padding: 75px 0;  
}
.main-color{
color: var(--main-color);
}
.sec-color{
color: var(--sec-coloer);
}

/* navbar start */
.navbar{
padding: 10px  0 !important;
} 
nav .navbar-brand{
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif;

}
nav .nav-link{
color: #1c1c1c;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
nav .nav-link:hover{
color: #1c1c1c;
}
nav .nav-link:hover::after{
width: 100%;
}
nav .nav-link::after{
content: "";
width: 0%;
height: 3px;
background-color: #1c1c1c;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
nav .nav-item {
margin: 0 1rem ;
}
nav .nav-item a {
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 400;
}

/* navbar end */



/* header section start */
header {
 background-image: -webkit-gradient(linear , left top, left bottom , from(rgba(0,0,0,0.6)) , to(rgba(0,0,0,0.6))) , url(../image/imgs/bg.jpg);
 background-image: -o-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0.6)) , url(../image/imgs/bg.jpg);
 background-image: linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0.6)) , url(../image/imgs/bg.jpg);
 background-size: cover;
 background-position: center;

}






.icon {
width: 2.5rem;
height: 2.5rem;
margin: 3px ;
background-color: rgba(0,0,0,0.3);
}
.icon a{
padding: 8px;
}
h1 {
line-height: 72px;
}
h1 span{
font-family: 'Poppins', sans-serif;
font-weight: 100 !important;
}

h5 span {
 font-size: 50px;
 font-weight: 800;
}

/* header section end */


/* about section start  */

#about .about-img .img{
width: 80%;
height: 25rem;
background-image: url(../image/imgs/dots.png);
background-repeat: repeat;
position: absolute;
left: -5%;
right: 0;
bottom: 4.2rem;
z-index: -1;
}

#about .about-content h3{
color: #343434;
font-size: 30px;
line-height: 33px;
font-weight: 800;


}
#about .about-content .span{
color: #72717199;
letter-spacing: 2px;
font-size: 14px ;
line-height: 20px;

}
#about .about-progress .progress {
margin-bottom: 30px;
-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
       box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
}

#about .about-progress .progress-bar{
background-color: var(--main-color);
}


#about .buton{
margin-top: 20px;

}
#about .buton-bg {
background: #1c1c1c;
color: #eee;
}
#about .buton-bg:hover {
background: transparent !important;
color: #343434 !important;
}

#about .buton-bg2 {
background: transparent;
color: var(--main-color);
}
#about .buton-bg2:hover {
background: var(--main-color) !important;
color: #eee !important;
}
#about .buton {
padding: 10px 50px;
border: 1px solid #1c1c1c;
border-radius: 6px;
font-size: 13px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

/* section About end */

/* section services start  */

#services {
background-color: #F7F7F7;
}

#services .main h3{
font-weight: 900;
font-size: 2.8rem;
color: #343434;
}
#services .main{
position: relative;
z-index: 1;
}
#services .main::after{
content: "";
position: absolute;
width: 24%;
height: 30px;
background-image: url(../image/imgs/dots.png);
top: 52%;
left: 37%;
z-index: -5;
}

.ico-circle{
height: 4rem;
width: 4rem;
font-size: 2rem;
border-radius: 50%;
line-height: 1.55;
margin: 0 auto;
text-align: center;
background-color: #F7F7F7;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.service-box:hover .ico-circle{
background-color: var(--main-color) !important;
color: white;

}
#services  .service-box p {
word-spacing:2px;
line-height: 1.5rem;
font-weight: 400;
font-size: 14px;
}
/* section services end  */



/* section portfolio start  */


#portfolio .header h3{
font-weight: 900;
font-size: 2.8rem;
color: #343434;
position: relative;
}

#portfolio .header h3::after{
content: "";
width: 100%;
height: 60%;
top: 37%;
left: 0;
background-image: url(../image/imgs/dots.png);
background-repeat: repeat;
position: absolute;
z-index: -1;

}
.nav-pills .nav-link{
color: var(--main-color);
font-weight: 600;
}
.nav-pills .nav-link.active{
color: var(--main-color);

}

.nav-pills .nav-item button{
background-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
background-color: transparent ;
position: relative;
}

.nav-pills .nav-link.active::after{
content: "";
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
left: 0px;
background-color: var(--main-color);

}
#portfolio .item .layer h6{
 font-size: 12px;
 font-weight: 700;
 letter-spacing: 2px;
 position: relative;
 margin-bottom: 15px;
 -webkit-transform: translateY(-15px);
     -ms-transform: translateY(-15px);
         transform: translateY(-15px);
 -webkit-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
}
#portfolio .item:hover .layer h6{
-webkit-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}

#portfolio .item .layer{
position: absolute;
background-color: white;
top: .5rem;
left: .5rem;
right: .5rem;
bottom: .5rem;
opacity: 0;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
-webkit-transform: translateY(10px);
   -ms-transform: translateY(10px);
       transform: translateY(10px);

}
#portfolio .item:hover .layer{
opacity: 1;
-webkit-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}

.icon-2 {
width: 1.5rem;
height: 1.5rem;
margin: 3px;
border-radius: 50%;
background-color: var(--main-color);
}
.icon-2:hover{
background-color: white;
}
.icon-2 a{
color: white ;
}
.icon-2:hover a{
color: black !important;
border: 1px solid black;
border-radius: 50%;
width: 1.5rem;
height: 1.5rem;

}
/* section portffolio end  */




/* section Testimonials start  */
.clients{
background-color: #F7F7F7;
}
.clients .header h3 {
font-weight: 900;
 font-size: 2.8rem;
 color: var(--main-color);
 position: relative;
 z-index: 1;
}
.clients .header h3::after{
content: "";
 width: 100%;
 height: 60%;
 top: 37%;
 left: 0;
 background-image: url(../image/imgs/dots.png);
 background-repeat: repeat;
 position: absolute;
 z-index: -1;
}



#clients .img-1{
width: 6rem;
height: 6rem;
margin: 3px ;
background-color: rgba(0,0,0,0.3);
}

.carousel-item p{
word-spacing: 2px;
line-height: 24px;
font-size: 14px;
font-weight: 400;
}
.carousel-item h6{
line-height: 17px;
font-size: 14px;
font-weight: 600;
}
.carousel-item span{
font-size: 12px;
 font-weight: 600;
 color: #888;
 margin-bottom: 30px;
}
.carousel-indicators{

margin-bottom: -4rem;

}

.carousel-indicators [data-bs-target]{
width: .6rem;
height: .6rem;
border-radius: 50%;
margin: 5px 7px;
color: #869791 ;
background-color: gray;
}

/* section Testimonials end  */


/* section counter start  */



.counter-box {
display: block;
padding: 40px 20px 37px;
text-align: center
}

.counter-box p {
margin: 5px 0 0;
padding: 5px 0;
font-size: 15px;
font-weight: 600;
color: #748182;
}

.counter-box i {
font-size: 60px;
padding: 5px 0;
margin: 0 0 15px;
color: var(--main-color);}

.counter { 
display: block;
font-size: 32px;
font-weight: 700;
color: var(--main-color);
 line-height: 28px
}
.counter-box span{

padding: 15px 0;
}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
color: var(--main-color)
}
/* section counter end  */



/* section team start  */

.team {
background-color: #F7F7F7;

}
.team .header {
margin: 50px !important;
}
.header h3{
font-family: 'Montserrat', sans-serif;
font-weight: 900 !important;
font-size: 50px;
line-height: 44px;
color: #343434;
position: relative;
z-index: 1;
}
.header h3::after{
content: "";
position: absolute;
width: 100%;
height: 30px;
background-image: url(../image/imgs/dots.png);
top: 40%;
left: 0%;
z-index: -5;
}

.team .body .social{
position: absolute;
inset: 5px;
opacity: 0;
background-color: rgba(255, 255, 255, 0.95);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
       transform: rotateY(180deg) scale(0.5, 0.5);

}
.img-area:hover .social{
opacity: 1;
-webkit-transform: rotateY(0deg) scale(1, 1);
       transform: rotateY(0deg) scale(1, 1);

}
.img-area .img img{
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.img-area:hover .img img{
-webkit-transform: scale(1.2) ;
   -ms-transform: scale(1.2) ;
       transform: scale(1.2) ;

}
.card-body:hover ~ .social{

-webkit-transform: rotateY(0deg) scale(1, 1);

       transform: rotateY(0deg) scale(1, 1);

}
.card-body {
background-color: #5A5A5A !important;
}
.card-body h5 {
font-size: 25px;
line-height: 27px;
font-weight: 500;
margin-bottom: 5px;

}
.card-body p {
font-size: 20px;
line-height: 22px;
font-weight: 700;
text-transform:uppercase;
}



.icon-6 {
width: 2.5rem;
height: 2.5rem;
margin: 3px ;
background-color: black;
}
.icon-6:hover {
background-color: white !important;
border: 1px solid black !important;
border-radius: 50%;
}
.icon-6 a {
color: white;
}
.icon-6:hover a {
color: black !important;
}
/* section team end  */

/* section contact start  */

.contact {
margin: 30px 0;
}
.contact .header {
margin: 30px 0;
}
.contact h6{
font-size:16px  ;
font-weight: 700;
}
.contact p{
font-size: 15px;
line-height: 24px;
font-weight: 400;
}
.item:hover .ico-circle{
background-color: var(--main-color) !important;
color: white;

}
.form-control{
outline: none;
outline-color: none;
border: none;
background-color: #F4F4F4;
}
input :focus{
outline: none;
outline-color: none;
border: none;
background-color: #F4F4F4;

}
.me-2 {
background-color: #F4F4F4;
border: none;
outline: none;
width: 100%;
padding: 10px;
border-radius: 5px;
}
form textarea{
border-radius: 5px;
height: 160px;
max-height: 160px;
max-width: 100%;
background-color: #F4F4F4;
border: none;
outline: none;
width: 100%;
padding: 10px;
}
form  .buton-bg {
background: #1c1c1c;
color: #eee;
}
form .buton-bg:hover {
background: transparent !important;
color: #343434 !important;
}

form .buton {
padding: 10px 50px;
border: 1px solid #1c1c1c;
border-radius: 6px;
font-size: 13px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
/* section contact end  */


/* footer start */
footer{
background: #1c1c1c;
padding: 30px;
color: #748182;
}



/* footer end */

