:root{
    --color-primary: #0C3259;
    --color-secondary: #0097BA;
    --color-alternate: #0B3158;
}
.fs-12{
    font-size: 12px;;
}
.px-3rem{
    padding-left: 3rem;;
    padding-right: 3rem;;
}
.px-4rem{
    padding-left: 4rem;;
    padding-right: 4rem;;
}
.bg-primary-p{
    background-color: var(--color-primary);
}
.bg-pink{
    background-color: #F8239B;
}
.bg-cream{
    background-color: #E49641;
}
.text-primary-p{
    color: var(--color-primary);
}
.text-secondary-p{
    color: var(--color-secondary);
}
.bg-secondary-p{
    background-color: var(--color-secondary);
}

#main-navbar ul .nav-item{
    text-transform:uppercase;
    border-bottom: 2px solid white;
}

#main-navbar ul li.nav-item{
    position: relative;
}
#main-navbar ul li a.nav-link:hover:before, #main-navbar ul li a.active:before {
    background-color: var(--color-primary);
    border-radius: 25px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2rem;
    width: 100%;
}

.dropdown-menu{
    background-color: transparent;
    backdrop-filter: blur(2px);
    overflow: hidden;
}

.bg-dropdown-menu{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    filter: blur(10px);
    opacity: 0.5;
    z-index: -1;
}
.dropdown-menu li{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.dropdown-menu li a{
    z-index: 1;
    color: white;
}
.dropdown-menu li a:hover{
    background-color:#F07D00!important;
    color: white;
}
.banner{
    position: relative;
}
.banner:after{
    /* content: "";
    position: absolute;
    left: 0;
    bottom: -9rem;
    width: 100%;
    height: 100%;
    background-image: url('../img/service-detail-bottom-banner.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; */
}

.banner .text-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.navbar-brand h1{
    font-size: 18px;
}
.content-wrapper{
    position: relative;
    text-align: left;
    color: white;
    z-index: 9;
}

#blog-list{
    position: relative;
    background-color: #F07D00;
    min-height: 150px;
}
#blog-list:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -7rem;
    width: 100%;
    height: 100%;
    background-image: url(../icon/home_asset2.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#blog-list .home_asset3{
    left: 0;
    top: -11rem;
    width: 100%;
    position: absolute;
    z-index: 1;
}
#blog-list .home_asset1{
    position: absolute;
    width: 100%;
    left: 0;
    top: -9rem;
    z-index: 1;
}

#blog-list .about-us-content{
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 2;
}

#blogs{
    margin-top: 70px;
    position: relative;
    top: -15rem;
    z-index: 2;
}

.paginate{
    display: flex;
}
.paginate li{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
.paginate li a{
    color: black;
    text-decoration: none;
}
.paginate li.active {
    background-color: #F07D00;
}
.paginate li.active a{
    color: white;
}
.paginate li.next{
    display: flex;
    justify-content: center;
}
.paginate li.next a{
    color: #F07D00;
}
.paginate li.next a i{
    font-size: 24px;
}

#email-subscription{
    position: relative;
}
#email-subscription > div{
    width: 50vw;
}
#email-subscription input{
    width: 320px!important;
}
#email-subscription .input-groups{
    position: relative;
}
#email-subscription .input-groups i{
    position: absolute;
    left: 1rem;
    top: 0.7rem;
    color: #F07D00;
}
.form-wraper{
    position: relative;
    padding: 2rem 4rem;
    background-image: url('../icon/bg-email.png');
    background-size: cover;
    background-position: center;
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
    overflow: hidden;
    z-index: 1;
}
.form-wraper::before{
    background-image: url('../icon/screws.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.form-wraper::after{
    background-image: url('../icon/screws.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}


footer{
    margin-top: 7rem;
}
footer .footer_asset1{
    position: absolute;
    top: -7.5rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

footer .footer_asset2{
    position: absolute;
    top: -6.25rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

footer .footer-link{
    padding-left: 3rem;
}
footer .footer-link ul li{
    margin-bottom: 0.7rem;
}
footer .footer-link ul li a{
    color: var(--color-primary);
    text-decoration: none;
}

.text-wrap{
    padding-right: 0!important;
}

#blog-list .blog-title{
    z-index: 2;
}

#get-in-touch{
    padding-top: 3rem;
    position: relative;
    top: -9rem;
}

#get-in-touch .send{
    position: relative;
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #F07D00;
}
#get-in-touch .send:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 9px 17px 2px #F07D05;
}
#get-in-touch .send:hover{
    background-color: #763e01;
}

#get-in-touch .get-in-touch-wraper{
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 2;
    position: relative;
}

#get-in-touch input, #get-in-touch textarea{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-color: white;
}
#get-in-touch input{
    height: 3.5rem;
}
#get-in-touch .c-right{
    background-color: black;
    position: relative;
}
#get-in-touch .c-right > div{
    z-index: 2;
    position: relative;
}
#get-in-touch .c-right:after{
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../icon/contact-screws.png');
    background-size: cover;
    background-repeat: no-repeat;
}
#services{
    margin-top: 5rem;
}

.services-item{
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem;
}
.services-item .service-icon{
    width: 140px;
    height: 140px;
    background-color: #F07D00;
    border-radius: 50%;
    padding: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.services-item .service-icon img{
    display: block;
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.services-item .img-services-item{
    /* width: 40%; */
    margin-right: 1.5rem;
}
.services-item .content-blog-item{
    overflow: hidden;
}
.services-item a{
    height: fit-content;
    min-width: 150px;
    margin-top: auto;
    text-align: center;
}

#service-detail .banner:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -9rem;
    width: 100%;
    height: 100%;
    background-image: url('../icon/home_asset_secondary.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;    
    transform: rotateY(180deg);
}

#service-detail .subtitle{
    margin-bottom: 4rem;
}
#service-detail .subtitle{
    font-size: 22px;
}
#service-detail .content-wrapper{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
#service-detail .logo-banner {
    position: relative;
}
#service-detail .logo-banner img{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 12px 0 var(--color-primary);
}
#service-detail #enhance{
    margin-top: 14rem;
}
#service-detail #enhance h6{
    width: fit-content;
}
#service-detail #enhance li p{
    /* font-size: 12px; */
}
#service-detail #enhance li{
    padding-bottom: 0.4rem;
}

#upscale{
    margin-top: 4rem;
}
#upscale .upscale-wraper{
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-image: linear-gradient(to top left, var(--color-alternate), var(--color-secondary));
    padding: 1.5rem;
    overflow: hidden;
}
#upscale .upscale-wraper:before{
    content: "";
    position: absolute;
    left: -15rem;
    top: -5%;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background-image: linear-gradient(to top left, var(--color-primary) 25%, #D9D9D9 100%);
    filter: blur(8px);
}

#upscale .upscale-wraper img{
    box-shadow: 4px 4px 12px 0 var(--color-primary);
    position: relative;
}
#upscale .upscale-wraper img.overflow-top{
    top: -3rem;
}
#upscale .upscale-wraper img.overflow-top2{
    top: -6rem;
}

#upscale .upscale-right p{
    color: white;
    /* font-size: 12px; */
}
#upscale .upscale-right-icon{
    background-image: radial-gradient(circle at 5%,var(--color-primary) 5%,#000000 50%);
    border-radius: 50%;
    padding: 0.2rem 0.4rem;
    color: white;
    box-shadow: 0px 0 3px 1px white;
}

#engineered{
    margin-top: 4rem;
}
#engineered h6{
    width: fit-content;
}

#statistic{
}
#statistic .statistic-wraper{
    background-color: #F0F0F0;
    border-radius: 5px;
    /* height: 400px; */
}

.statistic-wraper .title{
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.statistic-wraper .title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    background-color: #F07D00;
    width: 300px;
}
.statistic-wraper .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: #F07D00;
    width: 100px;
}

.statistic-ul{
    position: relative;
}
.statistic-ul:before{
    content: "";
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #F07D00;
}
.statistic-ul:after{
    content: "";
    position: absolute;
    left: -1.4rem;
    top: 2rem;
    padding: 0.6rem;
    border-radius: 50%;
    background-color: #F07D00;
}

.statistic-ul li{
    position: relative;
}
 .statistic-ul .statistic-ulli-1{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F8239B;
    opacity: 0.4;
}
.statistic-ul .statistic-ulli-2{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E49641;
    opacity: 0.4;
} 
.statistic-ul .statistic-ulli-3{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #518BB1;
    opacity: 0.4;
} 
.statistic-ul .statistic-ulli-4{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #15F658;
    opacity: 0.4;
} 

#tailoring .item{
}
#tailoring .item > div{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    min-height: 180px;
}

#package .package-item{
    border: 2px solid #F07D00;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1rem;
    min-height: 250px;
}
#package .package-item .title{
    text-align: center;
    color: white;
    background-image: linear-gradient(to top, #783F00 30%, #F07D00);
}

/* MEDIA QUERY DEVICE */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar-expand-lg{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .n-left-brand{
        width: 100%;
    }

    #blog-list .home_asset1{
        top: -30px;
    }
    #blog-list .home_asset3{
        top: -40px;
    }
    .text-wrap{
        padding-right: 0!important;
    }
    #blog-list:after {
        background-repeat: no-repeat;
        bottom: -2rem;
        background-size: contain;
        z-index: 1;
    }
    #blog #blog-list:after {
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -2rem;
        z-index: 1;
    }
    
    #blogs .show-all{
        width: 60vw;
        height: 8vh;
        border-radius: 10px;
    }
    #email-subscription > div{
        width: 100%;
    }

    .services-item{
        flex-direction: column;
    }
    .services-item .img-services-item{
        width: 100%;
    }
    .services-item .content-blog-item{
        width: 100%;
    }


    #get-in-touch .contact-with-us img{
        /* width: 40px;
        height: 40px; */
    }
    #get-in-touch .contact-with-us .contact-wraper{
        flex-direction: column;
        text-align: center;
    }

    footer .footer-link{
        padding-left: 0!important;
    }
    footer .footer_asset1{
        top: -3rem;
    }

    footer .footer_asset2{
        top: -2.5rem;
    }

    #service-detail .banner:before{
        bottom: -3rem;
        z-index: -1;
    }
    #service-detail .banner:after{
        bottom: -2rem;
    }
    #service-detail #enhance {
        margin-top: 24rem;
    }

    .statistic-wraper .title:before {
        width: 50vw;
    }


  }

  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) and (max-width: 992px){
    .n-left-brand{
        width: 100%;
    }
    #blog-list .home_asset1{
        top: -5rem;
    }
    #blog-list .home_asset3{
        top: -7rem;
    }
    #blog-list:after {
        background-repeat: no-repeat;
        bottom: -5rem;
        z-index: 1;
    }
    #service-detail .banner:before{
        bottom: -7rem;
    }
    #service-detail .banner:after{
        bottom: -6rem;
    }

  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) and (max-width: 1200px) {

    #blog-list .home_asset3{
        top: -7rem;
    }
    #blog-list .home_asset1{
        top: -5rem;
    }
    #blog-list:after, #blog #blog-list:after{
        bottom: -7rem;
    }
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    
  }