* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: unset;
}

body {
    background: #2d1b4e;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}


/* Header */

nav {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

nav .logo-img {
    width: 300px;
}

.nav-menu ul {
    display: flex;
    gap: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    width: fit-content;
}


/* Hero Section */

.hero-sec {
    background-image: url(imgs/header-img.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-box {
    color: #fff;
    max-width: 450px;
    text-align: right;
    margin-right: 20%;
}

.hero-box .hero-heading {
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
}

.hero-box p {
    font-size: 20px;
    margin-top: 10px;
    font-size: 400;
}

.prm-btn {
    border: 1px solid #fff;
    padding: 12px 30px;
    margin-top: 10px;
    display: inline-block;
    font-size: 18px;
    transition: all ease 0.2s;
}

.prm-btn:hover {
    background: #fff;
    color: #000;
    transition: all ease 0.2s;
}


/* Perfect Client */

.des-clients {
    margin-top: -100px;
}

.clients-block {
    background-image: linear-gradient(to bottom, #f96e6f, #2d1b4e);
    max-width: 920px;
    padding: 20px;
}

.client-img {
    max-width: 60px;
}

.client-box {
    display: flex;
    gap: 20px;
    color: #fff;
}

.client-text .client-head {
    font-size: 20px;
    font-weight: 700;
}

.client-text p {
    font-size: 12px;
}


/* About Section */

.about-sec {
    padding: 80px 0 80px 80px;
}

.about-box {
    display: flex;
    max-height: 450px;
    align-items: center;
}

.about-text {
    flex-basis: 50%;
    color: #fff;
    padding: 100px 50px 100px 0;
}

.about-text .about-heading {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3;
}

.about-text p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.about-img {
    flex-basis: 50%;
    display: flex;
}

.about-img div {
    flex-basis: 50%;
}

.about-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}


/* What we do */

.services {
    margin-bottom: 40px;
}

.sec-head span {
    display: inline-block;
    width: 40px;
    height: 15px;
    background: #f96e6f;
    margin-right: 20px;
}

.sec-head {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.parllax-serv {
    padding: 40px 0;
}

.parallax {
    position: relative;
    overflow: hidden;
    /* height: 360px; */
}

.parallax__layer {
    position: absolute;
    left: 0;
    top: 0;
}

.parallax__layer--bg {
    top: 70px;
    width: 80%;
    height: 160px;
}

.parallax__layer--fg {
    pointer-events: none;
    width: 125%;
    height: 300px;
}

.parallax__layer__cell {
    position: absolute;
    width: 50%;
    margin: 0 5%;
    height: 100%;
}

.parallax__layer__cell:nth-child(1) {
    left: 0%;
}

.parallax__layer__cell:nth-child(2) {
    left: 60%;
}

.parallax__layer__cell:nth-child(3) {
    left: 120%;
}

.parallax__layer__cell:nth-child(4) {
    left: 180%;
}

.parallax__layer__cell:nth-child(5) {
    left: 240%;
}

.parallax__layer__cell--bg {
    background: hsla(210, 100%, 50%, 0.4);
}

.parallax__layer__cell--fg {
    background: hsla(60, 100%, 50%, 0.4);
}


/* carousel */

.carousel-cell {
    /* height: 350px; */
    width: 50%;
    /* margin: 40px 5%; total width = 50% + 5% + 5% = 60% */
    /* background: #8c8; */
    /* opacity: 0.6; */
    border-radius: 5px;
    counter-increment: carousel-cell;
}


/* cell number */

.carousel-cell:before {
    display: block;
    text-align: center;
    /* line-height: 200px; */
    /* font-size: 80px; */
    color: white;
}

.carousel-cell .serv-box {
    display: flex;
    padding: 0 20px;
    min-height: 350px;
}

.carousel-cell .serv-img {
    flex-basis: 40%;
}

.carousel-cell .serv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-cell .serv-text {
    flex-basis: 60%;
    padding: 10px 20px;
    background: #1A0F2E;
    color: #fff;
    position: relative;
}

.serv-num {
    font-size: 45px;
    font-weight: 700;
    background: -webkit-linear-gradient(-90deg, #F26B6E, #2D1B4E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 40px;
}

.serv-head {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.serv-desc {
    font-size: 12px;
    font-weight: 300;
    opacity: .6;
    margin-top: 10px;
}

.serv-btn {
    background: none;
    color: #fff;
    border: 2px solid #F26B6E;
    font-size: 14px;
    margin-top: 20px;
}

.serv-price {
    position: absolute;
    color: #fff;
    /* width: 100px; */
    font-weight: 500;
    right: 20px;
    top: 15px;
    font-size: 10px;
    border-bottom: 1px solid #F26B6E;
}

.serv-price span {
    display: block;
    font-weight: 700;
    font-size: 25px;
}


/* How we work */

.work-steps-box {
    padding: 20px 0;
}

.work-steps-box {
    align-items: stretch;
}

.step-box {
    background-color: #1A0F2E;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.step-head {
    font-weight: 600;
    font-size: 18px;
}

.step-desc {
    font-size: 12px;
    opacity: .6;
    margin-top: 10px;
    max-width: 250px;
}

.step-num {
    margin-top: 10px;
    transform: translate(-15px, 50px);
}

.step-img {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 150px;
}

.step-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* Portfolio */

.portfolio {
    padding: 80px 0;
}

.portfolio .work-heading {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-top: 15px;
}

.portfolio img {
    /*margin: 20px 0;*/
}

.portfolio p {
    color: #fff;
}


/* Our Team */

.team {
    padding: 80px 0;
    /* background-image: linear-gradient(to bottom, #2d1b4e, #000); */
}

.team-heading {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-top: 15px;
    margin-top: 20px;
}

.team p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.team img {
    width: 100%;
    margin: 20px 0;
    height: 250px;
    object-fit: cover;
}


/*testimonials*/

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item .img-card img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.starImg .staricon {
    height: 20px;
    margin-top: 8px;
    width: auto !important;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    min-width: 200px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #f96e6f;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
    text-align: center;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 15px;
    width: 5px;
    background: #fff !important;
    border-radius: 2px !important;
    opacity: 0.2;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 10px;
    width: 5px;
    opacity: 1;
    transform: translateY(2px);
    background: #fff !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}


/*Faqs*/

.faq {
    padding: 80px 0;
    background-image: linear-gradient(to bottom, #2d1b4e, #000);
}

.accordion-item {
    border-radius: 10px !important;
    margin-bottom: 10px;
    background-color: transparent;
    /* border: 1px solid #fff !important; */
}

.accordion-button {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    border-radius: 10px 10px 0 0 !important;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none;
    border-color: #fff;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.grid-item {
    min-width: 310px;
    max-width: 310px;
    margin-bottom: 10px;
}
.grid-item img{
    object-fit: cover;
    width: 100%;
}
/* Footer */

footer {
    color: #fff;
    padding: 20px 0;
    background: #161523;
}

footer p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
}

footer .footer-heading {
    font-size: 25px;
    font-weight: 600;
    opacity: 0.7;
}

footer i {
    opacity: 0.7;
}

footer .social-icons {
    display: flex;
    gap: 15px;
}

/* Media Query */
/*DP*/
.head-icon{
    text-align: left;
}
.work-header{
    background: linear-gradient(142.37deg, #2D1B4E 14.17%, #F26B6E 153.84%);
    padding-top: 200px;
}

.head-big-txt{
    font-family: 'Gilroy';
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    text-align: left;
    color: #F26B6E;
    margin-bottom: 20px;
}

.work-header p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Gilroy';
}

.head-cont{
    max-width: 350px;
    position: relative;
    padding: 60px 0;
}

.head-bg-img{
    position: absolute;
    top: 0;
    left: 350px;
    height: 100%;
    width: auto;
}

.work-list{
    padding: 60px 0;
}

.work-list img{
    margin-bottom: 20px;
}

.work-tabs{
    color: #fff;
    font-family: 'Gilroy';
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
}
.padding-lr-15{
    padding-left: 20px;
    padding-right: 20px;
}
.work-tabs li{
    margin-bottom: 5px;
    padding-left: 15px;
}

.work-tabs li.active{
    border-left: 3px solid #F26B6E;
}

.serviceText{
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    text-transform: capitalize;
}
/*End*/
/*Multistep form*/

.bg-clr {
    height: 100%;
    /*Image only BG fallback*/

    /*background = gradient + image pattern combo*/
    background: linear-gradient(177.12deg, #2D1B4E -11.72%, #F26B6E 227.3%);
}

/*body {*/
/*    font-family: gilroy, arial, verdana;*/
/*}*/
/*form styles*/
#msform {
    max-width: unset;
    /* margin: auto; */
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
#msform fieldset {
    background: #1A0F2E;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: gilroy;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #F26B6E;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
#msform .action-button.previous{
    background: #aaa;
    color: #333;
}
/*headings*/

.fs-heading{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
}
.fs-subhead{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    opacity: .7;
}
.fs-ques-num{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: .9;
}
.fs-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.logo-ques{
    max-width: 150px;
    margin-bottom: 10px;
}

.contact-bar{
    background: #1A0F2E;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
.contact-bar p{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-bar button{
    background: #F26B6E;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
}
.sidebar-form{
    background: #1A0F2E;
    height: 100%;
    width: 70%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(-100%, 0);
    transition: all linear .3s;
    box-shadow: 5px 0 5px 0 #11111165;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 9;
}
.sidebar-form::-webkit-scrollbar {
    display: none;
}
.sidebar-form.active{
    transform: translate(0, 0);
    transition: all linear .3s;
}
.close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: .8;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: '';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.sidebar-form .form{
    margin-top: 50px;
    padding: 40px;
}

.form input,
.form input:focus,
.form select,
.form select:focus,
.form textarea,
.form textarea:focus{
    width: 100%;
    padding: 15px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    outline: none;
}
.form label{
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.submit-btn{
    background: #F26B6E;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 768px){
    .sidebar-form .form{
        margin-top: 50px;
        padding: 40px 80px;
    }
}

@media (max-width: 991px) {
    .carousel-cell {
        max-width: 650px;
        width: unset;
        margin: 20px auto;
    }
    .grid-item{
        min-width: unset;
        max-width: 270px;
    }
}

@media (max-width: 767px) {
    .nav-menu {
        display: none;
    }
    .logo-img {
        margin: auto;
    }
    .hero-box {
        text-align: center;
        margin: auto;
    }
    .hero-box .hero-heading {
        font-size: 3.5em;
    }
    .client-box {
        background-image: linear-gradient(to bottom, #f96e6f, #2d1b4e);
        padding: 50px 20px;
    }
    .clients-block {
        padding: 0;
        max-width: 500px;
    }
    .carousel-cell .serv-box {
        display: block;
        padding: 0 15px;
    }
    .carousel-cell .serv-img {
        height: 150px;
    }
    .about-box {
        flex-direction: column;
        max-height: unset;
    }
    .about-sec {
        padding: 30px 0 30px 30px;
    }

    #msform {
        max-width: 600px;
    }
    footer .right-box {
        margin-top: 20px;
    }
    .sidebar-form{
        width: 100%;
    }
}
@media (max-width: 571px) {
    nav .logo-img {
        width: 150px;
        margin: unset;
    }
    .grid-item{
        min-width: unset;
        max-width: unset;
    }
}
