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


.influ-prof-sec{
    position: relative;
    padding: 3rem 0;
}

.influencer-prof{
    padding: 10px 10px 30px;
    background: #fff;
    box-shadow: 0 0 30px 5px rgba(0,0,0,.08);
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
}
.influencer-prof-head-c1{
    background: #ffeae5;
}
.influencer-prof-head-c2 {
    background-color: #d2f0f4;
}
.influencer-prof-head-c3 {
    background-color: #eaf8c2;
}
.influencer-prof-head-c4 {
    background-color: #fce7ff;
}
.influencer-prof-head {
    /*background: #ffeae5;*/
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}
.influencer-prof-head img {
    width: 154px;
    height: 154px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .15);
    border-radius: 50%;
    border: 4px solid #fff;
}

.influencer-prof-title {
    color: #000;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.influencer-prof-title a {
    color: #000;
    font-size: 22px;
    line-height: 20px;
    margin-top: 0.4rem;
}
.influencer-prof-title span {
    display: block;
    color: #647082;
    font-weight: 400;
    font-size: 16px;
    line-height: initial;
    margin-top: 10px;
}

.influencer-prof-body {
    padding: 20px 20px 0;
    background: #fff;
}
.influencer-prof-follower {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffeae5;
    padding-bottom: 12px;
    align-items: center;
}
.influencer-prof-followers-count {
    display: flex;
    flex-direction: column;
}
.influencer-prof-followers-count b{
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 700;
}
.influencer-prof-followers-count span{
    font-size: 14px;
    font-weight: 400;
    color: #647082;
}
.influencer-vborder {
    width: 1px;
    background: #ffeae5;
    min-height: 44px;
    margin-left: -.5px;
    max-height: 42px;
}
.influencer-prof-following-count{
    display: flex;
    flex-direction: column;
}
.influencer-prof-following-count b{
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 700;
}
.influencer-prof-following-count span{
    font-size: 14px;
    font-weight:400;
    color: #647082;
}
.mar-tp-20{
    margin-top: 20px;
}
.influencer-btn {
    background: #ffebdf;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9.5px 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    transition: all .3s ease;
}
.influencer-btn:hover {
    background: #ec223f;
    color: #fff;
}
.influencer-cont-btn{
    background: #fff;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 550;
    color: #2352a1;
    transition: all .3s ease;
    z-index: 2;
}
.influencer-cont-btn:hover {
    background: #000;
    color: #fff;
    z-index: 2;
}
.influencer-prof:hover .influencer-prof-title a {
    color: #fe2c55;
}
.influencer-prof:hover {
    transform: translateY(-10px);
}

.cont-us-sec{
    position: relative;
    margin: 4rem 0;
}

.background-overlay{
    overflow-x: clip;
    background-image: linear-gradient(135deg, #2352a1   0%, #ff0000  100%);
}
.cont-us-left-cnt{
    padding: 8rem 3rem;
    height: 500px;
    
}
.cont-us-left-cnt span{
    font-size: 43px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
}
.cont-us-left-cnt p{
    color: #fff;
    margin-bottom: 25px;
}
.cont-us-right{
    position: relative;
    background-image: url('../our-images/background/back-cont-img.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    /*z-index: 1;*/
}
.cont-img-1{
    position: absolute;
    top:-140px;
    left: 75px;
    z-index: 1;
}
.cont-img-2{
    position: absolute;
    top: 70px;
    left: 100px;
    z-index: 2;
}
.cont-img-3{
    position: absolute;
    top: 325px;
    left: 20px;
    z-index: 2;
}
.cont-img-4{
    position: absolute;
    top: 130px;
    left: 450px;
    z-index: 2;
}
.cont-img-5{
    position: absolute;
    top: 430px;
    left: 410px;
    z-index: 2;
}
.cont-img-6{
    position: absolute;
    top: 260px;
    left: 30px;
    opacity: .1;
    z-index: 1;
}
.cont-img-7{
    position: absolute;
    top: 245px;
    left: 5px;
    z-index: 0;
}   


/*why-choose-start*/

.why-our-choose-us{
     position: relative;
    padding: 3rem 0 5rem;
    overflow: hidden;
}

.why-us-background-overlay{
    position: absolute;
    background-image: url('../our-images/background/why-rounded-bg.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 550px auto;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
 
}

.why-choose-flip-box{
    position:relative;
    perspective: 1000px;
    height: 400px;
    margin-top: 2rem;
    /*transform-style: preserve-3d;*/
    
}
.why-choose-flip-boxt {
    position: relative;
    margin-top: 5rem !important;
}
.flip-box-layer{
    position: absolute;
        /*position: relative;*/
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
   
}

.why-choose-flip-box:hover .flip-box-layer-front {
    transform: rotateX(0) rotateY(180deg);
        z-index: -1;
}
.inner-elementor-icon img{
        filter: brightness(0) invert(1);
}
/*.why-choose-flip-box:hover .flip-box-layer-back {*/
/*    transform: rotateX(0) rotateY(180deg);*/
/*}*/

/*.why-choose-flip-box:hover .flip-box-content{*/
/*     display:none;*/
/*}*/

.flip-box-layer-front{
    background-color:#fff;
    border-radius: 10px;
     transform: none;
    z-index: 1;
}

.why-flip-overlay{
    position:relative;
    transform-style: preserve-3d;
    transform: translateZ(.1px);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
 
    text-align: center;
    padding: 35px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}


.inner-elementor-icon {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    line-height: 1;
    transition: all .3s;
    background-color: #2352a1;
    font-size: 56px;
    text-align: center !important;
    /* background-color: #cf122361; */
    height: 85px;
    width: 85px;
    line-height: 74px;
    margin-bottom: 0.7rem;
    transform: translateZ(90px) scale(.91);
}
.why-flip-box-title{
    position: relative;
    text-align: center !important;
    color: #000;
    margin: 3px 0 10px;
    line-height: 1.4;
    padding: 0;
    transform: translateZ(90px) scale(.91);
    font-size: 1.2rem;
}

.why-our-choose-us:hover .flip-box-layer-back .why-flip-box-title{
    color:#fff!important;
}

.why-our-choose-us:hover .flip-box-layer-back .flip-box-content{
    color:#fff!important;
}

.flip-box-content{
    position:relative;
    text-align: center !important;
     color:#000;
     transform: translateZ(90px) scale(.91);
}

.flip-box-layer-back {
   background-color: #fff;
   background: linear-gradient(90deg, #2352a1 0%, #ff0000 100%);
   display: block;
   transform: none;
  /*z-index: 1;*/
  transform: rotateX(0) rotateY(-180deg);
}



.header-top {
    position:relative;
    padding:3rem 0;
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    display:block;
}
.header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.influencer-header-bottom {
    position: relative;
    background-color: #fff;
    padding: 0;
    transition: all .5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 1;
   
}

.header-botteom-btn{
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    background-color: #E21334;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    display: flex;
    align-items:center;
    border: none;
    line-height: 24px;
    min-width: 160px;
    cursor: pointer;
    padding: 12.5px 15px;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
   
}
.header-botteom-btn i{
    font-size: 1.4rem;
    margin-right: 0.8rem;
}
.header-botteom-btn a{
    position:relative;
    color:#fff;
}
.influencer-header-bottom .container{
    position:relative
}
.influencer-header-bottom .influencer-our-menu {
    position: relative;
    gap: 35px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}
.header-botteom{
    position: absolute;
    right: 10px;
    bottom: -52px;
    display: flex;
    gap: 10px;
}
.header-icon-box-title p{
    margin-bottom:0;
}
.head-ph-icon{
 position: relative;
    margin-top: 1rem;
    display: flex;
    /*padding: 3px 0;*/
   
}
.main-head-spli{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
.header-icon-box-title{
    position: relative;
    font-size: 1rem;
    padding: 0;
    margin-left: 0.2rem;
        text-align: center;
} 
.influencer-our-menu a {
    position: relative;
    color: #000 !important;
    font-weight: 600;
       font-size: 1rem;
}
.influencer-header-logo{
    position:relative;
    text-align:center;
}
.head-ph-icon svg{
    position: relative;
    position: relative;
    padding: 8px 0 4px;
    display: inline-block;
}
.header-icon-description a{
    position:relative;
    color:#000;
    font-size:17px;
    font-weight: 600;
    top: 0.2rem;
    text-align: center;
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #E21334;
    color: #fff;
    
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 30px;
    min-width: 170px;
    border-radius: 6px;
}
.th-btn:before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    width: 120%;
    top: -1px;
    right: 100%;
    background-color: #1f54a3;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: inherit;
    -webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
}
.th-btn:hover:before{
    right: -20%;
}