:root {
    --colorTheme: #1fadfc;
    --colorWhite: #ffffff;
    --colorBlack: #000000;
    --colorBlue: #0b3ecc;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Prometo Regular";
    overflow-x: hidden;
}

@font-face {
    font-family: "Prometo Light";
    src: url(../fonts/Prometo_Light.ttf);
}

@font-face {
    font-family: "Prometo Regular";
    src: url(../fonts/Prometo_Regular.ttf);
}

@font-face {
    font-family: "Prometo Bold";
    src: url(../fonts/Prometo_Bold.ttf);
}

@font-face {
    font-family: "Prometo XBold";
    src: url(../fonts/Prometo_XBold.ttf);
}

input,
select,
button {
    outline: none;
    box-shadow: none;
}

input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

a {
    text-decoration: none;
}

a:hover {
    transition: all 0.4s ease-in-out;
}

a:focus-visible {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Prometo Bold";
}

.mb-24 {
    margin-bottom: 24px !important;
}

.thm-btn {
    font-size: 20px;
    color: var(--colorWhite);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    background-color: var(--colorBlue);
    padding: 12px 30px 13px;
    line-height: 25px;
    display: inline-block;
}

.thm-btn:hover {
    background-color: var(--colorTheme);
    transition: all 0.4s ease-in-out;
}

.thm-btn-1 {
    font-size: 20px;
    color: var(--colorWhite);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    background-color: var(--colorTheme);
    padding: 12px 30px 13px;
    line-height: 25px;
    display: inline-block;
}

.thm-btn-1:hover {
    background-color: #4d73de;
    transition: all 0.4s ease-in-out;
}

.thm-btn-2 {
    font-size: 20px;
    color: var(--colorWhite);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    background-color: var(--colorBlack);
    padding: 12px 30px 13px;
    line-height: 25px;
    display: inline-block;
}

.thm-btn-2:hover {
    background-color: var(--colorBlue);
    transition: all 0.4s ease-in-out;
}

/*-- Start Header --*/
.header {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: var(--colorWhite);
    padding: 15px 50px;
    transition: all 0.4s ease-in-out;
}

.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 50px;
    box-shadow: 0 0 10px #cccccc;
    transition: all 0.4s ease-in-out;
}

.header .header-logo img {
    max-width: 427px;
}

.navigation .sidepanel {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--colorTheme);
    overflow-x: hidden;
    transition: 0.5s;
}

.navigation .openbtn {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorBlue);
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    padding: 0;
    background-color: transparent;
}

.navigation .openbtn i {
    margin-left: 10px;
}

.navigation .openbtn:hover {
    color: var(--colorTheme);
}

.navigation .close-box {
    padding: 40px 61px 30px;
    width: 100%;
}

.navigation .sidepanel .closebtn {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorWhite);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: end;
    text-transform: uppercase;
    padding: 0;
    margin-left: auto;
    border: none;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.navigation .sidepanel .closebtn:hover {
    color: var(--colorBlue);
}

.navigation .sidepanel .closebtn i {
    margin-left: 11px;
    font-size: 20px;
}

.navigation .navbar {
    width: 50%;
    left: 50%;
    top: calc(50% - 94px);
    transform: translate(-0%, -50%);
    padding: 30px 0;
}

.navigation .navbar-nav .nav-item {
    margin-bottom: 20px;
}

.navigation .navbar-nav .nav-item:last-child {
    margin-bottom: 0px;
}

.navigation .navbar-nav .nav-item .nav-link {
    font-size: 30px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding: 0;
    overflow: hidden;
}

.navigation .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: relative;
    left: 0;
    display: inline-block;
    width: 130px;
    height: 3px;
    vertical-align: middle;
    margin-right: 40px;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.navigation .navbar-nav .nav-item .nav-link:hover {
    color: var(--colorBlue);
}

.navigation .navbar-nav .nav-item.active .nav-link {
    color: var(--colorBlue);
}

.navigation .navbar-nav .nav-item .nav-link:hover:before {
    background-color: var(--colorBlue);
}

.navigation .navbar-nav .nav-item.active .nav-link:before {
    background-color: var(--colorBlue);
}

.navigation .navbar-nav .nav-item .menu-img {
    display: none;
}

.navigation .navbar-nav .nav-item:hover .menu-img {
    display: block;
}

.navigation .navbar-nav .nav-item.active .menu-img {
    display: block;
}

.navigation .nav-item.dropdown {
    position: unset;
}

.menu-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26%;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(-0%, -50%);
    width: calc(100% - 156px);
}

.navigation .dropdown-menu {
    min-width: auto;
    margin-top: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 10px 0px 0 40px;
}

@media(min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.navigation .dropdown-menu {
    /*transform: scaleY(0);
    transform-origin: top;*/
    transition: transform 0.26s ease;
    margin-left: 150px;
}

.navigation .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
}

.navigation .dropdown-menu.show {
    margin-left: 150px;
}

.navigation .dropdown-menu ul {
    list-style-type: none;
    padding: 0;
}

.navigation .dropdown-menu ul li {
    margin-bottom: 15px;
}

.navigation .dropdown-menu ul li:last-child {
    margin-bottom: 0px;
}

.navigation .dropdown-menu ul li a {
    font-size: 20px;
    font-family: "Prometo W04 Light";
    color: var(--colorWhite);
    text-transform: capitalize;
}

.navigation .dropdown-menu ul li a:hover {
    color: var(--colorBlue);
}

.navigation .dropdown:hover .nav-link:before {
    background-color: var(--colorBlue);
}

.navigation .dropdown:hover .nav-item .nav-link {
    font-size: 30px;
    font-family: "Prometo W04 Light";
    color: var(--colorWhite);
}

.navigation .dropdown:hover .nav-link {
    color: var(--colorBlue);
}

.navigation .dropdown-item {
    font-size: 22px;
    color: var(--colorWhite);
    text-transform: capitalize;
}

.navigation .dropdown-item:hover {
    color: var(--colorBlue);
    background-color: transparent;
}

.navigation .dropdown-item.active,
.navigation .dropdown-item:active {
    color: var(--colorBlue);
    background-color: transparent;
}

/*-- End Header --*/
/*-- Start --*/
.main-home {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.home-banner {
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 170px 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: var(--colorTheme);
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}

.home-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 50%;
    background-color: var(--colorTheme);
    clip-path: polygon(42% 0, 100% 0, 100% 100%, 100% 100%);
}

.home-cnt {
    position: relative;
    z-index: 1;
    animation: 1s .2s fadeInLeft both;
}

.home-cnt h1 {
    font-size: 105px;
    color: var(--colorWhite);
    text-transform: uppercase;
    line-height: 114px;
    margin-bottom: 10px;
}

.home-cnt .powered-by {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.home-cnt .powered-by span {
    font-size: 30px;
    color: var(--colorBlue);
    text-transform: uppercase;
    margin-right: 20px;
}

.home-cnt h6 {
    font-size: 50px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 50px;
}

.home-cnt .thm-btn:hover {
    background-color: var(--colorBlack);
}

.video-background {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 170px 0 170px 50px;
}

.video-background video {
    position: absolute;
    z-index: 0;
    right: 0;
    width: 63.5% !important;
}

.video-background::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: var(--colorTheme);
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}

.video-background::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 50%;
    background-color: var(--colorTheme);
    clip-path: polygon(42% 0, 100% 0, 100% 100%, 100% 100%);
}

/*-- End --*/
/*-- Start --*/
.nmw {
    position: relative;
    padding: 0 0 120px;
    overflow: hidden;
}

.curve-t {
    background-image: url(../images/curve-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 669px;
    position: absolute;
    top: 280px;
    left: 0;
    opacity: 0.3;
}

.curve-tr {
    background-image: url(../images/curve-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 123px;
    position: absolute;
    top: 50%;
    right: 0;
}

.curve-b {
    background-image: url(../images/curve-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 190px;
    position: absolute;
    left: 0;
    bottom: 80px;
    opacity: 0.3;
}

.nmw .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.nmw-txt {
    margin-bottom: 30px;
}

.nmw-txt-1 {
    white-space: nowrap;
    font-size: 195px;
    font-family: "Prometo Bold";
    color: var(--colorBlue);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
    margin-right: 120px;
    position: relative;
    top: 0%;
    white-space: nowrap;
}

.nmw-txt-2 {
    white-space: nowrap;
    font-size: 195px;
    font-family: "Prometo Bold";
    color: var(--colorTheme);
    text-transform: uppercase;
    margin-top: -125px;
    margin-left: 30px;
    position: relative;
    top: 0%;
    white-space: nowrap;
}

.nmw-txt-3 {
    font-size: 195px;
    font-family: "Prometo Bold";
    color: var(--colorBlue);
    text-transform: uppercase;
    margin-top: -125px;
    margin-right: 20px;
    text-align: right;
    position: relative;
    top: 0%;
    white-space: nowrap;
}

/*-- End --*/
/*-- Start --*/
.sec-heading h2 {
    font-size: 45px;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sec-heading p {
    font-size: 24px;
    font-weight: bold;
    color: var(--colorWhite);
    margin-bottom: 40px;
}

.welcome-cnt {
    position: relative;
    z-index: 1;
}

.welcome-cnt .sec-heading h2 {
    color: var(--colorBlue);
}

.welcome-cnt ul {
    list-style-type: decimal;
    padding: 0 0 0 45px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 150px;
}

.welcome-cnt ul li {
    font-size: 30px;
    font-family: "Prometo Regular";
    color: var(--colorBlack);
    margin-bottom: 50px;
    width: calc(50% - 75px);
}

.welcome-cnt ul li::marker {
    font-size: 45px;
    font-family: "Prometo Bold";
    color: var(--colorBlack);
}

.welcome-cnt ul li p {
    padding-left: 20px;
    margin-bottom: 0;
    display: inline-table;
}

.welcome-img-first {
    position: relative;
    margin-bottom: 20px;
}

.welcome-img-first::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: var(--colorTheme);
}

.welcome-img-first img {
    width: calc(100% - 20px);
    height: 456px;
    object-fit: cover;
}

.welcome-img-first,
.welcome-img-second {
    position: relative;
    z-index: 1;
}

.welcome-img-second img {
    width: calc(100% - 20px);
    height: 660px;
    object-fit: cover;
}

.welcome-img-second::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    background-color: var(--colorTheme);
}

.welcome-img-second .ratio {
    width: calc(100% - 20px);
}

.welcome-img-second .ratio>* {
    height: calc(100% - 10px);
}

.nmw .thm-btn {
    position: relative;
    margin-top: 70px;
}

/*-- End --*/
/*-- Start --*/
.want-to-find {
    position: relative;
    padding: 100px 0;
    background-color: var(--colorBlue);
}

.want-to-find::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/artwork-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.want-to-find .sec-heading {
    position: relative;
    z-index: 1;
}

.want-to-find-frm {
    position: relative;
    z-index: 1;
}

.want-to-find-frm .form-control {
    max-width: 310px;
}

.form-control {
    font-size: 18px;
    color: var(--colorBlack);
    border-radius: 0;
    border-color: var(--colorWhite);
    background-color: var(--colorWhite);
    padding: 10px 20px 11px;
}

.form-control:focus {
    border-color: var(--colorTheme);
}

.form-check-input {
    width: 24px;
    height: 24px;
    background-color: var(--colorWhite);
    margin-top: 0;
}

.form-check-input:focus {
    border-color: var(--colorTheme);
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--colorTheme);
    border-color: var(--colorTheme);
}

.form-check-label {
    font-size: 18px;
    font-weight: 500;
    color: var(--colorWhite);
    margin-left: 15px;
    cursor: pointer;
}

.form-check-label a {
    text-decoration: underline;
    color: var(--colorWhite);
}

.form-check-label a:hover {
    color: var(--colorTheme);
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check {
    margin-bottom: 0;
}

.want-to-find-checkbox .form-check {
    min-width: 310px;
}

.want-to-find-frm .form-check {
    display: flex;
}

.tc-info {
    position: relative;
}

.tc-info img {
    width: 10px;
    margin-left: 12px;
    margin-top: -5px;
}

.tc-info img:hover {
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.tc-info-box {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 50%;
    min-width: 500px;
    background-color: var(--colorWhite);
    padding: 15px;
    border: 1px solid #ccc;
    opacity: 0;
    transition: 1s opacity;
    transform: translate(-50%, -100%);
}

.tc-info-box p {
    font-size: 16px;
    color: var(--colorBlack);
    margin-bottom: 0;
}

.tc-info img:hover+.tc-info-box {
    opacity: 1;
    transition: 1s opacity;
}

/*-- End --*/
/*-- Start --*/
.three-types {
    padding: 100px 0;
}

.three-types .sec-heading h2 {
    color: var(--colorTheme);
}

.three-types-tab .nav-tabs {
    border: none;
}

.three-types-tab .nav-tabs .nav-item {
    width: 33.333333%;
}

.three-types-tab .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 0;
    border: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.three-types-tab .nav-tabs .nav-link.active {
    color: var(--colorWhite);
}

.three-types-tab .nav-tabs li:nth-child(1) .nav-link {
    background-color: var(--colorTheme);
}

.three-types-tab .nav-tabs li:nth-child(2) .nav-link {
    background-color: var(--colorBlue);
}

.three-types-tab .nav-tabs li:nth-child(3) .nav-link {
    background-color: #4d73de;
}

.three-types-box {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 550px;
}

.three-types-box:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(31, 173, 252, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.9;
    left: 0;
    top: 0;
    bottom: 0;
}

.three-types-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    background-image: url(../images/artwork-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.three-types-cnt {
    width: 36%;
    padding: 100px 50px;
    position: relative;
    z-index: 1;
}

.three-types-cnt p {
    font-size: 30px;
    color: var(--colorWhite);
    margin-bottom: 30px;
}

/*-- End --*/
/*-- Start --*/
.summer {
    padding: 170px 0 100px;
    background-image: url(../images/curve-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.summer-box {
    position: relative;
    overflow: hidden;
}

.summer-box:hover img {
    transform: translate(0) scale(1.1);
}

.summer-box img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

.summer-cnt {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.summer-cnt h3 {
    font-size: 26px;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.summer-cnt span {
    font-size: 20px;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 0;
}

/*-- End --*/
/*-- Start --*/
.find-an-event .sec-heading h2 {
    color: var(--colorTheme);
}

.find-an-event .container-fluid {
    padding: 0;
}

.event-radio-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.event-radio-box h4 {
    font-size: 20px;
    font-family: "Prometo Regular";
    color: var(--colorTheme);
    margin-right: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.event-radio-box .form-check {
    margin-right: 20px;
}
.event-radio-box .form-check-label {
    color: var(--colorBlack);
}

.event-dropdown {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 30px;
}

.event-dropdown-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.event-search-box {
    display: flex;
    align-items: end;
    column-gap: 30px;
    margin-bottom: 30px;
}
.event-search-box label {
    font-size: 20px;
    font-family: "Prometo Regular";
    color: var(--colorTheme);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.event-search-input {
    width: 50%;
}

.event-search-box .form-control {
    border-color: #d8d9da;
}

.event-search-radius {
    width: 50%;
}
.event-search-box .form-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 18px;
    color: var(--colorBlack);
    border-color: #d8d9da;
    padding: 10px 40px 10px 20px;
    background-size: 16px 16px;
    background-image: url(../images/select-arrow.svg);
}

.event-dropdown-box h4 {
    font-size: 20px;
    font-family: "Prometo Regular";
    color: var(--colorTheme);
    margin-right: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0;
}

.event-dropdown-box .form-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 18px;
    color: var(--colorBlack);
    border-color: #d8d9da;
    padding: 10px 40px 10px 20px;
    background-size: 16px 16px;
    background-image: url(../images/select-arrow.svg);
}

.find-an-event .col-lg-6:first-child {
    max-width: 710px;
    padding: 60px 12px 50px;
}

.event-list-main .upcoming-ets {
    font-size: 30px;
    font-weight: 500;
    color: var(--colorTheme);
    margin-bottom: 15px;
}

.event-list-main .previous-ets {
    font-size: 30px;
    font-weight: 500;
    color: var(--colorTheme);
    margin-top: 16px;
}

.event-list {
    max-height: 750px;
    overflow: auto;
    padding-top: 10px;
}

.event-list-box {
    border-top: 1px solid #167ce7;
    padding: 20px 20px 40px 0;
    margin-right: 12px;
}

.event-list-box h5 {
    font-size: 24px;
    color: var(--colorTheme);
    line-height: 28px;
}

.event-list-box-cnt {
    display: flex;
    align-items: start;
    position: relative;
}

.event-list-box-cnt.showContent {
    min-height: 130px;
}

.event-list-box-cnt .event-list-box-desc {
    font-size: 20px;
    color: var(--colorBlack);
    margin-bottom: 0px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    width: 100%;
}

.event-list-box-desc.event-list-box-post-content {
    display: none;
}

.showContent .event-list-box-desc.event-list-box-post-content {
    display: block;
}

.showContent .event-list-box-desc.event-list-box-short-desc {
    display: none;
}

.event-list-box-cnt.showContent .event-list-box-desc {
    height: auto;
}

.event-list-box-cnt .event-list-box-desc p {
    margin-bottom: 0;
}

.event-list::-webkit-scrollbar {
    width: 7px;
    background-color: #cce2fa;
}

.event-list::-webkit-scrollbar-thumb {
    background-color: #a4ccf6;
}

.event-list-box-desc .thm-btn {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 12px 15px 13px;
    text-align: center;
    min-width: 184px;
}

.showContent .event-list-box-desc .thm-btn {
    display: block;
}

.more-btn {
    font-size: 20px;
    color: var(--colorWhite);
    line-height: 25px;
    border: none;
    background-color: var(--colorBlack);
    padding: 12px 15px 13px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    min-width: 184px;
    float: right;
}

.more-btn:hover {
    background-color: var(--colorBlue);
    transition: all 0.4s ease-in-out;
}

.event-list-box-cnt.showContent .more-btn {
    background-color: #d6d6d6;
    color: var(--colorBlack);
}

.event-list-box-cnt.showContent .thm-btn {
    background-color: var(--colorTheme);
}

.find-an-event-map {
    width: 100%;
    height: 100%;
}

.find-an-event-map iframe {
    width: 100%;
    height: 100%;
}

.event-ajax-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--colorTheme);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin-left: calc(50% - 20px);
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.event-list.event-list-main {
    min-height: 750px;
}

/*-- End --*/
/*-- Start --*/
.sign-up {
    padding: 170px 0 100px;
    background-image: url(../images/KF2_6055.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

.curve-signup {
    position: absolute;
    top: 0;
    width: 100%;
    height: 224px;
    background-image: url(../images/curve-signup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.sign-up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(31, 173, 252, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.sign-up::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    background-image: url(../images/artwork-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.sign-up .sec-heading,
.sign-up-form {
    position: relative;
    z-index: 1;
}

.sign-up .sec-heading h2 {
    margin-bottom: 15px;
}

.sign-up-form .form-check-input:checked {
    background-color: var(--colorBlue);
    border-color: var(--colorBlue);
}

.sign-up-form p {
    font-size: 20px;
    font-weight: 500;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.sign-up-form .thm-btn:hover {
    background-color: var(--colorBlack);
}

.ctm-multi-select ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ctm-multi-select ul li {
    width: calc(25% - 9px);
    display: inline;
}

.ctm-multi-select ul li label {
    display: unset;
}

.ctm-multi-select ul li label span {
    display: block;
    background-color: var(--colorWhite);
    font-size: 18px;
    color: var(--colorBlack);
    text-align: center;
    padding: 8px 15px 12px;
    user-select: none;
    transition: all .2s;
    width: 100%;
    cursor: pointer;
}

.ctm-multi-select ul li input[type="checkbox"]:checked+span {
    background-color: var(--colorBlue);
    color: var(--colorWhite);
    transition: all .2s;
}

.ctm-multi-select ul li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/*-- End --*/
/*-- Start --*/
.get-inspired {
    padding: 100px 0;
}

.get-inspired .sec-heading h2 {
    color: var(--colorTheme);
}

.get-inspired-img {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px 0 0;
}

.get-inspired-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: var(--colorTheme);
}

.get-inspired-img img {
    width: calc(100% - 20px);
    height: 350px;
    object-fit: cover;
}

.get-inspired-cnt h5 {
    font-size: 28px;
    color: var(--colorTheme);
    margin-bottom: 20px;
}

.get-inspired-cnt p {
    font-size: 18px;
    color: var(--colorBlack);
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.get-inspired .owl-theme .owl-dots {
    text-align: left;
}

.get-inspired .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.get-inspired .owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    background: var(--colorWhite);
    border: 1px solid var(--colorTheme);
    transition: .4s;
    opacity: 1;
    margin: 5px;
    border-radius: 0;
}

.get-inspired .owl-theme .owl-dots .owl-dot.active span {
    display: block;
    background: var(--colorTheme);
    transition: .4s;
    opacity: 1;
}

/*-- End --*/
/*-- Start --*/
.page-banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.page-banner-cnt {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 185px 0 260px;
    display: flex;
    align-items: center;
    position: relative;
}

.page-banner-cnt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: var(--colorTheme);
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

.page-banner-cnt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 70%;
    background-color: var(--colorTheme);
    clip-path: polygon(42% 0, 100% 0, 100% 100%, 100% 100%);
}

.page-banner-text {
    position: relative;
    z-index: 0;
    margin: 50px 0 0 50px;
    animation: 1s .2s fadeInLeft both;
}

.page-banner-text h1 {
    font-size: 80px;
    color: var(--colorWhite);
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 30px;
}

.page-banner-text h6 {
    font-size: 50px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 0;
}

.page-banner-btm {
    position: absolute;
    left: 0;
    bottom: 30px;
    background-image: url(../images/page-banner-btm.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 200px;
    animation: 1s .2s fadeInLeft both;
}

.page-title {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.page-title-cnt {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 110px;
    display: flex;
    align-items: center;
    position: relative;
}

.page-title-cnt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: var(--colorTheme);
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}

.page-title-cnt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 50%;
    background-color: var(--colorTheme);
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 100% 100%);
}

.page-title-text {
    position: relative;
    z-index: 0;
    margin: 0 0 0 50px;
    animation: 1s .2s fadeInLeft both;
}

.page-title-text h1 {
    font-size: 80px;
    color: var(--colorWhite);
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 0;
}

.news-detail-title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.news-detail-title-shape {
    width: 100%;
    padding: 50px 0 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.news-detail-title-shape::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background-color: var(--colorTheme);
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
}

.news-detail-title-shape::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background-color: var(--colorTheme);
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 100% 100%);
}

.news-detail-title-cnt {
    position: relative;
    z-index: 0;
}

.news-detail-title-cnt h6 {
    font-size: 50px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 0;
}

/*-- End --*/
/*-- Start --*/
.discipline-tab {
    position: relative;
    z-index: 0;
}

.discipline-tab .nav-tabs {
    border: none;
}

.discipline-tab .nav-tabs .nav-item {
    flex: 1 1 calc(25%);
}

.discipline-tab .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 0;
    border: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.discipline-tab .nav-tabs .nav-link.active {
    color: var(--colorWhite);
}

.discipline-tab .nav-tabs li:nth-child(3n+1) .nav-link {
    background-color: var(--colorTheme);
}

.discipline-tab .nav-tabs li:nth-child(3n+2) .nav-link {
    background-color: var(--colorBlue);
}

.discipline-tab .nav-tabs li:nth-child(3n+3) .nav-link {
    background-color: #4d73de;
}

.discipline-tab .tab-content {
    padding: 100px 0;
}

.discipline-tab-cnt {
    position: relative;
    z-index: 1;
}

.discipline-tab-cnt h2 {
    font-size: 45px;
    color: var(--colorBlue);
    margin-bottom: 40px;
}

.discipline-tab-cnt p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorBlack);
    line-height: 33px;
    margin-bottom: 30px;
}

.discipline-tab-cnt ul li {
    font-size: 24px;
    font-family: "Prometo Regular";
}

.discipline-tab-cnt-img {
    position: relative;
    z-index: 1;
}

.discipline-tab-cnt-img img {
    width: calc(100% - 20px);
}

.discipline-tab-cnt-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: var(--colorTheme);
}

.take-part {
    padding: 200px 0;
    position: relative;
}

.discipline-tab .tab-content iframe {
    border-radius: 20px;
}

.curve-tl {
    background-image: url(../images/curve-tl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 655px;
    position: absolute;
    top: 85px;
    left: 0;
    opacity: 0.3;
}

.curve-tl-2 {
    background-image: url(../images/curve-tl-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 337px;
    position: absolute;
    top: 85px;
    left: 0;
    opacity: 0.3;
}

.curve-tl-3 {
    background-image: url(../images/curve-tl-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: -70px;
    left: 0;
    opacity: 0.3;
}

.curve-tl-4 {
    background-image: url(../images/curve-tl-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 159px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
}

.curve-tl-5 {
    background-image: url(../images/curve-tl-5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 159px;
    position: absolute;
    bottom: 80px;
    left: 0;
}

.curve-tr {
    background-image: url(../images/curve-tr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 104px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
}

.curve-tr-2 {
    background-image: url(../images/curve-tr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 123px;
    position: absolute;
    bottom: 80px;
    right: 0;
    opacity: 0.3;
}

.curve-tr-3 {
    background-image: url(../images/curve-tr-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 123px;
    position: absolute;
    top: 66%;
    bottom: 0;
    right: 0;
}

.curve-tr-4 {
    background-image: url(../images/curve-tr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 123px;
    position: absolute;
    bottom: 80px;
    right: 0;
    opacity: 0.3;
}

.checklist {
    margin-top: 100px;
    padding: 200px 0 100px;
    background-image: url(../images/KF2_6055.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

.curve-checklist {
    position: absolute;
    top: 0;
    width: 100%;
    height: 224px;
    background-image: url(../images/curve-signup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.checklist::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(31, 173, 252, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 70%;
    height: 100%;
}

.checklist-cnt {
    position: relative;
    z-index: 1;
}

.checklist-cnt h2 {
    font-size: 45px;
    color: var(--colorWhite);
    margin-bottom: 30px;
}

.checklist-cnt p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    margin-bottom: 30px;
}

.checklist-cnt ul {
    padding-left: 36px;
    margin: 0;
    list-style-type: none;
}

.checklist-cnt ul li {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    position: relative;
}

.checklist-cnt ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -2px;
    left: -35px;
}

/*-- End --*/
/*-- Start --*/
.news-main .want-to-find {
    margin-bottom: 85px;
}

.news {
    padding: 100px 0;
    position: relative;
}

.gx-200 {
    --bs-gutter-x: 200px;
}

.news .curve-tl {
    top: 400px;
}

.news .curve-tl-2 {
    top: 50%;
}

.news .curve-tl-3 {
    bottom: 102px;
}

.news .curve-tr {
    top: 50%;
}

.news .curve-tr-2 {
    bottom: 220px;
}

.news-box {
    position: relative;
    margin-bottom: 50px;
}

.news-img {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 20px 0 0;
}

.news-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: var(--colorTheme);
}

.news-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.news-cnt h5 {
    font-size: 28px;
    color: var(--colorTheme);
    margin-bottom: 30px;
}

.news-cnt p {
    font-size: 18px;
    color: var(--colorBlack);
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-cnt .thm-btn {
    margin-top: 30px;
}

.pagination {
    position: relative;
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    padding-left: 0;
    margin-bottom: 0;
}

.pagination ul li {
    width: 38px;
    height: 38px;
    line-height: 34px;
    list-style: none;
    font-size: 20px;
    color: var(--colorTheme);
    text-align: center;
    background-color: var(--colorWhite);
    border: 1px solid var(--colorTheme);
    margin: 0 0 20px 20px;
}

.pagination ul li.active {
    background-color: var(--colorTheme);
}

.pagination ul li.active a,
.pagination ul li.active span {
    color: var(--colorWhite);
}

/*-- End --*/
/*-- Start --*/
.news-detail {
    padding: 100px 0;
    position: relative;
}

.news-detail .curve-tl {
    top: 400px;
}

.news-detail .curve-tl-2 {
    top: 50%;
}

.news-detail .curve-tl-3 {
    bottom: 102px;
}

.news-detail .curve-tr {
    top: 50%;
}

.news-detail .curve-tr-2 {
    bottom: 220px;
    z-index: -1;
}

.wp-block-image {
    position: relative;
    z-index: 0;
    padding: 0 20px 0 0;
    margin-bottom: 50px;
}

.wp-block-image::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 0px);
    background-color: var(--colorTheme);
}

.wp-block-image img {
    width: 100% !important;
}

.wp-block-image .aligncenter {
    margin-left: unset;
    margin-right: unset;
}

.wp-block-image .aligncenter {
    display: unset;
}

body .is-layout-flex {
    align-items: center !important;
}

.news-detail p {
    font-size: 18px;
    color: var(--colorBlack);
    margin-bottom: 30px;
    position: relative;
}

.wp-block-button__link {
    background-color: var(--colorBlue);
    border-radius: 0;
    font-size: 20px;
    color: var(--colorWhite);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 12px 30px 13px;
    line-height: 25px;
    display: inline-block;
}

.wp-block-button__link:hover {
    background-color: var(--colorTheme);
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-7 {
    margin-top: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-7 {
    margin-bottom: 70px;
}

/*-- End --*/
/*-- Start --*/
.events-main .sign-up {
    margin-bottom: 100px;
}

/*-- End --*/
/*-- Start --*/
.festival {
    padding: 100px 0 120px;
    position: relative;
}

.festival .curve-tl {
    top: 70px;
}

.fesival-cnt-img {
    position: relative;
    z-index: 1;
}

.fesival-cnt-img img {
    width: calc(100% - 20px);
    height: 537px;
    object-fit: cover;
}

.fesival-cnt-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: var(--colorTheme);
}

.fesival-cnt {
    position: relative;
}

.fesival-cnt p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorBlack);
    line-height: 33px;
    margin-bottom: 30px;
}

.festival-list {
    position: relative;
    padding: 100px 0;
    background-color: var(--colorTheme);
}

.festival-list .curve-tr {
    width: 27%;
    top: 218px;
}

.festival-list .curve-tl-2 {
    width: 44%;
    top: 215px;
}

.festival-list .curve-tr-2 {
    bottom: 27%;
}

.festival-list .curve-tl-3 {
    top: 50%;
    bottom: 0;
    transform: translate(-0%, -50%);
}

.festival-logo {
    position: relative;
    margin-bottom: 50px;
}

.gx-6 {
    --bs-gutter-x: 60px;
}

.festival-list .row.gx-6 {
    margin-bottom: 120px;
}

.festival-list .row.gx-6:last-child {
    margin-bottom: 20px;
}

.festival-list-box-img {
    position: relative;
    z-index: 1;
}

.festival-list-box-img img {
    width: calc(100% - 20px);
    height: 511px;
    object-fit: cover;
}

.festival-list-box-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: var(--colorBlue);
}
.fesival-list-cnt {
    position: relative;
}
.fesival-list-cnt h3 {
    font-size: 45px;
    font-weight: bold;
    color: var(--colorWhite);
    margin-bottom: 30px;
}

.fesival-list-cnt p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    line-height: 33px;
    margin-bottom: 30px;
}

.fesival-list-cnt .thm-btn:hover {
    background-color: var(--colorBlack);
}

/*-- End --*/
/*-- Start --*/
.festival-detail-main .page-banner-cnt::before {
    background-color: var(--colorWhite);
}

.festival-detail {
    padding: 100px 0 324px;
    background-color: var(--colorWhite);
}

.festival-detail-cnt {
    position: relative;
}

.festival-detail-cnt h3 {
    font-size: 35px;
    color: var(--colorBlack);
    margin-bottom: 30px;
}

.festival-detail-cnt p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorBlack);
    line-height: 33px;
    margin-bottom: 30px;
}

.competitive-events {
    position: relative;
    padding: 170px 0 100px;
    margin-top: -224px;
}

.competitive-events::before {
    content: "";
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorTheme);
}

.curve-festival {
    position: absolute;
    top: 0;
    width: 100%;
    height: 224px;
    background-image: url(../images/curve-festival.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.competitive-events .curve-tr {
    width: 27%;
    top: 218px;
}

.competitive-events .curve-tl-2 {
    width: 44%;
    top: 215px;
}

.competitive-events .curve-tl-3 {
    top: 38%;
    bottom: 0;
    transform: translate(-0%, -38%);
}

.competitive-events .curve-tr-2 {
    top: 35%;
    bottom: 0;
    transform: translate(-0%, -35%);
}

.competitive-events .sec-heading {
    position: relative;
}

.competitive-events .row.gx-6 {
    margin-bottom: 120px;
}

.competitive-events .row.gx-6:last-child {
    margin-bottom: 20px;
}

.competitive-events-box-img {
    position: relative;
    z-index: 1;
}

.competitive-events-box-img img {
    width: calc(100% - 20px);
    height: 766px;
    object-fit: cover;
}

.competitive-events-box-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: var(--colorBlue);
}

.competitive-events-cnt {
    position: relative;
}

.competitive-events-cnt h3 {
    font-size: 45px;
    font-weight: bold;
    color: var(--colorWhite);
    margin-bottom: 30px;
}

.competitive-events-cnt p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    line-height: 33px;
    margin-bottom: 30px;
}

.competitive-events-cnt .thm-btn:hover {
    background-color: var(--colorBlack);
}

/*-- End --*/
/*-- Start --*/
.involved-with {
    padding: 100px 0;
    position: relative;
    background-image: url(../images/involved-with.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.involved-with::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
}

.curve-involved {
    position: absolute;
    top: 0;
    width: 100%;
    height: 224px;
    background-image: url(../images/curve-involved.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.involved-with .sec-heading {
    position: relative;
}

.involved-with .sec-heading p {
    font-weight: 500;
}

.involved-with-cnt {
    position: relative;
}

.involved-with-cnt ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 50px;
}

.involved-with-cnt ul li {
    font-size: 24px;
    font-weight: 500;
    color: var(--colorWhite);
    margin-bottom: 20px;
    display: flex;
}

.involved-with-cnt ul li i {
    margin: 3px 15px 0 0;
}

.involved-with-cnt h2 {
    font-size: 45px;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 30px;
}

/*-- End --*/
/*-- Start --*/
.british-ecorally-main .page-banner-cnt::before {
    background-color: var(--colorWhite);
}

.ecorally-calendar {
    position: relative;
    padding: 170px 0 100px;
    margin-top: -224px;
}

.ecorally-calendar::before {
    content: "";
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorWhite);
}

.curve-ecorally {
    position: absolute;
    top: 0;
    width: 100%;
    height: 224px;
    background-image: url(../images/curve-ecorally.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ecorally-calendar .curve-tr {
    height: 98px;
    top: 210px;
}

.ecorally-calendar .curve-tl-2 {
    height: 263px;
    top: 150px;
}

.ecorally-calendar .curve-tr-2 {
    background-image: url(../images/curve-ftr-2.png);
    height: 55px;
    bottom: 150px;
}

.ecorally-calendar .sec-heading {
    position: relative;
}

.ecorally-calendar .sec-heading h2 {
    color: var(--colorTheme);
}

.ecorally-calendar-cnt {
    position: relative;
}

.ecorally-calendar-cnt img {
    margin-bottom: 50px;
}

.ecorally-calendar-cnt p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorBlack);
    line-height: 33px;
    margin-bottom: 30px;
}

.ecorally-calendar-cnt ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.ecorally-calendar-cnt ul li {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorBlack);
    line-height: 33px;
    margin-bottom: 30px;
}

.faqs {
    position: relative;
    padding: 170px 0 100px;
}

.faqs::before {
    content: "";
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorTheme);
}

.faqs .curve-tl-4 {
    top: 36%;
}

.faqs .curve-tr {
    top: 120px;
}

.faqs .curve-tr-3 {
    top: 25%;
}

.faqs .curve-tr-2 {
    bottom: 25%;
}

.faqs .sec-heading {
    position: relative;
}

.faqs .faqs-box {
    position: relative;
    margin-bottom: 50px;
}

.faqs-box h3 {
    font-size: 35px;
    font-weight: bold;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.faqs-box p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    line-height: 33px;
    margin-bottom: 30px;
}

.faqs-box .thm-btn:hover {
    background-color: var(--colorBlack);
}

.faqs .faqs-box:last-child {
    margin-bottom: 0;
}

.british-ecorally-main .curve-signup {
    background-image: url(../images/curve-signup-thm.png);
}

/*-- End --*/
/*-- Start --*/
.disabled-driver-scholarship-main .page-banner-cnt::before {
    background-color: var(--colorWhite);
}

.disabled-driver-video {
    position: relative;
    padding: 170px 0 100px;
    margin-top: -224px;
}

.disabled-driver-video::before {
    content: "";
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorWhite);
}

.disabled-driver-video .curve-tr {
    height: 98px;
    top: 210px;
}

.disabled-driver-video .curve-tl-2 {
    height: 263px;
    top: 150px;
}

.disabled-driver-video .curve-tr-2 {
    background-image: url(../images/curve-ftr-2.png);
    height: 55px;
    bottom: 70px;
}

.disabled-driver-video iframe {
    border-radius: 10px;
}

.the-prizes {
    position: relative;
    padding: 170px 0 100px;
}

.the-prizes::before {
    content: "";
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorTheme);
}

.the-prizes .curve-tr {
    top: 130px;
    height: 55px;
    background-image: url(../images/curve-ftr-2.png);
}

.the-prizes .curve-tr-2 {
    bottom: 50px;
    height: 156px;
}

.the-prizes .sec-heading {
    position: relative;
}

.the-prizes-cnt {
    position: relative;
}

.the-prizes-cnt p {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    line-height: 33px;
    margin-bottom: 30px;
}

.the-prizes-cnt ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.the-prizes-cnt ul li {
    font-size: 24px;
    font-family: "Prometo Regular";
    color: var(--colorWhite);
    line-height: 33px;
    margin-bottom: 20px;
}

.the-prizes-cnt .thm-btn {
    margin-top: 30px;
}

.the-prizes-cnt .thm-btn:hover {
    background-color: var(--colorBlack);
}

.previous-scholarship-winners {
    position: relative;
    padding: 170px 0;
}

.previous-scholarship-winners::before {
    content: "";
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorWhite);
}

.previous-scholarship-winners .curve-signup {
    background-image: url(../images/curve-signup-thm-2.png);
}

.previous-scholarship-winners .curve-tl-4 {
    top: unset;
    bottom: -20px;
}

.previous-scholarship-winners .curve-tr-2 {
    bottom: 140px;
}

.previous-scholarship-winners .sec-heading {
    position: relative;
}

.previous-scholarship-winners .sec-heading h2 {
    color: var(--colorTheme);
}

.previous-scholarship-winners-img {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 20px 20px 0;
}

.previous-scholarship-winners-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: var(--colorTheme);
}

.previous-scholarship-winners-img img {
    width: calc(100% - 20px);
    height: 288px;
    object-fit: cover;
}

.previous-scholarship-winners-cnt h3 {
    font-size: 35px;
    color: var(--colorTheme);
    margin-bottom: 20px;
}

.previous-scholarship-winners-cnt p {
    font-size: 24px;
    color: var(--colorBlack);
    margin-bottom: 30px;
}

.previous-scholarship-winners .owl-theme .owl-dots {
    text-align: left;
}

.previous-scholarship-winners .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.previous-scholarship-winners .owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    background: var(--colorWhite);
    border: 1px solid var(--colorTheme);
    transition: .4s;
    opacity: 1;
    margin: 5px;
    border-radius: 0;
}

.previous-scholarship-winners .owl-theme .owl-dots .owl-dot.active span {
    display: block;
    background: var(--colorTheme);
    transition: .4s;
    opacity: 1;
}

/*-- End --*/
/*-- Start Footer --*/
.footer {
    position: relative;
    background-color: var(--colorTheme);
    padding: 100px 0 0;
}

.curve-ftl {
    background-image: url(../images/curve-ftl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 103px;
    position: absolute;
    top: -7px;
    left: 0;
}

.curve-ftr {
    background-image: url(../images/curve-ftr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 60px;
    position: absolute;
    top: -23px;
    right: 0;
}

.curve-fb {
    background-image: url(../images/curve-fb.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 86px;
    position: absolute;
    left: 0;
    bottom: 55px;
}

.footer-cnt p {
    font-size: 20px;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.footer .social-link ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer .social-link ul li {
    margin-right: 20px;
}

.footer .social-link ul li a {
    font-size: 24px;
    color: var(--colorWhite);
}

.footer .social-link ul li:hover a {
    color: var(--colorBlue);
}

.footer-logo img {
    height: 76px;
    float: right;
}

.footer-btm {
    margin: 100px 0 0;
    padding: 20px 0;
    border-top: 1px solid var(--colorWhite);
    position: relative;
    z-index: 1;
}

.footer-btm p {
    font-size: 18px;
    color: var(--colorWhite);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.footer-btm p a {
    color: var(--colorWhite);
}

/*-- End Footer --*/
/*-- Start --*/
.wpcf7-list-item {
    margin: 0;
    display: unset;
}

/*-- End --*/