body {
    font-family: 'Rubik';
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.btn.btn-primary {
    background-color: #cf0011;
    border-color: #cf0011;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    font-family: 'karla';
    white-space: nowrap;
}

.btn.btn-primary:hover {
    background: transparent;
    color: #cf0011;
}

.btn.btn-primary.first-button {
    background: transparent;
    color: #cf0011;
}

.btn.btn-primary.first-button:hover {
    background: #cf0011;
    color: #fff;
}

/*==Header design ==*/
header.site_header {
    background: transparent;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

ul.navbar-nav li {
    padding: 0 12px !important;
}

ul.navbar-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3a3a3a !important;
    font-family: 'karla';
    letter-spacing: 0.5px;
    padding: 0 0px !important;
}

header.site_header {
    background: transparent;
    padding: 15px 0;
}

header.site_header {
    background: transparent;
    padding: 15px 0;
    position: absolute;
    top: 0px;
    z-index: 9;
    width: 100%;
}

header.site_header nav.navbar {
    background: #fff;
    border-radius: 7px;
    padding: 5px 10px !important;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: 0.5s;
    width: 100%;
}

header.site_header.fixed nav.navbar {
    box-shadow: 2px 9px 16px -9px rgb(0 0 0 / 50%);
}
.pptpopup h3 {
    margin: 0;
    font-size: 22px;
    padding: 50px 0;
    text-align: center;
}
/*======= banner design ======*/
section.site-banner {
    position: relative;
    height: 100vh;
    /* background-image: url(../img/EventBanner.jpg); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-position: center;
background-size: cover; */
    padding-top: 100px;
    overflow: hidden;
    /*background-repeat: no-repeat;*/
}

.BannerBg img {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    object-fit: cover;
    -webkit-animation: BgZoom 26s linear infinite 0s;
    -moz-animation: BgZoom 26s linear infinite 0s;
    -o-animation: BgZoom 26s linear infinite 0s;
    -ms-animation: BgZoom 26s linear infinite 0s;
    animation: BgZoom 26s infinite;
}

/* @keyframes BgZoom {
0% {transform:scale(1.1);}
20% {transform:scale(1.11);}
40% {transform:scale(1.12);}
60% {transform:scale(1.13);}
80% {transform:scale(1.14);}
100% {transform:scale(1.15);}
} */
.BannerBg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

section.site-banner .container {
    z-index: 9;
    transform: scale(0.87);
}

section.site-banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #cf0011 40%, #ff8b00 100%);
    opacity: 0.75;
}

.EventDetail a.btn.btn-primary:hover {
    background: #fff;
    color: #cf0011;
}

div#timer {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

div#timer div.counter_main h3 {
    line-height: 48px;
    text-align: right;
    font-size: calc(30px + 15*(100vw - 300px)/1620);
    font-family: 'rubik';
    font-weight: 600;
    display: block;
    color: #fff;
}

div#timer div.counter_main span {
    font-size: 35px;
    font-weight: 500;
    text-align: right;
    position: relative;
    color: #fff;
    text-transform: capitalize !important;
    font-size: calc(30px + 12*(100vw - 300px)/1620);
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 25px;
    text-transform: none;
    display: block;
    line-height: normal;
}

div#timer div.counter_main {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0 5px;
}

div#timer div.counter_main:first-child {
    padding-left: 35px;
}

div#timer div.counter_main .set-border-left {
    border-left: 5px solid #fff;
    position: absolute;
    height: calc(100% - 20px);
    left: -0;
    bottom: 0;
}

div#timer div.counter_main .set-border-bottom {
    border-bottom: 5px solid #fff;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
    left: 0px;
}

div#timer div.counter_main:after {
    border-right: 5px solid #ffffff;
    height: 25px;
    left: calc(100% - 25px);
    right: unset;
    content: "";
    position: absolute;
    bottom: 0;
}

div#timer div.counter_main:before {
    width: 25px;
    content: "";
    position: absolute;
    border-top: 5px solid #fff;
    left: 0px;
    bottom: calc(100% - 25px);
}

.HackaversuMMicon h1 a span,
.HackaversuMMicon h1 {
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.event_location p {
    font-size: 23px;
    font-weight: 500;
    font-family: 'karla';
    color: #fff;
}

.event_date p {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    font-family: 'karla';
}

.EventDetail i {
    font-size: 23px;
    margin-right: 8px;
    color: #fff;
}

.scroll_down {
    width: 55px;
    height: 55px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll_down i {
    font-size: 19px;
    color: #fff;
    animation: mymove 0.8s infinite;
}

@keyframes mymove {
    from {
        transform: scaleX(-1);
    }

    to {
        transform: scaleX(1);
    }
}

.EventDetail a.btn.btn-primary {
    padding: 13px 22px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 600;
}

/* .HackaversuMMicon h1 a span, .HackaversuMMicon h1 {
background-image: url(../img/bg-7.jpg);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
background-size: cover;
background-position: top right;
} */



/*=========== About Us ==============*/
section.inner_section.AboutSection {
    padding: 105px 0 70px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.section_circle:after {
    position: absolute;
    content: "";
    height: 40px;
    width: 5px;
    background: #cf0011;
    top: -40px;
    right: 0;
    margin: auto;
    left: 0;
}

.section_circle:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background: #cf0011;
    top: 0;
    border-radius: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.section_circle {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    border: 3px solid #cf0011;
    border-radius: 50px;
}

.SectionTitle h2 {
    font-size: 55px;
    font-weight: 600;
    font-family: 'rubik';
    line-height: 55px;
    margin: 0;
    z-index: 99;
    position: relative;
}

.SectionTitle h2 {
    background-image: url(../img/bg6.svg);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-size: cover;
    color: transparent;
    background-size: contain;
    background-position: center;
}

/* .title_effect {
position: relative;
overflow: visible;
display: flex;
align-items: center;
justify-content: center;
} */
.SectionTitle span.title_bg {
    font-size: 81px;
    color: transparent;
    position: relative;
    width: 100%;
    line-height: 100%;
    left: 0;
    right: 0;
    margin-top: -92px !important;
    opacity: 0.6;
    text-transform: capitalize;
    font-weight: 800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bcbcbc;
    display: block;
    margin-bottom: 30px;
}

.SectionTitle p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'karla';
    color: #585858;
    letter-spacing: 0.1px;
}

.BackgroundPattern {
    background-image: url(../img/sectionBg.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.EventDetailCard h4 {
    font-size: 24px;
    position: relative;
    color: #cf0011;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.EventDetailCard h6 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'karla';
    color: #3a3a3a;
    text-align: right;
}

.EventDetailCard p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'karla';
    color: #585858;
    letter-spacing: 0.1px;
    text-align: right;
}

.EventDetailCardRight h4,
.EventDetailCardRight h6,
.EventDetailCardRight p {
    text-align: left;
}

.SectionTitle.SubSectionTitle h2 {
    font-size: 45px;
    line-height: 45px;
}

section.OurPricing {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 110px 0 80px;
}

.SectionOverlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #cf0011 40%, #ff8b00 100%);
    opacity: 0.75;
}

.OurPricing .SectionTitle span.title_bg {
    z-index: 9;
    -webkit-text-stroke-color: #fff !important;
    opacity: 0.8;
}

.OurPricing .SectionTitle h2 {
    background-image: url(../img/sectionBg.jpg);
    background-position: right bottom;
}

.PriceCard {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 30px 30px;
    border-radius: 6px;
    border-top: 20px solid #cf0011;
}

.PriceMore p {
    font-size: 23px;
    text-align: center;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.PriceCard:hover {
    transform: translate(0px, -10px);
    transition: 0.5s;
}

.CardPrice h3 {
    background-image: url(../img/bg6.svg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    object-fit: cover;
    font-size: 48px;
    font-family: 'Rubik';
    font-weight: 600;
    z-index: 555;
}

.PriceCardList {
    margin: 25px 0;
}

.PriceCardList ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'karla';
    color: #585858;
    letter-spacing: 0.1px;
    list-style-type: disc;
    list-style-image: url(../img/list-style.png);
}

.PriceCardList ul {
    padding-left: 17px;
}

.PriceCardList ul li:not(:last-child) {
    margin-bottom: 12px;
}

.CardPrice.price_type h3 {
    font-size: 30px !important;
    text-align: center;
    font-weight: bold;
    font-family: 'rubik';
}

a.btn.btn-primary.big_button {
    margin-top: 16px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
}

.ThemeCardIcon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.ThemeCardContent h3 {
    font-size: 22px;
    margin: 17px 0;
    font-family: 'rubik';
    font-weight: 600;
    line-height: 25px;
    color: #cf0011;
}

.ThemeCardContent p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'karla';
    color: #585858;
    letter-spacing: 0.1px;
}

.ThemeCard:hover .ThemeCardIcon {
    transform: translate(0px, -10px);
    transition: 0.5s;
}

.z-index {
    z-index: 9;
}

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}


.TimelineDate {
    background-color: #f5f5f8;
    border-radius: 15px;
    padding: 24px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.TimelineDate h4 {
    font-size: 21.9222px;
    font-weight: 600;
    color: #cf0011;
    margin: 0;
}

.TimelineDate.Event {
    padding: 24px 40px 24px 24px;
    margin-bottom: 25px;
}

.TimelineDate.Event h3 {
    font-size: 19.2901px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: #cf0011;
}

.TimelineDate.Event p {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'karla';
    color: #585858;
    letter-spacing: 0.1px;
}

h5.event-time {
    position: relative;
    padding: 8px;
    font-size: 19.2901px;
    font-weight: 500;
    color: #8f8e94;
}

.TimelineDate .border-dashed {
    margin: 8px 0;
    border-left: 2px dashed #8f8e94;
    height: 25px;
    display: inline-block;
}

.TimelineDate .border-dashed {
    margin: 5px 0 -3px;
    border-left: 2px dashed #8f8e94;
    height: 50px;
    display: inline-block;
}

.EventContainer.Scrollbar {
    padding-right: 60px;
    max-height: 750px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.EventContainer.Scrollbar::-webkit-scrollbar {
    width: 10px;
}

.EventContainer.Scrollbar::-webkit-scrollbar-track {
    background-color: #f5f5f8;
    border-radius: 10px;
}

.EventContainer.Scrollbar::-webkit-scrollbar-thumb {
    background: #cf0011;
    border-radius: 10px;
}

.TimelineDate.Event:last-child {
    margin: 0;
}

.OrganizingTeamCard .TeamImg {
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    transition: .6s;
    margin-bottom: 10px;
    width: 100%;
}

.ExperPannel .OrganizingTeamCard img {
    max-height: 263px !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
    min-height: 263px;
}

.employee ul li a {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'karla';
    color: #585858;
    letter-spacing: 0.1px;
    margin-top: 10px !important;
    display: inline-block;
}

.employee ul li a i {
    color: #d03d4a;
    margin-right: 5px;
}

.employee {
    border-bottom: 1px solid #cf0011;
    padding-bottom: 30px;
}

.OrganizingTeamCard .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, #cf0011 40%, #ff8b00 100%);
    opacity: 0;
    transition: .6s;
}

.OrganizingTeamCard:hover .overlay {
    opacity: .7;
}

.OrganizingTeamCard .Phone {
    transition: .6s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.OrganizingTeamCard:hover .Phone {
    transition: .6s;
    opacity: 1;
}

.employee h5 {
    font-size: 19.2901px;
    color: #cf0011;
    font-weight: 600;
    margin-bottom: 10px;
}

.employee h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'karla';
    color: #585858;
    letter-spacing: 0.1px;
    padding: 0 15px;
}

.OrganizingTeamCard .Phone a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: 'karla';
    font-weight: 500;
    margin: 0;
}

.OrganizingTeamCard .Phone a i {
    margin-right: 5px;
}

.team_title h4 {
    font-size: 24px;
    position: relative;
    color: #cf0011;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.FaqCard {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    padding: 0;
}

.FaqCard button.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    color: #3a3a3a;
    font-size: 15px;
    font-family: 'rubik';
    font-weight: 600;
}

.FaqCard button.accordion-button[aria-expanded="true"] {
    color: #cf0011;
}

.accordion-button::after {
    background-image: url(../img/FaqIcon.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/FaqIconActive.png);
    transform: inherit;
}

.FaqCard .accordion-header {
    border-bottom: 1px solid #cf0027;
    padding: 0px 0px;
}

.QuestionArea {
    border-right: 1px solid #cf0027;
}

.AnswerBox {
    padding: 50px 50px 50px;
}

.AnswerBox .accordion-body {
    padding: 0;
}

.AnswerBox .accordion-body h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'karla';
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.AnswerBox .accordion-body {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'karla';
    color: #585858;
    letter-spacing: 0.1px;
}

.AnswerBox .accordion-body h3:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #cf0027;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.FaqCard button.accordion-button[aria-expanded="true"] {
    color: #cf0011;
    padding-left: 35px;
    transition: 0.5s;
}

.FaqCard .accordion-header spann.FaqCount {
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 600;
    background-image: url(../img/bg6.svg);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-size: cover;
    color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.FaqCard .accordion-header:last-child {
    border: none;
}

.FooterSocial a i,
.FooterSocial a {
    font-size: 13px;
    color: #fff;
}

.FooterSocial ul {
    column-gap: 15px;
}

.FooterSocial a {
    height: 26px;
    width: 26px;
    background: #cf0027;
    padding: 5px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FooterSocial {
    margin-top: 0px;
    padding: 15px 0;
    border-top: 1px solid #dd9393;
}

p.Copyright {
    margin: 0;
    font-size: 13px;
    color: #3a3a3a;
    font-family: 'Karla';
    font-weight: 500;
    letter-spacing: 0.5px;
}

.SposorsLogo img {
    width: 100%;
}

.SuponserCard p {
    margin: 0;
}

.SuponserCard {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    padding: 24px;
    position: relative;
}

.SuponserCard h2 {
    font-size: 40px;
    font-weight: 600;
}

.OurPricing .SuponserCard .SectionTitle h2 {
    background-image: url(../img/bg6.svg) !important;
}

.SuponserCard p {
    font-size: 25px;
    line-height: 45px;
    margin: 10px 0 5px;
}

.GalleryTab button {
    border: 1px solid #fff !important;
    border-radius: 5px !important;
}

/* .GalleryTab {
border: none;
margin-bottom: 15px;
column-gap: 15px;
} */
.GalleryTitle h3 {
    font-size: 25px;
    color: #fff;
    margin: 10px 0 20px 0;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.GalleryTitle h3:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    bottom: 0;
    border-radius: 8px;
}

.GalleryTab {
    margin-bottom: 0;
    column-gap: 15px;
    border-bottom: 1px solid #fff;
}

.GalleryTab li:hover button {
    background: #fff;
    color: #cf0011;
}

.GalleryTab button.active {
    background: #fff !important;
    color: #cf0011 !important;
    border-color: #fff !important;
}

.GalleryTab button {
    border: 1px solid #fff !important;
    border-radius: 5px 5px 0 0 !important;
    color: #fff;
}

.GalleryTabContent {
    border: 1px solid #fff;
    padding: 12px;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.GalleryTabContentg {
    border: 1px solid #fff;
    border-top: none !important;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.OurPricing .SectionTitle p {
    color: #fff;
    font-size: 18px;
}

.SposorsLogo.gdscLogo {
    background: #ffffffde;
    border-radius: 4px;
    padding: 10px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.SposorsLogo img {
    height: 150px;
    object-fit: contain;
    width: 100%;
    object-position: center;
}

.azadiLogo img {
    height: 50px;
}

.SposorsLogo {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.SposorsLogo h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.PptSubmision {
    position: fixed;
    top: 50%;
    transform: rotate(90deg);
    left: -115px;
    background: #fff;
    padding: 5px 5px 10px 5px;
    border-radius: 5px 5px 0 0;
    z-index: 999;
    box-shadow: 0px -10px 12px -5px hsl(0deg 0% 0% / 10%);
}

.PptSubmision a.btn.btn-primary:first-child {
    border-radius: 5px 0px 0px 5px !important;
    margin-right: -2px;
}

.PptSubmision a.btn.btn-primary:last-child {
    border-radius: 0px 5px 5px 0px !important;
}


.owl-nav.disabled {
    display: block !important;
}

.owl-dots {
    display: none;
}

.owl-nav.disabled button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    background: #cf0011 !important;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50px;
    font-size: 27px;
    color: #fff !important;
}

.owl-nav.disabled button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background: #cf0011 !important;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cf0011 !important;
    margin: auto;
    border-radius: 50px;
    font-size: 27px;
    color: #fff !important;
}

.owl-nav.disabled button:hover {
    background-color: #fff !important;
    color: #cf0011 !important;
}

/* .ExperPannel .OrganizingTeamCard {
    filter: blur(7px);
} */
/* 
.ExperPannel .owl-item:nth-child(6) .OrganizingTeamCard,
.ExperPannel .owl-item:nth-child(5) .OrganizingTeamCard
{
    filter: blur(0px);
} */

.ThemeCardContent p b {
    font-weight: 600;
    font-family: 'Rubik';
}

.ThemeCardContent p {
    height: 263px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}

.ThemeCardContent p::-webkit-scrollbar {
    width: 5px;
}

.ThemeCardContent p::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.ThemeCardContent p::-webkit-scrollbar-thumb {
    background: #919191;
}


/*==== ppt modat ====*/
div#exampleModal {
    z-index: 99999;
}

.modal.show .modal-dialog {
    width: 100%;
}

.modal.fade.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-header h5 {
    font-size: 21px;
    text-transform: capitalize;
}

.modal.show .modal-dialog {
    width: 100%;
    max-width: 780px;
}

.modal-dialog iframe {
    min-height: 341px;
}

.modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-close {
    box-shadow: none !important;
    outline: none !important;
}

section.TopAnouncment {
    background: #cf0011;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Karla';
    letter-spacing: 0.1px;
}

span.FlashAni {
    background: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    color: #cf0011;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 9px;
    animation: flash 2.5s infinite;
}


/*==== result page design ====*/
section.site-banner.ResultBnner {
    height: 50vh;
    padding-top: 60px;
}
.ResultBnner .BannerBg img {
    min-height: 50vh !important;
    height: 50vh;
}

.ResultBnner h1 {
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}

section.ResultTable {
    padding: 110px 0 60px;
}

.resultTable thead tr th {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik';
    line-height: 31px;
    background: #cf0011;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 0;
}

.resultTable tbody tr td, .resultTable tbody tr th {
    padding: 15px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Karla';
}

.resultTable tbody tr td img {
    width: 22px;
    margin-left: 9px;
}

.resultTable tbody tr td, .resultTable tbody tr th {
    border: 1px solid #dbdbdb;
    text-transform: uppercase;
}

.resultTable thead tr th:first-child {
    border-left: 1px solid #dbdbdb;
}

.resultTable thead tr th:last-child {
    border-right: 1px solid #dbdbdb;
}

table.table.resultTable:hover {
    overflow: hidden;
    transition: 0.5s;
    box-shadow: 2px 2px 12px 0 #bfbfbf;
}

.result_table {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    box-shadow: 2px 2px 12px 0 #bfbfbf;
}
/* table.table.resultTable {
    filter: blur(6px);
} */

.resulMessages {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    align-items: center;
  
    justify-content: center;
}

.resulMessages h3 {
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 7px;
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

/*======== animation keyfame ===========*/

@-webkit-keyframes BgZoom {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    25% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes BgZoom {
    0% {
        opacity: 1;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    25% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes BgZoom {
    0% {
        opacity: 1;
        -o-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    25% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes BgZoom {
    0% {
        opacity: 10;
        -ms-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }

    25% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 1
    }
}

@keyframes BgZoom {
    0% {
        opacity: 1;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        transform: scale(1.1);
    }

    25% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 1
    }
}

/*======== Mobile Responsive ==============*/

@media (max-width: 767px) {
    section.site-banner {
        height: auto;
        padding-bottom: 40px;
    }

    .HackaversuMMicon h1 a span,
    .HackaversuMMicon h1 {
        font-size: 35px !important;
        margin-top: 20px !important;
    }

    section.site-banner .container {
        transform: scale(1);
    }

    div#timer {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        flex-wrap: wrap;
        row-gap: 20px;
        flex-direction: row;
    }

    div#timer .counter_main {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .event_location p,
    .event_date p {
        font-size: 19px;
    }

    .EventDetail i {
        font-size: 19px;
    }

    .event_date p {
        font-size: 18px;
    }

    .EventDetail a.btn.btn-primary {
        padding: 11px 22px;
        font-size: 16px;
    }

    .SectionTitle span.title_bg {
        display: none;
    }

    .SectionTitle h2,
    .SectionTitle.SubSectionTitle h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .EventDetailCard h4 {
        font-size: 18px;
    }

    .EventDetailCard h4,
    .EventDetailCard h6,
    .EventDetailCard p {
        text-align: left;
    }

    .EventDetailCard.EventDetailCardRight {
        margin-top: 25px;
    }

    section.inner_section.AboutSection {
        padding: 85px 0 40px 0;
    }

    section.OurPricing {
        padding: 40px 0 10px;
    }

    .PriceCard {
        margin-bottom: 30px;
    }

    .CardPrice h3 {
        font-size: 38px;
    }

    .CardPrice.price_type h3 {
        font-size: 25px !important;
    }

    a.btn.btn-primary.big_button {
        padding: 9px 20px;
    }

    .ThemeCard {
        text-align: center;
        margin-bottom: 30px;
    }

    .grid-wrapper .tall {
        grid-row: span 1;
    }

    .grid-wrapper .wide {
        grid-column: span 1;
    }

    .grid-wrapper .big {
        grid-column: span 1;
        grid-row: span 1;
    }

    .grid-wrapper {
        grid-template-columns: 100%;
        grid-auto-rows: 220px;
    }

    section.OurPricing.SectionOverlay.OurGallery {
        padding-bottom: 40px;
    }

    .EventContainer.Scrollbar {
        padding-right: 20px;
    }

    .TimelineDate.Event h3,
    .TimelineDate.Event p {
        text-align: center;
    }

    .TimelineDate.Event {
        padding: 20px 20px;
        margin-bottom: 25px;
    }

    .FooterSocial ul {
        justify-content: center;
        margin-bottom: 15px;
    }

    .footer_copyright {
        justify-content: center !important;
    }

    .footer_copyright ul {
        margin: 0;
    }

    .FaqCard button.accordion-button[aria-expanded="true"] {
        padding-left: 20px;
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        flex-wrap: nowrap;
    }

    .ActionButton .btn.btn-primary {
        font-size: 11px;
        padding: 9px 8px;
    }

    .ActionButton li.col {
        padding-left: 0;
    }

    .EventDetailCard * {
        text-align: center !important;
    }

    header.site_header nav.navbar {
        padding: 5px 0px !important;
    }

    .GalleryTabContent {
        padding: 9px;
    }

    .GalleryTab {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    section.OurPricing.SectionOverlay.faq_section {
        padding-bottom: 40px;
    }

    .PriceMore p {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .PptSubmision {
        left: 0;
        transform: rotate(0deg);
        bottom: 0;
        top: auto;
        width: 100%;
        padding: 5px;
        border-radius: 0;
        box-shadow: 0px -6px 17px -4px #00000045;
        display: flex;
        justify-content: space-between;
    }

    .PptSubmision a.btn.btn-primary {
        width: 49%;
    }

    .FooterSocial {
        padding-bottom: 58px;
    }

    .modal-dialog iframe {
        min-height: 78vh;
    }

    .ThemeCardContent p {
        height: auto;
    }

    header.site_header {
        top: 0px;
    }
    section.TopAnouncment {
        font-size: 12px;
        line-height: 24px;
    }
    .ResultBnner h1 {
        font-size: 30px;
    }
}