* { margin: 0; padding: 0; box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: 'Mulish'; font-weight: 400; color: #010101; line-height: normal; }
a { text-decoration: none; outline: none; color: #545454; }
a:active, a:focus { outline: 0; }
a:hover { color: #009343; }
img { border: none; vertical-align: top; }
input[type="radio"], input[type="checkbox"] { vertical-align: -2px; }
textarea { resize: none; }
input { visibility: visible; outline: none; }
.reset { list-style: none; padding: 0; margin: 0; }
.lf { float: left; }
.rf { float: right; }
.clear { clear: both; padding: 0; margin: 0; overflow: hidden; height: 0; }
.rel { position: relative; }
.fullwid { width: 100%; }
.inline { display: inline; }

.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color:transparent; position:relative } 
.owl-carousel { display:none; width:100%; z-index:1;}
.owl-carousel .owl-stage { position:relative; -ms-touch-action:pan-Y; touch-action:manipulation; -moz-backface-visibility:hidden }
.owl-carousel .owl-stage:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0 }
.owl-carousel .owl-stage-outer { position:relative; overflow:hidden; -webkit-transform:translate3d(0, 0, 0)}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0)}
.owl-carousel .owl-item {  float:left; -webkit-backface-visibility:hidden; -webkit-touch-callout:none}
.owl-carousel .owl-item img { display:block; width:auto; max-width:100%; }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display:none}
.no-js .owl-carousel, .owl-carousel.owl-loaded {display:block}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor:pointer; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.owl-carousel.owl-loading { opacity:0; display:block;}
.owl-carousel.owl-hidden {opacity:0;}
.owl-carousel.owl-refresh .owl-item {visibility:hidden;}
.owl-carousel.owl-drag .owl-item {-ms-touch-action:pan-y; touch-action:pan-y; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none }
.owl-carousel.owl-grab { cursor:move; cursor:grab }
.owl-carousel.owl-rtl {direction:rtl}
.owl-carousel.owl-rtl .owl-item {float:right}
.owl-carousel .animated {animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in {z-index:0}
.owl-carousel .owl-animated-out {z-index:1}
.owl-carousel .fadeOut {animation-name:fadeOut}

/* Feel free to change duration  */ 
.animated  { -webkit-animation-duration : 1000 ms  ; animation-duration : 1000 ms  ; -webkit-animation-fill-mode : both  ; animation-fill-mode : both  ;}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {  z-index : 1    }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {  z-index : 0    }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {  -webkit-animation-name : fadeOut  ;  animation-name : fadeOut  ;}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}


@font-face { font-display: swap; font-family: 'Mulish'; font-style: normal; font-weight: 200; src: url('./assets/fonts/mulish-v18-latin-200.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Mulish'; font-style: normal; font-weight: 300; src: url('./assets/fonts/mulish-v18-latin-300.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Mulish'; font-style: normal; font-weight: 500; src: url('./assets/fonts/mulish-v18-latin-500.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Mulish'; font-style: normal; font-weight: 600; src: url('./assets/fonts/mulish-v18-latin-600.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Mulish'; font-style: normal; font-weight: 700; src: url('./assets/fonts/mulish-v18-latin-700.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Mulish'; font-style: normal; font-weight: 800; src: url('./assets/fonts/mulish-v18-latin-800.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Mulish'; font-style: normal; font-weight: 900; src: url('./assets/fonts/mulish-v18-latin-900.woff2') format('woff2'); }

@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 100; src: url('./assets/fonts/exo-2-v26-latin-100.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 200; src: url('./assets/fonts/exo-2-v26-latin-200.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 300; src: url('./assets/fonts/exo-2-v26-latin-300.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 400; src: url('./assets/fonts/exo-2-v26-latin-regular.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 500; src: url('./assets/fonts/exo-2-v26-latin-500.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 600; src: url('./assets/fonts/exo-2-v26-latin-600.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 700; src: url('./assets/fonts/exo-2-v26-latin-700.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 800; src: url('./assets/fonts/exo-2-v26-latin-800.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Exo 2'; font-style: normal; font-weight: 900; src: url('./assets/fonts/exo-2-v26-latin-900.woff2') format('woff2'); }

@font-face { font-display: swap; font-family: 'Rajdhani'; font-style: normal; font-weight: 300; src: url('./assets/fonts/rajdhani-v17-latin-300.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Rajdhani'; font-style: normal; font-weight: 400; src: url('./assets/fonts/rajdhani-v17-latin-regular.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Rajdhani'; font-style: normal; font-weight: 500; src: url('./assets/fonts/rajdhani-v17-latin-500.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Rajdhani'; font-style: normal; font-weight: 600; src: url('./assets/fonts/rajdhani-v17-latin-600.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Rajdhani'; font-style: normal; font-weight: 700; src: url('./assets/fonts/rajdhani-v17-latin-700.woff2') format('woff2'); }

.container { width: 1290px; margin: 0 auto; position: relative;}
.headersection { position: relative; z-index: 2; padding: 20px 0; }



.main_parent { background-image:linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url('./assets/images/new-banner-img.webp'); width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; z-index: 0; }
.main_parent::after,.past_editions::after,.past_editions::before {content: '';position: absolute;bottom: 0;width: 100%;height: 160px; background: url('./assets/images/Past Editionsbg_pngimg3.svg') no-repeat center; background-size: cover; z-index: 1;}
.main_parent .banner-wrap { display: grid; place-items: center; position: relative; z-index: 3; padding-bottom: 189px; }
.main_parent .banner-wrap .img_box { margin-top: 25px; text-align: center; }
.main_parent .banner-wrap .img_box img { width: 100%; max-width: 70%; height: auto; box-sizing: border-box; }
.main_parent .banner-wrap p.subtitle { font-size: 22px; color: #FFFFFF; font-weight: 500; font-family: 'mulish'; margin: 21px 0 0 0; }
.main_parent .banner-wrap .event_schedule ul li .icon_box { display: grid; place-content: center; }
.main_parent .banner-wrap .event_schedule ul {  display: flex; background-color: hsla(0, 0%, 33%, 0.80); border-radius: 8px; align-items: center; }
.main_parent .banner-wrap .event_schedule ul li { gap: 8px; display: flex; align-items: center; padding: 15px 19px; }
.main_parent .banner-wrap .event_schedule ul li p { color: #F2F2F2; font-family: 'Rajdhani'; font-weight: 700; font-size: 18px; }
.main_parent .banner-wrap .event_schedule ul span { border: 1px solid #7F7F7F; height: 19px; }
.main_parent .banner-wrap .registerbtn a {margin-top: 46px; background: #D3001F; font-size: 24px; font-weight: 800; font-family: 'mulish'; color: #FFFFFF; padding: 18px 70px; box-shadow: 0px 2px 12px 2px rgba(255, 103, 31, 0.4); border-radius: 10px; display: inline-block; transition: all 0.3s ease; }
.main_parent .banner-wrap .registerbtn a:hover { background: #FFFFFF; color: #D3001F; transform: translateY(-4px) scale(1.03); }

.main_parent .banner-wrap .img_box.castrolBox img { width: 100%; max-width: 400px;}


.abouttheevent { background:linear-gradient(rgba(255, 255, 255, 0.82)),url('./assets/images/abouttheeventbg_img.webp') center/cover no-repeat;width: 100%;height: 100%; position: relative;z-index: 0;}
.abouttheevent .abouttheevent-wrap { display: flex; justify-content: space-between; padding: 80px 0; gap: 2%; flex-wrap: wrap; position: relative; z-index: 2; max-width: 1070px; margin: 0 auto; align-items: center; }
.abouttheevent .abouttheevent-wrap .left_column { width:45%;  }
.abouttheevent .abouttheevent-wrap .right_column { width: 53%; }
.abouttheevent .abouttheevent-wrap .right_column .img_box img { width: 100%; height: auto; box-sizing: border-box; }
.abouttheevent .abouttheevent-wrap .left_column h2 { font-weight: 700; font-size: 50px; color: #000000; font-family: 'Exo 2'; margin-bottom: 40px; text-transform: uppercase; }
.abouttheevent .abouttheevent-wrap .left_column h2 span { color: #31B0E5; }
.abouttheevent .abouttheevent-wrap .left_column p { font-size: 18px; font-family: 'mulish'; color: #3F3F3F; line-height: 28px; }

.marquee { background: #00863D; padding: 14px 0; overflow: hidden; width: 100%; position: relative; }
.marquee .track { display: flex; width: max-content; animation: scroll 20s linear infinite; gap: 30px; }
.marquee ul { display: flex; gap: 30px; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.marquee li { display: flex; align-items: center; gap: 30px; flex-shrink: 0; white-space: nowrap; }
.marquee .icon_box { width: 52px; height: 52px; background: #fff; border-radius: 50%; box-sizing: border-box; text-align: center; display: grid; place-content: center; }
.marquee .icon_box p { font-size: 18px; font-weight: 700; font-family: 'Exo 2'; color: #000000; line-height: 1; }
.marquee .icon_box p span { display: block; }
.marquee .subtitle { font-size: 18px; font-weight: 700; white-space: nowrap; font-family: 'Exo 2'; color: #FFFFFF; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.eventhighlights { padding: 90px 0 100px 0; background: #fff; position: relative; z-index: 0; overflow: hidden; }
.eventhighlights:before { content: ""; position: absolute; background: url('./assets/images/EventHighlights-flag.svg') no-repeat center/cover; width: 1565px; height: 495px; left: 50%; margin-left: -1070px; top: 39px; }
.eventhighlights::after { content: ''; position: absolute; bottom: 0; top: 50%; margin-top: 600px; margin-left: 584px; width: 427.22px; height: 316px; background: url('./assets/images/bikeimg.svg') no-repeat center/contain; z-index: 1; pointer-events: none; left: 50%; }
.eventhighlights-wrap { position: relative; z-index: 3; }
.eventhighlights h2 { color: #000000; font-family: 'Exo 2'; font-weight: 700; font-size: 50px; text-align: center; text-transform: uppercase; margin-bottom: 60px; }
.eventhighlights h2 span { color: #009343; }
.eventhighlights .card_section ul { display: flex; flex-wrap: wrap; justify-content: center; margin-top: -1.7%; margin-left: -1.7%; }
.eventhighlights .card_section ul li .content { display: grid; place-items: center; }
.eventhighlights .card_section ul li { padding: 29px 15px 38px; width: 22.87%; box-shadow: 0px 10px 46px 7px rgba(0, 0, 0, 0.07); border-radius: 10px; margin-left: 2.13%; margin-top: 2.13%; background: #FFFFFF; }
.eventhighlights .card_section ul li .icon_box { width: 77.27px; height: 78.04px; display: grid; place-items: center; background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 18px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px; margin-bottom: 33px; }
.eventhighlights .card_section ul li h4.title { font-size: 22px; color: #000000; font-family: 'Mulish'; margin-bottom: 17px; font-weight: 700; text-align: center; }
.eventhighlights .card_section ul li p.subtitle { color: #6A6A6A; font-weight: 400; font-family: 'Mulish'; font-size: 18px; line-height: 24px; text-align: center; }
.eventhighlights .card_section ul li p.subtitle span { font-weight: 700; color: #6A6A6A; }

.other_brands_logo { background: #353535; padding: 54px 0 54px 0; position: relative; z-index: 3; }
.other_brands_img .owl-carousel .owl-item { display: flex !important; justify-content: center !important; align-items: center !important; }
.other_brands_img .owl-carousel .img_item { height: 150px; display: flex; justify-content: center; align-items: center; }
.other_brands_img .owl-carousel .img_item img { max-height: 100%; width: auto; object-fit: contain; }

.jointhebrotherhood { position: relative; overflow: hidden;}
.jointhebrotherhood .joinsec { padding: 70px 0 80px; }
.jointhebrotherhood:before { content: ""; position: absolute; background: #F2F2F2; width: 1902px; height: 1902px; left: 50%; margin-left: -1602px; rotate: -41deg; top: 0; z-index: -1;}
.jointhebrotherhood::after { content: ''; position: absolute; top: 0; left: 50%; width: 50%; height: 100%; background: #009343; clip-path: polygon(100% 0, 0 100%, 100% 100%); z-index: -1; }
.jointhebrotherhood .joinsec { position: relative; }
.jointhebrotherhood .joinsec:before { content: ""; position: absolute; background: url('./assets/images/Brotherhood_bg_img1.svg') no-repeat center / cover; width: 1200px; height: 889px; left: 50%; margin-left: -1272px; top: 0; }
.jointhebrotherhood h2 { font-size: 50px; color: #000000; font-weight: 700; font-family: 'Exo 2'; text-transform: uppercase; text-align: center; margin-bottom: 16px; }
.jointhebrotherhood h2 span { color: #009343; }
.jointhebrotherhood p.subtitle { color: #2A2A2A; font-weight: 400; font-family: 'mulish'; font-size: 18px; text-align: center; }
.jointhebrotherhood_wrap { display: flex; justify-content: space-between; align-items: center; position: relative; padding: 120px 0 80px; flex-wrap: wrap; }
.jointhebrotherhood_wrap .left_column { width: 48.84%; display: grid; place-items: center; position: relative; }
.jointhebrotherhood_wrap .right_column { width: 48.84%; display: grid; place-items: center; position: relative; z-index: 0; }
.jointhebrotherhood_wrap .right_column::before { content: ''; width: 350px; height: 350px; position: absolute; transform: rotate(45deg); background: #fff; border: 18px solid #00A859; box-shadow: 0 0 0 16px #ededed, 0 0 0 34px #ffffff; z-index: 1; }
.jointhebrotherhood_wrap .left_column .img_box img { max-width: 100%; height: auto; box-sizing: border-box; }
.jointhebrotherhood_wrap p.subtitle { font-size: 26.7px; font-weight: 400; font-family: 'mulish'; color: #626262; }
.jointhebrotherhood_wrap p.Stitle1 { margin: 21px 0 22px; }
.jointhebrotherhood_wrap p.Stitle2 { margin-bottom: 19px; }
.jointhebrotherhood_wrap .right_column .register_card { width: 460px; background: #FFFFFF; padding: 25px 30px; border-radius: 12px; position: relative; z-index: 3; box-sizing: border-box; box-shadow: rgba(100, 100, 111, 0.3) 0px 0px 50px 0px;}
.jointhebrotherhood_wrap .right_column .register_card p.subtitle1 { font-size: 18px; font-family: 'mulish'; color: #282828; font-weight: 400; margin-bottom: 8px; text-align: center; }
.jointhebrotherhood_wrap .right_column .register_card p.subtitle2 { font-size: 62px; font-family: 'mulish'; color: #000000; font-weight: 800; margin-bottom: 4px; text-align: center; }
.jointhebrotherhood_wrap .right_column .register_card p.subtitle2 span { font-size: 20px; font-family: 'mulish'; color: #282828; font-weight: 600; }
.jointhebrotherhood_wrap .right_column .register_card p.subtitle3 { font-size: 16px; font-family: 'mulish'; color: #282828; font-weight: 400; }


.jointhebrotherhood_wrap .right_column .register_card .benefits ul { margin: 17px 0 25px; position: relative; display: flex; flex-wrap: wrap;  gap: 21px 21px; }


.jointhebrotherhood_wrap .right_column .register_card .benefits ul li { flex: 1 1 calc(31.33% - 20px); white-space: nowrap;font-size: 18px;font-family: 'mulish';color: #000000;font-weight: 700;position: relative;padding-left: 35px;}




.jointhebrotherhood_wrap .right_column .register_card .benefits ul li::before { content: '\2713'; color: #FFFFFF; position: absolute; background: #F00023; border-radius: 50px; width: 24px; height: 24px; left: 0; display: grid; place-items: center;  font-size: 16px;}
.jointhebrotherhood_wrap .right_column .register_card .registerbtn a { background: #D3001F; font-size: 22px; font-weight: 700; font-family: 'Mulish'; color: #FFFFFF; padding: 15px 15px; border-radius: 10px; display: inline-block; transition: all 0.3s ease; display: block; border: 1px solid #D3001F; text-align: center;}
.jointhebrotherhood_wrap .right_column .register_card .registerbtn a:hover { background: #FFFFFF; color: #D3001F; transform: translateY(-4px) scale(1.03); }

.participating_clubs { background: #ffffff; padding: 80px 0 90px 0; position: relative; z-index: 4; }
.participating_clubs h2 { font-size: 50px; font-weight: 700; font-family: 'Exo 2'; color: #000000; text-transform: uppercase; text-align: center; }
.participating_clubs h2 span { color: #009343; }
.participating_clubs p.subtitle { font-size: 18px; color: #2A2A2A; font-family: 'Mulish'; font-weight: 400; text-align: center; margin: 20px 0 60px 0; }
.participating_clubs_img .owl-carousel .owl-item { display: flex !important; justify-content: center !important; align-items: center !important; }
.participating_clubs_img .owl-carousel .img_item { height: 150px; display: flex; justify-content: center; align-items: center; }
.participating_clubs_img .owl-carousel .img_item img { max-height: 100%; width: auto; object-fit: contain; }

.past_editions::before {transform: rotate(180deg) scaleX(-1); top: 0;}
.past_editions { position: relative; z-index: 3; background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(./assets/images/Past-Editionsbg.webp) center/cover no-repeat; padding: 160px 0 270px; }

.past_editions .past_editions_marquee_mainsection { position: relative; z-index: 2; }
.past_editions .container { position: relative; z-index: 3; }
.past_editions h2 { font-size: 50px; font-weight: 700; font-family: 'Exo 2'; color: #FFFFFF; text-transform: uppercase; text-align: center; }
.past_editions h2 span { color: #009343; }
.past_editions p.subtitle { font-size: 18px; color: #D2D2D2; font-family: 'Mulish'; font-weight: 400; text-align: center; margin: 20px 0 60px 0; }

.past_editions_marquee { padding: 14px 0; overflow: hidden; width: 100%; position: relative; }
.past_editions_marquee .track { display: flex; width: max-content; gap: 30px; }
.marquee-left .track { animation: marqueeLeft 50s linear infinite; }
.marquee-right .track { animation: marqueeRight 50s linear infinite; } 
@keyframes marqueeRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
@keyframes marqueeLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.past_editions_marquee ul { display: flex; gap: 40px; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.past_editions_marquee li { position: relative; height: 328px; width: 17%; display: inline-block; transform: skewX(-15deg); overflow: hidden; border: 10px solid #fff; box-sizing: border-box; }
.past_editions_marquee li .img_box { width: 100%; height: 100%; }
.past_editions_marquee li .img_box img { height: 100%; object-fit: cover; width: 130%; transform: skewX(15deg); object-position: right; margin-left: -50px; }

.footersection { padding: 70px 0 25px; position: relative; background: linear-gradient(180deg, #FFFFFF 0%, #EAEAEA 100%);}
.footerlogo p { font-size: 14px; font-family: 'mulish'; font-weight: 400; color: #292929; margin-top: 20px; }
.footerlogo p span { display: block; }
.footersection .footersection_wrap { display: flex; justify-content: space-between; }
.footercontactsection h3 { color: #000000; font-family: 'Exo 2'; font-weight: 600; font-size: 24px; margin-bottom: 30px; }
.footercontactsection ul li { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.footercontactsection ul li a{color: #292929; font-weight: 400; font-size: 18px;}
.footercontactsection ul li a:hover{color:#009343;}
.footercontactsection ul li .icon_box{ line-height: 0;}
.footercontactsection ul li p { font-size: 18px; font-family: 'Mulish'; font-weight: 400; color: #292929; }
.footersocialsection h3 { color: #000000; font-family: 'Exo 2'; font-weight: 600; font-size: 24px; margin-bottom: 30px; }
.footersocialsection ul { display: flex; flex-wrap: wrap; gap: 25px; line-height: 0;}
.footersocialsection ul li{ line-height: 0;}
.footersocialsection ul li a{ width: 54px; height: auto; aspect-ratio: 1/1; border-radius: 8px; box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.12); display: grid; place-items: center; transition: all .3s linear; background: rgba(255, 255, 255, 1);}
.footersocialsection ul li a:hover{ background: #009343;}
.footersocialsection ul li a:hover svg, .footersocialsection ul li a:hover svg path{ fill: #fff;}

.copyrightsec{ border-top: 1px solid #AEAEAE; margin:50px 0 80px; padding-top:25px;}
.copyrightsec p{ text-align: center; font-size: 16px; color: #292929; font-family: 'mulish'; font-weight: 400;}

.bottomctasection.fixedctasection { display: block;}
.fixedctasection { position: fixed; left: 0; right: 0; bottom: 0; color: #000; z-index: 99; background: #fff; box-shadow: 0 5px 26px rgb(0 0 0 / 10%); animation: scrollup 0.8s forwards; animation-direction: alternate; padding: 15px 0; border-top: 5px solid #009343;}
.fixedctasection .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; align-items: center;}
.fixedctasection ul { display: flex; flex-wrap: wrap; align-items: center; gap: 10px;}
.fixedctasection ul li a { font-size: 18px; font-weight: 500; color: #fff; padding: 9px 18px; box-sizing: border-box; background: #009343; border-radius: 30px; border-bottom: 3px solid #009343; display: inline-block;}
.fixedctasection ul li a:hover { opacity: .8;}
.fixedctasection .contentsec { font-size: 26px; font-weight: 700;}
.fixedctasection .contentsec strong { font-weight: 800; font-size: 34px;}
.fixedctasection .contentsec span { font-size: 20px;}
.fixedctasection ul li.regbtn a { background: #009343; border-bottom: 3px solid #009343;}
.fixedctasection ul li.regbtn a:hover { opacity: .8;}

.mobBtn{ display: none;}

@keyframes scrollup {
    100% { transform: translateY(0);}
    0% { transform: translateY(66px);}
}


/*--------- Custom Responsive Css Starts ---------*/
@media only screen and ( max-width: 1351px ) {
  .container{ width: 96%;}
.main_parent::after, .past_editions::after, .past_editions::before { height: 115px;}
  .abouttheevent .abouttheevent-wrap{ width: min(1070px, 100%);}
}
@media only screen and ( max-width: 1291px ) {
}
@media only screen and ( max-width: 1201px ) {
  .main_parent::after, .past_editions::after, .past_editions::before{ height: 75px;}
  .main_parent .banner-wrap .img_box{ margin: 25px 30px 0;}
  .main_parent .banner-wrap .registerbtn a{ padding: 12px 70px 14px;}
  .eventhighlights .card_section ul li h4.title{ font-size: 20px;}
  .eventhighlights .card_section ul li p.subtitle{ font-size: 16px;}
  .abouttheevent .abouttheevent-wrap .left_column p{ font-size: 16px; line-height: 26px;}
  .abouttheevent .abouttheevent-wrap, .jointhebrotherhood .joinsec, .eventhighlights, .participating_clubs{ padding: 60px 0;}
  .abouttheevent .abouttheevent-wrap .left_column h2, .eventhighlights h2, .jointhebrotherhood h2, .participating_clubs h2{ font-size: 46px; margin-bottom: 30px;}
  .abouttheevent .abouttheevent-wrap .left_column h2{ margin-bottom: 30px;}
  .eventhighlights h2{ margin-bottom: 40px;}
  .other_brands_logo{ padding: 40px 0;}
  .jointhebrotherhood_wrap .left_column, .jointhebrotherhood_wrap .right_column{ width: 46%;}
  .jointhebrotherhood_wrap p.subtitle{ font-size: 20px;}
  .jointhebrotherhood_wrap .right_column .register_card p.subtitle2{ font-size: 54px;}
  .past_editions{ padding: 110px 0 130px;}
  .past_editions_marquee li { height: 270px;}

  .past_editions p.subtitle{ margin: 20px 0 40px;}
  .past_editions_marquee .track, .past_editions_marquee ul{ gap: 20px;}
  .footersection{ padding: 40px 0;}
  .copyrightsec{ padding: 15px 0; margin: 50px 0 40px;}

  .fixedctasection ul {gap: 5px;}
  .fixedctasection ul li a {font-size: 16px;}
}
@media only screen and ( max-width: 1101px ) {
  .jointhebrotherhood_wrap .right_column .register_card{ width: 100%;}
  .jointhebrotherhood_wrap .left_column, .jointhebrotherhood_wrap .right_column{ width: 42%;}
  .past_editions_marquee li .img_box img{width: 131%;}
  .jointhebrotherhood_wrap .right_column .register_card .benefits ul{gap: 20px 6px;}
  .fixedctasection ul li a {font-size: 14px; letter-spacing: -0.5px;}
}
@media only screen and ( max-width: 1024px ) {
  .jointhebrotherhood_wrap .right_column .register_card .benefits ul li { font-size: 17px; padding-left: 27px;}
.jointhebrotherhood_wrap .right_column .register_card .benefits ul li::before { width: 20px;height: auto;aspect-ratio: 1 / 1;background-size: contain; font-size: 14px;}
.fixedctasection .contentsec {font-size: 24px;}
}
@media only screen and ( max-width: 980px ) {
  .jointhebrotherhood_wrap .right_column .register_card .benefits ul li {font-size: 16px; padding-left: 26px;}

}
@media only screen and ( max-width: 800px ) {
  .headersection .logo{ width: 120px; display: none;}
  .headersection .logo img{ width: 100%; height: auto;}
  .main_parent::after, .past_editions::after, .past_editions::before{ height: 75px;}
  .main_parent .banner-wrap{ padding-bottom: 90px;}
  .main_parent .banner-wrap .img_box{ margin: 15px 0px 0;}
  .main_parent .banner-wrap .img_box.castrolBox{ width: 180px; margin-top: 0;}
  .main_parent .banner-wrap .event_schedule ul{ margin-bottom: 25px;}
  .main_parent .banner-wrap .event_schedule ul li{ padding: 10px 20px;}
  .main_parent .banner-wrap .event_schedule ul li p{ font-size: 16px; line-height: 100%;}
  .main_parent .banner-wrap p.subtitle{ margin: 17px 0 0 0;}
  .main_parent .banner-wrap .registerbtn a{ padding: 10px 40px 12px; font-size: 20px; margin-top: 0px;}
  .main_parent .banner-wrap p.subtitle { font-size: 18px;}

  .abouttheevent .abouttheevent-wrap, .jointhebrotherhood .joinsec, .eventhighlights, .participating_clubs{ padding: 35px 0;}
  .abouttheevent .abouttheevent-wrap .left_column h2{ text-align: center;}
  .abouttheevent .abouttheevent-wrap{ flex-flow: column nowrap; gap: 30px;}
  .abouttheevent .abouttheevent-wrap .right_column {width: 100%;}
  .abouttheevent .abouttheevent-wrap .left_column { width: 100%; padding-right: 0; order: 2;}
  .abouttheevent .abouttheevent-wrap .left_column h2, .eventhighlights h2, .jointhebrotherhood h2, .participating_clubs h2, .past_editions h2{ font-size: 40px;}
  .abouttheevent .abouttheevent-wrap .left_column h2{ margin-bottom: 20px;}
  .abouttheevent .abouttheevent-wrap .left_column p { font-size: 16px; line-height: 24px;}

  .marquee .icon_box{ width: 46px; height: auto; aspect-ratio: 1/1;}
  .marquee .subtitle, .marquee .icon_box p{ font-size: 16px;}
  .eventhighlights h2{ margin-bottom: 20px;}
  .eventhighlights .card_section ul{ margin: 0; gap: 25px 3%;}
  .eventhighlights .card_section ul li{ margin: 0; width: 48.5%;}

  .other_brands_img .owl-carousel .img_item{ height: 100px;}
  .jointhebrotherhood .joinsec{ padding: 35px 0 0;}
  .jointhebrotherhood:before{ width: 100%; height: 100%; rotate: unset; margin: 0; left: 0; right: 0;}
  .jointhebrotherhood::after{ display: none;}
  .jointhebrotherhood h2{ margin-bottom: 20px;}
  .jointhebrotherhood_wrap{ flex-flow: column nowrap; padding: 40px 0 0; gap: 30px;}
  .jointhebrotherhood_wrap .left_column .img_box.castrolBox{ width: 150px;}
  .jointhebrotherhood_wrap .left_column .img_box.rrlogBox{ width: 150px;}
  .jointhebrotherhood_wrap p.subtitle{ font-size: 16px;}
  .jointhebrotherhood_wrap p.Stitle1{ margin: 15px 0 25px;}
  .jointhebrotherhood_wrap .left_column{ width: 100%;}
  .jointhebrotherhood_wrap .right_column{ padding: 130px 0; width: 100%;}
  .jointhebrotherhood_wrap .right_column::after{ content: ""; position: absolute; width: 200%; background: #009343; left: 50%; transform: translateX(-50%); top: 0; bottom: 0;}
  .jointhebrotherhood_wrap .right_column .register_card{ width: min(400px, 96%);}
  .jointhebrotherhood_wrap .right_column::before{ width: 300px; height: auto; aspect-ratio: 1/1;}
  .jointhebrotherhood_wrap .right_column .register_card p.subtitle1{ font-size: 16px;}
  .jointhebrotherhood_wrap .right_column .register_card p.subtitle2{ font-size: 48px; line-height: normal; margin-bottom: 10px;}
  .jointhebrotherhood_wrap .right_column .register_card p.subtitle2 span{ font-size: 18px;}
  .jointhebrotherhood_wrap .right_column .register_card .benefits ul li{ font-size: 16px;}
  .jointhebrotherhood_wrap .right_column .register_card .benefits ul li::before{ width: 20px; height: auto; aspect-ratio: 1/1; background-size: contain;}
  .jointhebrotherhood_wrap .right_column .register_card .registerbtn a{ font-size: 20px; padding: 10px 15px;}
 
  .participating_clubs p.subtitle{ margin: 10px 0 30px 0;}
  .participating_clubs h2{ margin-bottom: 10px;}
  .past_editions{ padding: 70px 0;}
  .past_editions p.subtitle { margin: 10px 0 20px;}
  .past_editions_marquee li { height: 190px; border: 7px solid #fff;}
  .past_editions_marquee li .img_box img {width: 142%;}

  .footercontactsection h3, .footersocialsection h3{ font-size: 22px; margin-bottom: 25px;}
  .footercontactsection ul li{ margin-bottom: 15px;}
  .footersocialsection ul li a{ width: 40px; }
  .copyrightsec p{ font-size: 14px;}
  .copyrightsec{ padding: 12px 0; margin: 50px 0 30px;}

  .fixedctasection .container {justify-content: center; text-align: center; gap: 10px;}
  .fixedctasection ul li a {letter-spacing: 0;}
  .fixedctasection {padding: 10px 0;}
  .fixedctasection .contentsec {font-size: 22px;}
  .fixedctasection .contentsec strong {font-size: 28px;}

  .regbtn{ display: none;}
  .contentsec{ display: none;}
  .regbtn.mobBtn{ display: Block;}
}
@media only screen and ( max-width: 768px ) {
  /* .main_parent .banner-wrap .registerbtn a { margin-top: 10px;} */
}
@media only screen and ( max-width: 736px ) {
}
@media only screen and ( max-width: 668px ) {
}
@media only screen and ( max-width: 640px ) {
  .main_parent .banner-wrap .event_schedule ul{ flex-flow: column nowrap;}
  .main_parent .banner-wrap .event_schedule ul span{ height: 1px; width: 90%; border: 0; background: #7F7F7F; margin: 0 auto;}
  .marquee{ padding: 10px 0;}
  .eventhighlights .card_section ul li p.subtitle{ font-size: 15px; line-height: 23px;}
  .jointhebrotherhood h2 { margin-bottom: 15px;}
  .footersection .footersection_wrap{ flex-flow: row wrap; gap: 20px 3%;}
  .footersection .footersection_wrap .footerlogo{ width: 100%; text-align: center;}
  .footerlogo p span{ display: initial;}
  .footersection .footersection_wrap .footercontactsection{ width: 48.5%;}
  .footersection .footersection_wrap .footersocialsection{ width: 48.5%;}
  .footersection { padding: 30px 0;}
  /* .main_parent .banner-wrap .registerbtn a{margin-top: 10px;} */
  .copyrightsec{ margin: 50px 0 35px;}
}
@media only screen and ( max-width: 600px ) {
}
@media only screen and ( max-width: 568px ) {
}
@media only screen and ( max-width: 480px ) {
  .container { width: 92%;}
  .headersection .logo { width: 100px;}
  .main_parent::after, .past_editions::after, .past_editions::before{ height: 75px;}
  .main_parent .banner-wrap .img_box.castrolBox{ width: 200px; margin-top: 0px;}
  .main_parent .banner-wrap .img_box img{ max-width: 100%;}
  .main_parent .banner-wrap .event_schedule ul{ margin: 10px 0 25px;}
  .main_parent .banner-wrap .event_schedule ul li { padding: 12px 20px;}
  .main_parent .banner-wrap .registerbtn a {font-size: 16px;}
  .main_parent::after { height: 55px;}
  .main_parent .banner-wrap { padding-bottom: 70px;}
  .abouttheevent .abouttheevent-wrap .left_column h2, .eventhighlights h2, .jointhebrotherhood h2, .participating_clubs h2, .past_editions h2{ font-size: 34px;}
  .eventhighlights .card_section ul li{ width: 100%;}
  .abouttheevent .abouttheevent-wrap, .eventhighlights, .participating_clubs { padding: 30px 0;}
  .footersection { padding: 10px 0;}
  .footersection .footersection_wrap .footercontactsection, .footersection .footersection_wrap .footersocialsection{ width: 100%; text-align: center;}
  .footersection .footersection_wrap .footercontactsection ul li, .footersection .footersection_wrap .footersocialsection ul{ justify-content: center;}
  .footercontactsection h3, .footersocialsection h3 {margin-bottom: 20px;}
  .footersection .footersection_wrap {gap: 15px 3%;}
  .copyrightsec {margin: 30px 0 55px;}
  .footercontactsection ul li { margin-bottom: 10px;}
  .footercontactsection h3, .footersocialsection h3 { margin-bottom: 15px; }

  .past_editions { padding: 40px 0;}
  .past_editions_marquee li { height: 140px; border: 5px solid #fff;}
  .past_editions_marquee .track, .past_editions_marquee ul { gap: 15px;}
  .past_editions_marquee li .img_box img {width: 158%;}
  .past_editions_marquee{ padding: 7px 0;}
  .jointhebrotherhood_wrap .right_column .register_card .registerbtn a { font-size: 18px; padding: 8px 15px;}
  .jointhebrotherhood_wrap .right_column::before{ width: 250px;}
  .jointhebrotherhood_wrap .right_column{ padding: 90px 0;}
  .eventhighlights .card_section ul li .icon_box{ margin-bottom: 25px;}
  .abouttheevent .abouttheevent-wrap .left_column p { font-size: 15px; line-height: 23px;}
  
  .jointhebrotherhood_wrap .right_column .register_card{ padding: 15px 20px; width: min(420px, 96%);}
  .jointhebrotherhood_wrap .right_column .register_card .benefits ul { gap: 13px 6px;}
  .jointhebrotherhood_wrap .right_column .register_card .benefits ul li{ font-size: 14px; padding-left: 22px; flex: 1 1 49%;}
  .jointhebrotherhood_wrap .right_column .register_card .benefits ul li::before{ font-size: 10px; width: 16px;}
}
@media only screen and ( max-width: 415px ) {
  .fixedctasection .container{ justify-content: center;}
  .fixedctasection .contentsec {font-size: 20px;}
  .fixedctasection .contentsec strong {font-size: 24px;}
  .fixedctasection .contentsec span {font-size: 16px;}
  .fixedctasection ul li a{ padding: 6px 15px;}
  .copyrightsec {margin: 30px 0 50px;}
}
@media only screen and ( max-width: 384px ) {
}
@media only screen and ( max-width: 376px ) {
}
@media only screen and ( max-width: 360px ) {
}
@media only screen and ( max-width: 320px ) {
}
	
/*--------- Custom Responsive Css Ends ---------*/	