
@font-face {
font-family: 'Helvetica Neue LT Std 65 Medium';
src: url('../../assets/fonts/Helvetica Neue LT Std 65 Medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue LT Std 35 Thin';
src: url('../../assets/fonts/Helvetica Neue LT Std 35 Thin.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'GE SS Two Medium';
src: url('../../assets/fonts/GE SS Two Medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue LT Std 75 Bold';
src: url('../../assets/fonts/Helvetica Neue LT Std 75 Bold.otf') format('opentype');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'Helvetica Neue';
src: url('../../assets/fonts/helvetica-neue-regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}

/* WebKit Browsers */
::-webkit-scrollbar {
width: 5px; /* Width of the scrollbar */
}

::-webkit-scrollbar-thumb {
background-color: black; /* Color of the scrollbar thumb */
border-radius: 10px; /* Optional: Rounded corners */
}

::-webkit-scrollbar-track {
background: transparent; /* Optional: Background of the scrollbar track */
}

html, body {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body{
font-family: 'Helvetica Neue LT Std 35 Thin';
}
*{
transition: all .5s;
}
.sect_1 {
background: url("../../assets/bg1.jpg") no-repeat center center;
background-size: cover;
height: 100vh;
width: 100%;
position: relative;
}
img.center_img {  /* Fixed class name */
position: absolute;
left: 20.5vw;
width: 28vw;
top: 23vh;
}
.header {
position: fixed;
left: 0;
right: 0;
margin: 0 auto;
padding: 15px 2.5%;
z-index: 9999;
display: flex;
justify-content: space-between;
align-items: center;
}

.header img {
width: 10vw;
}
ul.menu {
list-style: none;
display: flex;
gap: 1.4vw;
padding: 0;
}

ul.menu a {
color: #fff;
text-decoration: none;
font-size: .9vw;
padding: .5vh .6vw;
border-radius: 7px;
}


@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

/* Apply the animation to the target element */
.entrance-animation {
animation: fadeInUp 1.5s ease-out;
opacity: 0; /* Start hidden */
animation-fill-mode: forwards; /* Ensure it stays visible after the animation ends */
}

.text_wrap {
position: absolute;
bottom: 15%;
z-index: 9;
color: #fff;
left: 20.5vw;
display: flex;
justify-content: space-between;
width: 39vw;
letter-spacing: .8px;
}
.text_hover {
display: flex;
justify-content: space-between;
align-items: center;
gap: 2vw;
}

.set1 {
display: flex;
flex-direction: column;
position: relative;
}

.set1 span {
font-size: .70vw;
}
span.num {
font-size: 1.7vw;
line-height: 1.4vw;
font-family: 'Helvetica Neue LT Std 65 Medium';
}

.set2 span {
font-size: .78vw;
}

.set1:after {
content: "";
display: block;
position: absolute;
width: 1px;
height: 3vh;
background: #fff;
right: -1vw;
top: 50%;
transform: translateY(-50%);
}
.num2:before {
content: "05";
display: block;
position: absolute;
left: -2.3vw;
top: 50%;
transform: translateY(-50%);
font-size: 1.7vw;
font-family: 'Helvetica Neue LT Std 65 Medium';
}
.textwrap_2 {
position: absolute;
right: 10%;
top: 50%;
transform: translateY(-50%);
color: #fff;
}
p.text_1 {
font-size: 3vw;
max-width: 14vw;
line-height: 3.2vw;
margin: 0;
margin-bottom: 3vh;
font-family: "Helvetica Neue LT Std 65 Medium";
letter-spacing: 2px;
}

p.text_2 {
text-align: right;
font-size: 1.5vw;
line-height: 2vw;
margin: 0;
position: relative;
font-family: 'GE SS Two Medium';
}
p.text_2.line:after {
content: "";
display: block;
width: 4px;
height: 145%;
background: #d7498f;
position: absolute;
right: -1.2vw;
top: 41%;
}

.textwrap_3 {
position: absolute;
bottom: 4vh;
right: 12vw;
color: #fff;

}

.textwrap_3 .boxes {
display: flex;
justify-content: space-between;
gap: 1vw;
}
.boxes .item {
display: flex;
flex-direction: column;
gap: 1vh;
background: #d7498fab;
padding: 2vh .5vw;
width: 4vw;
border-bottom: 3px solid #ffffff70;
}

.boxes .item span {
font-size: .5vw;
text-align: center;
}

.boxes .item .num {
font-size: 1.7vw;
text-align: center;
}


.blue{
background: #320c538a !important
}
.item.blue {
border-bottom: 3px solid #fff;
}
span.next_section {
position: absolute;
bottom: 15px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 999;
font-size: 20px;
color: #fff;
width: 35px;
text-align: center;
border: 1px solid #ffffffba;
border-radius: 50%;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
a.btn_menu {
display: none;
}
.section.sect_2 {
overflow: hidden;
position: relative;
}
.section h2 {
padding: 0;
margin: 0;
}
.wrapper {
max-width: 80%;
margin: 0 auto;
padding: 5vh 0;
height: 100%;
width: 100%;
}
.inner_set {
background: #fbeff5;
margin-left: 10%;
padding: 5vh 2vw;
height: 100%;
}

.section.sect_2 h2 {
color: #1a309d;
}
.inner_set p {
font-size: 2vw;
max-width: 60%;
margin-left: 6vw;
color: #202025;
}
.inner_set p {
font-size: 1.8vw;
max-width: 60%;
margin-left: 6vw;
color: #202025d6;
font-weight: 400;
}
.section.sect_3 h2 {
color: #cb2062;
margin-bottom: 12vh;
}
.section.sect_2:after {
content: "";
background: url("../../assets/obj line.png");
height: 100%;
width: 25.8vw;
position: absolute;
right: -10px;
top: 24%;
background-size: contain;
background-repeat: no-repeat;
}

.section.sect_3 .boxes {
display: flex;
justify-content: space-between;
gap: 1vw;
}
.item_theme img {
width: 6vw;
margin: 0 auto;
margin-bottom: 2vh;
}
.item_theme {
padding: 7vh 2vw 1vh 2vw;
border: 2px solid #d1d2d3;
border-radius: 1.4vw;
width: 100%;
position: relative;
height: 31vh;
cursor: pointer;
transition: all 1s;
}
.item_theme p {
font-size: 1.2vw;
font-family: "Helvetica Neue LT Std 65 Medium";
color: #8b8c8f;
position: absolute;
bottom: 0;
left: 0;
right: 0;
max-width: 75%;
margin: 2vh auto;
}
.item_theme:nth-child(2n+1) {
position: relative;
top: -5vh;
}
.item_theme:hover {
border-color:#961dbe;
transform: translateY(10px);
}
.section.sect_4 h2 {
color: #d82c3b;
margin-bottom: 10vh;
}
.tab_wrapper {
max-width: 80%;
margin: 0 auto;
}
.tab_btns {
display: flex;
justify-content: space-evenly;
gap: 1vw;
}

.tab_btn {
display: flex;
align-items: center;
gap: 1vw;
border: 2px solid #ddd;
padding: 1.3vh 1vw;
width: 18vw;
cursor: pointer;
}

.left_set {
display: flex;
flex-direction: column;
width: 50%;
position: relative;
}
.left_set span {
font-size: .58vw;
}
span.num_tab {
font-size: 1.7vw;
font-family: 'Helvetica Neue LT Std 65 Medium';
}
.right_set span {
font-size: .7vw;
font-weight: 600;
}
.right_set {width: 75%;}

.left_set:after {
content: "";
display: block;
width: 1px;
height: 100%;
background: #000;
position: absolute;
right: 0;
top: 0;
}

.tab_content h3 {
display: flex;
align-items: center;
margin-top: 10vh;
font-size: 1.5vw;
font-weight: 500;
position: relative;
left: -1vw;
}

.tab_content h3 .num {
font-size: 11vw;
color: transparent;
-webkit-text-stroke: 3px #c83f9e;
font-weight: 100;
}
.tab_content h3  span.num {
position: relative;
left: -1.3vw;
}
.tab_content h3 p {
font-size: 1.5vw;
margin: 0;
position: relative;
bottom: -2.6vh;
}
.cotents h4 {
padding: 1vh 0px;
font-size: 1.4vw;
border-bottom: 1px solid #ddd;
position: relative;
}

.cotents {
max-width: 93%;
margin: 0 auto;
margin-top: 8vh;

}
.cotents h4:after,.item_events:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -2px;
background: #c83f9e;
height: 3px;
width: 8.3vw;
min-width:50px;
background: linear-gradient(to right, #de4f7d, #a22baa);
}
.item_events {
display: flex;
justify-content: normal;
padding: 2.5vh 0px;
font-size: 1.4vw;
border-bottom: 1px solid #ddd;
position: relative;
gap: 3vw;
}
.item_events span {
font-family: 'Helvetica Neue LT Std 65 Medium';
}

.item_events h5 {
margin: 0;
position: relative;
font-size: 1.1vw;
color: #222222ed;
margin-bottom: 1vh;
padding: .5vh 0;
font-weight: 500;
}
.item_events h5:after {
content: "";
display: block;
position: absolute;
bottom: -1px;
left: 0;
width: 2.4vw;
height: 1px;
background: #c83f9e;
}
.item_events:after {
height: 2px;
}
.item_events h6 {
margin: 1vh 0;
font-size: 1.1vw;
color: #222222ed;
font-weight: 500;
}
.item_events p {
margin: 1vh 0;
font-size: 1.1vw;
} 
.right_item_events {
max-width: 70%;
}

body.scrolled .header {
padding: 0px 2.5%;
background: rgba(255, 255, 255, 0.2);
/* border-radius: 15px; */
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
a.read_more {
display: block;
border: 1px solid #c83f9e;
max-width: fit-content;
padding: 5px 15px;
margin-top: 5vh;
text-decoration: none;
border-radius: 29px;
color: #000;
cursor: pointer;
float: right;
margin-bottom: 2vh;
}
.right_item_events ul {
list-style: none;
padding: 0;
font-size: 1.1vw;
}
body.scrolled .header img {
filter: brightness(0);
}
body.scrolled ul.menu a {
color: #000;
}
.section.sect_4 {
background-image: url("../../assets/mkid line.png");
background-repeat: no-repeat;
background-size: 14vw;
background-position: 100% 10%;
}
.tab_content {
display: none;
}
.tab_content.active{
display: block; 
}
.tab_btn.active {
border-color: #ca46a2;
}
.section.sect_5 h2 {
color: #334dd0;
margin-bottom: 10vh;
}
.panelist_items_wrap {
max-width: 75%;
margin: 0 auto;
}
.panelist_items h3 {
font-size: 1.4vw;
border-left: 4px solid #f592af;
padding-left: .9vw;
font-weight: 600;
position: relative;
cursor: pointer;

}
.item_img {
background: #ddd;
display: flex;
align-items: center;
justify-content: center;
max-width: fit-content;
}

.panelist_wrap {
display: flex;
justify-content: flex-start;
gap: 2vw;
}
.img_wrap {position: relative;border-radius: 25px;overflow: hidden;border-bottom: 1px solid #f592af;}

.panelist {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.img_wrap:before {
content: "";
display: block;
position: absolute;
border: 1px solid #f592af;
height: 78%;
bottom: 0px;
left: 0px;
right: 0;
margin: 0 auto;
z-index: 0;
background: #ddd;
border-radius: 25px;
}

.img_wrap img {
position: relative;
z-index: 1;
display: block;
width: 100%;
}
.author_txt {
padding: 1vh 15px;
text-align: center;
min-height: 75px;
}
.author_txt p {
margin: 0;
font-size: .8vw;
max-width: 12vw;
}
.panelist_items {
border-bottom: 2px solid #ddddddb3;
}
.panelist_items.active {
padding-bottom: 5vh;
}
.panelist_wrap {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}

.panelist_items.active .panelist_wrap {
max-height: 500px; /* Adjust this value to match the expected content height */
transition: max-height 0.5s ease-in;
}
.triangle-arrow {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid black; 
}
.panelist_items h3:after {
content: "";
display: block;
position: absolute;
right: 20px;
top: 50%;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #f592af;
}

.panelist_items.active h3:after {
border-bottom: 7px solid #f592af;
border-top: none !important;
}
.section.sect_5 {
background-image: url("../../assets/left line.png");
background-repeat: no-repeat;
background-position: 0% 0%;
background-size: 8vw;
}
.section.sect_6 h2 {
color: #da2269;
margin-bottom: 10vh;
}
.section  h2 {
font-size: 4.4vw;
font-weight: 600;
margin: 5vh 0;
margin-bottom: 10vh;
}

.swiper-container {
width: 100%;
height: 300px;
}

.swiper-slide {
display: flex;
justify-content: center;
align-items: center;
}

.box {
display: flex;
width: 100%;
font-size: 1vw;
border-radius: 25px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
flex-direction: column;
padding: 9vh 2vw 1vh 2vw;
}
.box img {
max-width: 5.9vw;
margin-bottom: 3vh;
}
.section.sect_6 .swiper-container {
margin-left: 9%;
}
.section.sect_6 {
overflow: hidden;
margin-bottom: 10vh;
}
.bluec{
background: #440080;
}
.red {
border: 1px solid #961dbf;
}
.pink{
background: #f7597f;
}
.light_red{
background: #f0e1f1;
}
.box p {
color: #fff;
font-size: 1.3vw;
margin: 0;
font-family: "Helvetica Neue LT Std 65 Medium";
font-weight: bold;
}

.box {
min-height: 25vh;
}
.red img, .red p {
filter: none;
color: #440080;
}
.box.light_red p {
color: #000;
}
.textwrap_3 h2 {
font-size: 1.2vw;
font-weight: 400;
font-family: 'Helvetica Neue LT Std 65 Medium';
margin: 0;
margin-bottom: 8px;
}
li.register a {
border: 1px solid #eb5286;
}
ul.menu a:hover {
color: #e95583 !important;

}
.box {
cursor: pointer;
}
.tab_btn.active span.num_tab {
background: linear-gradient(to right, #de4f7d, #a22baa);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent
}


/*footer*/

.footer-base {
background-color: #000;
padding: 40px 0;
color: #fff;
}

.content {
max-width: 1200px;
margin: 0 auto;
}


.row {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 20px;
}

.footer-left, .footer-quicklinks, .footer-center, .footer-right {
margin: 15px;
}

.footer-left,
.footer-quicklinks,
.footer-center,
.footer-right {
width: 22%;
}

.footer-left h3, .footer-quicklinks h3, .footer-center h3 {
color: #e0e0e0;
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
font-family: 'Cairo', sans-serif;
}

.ul-dots {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
}

.ul-dots li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
font-family: 'Cairo', sans-serif;
}

.ul-dots li::before {
content: '•';
position: absolute;
left: 0;
color: #fff;
font-size: 20px;
line-height: 20px;
}

.ul-dots li a {
color: #fff;
text-decoration: none;
font-size: 14px;
}

.ul-dots li a:hover {
color: #ccc;
}

.footer-center p {
font-size: 14px;
line-height: 1.6;
margin: 5px 0 15px;
font-family: 'Cairo', sans-serif;
}

.footer-right .footer-logo {
margin-bottom: 10px;
max-width: 12vw;
min-width: 170px;
}

.footer-right p {
font-size: 14px;
margin: 5px 0;
font-family: 'Cairo', sans-serif;
}

.footer-right p i {
}

.social-icons {
margin-top: 15px;
text-align: left; /* Align icons to the left */
white-space: nowrap; /* Prevent wrapping */
}

.social-icons a {
display: inline-block; /* Display icons inline */
width: 35px; /* Smaller width for icons */
height: 35px; /* Smaller height for icons */
line-height: 35px; /* Centers the icon vertically */
margin-right: 8px; /* Space between icons */
text-align: center; /* Centers the icon horizontally */
border: 2px solid #fff; /* White border */
border-radius: 50%; /* Makes the border circular */
color: #fff; /* Icon color */
font-size: 14px; /* Smaller icon size */
transition: color 0.3s, border-color 0.3s, background-color 0.3s; /* Smooth transition for hover effect */
vertical-align: middle; /* Ensure alignment on the same line */
font-family: 'Cairo', sans-serif;
}

.social-icons a:hover {
color: #000;
background-color: #c9a956;
border-color: #2c2606;
}
.row.copy-row {
background: #000;
border-top: 1px solid #ffffff54;
margin: 0;
}
.copy-row {
padding-top: 15px;
display: flex;
justify-content: space-between; /* Ensures content is spaced between */
align-items: center; /* Vertically aligns the content */
padding: 0 5%; /* Adds padding to the sides */
}
.footer-line {
border-top: 1px solid #444; /* Thin horizontal line */
margin: 20px 0; /* Adds margin around the line */
}

.copy-left {
font-size: 14px;
color: #fff;
text-align: left; /* Aligns text to the left */
font-family: 'Cairo', sans-serif;
}

.copy-right {
font-size: 14px;
color: #fff;
text-align: right; /* Aligns text to the right */
font-family: 'Cairo', sans-serif;
}

.footer_bottom {
background: #000;
border-top: 1px solid #dddddd45;
padding: 15px 0px;
}

.footer_bottom .container {
display: flex;
justify-content: space-between;
}
.container {
width: 80%;
margin: 0 auto;
}
.item_theme:hover img {
filter: brightness(0.5);
}
div#sponsorships:after {
background: url("../../assets/obj line yellow.png");
}


.section.sect_sponsorships .tab_btn  img {
width: 8vw;
}
.section.sect_sponsorships .tab_btn {
border: none !important;
width: 28vw;

}
.section.sect_sponsorships .tab_btns {
justify-content: space-between;
margin-bottom: 10vh;
}
.section.sect_sponsorships .tab_btn:after {
content: "";
display: block;
position: absolute;
right: 0;
top: 1%;
width: 80%;
height: 95%;
border: 2px solid #c69f37;
border-left: none;
border-radius: 15px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.section.sect_sponsorships .tab_btn {
position: relative;
padding: 0;
}
.text_content p {
font-size: 1.9vw;
letter-spacing: 3px;
color: #c69f37;
margin: .5vh 0;
font-family: 'Helvetica Neue LT Std 65 Medium';
}
.tab_btn.tabsilver:after {
border: 2px solid #d8d9da !important;
border-left: none !important;
border-radius: 15px;
}
.tab_btn.tabgold p:last-child, .tab_btn.tabsilver p:last-child {
letter-spacing: 0;
font-weight: normal;
font-family: 'GE SS Two Medium';
}
.section.sect_sponsorships h2 {
font-size: 3.5vw;
margin-bottom: 6vh;    
}
.section.sect_sponsorships h4:after, .section.sect_sponsorships h5:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -2px;
background: #c83f9e;
height: 3px;
width: 7%;

background: linear-gradient(to right, #de4f7d, #a22baa);
}
.section.sect_sponsorships h4,.section.sect_sponsorships h5{
position:relative;
line-height: 2.2vw;
letter-spacing: 2px;
}
div#sponsorships .inner_set {
background: #fbf7d2;
}
.section.sect_sponsorships h4 {
font-size: 1.5vw;
font-weight: 700;
}
.section.sect_sponsorships h5 {
font-size: 1.2vw;
}
.section.sect_sponsorships h4:after {
width: 12%;
}
.section.sect_sponsorships ul {
list-style: none;
}

.section.sect_sponsorships li {
font-size: 1.2vw;
margin-bottom: 1vh;
list-style: circle;

}
div#tabgold {
background: url("../../assets/gold spo.png");
background-position: right 25%;
background-repeat: no-repeat;
background-size: 17vw;
}

div#tabsilver {
background: url("../../assets/silv spo.png");
background-position: right 25%;
background-repeat: no-repeat;
background-size: 17vw;
}
a.price {
padding: 1vh 2vw;
font-size: 2vw;
border: 1px solid #ddd;
margin-top: 2vh;
display: block;
max-width: fit-content;
float: right;
border-radius: 14px;
border: 2px solid #c69f37;
color: #000;
font-family: "Helvetica Neue LT Std 65 Medium";
letter-spacing: 2px;
}
div#tabsilver a.price {
border: 2px solid #d8d9da;
}
.section.sect_sponsorships h4 span {
font-weight: 500;
}
.section.sect_sponsorships {
margin-bottom: 8vh;
}
.section.sect_spackageform h2 {
font-size: 3.5vw;
background: linear-gradient(24deg, #fe5d7a, #9a20bd);
padding: 1vh 3vw;
color: #fff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
margin-bottom: 0;
padding-bottom: 6vh;
}
form#packageform {
padding: 6vh 2vw;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
position: relative;
top: -4vh;
z-index: 99999;
background: #fff;
}
.form_item {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2vh;
}
.form_item label {
font-size: 1.2vw;
width: 9vw;
font-weight: 700;
}
.form_inp {
width: 60%;
display: flex;
align-items: center;
justify-content: center;
}

.form_inp select,.form_inp input,.form_inp textarea {
width: 100%;
padding: 1.5vh 1vw;
font-size: 1.2vw;
border: 1px solid #ddd;
outline: none;
}
.form_item label:first-child {
letter-spacing: 4px;
}
.section.sect_spackageform {
background-image: url("../../assets/mkid line.png");
background-repeat: no-repeat;
background-size: 14vw;
background-position: 98% 0;
position: relative;

}
.section.sect_spackageform:before {
content: "";
display: block;
background-image: url("../../assets/left line.png");
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
width: 6vw;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
.form_item label:last-child {
text-align: right; 
direction: rtl;
}
.form_inp button {
display: block;
padding: 1vh 1vw;
letter-spacing: 1px;
border: 1px solid #e95583;
background: #fff;
border-radius: 6px;
font-size: 1vw;
margin-top: 3vh;
cursor: pointer;
}
.form_inp button:hover {
color: #e95583 !important;
}
.section.sect_chairman img,.pdf_img img {
width: 100%;
}
.inner_set ul {
font-size: 1.8vw;
max-width: 60%;
margin-left: 6vw;
color: #202025d6;
font-weight: 400;
}
img.top_img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 991px) {
.box p{
position: absolute;
bottom: 10px;
left: 2vw;
}
.img_wrap img {
height: 25vh;
}
.panelist {
min-height: 35vh;
}
.author_txt p {
max-width: 12vw;
min-width: 12vw;
}
}

@media screen and (max-width: 1299px) {
p.text_1 {
max-width: 15vw;
}
.textwrap_2 {
right: 11%;
}
.item_theme {
padding: 3vh 2vw 1vh 2vw;
max-height: 165px;
}
}
@media screen and (max-width: 991px) {
a.price {
float: none;
width: 200px;
font-size: 20px;
border-radius: 12px;
padding: 5px 15px;
margin-bottom: 5vh;
margin-top: 5vh;
}
div#tabgold ,div#tabsilver{
background: none;
}
.section.sect_sponsorships .tab_btn {
width: 100%;
}

.section.sect_sponsorships .tab_btn img {
width: 65px;
}

.text_content p {
font-size: 14px;
}

.section.sect_sponsorships .wrapper {
max-width: 85%;
}

.text_content {
margin-left: 3vw;
}

.section.sect_sponsorships h4 {
font-size: 16px;
line-height: normal;
}

.section.sect_sponsorships h4 span {
display: block;
line-height: normal;
}

.section.sect_sponsorships h5 {
font-size: 14px;
line-height: normal;
}

.section.sect_sponsorships h4:after, .section.sect_sponsorships h5:after {height: 1px;}

.section.sect_sponsorships li {
font-size: 13px;
}

.section.sect_sponsorships ul {
padding-left: 10px;
}

.section.sect_sponsorships .tab_btns {
margin-bottom: 5vh;
}
.swiper-slide {
width: 26vw !important;
}

.box p {
font-size: 14px;
line-height: normal;
}
.row {
flex-direction: column; /* Stack all columns vertically */
margin-bottom: 0; /* Remove bottom margin between columns */
}

.footer-left,
.footer-quicklinks,
.footer-center,
.footer-right {
width: 100%; /* Make each column take full width */
margin: 10px 0; /* Add margin between sections */
}

/* Adjust heading and list styles for smaller screens */
.footer-left h3,
.footer-quicklinks h3,
.footer-center h3 {
font-size: 16px; /* Slightly smaller heading size */
margin-bottom: 10px; /* Consistent spacing */
}

.ul-dots li a {
font-size: 14px; /* Smaller font size for links */
}

.footer-right .footer-logo {
width: 100px; /* Smaller logo size */
margin: 15px 0; /* Adjust margin */
}

.social-icons {
text-align: left; /* Align to left for smaller screens */
margin: 20px 0; /* Add margin above social icons */
}

.social-icons a {
width: 30px; /* Smaller icon size */
height: 30px; /* Smaller icon size */
line-height: 30px; /* Centers the icon vertically */
margin-right: 12px; /* Space between icons */
}

/* Footer Bottom Section */
.copy-row {
flex-direction: column; /* Stack the year and developer info */
align-items: center; /* Center-align for smaller screens */
text-align: center; /* Center-align text */
margin-top: 20px; /* Add margin above */
}

.copy-left,
.copy-right {
flex: none; /* Remove flex property for stacking */
margin-bottom: 5px; /* Add margin between lines */
}

.footer-line {
width: 90%; /* Ensure the line is centered with content */
margin: 10px auto; /* Centers the HR line */
}

.wrapper {
padding: 0vh 0;
}
.section.sect_6 h2 {
margin-bottom: 2vh;
}
.box {
min-height: 12vh;
}
.section.sect_2:after {
width: 197px;
right: -10px;
top: 63%;

}
.item_theme {
padding: 2vh 2vw 1vh 2vw;
border: 1px solid #d1d2d3;
border-radius: 15px;
width: 100%;
position: relative;
height: 120px;
}
.section.sect_3 h2 {
color: #cb2062;
font-size: 32px;
font-weight: 400;
margin: 25px 0;
margin-bottom: 100px;
}
.inner_set p {
font-size: 20px;
}
.section.sect_2 h2 {
font-size: 45px;
}
.section sect_3 .boxes .item .num {
font-size: 18px;
}
ul.menu {
display: none;
flex-direction: column;
position: fixed;
height: 100vh;
background: #fff;
width: 100%;
left: 0;
right: 0;
top: 0;
margin: 0;
justify-content: center;
align-items: center;
}

ul.menu a {
color: #000;
font-size: 22px;
display: block;
line-height: 6vh;

}
.header img {
width: 150px;
}

img.center_img {
position: absolute;
left: 0;
right: 0;
width: 54%;
top: 25%;
margin: 0 auto;
}
img.center_img {
position: absolute;
left: 95px;
right: 0;
width: 40%;
top: 25%;
margin: 0;
}
.textwrap_2 {
position: absolute;
right: 15%;
top: 40%;
transform: translateY(-50%);
color: #fff;
}

p.text_1 {
font-size: 29px;
line-height: 33px;
max-width: 25vw;
}

p.text_2 {
font-size: 16px;
line-height: normal;
}

p.text_2.line:after {
right: -20px;
}
.text_wrap {
bottom: 37%;
width: 74%;
left: 12%;
}

.set2 span {
font-size: 12px;
}

span.num {
font-size: 16px;
}
.set1 span {
font-size: 15px;
}

.num2:before {
font-size: 14px;
left: -27px;
}
.text_wrap {
bottom: 37%;
width: 74%;
left: 12%;
}

.set2 span {
font-size: 12px;
}

span.num {
font-size: 16px;
}
.set1 span {
font-size: 12px;
}

.num2:before {
font-size: 14px;
left: -27px;
}

.textwrap_3 {
bottom: 18vh;
left: 0;
right: 0;
margin: 0 auto;
max-width: 70%;
}

.boxes .item {
padding: 20px 10px;
width: 15vw;
}

.boxes .item span {
font-size: 14px;
}

.textwrap_3 h2 {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.form_inp button {
width: 158px;
font-size: 14px;
padding: 10px 15px;
margin: 0;
}
.form_item {
flex-direction: column;
margin-bottom: 5px;
}

.form_item label {
font-size: 12px;
text-align: left;
width: 100%;
}

.form_inp {
width: 100%;
margin: 10px 0;
padding: 1.5vh 3vw;
}

.form_inp select, .form_inp input, .form_inp textarea {
font-size: 12px;
}
li.register a {
line-height: normal;
padding: 5px 15px;
}
body.show_menu a.btn_menu {
filter: invert(1);
}
body.show_menu ul.menu {
display: flex;
}  
a.btn_menu {
display: block;
position: fixed;
right: 22px;
top: 25px;
color: #fff !important;
font-size: 20px;
}
body.scrolled a.btn_menu {
top: 13px;
}
.box img {
max-width: 26vw;
}

.box p {
font-size: 20px;
}
.panelist_items.active .panelist_wrap {
max-height: fit-content;
}
.swiper-slide {
width: 100% !important;
}
.box {
min-height: 21vh;
max-height: 21vh;
padding: 20px 20px;
}
.section.sect_6 .swiper-container {
margin-left: 0;
}
.panelist_items h3 {
font-size: 16px;
padding-left: 12px;
}

.panelist_items_wrap {
max-width: 90%;
}

.author_txt p {
font-size: 14px;
max-width: 100%;
text-align: center;
}
.panelist_wrap {
flex-direction: column;
}
.tab_btns {
flex-direction: column;
gap: 10px;
}
.tab_btn {
width: 100%;
padding: 5px 10px;
}
.left_set span {
font-size: 10px;
}
span.num_tab {
font-size: 18px;
line-height: normal;
}

.right_set span {
font-size: 10px;
}

.right_set {
width: 85%;
}

.left_set:after {
right: 4px;
}
.tab_content h3 {
font-size: 14px;
margin-top: 5vh;
}

.tab_content h3 span.num {
font-size: 107px;
}

.tab_content h3 p {
font-size: 12px;
}

.cotents h4 {
font-size: 16px;
}

.cotents {
margin-top: 5vh;
}

.tab_wrapper {
max-width: 100%;
}

.item_events {
font-size: 12px;
}

.item_events h5 {
font-size: 13px;
}

.item_events p {
font-size: 13px;
}

.item_events h6 {
font-size: 14px;
}
.right_item_events ul {
font-size: 12px;
}
.section.sect_4 {
background-position: 100% 0%;
}
.section h2 {
font-size: 28px !important;
margin-bottom: 45px;
}
.item_theme {
max-height: max-content;
padding: 20px 15px;

}
.section.sect_2 h2 {
font-size: 35px;
margin: 25px;
}
.inner_set {
margin-left: 0;
}

.section.sect_3 .boxes {
flex-direction: column;
align-items: center;
}

.item_theme:nth-child(2n+1) {
position: static;
}

.item_theme {
position: static;
top: 0;
/* padding: 10px 15px; */
height: auto;
margin-bottom: 20px;
}

.item_theme img {
width: 80px;
margin: 0 auto;
display: block;
margin-bottom: 25px;
}

.item_theme p {
font-size: 18px;
position: static;
max-width: 100%;
margin: 10px auto;
}
.section.sect_3 h2 {
margin-bottom: 25px;
}
.section.sect_2:after {
opacity: 0.4;
}
.inner_set p {
font-size: 20px;
max-width: 100%;
}
.textwrap_3 {
bottom: 10vh;
left: 0;
right: 0;
max-width: 85%;
margin: 0 auto;
}
.text_wrap {
display: none;
}

.boxes .item {
padding: 10px 15px;
width: 35%;
gap: 10px;
}

.boxes .item .num {
font-size: 14px;
}

.boxes .item span {
font-size: 10px;
color: #fff;
}

.textwrap_3 h2 {
font-size: 14px;
color: #fff;
}
.textwrap_2 {
left: 0px;
right: 0;
margin: 0 auto;
top: 62%;
max-width: 80%;
}

p.text_1 {
font-size: 14px;
max-width: 100%;
margin-bottom: 15px;
line-height: normal;
}

p.text_2 {
font-size: 14px;
line-height: normal;
}

p.text_2.line:after {}

p.text_2.line:after {
right: -14px;
}





.header img {
width: 150px;
}
img.center_img {  /* Fixed class name */
position: absolute;
left: 0;
right: 0;
width: 75%;
top: 20%;
margin: 0 auto;
}

.set2 span {
font-size: 10px;
}
span.num {
font-size: 14px;
line-height: normal;
}
.text_wrap {
flex-direction: column;
}
.set1 span {
font-size: 14px;
}
.num2:before {
font-size: 14px;
position: relative;
top: 10px;
left: 0;
}

.set1:after {
display: none;
}

.set1.num2 span {
display: contents;
}
}
