@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900 &display=swap');

body {
    top: 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    font-style: normal;
    background-color: #F3F4F3;
}
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
}
p,
small,
span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
}
/* common  */
.p-relative {
    position: relative;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fw-semibold {
    font-weight: 600;
}
.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-20 {
    font-size: 20px;
}
.text-red {
    color: #FF5055;
}
.iti {
    width: 100%;
}
.line-red {
    width: 45px;
    height: 0;
    border: 1px solid #FF5055;
    margin: 3px;
    display: inline-block;
}
.fs-crafter {
    font-family: 'Crafter';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.btn:focus, .btn:active{
    outline: none !important;
    box-shadow: none !important;
}
.form-select:focus, .form-select:active{
    outline: none !important;
    box-shadow: none !important;
}
.form-control:focus, .form-control:active{
    outline: none !important;
    box-shadow: none !important;
}
.cursor-pointer {
    cursor: pointer;
}
.numberResult h1 {
    font-size: 3.5rem;
    font-family: 'Crafter';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.caseStudyNumber .caseStudyNumberDiv{
    border-right: 5px solid #FF5055;
}
.caseStudyNumber .caseStudyNumberDiv:last-child{
    border-right: 0px !important;
}
.btn-black, .btn-black:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-red, .btn-red:hover {
    background-color: #FF5055;
    border-color: #FF5055;
    color: #fff;
}
.object-fit-cover {
    object-fit: cover;
}
.btn-white, .btn-white:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}
.borderWho {
    position: relative;
}
.borderWho::after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 1px;
    height: 60%;
    top: 20%;
    bottom: 20%;
    right: 0;
}
.mainHeading h4 {
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase;
}
.subHeading h4 {
    font-size: 3em;
    font-weight: 500;
}
/* .subHeading h4::before {
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    width: 8rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
} */
.headingLight h4{
    font-weight: 200;
    font-size: 2em;
    letter-spacing: 0.8rem;
    text-transform: uppercase;
}
.mainHeading span {
    font-weight: 900;
}
.subHeading span {
    font-weight: 500;
}
.fw-black {
    font-weight: 900;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination .page-item .page-link {
    border-radius: 0px;
    border-color: #000;
    color: #000;
    padding: 4px 8px;
    font-size: 12px;
    margin: 2px 5px;
    background-color:#F3F4F3;
}
.pagination .page-item .page-link:focus {
    z-index: 3;
    color: #fff;
    background-color: #000;
    outline: 0;
    box-shadow: none !important;
}
.pagination .page-item.active .page-link {
    border-radius: 0px;
    border-color: #000;
    color: #fff;
    background-color: #000;
}
/* navbar  */
.navMain {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.navMenu li a {
    color: #fff;
    font-size: 2.5em;
    font-weight: 800;
}
.navMenu li.active a {
    color: #FF5055;
}
.navMenu li a:hover {
    color: #FF5055;
}
.socialLinkNav li {
    display: inline;
    padding-left: 6px;
}
.socialLinkNav li .iconRound {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 4px 8px;
}
.socialLinkNav li .iconRoundBlack {
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 4px 8px;
}
.socialLinkNav li .iconRound i {
    font-size: 16px;
}
.offCanvasMenuBg {
    background-image: url('../images/menu/home.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh !important;
    height: 100%;
    background-color: black;
    -webkit-transition: background-image 1s ease-in;
    -moz-transition: background-image 1s ease-in;
    -o-transition: background-image 1s ease-in;
    transition: background-image 1s ease-in;
}

/* Home  */
.mainBg {
    position: relative;
    background-image: url('../images/banner/homeBg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh !important;
    height: 100%;
    z-index: 1;
    display: flex;
    padding: 200px 0;
    flex-direction: column;
    justify-content: space-around;
}
.videoMainBg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.videoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    z-index: -1;
}
.homeHead {
    color: #fff;
    text-transform: uppercase;
}
.homeHead h1 {
    font-weight: 900;
    font-size: 4.8em;
}
.homeHead h4 {
    font-weight: 600;
    font-size: 1.6em;
}
.scrollBtn {
    position: absolute;
    bottom: 4%;
    left: 50%;
    z-index: 9;
    text-align: center;
    transform: translate(-50%, -50%);
}
.letsTalkBtn {
    position: absolute;
    bottom: 4%;
    right: 8%;
    display:none !important;
    opacity:0 !important;
}
.circleBtn {
    background-color: #fff;
    height: 15px;
    width: 15px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100px;
    transform: rotate(225deg);
    animation-name: circle;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: circle;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}
.circleBtn .arrow {
    display: inline-block;
    cursor: pointer;
}
.circleBtn .arrow:before {
    content: '';
    height: 0.8px;
    width: 5px;
    background-color: #000;
    display: block;
    position: relative;
    bottom: 11px;
    transition: 0.2s ease-in-out;
    margin-left: 0;
    transform: rotate(90deg);
    animation-name: arrowAni;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: arrowAni;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}
.circleBtn .arrow:after {
    content: '';
    width: 0;
    top: 4px;
    left: 4px;
    height: 0;
    position: absolute;
    display: inline-block;
    border: solid black;
    border-width: 0 1px 1px 0;
    padding: 2px;
    transform: rotate(45deg);
    opacity: 1;
    margin-top: 0;
    animation-name: arrowAni2;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: arrowAni2;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

@keyframes arrowAni {
    0% {
        width: 5px;
        bottom: 11px;
    }
    10% {
        width: 5px;
        bottom: 11px;
    }
    50% {
        width: 7px;
        bottom: 10px;
    }
    75% {
        width: 9px;
        bottom: 9px;
    }
    90% {
        width: 7px;
        bottom: 10px;
    }
    100% {
        width: 5px;
        bottom: 11px;
    }
}
@keyframes arrowAni2 {
    0% {
        top: 4px;
    }
    10% {
        top: 4px;
    }
    50% {
        top: 6px;
    }
    75% {
        top: 8px;
    }
    90% {
        top: 6px;
    }
    100% {
        top: 4px;
    }
}
@keyframes circle {
    0% {
        height: 15px;
    }
    10% {
        height: 15px;
    }
    50% {
        height: 16px;
    }
    75% {
        height: 17px;
    }
    90% {
        height: 16px;
    }
    100% {
        height: 15px;
    }
}
@-webkit-keyframes circle {
    0% {
        height: 15px;
    }
    10% {
        height: 15px;
    }
    50% {
        height: 16px;
    }
    75% {
        height: 17px;
    }
    90% {
        height: 16px;
    }
    100% {
        height: 15px;
    }
}
.case-50 {
    width: 70%;
}
.serviceCont {
    background-color: #ff5055;
    box-shadow: 0 0 0 4000px rgb(255, 80, 85) inset;
    width: 100%;
    height: 300px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.serviceBgFull {
    background-color: #000;
    box-shadow: 0 0 0 4000px rgb(0,0,0,55%) inset;
    width: 100%;
    height: 300px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 2s;
}
.serviceBgFull:hover {
    box-shadow: none !important;
    transition: 2s;
   transform: scale(1.05);
}
.serviceBgFull:hover .serviceName{
    display: none !important;
}
.serviceCont:hover {
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.7) inset;
}
.ServProtTab .nav-item {
    padding: 10px !important;
}
.ServProtTab .nav-link {
    color: #FF5055 !important;
}
.ServProtTab .nav-link:hover {
    border:1px solid #FF5055 !important;
}
.ServProtTab .nav-link.active {
    border:0px !important;
    color: #fff !important;
    background-color: #FF5055 !important;
}
.blogCard .blogImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}
.swiper-pagination-bullet {
    border: 1px solid #000 !important;
    background: #dc354500 !important;
    opacity: 1 !important;
}
.stokeServHead{
    position: absolute;
    left:2%;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}
.stokeServHead h1{
    font-size: 9vmin;
    color: transparent;
    font-weight: 900;
    -webkit-text-stroke: 3px #353e48;
}
.stokeServHeadRed h1{
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
    white-space: nowrap;
    position: absolute;
    left: 0%;
    bottom: 60px;
    top: 60px;
    font-size: 7rem;
    color: transparent;
    font-weight: 900;
    -webkit-text-stroke: 0.0375em rgb(255 80 85 / 50%);
}
.wrapper {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
  }
.or-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d3d7da;
  }
  
  .vertical-line {
    border-left: 1px solid #d3d7da;
    flex-grow: 1;
    width: 1px;
  }
  div.mobile-wrapper {
    position: relative;
    background: url(../images/mobile-frame.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    background-position: center;
}
div.mobile-wrapper video {
    position: absolute;
    padding: 13px 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    border-radius: 30px;
    object-fit: contain;
    object-position: center;
    z-index: -1;
}
.borderDotted {
    border: 2px dashed #ccc;
    border-radius: 30px;
}

/* footer  */
.stickyWhatsapp {
    position: fixed;
    bottom: 6%;
    right: 1%;
    z-index: 9;
}
.containerbackground {
    color: #fff;
    left: 5%;
    width: 90%;
    right: 5%;
    position: absolute;
    top: -25px;
    z-index: -1;
}
.footTitle {
    font-size: 3.5rem;
}
.contactBG {
    background: #f3f3f3;
    position: relative;
    z-index: 0;
    padding-top: 10rem;
}
.containerbackground h1 {
    font-size: 15rem;
    font-weight: 900;
}
.footForm .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
}
.borderFoot {
    position: relative;
    height: 100%;
}
.borderFoot:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px solid #000;
    transform: translate(-50%);
}
.footLink li {
    display: inline;
    font-size: 12px;
}
.footLink li+li:before {
    padding: 0 5px 0 2px;
    color: #fff;
    content: "|";
    font-size: 12px;
    font-family: "bootstrap-icons";
}
.popupBlackAb {
    width: 100%;
    transform: translate(25%, 0%);
}
.popImage {
    position: absolute;
    right: -30px;
    top: -40px;
    z-index: 9;
}
/* Services  */
.serviceContMain {
    box-shadow: 0 0 0 4000px rgb(0, 0, 0, 0.7) inset;
    min-height: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.serviceContMain .servHeading {
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
}
.servSingleLink a:hover p{
    scale: 1.2;
    font-weight: 500;
    -webkit-transition: scale 0.8s ease-in;
    -moz-transition: scale 0.8s ease-in;
    -o-transition: scale 0.8s ease-in;
    transition: scale 0.8s ease-in;
}
.servColColors div:first-child .bgColorServ{
    background-color: #edb1d4;
}
.servColColors div:nth-child(2) .bgColorServ{
    background-color: #e9fd86;
}
.servColColors div:nth-child(3) .bgColorServ{
    background-color: #ffd056;
}
.servColColors div:nth-child(4) .bgColorServ{
    background-color: #f3f4f3;
}
.servColColors div:nth-child(5) .bgColorServ{
    background-color: #b0e7c0;
}
.servColColors div:nth-child(6) .bgColorServ{
    background-color: #aecdf0;
}
.blogColColors div:nth-child(1n) .bgColorBlog{
    background-color: #AECDF0;
}
.blogColColors div:nth-child(2n) .bgColorBlog{
    background-color: #FFD056;
}
.blogColColors div:nth-child(3n) .bgColorBlog{
    background-color: #B0E7C0;
}
.bg-yellow {
    background-color: #E9FD86;
}
.bg-green {
    background-color: #B0E7C0;
}
.bg-blue {
    background-color: #AECDF0;
}
.bg-orange {
    background-color: #FFD056;
}
/* solutions  */
.solutionCont {
    position: relative;
    z-index: 0;
}
.solutionBgText {
    color: #fff;
    left: 5%;
    width: 90%;
    height: 100%;
    right: 5%;
    position: absolute;
    z-index: -1;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
}
.solutionBgText h1 {
    font-size: 25rem;
    font-weight: 900;
}
/* contact  */
.contactForm label{
    color: #fff;
}
.contactForm .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
}
 .contactForm .iti__selected-flag {
        color:#fff !important;
    }
@media only screen and (max-width: 720px) {
    .mainBg {
  
    min-height: 100% !important;
}
    .homeHead h1 {
        font-size: 2em;
    }
    .homeHead h4 {
    font-size: 1.2em;
}
    .borderWho::after {
        content: '';
        position: absolute;
        background-color: #000;
        width: 60%;
        height: 1px;
        top: 100%;
        bottom: 0%;
        right: 20%;
    }
    .popupBlackAb {
        width: 100%;
        transform: translate(0%, 15%) !important;
    }
    .popImage {
        left: 0px;
        right: 0px;
        top: auto;
        bottom: -100px;
    }
    .caseStudyNumber .caseStudyNumberDiv{
        border-right: 0px solid #FF5055;
        border-bottom: 5px solid #FF5055;
    }
    .caseStudyNumber .caseStudyNumberDiv:last-child{
        border-bottom: 0px solid #FF5055 !important;
    }
    .case-50 {
        width: 100%;
    }
    .mainHeading h4 {
        font-size: 2em;
    }
    .subHeading h4 {
        font-size: 2em;
    }
    .subHeading h4::before {
        width: 3rem;
        margin: 0 0.2rem;
    }
    .stokeServHeadRed h1 {
        writing-mode: lr;
        transform: scale(1, 1);
        white-space: nowrap;
        position: relative;
        font-size: 4rem;
    }
    .contactBG {
        padding-top: 2rem;
    }
    .containerbackground {
        top:0;
    }
    .containerbackground h1 {
        font-size: 4rem;
    }
    .stokeServHead h1 {
        font-size: 3rem;
    }
    .stokeServHead {
        position: absolute;
        left: 2%;
        bottom: 0;
        transform: rotate(0deg); 
        transform-origin: 0 0;
    }
    .solutionBgText h1 {
        font-size: 15rem;
        font-weight: 900;
    }
    .colRev{
        flex-direction: column-reverse;
    }
    .serviceContMain .servHeading {
        font-size: 1rem;
    }
  }
  @media only screen and (min-width: 721px) and (max-width: 990px) { 
    .homeHead h1 {
        font-size: 3.8em;
    }
    .containerbackground h1 {
        font-size: 10rem;
    }
    .containerbackground {
        top:0;
    }
    .contactBG {
        padding-top: 6rem;
    }
    .solutionBgText h1 {
        font-size: 20rem;
    }
  }
  @media only screen and (min-width: 991px) and (max-width: 1200px) { 
    .containerbackground h1 {
        font-size: 13rem;
    }
    .containerbackground {
        top:-35px;
    }
    .contactBG {
        padding-top: 6rem;
    }
  }
  @media only screen and (min-width: 1201px) and (max-width: 1399px) { 
    .containerbackground h1 {
        font-size: 14rem;
    }
  
  }
  .fs-15{
    font-size: 15px;
}
  .bg-red{
    background-color: #ff5055;
  }
  .verticalText {
    writing-mode: vertical-lr;
    display: inline-block;
    transform: rotate(180deg);
}
.ticker {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  
  .ticker-news {
    width: 9000px;
    padding: 10px 0;
    color: #ffffff;
    text-transform: uppercase;
  }
  .ticker-news span{
    font-size: 1.7rem;
    font-weight: 300;
  }
  
  .ticker-news > * {
    display: inline-block;
    -webkit-animation: news 30s infinite linear;
            animation: news 30s infinite linear;
  }
  
  @-webkit-keyframes news {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-4135px);
    }
  }
  
  @keyframes news {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-4135px);
    }
  }
  .blogDate{
    position: relative;
  }
  .blogDate::after{
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #191970;
    left: 0;
    top: 90%;
    position: absolute;
  }
@media only screen and (max-width: 720px) {
    .verticalText {
        writing-mode: lr;
        display: inline-block;
        transform: none !important;
    }
}
