body{
    background-color: #0E0E0E;
}

#hero-section{
    background: url('../images/hero-background_v2.png') no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.hero-text-content{
    color: #fff;
    position: relative;
    bottom: -140%;
}

.hero-text-content h1{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.hero-text-content h1 span{
    font-weight: bold;
}

.hero-text-content h2{
    font-size: 45px;
    font-weight: 750;
}

.hero-text-content h2 span{
    color: #FF0404;
    font-size: 60px;
}

.subheading{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #fff;
    font-size: 45px;
}

.subheading span{
    font-weight: bold;
    color: #FF0404;
}

.cta-header{
    text-align: right;
}

#skills-container{
    background: #FF0404;
    color: #fff;
    text-align: center;
}

#skills-container h3{
    font-weight: 300;
    font-size: 25px;
}

#skills-container .sep-icon{
    position: relative;
}

#skills-container .sep-icon:after{
    position: absolute;
    content: '';
    top: 7px;
    right: -17px;
    width: 34px;
    height: 34px;
    background: url('../images/Main_Component.svg') no-repeat;
}

#tool-container{
    background-color: #D9D9D9;
    text-align: center;
}

#tool-container .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#tool-container .owl-carousel .owl-item img{
    max-width: 100%!important;
    width: auto;
}


#featured-work-container{
    position:relative;
    background: #ffffff;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 71%);
}


#services-container{
    background: rgba(155, 42, 42, 10);
    background: radial-gradient(circle,rgba(155, 42, 42, 1) 0%, rgba(80, 156, 29, 1) 0%, rgba(0, 0, 0, 1) 71%);
}

.services-btn{
    padding: 20px 20px 20px 80px;
    border: 1px solid #FF0404;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    background: #000;
    font-size: 25px;
    /*-webkit-box-shadow: 1px 1px 17px 2px #FF0404;
    box-shadow: 1px 1px 17px 2px #FF0404;*/
    position: relative;
}

.services-btn.uxdesign:after{
    position: absolute;
    content: '';
    left: 20px;
    top: 10px;
    width: 45px;
    height: 45px;
    background: url('../images/Swatches_Palette.svg') no-repeat;
    background-size: 100% 100%;
}

.services-btn.logodesign:after{
    position: absolute;
    content: '';
    left: 20px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: url('../images/Leaf.svg') no-repeat;
    background-size: 100% 100%;
}

.services-btn.webdesign:after{
    position: absolute;
    content: '';
    left: 20px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: url('../images/Window_Sidebar.svg') no-repeat;
    background-size: 100% 100%;
}

.services-btn.frontend:after{
    position: absolute;
    content: '';
    left: 20px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: url('../images/Code.svg') no-repeat;
    background-size: 100% 100%;
}

.services-btn.hubspot:after{
    position: absolute;
    content: '';
    left: 20px;
    top: 17px;
    width: 45px;
    height: 45px;
    background: url('../images/hs.svg') no-repeat;
    background-size: 100% 100%;
}

.services-btn.wordpress:after{
    position: absolute;
    content: '';
    left: 20px;
    top: 17px;
    width: 45px;
    height: 45px;
    background: url('../images/wp.svg') no-repeat;
    background-size: 100% 100%;
}

.services-btn:hover{
    background: #FF0404;
}

.aboutme-photo{
    position: relative;
}

.aboutme-photo .yop{
    position: absolute;
    display: inline-block;
    padding: 15px;
    background-color: #509C1D;
    color:#fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    left: -30px;
    bottom: 20px;
}

.aboutme-photo .yop span{
    font-weight: bold;
    font-size: 25px;
}

.aboutme-photo img{
    width: 100%;
}

.aboutme-content p{
    color: #fff;
    font-size: 18px;
}

#technology-container .tech-item {
    margin-bottom: 20px;
}

#technology-container .tech-item span, #technology-container .tech-item .progressbar-text{
    color: #fff!important;
    text-transform: uppercase;
    font-size: 20px;
}

#technology-container .tech-item .progressbar-text{
    top: -40px!important;
}

#technology-container .tech-item .progressbar{
    top: 10px;
    background: #fff;
    position: relative;
    height: 15px;
    width: 100%;
}

#technology-container .tech-item .progressbar svg{
    position: absolute;
    top: 0px;    
}


/* Portfolio Section */

.flipbox-container a{
    position: relative;
    width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #FF0404;
}

.flipbox-container:hover .overlay {
  opacity: 1;
}

.flipbox-content {
  font-family: "Inter", sans-serif;  
  color: white;  
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.flipbox-content  h4{
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.flipbox-content span{
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hirebtns{
    padding-top: 20px;
}

.hirebtns button, .hirebtns a{
    width: 100%;
    font-size: 25px;
    border: 1px solid #FF0404;
    font-family: "Inter", sans-serif;  
    color: #fff;
    font-weight: bold;
}

.hirebtns.mobile{
    display: none;
}

#contactme-container-cover-patch{
    background: url('../images/final-logo-bg-1.png') no-repeat center center;
    height: 70vh;
}

#contactme-container{
    background: #ed0909;
    background: radial-gradient(circle,rgba(237, 9, 9, 1) 0%, rgba(125, 2, 2, 1) 0%, rgba(0, 0, 0, 1) 60%);
    padding: 100px 0px;
}

.contactme-content{
    color: #fff;
}

#footer{
    color: #fff;
}

#footer .socialmedia-links{
    text-align: left;
}

#footer .socialmedia-links a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 3px;
}

#footer .socialmedia-links a:hover{
    background-color: #3a9001;
}

#footer .copyright{
    text-align: right;
}

/* custom buttons */
.btn-custom{
    border-radius: 0px!important;
    padding: 10px 20px;
    border: 0px!important;
}

.btn-green{
    background-color: #509C1D;
}

.btn-green:hover{
    background-color: #3a9001;
}

.btn-red{
    background-color: #FF0404;
}

.btn-red:hover{
    background-color: rgb(191, 0, 0);
    color: #fff;
}

@media (max-width: 1000px) {

     #skills-container .sep-icon:after{
        display:none;
    }

    #skills-container h3{
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
    }

    .hero-text-content p{
        word-break: break-word;
    }
}

@media (max-width: 780px) {

    #hero-section{
            background-position: 100% 100%;
    }

    .hero-text-content{
        color: #fff;
        position: relative;
        bottom: -40%;
   }

   .hirebtns.desktop {
    display: none;
   }

   .hirebtns.mobile {
    display: block;
   }

}

@media (max-width: 640px) {

    #hero-img{
        background-size: 100% 100%;
    }

    .logo-holder, .cta-header{
        text-align: center;
    }

    .cta-header{
        margin-top: 40px;
    }

    #skills-container .sep-icon:after{
        display:none;
    }

    #skills-container h3{
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
    }

    .hero-text-content{
        text-align: center;
    }

    .hero-text-content h2{
        font-size: 25px;
    }

    .hero-text-content h2 span{
        font-size: 30px;
    }

    #footer .socialmedia-links, #footer .copyright{
        text-align: center;
    }

    .hirebtns button, .hirebtns a{
        font-size: 20px;
    }

    .aboutme-photo .yop{
        left: 0px;
    }

}