* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Mulish", sans-serif;
}

.container {
    max-width: 1400px;
}

p {
    margin-bottom: .5rem;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}

/* Header css  */
.main-logo img {
    width: 25%;
}

a.golbal-btn {
    background: #f40865;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 11px;
    margin: 0 10px;
    transition: all 500ms linear;
}

a.golbal-btn2 {
    background: #3958c1;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 11px;
    transition: all 500ms linear;
    border: 1px solid transparent;
}

a.golbal-btn2:hover {
    background: transparent;
    border: 1px solid #3958c1;
    color: #3958c1;
}

a.golbal-btn:hover {
    background: transparent;
    border: 1px solid #f40865;
    color: #f40865;
}

header.header {
    padding: 30px 0;
    z-index: 11;
    position: relative;
}

.main-btns {
    margin-top: 3%;
    text-align: end;
}


/* Header css  */

/*Banner-form css */
.banner-form {
      background: #00000075;
      color: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
      width: 75%;
      display: block;
      margin: 0 auto;
    }
    .banner-form h2 {
      font-weight: 700;
    }
    .banner-form h2 span {
      color: #ff1166;
    }
    .banner-form .form-control {
      border-radius: 8px;
      padding: 12px 15px;
      margin-bottom: 15px;
    }
    .banner-form button {
      width: 100%;
      padding: 12px;
      font-weight: bold;
      border-radius: 8px;
      background: #ff1166;
      border: none;
      color: #fff;
      transition: 0.3s ease-in-out;
    }
    .banner-form button:hover {
      background: #e65c00;
    }
/*Banner-form css */

/* Banner Css  */
.banner {
    background-image: url(../images/main-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 11%;
    position: relative;
    z-index: 1;
    margin-top: -13%;
    padding-bottom: 2%;
}


.banner:after {
    content: "";
    background: #00000099;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.shopify-main {
    color: #fff;
    margin-top: 10%;
}

.shopify-main h1 {
    font-size: 60px;
    max-width: 85%;
    font-weight: 700;
}

.shopify-main p {
    font-size: 18px;
    max-width: 73%;
    margin-bottom: 6%;
}

.banner:after {
    content: "";
    background: #000000b8;
    width: 100%;
    height: 100%;
}

/* Banner Css  */
/* About Us Css  */
.about-content p {
    font-size: 16px;
    max-width: 75%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2%;
}

.about-content a {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 30%;
}

section.about-us {
    padding: 5% 0;
}


.about-content h2 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
}

/* About Us Css  */

/* Design Css  */
section.design {
    background: #f4f4f4;
    position: relative;
    padding: 5% 0;
}

.better-des-para h2 {
    font-size: 45px;
    font-weight: 700;
}

.better-des-para p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 4%;
}

a.golbal-btn3 {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    position: relative;
    /* transition: all 1s easy-in-out; */
}

a.golbal-btn3:before {
    content: "";
    border-bottom: 2px solid #ff1166;
    position: absolute;
    width: 30%;
    bottom: -11px;
    transition: all 300ms linear;
}

a.golbal-btn3:hover:before {
    width: 100%;
}

.better-des-img img {
    width: 100%;
    position: absolute;
    top: -52px;
}

.better-des-img {
    position: relative;
}

/* Design Css  */

/* Our Work Css  */
.our-work-img img {
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-top: 5%;
}

section.our-work {
    padding: 7% 0;
}

.about-content {
    margin-bottom: 6%;
}



.about-content img {
    width: 100%;
}

.about-content h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Our Work Css  */


/* Case study */
.project-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.project-info {
    margin-top: 15px;
}

.project-info h5 {
    font-weight: 600;
    font-size: 23px;
}

.project-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.project-link:hover {
    text-decoration: underline;
    color: #000;
}

/* Case study */


/* testimonails  */
section.testimonials h2 {
    max-width: 68%;
    display: block;
    margin: 0 auto;
}

section.testimonials p {
    font-size: 21px;
    max-width: 35%;
    margin-top: 2%;
}

section.testimonials {
    padding: 5% 0;
    background: #f4f4f4;
    margin: 3% 0;
    border: 1px solid #c9c9c9;
}

section.testimonials .about-content {
    margin-bottom: 0;
}

section.testimonials img {
    width: 15%;
    display: block;
    margin: 0 auto;
}

/* testimonails  */

/* FAQSs Css  */
.faq-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: .5rem;
}

.faq-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
}

.accordion-button {
    font-weight: 500;
    padding: 1rem 0;
    background: none;
    box-shadow: none;
    border: none;
    color: #000;
    font-size: 27px;
    margin: 17px 0;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background: none;
    box-shadow: none;
}

.accordion-body {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    padding: 0 0 1rem 0;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

/* Plus/Minus toggle */
.accordion-button::after {
    font-family: "Bootstrap-icons";
    content: "\f4fe";
    /* Plus */
    font-size: 44px;
    background-image: none !important;
    margin-top: -2%;
}

.accordion-button:not(.collapsed)::after {
    content: "\f2ea";
    /* Minus */
}

/* FAQSs Css  */

/* Footer Css  */
.footer-logo img {
    width: 20%;
    display: block;
    margin: 0 auto;
}

.footer-logo p {
    font-size: 15px;
    max-width: 51%;
    text-align: center;
    display: block;
    margin: 22px auto;
    color: #fff;
}

.row.last-row p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
}

ul.last-listi {
    list-style: none;
    display: flex;
    justify-content: end;
}

ul.last-listi li a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 13px;
}

.row.last-row {
    padding-top: 24px;
    border-top: 1px solid #fff;
}

footer.footer {
    background: #0b0c0d;
    padding: 35px 0;
    padding-bottom: 0;
}

.row.last-row p {
    color: #fff;
}

ul.last-listi li a {
    color: #fff;
    transition: all 500ms linear;
}

ul.last-listi li a:hover {
    color: #ff1166;
}



/* Footer Css  */

/* pop us css */
/* Overlay background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 15px;
    /* For small screen spacing */
}

/* Popup box */
.popup-box {
    background: #fff;
    padding: 20px;
    width: 400px;
    max-width: 100%;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

/* Form */
.popup-form input,
.popup-form textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.popup-form button {
    background: #f41366;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

/* Responsive tweaks */
@media (max-width: 480px) {
    .popup-box {
        padding: 15px;
    }

    .popup-form input,
    .popup-form textarea {
        font-size: 13px;
    }

    .popup-form button {
        font-size: 14px;
    }
}

/* pop us css */





/* Responsive css  */
@media only screen and (max-width: 1024px) {
    .col-md-6.hg-col {
        max-width: 100% !IMPORTANT;
        flex: 0 80% !IMPORTANT;
    }

    header.header .col-md-6 {
        max-width: 100%;
        flex: 0 20%;
    }

    .main-logo img {
        width: 85%;
    }

    .banner {
        margin-top: -14%;
    }

    .about-content a {
        width: 50%;
    }

    .better-des-para h2 {
        font-size: 35px;
    }

    .about-content h2 {
        font-size: 35px;
    }

    .accordion {
        padding: 40px;
    }

    .accordion-button {
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px) {
    section.banner {
        margin-top: -16%;
    }

    .shopify-main h1 {
        font-size: 50px;
        margin-top: 5%;
        font-weight: 700;
    }

    .about-content a {
        width: 100%;
    }

    .better-des-para p {
        font-size: 14px;
        line-height: 21px;
    }

    section.our-work .col-md-6 {
        max-width: 100%;
        flex: 0 100%;
        margin: 10px 0;
    }

    .better-des-para {
        text-align: center;
    }

    .about-content h2 {
        margin: 0 !important;
    }

    section.our-work .row {
        margin-top: -27px !important;
    }

    .about-content p {
        max-width: 100%;
        font-size: 14px;
        margin-top: 2%;
    }
    section.banner .col-md-6 {
        max-width: 100%;
        flex: 0 100%;
    }
    
    .banner-form {
        margin-top: 6%;
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    header.header .golbal-btn2 {
        display: none;
    }

    .main-btns a:nth-child(1) {
        display: none;
    }

    .main-logo img {}

    header.header .col-md-6 {
        max-width: 100%;
        flex: 0 40%;
    }

    header.header .col-md-6.hg-col {
        flex: 0 60% !important;
    }

    section.banner {
        margin-top: -30%;
    }

    .shopify-main p {
        max-width: 100%;
        font-size: 14px;
    }

    .shopify-main h1 {
        margin-top: 20%;
        font-size: 33px;
    }

    a#openContact {
        margin: 30px 0;
    }

    .better-des-img img {
        position: relative;
        margin-top: 30%;
    }

    section.testimonials h2 {
        max-width: 100%;
        font-size: 32px;
    }

    section.testimonials p {
        max-width: 100%;
        font-size: 17px;
    }

    section.testimonials img {
        width: 45%;
    }

    .accordion {
        padding: 17px;
    }

    .accordion-button {
        font-size: 17px;
    }

    .accordion-button::after {
        font-size: 20px;
    }

    .footer-logo p {
        max-width: 100%;
    }

    .footer-logo img {
        width: 45%;
    }
}

/* Responsive css  */


















/*packages*/
/* Pacakages */
.pkg-mid {
    /* background: #f1efef; */
}

.pkg-box {
    background: #f1efef;
    border: 2px solid #f90 ;
    border-radius: 19px;
    transition: all 500ms linear;
    margin: 0 15px;
}

.pkg-first {
    text-align: center;
    padding: 35px 0 0 0;
}

.pkg-first h3 {
    font-size: 22px;
    font-weight: 700;
}

.pkg-first p span {
    animation: blinker 1.5s linear infinite;
    color: #f90;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.pkg-first p {
    background: #d6d6d6;
    font-size: 25px;
    font-weight: 700;
    width: 65%;
    display: block;
    margin: 15px auto;
    padding: 5px 0;
    border-radius: 13px;
}

.pkg-mid {
    padding: 39px 35px;
    background: #d6d6d6;
    transition: all 500ms linear;
    height: 435px;
}

.pkg-mid ul {
    list-style: none;
    padding: 0;
    height: 300px;
    overflow: auto;
    margin-bottom: 12%;
}

.pkg-mid ul li {
    font-size: 16px;
    margin-bottom: 1%;
    display: flex;
    align-items: anchor-center;
}

.pkg-mid ul li strong {
    font-size: 19px;
    line-height: 1.9;
}

.pkg-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.pkg-btn a {
    background: #fff;
    color: #f90;
    font-weight: 600;
    padding: 12px 35px;
    border: 2px solid;
    border-radius: 46px;
    text-decoration: none;
}

.pkg-last {
    /* display: flex; */
    padding: 12px 0;
}

.pkg-last span a {
    animation: blinker 1.5s linear infinite;
    color: #f79837 !important;
}

.cnt-info {
    display: flex;
    justify-content: space-around;
}

.info-box p {
    font-size: 19px;
    color: #f90 ;
    font-weight: 600;
}

.info-box p a {
    color: #000;
    text-decoration: none;
}

.pkg-box:hover .pkg-mid {
    background: #f90 ;
}

/* .pkg-box:hover {
        transform: scale(1.1);
    } */

.pkg-box:hover .pkg-mid ul li {
    color: #fff;
}

.pkg-mid ul li i {
    margin-right: 10px;
}


.packages-head {
    text-align: center;
}

.packages-head h2 {
    font-size: 40px;
    font-weight: 700;
}

.packages-head p {
    font-size: 18px;
}

.packages-head p span {
    animation: blinker 1.5s linear infinite;
    color: #f79837;
    font-size: 25px;
}

.packages-head {
    margin: 58px 0;
}



.tooltip {
    position: relative;
    display: contents;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 360px;
    background-color: #ffffff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    border: 1px solid #000000;
    top: 35px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooli {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 8%;
}

.tol-text {
    font-size: 17px;
    font-weight: 600;
}

.tooltip i {
    font-size: 19px;
    margin-left: 16px;
}

.tooltiptext ul {
    height: auto;
    list-style: disc;
    text-align: justify;
    padding: 8px 28px;
    margin-bottom: 0;
    color: #000 !important;
    font-weight: 600;
}

.tooltiptext li {
    font-size: 13px !important;
    margin-bottom: 9px !important;
    color: #000 !important;
    font-weight: 600;
}

.row.pkg-slider .col-md-4 {
    padding: 0;
}
ul.pricing-features li img {
    width: 5%;
    margin-right: 10px;
}
button.slick-arrow {
    background: #ff9c2e !important;
    width: 40px;
    height: 40px;
}

/* Pacakages */
/*packages*/