body{
    font-family: "Roboto",sans-serif;
 
}
.main-btn{
    background-color: #ff3150;
    color: #fcc400;
    padding: 0.5rem 1rem;
}

.main-btn:hover{
    color:#33d1cc ;
}
.main-title::after{
    content: "";
    width: 120px;
    height: 2px;
    background-color: #33d1cc;
    position: absolute;
    bottom: -20px;
    left: 50%; 
    transform:translateX(-50%) ;
}


.custom-navbar{
    background-color: #19283f;
  
}

.navbar .navbar-nav .nav-link{
    color: white;
} 

.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover{
    color: #33d1cc;
}

.navbar .search{
    border-left: 1px solid  #33d1cc;
}


.navbar .search {
    color:   #33d1cc;
}

.navbar .navbar-toggler{
    color: white;
    font-size: 25px;
    border-color: white;
}

.navbar .navbar-toggler:focus
{
    box-shadow: none;
}
 
.landing{
    background-color: #19283f;
    min-height: calc(100vh - 72px);
}
 
.features .icon-holder{

    height: 200px;

}

.features .icon-holder svg{
     left: 50%;
     transform: translateX(-50%);
}

.features .icon-holder .number{
    font-size: 12rem;
    color: #eff7fa;
}

.features .icon-holder .icon{
    color: #33d1cc;

}

.features .feat h4{
    color: #fcc400;
}
 

.our-work{
    background-color: #eff7fa;
}

.our-work ul .active{

    background-color: #ff3150;
    color: #fcc400;
}

.our-work ul li{
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.our-work ul li:not(.active):hover{
        color:#ff3150  ;

}

.our-work .box{
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.our-work .box::before{
    content: attr(data-work );
    position: absolute;
    background-color: #33d1ccb3;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: flex;
    justify-content: center;
    align-content: center;
    font-weight: bold;
    color: white;
    transition: 0.3s;
    font-size: 1.5rem;
    transform: translateX(calc(-100% - 5px));
}

.our-work .box:hover::before{
    transform: translateX(0);
}

.stuff .description{
    max-width: 400px;
}

.team{
    background-color: #eff7fa;

}

.team h2{
    color: #fcc400 ;
}

.team .box h4{
    background-color: #33d1cc;
}

.project{
    background-color: #19283f;
}

.subscribe{
    background-color: #fcc400;
}
.subscribe input[type="text"]{

    border: none;
    border-bottom: 1px solid white;
}

.subscribe input[type="text"]:focus{
    outline: none;
}
.subscribe ::placeholder{
    color: white;
}

.subscribe input[type="submit"]{
    background-color: #19283f;
    color: #fcc400;
}
.footer{
    background-color: #19283f;
}
.footer .copyright > span{
    color: #33d1cc;

}
.footer .copyright div span{
    color: #fcc400;
}

.footer .contact ul svg{
    width: 20px;
    height: 20px;

}

.footer .facebook {

    color: #1877f2;
}

.footer .instagram{

    color: #1DA1F2;
}

.footer .linkedin{
    color:#0077B5 ;
}
.footer .youtube{

    color:#FF0000 ;
}