h1, h2, h3, h4, h5, h6, .logo {
    font-family: "Montserrat", sans-serif;
}
body{
    font-family: "Poppins", sans-serif;
}
:root {
    --main-durations:0.1;
}
a{
    text-decoration: none;
    background-color: transparent;
    
}
img {
    width: 100%;
    height: auto;
}
p {
    line-height: 1.6;
    margin: 0;
    font-size: .9375rem;
    color: #748182;
}
.pd-70{
    padding-bottom: 4.375rem;
}
.bg-gray{
    background-color:#f7f7f7;
}
span {
    display: inline-block;
}


.progress, .progress-stacked {
    --bs-progress-bar-bg: #1c1c1c;
    --bs-progress-height: 1.5rem;
    --bs-progress-box-shadow: 0rem .125rem .4375rem rgba(0, 0, 0, 0.15) inset;
}

/*header*/
.header{
    background-image: url(/imgs/bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: 0rem .01rem;   
     position: relative;
}
.header::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0, 0, 0, 0.65);
}

.header p{
    font-size: 3.125rem;
    font-weight: 800;
    margin-bottom: .625rem;
}
.header h1{
    font-weight: 200;
    padding: 0.2em 0;
}
.header .social-icon{
    margin-top: 1.875rem;
}

.header h1::after{
    content: "";
    animation: type-writer 5s steps(5) infinite;
    font-weight: 400;
    

}
/*hero*/
.hero{ 
    padding-bottom: 4.375rem;
}

.hero{
    padding: 6.25rem 0;
}
.hero .hero-img {
    padding: 0 0 0 1.875rem;
    position: relative;
    margin-bottom: 1.875rem;
}
.hero .hero-img:after {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    left: 0rem;
    bottom: -1.875rem;
    background-image: url(/imgs/dots.png);
    background-repeat: repeat;
    z-index: -1;
}   
.hero .contant h3 {
    font-weight: 800;
    margin-bottom: .3125rem;
}
.hero .contant .sub-title {
    color: #999;
    letter-spacing: .125rem;
    margin-bottom: 1.25rem;
}
.contant{
    margin-bottom: 1.875rem;
}





/*Services.*/
.services{
   padding: 6.25rem 0; 
}
.services header{
    margin-bottom: 5rem;
}
.services header h3{
    font-weight: 900;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    z-index: 4;
}
.services header h3:after {
    content: "";
    width: 100%;
    height: 1.875rem;
    background-image: url(/imgs/dots.png);
    background-repeat: repeat;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    z-index: -1;
}
.services .item {
    padding: 3.125rem 1.25rem;
    background: #fff;
    box-shadow: 0rem .625rem 1.875rem -0.5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 1.875rem;
    border-radius: .3125rem;}
 .services .item .icon {
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
        width: 4.375rem;
        height: 4.375rem;
        line-height: 4.375rem;
        background: #f4f4f4;
        border-radius: 50%;
        transition: all 0.5s;
    }
 .services .item h6 {
        margin-bottom: .9375rem;
        font-weight: 800;
        font-size: 1.125rem;
}
.services .item p {
    word-spacing: .125rem;
    font-size: .875rem;
}
.services .item:hover .icon {
    background: #1c1c1c;
    color: #eee;
}
.item p{
    font-size: .8125rem;
}
.hero .btns {
    margin-top: 1.25rem    ;
}
.btn-bg {
    background: #1c1c1c;
    color: #eee;
}
.hero .btns .btn{
    padding: .625rem 30px;
    border: .0625rem solid #1c1c1c;
    border-radius: .3125rem;
    font-size: .8125rem;
   
    transition: all 0.5s;
}
.btn:hover {
    background: #1c1c1c;
    color: #eee;
}
.first:hover{
    background-color: #eee;
    color:#000
}

/*Portfolio*/
.Portfolio header{
    margin-bottom: 5rem;
}
.Portfolio header h3{
    font-weight: 900;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    z-index: 4;
}
.Portfolio header h3:after {
    content: "";
    width: 100%;
    height: 1.875rem;
    background-image: url(/imgs/dots.png);
    background-repeat: repeat;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    z-index: -1;
}

.social-icon a span {
    color: #fff;
    width: 2.1875rem;
    height: 2.1875rem;
    background: rgba(0, 0, 0, 0.3);
    font-size: .875rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.skills{
    margin-top: 1.875rem;
}
.skills .item {
    margin-bottom: 1.875rem;
}
.Portfolio{
    padding: 100px 0;
}

.Portfolio .item {
        position: relative;
        overflow: hidden;
}

.Portfolio .item:hover .item-img-overlay {
    opacity: 1;
    transform: translateY(0);
}

.item-img-overlay {
    position: absolute;
    top: .3125rem;
    left: .3125rem;
    right: .3125rem;
    bottom: .3125rem;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    display: flex ;
    justify-content: center;
    align-items: center;
}
.item-img-overlay .icon:hover #item-cone {
    background: transparent;
    color: #000;
}
#item-cone{
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.75rem;
    border-radius: 50%;
    border: .0625rem solid #111;
    background: #111;
    color: #eee;
} 

/*navs and tabs*/
.nav {
    --bs-nav-link-color: #1c1c1c;
    --bs-nav-link-hover-color: #1c1c1c;
}
.nav-tabs{
    --bs-nav-tabs-border-width:0px
}
.Portfolio .nav-tabs .nav-link {
   
    color: #222;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.Portfolio .nav{
    margin-bottom: 3.125rem;
}
/*Testimonials*/
.Testimonials header{
    margin-bottom: 80px;
}
.Testimonials header h3{
    font-weight: 900;
    font-size: 40px;
    position: relative;
    display: inline-block;
    z-index: 4;
}
.Testimonials header h3:after {
    content: "";
    width: 100%;
    height: 30px;
    background-image: url(/imgs/dots.png);
    background-repeat: repeat;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;
}
.Testimonials {
    padding: 100px 0;
    background: #f7f7f7;
}
.Testimonials .carousel-inner img{
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;

}
.Testimonials .carousel-inner p{
    word-spacing: 2px;
}
.Testimonials .carousel-inner h6{
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 5px;

}
.Testimonials .carousel-inner span{
    font-size: 12px;
    font-weight: 600;
    color: #888;
    margin-bottom: 30px;
}
.Testimonials .carousel-indicators [data-bs-target] {
    width: .625rem;
    height: .625rem;
    margin: .3125rem .4375rem;
    background: #d6d6d6;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 1.875rem;
  border-top: 0rem;
    border-bottom: 0rem;}
.Testimonials .carousel-indicators .active [data-bs-target]{
    background: #869791;

}
.Testimonials .carousel-indicators [data-bs-target]:hover {
    background: #869791;
}
/*numbers*/
.numbers {
    padding: 6.25rem 0;
}
.numbers .icon {
    font-size: 1.875rem;
    margin-bottom: .9375rem;
}
.numbers h3 {
    font-weight: 900;
    margin-bottom: .9375rem;
}
.numbers p {
    font-weight: 600;
    margin-bottom: 1.875rem;
}
/*blog*/
.blog {
    padding: 6.25rem 0;
}
.blog header{
    margin-bottom: 5rem;
}
.blog header h3{
    font-weight: 900;
    font-size: 40px;
    position: relative;
    display: inline-block;
    z-index: 4;
}
.blog header h3:after {
    content: "";
    width: 100%;
    height: 30px;
    background-image: url(/imgs/dots.png);
    background-repeat: repeat;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    z-index: -1;
}
.blog .team-area .card{
   
    background-color: rgba(52, 52, 52, .8);
    margin-bottom: .625rem;
}
.blog .team-area .card img{
   
    
    border-radius: .375rem;
}
.img-area {
    overflow: hidden;
    position: relative;
}
.img-area img {
    transition: all 0.4s ease 0s;
    width: 100%;

}
.blog .team-area .card .card-body {
    padding: 1.5625rem;
    color: #fff;
    
}
.blog .team-area .card .card-body h4{
    margin: 0 0 .3125rem;
   
}
.blog .team-area .card .card-body h5{
    text-transform: uppercase;
    font-weight: bold;

}
.blog .team-area .card .img-area .item-img-overlay{
    transform: rotateY(180deg) scale(0.5, 0.5);

}

.blog .team-area .card:hover .img-area .item-img-overlay{
    cursor: pointer;
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}

.blog .team-area .card .img-area:hover img {
    transform: scale(1.5);
    transition: all 0.4s ease 0s;
}


.blog .item-img-overlay .icons .icon{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.blog .item-img-overlay .icons a{
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.blog .img-area .icons .icon a:hover {
    background-color:transparent;
    color: #000;
    
    
}











 .Portfolio .nav-tabs .nav-link.active:before {
    width:60%;
}

.Portfolio .nav-tabs .nav-link:before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    background: #111;
    left: 13px;
    bottom: 0px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}


/*contact*/
.contact {
    margin-bottom: 5rem;
}
.contact {
    padding: 6.25rem 0 0 0;
}
.contact header{
    margin-bottom: 5rem;
    text-align: center
}
.contact header h3{
    font-weight: 900;
    font-size: 40px;
    position: relative;
    display: inline-block;
    z-index: 4;
}
.contact header h3:after {
    content: "";
    width: 100%;
    height: 30px;
    background-image: url(/imgs/dots.png);
    background-repeat: repeat;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    z-index: -1;
}
.info{
    margin-bottom: 3.125rem;
}
.contact .info .item {
    margin-bottom: 30px;
}
.contact .info .item .icon {
    font-size: 25px;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    border-radius: 50%;
    transition: all 0.5s;
}
.contact .info .item h6 {
    font-weight: 700;
    margin-bottom: 10px;
}
.contact .info .item:hover .icon {
    background: #1c1c1c;
    color: #eee;
}
.contact .info .item p {
    font-size: .9375rem;
    color: #999;
}
.form-group {
    margin-bottom: 15px;
}
.contact .form input[type="text"]{
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    background: #f4f4f4;
}
.contact .form textarea {
    height: 160px;
    max-height: 160px;
    max-width: 100%;
}
.contact .form textarea {
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    background: #f4f4f4;}
.contact .form .buton {
        padding: 10px 40px;
    }
    .buton-bg {
        background: #1c1c1c;
        color: #eee;
    }

    .buton {
        padding: 10px 30px;
        border: 1px solid #1c1c1c;
        border-radius: 5px;
        font-size: 13px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
/*footer*/
footer {
   
 background: #1c1c1c;
 padding: 30px;

}
/*nav*/
.mynav.scrolled .navbar-nav a::after {
    background:black;
}
.mynav.scrolled {
    background-color:rgb(255, 255, 255);
        --bs-navbar-color:black;
        --bs-navbar-color-active: black;
        --bs-nav-link-hover-color: black;

}
.mynav.scrolled .navbar-brand {
    color: #000;
    
}
.mynav.scrolled .navbar-nav .nav-link.active{
    --bs-navbar-active-color:black
}
.mynav .navbar-brand{
    float: left;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.navbar {
    --bs-navbar-nav-link-padding-x: 1.25rem ;
    --bs-navbar-padding-y:1.25rem;
    --bs-navbar-color:white;
    --bs-navbar-color-active: white;
    /*--bs-navbar-brand-font-size: .75rem;*/

}
.navbar-nav{
    --bs-nav-link-hover-color: white;
}
.navbar-nav .nav-link.active {
    --bs-navbar-active-color: white;
} 
.mynav .navbar-nav .nav-link {
   
    font-size: .875rem;
    padding-top: 20px;
               
 
    

}
.mynav.scrolled .nav-link:focus{
    --bs-nav-link-hover-color: black;
}
.mynav.scrolled .nav-link::before {
    --bs-nav-link-hover-color:black;

}
.mynav .navbar-nav a{
    position: relative;
    width: fit-content;
    transition: all 0.4s;
}
.mynav .navbar-nav a::after {
    content: "";
    width: 0%;
    height: .125rem;
    position: absolute;
    background: #fff;
    left: 10px;
    bottom: 0px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;

}
.mynav .navbar-nav .nav-item{

    margin-left: .625rem;
   
}
.mynav .navbar-nav a:hover::after{
    width: 75%;
}
