/* Global CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.one {
    background-color: #0e1525;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #0e1525;
}

::-webkit-scrollbar-thumb {
    background: #fd4766;
}

section {
    padding: 50px 0;
}

h1 {
    font-size: 54px;
    line-height: 68px;
    font-weight: 800;
    color: white !important;
    margin-bottom: 20px;
}

h1 span {
    color: #fd4766;
}

h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
    color: white !important;
    margin-bottom: 15px;
}

h3 {
    font-size: 19px;
    font-weight: 600;
    color: white !important;
    margin-bottom: 19px;
}

h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    color: rgb(198, 186, 186) !important;
    margin-bottom: 20px;
}

p {
    color: gray;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

.subtitle {
    display: inline-block;
    background: linear-gradient(-224deg, #fd4766, #337dff 100%);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

input:hover,
input:focus,
textarea:focus,
textarea:hover,
button {
    outline: none !important;
    box-shadow: none !important;
}

.header-wrapper .navbar {
    padding: 15px 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-wrapper .navbar-brand img {
    max-width: 120px;
    height: auto;
}

.header-wrapper .navbar-toggler {
    color: white;
    line-height: 2;
}

.header-wrapper .navbar-toggler:focus {
    box-shadow: none;
}

.header-wrapper .nav-item {
    margin: 0 10px;
}

.header-wrapper .nav-item .nav-link {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: gray;
    display: inline-block;
}

.header-wrapper .navbar-nav .nav-link:hover {
    text-decoration: underline;
    color: #fd4766;
}

.header-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0e1525;

    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
}


section{
    padding:50px 0;
}


.header-wrapper .nav-item .nav-link:after{
    position:absolute;
    content: "";
    left:0;
    width:0;
    height:2px;
    background: #fd4766;
    transition:0.3s;
    bottom: 0;

}


.header-wrapper .nav-item .nav-link.active::after,
.header-wrapper .nav-item .nav-link:hover::after{
    width:100%;

}

.header-wrapper .nav-item .nav-link.active,
.header-wrapper .nav-item .nav-link:hover{
    color:white;
}

@media(max-width:991px){
    section{
        padding:30px 0 
    }

    h2{
        font-size: 30px;
        line-height: 40px;

    }

    h3{
        font-size: 20px;

    }

    .header-scrolled{
        height: auto;
    }

    .header-wrapper .menu-navbar-nav{
        text-align: center;
        background-color: #0e1525;
        padding-bottom: 15px;
    }

    .header-wrapper .nav-item .nav-link{
        margin-top: 15px;
    }

    .banner-wrapper{
        padding:200px 0;
    }

    .about-wrapper ul.nav-pills{
        width:61%;
        margin: auto;
    }

    .portfolio-wrapper .card{
        min-height: 400px;
    }



}


@media(max-width:767px){
    h1{
        font-size: 40px;
        line-height: 48px;
    }

    h2{
        font-size: 25px;
    }

    p{
        font-size: 13px;
        line-height: 24px;
    }


    .about-wrapper ul.nav-pills{
        width:100%;
        margin: auto;
        border:0 !important;
    }

    .about-wrapper ul li .nav-link{
        font-size: 13px;
    }
    
    .portfolio-wrapper .card{
        min-height: 500px;
    }


}

a{
    text-decoration: none !important;
}

li{
    list-style: none !important;
}

.banner-wrapper{
    width:100%;
    height:auto;
    min-height: 650px;
  
    background-attachment: fixed;
    padding:200px 0 100px 0

}

.banner-wrapper {
    width: 100%;
    height: auto;
    min-height: 650px;
    background-color: #0e1525;
    padding: 50px 0 100px 0;
    position: relative;
}

.banner-wrapper .row {
    display: flex;
    justify-content: center;
    align-items: flex-start; 
}

.banner-wrapper .col-sm-6 {
    margin-top: 50px; /* Adjusted margin for top */
}

.banner-wrapper h6,
.banner-wrapper h1,
.banner-wrapper .btn {
    margin-bottom: 20px; /* Adjusted margin for bottom */
}

@media (max-width: 767px) {
    .banner-wrapper {
        padding: 30px 0 70px 0; /* Adjusted padding for smaller screens */
    }
}

@media (max-width: 575px) {
    .banner-wrapper {
        padding: 20px 0 50px 0; /* Further adjusted padding for even smaller screens */
    }
}


/* 
aBOUT */

.about-wrapper ul.nav-pills{
    border:1px solid gray;
    border-radius: 50px;
}

.about-wrapper ul li .nav-link.active{
    background-color: #fd4766;

}

.about-wrapper ul li .nav-link{
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0,0,0.2,1);
    display: inline-block;
    color: gray;
    border:0;

}
.about-wrapper .single-progress .progress{
    height: 4px;
    border-radius: 4px;
    box-shadow: none;
    background-color: white;
    overflow: visible;
}

.about-wrapper .single-progress{
    margin-top: 26px;
    position: relative;
    overflow: hidden;
}
.about-wrapper .single-progress .progress-bar{
    background: linear-gradient(-224deg, #fd4766, #337dff 100%);
}

.about-wrapper .single-progress h6{
    text-align: left;
}


.about-wrapper .single-progress .label{
    position: absolute;
    right: 0;
    top:0;
    color: gray;
    font-size: 15px;
}

.about-wrapper .tab-pane li{
    color: gray;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    list-style: none;
}

.about-wrapper
.tab-pane li a{
    font-weight: 500;
    display: block;
    color:gray;
}


.service-wrapper .card{
    background-color: #0e1525;
    cursor: pointer;
    transition: transform 0.65 cubic-bezier(0.05,0.2,0.1,1);
    box-shadow: 0.65s cubic-bezier(0.05,0.2,0.1,1)
}

.service-wrapper .card:hover{
    box-shadow:  0px 2px 70px 0 rgba(253 71 102/5%);
    transform: translateY(-5px);
}


/* portfolio section */

.portfolio-wrapper .card{
    height:100%;
    min-height:350px;
    overflow: hidden;
    border: 1px solid white;
    cursor: pointer;
    box-shadow: 0 0 16px 4px #0e1525;
}

.portfolio-wrapper .card span{
    transition: background-position 4s ease-in-out 0s;
    width:100%;
    height:100%;
    background-position:  top center;
    background-size: cover;

}

.portfolio-wrapper .card:hover span{
    background-position:  bottom center;
}


.contact-wrapper .form-control,
.contact-wrapper textarea{
    background-color: transparent;
    border-color: gray;
    color:gray;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
}

.contact-wrapper .form-control:hover,
.contact-wrapper textarea:hover,
.contact-wrapper .form-control:focus,
.contact-wrapper textarea:focus{
    border-color: #fd4766;
    
}

.contact-wrapper .call-details{
    color:gray;

}

.contact-wrapper .call-details a{
    color:gray;
    font-weight: 700;
    
}

.footer-wrapper{
    background-color: #0e1525;
    padding: 20px 0;
}

.footer-wrapper .footer-logo img{
    width:100px;
}

.footer-wrapper .social-icon li{
    margin: 6px;

}

.footer-wrapper .social-icon a{
  width:35px;
  height: 35px;
  line-height: 32px;
  font-size: 14px;
  display: inline-block;
  border:2px solid gray;
  color:gray;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);

}

.footer-wrapper .social-icon a:hover{
    background-color: #fd4766;
    border-color: #fd4766;
    color: azure;
    box-shadow: 0 10px 15px 0 rgb(0 0 0/10);
    transform: translateY(-3px);
}
.footer-wrapper .copyright-text p{
    font-size: 11px;
    line-height: 20px;
}

.footer-wrapper .copyright-text a{
    color: #fd4766;
}












