:root {
    --white-color: #fff;
    --black: #1e1c1b;
    --blue: #5504b0;
    --blue-light: #661db8;
    --yellow: #fbd206;
    --gray: #707070;
    --light-gray: #f2f2f2;
    --light-skin: #fff8ed;
    --red: #c20000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
}

body {
    background-color: var(--light-skin);
}

.footer-line {
    background-image: url(../images/profile/jio/bottom-line.webp);
}

/*Fonts*/

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/*Top Banner*/

.top_banner_sec {
    display: block;
    width: 100%;
    padding: 0 0 15px;
    box-sizing: border-box;
}

.banner_img {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url("../images/profile/goldenbullet/top-banner.png") no-repeat center center;
    height: 600px;
    background-size: cover;
}

.banner_text {
    margin: 29% 0 0;
    padding: 0 70px;
    box-sizing: border-box;
}

.banner_text h1 {
    display: inline-block;
    width: 100%;
    font-size: 62px;
    color: #FBD206;
    line-height: 82px;
    text-transform: capitalize;
}

.objective_block {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/objective-bg.png") no-repeat center center;
    height: 285px;
    background-size: cover;
}

.objective_content {
    display: inline-block;
    width: 100%;
    padding: 25px 70px;
    box-sizing: border-box;
}

.objective_content h2 {
    display: inline-block;
    width: 100%;
    color: #FBD206;
    font-size: 52px;
    line-height: 95px;
    text-transform: capitalize;
}

.objective_content p {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    text-transform: capitalize;
}

.objective_content p span {
    background: #FBD206;
    color: #5504B0;
    padding: 0 2px;
}

.what_we_block {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/what-we-did-bg.png") no-repeat center center;
    height: 612px;
    background-size: cover;
    padding: 25px 0 35px;
    box-sizing: border-box;
}

.what_we_main {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.what_we_main h3 {
    display: inline-block;
    width: auto;
    text-transform: capitalize;
    background: #ffffff;
    border: 1px solid #000000;
    box-shadow: 8px 8px 0 #FBD206;
    color: #5504B0;
    font-size: 42px;
    padding: 10px;
    box-sizing: border-box;
}

.digital_main {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 7% 0 0;
}

.digital_left {
    padding: 0 70px;
    box-sizing: border-box;
}

.digital_left h4 {
    color: #5504B0;
    font-size: 48px;
    line-height: 95px;
    text-transform: capitalize;
}

.digital_left p {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
}

.digital_left p span {
    background: #5504B0;
    color: #FBD206;
    padding: 0 2px;
}

.digital_right iframe {
    border-radius: 6px;
}

.product_shoot {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/product-shoot-bg.png") no-repeat top center;
    background-size: cover;
    height: 798px;
    margin: -20px 0 0;
}

.product_info {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 75px 0 0;
    box-sizing: border-box;
}

.product_info h4 {
    display: inline-block;
    width: 100%;
    color: #5504B0;
    font-size: 48px;
    line-height: 95px;
    text-transform: capitalize;
    margin: 0;

}

.product_info p {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0;

}

.product_info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 50px 0 0;
}

.product_content {
    position: relative;
}

.product_content h5 {
    position: absolute;
    content: "";
    left: 25px;
    top: 20px;
    font-size: 16px;
    color: #141313;
}

.product_info p span {
    color: #000000;
    background: #FBD206;
    padding: 0 2px;
    box-sizing: border-box;
}

.brand_section {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/brand-ambassador-bg.png") no-repeat center center;
    background-size: cover;
    height: 710px;
    position: relative;
    margin: -60px 0 0;
}

.brand_content {
    display: inline-block;
    width: 100%;
    padding: 50px 40px;
    box-sizing: border-box;
}

.brand_content h4 {
    color: #FBD206;
    font-size: 52px;
    line-height: 95px;
    text-transform: capitalize;
    margin: 0;
}

.brand_content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    text-transform: capitalize;
    width: 61%;
}

.brand_content p span {
    background: #FBD206;
    color: #5504B0;
    padding: 0 2px;
}

.festive_sec {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/festive-bytes-bg.png") no-repeat top center;
    background-size: cover;
    height: 840px;
}

.festive_info {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.festive_info h4 {
    display: inline-block;
    width: 100%;
    color: #5504B0;
    font-size: 52px;
    line-height: 95px;
    text-transform: capitalize;
    margin: 0;
}

.festive_info p {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    width: 40%;
    display: inline-block;
}

.festive_info p span {
    background: #FBD206;
    color: #000000;
    padding: 0 2px;
}

.video_slider {
    overflow: hidden;
    position: relative;
    margin: 45px 0 0;
}

.mySwiper_video {
    overflow: inherit !important;
    padding: 0 40px !important;
}

.video_slider .main_arrow {
    margin-bottom: 0;
    display: none;
    float: right;
    margin-top: 12px;
}

.video_slider .swiper-button-next,
.video_slider .swiper-button-prev {
    position: static;
    display: inline-block;
    margin-right: 5px;
    background-image: none !important;
    /* background-color: #00a6c0;
    color: #ffffff; */
    margin-top: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

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

.video_slider video,
.video_slider object,
.video_slider embed {
    border-radius: 10px;
}

.video_slider video {
    border: 0 none;
    max-width: 100%;
}

.video_slider .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_slider img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

.performance_sec {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/performance-marketing-bg.png") no-repeat center center;
    background-size: cover;
    height: 686px;
    position: relative;
}

.performance_left {
    position: absolute;
    content: "";
    bottom: -22%;
    left: 0%;
}

.performance_right {
    position: absolute;
    content: "";
    top: 12%;
    left: 45%;
}

.performance_right h4 {
    color: #FBD206;
    font-size: 44px;
    line-height: 95px;
    text-transform: capitalize;
}

.performance_right p {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
}

.performance_right p span {
    color: #5504B0;
    background: #FBD206;
    padding: 0 2px;
}

.brand_guideline {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/guideline-bg.png") no-repeat center center;
    background-size: cover;
    position: relative;
}

.brand_guideline::after {
    position: absolute;
    content: "";
    top: 70px;
    left: 0;
    background: url("../images/profile/goldenbullet/guideline-pattern.png") no-repeat center center;
    height: 141px;
    width: 100%;
}

.brand_sec {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 75px 0 40px;
    box-sizing: border-box;
}

.brand_sec h4 {
    font-size: 52px;
    line-height: 95px;
    color: #5504B0;
    text-transform: capitalize;
}

.brand_sec p {
    color: #000000;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    width: 49%;
    display: inline-block;
}

.brand_sec p span {
    color: #000000;
    background: #FBD206;
    padding: 0 2px;
}

.brand_guideline ul {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
}

.brand_guideline h5 {
    font-size: 32px;
    line-height: 95px;
    text-transform: capitalize;
    padding: 0 0 0 70px;
    box-sizing: border-box;
    margin: 0;
}

.hoarding_sec {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/outdoor-hoarding-bg.png") no-repeat center center;
    background-size: cover;
    height: 1180px;
    padding: 135px 0 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hoarding_sec::after {
    position: absolute;
    content: "";
    bottom: -18px;
    left: 83%;
    width: 365px;
    height: 100%;
    background: url("../images/profile/goldenbullet/hoarding_img.png") no-repeat right bottom;
}

.hoarding_content {
    display: inline-block;
    width: 100%;
}

.hoarding_content h4 {
    font-size: 52px;
    line-height: 95px;
    color: #5504B0;
    text-transform: capitalize;
}

.hoarding_content p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    width: 38%;
    display: inline-block;
}

.hoarding_content p span {
    color: #000000;
    background: #FBD206;
    padding: 0 2px;
}

.hoarding_sec ul {
    display: flex;
    margin: 30px 0 0;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
}

.pan_sec {
    display: inline-block;
    width: 100%;
    padding: 95px 0 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.pan_sec::before {
    position: absolute;
    content: "";
    top: 15%;
    left: 60%;
    background: url("../images/profile/goldenbullet/flash-bg.png") no-repeat center center;
    width: 51px;
    height: 55px;
}

.pan_sec::after {
    position: absolute;
    content: "";
    right: -80px;
    bottom: 0;
    background: url("../images/profile/goldenbullet/map.png") no-repeat right bottom;
    width: 333px;
    height: 326px;
}

.pan_info {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 70px;
}

.pan_info h4 {
    display: inline-block;
    width: 100%;
    font-size: 52px;
    line-height: 95px;
    color: #5504B0;
    text-transform: capitalize;
}

.pan_info p {
    color: #000000;
    font-size: 18px;
    line-height: 34px;
    text-transform: capitalize;
    width: 50%;
}

.pan_info p span {
    color: #000000;
    background: #FBD206;
    padding: 0 2px;

}

.panlogo.owl-carousel {
    list-style: none;
}

.panlogo.owl-carousel.off {
    display: block;
    padding: 0;
}

.panlogo.owl-carousel.off {
    display: block;
    padding: 0;
}

.panlogo.owl-carousel li {
    display: inline-block;
    width: 16%;
    margin: 0 0 30px;
}

.panlogo.owl-carousel li img {
    filter: grayscale(1);
}

.panlogo.owl-carousel li img:hover {
    filter: inherit;
}

.panlogo.owl-carousel.social li {
    width: 23.5%;
    margin: 0 6px;
}

.panlogo.owl-carousel.social li img {
    filter: inherit;
}

.news_sec {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/news-bg.png") no-repeat center center;
    background-size: cover;
    height: 347px;
    padding: 20px 0 0;
    box-sizing: border-box;
}

.news_sec ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0 0 0 80px;
    box-sizing: border-box;
}

.impact_sec {
    display: inline-block;
    width: 100%;
    background: url("../images/profile/goldenbullet/impact-bg.png") no-repeat center center;
    background-size: cover;
    height: 550px;
    text-align: left;
    padding: 55px 0 0;
    box-sizing: border-box;
}

.impact_sec h4 {
    display: inline-block;
    width: 100%;
    font-size: 52px;
    line-height: 95px;
    color: #FBD206;
    text-transform: capitalize;
}

.impact_sec ul {
    list-style: none;
    padding: 0;
}

.impact_sec ul li {
    font-size: 22px;
    line-height: 62px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.impact_sec ul li span {
    color: #5504B0;
    background: #FBD206;
    padding: 0 2px;
    box-sizing: border-box;

}

.mobile_brand {
    display: none;
}

.panlogo.owl-carousel .owl-nav {
    /* overflow: hidden;
  height: 0px; */
}

.panlogo.owl-carousel .nav-button {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: -10px;
}

.panlogo.owl-carousel.social .nav-button{
    bottom: -55px;
}

.panlogo.owl-carousel .owl-prev.disabled,
.panlogo.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.panlogo.owl-carousel .owl-prev {
    left: 80%;
}

.panlogo.owl-carousel .owl-next {
    right: 0;
}

.panlogo.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #FBD206;
    font-size: 39px;
    background: #281b18;
    border-radius: 100%;
    line-height: 50px;
}

/* .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
} */