/* header_banner */

.portfolio_page .header_banner {
    background-image: url("../assets/portfoli_banner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: 0;


}

.portfolio_page .header_banner::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.809);
    inset: 0;
}

.portfolio_page .header_banner .banner_content {
    z-index: 2;
    position: relative;
    width: 70%;
    top: 40%;
    text-align: center;
    margin: auto;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('path/to/Gotham-Black.woff2') format('woff2'),
        url('path/to/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.portfolio_page .header_banner .banner_content h1 {
    color: #fff;
    font-size: 107px;
    font-weight: bold;
    font-family: "Gotham-Black", sans-serif;
    /* Use Gotham Black or fallback to a sans-serif font */
    line-height: 0.9;
}

.portfolio_page .header_banner .banner_content h1 p {
    color: #fff;
    font-size: 37px;
    font-weight: 600;
}

.portfolio_page .header_banner .banner_content .button {
    position: relative;
    bottom: -21px;
    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.portfolio_page .header_banner .banner_content .button button {
    background-color: #DC9401;
    border: none;
    padding: 10px 25px;
    border-radius: 2px;
    color: #2F2202;
    font-weight: bold;
    font-size: 18px;
}

.portfolio_page .header_banner .banner_content .button .call_now {
    background-color: transparent;
    border: 1px solid #DC9401;
    color: #fff;

}

.portfolio_page .header_banner .banner_content .button .get_afree {
    padding: 13px 24px;
}

.portfolio_page .header_banner .banner_content .button .call_now:hover {
    background-color: #DC9401;
    transition: 0.5s;
    border: none;
    color: #2F2202;
}


/* packages */
.portfolio_page .packages {
    padding-top: 50px;
    padding-bottom: 50px;
}

.portfolio_page .packages .pricing_packages span {
    font-family: "Gotham Book", sans-serif;
    color: #2F2202;
    border-bottom: 4px solid #4D4D4D;
    padding-bottom: 10px;
    font-size: 20px;
}





.portfolio_page .packages .nav-pills .nav-link.active,
.portfolio_page .packages .nav-pills .show>.nav-link {
    color: #2F2202 !important;
    background-color: #DC9401 !important;

}


.portfolio_page .packages .nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #DC9401;
    border-radius: 5px;
    color: #2F2202;
    padding: 12px 18px;
    font-size: 17px;
}

.portfolio_page .packages .nav-pills {
    display: flex;
    gap: 5px;
}

.portfolio_page .packages .owl-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 40px;
    padding-top: 50px;
}

.portfolio_page .packages .owl-prev span,
.portfolio_page .packages .owl-next span {
    border: 1px solid #DC9401;
    padding: 0px 20px;
    display: flex;
    /* justify-content: center; */
    border-radius: 5px;
    display: unset;
}


.portfolio_page .packages .owl-carousel .item ul{
    padding-left: 1rem !important;
    line-height: 2;
}
.portfolio_page .packages .owl-carousel .item {
    border: 1px solid #DC9401;
    border-radius: 10px;
    padding: 20px;
}

.portfolio_page .packages .owl-carousel .item h2 {
    color: #2F2202;
    font-family: "Gotham Black", sans-serif;
    font-weight: 800;
    font-size: 25px;
}

.portfolio_page .packages .owl-carousel .item .h2 {
    color: #2F2202;
    font-family: "Gotham Black", sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.portfolio_page .header_banner .banner_content h1 p .portfolio_page .packages .owl-carousel .item ul {
    padding-left: 1rem !important;
    line-height: 2;
}

.portfolio_page .packages .owl-carousel .item p {
    color: #888888;
    font-family: "Gotham Book", sans-serif;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;

}

.portfolio_page .packages .owl-carousel .item .pricing {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.portfolio_page .packages .owl-carousel .item .pricing span {
    color: #DC2626;
}

.portfolio_page .packages .owl-carousel .item .pricing h2 {
    border-right: 1px solid #888888;
    padding-right: 20px;
}

.portfolio_page .packages .owl-carousel .item ul li {
    color: #4D4D4D;
    font-size: 14px;

}

.portfolio_page .packages .owl-carousel .item ul li::marker {
    color: #DC9401;
}

.portfolio_page .packages .owl-carousel .item .btns {
    display: flex;
    justify-content: center;
    /* padding-bottom: 30px; */
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

.portfolio_page .packages .owl-carousel .item .btns button {
    background-color: #DC9401;
    color: #2F2202;
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-size: 20px;
    padding: 11px 18px;
    border: none;
    font-family: 'Gotham Medium', sans-serif !important;
    position: relative;
    border-radius: 5px;
    font-weight: 600;
}

.portfolio_page .packages .owl-carousel .item .btns button i {
    animation: moveRight 1s infinite alternate;
    display: inline-block;
    color: #fff;
}



.portfolio_page .packages .owl-carousel .item .btns_2 {
    padding-top: 12px;
}

.portfolio_page .packages .owl-carousel .item_0 {
    background-image: url("../assets/Rectangle\ 39.png");
}
.portfolio_page .packages .pricing_packages .pera_head {
    font-family: "Gotham Book", sans-serif;
    color: #4D4D4D;
    position: relative;
    /* Set position relative for the parent */
    font-size: 32px;
}

.portfolio_page .packages .pricing_packages .pera {
    display: flex;
    gap: 10px;
    align-items: baseline;
  
}

.portfolio_page .packages .pricing_packages .pera .hr {
    border: 2px solid #DC9401;
    width: 14%;
    height: 2px;
}
.portfolio_page .packages .pricing_packages h1 {
    color: #2F2202;
    font-weight: 800;
    /* width: 604px; */
    padding-top: 10px;
    font-size: 49px;
    line-height: 1;
    font-family: "Gotham Black", sans-serif;
}

.portfolio_page .packages .pricing_packages p {
    color: #888888;
    font-family: "Gotham Book", sans-serif;
    /* width: 524px; */
    font-size: 21px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 40;
}




/* porfolio */


.portfolio_page .portfolio_images {
    padding-top: 50px;
    padding-bottom: 50px;
}


.portfolio_page .portfolio_images .button{
    display: flex;
    justify-content: center;
}
.portfolio_page .portfolio_images .button button{
    padding: 14px 40px;
    color: #2F2202;
    background-color: #DC9401;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 17px;
}
.portfolio_page .portfolio_images .nav-pills .nav-link.active,
.portfolio_page .portfolio_images .nav-pills .show>.nav-link {
    color: #2F2202 !important;
    background-color: #DC9401 !important;

}


.portfolio_page .portfolio_images .nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #DC9401;
    border-radius: 5px;
    color: #2F2202;
    padding: 12px 26px;
    font-size: 17px;
}

.portfolio_page .portfolio_images .nav-pills {
    display: flex;
    gap: 5px;
    justify-content: center;
}


.portfolio_page .portfolio_images .main{
    display: flex;
   gap: 20px;   
   justify-content: center;
}





.portfolio_page .portfolio_images  .item {
    border: 1px solid #DC9401;
    border-radius: 10px;
    padding: 20px;
    width: 260px;
}





/* responsive */
@media (max-width: 800px) {
    .portfolio_page .portfolio_images .main{
        flex-direction: column;
        gap: 20px;
    }
    .portfolio_page .portfolio_images .item{
        width: 100%;
    }
}
@media (max-width: 632px) {
    .portfolio_page .header_banner .banner_content h1 p{
        font-size: 18px;
    }
    .portfolio_page .packages .nav-pills{
        justify-content: center;
    }
    .portfolio_page .packages .pricing_packages .pera .hr{
        width: 30%;
    }
    .portfolio_page .packages .pricing_packages p{
        font-size: 15px;
    }
    .header_banner .banner_content h1{
        font-size: 26px !important;
    }
}

@media (max-width: 540px) {
    .header_banner .banner_content h1{
        font-size: 27px !important;
    }
    .header_banner .banner_content h1{
        font-size: 20px !important;
    }
}


@media (max-width: 430px) {
    .portfolio_page .header_banner .banner_content h1 p{
        font-size: 16px;
    }
    .header_banner .banner_content h1{
        font-size: 20px !important;
    }
    .header_banner .banner_content h1{
        font-size: 18px !important;
    }
}

@media (max-width: 390px) {
    .portfolio_page .header_banner .banner_content h1 p{
        font-size: 14px;
    }
    .header_banner .banner_content h1{
        font-size: 18px !important;
    }
    .header_banner .banner_content h1{
        font-size: 16px !important;
    }
}