body {
    font-family: "Poppins", sans-serif;
}
.loading {
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background-image: url(imgs/Loading_icon.gif);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;

}
.container {
    /* width: 90%; */
}
p {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6,span {
    font-family: "Montserrat", sans-serif;
}
.display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar .container {
    width: 80%;
}
.navbar {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-item a {
    font-size: 14px;
}
.navbar .under-line::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 16px;
    width: 40px;
    height: 2px;
    background-color: #000;
}
/*=====header=====*/
header {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.663),rgba(0, 0, 0, 0.663)) ,url(imgs/bg.jpg) ;
    background-size: cover;
    background-position: center;
}
header .icon-link {
    font-size: 0.875rem;
}
.header-text p {
    font-family: "Montserrat", sans-serif;
}
header p::after {
    content: '|';
    animation: typing 6s infinite ;
    -webkit-animation: typing 7s infinite ;
    font-weight: 400;
}
@keyframes typing {
    0%  {content: '|';}
    2%  {content: 'D|';}
    4%  {content: 'De|';}
    6%  {content: 'Dev|';}
    7%  {content: 'Deve|';}
    9%  {content: 'Devel|';}
    11%  {content: 'Develo|';}
    13%  {content: 'Develop|';}
    15%  {content: 'Develope|';}
    17%  {content: 'Developer|';}
    19%  {content: 'Developer|';}
    21%  {content: 'Developer|';}
    23%  {content: 'Develope|';}
    25%  {content: 'Develop|';}
    27%  {content: 'Develo|';}
    29%  {content: 'Devel|';}
    31%  {content: 'Deve|';}
    33%  {content: 'Dev|';}
    35%  {content: 'De|';}
    37%  {content: 'Des|';}
    39%  {content: 'Desi|';}
    41%  {content: 'Desig|';}
    43%  {content: 'Design|';}
    45%  {content: 'Designe|';}
    47%  {content: 'Designer|';}
    49%  {content: 'Designer|';}
    51%  {content: 'Designer|';}
    53%  {content: 'Designe|';}
    55%  {content: 'Design|';}
    58%  {content: 'Desig|';}
    61%  {content: 'Desi|';}
    63%  {content: 'Des|';}
    65%  {content: 'De|';}
    67%  {content: 'D|';}
    69%  {content: '|';}
    71%  {content: 'L|';}
    73%  {content: 'La|';}
    75%  {content: 'Lar|';}
    77%  {content: 'Larr|';}
    79%  {content: 'Larry|';}
    81%  {content: 'Larry D|';}
    83%  {content: 'Larry Da|';}
    85%  {content: 'Larry Dan|';}
    87%  {content: 'Larry Dani|';}
    89%  {content: 'Larry Danie|';}
    91%  {content: 'Larry Daniel|';}
    93%  {content: 'Larry Daniels|';}
    95%  {content: 'Larry Daniels|';}
    97%  {content: 'Larry Daniels|';}
    99%  {content: 'Larry Daniel|';}
    100%  {content: 'Larry Danie|';}

}
#Home .icon-link span:hover {
    cursor: pointer;
}
/*=====about=====*/
#About .p-up {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
}
#About p {
    font-size: 15px;   
}
.progress {
    height: 25px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 5px rgb(101, 101, 101) inset;
}
.inner {
    position: relative;
    padding-left: 30px;
}
.inner img {
   vertical-align: middle;
}
.inner::after{
    content: '';
    background-image: url(imgs/dots.png);
    width: 80%;
    height: 80%;
    /* max-height: 500px !important; */
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: -1;
}
.btn:hover {
    color: #000000;
    background-color: transparent ;
    border-color: #000;
}
.btn-right:hover {
    color: #ffffff;
    background-color: #000 ;
    border-color: #000;
}
/*=====Services=====*/
#Services {
    background-color: #F7F7F7;
}
#Services .header-text h2 {
    font-weight: 900;
    z-index: 10;
}
.header-text h2 {
    position: relative;
}
#Services .header-text h2::after {
    content: '';
    background-image: url(imgs/dots.png);
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
#Services .inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#Services .inner h3 {
    font-size: 18px;
    font-weight: 800;
}
#Services .inner .icon {
    font-size: 25px;
    background-color: #F8F9FA;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
#Services .inner:hover .icon {
    background-color: #000 ;
    color: #ffffff;
}
/*=====Works=====*/
#Works .header-text h2 {
    font-weight: 900;
    z-index: 10;
 }
.header-text h2 {
    position: relative;
}
#Works .header-text h2::after {
    content: '';
    background-image: url(imgs/dots.png);
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #000;
    --bs-nav-link-hover-color: none;
    --bs-nav-link-disabled-color: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.layer {
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    opacity: 0;
    transform: translateY(2%);
    -webkit-transform: translateY(4%);
    -moz-transform: translateY(2%);
    -ms-transform: translateY(2%);
    -o-transform: translateY(2%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.layer:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0.9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.icon span{
    background-color: #000;
    color: white;
}
.text-card p {
    letter-spacing: 2px;
}
.icon span:hover {
    background-color: transparent;
    color: #000;
    border: #000 1px solid;
    cursor: pointer;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: darkgrey;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/*=====Clients=====*/
#Clients {
    background-color: #F7F7F7;
}
#Clients .inner {
    width: 180px;
}
#Clients .header-text h2 {
    font-weight: 900;
    z-index: 10;
 }
.header-text h2 {
    position: relative;
}
#Clients .header-text h2::after {
    content: '';
    background-image: url(imgs/dots.png);
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
#Clients p,span {
    font-size: 15px;
    color: #212529bf;
}
#Clients h3 {
    font-size: 15px;
}
.btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #869791;
    background-color: #000;
    border-color: transparent;
}
/*=====Clients=====*/
#counter span{
    font-size: 30px;
    font-weight: 900;
}
/*=====Team=====*/
#Team .header-text h2 {
    font-weight: 900;
    z-index: 10;
 }
 #Team {
    background-color: #F7F7F7;
 }
.header-text h2 {
    position: relative;
}
#Team .header-text h2::after {
    content: '';
    background-image: url(imgs/dots.png);
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
#Team .container .image p,h2 {
    font-family: "Poppins", sans-serif;
}
#Team .bg-text {
    background-color: #5B5B5B;
}
#Team .bg-text p {
    font-family: "Montserrat", sans-serif;
}
.image img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.image:hover img {
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
}
.up-layer {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    scale: 0.5;
}
.image:hover .up-layer  {
    opacity: 1;
    transform: rotateY(180deg) scale(2);
    -webkit-transform: rotateY(180deg) scale(2);
    -moz-transform: rotateY(180deg) scale(2);
    -ms-transform: rotateY(180deg) scale(2);
    -o-transform: rotateY(180deg) scale(2);
}
.up-layer span {
    margin-left: 10px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.up-layer span:hover {
    background-color: transparent !important;
    color: #000 !important;
    border: #000 1px solid !important;
}
/*=====Contact=====*/
#Contact {
    background-color: #F7F7F7;
}
#Contact .inner {
    width: 180px;
}
#Contact .header-text h2 {
    font-weight: 900;
    z-index: 10;
 }
.header-text h2 {
    position: relative;
}
#Contact .header-text h2::after {
    content: '';
    background-image: url(imgs/dots.png);
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
#Contact .container {
    width: 70%;
}
#Contact .container {
    width: 70%;
} 
#Contact span i {
    font-size: 20px;
}
#Contact p {
    font-size: 15px;
}
#Contact h3 {
    font-size: 16px;
}
#Contact span {
    background-color: #f4f4f4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#Contact span:hover  {
    background-color: #000;
    color: #ffffff !important;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: #F4F4F4;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0);
}
.form-control {
    background-color: #F4F4F4;
    background-clip: padding-box;
    border: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius);
    -moz-border-radius: var(--bs-border-radius);
    -ms-border-radius: var(--bs-border-radius);
    -o-border-radius: var(--bs-border-radius);
}
.form-floating>label {
    position: absolute;
    top: -6px;
    left: 11px;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    color: rgba(var(--bs-body-color-rgb), .65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(-20.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(2.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}