@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Bold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --red:#BF1B2E;
    --black:#000;
    --gray:#4A4747;
    --white:#fff
}

html{
    scroll-behavior: smooth;
}
body{
    font-size: 16px;
    line-height: 22px;
     font-family: "Inter", sans-serif;
      font-weight: 400;
     color: var(--black);
}

a{
    display: inline-block;
    text-decoration: none;
    color: var(--gray);
}

img{
    display: block;
    max-width: 100%;
}





.red-btn{
    display: inline-block;
    background: var(--red);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; 
    border-radius: 25px;
    padding-block: 4px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    transition: 0.5s ease-in-out;
}
.red-btn:hover {
  background-color: #9E1626;
  transform: translateY(-2px);  
}

.heading-one{
    color: var(--gray);
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

.heading-one .red{
    color: var(--red);
}

.center-heading-box{
    max-width: 1024px;
    margin: auto;
}

.center-heading-box p{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; 
}

.digital-card-logo{
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

 .banner-section{
        background: #28192c;
        height: auto;
        padding-top: 100px !important;
    }

.banner-flex{
        display: flex;
    }

.banner-section .banner-content {
  /* max-width: 600px;
  margin-left: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 35px;
  position: relative;
}

.banner-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}

.banner-image {
    max-width: 580px;
}
.banner-section .banner-content .heading-one {
  font-size: 52px; /*54px*/
  font-weight: 800;
  line-height: normal;
  letter-spacing: -2.7px;
}
.banner-section .banner-content p {
  color: var(--white);
  font-size: 20px;
   font-weight: 400;
  line-height: 28px;
/*  max-width: 500px;*/
}

.banner-inner-content{
    max-width: calc(100% - 580px);
}

.media-prof-box{
border-radius: 32px;
background: rgba(178, 177, 177, 0.20);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
padding: 20px 30px;
height: 100%;
}
.media-prof-box:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.media-prof-box .heading{
    color: var(--red);
    font-size: 24px;
    font-weight: 800;
    line-height: 28px; 
    margin-bottom: 16px;
}
.media-prof-box  .icon{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.media-prof-box .desc{
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

/* budiness-digital-card-box */
.budiness-digital-card-box{
    background: var(--red);
   
}

.business-card-box{
    color: var(--white);
    padding: 20px; 
    padding-bottom: 0;
}

.business-card-box .title{
font-size: 22px;
font-weight: 800;
line-height: 28px; /* 127.273% */
}

.business-card-box .icon-box {
    border: 5px solid #Fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}
.business-card-box .icon-box .icon{
    width: 50px;
    height: 50px;
}

.business-card-box .icon-box .invert-color img{
    filter: brightness(0) invert(1);
}

.business-card-box .icon-box .number{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--red);
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;

}

.business-card-box .icon-box::after{
    content: '';
    width: 60px;
    height: 60px;
    background: var(--red);
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: -1;
    transform: translateY(-50%);
}

/* real-world-box */
.real-world-box{
    max-width: 1100px;
    border-radius: 30px;
    margin: auto;
    position: relative;
}
.real-world-box .image img{
    border-radius: 30px;
    box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.20);
}
.real-world-box .real-content{
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    max-width: 460px;
}
.real-world-box .real-content .heading-one{
    color: var(--red);
    font-weight: 800;
    margin-bottom: 24px;
}
.real-world-box .real-content p{
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; 
}

/* personal-world-grid */
.personal-world-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:50px;
    padding-top: 60px;
}
.personal-world-grid .grid-item:not(:last-child){
    position: relative;
    padding-right: 34px;
}
.personal-world-grid .grid-item:not(:last-child):after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #B0AAAA;
    height: 80%;
    width: 2px;
    margin: auto;
}

.personal-world-grid .grid-item .content-box .title{
    color:var(--red);
    font-size: 22px;
    font-weight: 800;
    line-height: 28px; 
}
.personal-world-grid .grid-item .icon{
   width: 100px;
   height: 100px;
   margin-bottom: 24px; 
}
.personal-world-grid .grid-item .content-box p{
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
}

/* why-choose-section */
.why-choose-section{
    background: var(--red);
}
.why-choose-section .heading-one{
    font-weight: 800;
    color: var(--white);
}

.why-choose-box .title{
    color: var(--white);
font-size: 22px;
font-weight: 600;
line-height: 28px; /* 127.273% */
}

.why-choose-box .icon{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
    background: var(--white);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.why-choose-box .icon img{
    width: 80px;
    height: 80px;
}

/* get-started-box */
.get-started-box .heading-one{
    font-weight: 800;
}

.swiper-pagination{
    bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
   
}
.swiper-pagination-bullet-active{
    background: var(--white);
}

@media only screen and (max-width:1024px){
    .digital-card-slider,.choose-card-slider{
    padding-bottom: 40px;
}
}

@media only screen and (max-width:992px){
.real-world-box .real-content {
    left: 30px;
    max-width: 417px;
}
 .banner-section .banner-content .heading-one{
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.7px;
    }
    .banner-section .banner-content p{
        font-size: 16px;
        line-height: 24px;
    }
    .banner-section{
           padding-top: 70px !important;
        /* background: #2A192B; */
        background: #3e1b2f;
        height: auto;
    }
    .banner-section .banner-content {
        margin-left: 30px;
        max-width: 100%;
        padding-top: 0;
    }
    .digital-card-logo {
        position: relative;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-bottom: 20px;
    }
.real-world-box {
    max-width: 500px;
    margin: auto;
}

 .real-world-box .real-content{
        top: 30px;
        left: 20px;
        max-width: 90%;
        transform: none;
    }
    .real-world-box .real-content .heading-one{
        margin-bottom: 10px;
    }
.banner-flex {
    gap: 0;
}

.banner-inner-content{
    max-width: 100%;
}

}

@media only screen and (max-width:767px)
{
   
    .heading-one{
        font-size: 24px;
        line-height: 30px;
    }
    .center-heading-box p{
        font-size: 16px;
        line-height: 20px;
    }

    .banner-section .banner-content {
        margin-left: auto;
        padding-top: 0;
        padding-right: 29px;
    }

    .banner-image {
        max-width: 317px;
        margin: 0 auto 0px;
}



    .personal-world-grid{
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 30px;
    }
    .personal-world-grid .grid-item:not(:last-child):after{
        width: 80%;
        height: 2px;
        top: inherit;
        bottom: 0;
        transform: none;
        left: 0;
    }
    .personal-world-grid .grid-item:not(:last-child){
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .personal-world-grid .grid-item{
        text-align: center;
        padding-inline: 20px;
    }
    .personal-world-grid .grid-item .icon{
        margin: 0 auto 16px;
        width: 80px;
        height: 80px;
    }
    .media-prof-box .heading,.why-choose-box .title,.personal-world-grid .grid-item .content-box .title{
        font-size: 18px;
        line-height: 24px;
    }

    .business-card-box .icon-box{
        width: 100px;
        height: 100px;
    }
    .business-card-box .icon-box .icon {
        width: 36px;
        height: 36px;
    }
    .business-card-box .icon-box .number{
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 20px;
    }
    .business-card-box .icon-box::after{
        width: 40px;
        height: 40px;
    }
    .business-card-box .title{
        font-size: 18px;
        line-height: 24px;
    }
   
    .why-choose-box .icon{
        width: 90px;
        height: 90px;
    }
    .why-choose-box .icon img{
        width: 50px;
        height: 50px;
    }
}