
.bg-sky {
    background-color: #EDF2F7;
}

body,
html {
    overflow-x: hidden;
}

*:not(i) {
    font-family: 'poppins' !important;
}

.phone-text {
    font-size: 17px !important;
    font-weight: 500;
    color: #000;
    text-decoration: none;

    &:hover {
        color: #E51B55;
    }
}

.nav-logo {
    width: 24px;
    margin-right: 10px;
}

.navbar-toggler-icon {
    width: 2rem;
    margin-top: 9px;
}

.navbar-toggler .navbar-toggler-icon {
    width: 2rem;
    margin-top: 0px;
}

.navbar-expand-lg .navbar-collapse {
    margin-right: 0px !important;

}

.navbar-nav li {
    margin: 0px 10px;
}

.secondnav h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.secondnav h4 a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-decoration: none !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (min-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: start;
        text-align: start;
    }

    .navbar-expand-lg .navbar-collapse {
        margin-right: 0px !important;
        justify-content: end;
        text-align: end;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 240px;
        background: #edf2f7;
        padding: 0px;
        border: none;
    }

    .dropdown-menu li:not(.b-none) {
        border-bottom: 1px solid #E51B55;
        margin: 0px;
    }

    .dropdown-menu li a {
        padding-left: 10px;
    }
}

.dropdown-toggle::after {
    display: none;
}

li.has-submenu:after {
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 12px;
    color: #000;
}

.navbar-nav li a.active {
    color: #E51B55 !important;
    font-weight: 500 !important;
}

.dropdown-menu li a {
    font-size: 16px;
    color: #4a5568 !important;
    font-weight: 400 !important;
    text-decoration: none;
}

.dropdown-menu li {
    padding: 10px 0px;
}

.mobile-nav li {
    border-bottom: 1px solid #E51B55;
}

.navbar-nav li {
    margin: 0px 10px;
}

.mobile-nav li a {
    padding-left: 13px;
}

.navbar-nav li a {
    font-size: 16px;
    color: #000 !important;
    font-weight: 400 !important;

    &:hover {
        color: #E51B55 !important;
    }
}

.navbar-nav li a.dropbtn:hover {
    color: #000 !important;
}

.inside-toggle {
    position: absolute;
    top: 0px;
    right: 10px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.footer-bg {
    background: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #ffffff !important;
}

.links a {
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff !important;
    text-align: left;

    &:hover {
        color: #E51B55 !important;
    }

}

li::marker {
    color: #ffffff !important;
}

.services a {
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff !important;
    text-align: left;

    &:hover {
        color: #E51B55 !important;
    }

}

.services {
    padding-left: 20px;
}

.links {
    list-style: none;
    padding: 0px;
}

.links li {
    padding: 7px 0px;
}

.contact {
    padding: 0px;
    list-style: none;

}

.contact li {
    padding: 7px 0px;
}

.contact a {
    text-decoration: none;

    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;

    &:hover {
        color: #E51B55;
    }
}

.contact p {
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
}

.icons-foo a {
    display: inline;
    margin: 5px;
    padding: 10px 15px;
    border-radius: 100%;
    background: #ffffff;
    color: #E51B55;

    &:hover {
        background: #E51B55;
        color: #ffffff;
    }
}

.icons-foo a i {
    font-size: 14px;
}

.bottom-foo {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    font-size: Poppins;
}

.bottom-foo a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (min-width:992px) {
    .icons-foo a {
        padding: 8px 13px !important;
    }

    .icons-foo a.fb {
        padding: 8px 15px !important;
    }

    .custom-height {
        height: 130px;
        width: 220px;
    }
}

@media screen and (min-width:767px) and (max-width:992px) {
    .cardBox:hover .card div.back{
        left:45px !important;
    }
    .swiper-navBtn.custom-btn {
        top: 54% !important;
    }

    .custom-height {
        height: 120px !important;
        width: 230px;
    }

}

@media screen and (min-width:770px) and (max-width:992px) {
    .custom-margin-x-axis {
        margin-right: 30px !important;
    }
}

@media screen and (min-width:1200px) {

    /* .card-wrapper.swiper-wrapper.w-100.bl-1 {
        height: 44% !important;
    } */
}

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


    .bg-pink.radius-15 {
        border-radius: 0px 0px 15px 15px !important;
    }

    .bg-prime.radius-15 {
        border-radius: 0px 0px 15px 15px !important;
    }

    .bl-15 {
        border-radius: 15px 15px 0px 0px !important;
    }

    span.img-box {
        width: 182.5px !important;
    }

    .custom-height {
        height: 160px;
    }

    .card .card-content .slide-title {

        font-size: 18px;
    }

    .card .card-content .slide-text {
        font-size: 9px;
        line-height: normal;
    }

}

@media screen and (min-width:410px) and (max-width:415px) {
    .logo-row span.img-box {
        /* width: 125.5px !important; */
        width: 131.5px !important;
    }
}

@media screen and (max-width:361px) {
    div.swiper-navBtn.custom-btn {
        top: 54.5% !important;
    }
}

@media screen and (min-width:390px) and (max-width:392px) {
    .logo-row span.img-box {
        /* width: 125.5px !important; */
        width: 123.5px !important;
    }
}

@media screen and (max-width:576px) {
    .cardBox:hover .card div.back
{
        width: 290px !important;
        left: 35px;
        top: 18px;
    }
    .web-icons-api span{
  font-size:16px !important;

}
.points-span span{
  font-size:16px !important;
}

    .nav .nav-link{
     font-size:16px !important;
}
    .mobile-number.pl-90mobile{
       text-indent: 80px;
    }
    .popup input.form-control {
    padding: 5px !important;
    }
     .popup select.form-control {
    padding: 5px !important;
    }
    .wa-btn img{
   width:14px !important
}
.close{
    background: unset !important;
}
button.btn.enq{
    font-size: 12px !important;
    padding: 12px 2px !important;
}
a.wa-btn{
    font-size: 12px !important;
    padding: 12px 2px !important;
}
    .swiper-navBtn.custom-btn {
        top: 53% !important;
    }

    .proposal select {
        height: 52px !important;
    }

    input,
    select {
        height: 52px !important;
    }

    img.w-100.h-100.bl-15 {
        object-fit: cover !important;
        height: 250px !important;
    }

    div.card div.front,
    div.card div.back {
        height: 355px !important;
    }

    div.card-3 {
        height: 355px !important;
    }

    div.cardBox.flipcard {
        height: 355px !important;
    }

    .web {
        transform: rotateY(180deg);
    }

    .back h3 {
        position: relative;
        top: 30px;
    }

    .back p {
        padding: 10px 25px !important;
        margin-top: 0px !important;
    }

    .card.card-3 {
        background-position: center 80% !important;
    }

    .fade-div:after {
        background: unset !important;
    }

    .proposal-btn {
        margin-top: 8px;
    }

    .px-xs-2-custom {
        padding-top: 20px !important;
    }

    .px-sm-custom-10 {
        padding: 5px;
    }

    .card-content div.col-3.br-11:after {
        left: 100% !important;
    }

    .col-3.br-1 {
        padding: 0px 8px;
    }

    .row.bg-pink.border-20.align-items-center.overflow-hidden.py-lg--5 {
        padding: 40px 0px 20px 0px;
    }

    .brands img {
        width: 100px;
    }

    span.img-box {
        /* width: 125.5px !important; */
        width: 118.5px !important;
    }

    .img-box img {
        width: 85px !important;
    }

    /* div.card-wrapper.swiper-wrapper.w-100.bl-1{
        height: 98% !important;
    } */
    .modal-title {
        font-size: 16px !important;
        margin-top: 10px !important;
    }

    .px-sm-2-custom-logo {
        padding: 0px 8px;
    }

    .flipcard .card .front,
    .flipcard .card .back {
        width: 100% !important;
        display: grid;
        align-items: center;
    }

    .boxesContainer.justify-content-center.mx-auto.text-center.d-xl-flex.gap-xl-0 {
        padding: 0px 8px;
    }

    .cardBox.flipcard {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .speak-text {
        font-size: 18px !important;
    }

    .points-title {
        font-size: 16px !important;
    }

    .points {
        font-size: 10px !important;
    }

    .number {
        font-size: 26px !important;
        padding-bottom: 0px !important;
    }

    .bg-pink.radius-15 {
        padding: 10px !important;
    }

    .sub-title {
        font-size: 22px !important;
    }

    .logo-row {
        align-items: stretch;
        justify-content: center;
    }

    .group {
        top: 0px !important;
    }

    .proposal-title,
    h2.flip-title,
    .about-title {
        font-size: 26px !important;
    }

    h2.client-title {
       margin-top: 150px !important;
        font-size: 26px !important;
    }

    .card .card-content .slide-title {

        font-size: 16px !important;
        margin-bottom: 0px;
    }

    .br-1 {
        height: 50px !important;
    }

    .card .card-content .slide-text {
        font-size: 8px !important;
        line-height: normal;
    }

    .card .card-content .slide-p {
        font-size: 10px !important;
        line-height: 12px;
        padding-top: 8px !important;
    }

    .card .card-content .slide-found {
        font-size: 9px !important;
    }

    h2.banner-title {

        font-size: 2rem;
        line-height: 40px;
    }

    p.banner-text {
        font-size: 18px;
    }

    .custom-height {
        height: 100px;
    }
}

.banner-title {
    font-family: Poppins;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 53.52px;
    letter-spacing: -0.03em;


}
.banner-form-btnsection:hover button{
border-width:2px !important;
}

.banner-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}

.banner-bg {
    /* background: url('../images/banner.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.video-section{
    position: absolute;
    left: 0px;
    top: -40px;
}
.book-strategy:hover span {
border:2px solid #FB97AB !important;
}
.book-strategy:hover  a{
border:2px solid #FB97AB !important;
}
.banner {
    /* background-color:#d23f64b2; */
    /* background-color: ; */
     background: linear-gradient(0deg, white, #e51b54ea 45%) ;
    /* opacity: 0.9; */
    height: 100%;
}



/*------------*/
.form-area {
    background-color: #fff;
    opacity: 1 !important;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 20px 20px 5px 20px;

    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-area .form-inner {
    width: 100%;
}

.form-inner .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #000;
    background-color: #FFF;
    border-color: #E51B55;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
    width: 100%;
}

.form-submit.enq {
    color: #ffffff;
    background: #EA3C5F;
    font-size: 14px;
    font-weight: 500;
    padding:12px 2px !important;
    border-radius: 8px !important;
    margin-top: 10px !important;
    &:hover{
        color:#EA3C5F !important;
        background: #ffffff;
    }
}
a.wa-btn{
    margin-top: 15px;
     border-radius:8px !important;
      font-size: 14px;
    font-weight: 500;
    border:1px solid #34BF39;
      padding:12px 2px !important;
    color:#34BF39;
    text-decoration: none;
    &:hover{
        background: #40D145;
        color:#ffffff !important;
    }
}
.wa-btn:hover img{
   background: white;
   border-radius: 5px !important;
}

.slide-container {

    width: 90%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card.swiper-slide {
    border-radius: 25px;
    background-color: #FFF;
    overflow: hidden;
    border: 0px;
}

.bt-1 {

    border: unset !important;
}

.card.swiper-slide-2 {
    border-radius: 25px;
    background-color: #FFF;
    overflow: hidden;
    border: 0px;
    height: unset !important;

}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    background: #FCF1F1;
    border-radius: 0px 0px 15px 15px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 38px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .video-section iframe{
        height:100vh !important;
    }
    .close{
        right: 0px !important;
        top:0px !important;
        background:unset !important
    }
    .slide-content {
        margin: 0px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.slide-title {

    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.06em;
    text-align: left;

}

.slide-text {
    font-family: Poppins;
    font-size: 11.25px;
    font-weight: 400;
    line-height: 16.88px;
    text-align: left;

}

.slide-p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;

}

.slide-found {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;

}

.br-1 {
    border-right: 1px solid #00000040;
    height: 55px;

}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-navBtn {
    background: url('../images/arrow.png');
    background-repeat: no-repeat;
}

@media screen and (max-width:361px) {
        .cardBox:hover .card div.back
{

        left: 26px !important;
    }
    span.img-box {
        width: 114px !important;
    }
}

@media screen and (min-width:1116px) {
    .card-1{
             border-radius: 12px 0px 0px 12px !important;
    }
     .card-4{
             border-radius: 0px 12px 12px 0px !important;
    }
    .mx-nav-xl-10.mx-xl--10{
        position: relative !important;
        right: -50px !important;
    }

    .our-client.swiper-button-next {
        right: 0px !important;
    }

    .swiper-button-next {
        right: 25px !important;
        top: 56.5% !important;
    }

    .div-margin-l--20 {
        position: relative;
        left: -15px !important;
    }

    .slide-found.ind {
        padding-right: 19px !important;
    }

    .col-lg-8.bg-pink.radius-15.px-5.pt-lg-5.pt-3 {
        padding-top: 36px !important;
    }

    .col-lg-3.col-md-6.pr-0 {
        padding: 0px;
    }

    .ml--custom-footer-contact {
        position: relative;
        right: -10px;
    }

    .ml---30 {
        position: relative;
        left: -20px;
    }

    .mt--10 {
        position: relative;
        top: -10px;
    }

    .mt--5 {
        position: relative;
        top: -5px;
    }

    .px-xl-20-only {
        padding: 15px 35px !important;
    }

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

    .px-xl-4.pr-xl-only.order-2.z-index-0 {
        padding-right: 40px !important;
    }

    .slide-content {
        margin: 0px 38px !important;
    }

    /* .mx-xl--10 {
        position: relative;
        right: -15px;
    } */

    /* p.bottom-foo a.text-underline{
 text-decoration: underline !important;
    } */

    /* .bottom-foo{
        bottom: 20px !important;
    } */
    .icon-footer {
        position: relative;
        top: -8px;
    }

    .banner-title {
        padding-bottom: 25px;
    }

    .card-wrapper.swiper-wrapper.w-100.bl-1 {
        height: 54.8%;
    }

    span.img-box {
        width: 164.3px !important;
    }

    .img-box img {
        width: 120px !important;
    }
}

@media screen and (min-width:991px) and (max-width:1116px) {
    .px-0-footer {
        padding: 0px;
    }

    p.bottom-foo {
        font-size: 12px;
    }

    p.points {
        font-size: 13px;
    }

    .px-custom-for-xl-to-lg-0 {
        padding: 0px !important;
    }

    h2.flip-title {
        padding: 0px 40px;
    }

    img.group {
        top: -25px;
    }

    .card-content div.col-3.br-11:after {

        left: 95% !important;
    }
}

@media screen and (min-width:576px) and (max-width:992px) {
    .card-content div.col-3.br-11:after {

        left: 70% !important;
    }
}

@media screen and (max-width:1116px) {
    h3.number {
        font-size: 34px;
    }

    .card-wrapper.swiper-wrapper.w-100.bl-1 {
        height: auto;
    }

    /* .logo-row{
        box-shadow: none !important;
    } */
    .img-box {
        width: 191.5px !important;
    }

    .slide-container {
        width: 94% !important;
    }

    .card-content .slide-title {

        font-size: 20px;
    }

    .card-content .slide-text {
        font-size: 10px;
    }

    .card-content .slide-p {
        font-size: 13px;
    }

    .card-content .slide-found {
        font-size: 12px;
    }
}

.client-title {
    /* color: #8A8A8A; */
    color:#8A8A8A;
    font-weight: 400;
    font-size: 2.5rem;
}

.result {
    /* color: #FF7994; */
    color: #EA3C5F;
}

.bg-pink {
    background: #FCF1F1;

}

.border-20 {
    border-radius: 22px;
    padding: 40px 15px;

}

.proposal input,
select {
    /* box-shadow: 0px 3px 3px 0px #00000040; */
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 8px 5px;
    text-indent: 10px;

    &::placeholder {
        color: #212529;
        padding-left: 5px;
    }

}

.proposal select {
    text-indent: 10px;
    appearance: auto;
}

.proposal-btn {
    background: #DF4362;
    border-radius: 8px;
    padding: 11px 10px 35px 10px !important;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    width: 100%;

    &:hover {
        background: #ffffff;
        color: #DF4362;
        border: 1px solid #DF4362;
    }
}

.proposal-title {
    color: #000;
    font-family: 'poppins';
    font-size: 34px;
    font-weight: 400;
}

.text-pink {
    color: #d34065;
}

.propsal-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.group {
    position: absolute;
    top: -42px;
    right: -5px;

}

/* flip cards */


/* .cardBox {
    float: left;
    font-size: 1.2em;
    margin: 1% 0 0 1%;
    perspective: 800px;
    transition: all 0.3s ease 0s;
    width: 24%;
  } */
.cardBox {
    display: inline-block;
    height: 340px !important;
    width: 285px !important;
    border: none;

}

.cardBox:hover .card .back{
        backface-visibility: visible;
    transform: rotateY(360deg) !important;
        width: 265px !important;
        left:9px;
        top:10px;
    height: 320px !important;
    border-radius: 12px;
    background: none;
    background: url('../images/services/card.png') !important;
}



.card {
    border: 0px;
    cursor: default;
    transform-style: preserve-3d;
    transition: transform 0.4s ease 0s;
    border-radius: 0px !important;
    -webkit-animation: giro 1s 1;
    animation: giro 1s 1;
    background: unset !important;
}

.card p {
    margin-bottom: 1.8em;
}

.card .front,
.card .back {
    backface-visibility: hidden;
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 1.2em;
    left: -1px;
    width: 287px !important;
    height: 340px !important;
    padding: 0.8em;
    position: absolute;
    text-align: center;

}

.card .front strong {
    background: #fff;
    border-radius: 100%;
    color: #222;
    font-size: 1.5em;
    line-height: 30px;
    padding: 0 7px 4px 6px;
}

.card .back {
    transform: rotateY(180deg);
}

.card .back a {
    padding: 0.3em 0.5em;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 1px;
    font-size: 0.9em;
    transition: all 0.2s ease 0s;
}

.card .back a:hover {
    background: #fff;
    color: #333;
    text-shadow: 0 0 1px #333;
}

.cardBox:nth-child(1) .card .back {
    background: #DF4362;
}

.cardBox:nth-child(2) .card .back {
    background: #DF4362;
}

.cardBox:nth-child(3) .card .back {
    background: #DF4362;
}

.cardBox:nth-child(4) .card .back {
    background: #DF4362;
}

.cardBox:nth-child(2) .card {
    -webkit-animation: giro 1.5s 1;
    animation: giro 1.5s 1;
}

.cardBox:nth-child(3) .card {
    -webkit-animation: giro 2s 1;
    animation: giro 2s 1;
}

.cardBox:nth-child(4) .card {
    -webkit-animation: giro 2.5s 1;
    animation: giro 2.5s 1;
}

@-webkit-keyframes giro {
    from {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

@keyframes giro {
    from {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

@media screen and (min-width: 767px) {
    .pl-25-lg {
        padding-left: 25px;
    }

    .custom-margin-x-axis {
        margin-right: 20px;
    }

    .intl-tel-input .country-list {
        width: 400px !important;
    }
}

@media screen and (min-width:767px) and (max-width:768px) {

    div.slide-content {
        margin: 0px !important;
    }

    .custom-margin-x-axis {
        margin-right: 0px !important;
    }

    .col-lg-8.bg-pink.radius-15.px-5.pt-lg-5.pt-3 {
        padding: 20px !important;
    }

    .bg-pink.py-lg-3.py-4.px-sm-5.px-xl-20-only.px-2.bl-15 {
        padding: 20px !important;
    }

    .px-both {
        padding: 15px !important;
    }

    /* span.points-title,
    .points {
        text-align: center !important;
    } */

    .flipcard div.card .front,
    .flipcard div.card .back {
        width: 360px !important;
    }

    div.cardBox.flipcard {
        width: 360px !important;

    }
}

@media screen and (max-width: 767px) {
    .links.d-m-block.d-flex {
        flex-wrap: wrap;

    }

    .links li {
        margin-right: 15px !important;
    }

    .card .card-content .slide-p {
        font-size: 11px;
    }

    .card .card-content .slide-found {
        font-size: 10px;
    }

    .custom-height {
        height: 74px;
    }

    /* .card-wrapper.swiper-wrapper.w-100.bl-1{
        height: 136% !important;
    } */
}

/*
  @media screen and (max-width: 480px) {
    .cardBox {
      width: 94.5%;
    }
    .card {
      height: 260px;
    }
  } */
.card-1 {
    background: url('../images/services/web.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;

}

.card-2 {
    background: url('../images/services/mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
}

.card-3 {
    background: url('../images/services/wa.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 340px !important;
    border: 0px;
    background-position: center !important;
}

.card-4 {
    background: url('../images/services/e-com.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
}

.front h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 280px;
    text-align: center;
}

.back h3 {


    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}

.back p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    margin-top: 50px;
    text-align: center;

}

/*
  flip cards end */
h2.flip-title {
    font-size: 36px;
    font-weight: 400;
    font-family: 'poppins';
    text-align: center;
    /* color: #8A8A8A; */
    color: #8A8A8A;
    margin-bottom: 35px;
}

.text-light-pink {
    color: #d34065;
}

.logo-row {

    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-bottom: 0px;
    border-right: 0px;
    /* box-shadow: 10px 10px 10px 0px grey !important; */
}

.img-box {
    margin: 0px;

    width: 191.5px;
    padding: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    cursor: pointer;

    &:hover {
        background: #edf2f7a6;
    }
}

.img-box img {
    width: 140px;
}

.container.swiper {
    border-left: 1px solid #000 !important;
}

.card.swiper-slide.h-100 {
    height: unset !important;
}

.about-text {
    font-family: Poppins;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #8A8A8A;
    text-align: left;

}

.about-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 400;
    color: #2F2C2C;
    text-align: left;

}

.sub-title {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600 !important;
    color: #000000;
    text-align: center;
    /* border-width: 2px !important; */
    /* border-bottom: 1px solid #ea3c5fb2; */

}

.radius-15 {

    border-radius: 0px 15px 15px 0px !important;

}

.bg-prime {
    background: #DF4362;
}

.form-text {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-align: left;

}

.speak-text {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;

}

.number {
    font-family: Poppins;
    font-size: 36.41px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;


}

.number a {
    text-decoration: none;
    color: #fff;

    &:hover {
        color: #000 !important;
    }
}

.points-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    display: block;
    /* text-align: right !important; */
    color: #ffffff;
}

.points {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    /* text-align: right; */

}

.bl-15 {
    border-radius: 15px 0px 0px 15px;
}


.popup input,
.popup select,
.popup a {

    box-shadow: none;


}



.popup input.form-control {
    padding-top:  8px !important;
        padding-bottom:  8px !important;
    background: #EFEFEF !important;
  border-radius: 8px !important;

     &::placeholder {
color:#A09999 !important;
    }
}
.popup select.form-control:focus {
background: #ffffff !important;
color:#000 !important;
}
.popup input.form-control:focus {
background: #ffffff !important;
}
.popup select.form-control {
      appearance: auto;
        background: #EFEFEF !important;
  border-radius: 8px !important;
  color:#A09999 !important;

    text-indent: 0px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.modal-title {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #3B3F42;
    text-align: center;

}
.primary{
    color:#EA3C5F !important;
}
.secondary{
    color:#3B3F42 !important;
}
.popup-sub {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color:#7D7D7D;
    text-align: center;

}
.modal-header{
    border-bottom: 0px !important;
}

.close {
    position: absolute;
    right: -40px;
    background: #ffffff !important;
    background: none;
    border-radius: 10px;
    font-size: 25px !important;
    padding: 0px 10px;
    border:0px;

    &:hover {
        background: unset;
    }
}

.swiper-navBtn.custom-btn {
    /* background: url('../images/red-arrow.png'); */
    background: url('../images/icons/arrow.svg');
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    width: 60px;

}

.fade-div:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    pointer-events: none;
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 99%); */
    width: 100%;
    height: 100%;
}

.z-index-0 {
    z-index: 0;
}

.navbar-nav a,
.secondnav a {
    cursor: pointer !important;
}

.links,
.services {
    cursor: pointer !important;
}

.btm-text {
    position: absolute;
    bottom: 0px;
}


.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    color: #000 !important;

}

.mobile-number.pl-4 {
    padding-left: 35px !important;
    text-indent: 5px;
}

button:hover {
    background: unset;
}

/*
.swiper.fade-div{
    display: table-caption;

} */

select.form-control {
    padding: 4px;
}

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

    /* div.card-wrapper.swiper-wrapper.w-100.bl-1{
        height: 87% !important;
    } */
    p.points {
        font-size: 9px !important;
    }
}

/* .logo-row{
    box-shadow: none !important;
} */


.proposal select {
    border-radius: 8px !important;
    border-right: 8px solid white;
    padding: 12px 0px !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;

    &:focus {
        border-right: 1px solid #BE1235;
    }
}

.proposal input.form-control {
    border-radius: 8px !important;
    padding: 25px 0px !important;
}

.form-group.mt-2.mb-3 .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.modal-content {
    box-shadow: 18px 15px 11.1px 0px #00000040 !important;

}
.modal-dialog{
    border-radius: 20px !important;
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: #DF4362;
    border-color: #DF4362;
}

@media screen and (max-width:350px) {
    .cardBox.flipcard {
        width: 320px !important;

    }

    .flipcard .card .front,
    .flipcard .card .back {
        width: 320px !important;
    }

    .px-xs-2-custom {
        padding: 25px 12px 0px 12px !important;
    }

    .logo-row span.img-box {
        width: 108px !important;
    }
}

@media screen and (max-width:992px) and (min-width:767px) {
    .speak-text {
        padding-left: 25px !important;
    }

    .card .card-content .slide-p {
        font-size: 15px;
    }

    .card .card-content .slide-found {
        font-size: 12px;
    }
}

div.text-danger {
    padding-bottom: 0px;
    position: relative;
    top: -4px;
    text-align: left;
}

select.form-control.banner-fm {
    padding: 7px 5px !important;
    appearance: auto;
}

.form-inner.banner-form div.form-group {
    margin-bottom: 15px !important;
}
.form-inner.banner-form{
    background: #ffffff !important;
}
.val-err-msg {
    text-align: left !important;
    padding-bottom: 3px !important;
    top: 0px !important;
}

.secondnav h4:hover a {
    color: #E51B55;
}

.card-content div.col-3.br-11:after {
    content: '';
    position: absolute;
    border-left: 1px solid #00000040;
    right: 10px;
    /* adjust this */
    height: 65%;
    /* adjust this */
    top: 10%;
    left: 89%;

}

.card-content div.col-3 {
    position: relative;
}

@media screen and (min-width:1398px) {
    .cardBox:hover .card div.back{
  width: 280px !important;
  left: 25px;
  top:25px;
  height: 294px !important;

    }
    .our-client.swiper-button-next {
        right: -30px !important;
    }

    span.img-box {
        width: 190px !important;
    }

    .mx-xl--10 {
        position: relative;
        right: -40px;
    }

    span.slide-found.text-xl-end {
        padding-right: 30px !important;
    }

    span.slide-found.text-xl-end.ind {
        padding-right: 26px !important;
    }

    .col-lg-8.bg-pink.radius-15.px-5.pt-lg-5.pt-3 {
        padding-top: 70px !important;
    }

    .pl-xxl-5 {
        padding-left: 45px;
    }

    .slide-content {
        margin: 0px 14px !important;
    }

    /* .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: -38px !important;
    } */

    .slide-container.swiper.d-flex {
        overflow: visible !important;
    }

    .card-content div.col-3.br-11:after {

        left: 86% !important;
    }

    .group {
        top: -82px !important;
        right: -5px;

    }

    .cardBox {
        width: 330px !important;
    }

    .card .front,
    .card .back {
        width: 332px !important;

        left:-1px;
    }

    .slide-p {
        position: relative;
        left: 40px;
    }

    .swiper-navBtn.custom-btn {
        top: 176x;
    }

    .card-wrapper.swiper-wrapper.w-100.bl-1 {
        height: 49.3%;
    }
}

@media screen and (min-width:1598px) {

    .card-wrapper.swiper-wrapper.w-100.bl-1 {
        height: 44%;
    }

    .slide-content {
        margin: 0px 100px !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 10px !important;
    }
}

.border-20.started {
    padding: 30px 8px 15px 8px;
}

.card-wrapper.swiper-wrapper.w-100.bl-1 {
    box-shadow: 3px 3px 3px 4px green;
}

@media screen and (min-width:768px) and (max-width:880px) {
    .swiper-button-next {
        right: -5px !important;
    }

    .slide-content {
        margin: 0px 20px !important;
    }

    .card .front,
    .card .back {
        width: 350px !important;
    }

    .cardBox {
        width: 350px !important;
    }

}

.pop .iti__selected-country {
    background: #E8E8E8 !important;
}

.pop .iti .iti__selected-dial-code {
    margin-left: 0px !important;
    padding-right: 8px !important;
}


@media screen and (min-width:1024px) and (max-width:1025px) {
    .slide-content {
        margin: 0px !important;
    }

    .card .front,
    .card .back,
    .cardBox {
        width: 310px !important;
    }
}

p.bottom-foo a.acetrot:hover {
    color: #BE1235 !important;
}

.fa-location-dot {
    margin-top: 2px;
}

.hr-row {
    background: #ffffff;
}

@media screen and (min-width:950px) and (max-width:992px) {
    .card-content div.col-3.br-11:after {
        left: 94% !important;
    }
}

.nav-number{
    font-weight:600;
    font-size: 16px;
    border-radius: 12px;
    padding: 12px !important;
    background: #ffffff;
    color:#EA3C5F;
    width: 60%;
    display: block;
}
.banner-btns-rate{
        font-weight:500;
    font-size: 14px;
    border-radius: 12px;
    padding: 16px !important;
    background: #ffffff;
    color:#1A1818;
    display: block;
    width:100%;
}
.banner-btns-rate-strategy:hover .banner-btns-rate{
        box-shadow: 0px 0px 0px 8px rgba(132, 34, 54, 0.1) !important;
}
.banner-btns-rate:hover{

    background: #EA3C5F;
    color:#ffffff;
}
.banner-btns-rate img{
  box-shadow:1px  1px  4px 2px #0000001F;
  background: white;
  border-radius: 8px;
  padding: 3px;
  margin-right: 3px;
}
.book{
    font-weight:500;
    font-size: 14px;
    border-radius: 12px;
    padding: 12px !important;
    background: #ffffff;
    color:#EA3C5F;
    display: block;
}
.nav-call-icon{
    font-weight:400;
    font-size: 16px;
      color:#EA3C5F;
    padding: 16px;
    border-radius: 12px;
    background: #ffffff;
    text-decoration: none !important;
}

.book-icon{
    font-weight:400;
    font-size: 14px;
      color:#EA3C5F;
    padding: 16px;
    border-radius: 12px;
    background: #ffffff;
    text-decoration: none !important;
}

.nav-contact:hover .nav-number{
color: #ffffff;
background: #EA3C5F;
}
.nav-contact:hover .nav-call-icon{
color: #ffffff;
background: #EA3C5F;
}
.nav-number:hover{
    cursor: pointer;
}
.nav-number{

  &:before {
    content: "";
    width: 16px;
    height: 16px;
    bottom: -20px;
    left: 82px;
    clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
  }

  &:after {
    content: attr(tooltip);
    width: 140px;
    bottom: -48px;
    left: 20px;
    padding: 5px;
    border-radius: 4px;
    font-size: 0.8rem;
  }

  &:before,
  &:after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    background-color: black;
    color: white;
    transform: translateY(-10px);
    transition: all 300ms ease;
  }

  &:hover:before,
  &:hover:after {
    opacity: 1;
    transform: translateY(0);
  }
}
.arrow-btn{
    border:1px solid #EA3C5F;
    padding: 12px;
    background: #ffffff;
    border-radius: 12px;
}
.pr-btn0{
    padding-right: 0px;

}
.form-submit {
        font-size: 16px;
    font-weight: 500;
    padding: 12px;
    border-radius: 12px;
    width: 100%;
    border:1px solid #EA3C5F;
    background: #ffffff;
      color: #EA3C5F;

    &:hover {
        background: #ffffff;
        color: #EA3C5F;
        border-color: #EA3C5F !important;
    }
}
.slider-container-2{
    width:90.7%;
}
.logos-slidertop img{
    border-radius: 0px !important;
    width: 100px !important;
}
.logos-indexsection{
    background: url('../images/icons/mountain.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right -80px top 0px;
}
.nav .nav-link.active{
    background:linear-gradient( #EA3C5F, #842236) !important;
    font-size:20px;
    font-weight:600;
    color:white !important;
}
.nav .nav-link{
     font-size:20px;
    font-weight:400;
    color:#A09999 !important;
}
.tabs-row{
    border-radius:15px;
    box-shadow:1px 1px 2px 3px #9695954d;
    background:white;
}
.web-icons img{
    width:97px;
}
img.mr-10{
    margin-right:15px;
}

.nav .nav-link.active img{
filter: brightness(0) invert(1);
}
.tab-pane img.w-100{
    object-fit:cover;
    height:280px;
    border-radius:15px;
}
.points-span span{
    color:#1A1818;
    font-weight:400;
    font-size:20px;
}
.web-icons-api img{
    width:34px;

}
.web-icons-api span{
  font-size:20px;
  font-weight:400;
      color:#1A1818;
}
.web-icons-api img.mr-10{
    margin-right:15px;
    width:44px;
}
.tabs-title{
font-weight: 400;
font-size: 36px;
color:#8A8A8A !important;
}
.tabs-text{
font-weight: 400;
font-size: 18px;
colr:#8A8A8A !important;
}
.highlight{
    color:#EA3C5F !important;
}
.lines-bg{
    background:url('../images/services/lines.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    z-index:0;
    position:relative;

}

.about-video-box-why {

  background: #fffffff8;
  /* -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px); */

}
.z-index999{
    position:relative;
    z-index:999;
}
.h-60px{

    background:linear-gradient(to right, #e51b54e8 70%, #FF7994);
    border-radius:15px;

}
.ready{
font-weight: 600 !important;
color:white !important;
font-size: 24px !important;
text-transform:capitalize;
}
.bg-stadium{
      background:url('../images/services/stadium.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    z-index:0;
    position:relative;
     border-radius:15px;
}
.empty-h-60{
    height:50px;
}


.bg-call:hover {
    content: url('../images/services/dark.png');
}
.h-60{
    height: 50px;
}

.shade{
    position:absolute;
    right:-30px;
    top:17px;
    height: 90%;
}
.about-img{
    position:relative;
    z-index:999;
    border-radius: 15px;
}
.testimonial-row{
    background: linear-gradient( to right, #EA3C5F,#FF7994,#D72053);
}
.card-test{
    background: white;
    border-radius:14px !important;
    padding: 0px 15px;
    width:300px !important;
    height:450px !important;
}
.test-row-h{
height: 80px;
}
.test-text{
font-family: Poppins;
font-weight: 400;
color:#000000;
font-size: 14px;
}
.test-logo{
    position: absolute;
    left:10px;
    top:-25px;
    background: white;
    border-radius: 8px !important;
    padding: 10px;
    img{
        width:100px;
    }
}
.test-name{
    font-size: 14px;
    font-weight: 600;
    color:#000000;
margin-bottom: 0px;
}
.test-sub{
    padding: 0px;
    color:#505050;
    font-weight: 400;
    font-size: 10px;
}
.stars{
    position:relative;
    right: 5px;
}
.card-test{
    position:relative;
}
.test-owner{
    position: absolute;
    bottom:10px;
}
