/* slider */
.modal-contents {
    background-color: #fff;
    margin: auto;
    padding: 0;
    transition: 2s;
    border-radius: 10px;
    width: 70%;
   }
   .modal-new {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999999;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
   }
#sliderModal  .close-one{
     color: #252525;
     cursor: pointer;
     background: #ECECEC;
     border: none;
     font-weight: 900;
     position: absolute;
     right: -15px;
     height: 50px;
     width: 50px;
     top: -20px;
     border-radius: 50%;
     padding-top: 6px;
         text-align: center;
   }
#sliderModal  .close-one:hover{
    background:#9646A4;
    color: #fff;
    transition: unset;
   }
    #sliderModal  .close-one i{
        font-size: 28px;
   }
 
.slider-img{
    object-fit: cover;
    position: relative;
    right: -27%;
    top: 6%;
    width: 550px;
    height: 837px;
}

.slider-content-wrap{
    padding:27% 0 18% 33%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.slider-heading{
    font-family: Jost;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
.slider-bg-img{
    position: absolute;
    bottom: 0;
    height: 455px;
    width: 100%;
    z-index: -1;
}
.last_slide_head{
    background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    -webkit-animation: blink 2s infinite alternate;
}

.last_slide_head svg{
    position: absolute;
    left: -15px;
    right: 0;
    top: -31px;
    margin: 0 auto;
    width: 100%;
    min-width: 275px;
}
/* Conatct Banner */
#contact-banner{
    margin: 5% 0 0 0;
}
.contact-banner-img{
    margin-top: -35%;
    height: 100%;
    width: 100%;
}





/*Project  */
#project{
    margin-top: 5%!important;
}
.project-box {
    overflow: hidden;
    transition: all .25s ease;
}
.top-project-title{
    background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    padding: 15px;
    z-index: 2;
}
.project-btm-wrap{
    position: absolute;
    bottom: 40px;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    z-index: 1;
    bottom: -30%;
    transition: all .4s linear;
    padding: 2.3em 0 2em;
}
.project-box .project-img{
    height: 630px;
}
.project-box .project-img img{
    transition: all 0.5s ease 0s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.project-box:hover .project-img img{
    transform: scale(1.1) rotateZ(0deg);
    -moz-transform: scale(1.1) rotateZ(0deg);
    -webkit-transform: scale(1.1) rotateZ(0.5deg);
    -o-transform: scale(1.1) rotateZ(0deg);
    transition: all 0.5s ease 0s
}
.project-box:hover .project-btm-wrap{
    bottom: 0%;
    opacity: 1;
}
.project-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 70.13%);
}
.project-desc-wrap p{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}
.project-desc-wrap{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

/* Why Choose */
.why-choose-wrap{
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(8, 60px);
    margin: 0;
}
.why-chose-box1{
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 3;
    background: #1E1E1E;
    height: 100%;
    width: 100%;
}
.why-chose-box2{
    grid-row-start: 5;
    grid-row-end: 9;
    grid-column-start: 1;
    grid-column-end: 3;
    background: #fff;
    color: #000;
}
.why-chose-box33{
    grid-row-start: 1;
    grid-row-end: 9;
    grid-column-start: 3;
    grid-column-end: 8;

}
.why-chose-box33 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.why-chose-box3{
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 8;
    grid-column-end: 10;
    background: #fff;
    color: #000;
}
.why-chose-box4{
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 10;
    grid-column-end: 12;
    background: #888888;
}
.why-chose-box5{
    grid-row-end: 9;
    grid-row-start: 5;
    grid-column-start: 8;
    grid-column-end: 12;
    background: #1E1E1E;    
}
.why-box-common{
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    gap: 12px;
}
.why-chose-box3 h3,.why-chose-box2 h3{
    color: #000;
}
.why-box-common h3 {
    width: 150px;
}
/* process */
.our-process-row{
    gap: 20px 0;
}
.process-box{
    background: #121212;
    padding: 30px 25px;
    margin-bottom: 20px;
    border-radius: 20px;
    height: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}
.process-number{
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: #121212;
    -webkit-background-clip: text !important;
    background-clip: text;
    background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
    font-size: 36px;
    line-height: 40px;
    transition: all .5s ease-in-out;
}
.process-box:hover .process-number{
    transform: scale(1.2);
    transition: all .5s ease-in-out;
}

/* PAckages Box */
.packages-box{
    background: #1E1E1E;
    padding: 30px 45px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}
.packages-box::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(130.69deg, #FFFFFF 0%, rgba(18, 16, 18, 0) 50.24%, #FFFFFF 100%) !important;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
    opacity: 0;
}
.packages-box:hover::after{
    opacity: 1;
}
.package-title{
    background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    font-weight: 500;
    font-size: 15px;
}
.packages-price{
    font-family: Jost;
    font-size: 45px;
    font-weight: 600;
    line-height: 65.03px;
    text-align: center;
}
.packages-icons{
    background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.packages-title{
    position: relative;
}
.packages-title::after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background: linear-gradient(90deg, #4527CB 0%, #3977D0 100%);
}
.packages-text{
    background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    margin: 0 auto;
}
.packages-price-wrap::before{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background: linear-gradient(90deg, #4527CB 0%, #3977D0 100%);
}
.packages-box:hover{
    transform: translateY(-5px) scale(1.005) translateZ(0);
    transition: all .5s;
}
#packages .owl-stage-outer{
 padding-top: 30px;
}