:root {
    --main-color: #7dc142;
    --primary: #2ea9e0;
    --blue: #00a1ed;
    --black: #000;
    --white: #fff;
    --grey: #737373;
    --dark-gray-bg: #121314;
    --gradient1: linear-gradient(90deg, #19803f 60%, #056B90 100%);
    --gradient: linear-gradient(90deg, #19803f 60%, #056B90 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    color: var(--main-color);
}
.hdr_nav_wrp a:hover {
    color: #fff;
}
body {
    font-family: 'Poppins', sans-serif;
        background-color: #f0f3f8;
}
.thoughtworks-wrapper{
    background-color: #fff;
    padding-top: 20px;
}
.banner-img-top{margin:0 auto;display: block;}
.p-tb {
    padding: 60px 0;
}

.main-color {
    color: var(--main-color);
}

.header,
.mnu_nav_cnt,
.gbl_nav_wrp {
    font-family: 'Poppins', sans-serif;
}

/* Banner CSS Start Here */

.banner {
    /* background: #e9faff; */
    /* background-size: cover; */
    /* min-height: 538px; */
    position: relative;
    /* padding-bottom: 30px; */
    padding-top: 20px;
}
.dark-gray-bg {
    background: var(--dark-gray-bg);
}
.clouds {
    background: url("https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-golf/2023-24/img/clouds.png")0 0 repeat-x;
    animation: clouds-loop 50s infinite linear;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
}

@keyframes clouds-loop {
    to {
        background-position: -1000px 0;
    }
}

.banner .grass {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

.slide-img {
    height: 100%;
    object-fit: cover;
}

.banner .golf-stick {
    position: absolute;
    left: 0;
}

.banner .golf-stick .bt-golf-logo {
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 18%;
    max-width: 20%;
    width: 100%;
}

.banner .content {
    max-width: 500px;
    position: absolute;
    right: 0;
    transform: translate(-50%, -40%);
    top: 40%;
}

.banner h1 {
    font-size: 80px;
    font-weight: 900;
    margin-bottom: 0px;
}

.banner h3 {
    font-size: 29px;
    font-weight: 700;
    /* color: #2FA6DE; */
}

.banner p {
    color: #000;
    line-height: 26px;
}

.banner-title {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.banner-title h4 {
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 10px 10px;
    margin: 0;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
}
/* 
.banner-slides .swiper-horizontal>.swiper-pagination-bullets,
.banner-slides .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 25px;
}

.banner-slides .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border: none;
    width: 14px;
    height: 14px;
}

.banner-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2fa6de;
} */

/* .mast-head h2 {
    font-size: 27px;
    margin-bottom: 20px;
}

.mast-head p {
    font-size: 15px;
    color: var(--grey);
    line-height: 27px;
}

.mast-head img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mast-head .bg-light {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.mast-head li {
    position: relative;
    padding-left: 20px;
    color: var(--grey);
    margin-bottom: 9px;
    font-size: 15px;
}

.mast-head li:before {
    content: '\f105';
    position: absolute;
    left: 0;
    color: var(--blue);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
} */

/* Banner CSS End Here */
/* Button CSS Start Here */
.btn-outline {
    border: 1px solid #C6C6C6;
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 47px;
    position: relative;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    display: inline-flex;
}

.btn-outline::before {
    content: "";
    background: var(--main-color);
    color: var(--white);
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.btn-outline:hover::before {
    height: 100%;
}

.btn-outline:hover {
    color: var(--white);
    z-index: 1;
}

.custom-cta.btn-primary {
    background: var(--blue);
    color: var(--white);
}

.custom-cta {
    background: var(--main-color);
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid transparent;
}

.custom-cta:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    background: #fff;
}

/* Button CSS End Here */
/* About CSS Start Here */
.about-company {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}
.about-company h1{
    font-size: 36px;
    font-weight: 600;
    color: #3D3D3D;
}

.about-company h2 {
    margin-bottom: 24px;
}

.about-company p,
#more-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 24px;
}

.about-company p:last-child {
    margin-bottom: 1rem;
}

/* About CSS End Here */
.main-title {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 24px;
    font-weight: 500;
}

.main-title p {
    font-size: 16px;
    margin: 24px 0 0;
    font-weight: 500;
    color: inherit;
}

.gray-bg {
    background: #e7f0e4;
}

/* Counter CSS Start Here */
.counter-sec {
    padding: 80px 0;
}

.counter-sec ul li {
    padding: 0 80px;
    color: #3D3D3D;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
}

.counter-sec ul li span {
    display: block;
    font-size: 40px;
}

/* Counter CSS End Here */
/* Event Schedule CSS Start Here */
.event-schedule {
    background: #056B90;
    position: relative;
}

.schedule-content {
    background: url('https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-golf/2023-24/img/golf-bg.jpg') repeat-x bottom center;
}

.schedule-content .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 35px;
}
@media(min-width:992px){
  .schedule-content  .nav-tabs .nav-item {
    margin: 0 16px;
}
}
.nav-tabs .nav-item,.schedule-content .nav-tabs .nav-item {
    margin: 0 5px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: 1px solid transparent;
    padding: 8px 25px;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
    transition: all .5s ease;
}

.nav-tabs .nav-link:hover {
    background: #FFFFFF4D;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 1px solid #fff;
    font-weight: 600;
    background: #FFFFFF4D;
    color: #fff;
}

.event-schedule .timeline {
    background: url('https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-golf/2023-24/img/golf-hole.png') no-repeat bottom center;
    /* background-size: cover; */
    /* min-height: 950px; */
    min-height: 730px;
}

.event-schedule .timeline ul {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.event-schedule .timeline li {
    position: relative;
    margin-bottom: 28px;
    /* background: url(../img/golf-dot.png) no-repeat center right; */
    width: 50%;
    padding-right: 40px;
    text-align: right;
    float: left;
}

.event-schedule .timeline li:before {
    content: "";
    background: url('https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-golf/2023-24/img/golf-dot.png') no-repeat 0 0;
    width: 26px;
    height: 27px;
    position: absolute;
    right: -14px;
    top: 0;

}

.event-schedule .timeline li:nth-child(even) {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
    background-position: center left;
    float: right;
    width: 50.1%;
}

.event-schedule .timeline li:nth-child(even):before {
    right: inherit;
    left: -11px;
}

.event-schedule .timeline li h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.event-schedule .timeline li p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.event-text p {
    font-size: 12px;
    line-height: 17px;
}

.event-text p:last-child {
    margin-bottom: 0;
}
.partner-logo {
    width: 25%;
    /* width: 20%;  for five image*/

    padding: 16px 10px;
    /* border-right: 1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
}

.partner-logo:last-child {
    border-right:none;
}

.partners-name {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: var(--black);
    opacity: .7;
    margin-bottom: 10px;
    min-height: 20px;
}

.partner-logo img {
    margin: 0 auto;
    max-width: 160px;
    width: 100%;
}
.partner-logo.p-partner img{max-width: 300px;width: 100%;}
@media(max-width:1024) {
    .partner-logo{width: 25%;}
   .partner-logo img {
    margin: 0 auto;
    max-width:160px;
    width: 100%;
} 
.partner-logo.p-partner img{max-width: 240px;width: 100%;}

}

.event-sponcers {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}



/* Back to Top CSS Start Here */
#back-to-top {
    display: inline-block;
    background-color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

@media(max-width:767px){
    #back-to-top{
           bottom: 140px;
 
    }

}


/* body .swiper-button-next,
body .swiper-button-prev {
    display: none;
} */

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    border: 1px solid #94c086;
    background: transparent;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
}

.top-article h4 {
    font-size: 28px;
}

.top-article h4 a {
    color: #3D3D3D;
}

.top-article h4 a:hover {
    color: var(--main-color);
}

.top-article p {
    color: #3d3d3d;
}
.container{
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;  
}
.thoughtworks-wrapper .container,
.mnu_nav_wrp .container {
    max-width: 1270px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.mnu_nav_hdr .mnu_log_btn {
    font-family: 'Poppins', sans-serif;
}

#copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #004059;
    padding: 15px 0;
}

#copyright p {
    font-size: 13px;
    line-height: 1.5;
    color: #93a6aa;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

/* Tabs CSS */
.tabs-wrap .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.tabs-wrap .nav-tabs .nav-link {
    color: #fff;
    border: 1px solid #cde9c4;
}

.tabs-wrap .nav-tabs .nav-link:hover {
    color: var(--main-color);
}

.tabs-wrap .nav-tabs .nav-link.active {
    background: var(--main-color);
    color: #fff;
}
@media (max-width: 767px) {
    .header .container {
        padding: 0 12px 0 18px;
    }
}
/* @media (min-width: 1270px) {
    .header .container {
        max-width: 1270px;
        margin: 0 auto;
        padding: 0;
    }
}

@media (min-width:768px) and (max-width:1100px) {
    .header .container {
        padding-right: 20px;
        padding-left: 20px
    }
} */

@media screen and (max-width: 1199px) {
    img {
        max-width: 100%;
    }

    .mnu_nav_bdy .container {
        padding: 0 20px;
    }

    .banner .content {
        transform: translate(-10%, -40%);
        max-width: 450px;
    }

    .counter-sec ul li {
        padding: 0 70px;
    }

    .event-schedule .timeline li h5 {
        font-size: 24px;
    }

    .event-schedule .timeline li p {
        font-size: 16px;
    }

    .partners-slides .partner-logo {
        width: 33.33%;
    }
}

@media screen and (max-width: 991px) {
    .mnu_nav_hdr .container {
        padding: 0 20px;
    }

    .p-tb {
        padding: 50px 0;
    }

    .banner {
        display: flex;
        align-items: center;
    }

    .banner .golf-stick {
        max-width: 40%;
        bottom: 35px;
    }

    .banner .content {
        max-width: 55%;
        transform: translateY(-50%);
        padding-right: 20px;
        top: 50%;
    }

    .banner h1 {
        font-size: 65px;
    }

    .banner h3 {
        font-size: 35px;
    }

    .about-img img {
        width: 100%;
    }

    .counter-sec ul li {
        padding: 0 25px;
    }

    .schedule-content .nav-tabs {
        margin-bottom: 80px;
    }

    .event-schedule .timeline {
        min-height: 720px;
    }

    /* .event-schedule .timeline li {
        width: 52%;
    } */

    .event-schedule .timeline li h5 {
        font-size: 20px;
    }

    .event-schedule .timeline li p {
        font-size: 13px;
    }

    .article-slides {
        padding: 0 45px;
    }

    .main-title {
        font-size: 28px;
    }

    .news-col {
        padding: 10px;
    }

    .news-info h4 {
        min-height: 108px;
        max-height: 108px;
    }

    .news-info p {
        min-height: 105px;
        max-height: 105px;
        overflow: hidden;
    }

    .videos .news-col {
        padding: 0;
        margin-top: 25px;
    }

    .news-col .play-icon img {
        width: 32px;
    }

    .player {
        border: 1px solid #3E3E3E;
        padding: 0px 3px;
        height: 21px;
        line-height: 15px;
    }

    .videos .news-info p {
        line-height: normal;
        font-size: 14px;
        min-height: inherit;
        max-height: inherit;
    }

    .quote-content p {
        font-size: 26px;
        line-height: 38px;
    }

    .top-article h4 {
        font-size: 24px;
    }

    .partners-slides .partner-logo {
        width: 33.333%;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 6px 18px;
    }
}

@media screen and (max-width: 767px) {
    .more-articles {
        padding-top: 0;
    }

    .article-col figure {
        max-width: 110px;
    }

    .photo-gallery .swiper-thumbs .swiper-slide img {
        height: 50px;
    }

    .mnu_nav_bdy .container,
    .mnu_nav_hdr .container {
        padding: 0 20px;
    }

    

    .counter-sec ul {
        flex-wrap: wrap;
    }

    .counter-sec ul li {
        width: 100%;
        padding: 50px 0;
        font-size: 18px;
    }

    .counter-sec ul li span {
        font-size: 35px;
    }

    .counter-sec ul li:first-child {
        padding-top: 0;
    }

    .counter-sec ul li:last-child {
        padding-bottom: 0;
    }

    .schedule-content .nav-tabs {
        margin: 0 auto 50px;
        padding: 0 15px 1px;
    }

    .nav-tabs .nav-item {
        margin: 0 3px 5px;
    }

    .nav-tabs .nav-link {
        padding: 6px 12px;
    }

    .event-schedule .timeline ul {
        max-width: 100%;
        padding: 60px 15px 0;
    }

    .event-schedule .timeline li {
        /* width: 52%; */
        padding-right: 30px;
        margin-bottom: 20px;
    }

    .event-schedule .timeline li:nth-child(even) {
        padding-left: 30px;
    }

    .event-schedule .timeline li h5 {
        font-size: 16px;
    }

    .event-schedule .timeline li p {
        font-size: 12px;
    }

    .news-info p {
        min-height: inherit;
        max-height: inherit;
        overflow: inherit;
    }

    .owl-dots {
        margin-top: 20px;
    }

    .owl-dots .owl-dot span {
        margin: 0 6px;
        width: 12px;
        height: 12px;
    }

    .about-img {
        margin-bottom: 0;
    }

    .main-title {
        font-size: 24px;
    }

    .news-info h4 {
        min-height: inherit;
        max-height: inherit;
    }

    .news-info .btn-outline {
        margin: 0 auto;
        display: table;
    }

    .videos .news-col {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .videos .col-md-3:last-child .news-col {
        margin-bottom: 0;
    }

    .videos .news-info p {
        font-size: 17px;
        line-height: 24px;
    }

    .news-col .play-icon img {
        width: 55px;
    }

    .partner-logo img {
        max-width: 160px;
    }

    .foot-menu-wrap {
        flex-wrap: wrap;
    }

    .foot-menu {
        margin: 0 0 20px;
        width: 33.333%;
    }

    .testimonials-wrap {
        padding: 50px 0;
    }

    .customer-quotes {
        padding: 0 25px;
    }

    .quote-content {
        margin-bottom: 40px;
    }

    .quote-content p {
        font-size: 24px;
        line-height: 34px;
    }

    .videos .video-content {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .video-content .swiper-pagination {
        display: none;
    }  
    .top-article h4 {
        font-size: 22px;
    }

    .partners-slides .partner-logo {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
     .event-schedule .timeline ul {
        max-width: 100%;
        padding: 40px 15px 0;
    }

    .event-schedule .timeline li {
        /* width: 52%; */
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .event-schedule .timeline li:nth-child(even) {
        padding-left: 30px;
    }

    .event-schedule .timeline li h5 {
        font-size: 14px;
        font-weight: 400;
    }

    .event-schedule .timeline li p {
        font-size: 12px;
    }
    .p-tb {
        padding: 40px 0;
    }

    
    .owl-dots {
        margin-top: 20px;
    }

    .owl-dots .owl-dot span {
        margin: 0 4px;
        width: 10px;
        height: 10px;
    }

    .owl-nav button span {
        font-size: 45px;
    }

    .about-company h2,
    .main-title {
        font-size: 24px;
        text-align: center;
    }

    .about-company p,
    #more-content p {
        font-size: 14px;
        line-height: 20px;
    }

    /* .article-slides {
        padding: 0 35px;
    } */
    .nav-tabs .nav-item {
        margin: 0;
    }

    .nav-tabs .nav-link {
        padding: 5px 10px;
        font-size: 12px;
    }

    .tabs-wrap .nav-tabs .nav-item {
        margin: 0 2px 12px;
    }

    .tabs-wrap .nav-tabs .nav-link {
        font-size: 12px;
    }

    .event-schedule .timeline li {
        /* width: 53%; */
        padding-right: 42px;
    }

    .event-schedule .timeline li:nth-child(even) {
        padding-left: 42px;
    }

    .news-info p {
        font-size: 14px;
        line-height: 24px;
    }

    .quote-content p {
        font-size: 20px;
        line-height: 28px;
    }

    .author-info p {
        font-size: 14px;
    }

    .videos .news-info p {
        font-size: 16px;
        line-height: 22px;
    }

    .news-info h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .foot-menu-wrap {
        padding: 15px 0;
    }

    .top-article h4 {
        font-size: 20px;
    }

    .partner-logo img {
        max-width: 120px;
         /* max-width: 120px; */
    }
}

@media screen and (max-width: 375px) {
    .banner-content h1 {
        font-size: 1.8rem;
    }

    .schedule-content .nav-tabs {
        padding: 0 10px 0px;
    }

    .nav-tabs .nav-link {
        padding: 5px 7px;
        font-size: 11px;
    }

    .event-schedule .timeline li {
        /* width: 54%; */
        padding-right: 32px;
    }

    .event-schedule .timeline li:nth-child(even) {
        padding-left: 32px;
    }

    .foot-menu {
        margin: 0 0 15px;
        width: 50%;
    }
}

.stories-sec{
background: var(--dark-gray-bg);
/* background: #133D55; */
}
@media(min-width:992px){
    .stories-sec{
       /* margin-bottom: -40px;  */
    }
}
.stories-sec img, .golfing-diaries img {
    border-radius: 6px;
    width: 100%;
    display: block;
    margin: 6px 0 0 0;
}
.top-sec p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
    color: #fff;
}
.stories-sec h3 a,.stories-sec h3 {
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .stories-sec h3 a,.stories-sec h3{
    font-size: 24px;
    }
    .top-sec p {
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
    .stories-sec h3 a,.stories-sec h3{
    font-size: 20px;

    }
    .top-sec p {
    font-size: 16px;
}
}
.stories-sec h4,.stories-sec h4 a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500; 
}
  @media (max-width: 767px){
    .stories-sec h4{
        font-size: 16px;
    }

   }


.stories-sec h3 a:hover,
.stories-sec h4 a:hover{
    color: var(--main-color);
}

.stories-sec .img-wrapper {
    border: 1px solid #838ea4;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}
.btn-arrow{
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-left: 8px solid white;
  margin-left: 6px;
}
/** Videos ***/

.event-video-carousel,.event-video-carousel-2,.event-video-carousel-3,.event-video-carousel-4,.event-video-carousel-5,.event-video-carousel-6,.event-video-carousel-7 {
    padding-bottom: 50px;
    padding-top: 60px;
    margin-top: -62px;
    /* margin-top: -68px; */
}

.event-video-carousel .swiper-button-prev.swiper-button-disabled,
.event-video-carousel .swiper-button-next.swiper-button-disabled,.event-video-carousel-2 .swiper-button-prev-2.swiper-button-disabled,
.event-video-carousel-2 .swiper-button-next-2.swiper-button-disabled,.event-video-carousel-3 .swiper-button-prev-3.swiper-button-disabled,
.event-video-carousel-3 .swiper-button-next-3.swiper-button-disabled,.event-video-carousel-4 .swiper-button-prev-4.swiper-button-disabled,
.event-video-carousel-4 .swiper-button-next-4.swiper-button-disabled,.event-video-carousel-5 .swiper-button-prev-5.swiper-button-disabled,
.event-video-carousel-4 .swiper-button-next-5.swiper-button-disabled,.event-video-carousel-6 .swiper-button-prev-6.swiper-button-disabled,
.event-video-carousel-4 .swiper-button-next-6.swiper-button-disabled,.event-video-carousel-7 .swiper-button-prev-7.swiper-button-disabled,
.event-video-carousel-4 .swiper-button-next-7.swiper-button-disabled{
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
    background: inherit;
}


.event-video-carousel .swiper-button-prev,
.event-video-carousel .swiper-button-next,.event-video-carousel-2 .swiper-button-prev-2,
.event-video-carousel-2 .swiper-button-next-2,.event-video-carousel-3 .swiper-button-prev-3,
.event-video-carousel-3 .swiper-button-next-3,.event-video-carousel-4 .swiper-button-prev-4,
.event-video-carousel-4 .swiper-button-next-4,.event-video-carousel-4 .swiper-button-prev-4,
.event-video-carousel-3 .swiper-button-next-3,
.event-video-carousel-5 .swiper-button-next-5,.event-video-carousel-5 .swiper-button-prev-5,.event-video-carousel-6 .swiper-button-next-6,.event-video-carousel-6 .swiper-button-prev-6,.event-video-carousel-7 .swiper-button-next-7,.event-video-carousel-7 .swiper-button-prev-7{
    width: 36px;
    height: 36px;
    background: var(--gradient);
    border: 2px solid var(--white);
    border-radius: 50%;
    color: var(--white);
    font-size: 15px;
    position: absolute;
    top: 22px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}


.event-video-carousel .swiper-button-prev:after,
.event-video-carousel .swiper-button-next:after,.event-video-carousel-2 .swiper-button-prev-2:after,
.event-video-carousel-2 .swiper-button-next-2:after,.event-video-carousel-3 .swiper-button-prev-3:after,
.event-video-carousel-3 .swiper-button-next-3:after,.event-video-carousel-4 .swiper-button-prev-4:after,
.event-video-carousel-4 .swiper-button-next-4:after,.event-video-carousel-5 .swiper-button-prev-5:after,
.event-video-carousel-5 .swiper-button-next-5:after,.event-video-carousel-6 .swiper-button-prev-6:after,
.event-video-carousel-6 .swiper-button-next-6:after,.event-video-carousel-7 .swiper-button-prev-7:after,
.event-video-carousel-7 .swiper-button-next-7:after{
    display: none;
}


.event-video-carousel .swiper-button-prev,.next-prev-section .swiper-button-prev,.event-video-carousel-2 .swiper-button-prev-2,.next-prev-section .swiper-button-prev-2,.event-video-carousel-3 .swiper-button-prev-3,.event-video-carousel-4 .swiper-button-prev-4,.event-video-carousel-5 .swiper-button-prev-5,.event-video-carousel-6 .swiper-button-prev-6,.event-video-carousel-7 .swiper-button-prev-7 {
    left: inherit;
    right: 55px;
    transform: rotate(180deg);
}

.event-video-carousel .swiper-slide h5,.event-video-carousel-2 .swiper-slide h5,.event-video-carousel-3 .swiper-slide h5,.event-video-carousel-4 .swiper-slide h5,.event-video-carousel-5 .swiper-slide h5,.event-video-carousel-6 .swiper-slide h5,.event-video-carousel-7 .swiper-slide h5 {
    font-size: 15px;
    line-height: normal;
}

.event-video-carousel .swiper-slide h5 a,.event-video-carousel-2 .swiper-slide h5 a,.event-video-carousel-3 .swiper-slide h5 a,.event-video-carousel-4 .swiper-slide h5 a,.event-video-carousel-5 .swiper-slide h5 a,.event-video-carousel-6 .swiper-slide h5 a,.event-video-carousel-6 .swiper-slide h5 a {
    color: var(--white);
}
.event-video-carousel .swiper-slide h5 a:hover,.event-video-carousel-2 .swiper-slide h5 a:hover,.event-video-carousel-3 .swiper-slide h5 a:hover,.event-video-carousel-4 .swiper-slide h5 a:hover,.event-video-carousel-5 .swiper-slide h5 a:hover,.event-video-carousel-6 .swiper-slide h5 a:hover,.event-video-carousel-7 .swiper-slide h5 a:hover{
    color: var(--main-color);
}
.vs-carousel .swiper-slide figure,
.swiper-slide .video-thumb {
    margin-bottom: 8px;
    position: relative;
}
.event-video-carousel .swiper-wrapper,.event-video-carousel-2 .swiper-wrapper,.event-video-carousel-3 .swiper-wrapper,.event-video-carousel-4 .swiper-wrapper,.event-video-carousel-5 .swiper-wrapper,.event-video-carousel-6 .swiper-wrapper,.event-video-carousel-7 .swiper-wrapper{
height: auto;
}
.event-video-carousel svg, .event-video-carousel svg,.event-video-carousel-2 svg,.event-video-carousel-3 svg,.event-video-carousel-4 svg,.event-video-carousel-5 svg,.event-video-carousel-6 svg,.event-video-carousel-7 svg {
    fill: var(--white);
    outline: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0;
    top: auto;
    height: 3px;
    background: #f2f2f2;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00b3fe;
    /* font-size: 30px; */
}

/* .banner::before{
    background: rgb(17, 93, 152, 0.1);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top:0;
    z-index: 1;
} */
a.btn-style {
  align-items: center;
  background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
}

a.btn-style:active,
a.btn-style:hover {
  outline: 0;
}

a.btn-style span {
  background-color: rgb(5, 6, 45, 0.7);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

a.btn-style:hover span {
  background: none;
}

a.btn-style:active {
  transform: scale(0.9);
}

.btn-more{
    background: var(--gradient);
    color: var(--white);
    padding: 8px 12px;
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      transition: all 0.3s ease;
}
@media(min-width:992px){
    .btn-more{
    font-size: 15px;
    }
      
}
.btn-more:hover{
    color: var(--white);
    opacity: 0.8;

}


/** Gallery**/
/* #mainGallery{min-height: 250px;background: #e9e9e9;}
#thumbGallery{min-height: 70px;} */
.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    display: none;
}

.swiper .swiper-button-prev.swiper-button-disabled svg, .swiper .swiper-button-next.swiper-button-disabled svg {
    fill: #ccc;
}

.photo-gallery .swiper .swiper-button-prev.swiper-button-disabled, .photo-gallery .swiper .swiper-button-next.swiper-button-disabled {
    background:#fff;
    opacity: 1;
    border: 1px solid #cbcbcb;
    /* display: none; */
}
.photo-gallery .swiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 10px;
}
.photo-gallery .swiper .swiper-button-prev svg, .photo-gallery .swiper .swiper-button-next svg {
    fill: #fff;
    outline:0;
}
.photo-gallery .swiper-button-prev.swiper-button-disabled svg{
    fill: #ccc;
}

    

.photo-gallery .swiper-pagination-fraction {
    color: #fff;
    font-size: 12px;
    background: #000;
    margin: 0 auto;
    width: auto;
    padding: 3px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.photo-gallery {
    position: relative;
}

.photo-gallery .swiper-slide.swiper-slide-thumb-active img {
    border: 2px solid #D141FF;
}
/* .photo-gallery .mySwiper .swiper-slide img{
        height: 65px;
} */
.photo-gallery .swiper-thumbs .swiper-slide img {
    height: 70px;
    object-fit: cover;
}
@media(min-width:768px){
    .photo-gallery .swiper-thumbs .swiper-slide img{
        height: 100%;
        object-fit: cover;
    }
}
.photo-gallery .swiper .swiper-button-prev,
.photo-gallery .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    background: var(--gradient);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: calc(50% +  10px);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-gallery .swiper .swiper-button-prev.swiper-button-disabled,
.photo-gallery .swiper .swiper-button-next.swiper-button-disabled {
    background: #fff;
    opacity: 1;
    border: 1px solid #cbcbcb;
}

.photo-gallery .swiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 10px;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}
.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 0 0;
}

@media(min-width:992px){
   .photo-gallery {
    position: relative;
    max-width: 900px;
    /* padding: 0 40px; */
    margin: auto;
} 
.photo-gallery.glimpses-photo-gallery{max-width: 760px;}

}
.photo-gallery .swiper-slide img, .glimpses-photo-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.glimpses-photo-gallery .swiper-slide img{border-radius: 12px;}
.golf-bg{
    background: url('https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-golf/2025-26/img/banner-golf-2026.png') no-repeat bottom right;
    min-height: 200px;
    width: 100%;
    background-size: cover;
}
.event-sponcers{
    background: url('https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-golf/2025-26/img/bg-repeat.png') repeat-x bottom left;
    padding-bottom: 80px;
}

button,
a {
  outline: none;
}

button:focus-visible,
a:focus-visible,.tab-content:focus-visible {
  outline: 0 dotted #2fa7df;
  outline-offset: none;
  border-radius: 4px;
}

.banner-golf-new{
    background: #133D55 url('https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-golf/2025-26/img/banner-dark-white-box-bg.png')no-repeat bottom right;
    color: #fff;
    padding: 20px 20px 180px 20px;
    min-height: 250px;
}


.banner-golf-new-inner{display: flex; flex-direction: column; align-items: center;}
.banner-logo{width:auto;margin-right:0;margin-bottom: 24px;}
.banner-logo img{max-width: 120px;}
.banner-info{width: 100%;text-align: center;}
.banner-loc{font-size: 12px;font-weight: 500;}
.banner-info h1{font-size: 32px;line-height: 1.1;margin-bottom: 8px;}
@media(min-width:576px){
.banner-loc{font-size: 13px;font-weight: 500;}
.banner-info h1{font-size: 40px;margin-bottom: 8px;}
}
@media(min-width:992px){
.banner-golf-new{
    padding: 20px 20px 40px 20px;
    min-height: 250px;
}
.banner-golf-new-inner{display: flex; flex-direction: row; align-items: flex-start;}
.banner-logo{width: 220px;margin-right: 140px;margin-top: 4px;}
.banner-logo img{max-width: 100%;}
.banner-info{width: 400px;text-align: center;}
.banner-loc{font-size: 15px;font-weight: 600;}
.banner-info h1{font-size: 54px;}
.banner-golf-new-inner{display: flex;} 
}

.stories-golf{
color: #fff;
}
.stories-golf h4, .stories-golf h4 a{
        font-size: 28px;
        color: #fff;
}
.stories-golf h4 a:hover{
    color: var(--main-color);
}
.stories-golf p{color: #fff;}
.golfing-diaries {
 background: var(--dark-gray-bg);
}
.golfing-diaries .nav{justify-content: space-between;}
.event-video-carousel .swiper-button-next svg, .event-video-carousel .swiper-button-prev svg,.photo-gallery .swiper .swiper-button-prev svg, .photo-gallery .swiper .swiper-button-next svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transform-origin: center;
}
.partner-logo-golf{
    border:1px solid #e5e5e5;
    border-top: none;
    padding: 0 32px;

}
.partner-logo-golf.p-partner{
    background: #fff;

}
.partner-logo-golf.p-partner img{
        max-width: 300px;

}
.partner-logo-golf img{
    max-width: 200px;
    width: 100%!important;
}
.partner-golf-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.p-golf-sec{
    display: flex;
}
.partner-golf-wrap  .partners-name{font-size: 14px;}
@media(max-width:1024px){
   .partner-logo-golf{border-left: 0;border-right:0px; margin-bottom: 24px;}
    .partner-golf-wrap  .partners-name{
        font-size: 12px;
        min-height: 36px;
        margin-bottom: 0;
    }
    .partner-logo-golf{
            padding: 24px 6px;

    }
    .partner-golf-wrap{
        flex-direction: column;
        align-items: center;
    }
    .p-golf-logo-sec{
        padding-bottom: 24px;
        padding-top: 24px;
       border-top: 1px solid #e5e5e5!important;  
    }
    .partner-logo-golf.p-partner{
        padding-top: 0;
        padding-bottom: 0;
    }
   .partner-logo-golf.p-partner img{
        max-width: 300px;

}
.partner-logo-golf img{
    max-width: 200px;
} 
}

.lb-nav a.lb-prev,.lb-nav a.lb-next{
    width: 50px;
    opacity: 1;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.responsive-video-wrap{
        max-width: 600px;
        margin: auto;
}
.responsive-video video, .responsive-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 300px;
}

.gift-item{border:1px solid #e5e5e5; margin-bottom: 24px;}
.gift-item img{width: 100%;}
.time-sec{min-height: 21px;}