html{
    scroll-behavior: smooth;
}
:root{
    --color:rgb(255,255,255);
   
}
@font-face {
    font-family:Montserrat ;
    src: url(./Montserrat-Italic-VariableFont_wght.ttf);
}
@font-face {
    font-family: Poppins;
    src: url(./Poppins-Italic.ttf);
}
nav{
    color: var(--color) !important;
}
#boxCont{
    position: fixed;
    left: 0;
    top: 100px;
}
#boxColor{
    background-color: #444;
    color: #fff;
}
#boxColor span{
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    background-color: #09c;
}
#icon i{
    font-size: larger;
    cursor: pointer;
}
.navbar-nav .nav-link.active{
    color: red;
}
.nav-links {
    margin: 0 7px;
    color: var(--color);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.navbar-brand{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
}
a.nav-link:focus{
    color: #fff;
}

#Home{
    height: 100vh;
    background-image:linear-gradient(#0000008f,#000000a4), url(../imgs/bg.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: initial;
}
.caption h5{
    font-family:Montserrat;
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
    color:var(--color);
    margin-bottom: 5px;
    margin-left: 50px;
}
.caption h1{
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 200;
    line-height: 72px;
    color: var(--color);
    letter-spacing: 3px;
    display: inline-block;
}
.caption h1 span{
padding: 0.2em 5px;
display: inline-block;
font-size: 50px;
font-weight: 50;
}
.icon{
    width: 40px;
    height: 40px;
    background-color: #000B11;
}
#about{
    padding-block: 60px;
    background-color: #eee;
}
.about-img img{
    padding: 0 0 0 30px;
}
.about-img::after{
    content: "";
    position: absolute;
    height: 80%;
    width: 80%;
    left: 0;
    bottom: -30px;
    background-image: url(../imgs/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
#contact-me{
    transition: all 1s;
}
#contact-me:hover{
background-color: black;
color: #ffffff;
}
#cv{
    transition: all 1s;
}
#cv:hover{
    background-color: #ffffff;
color: black;
}
h4{
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 800;
    line-height: 33px;
    color: #343434;
}
.inner{
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.text{
    color: #748182;
    font-size: 15px;
    line-height: 24px;
    font-weight:400;
    font-family: Poppins;
}
b{
    font-family: Poppins;
    color: #748182;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}

#Services{
    text-align: center;
    background-color: #F7F7F7;
    padding: 8% 0;
}
.serv-h3::after{
    content: "";
    width: 100%;
    height: 30px;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    position: absolute;
    bottom: -10px;
    left: 0px;
    z-index: 2;
}
#Services h3{
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    color: #343434;
}
.demo-serv{
    width: 80px;
    height: 80px;
 
    border-radius: 50%;
    background-color: #eee;
}
.demo h5{
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 20px;
    margin-top: 15px;
    color: #343434;
}
.demo p{
    opacity: 0.8;
    font-size: 16px;
    color: #748182;
    font-weight: 400;
    line-height: 22px;
    font-family: Poppins;
}
.col-md-4 .demo-serv{
    transition: all 1s;
}
.col-md-4:hover .demo-serv{

    background-color: #000000;
    color: #ffffff;
}
.child-port
{
    background-color: #ffff;
    width: 90%;
    height: 90%;
    margin-left: 5px;
    margin-top: 5px;
   visibility: hidden;
   transition: all 0.5s;
}
.col-md-4:hover .child-port{
    transform: translateY(10px);
    visibility: visible;
}
.child-port .child-icons{
    margin-top: 40px;
}
.icon{
    transition: all 0.5s ease;
}
.icon:hover{
    background-color: #fff;
    i{
        color: #000000;
    }
    border:1px solid #0000;
    margin: 0;
}
#portfolio h3{
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    color: #343434;
}
#portfolio ul li a{
    font-family: Poppins;
    color: #222 !important;
}  
.links{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #222;
}

#Works{
    background-color: #F7F7F7;
    margin-block: 50px;
}
#Works h3{
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    color: #343434;
}
.client span{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #343434;
}
.client p{
    opacity: 0.9;
    font-family: Poppins;
    font-size: 15px;
    line-height: 24px;
    color: #748182;
    margin-bottom: 50px;
}
.carousel-indicators [data-bs-target]{
    text-indent: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #bbb;
}
.carousel-indicators [data-bs-target]:hover{
    background-color: #869791;
}

#Clients{
    background-color: #ffffff;
    padding-block: 40px;
}
#Clients h3{
    font-family: Montserrat;
    font-weight: 900;
    font-size: 30px;
    line-height: 33px;
    color: #343434;
}
#Clients p{
    font-family: Poppins;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #748182;
}
#Team{
    background-color: #F7F7F7 ;
    padding-block: 50px;
}
#Team h3{
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 900;
    list-style: 44px;
    color: #343434;
}
.child{
    width: 95%;
    height: 73%;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #ffff;
   visibility: hidden;
   transition: all  1s;
}
.inner-img{
    overflow: hidden;
}
.col-md-4:hover .inner-img .child{
    transform: rotateY(360deg) ;
    visibility: visible;
}
.inner-img img{
   transform: all 1s ;
}
.inner-img img:hover{
    transform: scale(1.1);
}
.item {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}
.item-dev{
      font-family: Montserrat;
font-size: 20px;
font-weight: 700;
line-height: 22px;
color: #fff;
}
.inner-img{
    background-color: #5B5B5B;
}

.address{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #343434;
    margin-block: 20px;
}
.item-p{
    font-family: Poppins;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #748182;
}
.Contact h3{
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 900;
    list-style: 44px;
    color: #343434;
}