@import url(./font.css);

html,
body {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background: #FBFFFF;
}
.lb-container {
    max-width: 100%;
}
.lb-outerContainer {
    max-width: 50%;
	width:50% !important;
    height: auto !important;
}
.lightbox .lb-image{
height:auto !important;
}
.postid-663 .mt-100 {
    margin-top: 160px;
}

.case-study .max-80 a:hover {
    color: #1B1C20;
    text-decoration: underline;
}

@media (min-width: 1400px) {
    header .container-fluid {
        max-width: 1380px;
    }

    .container {
        max-width: 1250px;
    }

    .max-1140 {
        max-width: 1380px !important;
        margin-left: auto;
    }

}

@media (min-width: 1200px) {

    #objective-sec .container,
    #execution-sec .container {
        max-width: 950px;
    }

    .case-study #ford-video .container {
        max-width: 950px;
    }

    .max-1140 {
        max-width: 1220px;
        margin-left: auto;

    }
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 10px 0 20px;
    z-index: 1;
}
.main-logo .w-100 {
    max-width: 210px;
}
* {
    font-family: "Whyte";
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a:hover {
    color: none;
    text-decoration: none;
}
#menu-main-menu{
display:flex;
}
#menu-main-menu .nav-link a {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    /*color: #939393;*/
    color: #ffffff;
    margin: 0 22px;
	font-family: 'Sequel Sans Medium Head' !important;
}

#menu-main-menu .current-menu-item a {
    color: #fff;
}

.nav-link:hover {
    color: #fff;
}

p {
    margin: 0;
    padding: 0;
    font-family: "Whyte";
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

#hero {
    background-image: url("./../images/banner-img.png");
    /* background-image: url("./../images/Pre-comp 1_1.gif"); */
    background-position: center;
    background-size: inherit;
    padding-top: 16rem;
    padding-bottom: 14rem;
    /*   animation: gradient-10 15s ease infinite;  */


}

/* @keyframes gradient-10 {
    0% {
      background-position: 150% 80%;
    }

    50% {
      background-position: 200% 100%;
    }

    100% {
      background-position: 150% 80%;
    }


   
} */

.btn-white:hover::after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    padding: 10px;
    height: 100%;
    width: 128px;
    border-radius: 5px;
    left: 0;
}

#hero h1 {
    color: #fff;
    font-family: "Helvetica";
    font-weight: 600;
    font-size: 115px;
}

#hero p {
    color: #fff;
    margin-top: 15px;
}

.btn-project {
    background: #1b1c20;
    color: #fff;
}

a {
    text-decoration: none;
}

/* ==================common class==================== */
section {
    padding: 100px 0;
}

.color-greay {
    color: #989898;
}

.py-30 {
    padding: 30px;
}

.color-white {
    color: #E6CACB !important;
}

.desc-18 {
    font-family: "Whyte";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.6;
}

.des-17 {
    font-family: "Whyte";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6%;
    color: #5b5b5b;
    opacity: 0.6;
	padding-top:10px;
}

.blk-btn {
    font-size: 18px;
    line-height: 1;
    background: #1b1c20;
    border-radius: 11px;
    color: #ffffff;
    padding: 18px 35px;
    transition: 0.3s;
    border: 1px solid transparent;
    font-weight: 500;
    height: 50px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	 font-family: 'Sequel Sans Medium Head' !important;
}

.blk-btn:hover {
    box-shadow: 0px 7px 34px 2px #00000021;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {


    /* Safari only override */
    ::i-block-chrome,
    .blk-btn {
        padding-top: 20px;
    }
}

.blk-btn:hover {
    color: #fff;
    box-shadow: 0px 45px 73px rgba(0, 0, 0, 0.04);
}

.white-btn {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 25px 15px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #1b1c20;
    position: relative;
    z-index: 1;
	font-family: 'Sequel Sans Medium Head' !important;
}

.white-btn:hover {
    color: #1b1c20;
}

.white-btn::after {
    background: transparent;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 11px;
    content: "";
    width: 100%;
    height: 100%;
    left: 7px;
    top: 7px;
    position: absolute;
    z-index: -1;
}

.white-btn span {
    position: relative;
    margin-right: 16px;
}

.white-btn span:after {
    border-right: 1px solid #d8d8d8;
    content: "";
    width: 2px;
    height: 150%;
    position: absolute;
    top: -3px;
    left: 109%;
}

.sec-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
    color: #ffffff;
}

.pl-30 {
    padding-left: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.gap-50 {
    gap: 50px;
}
.gap-30 {
    gap: 30px;
}

.gap-10 {
    gap: 10px;
}

.mt-50 {

    margin-top: 150px;

}

.mt-80 {
    margin-top: 80px;

}

.gap-5 {
    gap: 5px;
}

.radius-20 {
    border-radius: 20px;
}

/********** box section  *************/

#box {
    margin-top: -8%;
    position: relative;
}

#box:after {
    content: "";
    background: #fbffff;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

#box .owl-theme .owl-nav {
    display: none;
}

#box .owl-theme .owl-dots {
    display: none;
}

.inner-box {
    margin-top: -80px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 45px 73px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    position: relative;
}

.upper-card-sec {
    padding: 55px 110px;
}

.box-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    color: #1b1c20;
    margin-bottom: 62px;
}

#owl-carousel {
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
}

.logo-slider .carousel-inner {
    text-align: center;
}

.light-text {
    color: #989898;
}

 .logo-slider .item img {
    filter: grayscale(1);
   
}

.logo-slider .logo-block {
    display: inline-block;
    width: 14%;
}

/********** tab section  *************/

.nav-tabs .nav-link {
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #989898;
}

.nav-tabs .nav-link.active {
    color: #000000;
    font-weight: 500;
    background-color: transparent;
}

.sm-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #989898;
    padding-top: 10px;
}

.tab-title {
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    color: #1b1c20;
    padding: 10px 0 20px;
    line-height: 1.1;
}

.tab-sm-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #171717;
    padding-bottom: 8px;
}

.desc-17 {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    color: #5b5b5b;
    opacity: 0.6;
}

.nav-tabs {
    border-bottom: none;
}

.custom-set li {
    margin-right: 2rem;
}

.tab-content a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #1b1c20;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    border-bottom: 1px solid;
    transition: 0.2s;
	padding-top:8px;
	font-family: 'Sequel Sans Medium Head' !important;
}

.view-link .arrow-img {
    transition: 0.2s;
}

.view-link:hover .arrow-img {
    transform: translateX(10px);
}

/********** end tab section *********/

/********** about section *********/

.about-section {
    background-color: #1b1c20;
    background-image: url("../images/service-bg-pttren.png"), linear-gradient(280.61deg, #1b1c20 1.51%, #1b1c20 97.14%);
    padding: 120px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.abt-sub {
    font-family: "Helvetica";
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    position: relative;
    color: #ffffff;
}

.abt-sub span {
    position: relative;
    font-family: "Helvetica";
    margin-right: 10px;
}

.abt-sub span::before {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 4px solid;
    bottom: 0;
}

.abt-sub img.arrow-img {
    position: absolute;
    top: 10px;
}

.about-section a img {
    transition: 0.3s;
}

.about-section a:hover img {
    transform: translateX(10px);
}

/********* latest sec ********/
.latest-section {
    background: linear-gradient(287.34deg, #de0046 1.66%, #f7a34b 94.36%);
    position: relative;
    z-index: 2;
}

.latest-second {
    position: relative;
    bottom: -130px;
}

.latest-sec {
    position: relative;
}

.latest-section .sm-title {
    color: #fff;
}

.btm-set img {
    position: absolute;
    bottom: -50px;
    height: 500px;
}

.latest-txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 9px;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    color: #ffffff;
}

.latest-sub {
    font-weight: 500;
    font-size: 49px;
    line-height: 118.3%;
    color: #ffffff;
}

.latest-para {
    font-weight: 500;
    font-size: 17px;
    line-height: 183.3%;
    color: #ffffff;
}

.sub-para {
    font-weight: 400;
    font-size: 17px;
    line-height: 183.3%;
    color: #ffffff;
    opacity: 0.6;
}

.latest-section .white-btn {
    background: #ffffff;
    border-radius: 11px;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #1b1c20;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/************ help section **********/
.help-section:before {
    content: "";
    background-image: url(../images/line-pttren-lets.png);
    position: absolute;
    width: 76%;
    height: 140%;
    background-repeat: no-repeat;
    top: -140px;
    background-size: 822px;
    z-index: -1;
}

.help-section {
    padding-top: 140px;
    position: relative;
    padding-bottom: 130px;
    z-index: 1;
}

.help-section .sec-title {
    color: #1b1c20;
}

.help-sub {
    font-weight: 500;
    font-size: 49px;
    line-height: 118.3%;
    color: #1b1c20;
}

.help-para {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.8;
    color: #707070;
    opacity: 0.6;
    padding: 25px 0 40px;
}

.help-btn {
    background: #000;
    position: relative;
    margin-top: 50px;
    color: #fff;
}

.help-btn:hover::after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    padding: 10px;
    height: 100%;
    width: 209px;
    border-radius: 5px;
    left: 0;
}

/********** footer ********/
.footer-logo {
    width: 240px;
}
footer {
    padding: 40px 0 30px;
 
}

.flex {
    display: flex;
}

.footer-text {
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
    color: #000000;
}

ul.footer-nav li {
    margin-right: 40px;
}

.nav {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    color: #1b1c20;
}

.footer li.nav-item {
    display: inline-block;
}

.footer-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #1b1c20;
    opacity: 0.6;
   font-family: 'Sequel Sans Medium Head' !important;
}
.footer-link:hover{
  color: #000000;
	opacity:1;
}
.copy-right p {
    font-family: "Whyte";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}

.copy-right svg {
    position: relative;
    left: -2px;
    top: -1px;
}

img.custom-logo {
    max-width: 240px;
    height: auto;
}

#sidebar {
    display: none;
}

.abt-sub:hover {
    color: #fff;
}

/* ========================product-banner================= */
.mt-200 {
    margin-top: -130px;
    position: relative;
}


/* ==================common class==================== */

.mx-85 {
    max-width: 70%;
    margin: auto;
}

.color-black {
    color: #1B1C20;
}

.w-100 {
    width: 100%;
}

.mb-60 {
    margin-bottom: 60px;
}

/* ==================common class end==================== */
#product-banner {
    /* background-image: url("../images/product-banner-pattren.png"), linear-gradient(280.61deg, #DF894A 1.51%, #FC5441 97.14%);  */
    padding-top: 9em;
    padding-bottom: 6rem;
}

.page-id-613 #product-banner {
    background-image: url("../images/insta-collage-banner-pattren.png"), linear-gradient(287.34deg, #DE0046 1.66%, #F7A34B 94.36%);

}

#product-banner {
    background: url("../images/product-pttren.png"),
        linear-gradient(280.61deg, #df894a 1.51%, #fc5441 97.14%);
    background-size: cover;
    /*     animation: gradient 15s ease infinite; */
}

/* banner section */

.banner-title {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 1.2;
    color: #ffffff;
    padding-bottom: 20px;
}


.college-content h3 {
    font-family: "Whyte";
    font-style: normal;
    font-weight: 500;
    font-size: 49px;
    line-height: 118.3%;
}

.college-content h3 span {
    background: linear-gradient(91.92deg, #f7a34b 2.48%, #e11546 62.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-top: 40px;
    padding-bottom: 20px;
}

.college-content p {
    font-weight: 400;
    font-size: 19.38px;
    line-height: 183.3%;
    color: #707070;
    opacity: 0.6;
    width: 80%;
}
#insta-slider {
    display: none;
}
#insta-college .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: -32rem;
    bottom: 60px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#insta-college button span {
    display: none;
}

.contain img {
    border-radius: 20px;
}

#insta-college button.owl-prev::before {
    content: "";
    background-image: url(../images/next-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
}

#insta-college button.owl-next::before {
    content: "";
    background-image: url(../images/prev-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    left: 70px;
}

#insta-college button.owl-prev .hover {
    border: 1px solid red;
    border-radius: 30px;
}




/* insta collaje page */

.product-page .steps {
    background-image: url("../images/sk.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 1155px;
    background-size: contain;
}

.product-page .step-number {
    font-family: "Whyte";
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: transparent;
}

.step_1 {
    position: relative;
}

.product-page .step_1:before {
    background: url("../images/shapes_1.png");
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: -17px;
    background-repeat: no-repeat;
}

.product-page .step_2:before {
    left: -90px;
    top: 60px;
}

.product-page .step_4:before {
    left: -27px;
}

.product-page .step-heading {
    font-family: "Whyte";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
}

.product-page .step-block {
    display: flex;
    align-items: center;
    width: 55%;
}

.product-page .steps p {
    line-height: 25px;
    display: block;
    margin-top: 0;
}

.product-page .steps span {
    margin-right: 20px;
}

.product-page .step_3:before,
.step_5:before {
    display: none;
}

.product-page .step_3:after {
    background: url("../images/shapes_1.png");
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: -52px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    top: 41px;
}

.product-page .step_5 .step-number {
    margin-right: 20px;
    margin-left: 20px;
}

.product-page .step_3 .step-number {
    margin-right: 30px;
    margin-left: 20px;
}

.product-page .step_2 {
    width: 50%;
}

.product-page .step_5:after {
    background: url("../images/shapes_1.png");
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: -17px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    top: 40px;
}

.product-page .app-section {

    background-image: url(../images/pattren-app.png), linear-gradient(280.61deg, #1B1C20 1.51%, #1B1C20 97.14%);

    background-repeat: no-repeat;

    height: 100%;

    width: 100%;

    background-position: center;

    border-radius: 20px;

}



.product-page .how_work {
    background: #F8F8F8;
    padding-bottom: 0;
}

#full-slider {
    position: relative;
    z-index: 2;
}

/* video css  */
#ford-video {
    padding-top: 150px;
	position:relative;
}
#ford-video:before {
/*     background: #f8f8f8; */
    position: absolute;
    content: "";
    width: 100%;
    height: 500px;
    top: 100px;
    z-index: -1;
}
.mt-120{
margin-top:-120px;
}
#ford-video h2 , #ford-video p{
color:#000;
}
.video-bg {
    background: #f8f8f8;
    border-radius: 36px;
    padding: 30px;
}

.video-bg .videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
}

.video-bg .videoWrapper43 {
    padding-top: 75%;
}

.video-bg .videoWrapper169 {
    padding-top: 56%;
    margin-top: -110px;
}

.video-bg .videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 20px;
}

.video-bg .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 36px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;

    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.video-bg .videoPoster:after {
    content: "";
    position: absolute;
    bottom: -95px;
    right: 35px;
    width: 170px;
    height: 66px;
    margin: -20px 0 0 -10px;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
    background-image: url("../images/youtube_img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.video-bg .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}


@media only screen and (max-width: 576px) {
    .product-page .college-content p {

        width: 100%;
    }

    .product-page .college-content {
        text-align: center;
        margin-bottom: 25px;
    }

    .video-bg .videoPoster {

        border-radius: 20px;

    }

    .product-page #ford-video {
        padding-top: 100px;
    }

    .video-bg {
        border-radius: 20px;
		padding:15px;
    }
   .video-bg h4 {
    font-size: 16px;
}
	.video-bg .videoPoster:after {
    width: 152px;
    background-size: 150px;
}
    .product-page .video-bg .videoPoster:after {
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .product-page h4.p-3.pt-5 {
        margin-top: 5rem;
        text-align: center;
    }

    .product-page .step-block {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 !important;
        text-align: center;
    }

    .product-page .step_1:before {
        display: none
    }

    .product-page .steps {
        background: transparent;
        height: auto;
    }

    .product-page .right {
        text-align: center !important;
        order: 2;
    }

    .product-page .step_3:after,
    .product-page .step_5:after {
        display: none
    }

    .product-page .app-section {
        margin-top: 40px;
    }
}




/* noise product page */


@import url(./font.css);



.other-prdct .videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
}

.other-prdct .video-txt {
    position: absolute;
    left: 52%;
    bottom: 0px;
}

/* ========================================================= */
.other-prdct .video-txt h4 span {
    margin-left: 50px;
}

.other-prdct .video-txt h4 {
    font-weight: 800;
    font-size: 23px;
    line-height: 125.2%;
    color: #313131;
    display: inline-block;
    display: none;
}

.other-prdct button.videoPoster.js-videoPoster {
    background-color: transparent;
    z-index: 999;
}

.other-prdct .videoWrapper43 {
    padding-top: 75%;
}

.other-prdct .videoWrapper169 {
    padding-top: 64%;
}

.other-prdct .videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
    border-radius: 20px;
}

.other-prdct .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: visible;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

/* ============================================================================= */
.other-prdct .videoPoster:before {
    display: none;
    content: "";
    position: absolute;
    top: 94%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 20px solid #313131;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}


.other-prdct .videoPoster:after {
    display: none;
    content: "";
    position: absolute;
    top: 95.5%;
    left: 50.5%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 14px solid #979191;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.other-prdct .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}


/* end video sec */






/* banner animation */


@keyframes gradient-1 {

    0% {

        background-position: 0% 50%;

    }

    50% {

        background-position: 100% 50%;

    }

    100% {

        background-position: 0% 50%;

    }

}

.noise-img {
    margin-top: -100px;
}

.noise-img .max-200 {
    position: relative;
    max-width: 130%;
    bottom: -60px;
    left: -110px;
}

#product-banner-2 {

    padding-top: 9rem;
    padding-bottom: 0;

    background-size: cover;

    /*     animation: gradient-1 15s ease infinite; */

    background-image: url("../images/product-banner-pattren.png"), linear-gradient(280.61deg, #DF894A 1.51%, #FC5441 97.14%);
}

.mb-100 {
    margin-bottom: -100px;
}

.mb-120 {
    margin-bottom: -120px;
}

.mb-150 {
    margin-bottom: -150px;
}


/* banner section */

.banner-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 1.2;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.banner-desc {
    font-weight: 400;
    font-size: 27px;
    line-height: 1.7;
    color: #FFFFFF;
    opacity: 0.8;
}









/* do-sec */

#do-sec {
    padding-top: 200px;
}

#do-sec .sec-title {
    color: #1B1C20;
    padding-top: 8px;
}

#service-card .card:hover,
#do-sec .card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 10px 10px #fafdfd75;
}


.card {
    background: #F8F8F8;
    border-radius: 19px;
    padding: 50px;
    border-color: #F8F8F8;
    transition: 0.30s;
    height: 100% !important;
}

.box-img {
    padding-bottom: 30px;
    margin-top: -10px;
}

.card h4 {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.1;
    color: #1B1C20;
    padding-bottom: 10px;
}


/* #video-sec  */

#video-sec {
    background: #F8F8F8;
    background-image: url("../images/video-bg.png"), linear-gradient(280.61deg, #F8F8F8 1.51%, #F8F8F8 100%);
}

.video-img {
    margin-bottom: -240px;
}

#video-sec .sec-title {
    color: #1B1C20;
}





/* about sec */


.app-section {
    background-image: url(../images/pattren-app.png), linear-gradient(280.61deg, #1B1C20 1.51%, #1B1C20 97.14%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
    border-radius: 20px;
}

/* about sec end */








/* slider sec */



#create-stunning {
    padding-top: 260px;
    padding-bottom: 7rem;
}

.stunning-content h3 span {
    background: linear-gradient(91.92deg, #F7A34B 2.48%, #E11546 62.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stunning-content p {
    font-weight: 400;
    font-size: 19.38px;
    line-height: 183.3%;
    color: #707070;
    opacity: 0.6;
    width: 80%;
}

#create-stunning.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: -34rem;
    bottom: 0px;
}



#create-stunning button span {
    display: none;
}

#create-stunning .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: -33rem;
    bottom: 15px;
}

#create-stunning button.owl-prev::before {
    content: "";
    background-image: url(../images/next-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
}

#create-stunning button.owl-next::before {
    content: "";
    background-image: url(../images/prev-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    left: 70px;
}

#create-stunning button.owl-prev .hover {
    border: 1px solid red;
    border-radius: 30px;
}

/* slider sec  end*/


/* other-product */



.item .product-card {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0px 32px 26px rgb(0 0 0 / 2%);
    border-radius: 8px;
    padding: 15px;
}



.insta-txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 140.5%;
    color: #1B1C20;
}

.insta-para {
    font-weight: 400;
    font-size: 17px;
    line-height: 169.8%;
    color: #5B5B5B;
    opacity: 0.6;
}

.product-body {
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

#other-product {
    padding-bottom: 10rem;
}

#other-product .owl-nav.disabled {
    display: block !important;
}

#other-product button span {
    display: none;
}

#other-product button.owl-prev::before {
    content: "";
    background-image: url(../images/next-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    left: 45%;
}

#other-product button.owl-next::before {
    content: "";
    background-image: url(../images/prev-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    right: 45%;
}

#other-product button.owl-prev .hover {
    border: 1px solid red;
    border-radius: 30px;
}



/* other-product end */








/* custom games page css */
.max-200 {
    position: relative;
    max-width: 130%;
}

#product-banner-4 {
    padding-top: 4rem;
    padding-bottom: 0;
    background-size: cover;
    /*     animation: gradient-1 15s ease infinite; */
    background-image: url(../images/product-banner-pattren.png), linear-gradient(290.51deg, #49FF1C 2.98%, #30A056 97.72%);

}
#product-banner-5 {
    padding-top: 4rem;
    padding-bottom: 0;
    background-size: cover;
    background-image: url(../images/product-banner-pattren.png), linear-gradient(290.51deg, #801CFF 2.98%, #8330A0 97.72%);
}
#our-wrk {
    padding-top: 0;
}

#our-wrk-two {
    background: #F8F8F8;
    padding: 80px;
}

.custom-setting {
    padding-bottom: 88px;
}

.btm-set {
    margin-top: 6px;
}

.check-list ul li {
    font-weight: 500;
    font-size: 17px;
    line-height: 169.3%;
    color: #5B5B5B;
    position: relative;
    padding-left: 50px;
    padding-bottom: 30px;
}

.check-list ul li:nth-last-child(1) {
    padding-bottom: 0px;
}

.check-list ul li:before {
    content: "";
    background-image: url(../images/check-list.png);
    position: absolute;
    top: 4px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    display: flex;
}







/*=================================== case-study-page css ================================*/


.case-study #ford-video {
/*     padding-top: 250px; */
    position: relative;
    z-index: 2;
}

#case-study-banner {
    min-height: 730px;
    padding-top: 12rem;
    padding-bottom: 2rem;
    background-size: cover;
    /*     animation: gradient-5 15s ease infinite; */
    background-image: url(../images/ford-banner-pattren.png), linear-gradient(290.51deg, #141416 2.98%, #141416 97.72%);
    background-repeat: no-repeat;
}

/*   @keyframes gradient-5 {

    0% {

      background-position: 0% 50%;

    }

    50% {

      background-position: 100% 50%;

    }

    100% {

      background-position: 0% 50%;

    }

  } */

#objective-sec {
    background-color: #FBFFFF;
    padding-top: 8rem;
}

@media (min-width: 1400px) {
    #objective-sec .container {
        max-width: 1110px;
    }

    #execution-sec .container {
        max-width: 1110px;
    }
}

.float-right {
    float: right;
}

.year-title {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #5B5B5B;
    opacity: 0.6;
    padding-bottom: 14px;
}

.year-date {
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #171717;
    font-weight: 500;
}

.year-date a {
    color: #171717;
    position: relative;
}

.year-date a:before {
    content: "";
    border-bottom: 1px solid;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -6px;
}

.year-date .arrow-img {
    padding-left: 10px;
}

/* execution-sec */
.bg-gray {
    background: #F8F8F8;
}



/* review-sec */

#review-sec {
    background-image: url(../images/bg-circle.png);
    background-position: center 160px;
    background-size: 1000px;
    background-repeat: no-repeat;
    background-color: #FBFFFF;
    padding-top: 150px;
}

.review-title {
    font-family: 'Whyte';
    font-weight: 500;
    font-size: 27px;
    line-height: 1.4;
    color: #1B1C20;
    padding-bottom: 60px;
}

.man-img {
    height: 135px;
    width: 135px;
    object-fit: cover;
    margin-bottom: 25px;
}

.name {
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    text-transform: capitalize;
    color: #171717;
}

.profile {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    color: #5B5B5B;
    opacity: 0.6;
}



/* full slider sec */
#full-slider .owl-prev,
#full-slider .owl-next {
    position: relative;
}

#full-slider button span {
    display: none;
}

#full-slider .owl-prev::before {
    content: "";
    background-image: url(../images/next-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    left: -50px;
}

#full-slider button.owl-next::before {
    content: "";
    background-image: url(../images/prev-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;

}

.bg-light-blue {
    background-color: #FBFFFF;
    margin-top: -50px;
}

.max-80 {
    max-width: 70%;
    margin: auto;
}

.justify-content-space-between {
    justify-content: space-between;
}

.arrow-text {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    text-decoration-line: underline;
    color: #1B1C20;
}

.rotate-arrow {
    transform: rotate(180deg);
}

.arrow-next {
    width: 60px;
}

.custom-hr {
    margin: 90px 0;
}

#case-study-banner .banner-title {
    opacity: 0.6;
}

/* 
  ==========================case study page css end================== */















/* ===============================service page====================== */
.work-img img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

#owr-work-slider {
    position: relative;
    z-index: 2;
}

#service-banner {
    padding-top: 2rem;
    padding-bottom: 0;
    background-size: cover;
    /*     animation: gradient-6 15s ease infinite; */
    background-image: url(../images/service-pattren.png), linear-gradient(290.51deg, #141416 2.98%, #141416 97.72%);
    background-repeat: no-repeat;
}

#service-sec .left-content {

    position: sticky;

    height: 400px;

    top: 80px;

    bottom: 80px;

}

@keyframes gradient-6 {

    0% {

        background-position: 0% 50%;

    }

    50% {

        background-position: 100% 50%;

    }

    100% {

        background-position: 0% 50%;

    }

}

.bg-light-blue-color {
    background-color: #FBFFFF;
}


/* service-sec */



.service-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px;
    box-sizing: border-box;
}

.service-card h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.1;
    color: #1B1C20;
}

.service-card p {
    font-size: 17px;
    line-height: 1.9;
    color: #5B5B5B;
    opacity: 0.6;
}

.left-img {
    width: 30%;
}

.right-card-inner {
    width: 90%;
}

.black {
    background-color: #000;
}

.black h3 {
    color: #fff;
}

.black p {
    color: #D7D7D7;
}

.insta-section {
    padding-top: 9rem;
    padding-bottom: 0;
    background-size: cover;
    /*     animation: gradient-11 15s ease infinite; */
    background-image: url(../images/product-pttren.png), linear-gradient(280.61deg, #DF894A 1.51%, #FC5441 97.14%);
    background-repeat: no-repeat;

}

/*   @keyframes gradient-11 {
    0% {
      background-position: 0% 80%;
    }

    50% {
      background-position: 200% 100%;
    }

    100% {
      background-position: 0% 80%;
    }
  } */

.pb-custom {
    padding-bottom: 7.2rem;
}


/* .work-card slider sec */
#work-slider .item {
    padding: 1px;
}


.work-card {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0px 32px 26px rgb(0 0 0 / 2%);
    border-radius: 8px;
    padding: 10px;
}

.work-body h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #1B1C20;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
}

#work-slider button.owl-prev {
    position: relative;
}

#work-slider .owl-prev::before {
    content: "";
    background-image: url(../images/next-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    left: -50px;
}

#work-slider button.owl-next::before {
    content: "";
    background-image: url(../images/prev-button.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
}

#work-slider button span {
    display: none;
}

.service-study .insta-section {
    background-image: url(../images/s-inta-bg-pttren.png), linear-gradient(287.34deg, #DE0046 1.66%, #F7A34B 94.36%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-study .insta-section .sec-title {
    text-transform: capitalize;
    opacity: 0.8;
}

/* ======================servicepage css end============= */

.form-box-contact ::-webkit-input-placeholder {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.form-box-contact ::placeholder {
    padding-top: 5px !important;
    padding-bottom: 15px !important;
}

/* 
  ==========================contact css================== */
#contact-top-banner {
    padding-top: 16rem;
    padding-bottom: 16rem;
    background-size: inherit;
    /*     animation: gradient-8 15s ease infinite; */
    background-image: url(../images/contact-bg.png);
    background-color: #141416;
    background-repeat: no-repeat;
}

.form-box-contact textarea>div {
    padding-top: 40px;
}

/* @keyframes gradient-8 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
} */
.bg-bule {
    background-color: #FBFFFF;
}

.contact-form-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 166px rgba(0, 0, 0, 0.06);
    border-radius: 41px;
    padding: 25px 25px;
    margin-top: -245px;
}

.contact-us-address {
    background: #1B1C20;
    border-radius: 24.2412px;
    padding: 50px 40px 120px 40px;
    position: relative;
    overflow: hidden;
}

.contact-us-address:before {
    content: "s";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/wp-content/themes/bigwigmonster/assets/images/conatct-curve-shape-nwe.png?_t=1650769979);
    background-repeat: no-repeat;
    background-size: 100px;
    width: 100px;
    height: 100px;
}

.contact-us-address:after {
    content: "s";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/wp-content/themes/bigwigmonster/assets/images/dot-pattren.png?_t=1650770390);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 75px;
    height: 180px;
}

.contact-us-address h3 {
    font-weight: 500;
    font-size: 36.3617px;
    line-height: 18px;
    font-style: normal;
    color: #FFFFFF;
}

.contact-us-address p {
    font-weight: 400;
    font-size: 19px;
    line-height: 164.3%;
    color: #EEEEEE;
    opacity: 0.6;
    padding: 30px 0px 60px 0px;
}

.contact-us-address h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 11px;
    color: #FFFFFF;
    padding: 50px 0px 15px 0px;
}

.contact-us-address a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffffc7;
}

.contact-us-address h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

.contact-us-address .talk-us .office-box {
    float: left;
    width: 50%;
}

.contact-us-address .talk-us .fax-box {

    float: left;
    width: 50%;
}

.contact-us-address h4 {
    font-weight: 500;
    font-size: 21.211px;
    line-height: 21px;
    color: #FFFFFF;
}

.follow-us-box {
    padding-top: 230px;
}

.contact-us-address h5:before {
    content: "";
    position: absolute;
    background-image: url(../images/Message.png);
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    top: 42px;
    left: -29px;
    display: flex;
}

.contact-us-address h5 {
    position: relative;
}

.chat-us {
    padding-left: 30px;
}

.meet-us {
    padding-left: 30px;
}

.talk-us {
    padding-left: 30px;
}

.contact-us-address .talk-us a {
    font-size: 16px;
}

.contact-us-address .meet-us h5:before {
    content: "";
    position: absolute;
    background-image: url(../images/meet.png);

}

.contact-us-address .talk-us h5:before {
    content: "";
    position: absolute;
    background-image: url(../images/call.png);

}

.form-box-contact h4 {
    font-weight: 500;
    font-size: 36px;
    line-height: 18px;
    color: #121212;
    padding: 50px 0px 50px 0px;
}

.form-box-contact {
    padding-left: 60px;
}

.form-box-contact p {
    font-weight: 400;
    font-size: 19px;
    line-height: 183.3%;
    color: #707070;
    opacity: 0.6;
    padding-bottom: 40px;
}

.form-box-contact label {
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 8px;
    letter-spacing: 0.03em;
    color: #A9A9A9;
    padding: 10px 0px;
}

.form-box-contact .form-inner {
    display: flex;
    gap: 30px;
}

.form-inner-box {
    width: 50%;
    flex: 50%;
}

.form-inner-full {
    width: 100%;
    flex: 100%;
}

.form-box-contact input.form-control {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #c1bdbd;
    padding: 12px 10px;
    border-radius: 0;
    margin-bottom: 30px;
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: #121212;
}

.form-box-contact .form-control:focus {

    background-color: transparent;
    border-color: #000;
    border-radius: 3.78768px;
    outline: 0;
    box-shadow: none;
}

.form-box-contact textarea.form-control {

    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #c1bdbd;
    padding: 12px 10px;
    border-radius: 3.78768px;
    margin-bottom: 30px;
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    /*     line-height: 9px; */
    color: #121212;

}

.select-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.select-box h3 {
    width: 100%;
}

.select-box input[type=checkbox] {}




/* 
  ==========================contact css================== */




/* ======================servicepage css end============= */


#how-wrk .card {
    height: 100%;
}

#how-wrk .sec-title {
    color: #1b1c20;
}

#service-sec .service-card:hover {
    background: #1b1c20;
    box-shadow: 0px 29px 27px rgb(0 0 0 / 25%);
    border-radius: 12px;
    color: #fff;
    transform: tanslateY(-15px);
}

#service-sec .service-card {
    transition: 1s;
}

#service-sec .service-card:hover h3 {
    color: #fff;
}

#service-sec .service-card:hover p {
    color: #fff;
    opacity: 1;
}





/*  =================meet up page============================ */

.pt-100 {
    padding-top: 170px;
}

#meet-banner {
    padding-top: 9rem;
    padding-bottom: 0;
    background-size: cover;
    /*     animation: gradient-1 15s ease infinite; */
    background-image: url(./../images/product-banner-pattren.png), linear-gradient(112.02deg, #02AFE8 2.34%, #7030A0 70.93%);
    background-position: bottom center;
}

#meet-banner .banner-desc {
    padding-right: 87px;
}

.service-content .desc-17 {
    padding-right: 91px;
}

.best-services-box .service-card h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 140.5%;
    color: #1B1C20;
    transition: transform 2s;
}

.best-services-box .service-card {
    transition: 1s;
}

.best-services-box .service-card:hover {
    background: #1B1C20;
    box-shadow: 0px 29px 27px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    color: #fff;
    transform: translateY(-15px);
}

.best-services-box .service-card:hover h3 {
    color: #fff;
}

section#attandee {
    background-color: #F8F8F8;
}

section#attandee .row {
    align-content: center;
    align-items: center !important;
}

section#phone-img-sec {
    background-color: #F8F8F8;

}

@media screen and (max-width: 1200px) {
    .gap-50 {
        gap: 16px;
    }

    .footer-link {
        opacity: 0.6;
    }

    #other-product button.owl-prev::before {
        left: 43%;
    }

    #other-product button.owl-next::before {
        right: 42%;
    }

}

/***************************responsive**************************/

@media screen and (max-width: 991px) {
    #case-study-banner {
        min-height: initial;
    }
    #meet-banner .banner-desc {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .service-content .pb-30 {
        padding-bottom: 10px;
    }

    section#meet-banner #service-sec .left-content {
        position: sticky;
        height: 280px !important;
    }

    #attandee .left-content.service-content {
        padding-top: 50px;
    }

    #attandee img.img-fluid {
        width: 90%;
        margin: 0 auto;
    }

    /****************navbar********************/
    div#navbarSupportedContent {
        background: #000;
        padding: 40px;
        text-align: center;
        position: relative;
        z-index: 999;
        border-radius: 30px;
    }

    .white-btn {
        background: #ffffff;
        border-radius: 11px;
        padding: 8px 14px;
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        color: #1b1c20;
        position: relative;
        z-index: 1;
        margin-top: 10px;
    }

    .white-btn::after {
        left: 6px;
        top: 6px;
    }

    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }

    .navbar-nav .nav-link {
        color: #ffffff;
        margin: 0 25px;
        text-transform: uppercase;
    }

    div#navbarSupportedContent .pl-30 {
        padding-left: 0px;
    }

    #service-sec .left-content {
        position: sticky;
        height: 280px;
        top: 80px;
        bottom: 80px;
    }



}

@media screen and (max-width: 776px) {

    #service-sec .left-content {
        height: 340px;
    }

}

@media screen and (max-width: 576px) {
    .service-card.d-flex {
        flex-direction: column;
    }

    .service-card .left-img {
        width: 100%;
        margin: 0 auto;
    }

    .service-card .right-card-inner {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }

    .service-card .left-img img.img-fluid {
        margin: 0 auto;
        display: block;
    }

    .service-content .desc-17 {
        padding-right: 0px;
    }

    .best-services-box .service-card h3 {
        font-size: 24px;
    }

    #service-sec .left-content {
        position: sticky;
        height: 280px;
        top: 80px;
        bottom: 80px;
    }
}

    /* 	  flip card */
    span.wpcf7-spinner {
        display: none;
    }

    .wpcf7-not-valid-tip {
        color: #ffffff;
    }

    .wpcf7-submit.blk-btn {
        display: block;
        padding: 22px;
        height: auto;
        width: 100%;
        background: black;
        border: 1px solid #000;
    }

    .flip-card-3D-wrapper {
        transition: transform 1s;
        transform-style: preserve-3d;
        cursor: pointer;
        position: relative;
    }

    .blk-box-back ::placeholder {
        color: #fff !important;
    }

    #flip-card-btn-turn-to-back {
        position: relative;
    }
    .flip-card-back .blk-box-back  .wpcf7-not-valid-tip {
        color: #ffffff;
    }
    .wpcf7-form-control-wrap{
        margin-bottom: 20px;
        display: block;
    }
    .flip-card-back   .wpcf7-response-output {
        color: #fff;
        background: rgb(255 0 0 / 15%);
        border: 1px solid rgba(255, 255, 255, 0.31) !important;
        box-sizing: border-box;
        border-radius: 13px;
        padding: 10px !important;
    }

/*     #flip-card-btn-turn-to-back img {
        position: absolute;
        top: 19%;
    } */

    .fade {
        display: none;
    }

    #black-box-sec {
        padding-bottom: 500px;
        padding-top: 0;
    }

    .box-title-blk {
        font-family: 'Whyte';
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 133.8%;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        opacity: 0.8;
        padding: 30px 200px;
    }

    .blk-box {
        background-image: url(/wp-content/uploads/2022/04/get-app-pttren.png), linear-gradient(280.61deg, #1B1C20 1.51%, #1B1C20 97.14%) !important;
        padding: 100px;
        border-radius: 25px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .blk-box-back {
        background: url(/wp-content/themes/bigwigmonster/assets/images/flip-card-bg.png), linear-gradient(287.34deg, #DE0046 1.66%, #F7A34B 94.36%) !important;
        padding: 80px;
        border-radius: 25px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .flip-card-back .sm-title {

        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.2em;
        color: rgba(255, 255, 255, 0.68);
    }

    .flip-card-back .blk-box-back {
        padding: 80px 200px;
    }

    .blk-box-back input,
    textarea {
        background: rgba(249, 249, 249, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.31);
        box-sizing: border-box;
        border-radius: 13px;
        padding: 20px;
		line-height:1.2;
		padding-top:20px;
    }

    .flip-card-back h2.box-title-blk {
        font-weight: 500;
        font-size: 36px;
        line-height: 1.1;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        opacity: 0.8;
        padding-top: 8px;
    }

    .black-box-title {
        color: #ffff;
    }

    #flip-card {
        width: 100%;
        height: 100%;
        text-align: center;

        position: absolute;
        -o-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -o-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .do-flip {
        -o-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
/* 
    #flip-card-btn-turn-to-back {
        background: transparent;
        border: none;
    }
 */
#flip-card-btn-turn-to-back {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


    #flip-card .flip-card-front,
    #flip-card .flip-card-back {
        width: 100%;
        height: 100%;
        position: relative;
        -o-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 2;

    }



    #flip-card .flip-card-back {


        -o-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

#box-two .owl-nav {
    display: none;
}
.blk-box-back input::placeholder {
    padding-top: 8px;
}


/* case study slider  */
.tab-section .tab-content {
    max-height: 530px;
}
#number-carousel {
    transform: rotate(90deg);
    transform-origin: left top;
    width: 380px;
    height: 360px;
    overflow: hidden;
    margin-left: 55px;
    margin-top: 0;
    padding: 0 10px;
}
  
#number-carousel .nav-item {
    transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px; /* height of each number */
}
  
#number-carousel .nav-link {
    display: block;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
}
#number-carousel .owl-prev {
    position: absolute;
    top: -59px;
    left: -11px;
    z-index: 99;
    margin: 5px 0;
}
#number-carousel .owl-nav span {
    font-family: 'dashicons';
    font-size: 40px;
}
#number-carousel .owl-nav {
    position: relative;
}
#number-carousel .owl-next {
    position: absolute;
    bottom: 10px;
    right: -11px;
    margin: 5px 0;
}



/* discuss form  */
.discus-form-inner {
    background: #FFF;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 25px rgb(204 204 204 / 33%);
}
.discuss-heading {
    margin-bottom: 35px;
}
.discuss-heading p {
    color: #9f9f9f;
}
.discus-form-inner .form-group {
    margin-bottom: 3rem;
}
.discus-form-inner .form-control:focus {
    box-shadow: none;
    border: 0px solid;
    border-bottom: 1px solid #555;
}
.discus-form-inner .form-select:focus {
    box-shadow: none;
}
.discus-form-inner .form-control {
    background: transparent;
    border: 0px solid;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
}
.discus-form-inner label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #A9A9A9;
    padding: 10px;
    padding-left: 0;
    margin: 0px;
}
.discus-form-inner .form-select {
    background-color: transparent;
    border: 0px solid;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
}
.discus-form-inner .form-bottom-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: end;
    gap: 10px;
}
.discus-form-inner .btn.btn-primary {
    background: #1B1C20;
    border-radius: 11px;
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 9px;
    color: #FFFFFF;
    padding: 20px 40px;
    border-color: #1B1C20;
}

/* case study new design css  */
.case-content-new {
    margin-bottom: 40px;
}
.case-content-new h4 {
    color: #989898;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}
.case-content-new ul { 
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.case-content-new ul li:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333333;
}
.case-content-new ul li {
    font-size: 18px;
    color: #989898;
    padding: 10px 0;
    position: relative;
    line-height: 34px;
    width: calc(50% - 16px);
    margin: 0 8px;
}
.case-content-new p {
    color: #989898;
    font-size: 18px;
    line-height: 32px;
}
.case-content-middle p {
    color: #989898;
    font-size: 18px;
    line-height: 32px; 
}
.case-content-middle h5 {
    margin: 25px 0 10px;
    font-size: 20px;
}
.case-content-new p {
    margin-top: 7px;
}

@media screen and (max-width: 992px) {
    #number-carousel {
        transform: inherit;
        transform-origin: inherit;
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin-left: 0;
        margin-top: 0;
    }
    #number-carousel .nav-item {
        transform: inherit;
    }
    #number-carousel .owl-prev {
        left: 0;
    }
    #number-carousel .owl-next  {
        right: 0;
    }
	.case-content-new ul li {
		width: 100%;
	}
} 