@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
}
.Header_section{
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background: #FFFFFF;
    padding: 6px 0px;
    box-shadow: 0px -2px 6px #999;
}
.navbar ul li a{
    font-size: 18px;
    font-weight: 600;
    line-height: 18.15px;
    transition: color 0.3s;
    color: #4A4A4A !important;
}
.navbar-brand img{
    height: 70px;
    width: auto;
}
.nav-item {
    position: relative;
}
.nav-item.b-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #FFD100;
    transition: width 0.3s;
}
.nav-item.b-bottom:hover::after {
    width: 100%;
}
.navbar ul li a:hover{
    color: #FFD100 !important;
}
.hero_section{
    background-image: url(../../assets/img/hero.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 112px;
    height: auto;
    min-height: calc(100vh - 115px);
    position: relative;
}
.hero_text_main_div{
    width: 100%;
    max-width: 500px;
    min-height: 807px;
    padding-top: 50px;
}
.hero_text_main_div h1{
    font-size: 80px;
    font-weight: 900;
    line-height: 96.82px;
    color: #fff;
}
.hero_video_main{
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.hero_video_main img{
    width: 100%;
}
.hero_video_main video{
    width: 100%;
}
.expertise_section{
    padding: 100px 0px 0px 0px;
    background: #4A4A4A0A;
    padding-bottom: 160px;
}
.expert_title h1{
    text-align: center;
    font-size: 64px;
    font-weight: 800;
    line-height: 77.02px;
    color: #000000;
}
.mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #fff;
    height: 60px;
    width: 30px;
    position: relative;
}
#scroll-down-animation{
    cursor: pointer;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.move {
    position: absolute;
    background-color: #fff;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
}
@keyframes move {
    0% {
      transform: translate(-50%,10px);
      opacity: 0;
    }
    50% {
      transform: translate(-50%,25px);
      opacity: 1;
    }
    100% {
      transform: translate(-50%,50px);
      opacity: 0;
    }
}
/* ========================================= */
.expertise_ciecle_main_div{
    display: flex;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    height: auto;
    min-height: 400px;
    margin-top: 100px;
}
.exper_text1{
    position: absolute;
    top: -20px;
    left: -40px;
}
.exper_text2{
    position: absolute;
    top: -30px;
    left: 20px;
}
.exper_text3{
    position: absolute;
    top: -50px;
    right: 50px;
}
.circle_text{
    position: relative;
}
.circle_text p{
    font-size: 24px;
    font-weight: 700;
    line-height: 28.88px;
    color: #FFD100;
}
.circle_one{
    position: absolute;
    z-index: 8;
    left: 130px;
}
.circle_two{
    position: absolute;
    left: 30px;
    z-index: 7;
    bottom: -40px;
}
.circle_three{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 6;
}
.animation {
    position: relative;
    border-radius: 50%;
}
.animation1{
    height: 320px;
    width: 320px;
}
.animation2{
    height: 240px;
    width: 240px;
}
.animation3{
    height: 240px;
    width: 240px;
}

.animation1 .round {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 2px solid #e3e2e3;
    animation: shock-wave1 2s ease-out infinite;
    transform: translate(-50%, -50%);
}
.animation2 .round {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 2px solid #e3e2e3;
    animation: shock-wave2 2s ease-out infinite;
    transform: translate(-50%, -50%);
}
.animation3 .round {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 2px solid #e3e2e3;
    animation: shock-wave3 2s ease-out infinite;
    transform: translate(-50%, -50%);
}
/* First animation set----------- */
.animation1 .round1 { animation-delay: 0s; }
.animation1 .round2 { animation-delay: 0.5s; }
.animation1 .round3 { animation-delay: 1s; }
.animation1 .round4 { animation-delay: 1.5s; }
.animation1 .round5 { animation-delay: 2s; }
/* Second animation set------------ */
.animation2 .round1 { animation-delay: 0s; }
.animation2 .round2 { animation-delay: 0.5s; }
.animation2 .round3 { animation-delay: 1s; }
.animation2 .round4 { animation-delay: 1.5s; }
.animation2 .round5 { animation-delay: 2s; }

/* Third animation set-------------- */
.animation3 .round1 { animation-delay: 0s; }
.animation3 .round2 { animation-delay: 0.5s; }
.animation3 .round3 { animation-delay: 1s; }
.animation3 .round4 { animation-delay: 1.5s; }
.animation3 .round5 { animation-delay: 2s; }

@keyframes shock-wave1{
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    25% {
        width: 80px;
        height: 80px;
        opacity: 1;
    }
    50% {
        width: 160px;
        height: 160px;
        opacity: 1;
    }
    75% {
        width: 240px;
        height: 240px;
        opacity: 1;
    }
    100% {
        width: 320px;
        height: 320px;
        opacity: 1;
    }
}
@keyframes shock-wave2 {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    25% {
        width: 60px;
        height: 60px;
        opacity: 1;
    }
    50% {
        width: 120px;
        height: 120px;
        opacity: 1;
    }
    75% {
        width: 180px;
        height: 180px;
        opacity: 1;
    }
    100% {
        width: 240px;
        height: 240px;
        opacity: 1;
    }
}
@keyframes shock-wave3 {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    25% {
        width: 60px;
        height: 60px;
        opacity: 1;
    }
    50% {
        width: 120px;
        height: 120px;
        opacity: 1;
    }
    75% {
        width: 180px;
        height: 180px;
        opacity: 1;
    }
    100% {
        width: 240px;
        height: 240px;
        opacity: 1;
    }
}



/* ========================================== */
.expertise_sec_imgs_main{
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 80px;
    height: auto;
    min-height: 600px;
}
.expertise_sec_img_inner1{
    position: relative;
    text-align: center;
    top: 0;
    z-index: 4;
    width: 100%;
    max-width: 392px;
    margin: auto;
    cursor: pointer;
}
.expertise_sec_img_inner2{
    position: absolute;
    z-index: 3;
    left: -75px;
    top: 210px;
    cursor: pointer;
    width: 100%;
}
.expertise_sec_img_inner3{
    position: absolute;
    z-index: 3;
    right: -100px;
    top: 120px;
}
.expertise_text_inner1{
    position: relative;
}
.expertise_text_inner1 p{
    position: absolute;
    top: 0;
    left: -50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.88px;
    color: #FFD100;
}
.expertise_text_inner2{
    position: relative;
}
.expertise_text_inner2 p{
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.88px;
    color: #FFD100;
    top: -20px;
    left: 70px;
}
.expertise_text_inner3{
    position: relative;
}
.expertise_text_inner3 p{
    position: absolute;
    top: -35px;
    right: 80px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.88px;
    color: #FFD100;
}
/* Initial state for animations */
.expertise_sec_img_inner1,
.expertise_sec_img_inner2,
.expertise_sec_img_inner3 {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
/* Animated state */
.animate .expertise_sec_img_inner1 {
    animation: translateFromTop 1s forwards;
}
.animate .expertise_sec_img_inner2 {
    animation: translateFromRight 2s forwards;
}
.animate .expertise_sec_img_inner3 {
    animation: translateFromLeft 3s forwards;
}
/* Keyframes for animations */
@keyframes translateFromTop {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes translateFromRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes translateFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.adver_title_text{
    position: relative;
}
.adver_title_text h1{
    font-size: 64px;
    font-weight: 800;
    line-height: 77.02px;
    color: #4A4A4A;
    padding-top: 50px;
    padding-left: 80px;
    margin-bottom: 0;
}
.adver_title_text h6{
    font-size: 22px;
    font-weight: 700;
    line-height: 28.88px;
    color: #4A4A4A;
    padding-left: 80px;
}
.adver_title_text::before{
    content: '';
    display: block;
    position: absolute;
    background-image: url('../../assets/img/circle.svg');
    background-size: cover;
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
}
.adver_title_main{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
    gap: 60px;
}
.adver_logos_div{
    margin-bottom: 80px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.adver_logos_div img{
    height: 70px;
}
.adver_logos_div img:first-child{
    height: 80px;
}
.adver_card_main_div{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}
.adver_card_img img{
    height: 80px;
    width: auto;
}
.adver_card_text_div{
    margin-top: 10px;
}
.adver_card_text_div h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 28.88px;
    color: #000000;
    max-width: max-content;
    text-shadow: 0px 4px 4px #00000059;
}
.adver_card_text_div p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.07px;
    text-align: justify;
    color: #000000;
    letter-spacing: 0.5px;
    padding-right: 20px;
}
.content_title_text{
    position: relative;
    text-align: end;
}
.content_title_text h1{
    font-size: 64px;
    font-weight: 800;
    line-height: 77.02px;
    color: #4A4A4A;
    padding-top: 50px;
    padding-right: 80px;
    margin-bottom: 0;
}
.content_title_text h6{
    font-size: 22px;
    font-weight: 700;
    line-height: 28.88px;
    color: #4A4A4A;
    padding-right: 80px;
    text-transform: uppercase;
}
.content_title_text::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    background-image: url('../../assets/img/circle.svg');
    background-size: cover;
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}
.content_image_div {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.content_image_div img {
    height: 650px;
    width: auto;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.content_image_div img.visible {
    animation: slideIn 1s forwards;
}
@keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
}
.content_swiper_div{
    margin-top: 40px;
}
.content_swiper_img_div{
    text-align: center;
}
.content_swiper_img_div img{
    height: 80px;
    width: auto;
    transition: 0.5s all ease-in-out;
}
.content_swiper_img_div .small_logo{
    height: 30px;
}
.content_swiper_img_div .medium_logo{
    height: 50px;
}
.content_swiper_img_div img:hover{
    transform: scale(1.05);
}
.swiper-wrapper{
    align-items: center;
}
.numbers1_section{
    background: #4A4A4A0A;
    padding: 80px 0px 80px 0px;
    margin-top: 100px;
}
.content_number_title{
    text-align: center;
}
.content_number_title h1{
    font-size: 64px;
    font-weight: 800;
    line-height: 77.02px;
    color: #000000;
    text-transform: uppercase;
}
.content_number_title p{
    font-size: 24px;
    font-weight: 400;
    line-height: 28.88px;
    color: #4A4A4A;
}

.phone_slider_main_div{
    width: 100%;
    max-width: 794px;
    margin: auto;
    margin-top: 60px;
}
.phone_slider_main_div .swiper-slide {
    width: 300px;
    text-align: center;
}
.phone_slider_main_div .swiper-slide .phone_si1 {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.phone_slider_main_div .swiper-slide .phone_si2 {
    margin-top: 50px;
    width: auto;
    object-fit: contain;
}




.yellow_text{
    padding-top: 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.88px;
    text-align: center;
    color: #FFD100;
}
.content_numbers_cards_main_div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.content_numbers_card_body{
    margin: auto;
    margin-top: 30px;
    width: 100%;
    max-width: 230px;
    text-align: center;
}
.content_numbers_card_text p{
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.14px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}
.content_numbers_card_text label{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.88px;
    text-align: center;
    color: #000000;
    display: block;
    width: 100%;
    padding-left: 15px;
}
.content_images2_div {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    flex-wrap: wrap;
}
.content_images2_div img {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.content_images2_div img.visible {
    animation: slideIn 1s forwards;
}
.premium_cont{
    padding-top: 80px;
    font-size: 24px;
    font-weight: 400;
    line-height: 43.92px;
    text-align: justify;
    color: #000;
}
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.VAS_section{
    margin-top: 10px;
}
.VAS_numbers_div{
    margin-top: 50px;
}
.VAS_number_title{
    text-align: center;
}
.VAS_number_title h1{
    font-size: 64px;
    font-weight: 800;
    line-height: 77.02px;
    color: #000000;
}
.VAS_number_title p{
    font-size: 24px;
    font-weight: 400;
    line-height: 28.88px;
    color: #4A4A4A;
}
.VAS_numbers_cards_main_div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.VAS_numbers_card_body{
    margin: auto;
    margin-top: 30px;
    width: 100%;
    max-width: 230px;
    text-align: center;
}
.VAS_numbers_card_text p{
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.14px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}
.VAS_numbers_card_text label{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.88px;
    text-align: center;
    color: #000000;
    display: block;
    width: 100%;
}
.VAS_bottom_text{
    width: 100%;
    margin-top: 80px;
}
.VAS_bottom_text h1{
    font-size: 65px;
    font-weight: 800;
    line-height: 77.02px;
    color: #FFD100;
}
.VAS_bottom_text p{
    font-size: 27px;
    font-weight: 400;
    line-height: 40px;
    text-align: justify;
}
.operators_section{
    margin-top: 100px;
    background: #4A4A4A0A;
    padding: 30px 0px 60px 0px;
}
.operator_title{
    font-size: 40px;
    font-weight: 800;
    line-height: 77.02px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.story_section .container{
    padding-top: 100px;
}
.story_text_div h1{
    font-size: 40px;
    font-weight: 800;
    line-height: 77.02px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    text-transform: capitalize;
}
.story_text_div p{
    padding-top: 40px;
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 400;
    line-height: 45px;
    color: #000000;
    text-align: justify;
}
.footer_section{
    margin-top: 100px;
    padding: 60px 0px 0px 0px;
}
.footer_text{
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
}
.footer_text h6{
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.2333333045244217px;
    color: #4A4A4A;
    margin-bottom: 0;
}
.footer_text a{
    text-decoration: none;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2333333045244217px;
}
.footer_text p{
    text-decoration: none;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2333333045244217px;
    margin-bottom: 0;
}
.footer_logo{
    margin-bottom: 30px;
}
.footer_border{
    border: 1px solid #C8C8C8;
    margin-top: 60px;
}
.footer_social img{
    height: 20px;
    width: auto;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}
.footer_social img:hover{
    transform: scale(1.06);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    background-color: #000;
    padding: 12px 17px;
    color: #fff;
    border-radius: 50%;
    width: 70px;
}
.navbar-toggler{
    border: none;
    box-shadow: none !important;
}
.footer_bottom_text{
    padding: 40px;
}
.footer_bottom_text p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2333333045244217px;
    text-align: center;
    color: #4A4A4A;
}
@media (max-width:992px){
    .navbar-nav{
        padding-top: 20px;
    }
    .adver_card_main_div{
        max-width: 576px;
        margin: auto;
        margin-top: 40px;
    }
}
@media (max-width:768px){
    .footer_logo{
        text-align: center;
    }
    .footer_section .row{
        gap: 20px;
    }
    .VAS_numbers_card_body img{
        height: 70px;
        width: auto;
    }
    .VAS_numbers_card_body {
        margin: auto;
        margin-top: 30px;
        width: 100%;
        max-width: 140px;
        text-align: center;
    }
    .VAS_numbers_card_text p {
        margin-top: 20px;
        font-size: 32px;
    }
    .VAS_numbers_card_text label {
        font-size: 16px;
    }
    .content_numbers_card_body img{
        height: 70px;
        width: auto;
    }
    .content_numbers_card_body {
        margin: auto;
        margin-top: 30px;
        width: 100%;
        max-width: 140px;
        text-align: center;
    }
    .content_numbers_card_text p {
        margin-top: 20px;
        font-size: 32px;
    }
    .content_numbers_card_text label {
        font-size: 16px;
    }
    .numbers1_section{
        margin-top: 60px;
        padding-top: 50px;
    }
    .content_numbers_div{
        margin-top: 0;
    }
}
@media (max-width:620px){
    .VAS_numbers_card_body {
        margin: auto;
        margin-top: 30px;
        width: 100%;
        max-width: 100px;
        text-align: center;
    }
    .VAS_numbers_card_text p {
        margin-top: 20px;
        font-size: 28px;
    }
    .VAS_numbers_card_text label {
        font-size: 16px;
    }
    .content_numbers_card_body {
        margin: auto;
        margin-top: 30px;
        width: 100%;
        max-width: 100px;
        text-align: center;
    }
    .content_numbers_card_text p {
        margin-top: 20px;
        font-size: 28px;
    }
    .content_numbers_card_text label {
        font-size: 16px;
    }
    .circle_one {
        position: absolute;
        z-index: 8;
        left: 50px;
    }
    .circle_two {
        position: absolute;
        left: -12px;
        z-index: 7;
        bottom: 15px;
    }
    .circle_three {
        position: absolute;
        right: 0px;
        bottom: 15px;
        z-index: 6;
    }
    .animation1 {
        height: 240px;
        width: 240px;
    }
    @keyframes shock-wave1{
        0% {
            width: 0;
            height: 0;
            opacity: 1;
        }
        25% {
            width: 60px;
            height: 60px;
            opacity: 1;
        }
        50% {
            width: 120px;
            height: 120px;
            opacity: 1;
        }
        75% {
            width: 180px;
            height: 180px;
            opacity: 1;
        }
        100% {
            width: 240px;
            height: 240px;
            opacity: 1;
        }
    }
    .animation2 {
        height: 200px;
        width: 200px;
    }
    @keyframes shock-wave2 {
        0% {
            width: 0;
            height: 0;
            opacity: 1;
        }
        25% {
            width: 50px;
            height: 50px;
            opacity: 1;
        }
        50% {
            width: 100px;
            height: 100px;
            opacity: 1;
        }
        75% {
            width: 150px;
            height: 150px;
            opacity: 1;
        }
        100% {
            width: 200px;
            height: 200px;
            opacity: 1;
        }
    }
    .animation3 {
        height: px;
        width: 200px;
    }
    @keyframes shock-wave3 {
        0% {
            width: 0;
            height: 0;
            opacity: 1;
        }
        25% {
            width: 50px;
            height: 50px;
            opacity: 1;
        }
        50% {
            width: 100px;
            height: 100px;
            opacity: 1;
        }
        75% {
            width: 150px;
            height: 150px;
            opacity: 1;
        }
        100% {
            width: 200px;
            height: 200px;
            opacity: 1;
        }
    }
    .circle_text p {
        font-size: 16px;
        font-weight: 700;
        line-height: 20.88px;
        color: #FFD100;
        margin-bottom: 0;
    }
    .exper_text3 {
        position: absolute;
        top: 0px;
        right: 3px;
    }
    .exper_text2 {
        position: absolute;
        top: -20px;
        left: 16px;
    }
    .exper_text1 {
        position: absolute;
        top: -10px;
        left: -40px;
    }
}
@media (max-width:576px){
    .advertise_section .container{
        padding-top: 50px !important;
    }
    .VAS_numbers_card_body img{
        height: 50px;
        width: auto;
    }
    .VAS_numbers_card_body {
        margin: auto;
        margin-top: 30px;
        width: 100%;
        max-width: 100px;
        text-align: center;
    }
    .VAS_numbers_card_text p {
        margin-top: 20px;
        font-size: 26px;
    }
    .VAS_numbers_card_text label {
        font-size: 15px;
    }
    .content_numbers_card_body img{
        height: 50px;
        width: auto;
    }
    .content_numbers_card_body {
        margin: auto;
        margin-top: 30px;
        width: 100%;
        max-width: 100px;
        text-align: center;
    }
    .content_numbers_card_text p {
        margin-top: 20px;
        font-size: 20px;
    }
    .content_numbers_card_text label {
        font-size: 15px;
    }
    .hero_section {
        margin-top: 90px;
        height: auto;
        min-height: 300px;
        position: relative;
        background-position: top;
        background-size: contain;
    }
    .hero_text_main_div h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
        color: #fff;
    }
    .adver_title_main{
        flex-direction: column;
    }
    .navbar-brand img{
        height: 50px;
        width: auto;
    }
    .content_number_title h1 {
        font-size: 35px;
        font-weight: 800;
        line-height: 50.02px;
        color: #000000;
    }
    .content_number_title p {
        font-size: 16px;
        font-weight: 400;
        line-height: 13.88px;
        color: #4A4A4A;
    }
    .VAS_bottom_text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        text-align: start;
    }
    .VAS_bottom_text h1 {
        font-size: 35px;
        font-weight: 800;
        line-height: 50.02px;
        color: #FFD100;
    }
    .adver_card_img{
        text-align: start;
    }
    .adver_card_main_div{
        align-items: start;
        flex-direction: column;
    }
    .adver_card_text_div {
        text-align: start;
    }
    .expert_title h1 {
        text-align: center;
        font-size: 35px;
        font-weight: 800;
        line-height: 77.02px;
        color: #000000;
    }
    .adver_title_text h1 {
        font-size: 35px;
        font-weight: 800;
        line-height: 50.02px;
        padding-left: 40px;
        padding-top: 28px;
    }
    .adver_logos_div{
        width: 100%;
        margin-top: 60px;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
    }
    .adver_logos_div img {
        height: 40px;
    }
    .operator_title {
        font-size: 28px;
        font-weight: 800;
        line-height: 50.02px;
    }
    .adver_logos_div img:first-child {
        height: 60px;
    }
    .adver_title_text h6 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20.88px;
        padding-left: 40px;
    }
    .adver_title_text::before {
        height: 150px;
        width: 150px;
    }
    .adver_card_text_div h4 {
        font-size: 18px;
    }
    .expertise_section {
        padding: 60px 0px 0px 0px;
    }
    .adver_card_text_div p{
        text-align: start;
        font-size: 16px;
    }
    .adver_card_text_div{
        padding-right: 0;
    }
    .expertise_text_inner1 img{
        height: 200px;
        width: 200px;
        border-radius: 50%;
    }
    .expertise_text_inner2 img{
        height: 170px;
        width: 170px;
        border-radius: 50%;
    }
    .expertise_text_inner3 img{
        height: 170px;
        width: 170px;
        border-radius: 50%;
    }
    .expertise_sec_img_inner2 {
        position: absolute;
        z-index: 3;
        left: 0px;
        top: 110px;
        cursor: pointer;
        width: 100%;
    }
    .expertise_text_inner2 p {
        position: absolute;
        font-size: 18px;
        font-weight: 700;
        line-height: 28.88px;
        color: #FFD100;
        top: 0px;
        left: 5px;
    }
    .expertise_text_inner1 p {
        position: absolute;
        top: -20px;
        left: 20px;
        font-size: 18px;
    }
    .expertise_sec_img_inner3 {
        position: absolute;
        z-index: 3;
        right: 0px;
        top: 100px;
    }
    .expertise_text_inner3 p {
        position: absolute;
        top: -25px;
        right: 3px;
        font-size: 18px;
    }
    .expertise_sec_imgs_main{
        min-height: 300px;
        padding-bottom: 50px;
    }
    .content_title_text h1 {
        font-size: 23px;
        font-weight: 800;
        line-height: 50.02px;
        padding-top: 30px;
        padding-right: 50px;    
    }
    .content_title_text::before{
        height: 150px;
        width: 150px;
    }
    .content_title_text h6 {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.88px;
        color: #4A4A4A;
        padding-right: 50px;    
    }
    .content_image_div img {
        height: 500px;
        width: auto;
    }
    .story_text_div h1 {
        font-size: 28px;
        font-weight: 800;
        line-height: 45.02px;
        text-transform: uppercase;
    }
    .story_text_div p {
        padding-top: 40px;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        color: #000000;
    }
    .hero_text_main_div{
        min-height: 100px;
        padding-top: 50px;
    }
}
@media (max-width:420px){
    .hero_text_main_div h1 {
        font-size: 24px;
        font-weight: 900;
        line-height: 32px;
        color: #fff;
    }
    .hero_text_main_div {
        width: 100%;
        max-width: 500px;
        padding-top: 50px;
    }
    .hero_section {
        margin-top: 90px;
        height: auto;
        min-height: 220px;
    }
    
}
@media (max-width:380px){
    .hero_text_main_div h1 {
        font-size: 22px;
        font-weight: 900;
        line-height: 28px;
        color: #fff;
    }
    .hero_section {
        margin-top: 90px;
        height: auto;
        min-height: 180px;
    }
    .adver_title_text h1 {
        font-size: 30px;
    }
    .content_title_text h1 {
        font-size: 21px;
        font-weight: 800;
        line-height: 34.02px;
    }
}
@media (max-width:300px){
    .hero_text_main_div h1 {
        font-size: 20px;
        font-weight: 900;
        line-height: 67.82px;
        color: #fff;
    }
}