/* google-fonts */

@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* general-css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    max-width: 100%;
}

body {
    line-height: 24px;
    font-family: "Inter", sans-serif;
    background: #0f0f0f;
    font-size: 16px;
}

:root {
    --font-family1: 'Literata', serif;
    --font-family2: "Inter", sans-serif;
    --primary-color: #0f0f0f;
    --secondary-color: #fff;
    --third-color: #ef4e37;
    --fourth-color: #000;
    --text-color: #727272
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol,
dl {
    list-style: none;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

img {
    max-width: 100%;
}

img,
video {
    border-radius: 4px;
}

.top-news-heading h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--secondary-color);
    font-family: var(--font-family1);
    position: relative;
    width: fit-content;
}

.top-news-heading h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 14px;
    background: rgb(239 78 55 / 40%);
    display: block;
    bottom: 0px;
    z-index: -1;
}

.top-news-heading h6 {
    font-size: 18px;
    color: var(--text-color);
    margin-top: 20px;
    font-family: var(--font-family2);
    max-width: 800px;
}

.main-btn {
    background: var(--third-color);
    padding: 10px 20px;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family2);
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 4px;
    border: 1px solid var(--third-color);
    position: relative;
    z-index: 111;
}

.main-btn i {
    margin-right: 5px;
}

.main-btn:hover {
    background: #f83112;
}

.main-btn-2 {
    background: rgb(255 255 255 / 16%);
    padding: 10px 20px;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family2);
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    position: relative;
    z-index: 111;
}

.main-btn-2 i {
    margin-right: 5px;
}

.main-btn-2:hover {
    background: rgba(255, 255, 255, 0.377);
}


/* ==========navbar-wrapper============== */

.navbar-wrapper #main-nav {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    cursor: pointer;
    background: transparent;
}

#main-nav.scrolled-nav {
    top: 0%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--fourth-color);
    z-index: 999;
    padding: 20px 0px;
}


/* ==========upper-nav============== */

.nav-img {
    padding-top: 15px;
    height: auto;
    width: 100%;
}

.nav-img img {
    height: 100%;
    width: 100%;
}

.top-nav {
    background: rgb(0 0 0 / 84%);
    box-shadow: rgb(0 0 0 / 79%) 0px 54px 55px, rgb(0 0 0 / 84%) 0px -12px 30px, rgb(0 0 0 / 81%) 0px 4px 6px, rgb(0 0 0 / 78%) 0px 12px 13px, rgb(0 0 0 / 82%) 0px -3px 5px;
}


/* ==========main-nav==============*/

.main-nav {
    padding-top: 20px;
    padding-bottom: 10px;
}

.main-nav .nav-left-section .menu-icon {
    font-size: 24px;
    color: #fff;
}

.main-nav .nav-md-section ul li,
.main-nav .nav-md-section ul li.dropdown1 {
    margin: 0 10px;
    position: relative;
}

.main-nav .nav-md-section ul li a,
.main-nav .nav-md-section ul li.dropdown1 a {
    padding: 6px 16px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.main-nav .nav-md-section ul li a.active,
.main-nav .nav-md-section ul li.dropdown1 a.active {
    border-radius: 4px;
    background: rgba(255, 255, 255, .3);
}

.main-nav .nav-md-section ul li a:focus,
.main-nav .nav-md-section ul li.dropdown1 a:focus {
    border-radius: 4px;
    background: rgba(255, 255, 255, .3);
}

.main-nav .nav-md-section ul li a:hover,
.main-nav .nav-md-section ul li.dropdown1 a:hover {
    border-radius: 4px;
    background: rgba(255, 255, 255, .3);
}

.main-nav .nav-last-section .searchbar i.main-search {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}


/* dropdown menu */

.dropdown-menu1 {
    position: absolute;
    background-color: #343434;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 0px 0px;
    left: 0;
    top: 28px;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    z-index: -99999;
}

.dropdown-menu1 li:first-child {
    cursor: default;
}

.dropdown-menu1 a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.dropdown-menu1 a:hover {
    color: #fff;
    background: transparent !important;
}

.main-nav .nav-md-section ul li.dropdown1 a:hover .dropdown-menu1,
.main-nav .nav-md-section ul li.dropdown1 a:focus .dropdown-menu1 {
    opacity: 1;
    visibility: visible;
}

.dropdown1:hover .dropdown-menu1 {
    background-color: #343434;
    color: #fff;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 28px;
    width: 200px;
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
}


/* search-bar */

.togglesearch {
    position: absolute;
    top: 34px;
    right: -10px;
    width: 350px;
    height: auto;
    line-height: 60px;
    background: #343434;
    display: none;
    border-radius: 4px;
    z-index: 1;
}

.togglesearch .search-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

.togglesearch .search-menu span {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.togglesearch .search-menu span i {
    margin-right: 5px;
}

.togglesearch:before {}

.togglesearch input[type="text"] {
    outline: none;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
}

.togglesearch input[type="text"]::placeholder {
    color: #ffffffad;
    font-size: 13px;
    font-style: normal;
}

.togglesearch .search-menu button {
    background: #ef4e37;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 4px;
}


/* side-menu */

.side-menu-offcanvas .btn-close {
    --bs-btn-close-bg: none;
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 1;
    padding: 0;
    background: transparent;
    border-radius: 0px;
}

.side-menu-offcanvas .btn-close i {
    color: #fff !important;
    font-size: 24px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.side-menu-offcanvas {
    background: rgb(15 15 15);
    border-bottom: 2px solid rgba(114, 114, 114, .4);
}

.side-menu-offcanvas .offcanvas-header {
    border-bottom: 2px solid rgba(114, 114, 114, .4);
}

.side-menu-body h3 {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.side-menu-body ul li {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    transition: all .5s ease;
    border-bottom: 1px solid rgb(114 114 114 / 40%);
    width: 100%;
}

.side-menu-body ul li a {
    padding: 10px;
    width: 100%;
}

.side-menu-body ul li.active,
.side-menu-body ul li:hover {
    background: var(--third-color);
    width: 100% !important;
}

.side-menu-offcanvas .offcanvas-body::-webkit-scrollbar {
    width: 5px;
    /* Scrollbar width */
}

.side-menu-offcanvas .offcanvas-body::-webkit-scrollbar-track {
    background: #727272;
    /* Track color */
}

.side-menu-offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    /* Scrollbar thumb color */
    border-radius: 10px;
    /* Rounded corners */
    border: 3px solid var(--secondary-color);
    /* Adds space around thumb */
}

.side-menu-offcanvas .offcanvas-body::-webkit-scrollbar-thumb:hover {
    background-color: var(--secondary-color);
    /* Scrollbar thumb color on hover */
}


/* side-menu */


/* ==========banner-section==============*/

.video-play-button-youtube {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 114;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333232a6;
    z-index: 11;
}

.banner-section {
    padding-top: 20px;
}

.banner-section .below-section .image-add img {
    width: 100%;
}

.banner-section .banner-text {
    padding: 10px 20px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 111;
}

.banner-section .banner-text h1 {
    color: var(--secondary-color);
    font-size: 40px;
    font-weight: 600;
    font-family: var(--font-family1);
    margin-bottom: 20px;
    position: relative;
    z-index: 111;
}

.banner-section.home-banner-section {
    padding-top: 100px;
}

.banner-section {
    padding-top: 100px;
}


/* ==========below-banner-section==============*/

.top-news-card {
    background: var(--fourth-color);
}

.top-news-text h4 {
    font-size: 25px;
    font-weight: 500;
    font-family: var(--font-family1);
    color: var(--secondary-color);
    max-width: 550px;
}

.top-news-text h6 {
    color: var(--text-color);
}

.top-news-text span i {
    color: var(--text-color);
    padding: 10px;
    border-radius: 50%;
    border: 1px solid var(--text-color);
}

.top-news-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    overflow: hidden;
    width: 100%;
    height: 100px;
    transition: .5s ease;
    padding: 10px 15px;
}

.top-news-text.text-2 {
    height: 130px;
}

.top-news-img:hover .top-news-text {
    height: 50%;
}

.top-news-img:hover .top-news-text.text-2 {
    height: 55%;
}

.top-news-img {
    height: 100%;
    width: 100%;
}

.top-news-img {
    height: 100%;
    width: 100%;
}


/* ==========swiper-slider-section==============*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-card {
    padding: 20px;
}

.swiper-slide-card .text-swiper {
    padding: 10px;
}

.swiper-slide-card .text-swiper h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-family1);
    color: var(--secondary-color);
    max-width: 550px;
}

.swiper-slide-card .text-swiper h6 {
    color: var(--text-color);
}

.our-slider .swiper-button-prev,
.our-slider .swiper-button-next {
    position: absolute;
    top: 40%;
    height: 40px;
    width: 40px;
    color: #fff;
    background: var(--third-color);
    border-radius: 50%;
    padding: 10px 20px;
    text-align: center;
    z-index: 111;
}

.our-slider .swiper-button-prev:after,
.our-slider .swiper-button-next:after {
    font-size: 14px;
    text-align: center;
    line-height: 1;
}

.slider-image-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
    background: #0a010152;
    z-index: 11;
}

.our-slider .swiper-slide-image {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.our-slider .swiper-slide-image:hover .slider-image-overlay {
    display: none;
}


/* ==========vantage-section==============*/

.vantage-section .page-link-address a {
    color: var(--third-color);
    cursor: pointer;
    transition: all .5s ease;
}

.vantage-section .page-link-address a:hover {
    color: var(--secondary-color);
}

.vantage-section .page-link-address a i {
    margin-left: 10px;
}

.vantage-news-card .vantage-news-text {
    padding: 10px 7px;
}

.vantage-news-card .vantage-news-text h5 {
    position: relative;
    z-index: 111;
    color: var(--secondary-color);
    font-size: 16px;
    font-family: var(--font-family1);
}

.vantage-news-card .vantage-news-text h6 {
    color: var(--text-color);
}

.vintage-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
    background: #0a010152;
    z-index: 11;
}

.vantage-news-video:hover .vintage-overlay {
    display: none;
}

.vantage-img {
    height: auto;
    width: auto;
}

.vantage-img img {
    height: 100%;
    width: 100%;
}

.vantage-img2 {
    height: 260px;
    width: auto;
}

.vantage-img2 img {
    height: 100%;
    width: 100%;
}


/* ==========other-shows-slider==============*/

.our-slider.other-shows h3 {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-family1);
    text-align: center;
}


/* ==========world-map-section==============*/

.world-map-section {
    position: relative;
    z-index: 111;
    background: #212839;
}

path {
    transition: fill .1s linear
}

path:hover {
    fill: #ef4e37;
}

.dropdown.top-news-heading button {
    font-size: 21px;
    font-weight: 600;
    color: var(--secondary-color);
    font-family: var(--font-family1);
    position: relative;
    z-index: 111;
    width: fit-content;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
}

.dropdown.top-news-heading button:focus,
.dropdown.top-news-heading button:hover {
    border: none;
    background: none;
    box-shadow: none;
    color: var(--secondary-color);
}

.dropdown.top-news-heading button a::after {
    position: absolute;
    content: "";
    width: 81%;
    height: 14px;
    background: rgb(239 78 55 / 40%);
    display: block;
    bottom: 0px;
    z-index: -1;
}

.dropdown.top-news-heading .dropdown-menu.show {
    display: block;
    background: #343434;
    width: 200px;
    border-radius: 0px;
    color: var(--text-color);
    position: absolute !important;
    inset: 0px auto auto 0px !important;
    margin: 0px 0px 0px 0px !important;
    transform: translate3d(13px, 45.5px, 0px) !important;
    color: var(--secondary-color);
    font-size: 13px;
}

.dropdown.top-news-heading .dropdown-menu li a {
    color: var(--secondary-color);
    font-size: 13px;
    cursor: pointer;
    transition: all .5s ease;
}

.dropdown.top-news-heading .dropdown-menu li a:hover,
.dropdown.top-news-heading .dropdown-menu li a:focus {
    background: transparent;
    color: var(--secondary-color);
}

.dropdown.top-news-heading button.btn.dropdown-toggle::after {
    display: none !important;
}

.link-heading-text {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}

.link-heading-text h5 {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family1);
}

.link-heading-text h6 {
    color: var(--text-color);
}

.world-map-right {
    border-left: 1px solid rgb(255 255 255 / 40%);
}

.world-map-section .page-link-address a {
    color: var(--third-color);
    cursor: pointer;
    transition: all .5s ease;
}

.world-map-section .page-link-address a:hover {
    color: var(--secondary-color);
}

.world-map-section .page-link-address a i {
    margin-left: 10px;
}


/* ==========below-shorts-section==============*/

.below-shorts img {
    height: 200px;
}


/* ==========Trending Topics==============*/

.trending-topics span {
    padding: 10px 15px;
    border-radius: 4px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    background: rgb(255 255 255 / 20%) !important;
}


/* ==========Web Stories==============*/

.btn.btn-web-stories {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .08);
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 16px 0;
    display: inline-block;
}

.btn.btn-web-stories:focus,
.btn.btn-web-stories:hover {
    border: 1px solid rgba(255, 255, 255, .08);
    background: none;
    box-shadow: none;
    color: var(--secondary-color);
}


/* ==========footer-section==============*/

.footer-section {
    border-top: 2px solid var(--secondary-color);
    padding-top: 50px;
}

.footer-upper h3 {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family2);
}

.footer-icons ul {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.footer-icons ul li {
    padding: 10px;
    font-size: 24px;
    color: var(--secondary-color);
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.below-footer-content h3 {
    text-transform: uppercase;
    font-size: 16px;
}

.below-footer-content ul li,
.below-footer-content p {
    color: var(--secondary-color);
}

.below-footer-content p {
    max-width: 430px;
    padding: 0px 10px;
}

.below-footer-2 p {
    color: var(--secondary-color);
}

.below-footer-2 ul {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.below-footer-2 ul li {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 10px;
    border-right: 1px solid var(--secondary-color);
}

.below-footer-2 ul li:nth-child(4) {
    border-right: none;
}

.banner-section.vantage-banner {
    background: url(../images/home/vantage/banner.avif);
    background-repeat: no-repeat;
    height: 600px;
     /*height: 100%;*/
    width: 100%;
    background-size: cover;
    box-shadow: rgb(0 0 0 / 79%) 0px 54px 55px, rgb(0 0 0 / 84%) 0px -12px 30px, rgb(0 0 0 / 81%) 0px 4px 6px, rgb(0 0 0 / 78%) 0px 12px 13px, rgb(0 0 0 / 82%) 0px -3px 5px;
    background-position: 0% 50%;
}

.vantage-video-padding {
    padding-top: 410px;
}

.top-news.latest-vantage-videos {
    padding-top: 310px;
}


/* ==========Read More & Less-section==============*/

#more {
    display: none;
}

#myBtn {
    background: transparent;
    outline: none;
    border: 1px solid var(--secondary-color);
    width: 300px;
    padding: 20px 0;
    color: var(--secondary-color);
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    z-index: 111;
}

#myBtn i {
    margin-left: 10px;
}

#more1 {
    display: none;
}

#myBtn1 {
    background: transparent;
    outline: none;
    border: 1px solid var(--secondary-color);
    width: 300px;
    padding: 20px 0;
    color: var(--secondary-color);
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    z-index: 111;
}

#myBtn1 i {
    margin-left: 10px;
}

#more2 {
    display: none;
}

#myBtn2 {
    background: transparent;
    outline: none;
    border: 1px solid var(--secondary-color);
    width: 300px;
    padding: 20px 0;
    color: var(--secondary-color);
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    z-index: 111;
}

#myBtn2 i {
    margin-left: 10px;
}


/* ==========top-news-text==============*/

.top-news-text-world h4 {
    font-size: 25px;
    font-weight: 500;
    font-family: var(--font-family1);
    color: var(--secondary-color);
    max-width: 550px;
    position: relative;
    z-index: 111;
}

.top-news-text-world h6 {
    color: var(--text-color);
    position: relative;
    z-index: 111;
}

.top-news-text-world {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    overflow: hidden;
    width: 100%;
    height: 40%;
    transition: .5s ease;
    padding: 10px 15px;
    z-index: 111;
}

.news-image-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
    background: #0f0f0f5e;
    z-index: 11;
}

.top-news-img.world-img:hover .news-image-overlay {
    display: none;
}

.top-news-img.world-img img {
    width: 100%;
}


/* ==========top-news-text-new-section==============*/

.link-heading-2 {
    border-bottom: none;
}

.link-heading-text.link-heading-2 h6 {
    font-size: 14px;
    font-family: var(--font-family1);
    font-weight: 600;
}

.link-heading-text.link-heading-2 h6 a,
.link-heading-text.link-heading-2 h5 a {
    cursor: pointer;
    transition: all .5s ease;
}

.link-heading-text.link-heading-2 h6 a:hover,
.link-heading-text.link-heading-2 h5 a:hover {
    text-decoration: underline;
}

.link-heading-text.link-heading-2 button {
    background: transparent;
    border: 1px solid var(--secondary-color);
    padding: 4px 7px;
    font-size: 13px;
    color: var(--secondary-color);
    font-family: var(--font-family1);
    border-radius: 4px;
}


/* ==========games-section==============*/

.banner-section.games-banner {
    background: url(../images/games/paralympic-desktop.avif);
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    box-shadow: rgb(0 0 0 / 79%) 0px 54px 55px, rgb(0 0 0 / 84%) 0px -12px 30px, rgb(0 0 0 / 81%) 0px 4px 6px, rgb(0 0 0 / 78%) 0px 12px 13px, rgb(0 0 0 / 82%) 0px -3px 5px;
    background-position: center;
}

.games-image-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
    background: #00000087;
    z-index: 11;
}

.top-news-img.add-new-img {
    height: 230px;
    width: 100%;
}

.top-news-img.add-new-img img {
    height: 100%;
    width: 100%;
}

.medal-table .table-active.active-row {
    --bs-table-bg-state: #53221b;
}

.medal-table.table-responsive {
    border-radius: 10px;
    background-color: #212529;
}

.vantage-section.news-games-section .share-icon a i {
    color: var(--text-color);
    font-size: 22px;
}


/* ==========search-result-section==============*/

.banner-section.search-result-banner .vantage-video-padding {
    padding-top: 130px;
}

.banner-section.search-result-banner .vantage-video-padding form input {
    background: #191919;
    border: none;
    outline: none;
    height: 50px;
    color: var(--text-color);
    font-size: 17px;
}

.banner-section.search-result-banner .vantage-video-padding form input::placeholder {
    color: var(--text-color);
}

.banner-section.search-result-banner .vantage-video-padding form input:focus,
.banner-section.search-result-banner .vantage-video-padding form input::placeholder {
    box-shadow: none;
}

.banner-section.search-result-banner .vantage-video-padding form .searchbar {
    background: #191919;
    border: none;
    outline: none;
    height: 55px;
    padding: 25px 10px;
    color: var(--text-color);
    font-size: 17px;
    border-radius: 4px;
}

.banner-section.search-result-banner .vantage-video-padding form button {
    margin-left: 20px;
    background: var(--third-color);
    border: 1px solid var(--third-color);
    outline: none;
    box-shadow: none;
    color: var(--secondary-color);
}

.banner-section.search-result-banner .vantage-video-padding .search-results-1 h2 {
    color: #fbebeb;
}

.banner-section.search-result-banner .vantage-video-padding .search-results-1 h6 {
    color: #cdbebe;
}

#sync1 .owl-video-wrapper {
    height: 300px;
}

#sync2 {
    width: 100%;
}

#sync2 .owl-video-wrapper {
    height: 150px;
}

#sync2 .owl-video-play-icon {
    /* background-size: 60%; */
    display: none;
}

#sync2 .owl-video-tn {
    cursor: pointer;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ==========inner-video-result==============*/

.banner-text-inner-section .banner-text-inner-new-section h1 {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font-family1);
    margin-top: 40px;
    margin-bottom: 40px;
}

.banner-inner-text-link a {
    color: var(--text-color);
    margin-bottom: 0px;
}

.banner-inner-text-link a i {
    color: var(--text-color);
    font-size: 7px;
    margin-right: 5px;
}

.side-banner-section-video .video-section-wrapper-new video {
    height: 120px;
}

.top-news-heading-inner-page-new h4 {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-family1);
    margin-top: 0px;
    margin-bottom: 30px;
}

.news-share-btn-new {
    padding: 15px 20px;
    color: var(--secondary-color);
    background: transparent;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid var(--secondary-color);
}

.top-news-heading.banner-inner-text-link h6 {
    margin-bottom: 0px;
    font-size: 15px;
    color: var(--text-color);
}


/* text-page-details */

.banner-breadcrumb-section .breadcrumb {
    margin-bottom: 0px;
}

.banner-breadcrumb-section .breadcrumb-item a {
    color: var(--text-color) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.banner-breadcrumb-section .breadcrumb-item.active {
    color: var(--text-color) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.banner-section.inner-details-banner {
    padding-top: 131px;
}

.banner-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--text-color) !important;
    content: var(--bs-breadcrumb-divider, "/");
}

.banner-text-inner-new-section h1.text-details-heading {
    font-size: 40px;
    margin-bottom: 20px !important;
}

.text-details-banner-icons-new i {
    color: var(--text-color);
    font-size: 18px;
}

.text-details-banner-icons-new a {
    margin-bottom: 0px;
}

.shorts-section-page-details-below-section-new,
.top-news.latest-vantage-videos.page-details-below-section-new .page-details-below-section-new-1 {
    background: var(--secondary-color) !important;
}

.top-news.latest-vantage-videos.page-details-below-section-new.new-sec {
    padding-top: 0px !important;
}

.page-details.banner-below.new-text-colorP {
    color: #727272 !important;
}

.page-details.banner-below.new-text-color.dark-color {
    color: #050505 !important;
}

.top-news-heading-inner-page-new.details h4 {
    color: var(--text-color) !important;
}

.upper-section.side-banner-section-video.new-inner-details .link-heading-text h5 {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family1);
}

.upper-section.side-banner-section-video.new-inner-details .link-heading-text h6 {
    color: var(--text-color) !important;
}

.upper-section.side-banner-section-video.new-inner-details .link-heading-text {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--text-color);
}

.link-heading-text.link-heading-2 h5 {
    color: var(--text-color) !important;
}

.link-heading-text.link-heading-2.new-button button {
    background: transparent;
    border: 1px solid var(--text-color);
    padding: 4px 7px;
    font-size: 13px;
    color: var(--text-color) !important;
    font-family: var(--font-family1);
    border-radius: 4px;
}


/*share-video-modal*/

.share-video-modal .modal-footer {
    border-top: none;
}

.share-video-modal .modal-card .card-img {
    height: 70px;
    width: 100%;
}

.share-video-modal .modal-card .card-img img {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.share-video-modal .modal-card .card-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color) !important;
    font-family: var(--font-family1);
}

.share-video-modal .modal-card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
}

.share-video-modal .share-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.share-video-modal .share-links div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.share-video-modal .share-links div p {
    font-size: 12px;
    color: var(--text-color) !important;
    font-family: var(--font-family1);
}

.share-video-modal .share-links div a {
    font-size: 14px;
    padding: 5px 12px;
    border: 1px solid var(--text-color);
    border-radius: 4px;
}

.share-video-modal .share-links>div:nth-child(1) a {
    color: rgb(114, 114, 114);
    border: 1px solid rgb(114, 114, 114);
}

.share-video-modal .share-links>div:nth-child(2) a {
    color: #48da7f;
    border: 1px solid #48da7f;
}

.share-video-modal .share-links>div:nth-child(3) a {
    color: #0967ff;
    border: 1px solid #0967ff;
}

.share-video-modal .share-links>div:nth-child(4) a {
    color: #4e4e4e;
    border: 1px solid #4e4e4e;
}

.share-video-modal .share-links>div:nth-child(5) a {
    color: #ef4e37;
    border: 1px solid #ef4e37;
}

.top-news-heading.banner-inner-text-link p,
.banner-inner-text-link {
    color: #fff;
}


/* video {
    max-height: 500px !important;
} */


.swiper-slide-card.story_card h4 a {
    height: 40px !important;
    display: block;
    word-wrap: break-word;
    overflow: hidden;

}

.swiper-slide-card.story_card {
    padding: 5px !important;
    /* background: #000000; */
    margin: 10px 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/******* CONTACT US PAGE CSS***/
.contact-us-page {
    color: #fff;
}

.contact-us-page h2,
.our-contact-form h2 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-align: left;
    color: #fff;
}

.contact-us-page .office-address {
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding: 20px 10px;
    padding-bottom: 50px;
}

.contact-us-page .office-address h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.contact-us-page .office-address p {
    line-height: 2;
    font-size: 17px;
}

.contact-us-page .office-address p b {
    margin-right: 6px;
}

.contact-us-page .office-address p a {
    color: #ef4f37;
    transition: all 0.5s;
}

.contact-us-page .office-address p a:hover {
    text-decoration: underline;
}

.our-contact-details .contact-us-page,
.our-contact-details .our-contact-form {
    padding: 20px 20px;
    box-shadow: rgb(255 255 255 / 41%) 0px 5px 15px;
    border-radius: 12px;
    margin: 20px;
}

.our-contact-details .our-contact-form {
    padding: 20px 30px;
}

.our-contact-details .our-contact-form label {
    color: #fff;
    font-size: 18px;
}

.our-contact-details .our-contact-form input,
.our-contact-details .our-contact-form textarea {
    color: var(--text-color);
    padding: 0.8em;
    outline: none;
    border: 2px solid rgb(200, 200, 200) !important;
    border-radius: 20px;
    background: transparent !important;
}

.our-contact-details .our-contact-form input:focus,
.our-contact-details .our-contact-form input:hover,
.our-contact-details .our-contact-form textarea:focus,
.our-contact-details .our-contact-form textarea:hover {
    border: 2px solid rgb(150, 150, 200) !important;
}

.our-contact-details .our-contact-form input::placeholder,
.our-contact-details .our-contact-form textarea::placeholder {
    color: var(--text-color) !important;
}

.contact-us-page-new .our-map {
    /*padding:20px 20px;*/
    box-shadow: rgb(255 255 255 / 41%) 0px 5px 15px;
    border-radius: 12px;
    margin: 20px;
}

.contact-us-page-new .our-map iframe {
    border-radius: 12px;
}

.contact-us-page.our-privacy-policy h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-us-page.our-privacy-policy h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.contact-us-page.our-privacy-policy h2 strong {
    font-weight: 600;
}

.contact-us-page.our-privacy-policy p {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
}

.btn.btn-primary-submit {

    height: 2.3em;
    margin: 0.5em;
    background: #ef4e37;
    color: white !important;
    border: none !important;
    border-radius: 0.625em;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn.btn-primary-submit:hover {
    color: #000 !important;
    border: none !important;
}

.btn.btn-primary-submit:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.btn.btn-primary-submit:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
}

@media screen and (max-width: 767px) {
    .contact-us-page .office-address {
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .contact-us-page h2,
    .our-contact-form h2 {
        font-size: 35px;
    }

    .banner-section {
        padding-top: 0px;
    }
}

@media screen and (max-width:600px) {

    .contact-us-page h2,
    .our-contact-form h2 {
        font-size: 30px;
    }

    .banner-section.search-result-banner .vantage-video-padding.contact-page-padding {
        padding-top: 0px;
    }

    .our-contact-details .contact-us-page,
    .our-contact-details .our-contact-form {
        margin: 20px 0px;
    }

    .contact-us-page-new .our-map {
        margin: 20px 0px;
    }
}

@media screen and (max-width:450px) {
    .our-contact-details .contact-us-page .office-address p {
        font-size: 14px;
    }

    .contact-us-page h2,
    .our-contact-form h2 {
        font-size: 27px;
    }

    .our-contact-details .contact-us-page .office-address h3 {
        margin-bottom: 20px;
        font-size: 23px;
    }

    .contact-us-page.our-privacy-policy h2 {
        font-size: 28px !important;
    }

    .contact-us-page.our-privacy-policy h1 {
        font-size: 40px;
    }
}



.mySwiper8 .swiper-button-next, .mySwiper8 .swiper-button-prev {
    display: none;
}