

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&amp;family=Playfair+Display:wght@400;500;600;800;900&amp;display=swap');



.topbar i {
    margin-right: 6px;
    position: relative;
    bottom: -2px;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.thm-btn1 {
    background-image: linear-gradient(45deg, #fa365c, #ff9285);
    padding: 10px 20px !important;
    border-radius: 30px;
    color: #fff !important;
    font-family: 'Montserrat';
    font-weight: 600;
    display: inline-block;
    text-decoration: none !important;
    transition: 0.4s ease-in-out;
    border: 0;
}

.thm-btn1:hover {
    background-image: linear-gradient(45deg, #ff8576, #ff6b88);
    transition: 0.4s ease-in-out;
}

.thm-btn2 {
    background-image: linear-gradient(45deg, #8b5eff, #7b4af8);
    padding: 10px 20px !important;
    border-radius: 30px;
    color: #fff !important;
    font-family: 'Montserrat';
    font-weight: 600;
    display: inline-block;
    text-decoration: none !important;
    transition: 0.4s ease-in-out;
    border: 0;
}

.thm-btn2:hover {
    background-image: linear-gradient(45deg, #6127f3, #9c76fc);
}

.main-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-bottom: 10px;
}

.main-heading-text {
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    width: 850px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.popupbox-thm {
    padding: 50px 50px;
    border-radius: 30px;
    border: 3px solid #fb4d66;
    position: fixed;
    width: 700px;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    display: none;
    background-image: linear-gradient(45deg, rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/pop-bg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popupbox-thm-overlay {
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    display: none;
}

.popupbox-thm .crossbtn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popupbox-thm .crossbtn i {
    color: #fb4d66;
    font-size: 30px;
}


.popupbox-thm h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.popupbox-thm h5 span{font-size: 28px;}
.popupbox-thm .thm-btn2{background-image: none;background-color: #ff7903;width: 100%;}

.popupbox-thm .ticker {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;             /* Optional */
    padding: 10px 0;
    font-weight: bold;
    position: relative;
    margin-top: -45px;
}

.popupbox-thm .ticker span {
    display: inline-block;
    padding-left: 100%;
    animation: ticker-move 12s linear infinite;
}

@keyframes ticker-move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.popupbox-thm h1 {
    margin-bottom: 10px !important;
    color: #7b4df4;
}

header {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 99;
}


.topbar {
    padding: 12px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.topbar span {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

#navbarNavDropdown {
    justify-content: end;
}

.navi-bar {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
    transition: 0.4s ease-in-out;
}

.dropdown-menu {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    margin-top: -2px;
}

.navi-bar nav {
    padding: 0 !important;
}

.navi-bar nav img {
    width: 250px
}

.nav-item {
    align-self: center;
}

.nav-link {
    color: #000 !important;
    padding: 10px 15px !important;
}

.nav-link.hdr-btn {
    color: #fff !important;
}

.hero-sec {
    background-image: url(../images/bnr2.webp);
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 100px;
}

.hero-sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-sec .left {
    width: 52%;
}

.hero-sec .right {
    width: 48%;
}

.hero-sec h5{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 38px;
}

.hero-sec h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 48px;
    margin-top: -8px;
}

.hero-sec h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 82px;
    margin-top: -22px;
    color: #7b4df4;
}

.hero-sec p {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    margin: 22px 0 22px 0;
    width: 400px;
}

.hero-sec label {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 15px;
    margin-right: 18px
}

.hero-sec span {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 14px;
    color: #ff7a7e;
}

.famous {
    margin-top: 25px; 
}

.banner-gifboxs {
    display: flex;
    gap: 20px;
}

.bnr-gifbox-1 {
    width: 260px;
    height: 267px;
    overflow: hidden;
}

.bnr-gifbox-2 {
    width: 260px;
    height: 184px;
    overflow: hidden;
}

.bnr-gifbox-3 {
    width: 265px;
    height: 187px;
    overflow: hidden;
}

.bnr-gifbox-4 {
    width: 267px;
    height: 267px;
    overflow: hidden;
}

.gifbox-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gifbox-column img {
    width: 100%;
    height: 100%;
}

.slider1, .slider2, .slider3, .slider4 {
    position: relative;
    overflow: hidden;
}

.slider1 img, .slider2 img, .slider3 img, .slider4 img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.showcase-sec {
    padding: 50px 0;
    /* z-index: 9; */
    position: relative;
}

.showcase-boxes-prnt {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}

.showcase-boxes-prnt a { 
    text-decoration: none;
}

.showcase-box {
    background-position: center center;
    background-size: cover;
    width: 270px;
    height: 270px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.showcase-box .overlay {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.showcase-box:hover .overlay {
    opacity: 0.5;
    transition: 0.4s ease-in-out;
}

.showcase-box h5 {
    color: #fff;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
    z-index: 9;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.showcase-box:hover h5 {
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.showcase-box.box1 {
    background-image: url('../images/showcase-1.webp');
}

.showcase-box.box2 {
    background-image: url('../images/showcase-2.webp');
}

.showcase-box.box3 {
    background-image: url('../images/showcase-3.webp');
}

.showcase-box.box4 {
    background-image: url('../images/showcase-4.webp');
}

.showcase-box.box5 {
    background-image: url('../images/showcase-5.webp');
}

.showcase-box.box6 {
    background-image: url('../images/showcase-6.webp');
}

.showcase-box.box7 {
    background-image: url('../images/showcase-7.webp');
}

.showcase-box.box8 {
    background-image: url('../images/showcase-8.webp');
}

.showcase-box.box9 {
    background-image: url('../images/showcase-9.webp');
}

.showcase-box.box10 {
    background-image: url('../images/showcase-10.webp');
}

.showcase-box.box11 {
    background-image: url('../images/showcase-11.webp');
}

.showcase-box.box12 {
    background-image: url('../images/showcase-12.webp');
}

.cta1 {
    background-image: url('../images/bg1.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.cta1 .container {
    display: flex;
    justify-content: space-between;
}

.cta1 .left, .cta1 .right {
    width: 50%;
}

.cta1 h3 {
    width: 400px;
    color: #000;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 22px;
}

.cta1 h1 {
    color: #000;
    font-family: "Playfair Display";
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 20px;
}

.cta1 lottie-player {
    width: 500px !important;
    height: 500px !important;
    position: absolute;
    top: -122px;
    transform: scale(1.5);
}

.design-cats-sec {
    padding: 50px 0 200px;
    background-image: url('../images/bg2.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tv-slider {
    display: flex;
    justify-content: space-between;
}

.tv-icon {
    height: 40px;
    align-self: center;
    width: 70px;
    border-radius: 30px;
    color: #8b5eff;
    border: 1px solid #8b5eff;
    background: transparent;
    transition: 0.4s ease-in-out;
}

.tv-icon:hover {
    background-color: #7f4ff9;
    color: #fff;
    transition: 0.4s ease-in-out;
}

.tv-slider-text {
    text-align: center;
    margin-top: 60px;
}

.tv-img-txt {
    text-align: center;
}

.tvtext {
    margin-top: 50px;
    margin-bottom: 30px;
}

.tvtext h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 40px;
    margin-top: -22px;
    color: #7b4df4;
}

.tvtext p {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    width: 85%;
    margin: 10px auto 20px;
}

.cta2 {
    background-image: url('../images/bg3.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    position: relative;
}

.cta2 .left, .cta2 .right {
    width: 50%;
}

.cta2 .container {
    display: flex;
    justify-content: space-between;
}

.cta2 h3 {
    width: 400px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 22px;
}

.cta2 h1 {
    color: #fff;
    font-family: "Playfair Display";
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 20px;
}

.cta2 lottie-player {
    position: absolute;
    top: -125px;
    transform: scale(1.5);
    right: 200px;
}

.puzzles-sec {
    background-image: url('../images/bg4.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.puzzles {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.left-puzzle {
    position: relative;
    left: -230px;
}

.right-puzzle {
    position: relative;
    right: -230px;
}

.puzzle-steps {
    display: flex;
    padding: 50px 100px 0;
}

.step-h {
    border-right: 5px solid #5f53ff;
    width: 120px;
    color: #000;
    font-family: "Playfair Display";
    font-weight: 800;
    padding: 12px 20px 12px 0px;
}

.step-h h5 {
    font-size: 24px;
    font-weight: 800;
}

.step-h h1 {
    font-size: 120px;
    font-weight: 900;
    margin: -50px 0 -10px;
}

.step-text {
    padding-left: 30px;
    align-self: center;
}

.step-text h1 {
    color: #000;
    font-family: "Playfair Display";
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 14px;
}

.step-text p {
    color: #000;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.chessboard {
    display: grid;
    grid-template-columns: auto auto auto auto; 
}

.chessbox {
    border: 1px solid #000;
    text-align: center;
    padding: 70px 0;
    text-decoration: none !important;
    width: 285px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.4s ease-in-out;
    cursor: auto;
}

.chessbox.odd {
    background-color: #fff;
}

.chessbox.even {
    background-color: #000;
}

.chessbox1:hover {
    background-image: url(../images/chs-bg1.webp);
}

.chessbox2:hover {
    background-image: url(../images/chs-bg2.webp);
}

.chessbox3:hover {
    background-image: url(../images/chs-bg3.webp);
}

.chessbox4:hover {
    background-image: url(../images/chs-bg4.webp);
}

.chessbox5:hover {
    background-image: url(../images/chs-bg5.webp);
}

.chessbox6:hover {
    background-image: url(../images/chs-bg6.webp);
}

.chessbox7:hover {
    background-image: url(../images/chs-bg7.webp);
}

.chessbox8:hover {
    background-image: url(../images/chs-bg8.webp);
}

.chessbox9:hover {
    background-image: url(../images/chs-bg9.webp);
}

.chessbox10:hover {
    background-image: url(../images/chs-bg10.webp);
}

.chessbox11:hover {
    background-image: url(../images/chs-bg11.webp);
}

.chessbox12:hover {
    background-image: url(../images/chs-bg12.webp);
}

.chessbox13:hover {
    background-image: url(../images/chs-bg13.webp);
}

.chessbox14:hover {
    background-image: url(../images/chs-bg14.webp);
}

.chessbox15:hover {
    background-image: url(../images/chs-bg15.webp);
}

.chessbox16:hover {
    background-image: url(../images/chs-bg16.webp);
}

.chessbox h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none;
}

.chessbox.odd h5 {
    color: #000;
}

.chessbox.even h5 {
    color: #fff;
}

.wishlist-sec {
    padding: 50px 0;
}

.testimonials-sec {
    background-image: url('../images/bg5.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0 120px;
    position: relative;
}

.testimonials-sec .testimonial-box {
    display: flex;
    justify-content: space-between;
}

.slider-container {
    position: relative;
    width: 100%; 
    overflow: hidden;
}

.testimonial-box .left {
    /* width: 35%; */
    display: none;
}

.testimonial-box .right {
    /* width: 65%; */
    width: 100%;
    padding-left: 100px;
    position: relative;
}

.testimonial-box .right img {
    width: 80px;
    position: absolute;
    top: 20px;
    opacity: 0.4;
}

.testimonial-box .right p {
    margin-top: 40px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
}

.testimonial-box .right h5 {
    color: #8b5eff;
    font-family: "Playfair Display";
    font-weight: 900;
    font-size: 30px;
}

.testimonial-box .right label {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    color: #454545;
}

.testimonials-sec .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonials-sec .slider-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.testimonials-sec .slider-controls {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0;
    /* bottom: 70px; */
    bottom: 0;
}

.testimonials-sec .slider-controls button {
    background: #f5f8ff;
    color: #c9c9c9;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 3%);
    border: none;
    padding: 0 30px !important;
    border-radius: 20px;
    cursor: pointer;
    font-size: 24px;
    margin: 0 5px;
    transition: 0.4s ease-in-out;
}

.testimonials-sec .slider-controls button:hover {
    background: #fafcff;
    color: #8b5eff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
    transition: 0.4s ease-in-out;
}

.cta3 {
    background-image: url('../images/bg3.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px 0;
    position: relative;
}

.cta3 .left, .cta3 .right {
    width: 50%;
}

.cta3 .container {
    display: flex;
    justify-content: space-between;
}

.cta3 h1 {
    color: #fff;
    font-family: "Playfair Display";
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 20px;
}

.cta3 h3 {
    width: 400px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}



.cta3 lottie-player {
    position: absolute;
    top: 0px;
    top: -50px;
    transform: scale(2) rotate(45deg);
    left: 200px;
}

.companies-sec {
    padding: 50px 0 50px;
}

.comp-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.comp-logos img {
    max-width: 140px;
    height: fit-content;
}

footer {
    background-color: #ff8576;
    padding: 50px 0 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
}

.ftr-inner1 {
    display: flex;
    justify-content: space-between;
}

.ftr-inner1 .ftr-col {
    width: 35%;
}

.ftr-inner1 .ftr-col.col1 {
    width: 65%;
    padding-right: 100px;
}

.ftr-inner1 h3 {
    color: #fff;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
}

.ftr-inner1 p {
    color: #fff;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px;
}

.ftr-inner1 ul {
    padding: 0;
    margin: 0;
}

.ftr-inner1 ul li {
    list-style: none;
    margin-bottom: 10px;
}

.ftr-inner1 ul li a {
    color: #fff;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px;
}

.ftr-inner2 {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding: 20px 0 20px;
}

.ftr-inner2 p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

.srvc-hero-sec {
    overflow: hidden;
    position: relative;
}

.srvc-hero-sec h3 {
    font-size: 64px;
}

.srvc-hero-sec h5 {
    font-size: 22px;
}

.srvc-hero-sec h1 {
    font-size: 82px;
}

.srvc-hero-sec .gifbox-column {
    flex-direction: row;
}

.srvc-hero-sec .right {
    width: 48%;
    position: absolute;
    right: -100px;
}

.srvc-hero-sec .bnr-srvc {
    width: unset !important;
    height: unset !important;
}

.srvc-hero-sec .gifbox-column {
    margin-left: -110px;
}

.srvc-sec-2 {
    padding: 60px 0;
}

.srvc-sec-2 .left {
    width: 35%;
}

.srvc-sec-2 .right {
    width: 65%;
    align-self: center;
}

.srvc-sec-2 .container {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}

.srvc-sec-2 h1 {
    color: #000;
    font-family: "Playfair Display";
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 20px;
}

.srvc-sec-2 p {
    color: #000;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
}

.srvc-shwcs {
    margin-bottom: 180px;
}
 
.srvc-hero-sec .bnr-srvc img {
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 3%);
}

.bk-trlr-vid {
    border-radius: 10px;
}

.pricing-sec {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.pricing-row {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 0 30px;
}

.pricing-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 8%);
    margin: 20px 0;
}

.pricing-box .name {
    background-color: #fc596c;
    padding: 10px 0px;
}

.pricing-box .name h3 {
    font-family: "Montserrat";
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.pricing-box .header {
    padding: 20px 0;
    /* display: flex; */
    gap: 6px;
    justify-content: center;
    text-align: center;
}

.pricing-box .headertwo {
    padding: 20px 0;
    display: flex;
    gap: 6px;
    justify-content: center;
    /* text-align: center; */
}

.pricing-box .header .left span, .pricing-box .headertwo .left span {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 700;
    vertical-align: top;
}

.pricing-box .header .left h3,  .pricing-box .headertwo .left h3 {
    font-family: "Montserrat";
    font-size: 70px;
    line-height: 64px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
}

.pricing-box .header .right, .pricing-box .headertwo .right {
    margin-top: 12px;
}

.pricing-box .header .right span, .pricing-box .headertwo .right span {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    text-decoration: line-through;
}

.pricing-box .header .right h3, .pricing-box .headertwo .right h3 {
    font-size: 15px;
    font-family: "Montserrat";
}

.pricing-box .body {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.pricing-box .body ul {
    padding: 0 40px;
    margin: 0 auto;
    height: 190px;
    overflow: scroll;
    overflow-x: auto;
    margin-top: 10px;
}

.pricing-box .body ul::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
.pricing-box .body ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.pricing-box .body ul::-webkit-scrollbar-thumb {
    background: #fe7f7d;
    border-radius: 50px !important;    
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

/* Handle on hover */
.pricing-box .body ul::-webkit-scrollbar-thumb:hover {
    background: #d65a58;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.pricing-box .footer {
    margin-top: 10px;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    text-align: center;
}

.pricing-box .footer button {
    text-align: center;
}

#tabs-content {
    padding: 50px 0;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    /* display: flex; */
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    gap: 10px;
}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 6px;
    padding: 8px 14px;
    border: 1px solid #6353fe; 
    border-radius: 40px;
    cursor: pointer;
    place-self: center;
    margin-bottom: 10px;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active > .active {
    background-color: #6353fe !important;
}

#tabs-nav li a {
    text-decoration: none;
    color: #000;
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 500;
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-anchor: middle;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active > .active a {
    color: #fff !important;
}

.portfolio-tabs .owl-item .active {
    background: #6353fe;
}

.portfolio-tabs .owl-item .active a {
    color: #fff;
}

.portfolio-tabs .owl-item:first-child .active {
    background: #6353fe !important;
}

.portfolio-tabs .owl-item:first-child .active a {
    color: #fff !important;
}

.popupbox {
    background: #f1f1f1;
    padding: 50px 50px;
    border-radius: 30px;
    border: 3px solid #fb4d66;
    position: fixed;
    width: 700px;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    display: none;
}

.popupbox-overlay {
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    display: none;
} 

.popupbox .crossbtn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popupbox .crossbtn i {
    color: #fb4d66;
    font-size: 30px;
}


.popupbox h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #6353fe;
}

.popupbox h1 {
    margin-bottom: 10px !important;
}

.formrow {
    display: flex;
    gap: 20px;
}

.formrow .form-group {
    width: 50%;
} 

.form-group input {
    width: 100%;
    background: #fff;
    border: 1px solid #dfdede;
    padding: 12px 20px;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #5c5c5c;
}

.popupbox-thm .form-group input {
    width: 100%;
    background: rgba(0,0,0,0.3);
    border: 1px solid #fff;
    padding: 12px 20px;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.popupbox-thm .form-group input::placeholder{color: #fff;}

form button {
    text-align: center;
    display: block !important;
    margin: 0 auto;
    cursor: pointer;
}

.portfolio-sec {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.portfolio-sec .showcase-boxes-prnt a {
    cursor: pointer;
}

.contact-sec {
    padding: 50px 0;
}

.contact-sec .container {
    display: flex;
    gap: 20px;
}
 
.contact-sec .container .left {
    width: 35%;
}

.contact-sec .container .right {
    width: 75%;
}

.contact-sec .container .left .contact-info-box {
    background-color: #fb4d66;
    padding: 30px 30px;
    border-radius: 15px;
    margin-bottom: 10px;
    display: flex;
}

.contact-sec .container .left .contact-info-box i {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 5px;
}

.contact-sec .container .left .contact-info-box a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}

.contact-sec .container .right form {
    background: #e9e9e9;
    padding: 32px 40px;
    border-radius: 15px;
}

.tv-slide img {
    width: 400px !important;
    margin: 0 auto !important;
}

.tv-slide .owl-nav button {
    height: 40px !important;
    align-self: center;
    width: 40px !important;
    border-radius: 30px !important;
    color: #8b5eff !important;
    border: 1px solid #8b5eff !important;
    background: transparent;
    transition: 0.4s ease-in-out !important;
}

.tv-slide .owl-prev {
    position: absolute;
    left: 0;
    top: 250px;
}

.tv-slide .owl-next {
    position: absolute;
    right: 0;
    top: 250px;
}

.portfolio-tabs .item{
    background: #42bdc2;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.portfolio-tabs .owl-item .active a {
    color: #fff !important;
}

/* .owl-stage-outer {
    padding-left: 20px;
} */

.portfolio-tabs .owl-nav button {
    font-size: 30px !important;
    position: absolute;
    top: 0;
}

.portfolio-tabs .owl-nav .owl-prev {
    left: 0;
}

.portfolio-tabs .owl-nav .owl-next {
    right: 0;
}

.cntct-frm-sec {
    padding: 20px 0 80px;
}

.why-choose-sec {
    padding: 0px 0 30px;
}

.why-choose-box {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.why-choose-box {
    background-color: #f7f7f7;
    padding: 30px 20px;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 #dd00d608;
}

.why-choose-box p, .why-choose-box h3 {
    margin-bottom: 0;
}

.why-choose-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
} 

.service-pricing-sec {
    padding: 50px 0;
}

.port-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 23px;
    display: block;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.port-img-box {
    position: relative;
    display: flex;
    align-items: center  !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.port-img-box .overlay {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.port-img-box:hover .overlay {
    opacity: 0.5;
    transition: 0.4s ease-in-out;
}

.port-img-box:hover .port-icon {
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.srvc-hero-sec form {
    background: rgb(0 0 0 / 27%);
    padding: 20px 20px;
    margin-right: 50px;
    border-radius: 10px;
}

.srvc-hero-sec form h4 {
    color: #000;
}

.srvc-hero-sec form h4 strong {
    color: #fff;
}

.srvc-hero-sec form .formrow {
    gap: 10px;
}

.comp-logos .owl-stage {
    display: flex;
    align-items: center;
}

.showcase-boxes-prnt video {
    width: 270px;
    height: 250px;
    background: #000;
    border-radius: 10px;
}

.bnr-srvc video {
    width: 70% !important;
    height: 460px !important;
    border-radius: 20px !important;
    background: #000 !important;
}

header.sticky {
    position: fixed;
    background: #fff;
    z-index: 9;
    box-shadow: 0 10px 20px 0 #00000014;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: 0.4s ease-in-out;
}

header.sticky .navi-bar {
    padding: 7px 0;
    transition: 0.4s ease-in-out;
}

.vid.box1 {
    background-image: url('../images/v2.webp');
}

.vid.box2 {
    background-image: url('../images/v1.webp');
}

.vid.box3 {
    background-image: url('../images/v3.webp');
}

.vid.box4 {
    background-image: url('../images/v4.webp');
}

.vid.box5 {
    background-image: url('../images/v5.webp');
}

.vid.box6 {
    background-image: url('../images/v6.webp');
}

.vid.box7 {
    background-image: url('../images/v7.webp');
}

.vid.box8 {
    background-image: url('../images/v8.webp');
}

.vid.box9 {
    background-image: url('../images/v9.webp');
}

.vid.box10 {
    background-image: url('../images/v10.webp');
}

.vid.box11 {
    background-image: url('../images/v11.webp');
}

.vid.trbox1 {
    background-image: url('../images/tr1.webp');
}

.vid.trbox2 {
    background-image: url('../images/tr2.jpg');
}

.vid.trbox3 {
    background-image: url('../images/tr3.webp');
}

.vid.trbox4 {
    background-image: url('../images/tr4.webp');
}

.vid.trbox5 {
    background-image: url('../images/tr5.webp');
}

.vidbox-popp {
    background: #fff;
    padding: 0;
    border-radius: 30px;
    border: 3px solid #fb4d66;
    position: fixed;
    width: 700px;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    overflow: hidden;
}

.vidbox1-popp, .vidbox2-popp, .vidbox3-popp, .vidbox4-popp, .vidbox5-popp,
.vidbox6-popp, .vidbox7-popp, .vidbox8-popp, .vidbox9-popp, .vidbox10-popp, .vidbox11-popp {
    display: none;
}

.vidbox-popp-overlay {
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    display: none;
}

.vidbox-popp .crossbtn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.vidbox-popp .crossbtn i {
    color: #fb4d66;
    font-size: 30px;
}


.vidbox-popp h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #6353fe;
}

.vidbox-popp h1 {
    margin-bottom: 10px !important;
}

.vidbox-popp video {
    width: 100%;
}

.bnr-srvc .trbox2 {
    display: block !important;
    width: 500px !important;
    height: 450px !important;
    background-position: left;
}

.bnr-srvc .trbox2 img {
    width: 90px;
    height: 90px;
    margin-top: 140px;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width:1340px) {

    .left-puzzle {
        position: relative;
        left: -17.5%;
    }

    .right-puzzle {
        position: relative;
        right: -17.5%;
    }

}

@media(max-width:1600px){   
    .illustration-lp .srvc-hero-sec h1{font-size: 60px;}
}

@media only screen and (max-width:1200px) {

    .showcase-boxes-prnt {
        grid-template-columns: auto auto auto;
    }

    .showcase-box {
        width: 300px;
        height: 270px;
    }

    .bnr-gifbox-1 {
        width: 200px;
        height: 200px;
    }

    .bnr-gifbox-2 {
        width: 200px;
        height: 190px;
    }

    .bnr-gifbox-3 {
        width: 180px;
        height: 187px;
    }

    .bnr-gifbox-4 {
        width: 180px;
        height: 202px;
    }

    .chessbox {
        aspect-ratio: 1/1;
        width: 100%;
        height: 230px;
    }

    .testimonials-sec .slider-item {
        flex: 0 0 119%;
        max-width: 119%;
    }

    .srvc-hero-sec .gifbox-column {
        margin-left: -50px;
    }

    .contact-sec .container .left {
        width: 40%;
    }

    .contact-sec .container .right {
        width: 60%;
    }
    
}

@media only screen and (max-width:1050px) {

    .comp-logos {
        gap: 30px;
    }

    .comp-logos img {
        max-width: 100px;
        height: fit-content;
    }

}

@media only screen and (max-width: 992px) {
    
    .showcase-box {
        width: 230px;
        height: 230px;
    }

    .chessbox {
        height: 180px;
        padding: 30px 0;
    }

    .chessbox img {
        width: 50px;
    }

    .chessbox h5 {
        font-size: 13px;
    }

    .main-heading-text {
        width: 100%;
    }

    .bnr-gifbox-1 {
        width: 170px;
        height: 170px;
    }

    .bnr-gifbox-2 {
        width: 170px;
        height: 170px;
    }

    .bnr-gifbox-3 {
        width: 170px;
        height: 170px;
    }

    .bnr-gifbox-4 {
        width: 170px;
        height: 170px;
    }

    .hero-sec h1 {
        font-size: 60px;
    }

    .hero-sec h3 {
        font-size: 38px;
    }

    .hero-sec h5 {
        font-size: 28px;
    }

    .navbar-collapse {
        z-index: 99
    }
    
    .navbar-collapse .navbar-nav {
        margin-top: 10px;
        border-radius: 10px;
        overflow: hidden
    }
    
    .navbar-collapse .navbar-nav li {
        background: #f0f0f0 !important;
        width: 100%;
        text-align: center;
        border-top: 1px solid #ccc
    }
    
    .navbar-collapse .navbar-nav li:first-child {
        border: 0
    }
    
    .navbar-collapse .navbar-nav li:last-child {
        padding: 5px 0 20px;
         border: 0
    }
    
    .navbar-collapse .navbar-nav li .dropdown-menu {
        padding: 0;
        border: 0;
    }
    
    .navbar-collapse .navbar-nav li .dropdown-menu a {
        background: #dbdbdb !important;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding: 9px 0
    }
    
    .navbar-collapse .navbar-nav li .dropdown-menu a:last-child {
        border: 0
    }

    .pricing-row {
        grid-template-columns: auto auto;
    }

    ul#tabs-nav {
        display: grid;
        grid-template-columns: auto auto auto;
        text-align: center;
    }

    .contact-sec .container {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .contact-sec .container .left, .contact-sec .container .right {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {

    .hero-sec .container {
        flex-direction: column-reverse;
    }
    
    .hero-sec .left {
        width: 100%;
        text-align: center;
    }
    
    .hero-sec .right {
        width: 100%;
    }
    
    .hero-sec p {
        width: 100%;
    }

    .banner-gifboxs {
        justify-content: center;
        margin-bottom: 40px;
    }

    .hero-sec h5 {
        margin-bottom: 0;
    }

    .hero-sec h3 {
        margin-bottom: 18px;
    }

    .showcase-boxes-prnt {
        grid-template-columns: auto auto;
    }

    .showcase-box {
        height: 230px;
        width: 100%;
    }

    .cta2 lottie-player {
        top: 75px;
        right: 110px;
        width: 180px !important;
        height: 180px !important;
    }

    .puzzle-steps {
        padding: 50px 0px 0;
    }

    .chessbox {
        height: 130px;
        padding: 22px 0;
    }

    .chessbox img {
        width: 35px;
    }

    .chessbox h5 {
        font-size: 12px;
    }

    .testimonial-box .right {
        width: 100%;
        padding-left: 20px;
    }

    .testimonials-sec .slider-controls {
        left: 28px;
        bottom: 30px;
        right: unset;
    }

    .testimonials-sec .slider-controls button {
        padding: 0 10px !important;
    }
    
    .cta3 .right {
        width: 70% !important;
    }
    
    .cta3 .left {
        width: 30% !important;
    }

    .cta3 lottie-player {
        transform: scale(1) rotate(45deg);
        left: 0;
    }

    .comp-logos {
        display: grid !important;
        grid-template-columns: auto !important;
    }

    .ftr-inner1 .ftr-col.col1 {
        padding-right: 30px;
    }

    .ftr-inner1 h3 {
        font-size: 14px;
    }

    .cta1 lottie-player {
        width: 400px !important;
        height: 300px !important;
        position: absolute;
        top: 0px;
        transform: scale(1);
    }

    .design-cats-sec {
        padding: 50px 0 50px;
    }

    .cta2 {
        overflow: hidden;
    }

    .srvc-hero-sec .right {
        position: relative;
    }

    .srvc-hero-sec .right {
        right: 0;
    }

    .srvc-hero-sec .gifbox-column {
        margin-left: 0px;
    }

    .srvc-sec-2 .container {
        flex-direction: column;
        gap: 40px;
    }

    .srvc-sec-2 .left {
        width: 100%;
    }

    .srvc-sec-2 .right {
        width: 100%;
        text-align: center;
    }

    .srvc-sec-2 h1 {
        font-size: 36px;
    }

    .srvc-shwcs {
        margin-bottom: 50px;
    }

    .pricing-row {
        grid-template-columns: auto;
    }

    ul#tabs-nav {
        grid-template-columns: auto auto auto;
    }

    .popupbox {
        padding: 30px 10px;
        width: 500px;
    }

    .popupbox h5 {
        font-size: 20px;
    }

    .popupbox h1 {
        font-size: 30px;
        margin-top: -8px;
    }

    #tabs-nav li a {
        width: 100px;
    }

}

@media only screen and (max-width: 700px) {

    .popupbox-thm, .vidbox-popp {
       width: 90% !important;
       padding: 35px; 
    }
    .popupbox-thm .crossbtn{
        right: 12px;
    top: 10px;
    }
    .popupbox-thm .thm-btn2{width: 100%;}
}

@media only screen and (max-width: 575px) {

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cta3 h3 {
        width: 100%;
    }

    .testimonials-sec .slider-item {
        flex: 0 0 124%;
        max-width: 124%;
    }

    .ftr-inner1 {
        display: block;
        text-align: center;
    }

    .ftr-inner1 .ftr-col {
        width: 100% !important;
    }

    .ftr-inner1 h3 {
        font-size: 15px;
        margin-top: 30px;
    }
    
    footer {
        padding: 30px 0 0
    }

    .cta2 lottie-player {
        right: 20px;
    }

    .hero-sec h1 {
        font-size: 40px;
    }

    .hero-sec h3 {
        font-size: 32px;
    }

    ul#tabs-nav {
        grid-template-columns: auto auto;
    }

    .popupbox {
        width: 90%;
        top: 40px;
    }
    

}

@media only screen and (max-width: 520px) {

    .cta1 .container {
        flex-direction: column-reverse;
    }

    .cta1 .left, .cta1 .right {
        width: 100%;
        text-align: center;
    }

    .cta1 h3 {
        width: 100%;
    }

    .cta1 .left {
        margin-top: 150px;
    }

    .cta1 lottie-player {
        width: 500px !important;
        height: 500px !important;
        top: -150px;
        overflow: hidden;
    }

    .cta2 .container {
        flex-direction: column
    }
    
    .cta2 .left, .cta2 .right {
        width: 100%;
        text-align: center;
    }

    .cta2 h3 {
        width: 100%;
    }

    .cta2 .left {
        margin-top: 150px;
    }

    .cta2 lottie-player {
        top: 40px;
        width: 130px !important;
        height: 130px !important;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .chessboard {
        grid-template-columns: auto auto;
    }

    .chessbox1 {
        order: 1;
    }
    
    .chessbox2 {
        order: 2;
    }
    
    .chessbox3 {
        order: 4;
    }
    
    .chessbox4 {
        order: 3;
    }
    
    .chessbox5 {
        order: 6;
    }
    
    .chessbox6 {
        order: 5;
    }
    
    .chessbox7 {
        order: 7;
    }
    
    .chessbox8 {
        order: 8;
    }
    
    .chessbox9 {
        order: 9;
    }
    
    .chessbox10 {
        order: 10;
    }
    
    .chessbox11 {
        order: 12;
    }
    
    .chessbox12 {
        order: 11;
    }
    
    .chessbox13 {
        order: 14;
    }
    
    .chessbox14 {
        order: 13;
    }

    .cta3 {
        overflow: hidden;
    }

    .cta3 .container {
        flex-direction: column
    }
    
    .cta3 .left, .cta3 .right {
        width: 100% !important;
        text-align: center;
    }

    .cta3 h3 {
        width: 100%;
    }

    .cta3 .left {
        margin-top: 150px;
    }

    .cta3 lottie-player {
        top: -40px;
        width: 300px !important;
        height: 300px !important;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .comp-logos img {
        max-width: 100%;
    }
     
}

@media only screen and (max-width: 470px) {

    

}

@media only screen and (max-width: 450px) {

    .testimonial-box .right img {
        width: 50px;
        top: 0px;
    }

    .testimonial-box .right p {
        margin-top: 0px;
    }

    .testimonials-sec {
        padding: 50px 0 30px;
    }

    .cta1 lottie-player {
        width: 500px !important;
        height: 500px !important;
        top: -150px;
        right: 0;
        left: -40px;
        margin: 0 auto;
        overflow: hidden;
    }

    ul#tabs-nav li {
        padding: 8px 6px;
    }

    #tabs-nav li a {
        font-size: 12px;
    }

    .tab-content .main-heading {
        font-size: 28px !important;
    }

    .formrow {
        display: block;
    }

    .formrow .form-group {
        width: 100% !important;
    }

}

@media only screen and (max-width: 400px) {

    .showcase-box {
        height: 170px;
        width: 100%;
        aspect-ratio: 1;
    }

    .hero-sec {
        padding: 180px 0 80px;
    }

    .tvtext p {
        width: 100%;
    }

    .puzzle-steps {
        flex-direction: column;
    }
    
    .step-h {
        width: 100%;
        border-bottom: 2px solid #5f53ff;
        border-right: aliceblue;
        text-align: center;
    }
    
    .step-text {
        text-align: center;
        margin-top: 30px;
        padding: 0;
    }

    .bnr-gifbox-1, .bnr-gifbox-2, .bnr-gifbox-3, .bnr-gifbox-4 {
        width: 130px;
        height: 130px;
    }

    .showcase-box {
        height: 160px;
    }

    .testimonials-sec {
        padding: 50px 0 100px;
    }

    .testimonials-sec .slider-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-box .left {
        text-align: center;
        width: 100%;
    }
    
    .testimonial-box .left img {
        width: 120px;
        margin-bottom: 20px;
    }
    
    .testimonial-box .right {
        width: 100%;
        text-align: center;
    }
    
    .testimonial-box {
        flex-direction: column;
    }

    .testimonials-sec .slider-controls {
        left: 0;
        bottom: 0px;
        right: 0;
    }

    .testimonial-box .right label {
        margin-bottom: 80px;
    }

    .showcase-box h5 {
        font-size: 13px;
    }

    .cta1 lottie-player {
        left: -80px
    }

    .main-heading {
        font-size: 28px;
    }

    .contact-sec .container .right form {
        padding: 20px;
    }

    .navi-bar nav img {
        width: 200px
    }

}

@media only screen and (max-width: 360px) {

    .showcase-box {
        height: 140px;
    }

}

.process_sec_m { 
    padding: 70px 0;
}

.title_m { 
    font-size: 35px; 
    font-family: "Playfair Display" !important;
    font-weight: 800; 
    margin: 0;
} 

.clr_black_m { 
    color: #000;
} 

.process_sec_m h2.title_m.clr_black_m  { 
    margin: 0 0 20px;
} 

.para_m { 
    font-size: 16px; 
    
}

.section-title img  { 
    margin: 50px 0 0 -70px;
} 

ol { 
    margin-top: 0; 
    margin-bottom: 10px;
} 

.list-process ol  { 
    list-style-type: none; 
    counter-reset: process-counter; 
    display: flex; 
    flex-direction: column; 
    padding: 0 0 0 93px; 
    margin: 0;
}

.btn.btn-started { 
    padding: 10px 40px; 
    font-weight: 600;
} 

.btn.btn-started { 
    background: #fa690c; 
    color: #fff; 
    border-radius: 50px; 
    border: 2px solid transparent;
} 

.btn.btn-started { 
    border-radius: 50px; 
    font-weight: 600;
} 

.btn.btn-started { 
    background: #fa690c; 
    color: #fff; 
    padding: 10px 40px; 
    border: 2px solid transparent;
} 

.process_sec_m a.btn.btn-started.poupBtn  { 
    background: #7076fb;
} 

a:active,a:hover { 
    outline: 0;
} 

a:hover { 
    color: #23527c; 
    text-decoration: underline;
} 

.btn:hover { 
    color: #333; 
    text-decoration: none;
} 

.btn.btn-started:hover { 
    background: #fff; 
    color: #222; 
    border-color: #222; 
    transition: .3s;
} 

li { 
    font-family: Montserrat,sans-serif!important;
} 

.fadeInRight { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight;
} 

.list-process ol li  { 
    counter-increment: process-counter; 
    margin-bottom: 40px; 
    position: relative; 
    font-size: 16px; 
    font-weight: 300; 
    
} 

.list-process ol li::before { 
    content: "0"counter(process-counter); 
    font-size: 36px; 
    line-height: 1; 
    font-weight: 900; 
    color: #fbc02d; 
    margin-right: 40px; 
    position: absolute; 
    top: 0; 
    left: -93px;
} 

.list-process ol li::after { 
    content: "step"; 
    position: absolute; 
    top: 36px; 
    left: -88px; 
    font-size: 12px; 
    font-weight: 400; 
    color: #c4c4c4; 
    text-transform: uppercase;
} 

.list-process ol li em  { 
    display: block; 
    font-family: Conv_GraphikSemibold !important; 
    font-size: 24px; 
    font-style: normal; 
    line-height: 1; 
    font-weight: 700; 
    margin-bottom: 10px; 
    color: #212121; 
    position: relative;
} 

.list-process ol li em::after, .list-process ol li span::after { 
    content: ""; 
    position: absolute; 
    left: 0; 
    bottom: -6px; 
    width: 35px; 
    height: 1px; 
    background: #fbc02d;
} 


@keyframes fadeInLeft { 
  0% {  
      opacity: 0; 
      -webkit-transform: translate3d(-100%,0,0); 
      transform: translate3d(-100%,0,0); 
      opacity: 0; 
      transform: translate3d(-100%, 0px, 0px); 
  }  
  100% {  
      opacity: 1; 
      -webkit-transform: none; 
      transform: none; 
      opacity: 1; 
      transform: none; 
  }  

} 
@keyframes zoomIn { 
  0% {  
      opacity: 0; 
      -webkit-transform: scale3d(.3,.3,.3); 
      transform: scale3d(.3,.3,.3); 
      opacity: 0; 
      transform: scale3d(0.3, 0.3, 0.3); 
  }  
  50% {  
      opacity: 1; 
      opacity: 1; 
  }  

} 
@keyframes fadeInUp { 
  0% {  
      opacity: 0; 
      -webkit-transform: translate3d(0,100%,0); 
      transform: translate3d(0,100%,0); 
      opacity: 0; 
      transform: translate3d(0px, 100%, 0px); 
  }  
  100% {  
      opacity: 1; 
      -webkit-transform: none; 
      transform: none; 
      opacity: 1; 
      transform: none; 
  }  

} 
@keyframes fadeInRight { 
  0% {  
      opacity: 0; 
      -webkit-transform: translate3d(100%,0,0); 
      transform: translate3d(100%,0,0); 
      opacity: 0; 
      transform: translate3d(100%, 0px, 0px); 
  }  
  100% {  
      opacity: 1; 
      -webkit-transform: none; 
      transform: none; 
      opacity: 1; 
      transform: none; 
  }  

} 
/* These were inline style tags. Uses id+class to override almost everything */
#style-pR19f.style-pR19f {  
   visibility: visible;  
    animation-duration: 1s;  
    animation-name: fadeInLeft;  
}  
#style-w2CvH.style-w2CvH {  
   visibility: visible;  
    animation-duration: 2s;  
    animation-name: fadeInLeft;  
}  
#style-Uh1vo.style-Uh1vo {  
   visibility: visible;  
    animation-duration: 4s;  
    animation-name: zoomIn;  
}  
#style-BJZ8p.style-BJZ8p {  
   visibility: visible;  
    animation-duration: 1s;  
    animation-name: fadeInRight;  
}  
#style-OVp4N.style-OVp4N {  
   visibility: visible;  
    animation-duration: 2s;  
    animation-name: fadeInRight;  
}  
#style-yed1Y.style-yed1Y {  
   visibility: visible;  
    animation-duration: 3s;  
    animation-name: fadeInRight;  
}  
#style-7UTL9.style-7UTL9 {  
   visibility: visible;  
    animation-duration: 4s;  
    animation-name: fadeInRight;  
}  
#style-cqiHJ.style-cqiHJ {  
   visibility: visible;  
    animation-duration: 5s;  
    animation-delay: 350ms;  
    animation-name: fadeInUp;  
}
p{
    font-family: Montserrat,sans-serif!important;
}

.slef_published_sec_m { 
    padding: 70px 0 50px;
} 

.slef_published_sec_m .clr_black_m.para_m  { 
    margin: 20px 0 0;
}

.slef_published_m_boxes { 
    margin: 50px 0 0;
} 

.col-sm-4 { 
    position: relative; 
    min-height: 1px; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 768px){ 
    .col-md-4 { 
    float: left;
} 

.col-md-4 { 
    width: 33.33333333%;
} 
}     
.slef_published_m_box { 
    background-color: #fff; 
    box-shadow: 0 1px 20px rgb(0 0 0 / 19%); 
    padding: 40px 30px 20px; 
    height: 300px; 
    align-content: center; 
    border-radius: 10px; 
    transition-duration: .5s; 
    margin: 0 0 30px;
} 

.slef_published_m_box:hover { 
    background-color: #b1ffb1;
} 

.slef_published_m_box_icons { 
    display: flex; 
    align-items: center;
} 

.slef_published_m_box p  { 
    /* color: #546368; 
    font-size: 16px; 
    line-height: 22px; 
    margin: 33px 0 0; 
    font-family: Conv_GraphikRegular !important;*/
}  

.slef_published_icon { 
    align-items: center; 
    display: grid;
} 

.slef_published_icon { 
    width: 90px;
}

section.faq .btn-link{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 20px;
    color: #212529;
}

.faq .btn {
  font-weight: 600;
  text-decoration: none;
  color: #333;
}
.faq .btn:hover {
  text-decoration: none;
}
.faq .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
}
.faq .btn[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
} 

@keyframes fadeInUp { 
  0% {  
      opacity: 0; 
      -webkit-transform: translate3d(0,100%,0); 
      transform: translate3d(0,100%,0); 
      opacity: 0; 
      transform: translate3d(0px, 100%, 0px); 
  }  
  100% {  
      opacity: 1; 
      -webkit-transform: none; 
      transform: none; 
      opacity: 1; 
      transform: none; 
  }  

} 
/* These were inline style tags. Uses id+class to override almost everything */
#style-pgclg.style-pgclg {  
   visibility: visible;  
    animation-duration: 4s;  
    animation-name: fadeInUp;  
}  
#style-c1dqx.style-c1dqx {  
   visibility: visible;  
    animation-duration: 5s;  
    animation-name: fadeInUp;  
}  
#style-231mT.style-231mT {  
   visibility: visible;  
    animation-duration: 3s;  
    animation-name: fadeInUp;  
}  
#style-fjKQ2.style-fjKQ2 {  
   visibility: visible;  
    animation-duration: 4s;  
    animation-name: fadeInUp;  
}  
#style-7GzCR.style-7GzCR {  
   visibility: visible;  
    animation-duration: 5s;  
    animation-name: fadeInUp;  
}  
#style-fZQ6V.style-fZQ6V {  
   visibility: visible;  
    animation-duration: 6s;  
    animation-name: fadeInUp;  
}  
#style-tPohl.style-tPohl {  
   visibility: visible;  
    animation-duration: 7s;  
    animation-name: fadeInUp;  
}  
#style-HEEbr.style-HEEbr {  
   visibility: visible;  
    animation-duration: 8s;  
    animation-name: fadeInUp;  
}

@media(max-width: 991px){
    .slef_published_m_box{
        height: 400px;
    }
}

@media(max-width: 767px){
    .process_sec_m{text-align: center;padding: 50px 0 0;}
    .list-process ol li em::after{right: 0;left: 0;margin: 0 auto;}
    .banner-gifboxs{display: none;}
    .illustration-lp .srvc-hero-sec h1{font-size: 42px;margin-top: 15px;}
    .section-title img{
        margin: 0;
        width: 100%;
    }

    .slef_published_m_box{height: auto;}
    .slef_published_sec_m { 
        text-align: center;
    padding: 50px 0 0;
} 
.srvc-hero-sec form{
    margin: 0;
}
.hero-sec input[type="email"]{
    margin-bottom: 1rem;
}
.thm-btn1,.thm-btn2{
    margin-top: 1rem;
}
}

/* .flying-obj1{position: absolute;right: 250px;}*/
.flying-obj2{position: absolute;right: 250px;bottom: 30px;} 
.sky {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.plane {
  position: absolute;
  width: 120px; /* adjust for your image */
  top: 40%;
  right: -150px;
  animation: fly 12s linear infinite;
}

/* Main horizontal flight path */

@keyframes fly {
  0% {
    right: -150px;
    transform: translateY(0) scaleX(1); /* facing right */
  }
  45% {
    right: 100vw;
    transform: translateY(100px) scaleX(1); /* still facing right */
  }
  50% {
    right: 100vw;
    transform: translateY(-100px) scaleX(-1); /* flip horizontally */
  }
  95% {
    right: -150px;
    transform: translateY(0) scaleX(-1); /* still facing left */
  }
  100% {
    right: -150px;
    transform: translateY(0) scaleX(1); /* flip back */
  }
}