:root {
    --mainTheme: #c96c73;
    --colorWhite: #ffffff;
    --colorBlack: #242d3c;
    --colorBlackGrey: #535353;
    --colorText: #898787;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Futura PT Light";
}

/* p[align="center"][style*="font-size:12px"] {
    display: none !important;
} */

@font-face {
    font-family: "Futura PT Light";
    src: url("https://db.onlinewebfonts.com/t/7c9d8cabea7f4697dde2e98c001c5f2d.eot");
    src: url("https://db.onlinewebfonts.com/t/7c9d8cabea7f4697dde2e98c001c5f2d.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/7c9d8cabea7f4697dde2e98c001c5f2d.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/7c9d8cabea7f4697dde2e98c001c5f2d.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/7c9d8cabea7f4697dde2e98c001c5f2d.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/7c9d8cabea7f4697dde2e98c001c5f2d.svg#Futura PT Light")format("svg");
}

@font-face {
    font-family: "Futura PT Book";
    src: url("https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.eot");
    src: url("https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.svg#Futura PT Book")format("svg");
}

@font-face {
    font-family: "Futura PT Demi";
    src: url("https://db.onlinewebfonts.com/t/5bdac91b83b25ea168302ffbc40909de.eot");
    src: url("https://db.onlinewebfonts.com/t/5bdac91b83b25ea168302ffbc40909de.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/5bdac91b83b25ea168302ffbc40909de.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/5bdac91b83b25ea168302ffbc40909de.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/5bdac91b83b25ea168302ffbc40909de.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/5bdac91b83b25ea168302ffbc40909de.svg#Futura PT Demi")format("svg");
}

@font-face {
    font-family: "Lucida Bright V1";
    src: url("https://db.onlinewebfonts.com/t/825a2395154f2a944b653bcb7839dd27.eot");
    src: url("https://db.onlinewebfonts.com/t/825a2395154f2a944b653bcb7839dd27.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/825a2395154f2a944b653bcb7839dd27.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/825a2395154f2a944b653bcb7839dd27.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/825a2395154f2a944b653bcb7839dd27.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/825a2395154f2a944b653bcb7839dd27.svg#Lucida Bright V1")format("svg");
}

.rally-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    vertical-align: middle;
    border: 2px solid var(--mainTheme);
    background-color: var(--colorWhite);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
    border-radius: .25em;
}


.rally-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.rally-checkbox .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    background-color: #ffffff;
    border: none;
    padding: 0;
}

.rally-checkbox .wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    vertical-align: middle;
    border: 2px solid var(--mainTheme);
    background-color: var(--colorWhite);
    margin-right: 12px;
    border-radius: .25em;


}

.rally-checkbox input:checked+.wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 2px;
    width: 20px;
    height: 38px;
    background-image: url(../images/check-thm.svg);
    background-repeat: no-repeat;
    background-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lucida Bright V1";
}

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;
}

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

.thm-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorBlackGrey);
    text-transform: uppercase;
    border: 1px solid var(--colorBlackGrey);
    background-color: transparent;
    padding: 11px 29px;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    min-width: 218px;
}

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

.thm-btn-1 {
    font-size: 21px;
    font-weight: 600;
    color: var(--colorBlackGrey);
    text-transform: uppercase;
    border: 1px solid var(--colorBlackGrey);
    background-color: transparent;
    padding: 15px 30px;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    min-width: 288px;
}

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

.thm-btn-2 {
    font-size: 21px;
    font-weight: 600;
    color: var(--colorWhite);
    text-transform: uppercase;
    border: 1px solid var(--colorWhite);
    background-color: var(--colorBlack);
    padding: 15px 30px;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    min-width: 288px;
}

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

/*-- Start Header --*/
.header {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 15px 50px;
    /* background-image: url(../images/header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; */
    background: linear-gradient(-180deg, rgb(36 45 60 / 80%) 0%, rgb(51 66 91 / 80%) 100%);
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    /* background: linear-gradient(180deg, rgba(36,45,60,1) 22%, rgb(36 45 60 / 0%) 100%); */
    background: linear-gradient(-180deg, rgb(36 45 60 / 80%) 0%, rgb(51 66 91 / 80%) 100%);
}

.header-logo {
    margin: 0 auto;
}

.header-logo img {
    filter: brightness(0) invert(1);
    height: 116px;
}

.rallies-main .header-logo img {
    filter: brightness(0) invert(1);
    height: 116px;
}

.rallies-main .header-sticky.is-sticky .header-logo img {
    filter: brightness(0) invert(1);
}

/* .rallies-main .header-social ul li a i {
    color: var(--colorBlack);
}
.rallies-main .sidebar-menu .openbtn {
    color: var(--colorBlack);
} */
.rallies-main .header-sticky.is-sticky .header-social ul li a i {
    color: var(--colorWhite);
}

.rallies-main .header-sticky.is-sticky .sidebar-menu .openbtn {
    color: var(--colorWhite);
}

/* .header-sticky.is-sticky .header-logo img {
    height: 80px;
} */
.sidebar-menu .sidepanel {
    position: fixed;
    z-index: 3;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(36 45 60 / 95%);
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 0 8px 0 #9b9b9b;
}

.sidebar-menu .sidepanel a.closebtn i {
    text-decoration: none;
    font-size: 36px;
    color: var(--colorWhite);
    display: block;
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu .close-box {
    padding: 30px 209px 30px 140px;
    border-right: 1px solid rgb(255 255 255 / 30%);
    width: fit-content;
}

.sidebar-menu .sidepanel .closebtn {
    font-size: 30px;
    font-family: "Lucida Bright V1";
    color: var(--colorWhite);
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu .sidepanel .closebtn:hover,
.sidebar-menu .sidepanel .closebtn:hover i {
    color: var(--mainTheme);
}

.sidebar-menu .openbtn {
    float: left;
    background-color: transparent;
    font-size: 18px;
    color: var(--colorWhite);
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    padding: 0;
}

.sidebar-menu .openbtn:hover {
    color: var(--mainTheme);
}

.sidebar-menu .openbtn i {
    margin-right: 15px;
}

.sidebar-menu .navbar {
    padding: 80px 0 80px 128px;
    border-right: 1px solid rgb(255 255 255 / 30%);
    width: fit-content;
    min-height: 623px;
}

.sidebar-menu .navbar-nav .nav-item {
    margin-bottom: 25px;
}

.sidebar-menu .navbar-nav .nav-item .nav-link {
    font-size: 30px;
    font-family: "Lucida Bright V1";
    color: var(--colorWhite);
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-right: 80px;
}

.sidebar-menu .navbar-nav .nav-item .nav-link:after {
    content: "";
    background-color: transparent;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 30px;
    margin-right: -100%;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu .navbar-nav .nav-item .nav-link:hover {
    color: var(--mainTheme);
}

.sidebar-menu .navbar-nav .nav-item .nav-link.active {
    color: var(--mainTheme);
}

.sidebar-menu .navbar-nav .nav-item .nav-link:hover:after {
    background-color: rgb(255 255 255 / 30%);
}

/* .sidebar-menu .dropdown:hover .dropdown-menu {
    display: block;
} */

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

.sidebar-menu .dropdown:hover .nav-link {
    color: var(--mainTheme);
}

.sidebar-menu .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 0;
    padding-left: 421px;
    top: 50%;
    transform: translate(-0%, -38%);
    background-color: transparent;
    border: none;
    margin-top: 0;
}

.sidebar-menu .dropdown-menu li {
    padding-bottom: 25px;
}

.sidebar-menu .dropdown-toggle::after {
    border: none;
    margin-left: 0;
}

.sidebar-menu .dropdown-item {
    padding: 0 0 0 15px;
    position: relative;
    font-size: 30px;
    font-family: "Lucida Bright V1";
    color: var(--colorWhite);
}

.sidebar-menu .dropdown-menu li:hover .dropdown-item {
    color: var(--mainTheme);
}

.sidebar-menu .dropdown-item:after {
    content: "";
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translate(-0%, -50%);
    width: 90px;
    height: 1px;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu .dropdown-menu li:hover .dropdown-item:after {
    background-color: rgb(255 255 255 / 30%);
}

.sidebar-menu .dropdown-item:focus,
.sidebar-menu .dropdown-item:hover {
    color: var(--mainTheme);
    background-color: transparent;
}

.header-contact {
    padding: 30px 140px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    display: flex;
    flex-wrap: wrap;
}

.header-contact-box {
    margin-right: 90px;
}

.header-contact .header-contact-box:last-child {
    margin-right: 0;
}

.header-contact-box h6 {
    font-size: 30px;
    color: var(--colorWhite);
    margin-bottom: 0;
}

.header-contact-box a {
    font-size: 30px;
    font-family: "Futura PT Light";
    color: var(--colorWhite);
}

.header-contact-box p {
    font-size: 30px;
    font-family: "Futura PT Light";
    color: var(--colorWhite);
    line-height: normal;
    margin-bottom: 0;
}

.header-social ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    justify-content: end;
}

.header-social ul li {
    margin-right: 30px;
    cursor: pointer;
}

.header-social ul li a i {
    font-size: 23px;
    color: var(--colorWhite);
}

.header-social ul li:hover {
    background-color: var(--mainColor);
}

.header-social ul li a:hover i {
    color: var(--mainTheme);
    transition: all 0.4s ease-in-out;
}

.header-social ul li:last-child {
    margin-right: 0px;
}

.header .navbar .header-social {
    display: none;
}

.header .mobile-menu {
    display: none;
}

/*-- End Header --*/

/*-- Start --*/
.rally-nav-mobile {
    display: none;
    text-align: center;
}

.rally-nav-mobile .open-btn {
    background-color: transparent;
    font-size: 18px;
    color: var(--colorWhite);
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    padding: 0;
}

.rally-nav-mobile .open-btn i {
    margin-right: 15px;
}

.rally-nav-mobile .rally-nav-pop {
    position: fixed;
    z-index: 3;
    width: 0;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(36 45 60 / 95%);
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 0 8px 0 #9b9b9b;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rally-nav-pop ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.rally-nav-pop ul li {
    padding: 15px;
    width: fit-content;
    margin: 0 auto;
}

.rally-nav-pop ul li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorWhite);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rally-nav-pop ul li a:hover {
    color: var(--mainTheme);
}

/*-- End --*/

/*-- Start Home Slider --*/
.main-slider {
    position: relative;
    overflow: hidden;
}

.main-slider .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/*.main-slider .owl-carousel .item .slide-bg {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    align-items: center;
}*/
.main-home-video {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 100vh;
}

.uvodna__bg-video {
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover;
}

.home-img-mobile {
    display: none;
}

.scrolldown img {
    width: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    margin-bottom: 30px;
    z-index: 1;
    margin: 0 auto;
}

.home-video iframe {}

/*-- End Home Slider --*/

/*-- Start --*/
.epic-adventures {
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
    background-color: #f8f4f4;
}

.epic-adventures .watermark-logo-left {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: -14%;
    top: -4%;
    bottom: 0px;
    width: 64%;
    transform: rotate(-18deg);
    height: 77%;
}

.sec-heading {
    position: relative;
    z-index: 0;
}

.sec-heading h2 {
    font-size: 45px;
    color: var(--mainTheme);
    margin-bottom: 40px;
}

.sec-heading p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorText);
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 280px;
}

.epic-adventures .sec-heading h2 {
    font-size: 32px;
    color: var(--colorBlack);
    line-height: unset;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.epic-adventures .sec-heading p {
    font-size: 34px;
    font-weight: 500;
    color: var(--colorBlack);
    line-height: normal;
    margin-bottom: 30px;
    padding: 0 55px;
}

.epic-adventures .sec-heading h6 {
    font-size: 30px;
    font-style: italic;
    color: var(--mainTheme);
    margin-bottom: 0;
}

.upcoming-rallies {
    padding: 35px 0px 120px 40px;
    position: relative;
}

.upcoming-rallies .sec-heading h2 {
    font-size: 45px;
    color: var(--mainTheme);
    text-transform: lowercase;
    letter-spacing: 0px;
    margin-bottom: 76px;
}

.upcoming-rallies .sec-heading h2:first-letter {
    text-transform: uppercase;
}

.upcoming-rallies-box {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.upcoming-rallies-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50%;
}

.upcoming-rallies-cnt {
    padding: 20px;
    text-align: center;
}

.upcoming-rallies-cnt span {
    font-size: 18px;
    font-weight: 600;
    font-family: "Lucida Bright V1";
    color: #595959;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.upcoming-rallies-cnt h6 {
    font-size: 24px;
    color: var(--mainTheme);
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    min-height: 57px;
}

.upcoming-rallies-cnt p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorBlack);
    line-height: normal;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 116px;
    text-align: center;
}

.upcoming-rallies-btn {
    text-align: center;
    margin-top: auto;
}

.upcoming-rallies .slick-slider {
    position: static;
}

.upcoming-rallies .slick-initialized .slick-slide {
    width: 373px;
    margin: 0 22px;
}

.upcoming-rallies .slick-slide:not(.slick-active) {
    opacity: 0.4;
}

.upcoming-rallies .slick-prev {
    left: 70px;
    top: 30%;
    transform: translate(-0%, -0%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid var(--colorBlack);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.upcoming-rallies .slick-prev.slick-arrow.slick-disabled {
    opacity: .25;
}

.upcoming-rallies .slick-prev:hover {
    background-color: var(--colorBlack);
}

.upcoming-rallies .slick-prev::before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--colorBlack);
}

.upcoming-rallies .slick-prev:hover::before {
    color: var(--colorWhite);
}

.upcoming-rallies .slick-next {
    right: 70px;
    top: 30%;
    transform: translate(-0%, -0%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid var(--colorBlack);
    display: flex;
    align-items: center;
    justify-content: center;
}

.upcoming-rallies .slick-next:hover {
    background-color: var(--colorBlack);
}

.upcoming-rallies .slick-next::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--colorBlack);
}

.upcoming-rallies .slick-next:hover::before {
    color: var(--colorWhite);
}

.view-all-rallies {
    margin: 100px 0 0;
}

/*-- End --*/

/*-- Start --*/
.featured-video {
    padding: 100px 0 0;
    background-color: var(--colorBlack);
}

.featured-video .sec-heading h2 {
    font-size: 45px;
    color: #f8f4f4;
    margin-bottom: 100px;
}

.featured-video .sec-heading p {
    font-size: 22px;
    font-weight: 500;
    color: #f8f4f4;
    line-height: 30px;
    margin-bottom: 100px;
    padding: 0 386px;
    opacity: 0.5;
}

.more-videos {
    padding: 100px 0;
}

/*-- End --*/

/*-- Start --*/
.previous-rallies {
    padding: 180px 0 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
}

.previous-rallies::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/previous-rallies-layer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
}

.previous-rallies .sec-heading h2 {
    font-size: 45px;
    color: var(--colorWhite);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.previous-rallies .sec-heading a:hover h2 {
    color: var(--mainTheme);
    transition: all 0.4s ease-in-out;
}

.previous-rallies .sec-heading p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 16px;
    padding: 0 221px 0 0;
    position: relative;
    z-index: 1;
}

.previous-rallies-logo {
    margin-top: 150px;
    position: relative;
    z-index: 1;
}

.previous-rallies-logo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.previous-rallies-logo ul li {
    flex: 0 0 auto;
    width: 20%;
    padding-right: 15px;
    margin: 0 0 20px 0;
}

/*-- End --*/

/*-- Start --*/
.testimonial {
    padding: 100px 0;
    background-color: var(--colorBlack);
    position: relative;
}

.testimonial-box img {
    float: left;
    margin-right: 60px;
}

.testimonial-cnt {
    display: table;
}

.testimonial-cnt h3 {
    font-size: 25px;
    font-style: italic;
    color: #f8f4f4;
    line-height: 40px;
    overflow: hidden;
    margin-right: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testimonial-cnt .client-name {
    font-size: 30px;
    color: var(--mainTheme);
    display: inline-block;
}

.testimonial-cnt span {
    font-size: 22px;
    color: #f8f4f4;
    opacity: 0.5;
    display: block;
}

.testimonial .slick-slider {
    position: static;
}

.testimonial .slick-initialized .slick-slide {
    margin: 0 15px;
}

.testimonial .slick-slide:not(.slick-active) {
    opacity: 0.4;
}

.testimonial .slick-prev {
    left: auto;
    right: 311px;
    top: 50%;
    width: 59px;
    z-index: 1;
}

.testimonial .slick-next {
    right: 235px;
    top: 50%;
    width: 59px;
    z-index: 1;
}

.testimonial .slick-next::before {
    content: url(../images/right-arrow-white.png);
}

.testimonial .slick-prev::before {
    content: url(../images/left-arrow-white.png);
}

/*-- End --*/

/*-- Start --*/
.latest-news {
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
    background-color: #f8f4f4;
}

.watermark-logo-right {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    right: -175px;
    top: -20px;
    bottom: 0;
    width: 50%;
    height: 79%;
    transform: rotate(18deg);
}

.latest-news .sec-heading h2 {
    font-size: 45px;
    color: var(--mainTheme);
    margin-bottom: 25px;
}

.latest-news .sec-heading p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorText);
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 386px;
}

.latest-news-list {
    padding: 80px 0px 120px 30px;
    position: relative;
}

.latest-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50%;
}

.latest-news-cnt {
    padding: 40px;
    background-color: var(--colorBlack);
    position: relative;
}

.latest-news-cnt:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--colorBlack);
    clear: both;
}

.latest-news-cnt h6 {
    font-size: 24px;
    color: var(--colorWhite);
    margin-bottom: 30px;
    min-height: 144px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all 0.4s ease-in-out;
}

.latest-news-cnt span {
    font-size: 14px;
    font-style: italic;
    color: #666666;
    display: block;
}

.latest-news-box:hover .latest-news-cnt h6 {
    color: var(--mainTheme);
}

.latest-news-list .slick-slider {
    position: static;
}

.latest-news-list .slick-initialized .slick-slide {
    width: 390px;
    margin: 0 15px;
}

.latest-news-list .slick-slide:not(.slick-active) {
    opacity: 0.4;
}

.latest-news-list .slick-prev {
    left: 70px;
    top: 35%;
    transform: translate(-0%, -0%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid var(--colorBlack);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.latest-news-list .slick-prev.slick-arrow.slick-disabled {
    opacity: .25;
}

.latest-news-list .slick-prev:hover {
    background-color: var(--colorBlack);
}

.latest-news-list .slick-prev::before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--colorBlack);
}

.latest-news-list .slick-prev:hover::before {
    color: var(--colorWhite);
}



.latest-news-list .slick-next {
    right: 70px;
    top: 35%;
    transform: translate(-0%, -0%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid var(--colorBlack);
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-news-list .slick-next:hover {
    background-color: var(--colorBlack);
}

.latest-news-list .slick-next::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--colorBlack);
}

.latest-news-list .slick-next:hover::before {
    color: var(--colorWhite);
}

.all-news {
    margin: 100px 0 0;
}

/*-- End --*/

/*-- Start --*/
.never-rallied {
    padding: 180px 0;
    /* margin-bottom: 100px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
}

.never-rallied::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 70%) 0%, rgba(255, 255, 255, 0.17) 70%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
}

.never-rallied .sec-heading h2 {
    font-size: 45px;
    color: var(--colorWhite);
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.never-rallied .sec-heading p {
    font-size: 30px;
    font-weight: 500;
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 25px;
    padding: 0 355px 0 0;
    position: relative;
    z-index: 1;
}

.never-rallied .thm-btn-1 {
    font-size: 18px;
    margin-top: 15px;
    margin-right: 30px;
    border-color: var(--colorWhite);
    color: var(--colorWhite);
    position: relative;
    z-index: 1;
}

.never-rallied .thm-btn-1:hover {
    background-color: var(--mainTheme);
    border-color: var(--mainTheme);
}

/*-- End --*/

/*-- Start --*/
.social-channels {
    padding: 100px 0;
    /* background-color: #f8f4f4; */
    position: relative;
    z-index: 0;
}

.social-channels .sec-heading h2 {
    font-size: 45px;
    color: var(--mainTheme);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

/*-- End --*/

/*-- Start --*/
.carrera-france {
    width: 100%;
    text-align: center;
    margin-bottom: -1px;
}

/*-- End --*/

/*-- Start --*/
.rally-event-slider {
    position: relative;
}

.rally-event-slider .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.rally-event-slider .owl-carousel .item .slide-bg {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.rally-event-slider.rally-event .owl-carousel .item .slide-bg {
    min-height: 65vh;
}

/*-- End --*/

/*-- Start --*/
.rally-event-top {
    padding: 200px 0 0px;
    position: relative;
}

.rally-event-top .col-6 {
    margin: 0 auto;
}

.rally-event-top-cnt {
    margin-left: 24px;
}

.rally-event-top-cnt h3 {
    font-size: 30px;
    color: var(--mainTheme);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.rally-event-top-cnt span {
    font-size: 24px;
    font-family: "Lucida Bright V1";
    color: var(--colorBlack);
    display: inline-block;
    margin-bottom: 0px;
}

.rally-event-top-cnt p {
    font-size: 24px;
    font-family: "Lucida Bright V1";
    color: var(--colorText);
    margin-bottom: 0px;
}

.rally-event-top-img img:nth-child(2) {
    display: none;
}

.completed-rally {
    background-color: #f9b450;
    position: relative;
    z-index: 0;
}

.completed-rally h4 {
    font-size: 45px;
    color: var(--colorBlack);
    margin-right: 30px;
    margin-bottom: 0;
}

.completed-rally a {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-right: 25px;
}

.completed-rally a:hover {
    color: var(--mainTheme);
}

.completed-rally-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 10%;
    margin-left: auto;
}

/*-- End --*/

/*-- Start --*/
.rally-navigation {
    position: sticky;
    top: 146px;
    background-color: var(--colorBlack);
    padding: 12px 0;
    font-size: 20px;
    z-index: 1;
}

.rally-navigation-link {
    /*position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 100%;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    scrollbar-color: var(--scrollbar-color, #ffffff) var(--scrollbar-bg, #062f1a);
    scrollbar-width: thin;*/
    overflow-x: auto;
}

.rally-navigation-link ul {
    /*align-items: center;
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;*/
    width: fit-content;
    margin: auto;
    padding: 0;
    text-align: center;
    overflow-x: hidden;
    display: flex;
}

.rally-navigation-link ul li {
    /*flex-shrink: 0;
    padding: 12px 0;
    margin-right: 90px;*/
    margin: auto;
    text-align: center;
    display: inline-block;
    list-style: none;
    padding: 12px 0;
    margin-right: 90px;
    width: max-content;
}

.rally-navigation-link ul li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorWhite);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rally-navigation-link ul li a:hover {
    color: var(--mainTheme);
}

.rally-navigation-link ul li a.active {
    color: var(--mainTheme);
}

.rally-navigation-link ul li:last-child {
    margin-right: 0;
}

.rally-navigation-link::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: gray;
}

.rally-navigation-link::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.rally-navigation-link::-webkit-scrollbar-thumb {
    background: #888;
}

.rally-navigation-link::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.rally-navigation-link::-webkit-scrollbar-thumb:horizontal {
    background: #c96c73;
}

/*-- End --*/

/*-- Start --*/
.carrera-bavaria {
    padding: 40px 0 10px;
    background-color: #f7f7f7;
    position: relative;
    z-index: 0;
}

.carrera-bavaria .sec-heading h3 {
    font-size: 45px;
    color: var(--colorBlack);
    margin-bottom: 0px;
}

.carrera-bavaria .sec-heading span {
    font-size: 24px;
    font-family: "Lucida Bright V1";
    color: var(--colorBlack);
    display: inline-block;
    margin-bottom: 30px;
}

.carrera-bavaria .sec-heading p {
    font-size: 24px;
    font-family: "Lucida Bright V1";
    color: var(--mainTheme);
    margin-bottom: 30px;
}

/*-- End --*/

/*-- Start --*/
.carrera-bavaria-count {
    padding: 60px 0;
    background-color: #fafafa;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.carrera-bavaria-count .large-logo {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: -188px;
    top: -221px;
    bottom: -316px;
    width: 40%;
    transform: rotate(18deg);
}

.carrera-bavaria-count .container {
    max-width: 1600px;
}

.counter-box h6 {
    font-size: 24px;
    font-family: "Lucida Bright V1";
    color: var(--colorBlack);
    margin-bottom: 15px;
}

.counter-box .counter {
    font-size: 45px;
    font-family: "Lucida Bright V1";
    color: var(--mainTheme);
    line-height: normal;
    margin-bottom: 3px;
}

.counter-box .counter-word {
    font-size: 22px;
    font-family: "Lucida Bright V1";
    color: var(--mainTheme);
    margin: 24px 0 0;
}

.counter-box p {
    font-size: 18px;
    color: var(--colorBlack);
    margin-bottom: 0;
}

.counter-box .counter-btm-txt {
    margin: 22px 0 0;
}
.carrera-bavaria-list {
    position: relative;
}

.carrera-bavaria-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
}

.carrera-bavaria-list ul li {
    /*flex: 0 0 auto;
    width: 20%;*/
    flex: 1 1 calc(16.66%);
    text-align: center;
    border-right: 1px solid #81aadf;
    padding: 0 16px;
}

.carrera-bavaria-list ul li:first-child {
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.carrera-bavaria-list ul li:last-child {
    border-right: none;
}

.carrera-bavaria-list ul li img {
    width: 75%;
}

/*-- End --*/

/*-- Start --*/
.videos {
    padding: 254px 0;
}

.videos .sec-heading h2 {
    font-size: 30px;
    color: #f7f7f7;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

/*-- End --*/

/*-- Start --*/
.photos {
    padding: 226px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
}

.photos .sec-heading h2 {
    font-size: 30px;
    color: #c96c73;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.photos .row .col-lg-3 {
    padding: 0;
}

.photos-box {
    position: relative;
}

.photos-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.photos-box img {
    transition: all 0.4s ease;
}

.photos-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(34 34 34 / 30%);
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 2;
}

.photos-box:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.photos-box:hover .photos-img:before {
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
    -webkit-transform: scaleY(1) translateZ(0px);
}

.photos-cnt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photos-cnt i {
    font-size: 40px;
    color: var(--colorWhite);
}

.photos-box:hover .photos-cnt {
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 100ms;
    opacity: 1;
}

.photos-btm-cnt {
    margin: 0 auto;
    max-width: 621px;
    padding: 70px 0 0;
}

.photos-btm-cnt p {
    font-size: 24px;
    font-family: "Lucida Bright V1";
    color: var(--mainTheme);
    margin-bottom: 30px;
}

/*-- End --*/

/*-- Start --*/
.video-graphy-highlight {
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    padding-top: 100px;
}

.video-graphy-highlight .vc_custom_1573133502193 {
    padding: 0 !important;
    background-color: #ffffff !important;
}

.video-graphy-highlight .vc_custom_1573134219045 {
    padding: 0 !important;
}

.video-graphy-highlight .vc_custom_1709136893161 {
    padding: 0 !important;
    margin-bottom: 100px;
}

.video-graphy-highlight .ivan-custom-wrapper {
    margin-bottom: 0px;
}

.video-graphy-highlight .sec-heading {
    padding-bottom: 50px;
}

.video-graphy-highlight .sec-heading h3 {
    font-size: 45px;
    color: var(--mainTheme);
    margin-bottom: 50px;
}

.video-graphy-highlight .sec-heading p {
    font-size: 22px;
    color: var(--colorBlack);
}

.video-graphy-highlight .row .col-lg-3 {
    padding: 0;
}

/*-- End --*/

/*-- Start --*/
.rally-reports {
    padding: 226px 0;
    background-color: #f7f7f7;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.rally-reports .large-logo {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: -1;
    right: -200px;
    top: 5%;
    bottom: 0;
    width: 59%;
    height: 71%;
    transform: rotate(18deg);
}

.rally-reports img {
    margin-bottom: 30px;
}

.rally-reports .sec-heading h2 {
    font-size: 30px;
    color: #c96c73;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.rally-reports .brochure-btn {
    margin: 90px 0 0;
}

/*-- End --*/

/*-- Start --*/
.rally-results {
    padding: 226px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
}

.rally-results .sec-heading h2 {
    font-size: 30px;
    color: #c96c73;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

/*-- End --*/

/*-- Start --*/
.request-entry {
    padding: 226px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
}

.request-entry::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 70%) 0%, rgba(255, 255, 255, 0.17) 70%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
}

.request-entry .sec-heading h2 {
    font-size: 45px;
    color: var(--colorWhite);
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.request-entry .sec-heading p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 25px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.request-entry .thm-btn-1 {
    margin-top: 15px;
    border-color: var(--colorWhite);
    color: var(--colorWhite);
    position: relative;
    z-index: 1;
}

.request-entry .thm-btn-1:hover {
    background-color: var(--mainTheme);
    border-color: var(--mainTheme);
}

/*-- End --*/

/*-- Start --*/
.entry-list {
    padding: 226px 0;
    background-color: #f7f7f7;
    position: relative;
    z-index: 0;
}

.entry-list .sec-heading h2 {
    font-size: 30px;
    color: #c96c73;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.entry-list table thead tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 1px solid #bdc0c4;
}

.entry-list table thead tr th {
    background-color: transparent;
    border-bottom: 0;
    padding: 10px 0px;
    /* font-size: 22px; */
    font-size: 20px;
    font-family: "Futura PT Demi";
    color: rgb(36 45 60 / 70%);
}

.entry-list table tbody tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 0;
}

.entry-list table tbody tr td {
    background-color: transparent;
    border-bottom: 0;
    padding: 10px 0px;
    /* font-size: 15px; */
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    width: 10%;
    min-width: 129px;
}

.entry-list table tbody tr td:nth-child(2) {
    width: 41%;
}

.entry-list table tbody tr td:nth-child(3) {
    width: 31%;
}

.entry-list table tbody tr td:nth-child(4),
.entry-list table tbody tr td:nth-child(5),
.entry-list table tbody tr td:last-child {
    width: 6%;
    min-width: 97px;
}

/*-- End --*/

/*-- Start --*/
.rally-event-p-top {
    padding: 224px 0 0 0;
    margin-top: -218px;
}

.rally-event-map {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1269px;
}

.rally-event-map .g-5 {
    --bs-gutter-x: 100px;
    --bs-gutter-y: 0;
}

.rally-event-map-cnt {
    padding: 160px 50px 50px;
    background-color: rgb(36 45 60 / 70%);
}

.rally-event-map-cnt p {
    font-size: 24px;
    font-family: "Lucida Bright V1";
    font-weight: 500;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.rally-event-map-cnt p:last-child {
    margin-bottom: 0;
}

.rally-event-map-cnt .thm-btn-1 {
    margin-top: 20px;
    color: var(--colorWhite);
    border: 1px solid var(--colorWhite);
}

.rally-event-map-cnt .thm-btn-1:hover {
    border-color: var(--mainTheme);
}

.rally-event-map-box {
    margin-top: 50px;
}

/* .rally-event-map-box img {
    background-color: #152846;
    border: 15px dashed #fdbc46;
}  */
.rally-event-video-box {
    position: relative;
    z-index: 1;
}

.rally-event-video-box:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 30px;
    left: 0;
    width: calc(100% + 30px);
    height: 100%;
    background-color: var(--mainTheme);
}

.rally-event-video-box .ratio {
    box-shadow: 18px 34px 38px rgb(0 0 0 / 20%);
}

.rally-event-video-box .rally-event-video-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37.1%;
    box-shadow: 18px 34px 38px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 2;
}

.rally-event-video-cnt {
    max-width: 660px;
    padding: 50px 0px 50px 115px;
}

.rally-event-video-cnt p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

/*-- End --*/

/*-- Start --*/
.brochure {
    background-color: var(--colorWhite);
    padding: 226px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.brochure .brochure-btn {
    margin: 90px 0 182px;
}

.brochure .large-logo {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: 0;
    right: -175px;
    top: 0px;
    width: 60%;
    height: 88%;
    transform: rotate(18deg);
    z-index: -1;
}

/*-- End --*/

/*-- Start --*/
.recce-report {
    padding: 226px 0;
    background-color: var(--colorBlack);
    position: relative;
    z-index: 0;
}

.recce-report .sec-heading h2 {
    color: var(--colorWhite);
}

.recce-report .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    height: 277px;
}

.recce-report .thm-btn-1 {
    margin-top: 50px;
    border-color: var(--colorWhite);
    color: var(--colorWhite);
    margin-right: 30px;
}

.recce-report .thm-btn-1:hover {
    background-color: var(--mainTheme);
    border-color: var(--mainTheme);
}

/*-- End --*/

/*-- Start --*/
.w-10 {
    --bs-modal-width: 1050px;
}

.custom-modal .close {
    position: absolute;
    z-index: 10000;
    width: 40px;
    height: auto;
    line-height: 30px;
    text-shadow: none;
    border: none;
    opacity: 1;
    top: 0px;
    right: 0px;
    font-size: 22px;
    font-weight: unset;
    color: var(--colorWhite);
    border-radius: 0 5px 0 0;
    background-color: var(--mainTheme);
}

.custom-modal .modal-body {
    padding: 30px;
}

.custom-modal .requesting-cnt h2 {
    font-size: 38px;
    color: var(--colorBlack);
    margin-bottom: 20px;
}

.custom-modal .requesting-cnt p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorText);
    margin-bottom: 20px;
}

.requesting-form .nf-field-container {
    margin-bottom: 20px;
}

.requesting-form .nf-form-cont .one-half {
    width: 47.6%;
    margin-left: 2.4%;
    float: right;
}

.requesting-form .one-half.first {
    margin-left: 0;
    float: left;
} 

.requesting-form .nf-form-fields-required {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorText);
    margin-bottom: 10px;
}

.requesting-form .fields-required span {
    color: #e80000;
}

.requesting-form .ninja-forms-field {
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d;
    padding: 15px 10px;
    border: 1px solid #e7e7e7;
    background-color: #e7e7e7;
    border-radius: .25em;
}

.requesting-form .ninja-forms-field:focus {
    border: 1px solid #bdc0c4;
}

.requesting-form input::-webkit-input-placeholder {
    color: #2d2d2d !important;
}

.requesting-form input:focus::-webkit-input-placeholder {
    color: #2d2d2d !important;
}

.requesting-form input::-moz-placeholder {
    color: #2d2d2d !important;
}

.requesting-form input:focus::-moz-placeholder {
    color: #2d2d2d !important;
}

.requesting-form input:-ms-input-placeholder {
    color: #2d2d2d !important;
}

.requesting-form input:focus:-ms-input-placeholder {
    color: #2d2d2d !important;
}

.requesting-form .textarea-container {
    padding-top: 20px;
}

.requesting-form .recaptcha-container .nf-before-field {
    display: none;
}
.requesting-form .recaptcha-container .nf-field-label {
    display: none;
}

.requesting-form p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorText);
    margin-bottom: 0px;
}

.requesting-form .form-check {
    margin-bottom: 10px;
    display: flex;
    padding-left: 3px;
}

.requesting-form .form-check p label {
    font-size: 16px;
}

.requesting-form .form-check p {
    margin-bottom: 5px;
}

.requesting-form .checkbox-container {
    margin-left: 0;
}

.requesting-form .nf-field-container.checkbox-container.label-right.one-half {
    width: 100%;
    margin-left: 0;
} 

.requesting-form .nf-field-container.checkbox-container {
    margin-bottom: 2px;
}


.requesting-form .checkbox-wrap .ninja-forms-field {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    vertical-align: middle;
    border: 2px solid var(--mainTheme);
    background-color: var(--colorWhite);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    appearance: none;
    margin-right: 12px;
    padding: 0;
    border-radius: .25em;
}

.requesting-form .nf-checked {
    background-color: var(--colorWhite);
    border-color: var(--mainTheme);
}

.requesting-form .nf-checked {
    background-image: url(../images/check-thm.svg);
}

.requesting-form .nf-field-label label {
    font-size: 18px;
    font-family: "Futura PT Light";
    font-weight: 500;
    color: var(--colorText);
    margin-left: 12px;
    margin-bottom: 0;
}

.requesting-form .nf-checked-label span {
    color: #e80000;
}

.requesting-form a {
    font-size: 22px;
    font-weight: 600;
    color: var(--mainTheme);
    margin-bottom: 15px;
    display: block;
}

.requesting-form .submit-wrap .ninja-forms-field {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorBlackGrey);
    text-transform: uppercase;
    border: 1px solid var(--colorBlackGrey);
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    min-width: auto;
}

.requesting-form .submit-wrap .ninja-forms-field:hover {
    color: var(--colorWhite);
    background-color: var(--mainTheme);
    border-color: var(--mainTheme);
    transition: all 0.4s ease-in-out;
}

/*-- End --*/

/*-- Start --*/
.page-banner {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 65vh;
}

.about {
    background-color: var(--colorBlack);
    padding: 65px 0 0;
    position: relative;
    z-index: 0;
}

.about .row .col-lg-5 {
    width: 48%;
}

.about .row .col-lg-7 {
    width: 52%;
}

.about-left-cnt {
    float: right;
    max-width: 530px;
    padding: 50px 140px 50px 0;
}

.about-left-cnt p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.about-left-cnt p:last-child {
    margin-bottom: 0;
}

.about-box-left {
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}

.about-box-left:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: calc(100% + 30px);
    height: 100%;
    background-color: var(--mainTheme);
    z-index: 0;
}

.about-box-left .about-box-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37.1%;
    box-shadow: 18px 34px 38px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 2;
}

.about-right-cnt {
    max-width: 660px;
    float: left;
    padding: 50px 0 50px 120px;
}

.about-right-cnt h2 {
    font-size: 45px;
    color: #f8f4f4;
    margin-bottom: 25px;
}

.about-right-cnt p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.about-right-cnt p:last-child {
    margin-bottom: 0;
}

.about-right-cnt ul {
    padding: 0;
    margin: 0;
}

.about-right-cnt ul li {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorWhite);
}

.about-right-cnt ul li::marker {
    content: '- ';
    font-size: 22px;
}

.about-right-cnt ul li ul {
    margin: 0;
    padding-left: 30px;
    list-style-type: circle;
}

.about-right-cnt ul li ul li {
    padding-left: 25px;
}

.about-right-cnt ul li ul li::marker {
    content: "\f111";
    font-size: 10px;
    font-family: "Font Awesome 6 Free";
}

.about-box-right {
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}

.about-box-right:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 30px);
    height: 100%;
    background-color: var(--mainTheme);
    z-index: 0;
}

.about-box-right .about-box-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37.1%;
    box-shadow: 18px 34px 38px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 2;
}

/*-- End --*/

/*-- Start --*/
.about-banner {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.about-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-180deg, #242d3cb3 60%, rgb(36 45 60 / 0%) 100%);
    height: 300px;
}

.about-main {
    background-color: #f1f1f1;
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

.about-main .large-logo {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: -240px;
    top: -45px;
    bottom: -316px;
    width: 51%;
    transform: rotate(18deg);
}

.about-cnt {
    margin: 0 80px;
}

.about-cnt p {
    font-size: 24px;
    font-weight: 500;
    color: var(--colorBlack);
    margin-bottom: 20px;
}

.about-cnt p:last-child {
    margin-bottom: 0;
}

.about-btm-slider {
    background-color: #f1f1f1;
    padding: 0 0 20px;
}

.about-btm-slider .owl-carousel .owl-item img {
    display: inline-block;
    height: 277px;
}

.about-btm-slider .owl-carousel .owl-item .about-btm-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38%;
}

.why-rally {
    padding: 100px 0;
    background-image: url(../images/about-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1550px;
    position: relative;
}

.why-rally:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-180deg, rgb(36, 45, 60, 1) 0%, rgba(36, 45, 60, 0.5494572829131652) 50%);
}

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

.why-rally-cnt h2 {
    font-size: 45px;
    color: #f8f4f4;
    margin-bottom: 25px;
    text-align: center;
}

.why-rally-cnt p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.why-rally-cnt p:last-child {
    margin-bottom: 0;
}

.why-rally-cnt ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: none;
}

.why-rally-cnt ul li {
    font-size: 20px;
    font-weight: 500;
    color: var(--colorWhite);
    position: relative;
    line-height: normal;
    margin-bottom: 10px;
}

.why-rally-cnt ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--colorWhite);
    border-radius: 6px;
    position: absolute;
    left: -15px;
    top: 11px;
}

.why-rally-cnt ul li ul {
    margin: 0;
    padding-left: 15px;
    list-style-type: circle;
}

.why-rally-cnt ul li ul li {
    padding-left: 12px;
    position: relative;
    list-style-type: none;
    margin-bottom: 0;
}

.why-rally-cnt ul li ul li::before {
    content: "-";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
}

.adventures-cnt {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    font-family: "Lucida Bright V1";
    color: var(--colorWhite);
    text-align: center;
    margin: 45px 0 50px;
}

.why-rally-btn {
    display: flex;
    justify-content: space-between;
}

.why-rally-btn .thm-btn-1 {
    min-width: auto;
    border-color: var(--colorWhite);
    color: var(--colorWhite);
}

.why-rally-btn .thm-btn-1:hover {
    background-color: var(--mainTheme);
    border-color: var(--mainTheme);
}

/*-- End --*/

/*-- Start --*/
.our-team {
    padding: 200px 0 60px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: var(--colorWhite);
}

.our-team .sec-heading h2 {
    font-size: 45px;
    color: var(--mainTheme);
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.our-team .sec-heading h4 {
    font-size: 36px;
    color: var(--mainTheme);
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.our-team .large-logo {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: 0;
    right: -15%;
    top: 60px;
    bottom: 0;
    width: 60%;
    height: 63%;
    transform: rotate(18deg);
}

.our-team .gx-5 {
    --bs-gutter-x: 50px;
}

.our-team .col-xl-3 {
    margin-bottom: 50px;
}

.office-team {
    position: relative;
    z-index: 2;
    background-color: var(--colorBlack);
    margin: 20px 0 0 20px;
    padding-top: 20px;
    height: calc(100% - 20px);
}

.office-team:hover {
    transition: all 0.4s ease-in-out;
    background-color: var(--mainTheme);
}

.office-team-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33.9%;
    margin: -40px 20px 0 -20px;
    box-shadow: 0px 7px 29.6px 10.4px rgba(0, 0, 0, 0.11);
}

.office-team-cnt {
    padding: 30px 25px;
}

.office-team-cnt h6 {
    font-size: 28px;
    font-family: "Futura PT Book";
    color: var(--colorWhite);
    text-transform: capitalize;
    margin-bottom: 0;
}

.office-team-cnt span {
    font-size: 22px;
    font-weight: 600;
    color: var(--mainTheme);
}

.office-team:hover span {
    transition: all 0.4s ease-in-out;
    color: var(--colorBlack);
}

/*-- End --*/

/*-- Start --*/
.our-founders {
    padding: 100px 0 70px;
    position: relative;
    z-index: 0;
}

.our-founders .sec-heading {
    margin-bottom: 60px;
}

.our-founders .sec-heading p {
    padding: 0px 140px;
}

.our-founders .gx-5 {
    --bs-gutter-x: 50px;
}

.our-founders .col-xl-3 {
    margin-bottom: 50px;
}


/*-- End --*/

/*-- Start --*/
.event-team {
    padding: 100px 0 60px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 0;
}

.event-team .watermark-full {
    background-image: url(../images/watermark-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70%;
}

.event-team .gx-5 {
    --bs-gutter-x: 50px;
}

.event-team .col-xl-3 {
    margin-bottom: 50px;
}

.event-team-box {
    position: relative;
    z-index: 2;
    background-color: var(--mainTheme);
    margin: 20px 0 0 20px;
    padding-top: 20px;
    height: calc(100% - 20px);
}

.event-team-box:hover {
    transition: all 0.4s ease-in-out;
    background-color: var(--colorBlack);
}

.event-team-box-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33.9%;
    margin: -40px 20px 0 -20px;
    box-shadow: 0px 7px 29.6px 10.4px rgba(0, 0, 0, 0.11);
}

.event-team-box-cnt {
    padding: 30px 25px;
    text-align: left;
}

.event-team-box-cnt h6 {
    font-size: 28px;
    font-family: "Futura PT Book";
    color: var(--colorWhite);
    text-transform: capitalize;
    margin-bottom: 0;
}

.event-team-box-cnt span {
    font-size: 22px;
    font-weight: 600;
    color: var(--colorBlack);
}

.event-team-box:hover span {
    transition: all 0.4s ease-in-out;
    color: var(--mainTheme);
}

.about-team-modal .w-15 {
    --bs-modal-width: 1250px;
}

.about-team-modal .modal-content {
    border-radius: 0;
}

.about-team-modal .close {
    position: absolute;
    z-index: 10000;
    width: 40px;
    height: auto;
    line-height: 30px;
    text-shadow: none;
    border: 2px solid var(--colorBlack);
    opacity: 1;
    top: 30px;
    right: 30px;
    font-size: 22px;
    font-weight: unset;
    color: var(--colorBlack);
    border-radius: 0;
    background-color: var(--colorWhite);
    padding: 0;
}

.about-team-modal .close:hover {
    transition: all 0.4s ease-in-out;
    background-color: var(--mainTheme);
    border-color: var(--mainTheme);
    color: var(--colorWhite);
}

.about-team-modal .modal-body {
    padding: 66px 40px 40px;
}

.office-team-left {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.office-team-left:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: var(--mainTheme);
    z-index: 0;
}

.office-team-left .office-team-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33.9%;
    margin: 0;
    box-shadow: 0px 7px 29.6px 10.4px rgba(0, 0, 0, 0.11);
    position: relative;
    z-index: 2;
}

.about-team-modal .office-team-cnt {
    padding: 0 25px;
}

.about-team-modal .office-team-cnt h6 {
    font-size: 28px;
    font-family: "Futura PT Book";
    font-weight: 600;
    color: var(--colorBlack);
    text-transform: capitalize;
    margin-bottom: 0;
}

.about-team-modal .office-team-cnt span {
    font-size: 22px;
    font-weight: 600;
    color: var(--mainTheme);
    margin-bottom: 20px;
    display: block;
}

.about-team-modal .office-team-cnt p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorBlack);
}

.about-team-modal .office-team-cnt a {
    color: var(--colorBlack);
}

.about-team-modal .office-team-cnt a:hover {
    color: var(--mainTheme);
}

.about-office {
    padding: 40px 0 0;
    margin: 30px 0 0;
    border-top: 2px solid #b9bcc1;
}

.about-office .office-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33.9%;
}

/*-- End --*/

/*-- Start --*/
.faq {
    padding: 68px 0 50px;
    background-color: var(--colorBlack);
}

.faq .sec-heading h2 {
    font-size: 45px;
    color: #f8f4f4;
    margin-bottom: 25px;
}

.faq .sec-heading p {
    font-size: 22px;
    font-weight: 500;
    color: #f8f4f4;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0;
}

.faq-main {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 100px 0 0;
}

.faq-main .large-logo {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: 0;
    right: -175px;
    top: -28px;
    bottom: 0;
    width: 49%;
    height: 27%;
    transform: rotate(18deg);
}

.faq-main .faq-sec-view {
    /* padding: 100px 0; */
    background-color: var(--colorWhite);
}

/* .faq-main .faq-sec-view:nth-child(2n) {
    padding: 100px 0;
    background-color: #f7f7f7;
} */

.faq-main .watermark-full {
    background-image: url(../images/watermark-full-faq.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
}

.faq-box h3 {
    font-size: 45px;
    color: var(--mainTheme);
    margin: 0 0 30px;
}

.faq-box .accordion {
    --bs-accordion-bg: transparent;
}

.faq-box .accordion-item {
    border: none;
    border-radius: 0;
    padding: 0px 10px 22px 0px;
}

.faq-box .accordion-button {
    font-size: 25px;
    font-weight: 500;
    color: var(--colorBlack);
    text-transform: inherit;
    line-height: 34px;
    padding: 0 0 15px 0;
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 2px solid #d1d2d4;
}

.faq-box .accordion-button::after {
    content: "\f054";
    background-image: none;
    font-size: 22px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: var(--colorWhite);
    background-color: var(--mainTheme);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}

.faq-box .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(90deg);
}

.faq-box .accordion-body {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--colorBlack);
    padding: 15px 0;
}

.faq-box .accordion-body p {
    margin-bottom: 0;
}

.faq-box ul {
    padding-left: 0px;
    margin: 0;
}

.faq-box ul li {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorBlack);
    list-style-type: none;
}

.faq-box ul li::before {
    content: '- ';
    font-size: 22px;
}

.faq-box .accordion-body a {
    color: var(--mainTheme);
}

.faq-box .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.faq-rtg {
    background-color: #fbfbfb;
    padding: 100px 0;
}

.faq-rtg .faq-box .accordion .accordion-body .row {
    margin-bottom: 50px;
}

.faq-rtg .faq-box .accordion .accordion-body .row:last-child {
    margin-bottom: 0;
}

.faq-rtg .faq-box .accordion .accordion-body .table {
    --bs-table-bg: transparent;
    margin-top: 15px;
}

.faq-club {
    background-color: var(--colorWhite);
    padding: 100px 0;
}

.faq-contact-main {
    /* background-color: #f7f7f7;
    margin-top: -100px; */
    padding-bottom: 100px;
}

.faq-contact {
    margin-top: 34px;
}

.faq-contact h6 {
    font-size: 25px;
    font-weight: 500;
    color: var(--colorBlack);
    line-height: 34px;
}

.faq-contact p {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--colorBlack);
    margin-bottom: 5px;
}

.faq-contact a {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--mainTheme);
    display: block;
}

/*-- End --*/

/*-- Start --*/
.upcoming-previous-rallies {
    position: relative;
    z-index: 0;
    padding: 200px 0 10px;
    background-color: var(--colorWhite);
}

.previous-ralli .upcoming-previous-rallies {
    padding: 246px 0 10px;
}

.upcoming-previous-rallies .sec-heading h2 {
    margin-bottom: 70px;
}

.previous-ralli .upcoming-previous-rallies .sec-heading {
    margin-bottom: 100px;
}

.previous-ralli .upcoming-previous-rallies .sec-heading h2 {
    margin-bottom: 40px;
}

.previous-ralli .watermark-logo-left {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: -14%;
    top: 6%;
    bottom: 0px;
    width: 63%;
    transform: rotate(-18deg);
    height: 40%;
}

.upcoming-previous-rallies .col-xl-3 {
    margin-bottom: 90px;
}

.upcoming-previous-rallies .upcoming-rallies-box {
    position: relative;
    z-index: 1;
}

.upcoming-previous-rallies .upcoming-rallies-cnt {
    text-align: center;
    padding: 20px 0px;
}

.upcoming-previous-rallies .upcoming-rallies-cnt p {
    font-size: 22px;
}

.upcoming-previous-rallies .upcoming-rallies-btn {
    text-align: center;
}

/*-- End --*/

.news-details ul {
    padding-left: 12px;
    margin: 0;
}

.news-details li {
    font-size: 22px;
    color: var(--colorBlack);
}

.news-details p {
    font-size: 22px;
    color: var(--colorBlack);
}

.photography-highlights {
    font-size: 22px;
    color: var(--colorBlack);
}

.photography-highlights h1 {
    font-size: 45px;
    color: var(--mainTheme);
}

.photography-highlights h2 {
    font-size: 45px;
    color: var(--mainTheme);
}

.previous-rallies-main .carrera-france {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

/*-- Start Footer --*/
.footer {
    padding: 80px 0 0;
    /* background-color: #1e232e; */
    background-color: #212735;
}

.footer-img {
    margin-top: -93px;
    text-align: center;
}

.footer-img img {
    width: 100%;
}

.footer-content {
    margin-bottom: 30px;
}

.footer-content h5 {
    font-size: 25px;
    color: #f8f4f4;
    margin-bottom: 25px;
}

.footer-content p {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.awards-logo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.awards-logo ul li {
    flex: 0 0 auto;
}

.awards-logo ul li:first-child {
    margin: 0 8px 30px 0;
}

.awards-logo ul li:nth-child(2) {
    margin: 0 21px 30px 0;
}

.awards-logo ul li:last-child {
    margin: 0 8px 30px 0;
}

.awards-logo ul li img {
    width: 75%;
}

.partners-logo ul li {
    flex: 0 0 auto;
    margin-bottom: 30px;
    width: 10.5%;
    /* width: 12.5%; */
}

.partners-logo ul li.logo_0 { order: 1; }
.partners-logo ul li.logo_2 { order: 2; }
.partners-logo ul li.logo_3 { order: 3; }
.partners-logo ul li.logo_5 { order: 4; }
.partners-logo ul li.logo_6 { order: 5; }
.partners-logo ul li.logo_1 { order: 6; }
.partners-logo ul li.logo_4{ order: 7; }

/* .partners-logo ul li:first-child {
    margin: 0 30px 30px 0;
}

.partners-logo ul li:nth-child(2) {
    margin: 0 0px 30px 0;
}

.partners-logo ul li:nth-child(4) {
    margin: 0 -10px 30px 0;
}
.partners-logo ul li:nth-child(5) {
    margin: 0 115px 30px 0;
}

.partners-logo ul li:last-child {
    margin-right: 0;
} */

.partners-logo ul li img {
    width: 75%;
}

.partners-logo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.footer-content .nf-form-fields-required {
    display: none;
}

.footer-content .nf-field-container {
    margin-bottom: 20px;
}

.footer-content .ninja-forms-field {
    font-size: 22px;
    font-weight: 500;
    color: rgb(229 229 229 / 50%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 0px;
    padding: 10px 20px;
    min-height: 50px;
    background-color: #161b24;
}

.footer-content .ninja-forms-field:focus {
    box-shadow: none;
    border-color: #dddddd;
    background-color: #161b24;
}

.footer-content .submit-wrap .ninja-forms-field {
    font-size: 22px;
    font-weight: 600;
    color: #161b24;
    padding: 8.5px 22px;
    border: none;
    display: block;
    background-color: var(--colorWhite);
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.footer-content .submit-wrap .ninja-forms-field:hover {
    background-color: var(--mainTheme);
    color: var(--colorWhite);
}

.social-link {
    margin: 35px 0 50px;
}

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

.social-link ul li {
    margin-right: 30px;
    cursor: pointer;
}

.social-link ul li:hover {
    background-color: var(--mainColor);
}

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

.social-link ul li a:hover i {
    color: var(--mainTheme);
    transition: all 0.4s ease-in-out;
}

.social-link ul li:last-child {
    margin-right: 0px;
}

.footer-copyright {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 30px 0;
}

.footer-copyright p {
    font-size: 14px;
    color: #e6e6e6;
    margin-bottom: 0;
}

.footer input::-webkit-input-placeholder {
    color: rgb(229 229 229 / 50%) !important;
}

.footer input:focus::-webkit-input-placeholder {
    color: rgb(229 229 229 / 50%) !important;
}

.footer input::-moz-placeholder {
    color: rgb(229 229 229 / 50%) !important;
}

.footer input:focus::-moz-placeholder {
    color: rgb(229 229 229 / 50%) !important;
}

.footer input:-ms-input-placeholder {
    color: rgb(229 229 229 / 50%) !important;
}

.footer input:focus:-ms-input-placeholder {
    color: rgb(229 229 229 / 50%) !important;
}

/*-- End Footer --*/

/*-- Start Scroll To Top --*/
.scroll-to-top {
    display: inline-block;
    background-color: transparent;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid #f8f4f4;
    position: fixed;
    bottom: 110px;
    right: 60px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top::after {
    content: "\f106";
    font-size: 22px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: var(--colorWhite);
    line-height: 60px;
}

.scroll-to-top:hover {
    cursor: pointer;
    border-color: var(--mainTheme);
    background-color: var(--mainTheme);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.ivan-image-flip-holder img {
    max-width: 100%;
    height: auto;
}

.rally-table-btn ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.rally-table-btn ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}

/* .essb_links_list{
    text-align: center;
} */
.essb-location-customize {
    display: none !important;
}

.rally-table-input .col-xl-2,
.col-xl-3 {
    margin-bottom: 30px;
}

.custom_result_list_filter {
    margin-bottom: 30px;
}

.form-control {
    border: 1px solid #bdc0c4;
}

.form-control:focus {
    border-color: #bdc0c4;
}

/*-- End Scroll To Top --*/

/*-- Start --*/
.contact {
    padding: 200px 0 100px;
    background-color: var(--colorWhite);
    position: relative;
    overflow: hidden;
}

.contact .large-logo {
    background-image: url(../images/rtg_for_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: -159px;
    top: 70px;
    bottom: 0px;
    width: 30%;
    height: 100%;
    transform: rotate(18deg);
}

.contact-box {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.contact-box h5 {
    font-size: 30px;
    color: var(--mainTheme);
    margin-bottom: 0;
}

.contact-box p {
    font-size: 22px;
    font-weight: 500;
    font-family: "Futura PT Light";
    color: var(--colorBlack);
    margin-bottom: 0;
}

.contact-box a {
    font-size: 22px;
    font-weight: 500;
    font-family: "Futura PT Light";
    color: var(--colorBlack);
}

.contact-box a:hover {
    color: var(--mainTheme);
}

.contact-box .social-link {
    margin: 15px 0 0;
}

.contact-box .social-link ul li a i {
    font-size: 23px;
    color: var(--colorBlack);
}

.contact-box .social-link ul li a:hover i {
    color: var(--mainTheme);
}

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-form p {
    font-size: 22px;
    font-weight: 600;
    font-family: "Futura PT Light";
    color: var(--colorBlack);
    margin-bottom: 30px;
}

.contact-form .mb-24 {
    margin-bottom: 24px;
}

.contact-form .nf-form-fields-required {
    display: none;
}

.contact-form nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.contact-form nf-fields-wrap>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}


.contact-form nf-fields-wrap nf-field {
    flex: 0 0 auto;
    width: 50%;
}
.contact-form nf-fields-wrap nf-field:nth-child(5) {
    width: 100%;
}

.contact-form nf-fields-wrap nf-field:last-child {
    width: 100%;
}
.contact-form .ninja-forms-field {
    border: 1px solid var(--colorBlack);
    background-color: var(--colorWhite);
    border-radius: 0;
    padding: 8px 20px;
    font-size: 22px;
    font-family: "Futura PT Light";
    font-weight: 500;
    color: var(--colorBlack);
}

.contact-form .nf-field-element textarea {
    height: 117px;
}

.contact-form .submit-wrap .ninja-forms-field {
    width: 50%;
    padding: 9px 30px;
    font-size: 21px;
    font-weight: 600;
    color: var(--colorBlackGrey);
    text-transform: uppercase;
    border: 1px solid var(--colorBlackGrey);
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
}
.contact-form .submit-wrap .ninja-forms-field:hover {
    color: var(--colorWhite);
    background-color: var(--mainTheme);
    border-color: var(--mainTheme);
    transition: all 0.4s ease-in-out;
}

.contact-btn {
    background-color: var(--colorBlack);
    padding: 30px 0;
}

.contact-btn .thm-btn-1 {
    border-color: var(--colorWhite);
    color: var(--colorWhite);
    margin: 0 15px;
}

.contact-btn .thm-btn-1:hover {
    border-color: var(--mainTheme);
}

/*-- End --*/

@media(min-width: 1921px) {
    .footer-img {
        margin-top: -126px;
    }
}

@media(max-width: 1920px) {
    .contact .large-logo {
        width: 43%;
    }
}

@media(max-width: 1799.98px) {
    .carrera-bavaria-count .container {
        max-width: 1500px;
    }

    .testimonial .slick-next {
        right: 126px;
        top: 58%;
    }

    .testimonial .slick-prev {
        right: 200px;
        top: 58%;
    }

    .epic-adventures .watermark-logo-left {
        height: 69%;
    }

    .faq-main .large-logo {
        width: 56%;
    }

    .brochure .large-logo {
        width: 50%;
        height: 65%;
    }

    .contact .large-logo {
        width: 48%;
    }

    .watermark-logo-right {
        right: 0px;
        top: -43px;
        width: 50%;
        height: 79%;
    }

    .rally-reports .large-logo {
        top: 10%;
        width: 61%;
        height: 63%;
    }
    .carrera-bavaria-list ul li {
        flex: 1 1 calc(16.4%);
    }
}

@media(max-width: 1599.98px) {
    .carrera-bavaria-count .container {
        max-width: 1350px;
    }
    .carrera-bavaria-list ul li img {
        width: 85%;
    }

    .about-team-modal .w-15 {
        --bs-modal-width: 1150px;
    }

    .contact .large-logo {
        width: 50%;
    }

    .epic-adventures .watermark-logo-left {
        height: 60%;
    }

    .faq-main .large-logo {
        width: 63%;
    }

    .brochure .large-logo {
        width: 57%;
        height: 65%;
    }

    .contact .large-logo {
        width: 55%;
    }

    .rally-reports .large-logo {
        top: 14%;
        width: 60%;
        height: 55%;
    }
    .carrera-bavaria-list ul li {
        flex: 1 1 calc(16%);
    }
}

@media(max-width: 1499.98px) {
    .rally-event-map-cnt {
        padding: 50px 93px 50px 20px;
    }

    .rally-event-video-cnt {
        padding: 50px 20px 50px 103px;
    }
}

@media(max-width: 1399.98px) {

    .sidebar-menu .close-box {
        padding: 30px 209px 30px 102px;
    }

    .sidebar-menu .navbar {
        padding: 80px 0 80px 90px;
    }

    .header-contact {
        padding: 30px 102px;
    }

    .header-contact-box {
        margin-right: 70px;
    }

    .header-contact-box a {
        font-size: 28px;
    }

    .header-contact-box p {
        font-size: 28px;
    }

    .sec-heading p {
        padding: 0px 209px;
    }

    .upcoming-rallies .slick-initialized .slick-slide {
        width: 340px;
    }

    .upcoming-rallies .slick-next {
        right: 50px;
    }

    .upcoming-rallies .slick-prev {
        right: 50px;
    }

    .featured-video .sec-heading p {
        padding: 0 328px;
    }

    .previous-rallies .sec-heading p {
        padding: 0 182px 0 0;
    }

    .latest-news .sec-heading p {
        padding: 0 295px;
    }

    .latest-news-list .slick-initialized .slick-slide {
        width: 366px;
    }

    .latest-news-list .slick-next {
        right: 50px;
    }

    .never-rallied .sec-heading p {
        padding: 0 268px 0 0;
    }

    .never-rallied .thm-btn-1 {
        font-size: 17px;
        margin-right: 20px;
    }

    /* .partners-logo ul li {
        margin: 0 50px 30px 0;
    } */

    .rally-navigation-link ul li {
        margin-right: 60px;
    }

    .carrera-bavaria .sec-heading p {
        padding: 0px 200px;
    }

    .carrera-bavaria-count .container {
        max-width: 1180px;
    }
    .counter-box h6 {
        font-size: 22px;
    }

    .rally-event-map-cnt {
        padding: 50px 60px 50px 60px;
    }

    .rally-event-video-cnt {
        padding: 20px 50px 0px 70px;
    }

    .request-entry .sec-heading p {
        padding: 0 230px 0 0;
    }

    .about-team-modal .w-15 {
        --bs-modal-width: 1050px;
    }

    .about-left-cnt {
        padding: 50px 140px 50px 12px;
    }

    .about-right-cnt h2 {
        font-size: 56px;
        line-height: 72px;
    }

    .about-right-cnt {
        max-width: 575px;
        padding: 50px 0 50px 100px;
    }

    .carrera-bavaria-count .large-logo {
        width: 45%;
    }

    .about-main .large-logo {
        width: 60%;
    }

    .contact .large-logo {
        width: 64%;
        left: -15%;
    }

    .epic-adventures .watermark-logo-left {
        height: 51%;
    }

    .faq-main .large-logo {
        width: 60%;
        height: 22%;
    }

    .brochure .large-logo {
        width: 67%;
        height: 65%;
    }

    .our-founders .sec-heading p {
        padding: 0px 65px;
    }

    .rally-reports .large-logo {
        top: 16%;
        width: 64%;
        height: 50%;
    }

    .counter-box .counter-word {
        font-size: 18px;
    }

    .counter-box .counter-btm-txt {
        margin: 29px 0 0;
    }
    .counter-box .counter {
        font-size: 40px;
    }
}

@media(max-width: 1199.98px) {

    .thm-btn-1 {
        font-size: 22px;
        padding: 10px 30px;
    }

    .thm-btn-2 {
        font-size: 22px;
        padding: 10px 30px;
    }

    .sidebar-menu .navbar {
        padding: 80px 0 80px 70px;
    }

    .header-contact {
        padding: 30px 80px;
    }

    .sidebar-menu .close-box {
        padding: 30px 209px 30px 82px;
    }

    .header-contact-box {
        margin-right: 50px;
    }

    .header-contact-box a {
        font-size: 25px;
    }

    .header-contact-box p {
        font-size: 25px;
    }

    .epic-adventures {
        padding: 70px 0 0;
    }

    .epic-adventures .sec-heading p {
        padding: 0;
        font-size: 26px;
    }

    .sec-heading h2 {
        font-size: 40px;
    }

    .sec-heading p {
        padding: 0px 119px;
    }

    .upcoming-rallies {
        padding: 30px 0px 80px 40px;
    }

    .upcoming-rallies .sec-heading h2 {
        font-size: 40px;
    }

    .view-all-rallies {
        margin: 80px 0 0;
    }

    .featured-video {
        padding: 70px 0 0;
    }

    .featured-video .sec-heading h2 {
        font-size: 40px;
        margin-bottom: 70px;
    }

    .featured-video .sec-heading p {
        padding: 0px 206px;
        margin-bottom: 60px;
    }

    .more-videos {
        padding: 80px 0;
    }

    .previous-rallies {
        padding: 120px 0 55px;
    }

    .previous-rallies .sec-heading h2 {
        font-size: 40px;
    }

    .previous-rallies .sec-heading p {
        padding: 0 77px 0 0;
    }

    .previous-rallies-logo {
        margin-top: 100px;
    }

    .testimonial {
        padding: 80px 0;
    }

    .testimonial-box img {
        width: 150px;
        margin-right: 40px;
    }

    .latest-news {
        padding: 70px 0 0;
    }

    .latest-news .sec-heading h2 {
        font-size: 40px;
    }

    .latest-news .sec-heading p {
        padding: 0 205px;
    }

    .latest-news-list {
        padding: 60px 0px 80px 30px;
    }

    .carrera-bavaria-list ul li img {
        width: 90%;
    }

    .never-rallied {
        padding: 120px 0;
    }

    .never-rallied .sec-heading h2 {
        font-size: 40px;
    }

    .never-rallied .sec-heading p {
        padding: 0 148px 0 0;
    }

    .social-channels {
        padding: 70px 0;
    }

    .social-channels .sec-heading h2 {
        font-size: 40px;
    }

    .rally-navigation-link ul li {
        margin-right: 50px;
        padding: 7px 0;
    }

    .carrera-bavaria .sec-heading p {
        padding: 0px 110px;
    }

    .carrera-bavaria-count .container {
        max-width: 968px;
    }

    /* .request-entry {
        padding: 120px 0;
    } */
    .request-entry .sec-heading h2 {
        font-size: 40px;
    }

    .request-entry .sec-heading p {
        padding: 0 110px 0 0;
    }

    /* .entry-list {
        padding: 70px 0;
    }
    .brochure {
        padding: 70px 0 0;
    }
    .brochure .brochure-btn {
        margin: 70px 0;
    } */
    .w-10 {
        --bs-modal-width: 968px;
    }

    .about-team-modal .w-15 {
        --bs-modal-width: 968px;
    }

    .about-left-cnt {
        padding: 50px 100px 50px 62px;
    }

    .about-right-cnt {
        padding: 50px 62px 50px 100px;
    }

    .our-team {
        padding: 200px 0 50px;
    }

    .our-team .sec-heading h2 {
        font-size: 40px;
    }

    .our-team .sec-heading h4 {
        font-size: 34px;
    }

    .event-team {
        padding: 70px 0 30px;
    }

    .our-founders {
        padding: 70px 0 40px;
    }

    .our-founders .sec-heading {
        margin-bottom: 40px;
    }

    .our-founders .sec-heading p {
        padding: 0px;
    }

    .faq-main {
        padding: 70px 0 0;
    }

    .faq .sec-heading h2 {
        font-size: 40px;
    }

    /* .faq-main .faq-sec-view {
        padding: 70px 0;
    }

    .faq-main .faq-sec-view:nth-child(2n) {
        padding: 70px 0;
    } */

    .faq-rtg {
        padding: 70px 0;
    }

    .faq-main .large-logo {
        width: 70%;
        height: 22%;
    }

    .faq-club {
        padding: 70px 0;
    }

    .faq-contact-main {
        padding-bottom: 70px;
    }

    .upcoming-previous-rallies {
        padding: 177px 0 0;
    }

    .upcoming-previous-rallies .col-xl-3 {
        margin-bottom: 70px;
    }

    .upcoming-previous-rallies .sec-heading h2 {
        margin-bottom: 50px;
    }

    .rally-event-top-cnt h3 {
        font-size: 40px;
    }

    .rally-event-map .g-5 {
        --bs-gutter-x: 80px;
    }

    .about-main {
        padding: 80px 0;
    }

    .about-cnt {
        margin: 0;
    }

    .why-rally {
        padding: 80px 0;
    }

    .why-rally-cnt h2 {
        font-size: 40px;
    }

    .why-rally-btn {
        justify-content: center;
    }

    .why-rally-btn .thm-btn-1 {
        margin: 0 15px;
    }

    .carrera-bavaria-count .large-logo {
        width: 60%;
    }

    .completed-rally h4 {
        font-size: 36px;
    }

    .contact .large-logo {
        width: 81%;
        left: -17%;
    }

    .faq-box h3 {
        font-size: 40px;
    }

    .custom-modal .requesting-cnt h2 {
        font-size: 32px;
    }

    .contact-btn .thm-btn-1 {
        margin: 0 10px;
    }

    .previous-ralli .watermark-logo-left {
        left: -14%;
        top: 6%;
        bottom: 0px;
        width: 78%;
        height: 29%;
    }

    .photography-highlights h1 {
        font-size: 40px;
    }

    .photography-highlights h2 {
        font-size: 40px;
    }

    .previous-rallies-main .carrera-france {
        margin-top: -80px;
    }

    .video-graphy-highlight .sec-heading h3 {
        font-size: 40px;
    }

    .video-graphy-highlight {
        padding-top: 70px;
    }

    .video-graphy-highlight .sec-heading {
        padding-bottom: 20px;
    }

    .video-graphy-highlight .vc_custom_1709136893161 {
        margin-bottom: 70px;
    }

    .never-rallied {
        /* margin-bottom: 70px; */
    }

    .previous-ralli .upcoming-previous-rallies {
        padding: 216px 0 10px;
    }

    .previous-ralli .upcoming-previous-rallies .sec-heading {
        margin-bottom: 70px;
    }

    .footer-content p {
        font-size: 20px;
    }

    .epic-adventures .watermark-logo-left {
        height: 45%;
    }

    .brochure .large-logo {
        width: 80%;
        height: 65%;
        top: 0;
    }

    .our-team .large-logo {
        width: 72%;
        height: 40%;
        top: 6%;
        right: -18%;
    }
    .carrera-bavaria-list ul li {
        padding: 0px 14px;
        flex: 1 1 calc(15.4%);
    }
    
    .counter-box h6 {
        font-size: 16px;
    }

    .watermark-logo-right {
        width: 58%;
        height: 79%;
    }

    .rally-reports .large-logo {
        top: 14%;
        width: 78%;
        height: 51%;
    }

    .counter-box .counter-btm-txt {
        margin: 34px 0 0;
    }

    .photos {
        padding: 216px 0;
    }

    .rally-reports {
        padding: 216px 0;
    }

    .rally-results {
        padding: 216px 0;
    }

    .request-entry {
        padding: 216px 0;
    }

    .entry-list {
        padding: 216px 0;
    }

    .brochure {
        padding: 216px 0 0;
    }

    .recce-report {
        padding: 216px 0;
    }
    .partners-logo ul li {
        width: 25%;
    }
}

@media(max-width: 991.98px) {
    .home-img-mobile {
        display: block;
    }

    .home-video {
        display: none;
    }

    .header .mobile-menu {
        display: block;
    }

    .header .desktop-menu {
        display: none;
    }

    .header {
        padding: 15px 24px;
    }

    .header-logo {
        width: 200px;
    }

    .header-sticky.is-sticky .header-logo img {
        height: auto;
    }

    .header-logo img {
        height: 70px;
    }

    .rallies-main .header-logo img {
        height: 70px;
    }

    .sidebar-menu .close-box {
        padding: 30px 159px 30px 62px;
    }

    .sidebar-menu .navbar {
        padding: 60px 0 60px 50px;
    }

    .sidebar-menu .navbar-nav .nav-item .nav-link {
        font-size: 24px;
    }

    .sidebar-menu .dropdown-item {
        font-size: 24px;
    }

    .sidebar-menu .navbar-nav .dropdown-menu {
        padding-left: 316px;
    }

    .sidebar-menu .dropdown-item:after {
        left: -35px;
        width: 35px;
    }

    .header-contact {
        padding: 30px 40px;
    }

    .header-contact-box {
        margin-right: 30px;
    }

    .header-contact-box h6 {
        font-size: 24px;
    }

    .header-contact-box a {
        font-size: 22px;
    }

    .header-contact-box p {
        font-size: 22px;
    }

    .main-slider .owl-carousel .owl-item img {
        height: 75vh;
    }

    .sec-heading h2 {
        font-size: 36px;
    }

    .sec-heading p {
        padding: 0;
    }

    .epic-adventures .sec-heading p {
        font-size: 28px;
    }

    .upcoming-rallies .sec-heading h2 {
        font-size: 36px;
    }

    .upcoming-rallies {
        padding: 20px 0px 80px 30px;
    }

    .upcoming-rallies .slick-next {
        right: 30px;
    }

    .upcoming-rallies .slick-prev {
        left: 30px;
    }

    .upcoming-rallies .slick-initialized .slick-slide {
        width: 300px;
        margin: 0 15px;
    }

    .featured-video .sec-heading h2 {
        font-size: 36px;
    }

    .featured-video .sec-heading p {
        padding: 0;
    }

    .previous-rallies {
        padding: 100px 0 55px;
    }

    .watermark-logo-right {
        top: -24px;
        width: 46%;
        height: 46%;
    }

    .previous-rallies .sec-heading p {
        padding: 0;
    }

    .testimonial .slick-next {
        right: 36px;
        top: 75%;
    }

    .testimonial .slick-prev {
        right: 115px;
        top: 75%;
    }

    .testimonial-cnt h3 {
        -webkit-line-clamp: 5;
    }

    .latest-news .sec-heading h2 {
        font-size: 36px;
    }

    .latest-news .sec-heading p {
        padding: 0;
    }

    .latest-news-list {
        padding: 50px 0px 80px 30px;
    }

    .latest-news-list .slick-initialized .slick-slide {
        width: 320px;
    }

    .latest-news-list .slick-next {
        right: 30px;
    }

    .latest-news-list .slick-prev {
        left: 30px;
    }

    .never-rallied {
        padding: 100px 0;
    }

    .never-rallied .sec-heading h2 {
        font-size: 36px;
    }

    .never-rallied .sec-heading p {
        padding: 0;
    }

    .social-channels .sec-heading h2 {
        font-size: 36px;
    }

    .rally-navigation {
        top: 100px;
    }

    .rally-navigation-link ul li {
        margin-right: 40px;
    }

    .carrera-bavaria .sec-heading h3 {
        font-size: 36px;
    }

    .carrera-bavaria .sec-heading p {
        font-size: 22px;
        padding: 0px 0px;
    }

    .carrera-bavaria-count .container {
        max-width: 740px;
    }

    .counter-box .counter {
        font-size: 38px;
    }

    .carrera-bavaria-list ul li {
        flex: 1 1 calc(33%);
    }

    .carrera-bavaria-list ul li:first-child {
        flex: 100%;
        border: none;
        padding-right: 0;
    }
    .carrera-bavaria-list ul li:nth-last-child(3) {
        border-right: none;
    }

    .carrera-bavaria-list ul li img {
        margin: 0 auto;
        width: 33%;
    }

    .counter-box h6 {
        font-size: 20px;
    }
    .counter-box .counter-word {
        font-size: 18px;
    }

    .videos {
        padding: 190px 0;
    }

    .videos .sec-heading h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .photos {
        padding: 174px 0;
    }

    .photos .sec-heading h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .photos-btm-cnt p {
        font-size: 22px;
    }

    .rally-reports {
        padding: 174px 0;
    }

    .rally-reports .sec-heading h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .rally-results {
        padding: 174px 0;
    }

    .rally-results .sec-heading h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .request-entry .sec-heading h2 {
        font-size: 36px;
    }

    .request-entry .sec-heading p {
        padding: 0;
    }

    .entry-list .sec-heading h2 {
        font-size: 36px;
    }

    .entry-list table tbody tr td:first-child {
        min-width: 117px;
        padding-right: 20px;
    }

    .entry-list table tbody tr td:nth-child(2) {
        min-width: 370px;
        padding-right: 20px;
    }

    .entry-list table tbody tr td:nth-child(3) {
        min-width: 183px;
        padding-right: 20px;
    }

    .entry-list table tbody tr td:nth-child(4) {
        min-width: 117px;
        padding-right: 20px;
    }

    .entry-list table tbody tr td:nth-child(5) {
        min-width: 117px;
        padding-right: 20px;
    }

    .entry-list table tbody tr td:last-child {
        min-width: 117px;
    }

    .rally-event-top {
        padding: 150px 0 0;
    }

    .rally-event-map-cnt {
        padding: 50px;
    }

    .rally-event-video-box {
        width: calc(100% - 30px);
    }

    .rally-event-video-cnt {
        padding: 0 50px 30px 50px;
        float: none;
        max-width: 100%;
    }

    .brochure .brochure-btn {
        margin: 60px 0;
    }

    .partners-logo ul {
        width: 100%;
    }
    .partners-logo ul li {
        width: 25%;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }

    .order_4 {
        order: 4;
    }

    .w-10 {
        --bs-modal-width: 600px;
    }

    .about {
        padding: 30px 0 0;
    }

    .about .row .col-lg-5 {
        width: 100%;
    }

    .about-left-cnt {
        max-width: 100%;
        padding: 50px;
    }

    .about-right-cnt {
        max-width: 100%;
        padding: 20px 50px 50px;
    }

    .about-right-cnt h2 {
        font-size: 45px;
        line-height: 52px;
    }

    .about .row .col-lg-7 {
        width: 100%;
    }

    .about-box-right {
        margin-left: 30px;
        margin-bottom: 70px;
    }

    .about-box-left {
        width: calc(100% - 30px);
        margin-bottom: 70px;
    }

    .about-team-modal .w-15 {
        --bs-modal-width: 680px;
    }

    .about-team-modal .office-team-cnt h6 {
        font-size: 26px;
    }

    .about-team-modal .office-team-cnt p {
        font-size: 18px;
    }

    .about-office .office-img {
        margin-bottom: 24px;
    }

    .office-team-cnt h6 {
        font-size: 26px;
    }

    .our-team .sec-heading h2 {
        font-size: 36px;
    }
    .our-team .sec-heading h4 {
        font-size: 30px;
    }


    .event-team-box-cnt h6 {
        font-size: 26px;
    }

    .faq .sec-heading h2 {
        font-size: 36px;
    }

    .faq-box .accordion-button {
        font-size: 24px;
    }

    .faq-rtg .faq-box .accordion .accordion-body .row {
        margin-bottom: 40px;
    }

    .upcoming-previous-rallies .col-xl-3 {
        margin-bottom: 50px;
    }

    .rally-event-top-cnt {
        text-align: center;
        margin: 30px auto;
    }

    .rally-event-top-cnt h3 {
        font-size: 38px;
    }

    .rally-event-top-cnt p {
        font-size: 22px;
        padding: 0px 0px;
    }

    .rally-event-map .g-5 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .rally-event-p-top {
        padding: 172px 0 0 0;
        margin-top: -172px;
    }

    .brochure {
        padding: 174px 0 0;
    }

    .entry-list {
        padding: 174px 0;
    }

    .request-entry {
        padding: 174px 0;
    }

    .footer {
        padding: 70px 0 0;
    }

    .previous-ralli .upcoming-previous-rallies {
        padding: 150px 0 10px;
    }

    .footer-img {
        margin-top: -38px;
    }

    .scroll-to-top {
        right: 50px;
        width: 50px;
        height: 50px;
        bottom: 50px;
    }

    .scroll-to-top::after {
        line-height: 50px;
    }

    .rally-table-input .col-xl-2 {
        margin-bottom: 15px;
    }

    .rally-table-heading .table thead tr th {
        min-width: 100px;
    }

    .rally-table-heading .table thead tr th:first-child {
        min-width: 50px;
    }

    .about-banner {
        height: 70vh;
    }

    .about-cnt p {
        font-size: 22px;
    }

    .why-rally-cnt h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .carrera-bavaria-count .large-logo {
        width: 85%;
        left: -122px;
        top: -180px;
        bottom: -104px;
    }

    .about-main .large-logo {
        width: 67%;
    }

    .completed-rally h4 {
        font-size: 28px;
        margin-right: 20px;
    }

    .completed-rally a {
        font-size: 18px;
    }

    .contact {
        padding: 150px 0 50px;
    }

    .contact .large-logo {
        width: 100%;
        height: 68%;
        left: -22%;
    }

    .contact-box h5 {
        font-size: 26px;
    }

    .contact-box a {
        font-size: 20px;
    }

    .contact-box p {
        font-size: 20px;
    }

    .contact-form .thm-btn-1 {
        /* width: 270px; */
        margin: 0 auto;
        display: block;
    }

    .contact-btn .thm-btn-1 {
        margin: 0 10px;
        min-width: 209px;
    }

    .faq-box h3 {
        font-size: 36px;
    }

    .our-team {
        padding: 150px 0 30px;
    }

    .recce-report {
        padding: 190px 0;
    }

    .rally-event-map {
        height: auto;
    }

    .rally-event-map-box {
        margin-bottom: 50px;
    }

    .previous-ralli .upcoming-previous-rallies .sec-heading h2 {
        margin-bottom: 30px;
    }

    .previous-ralli .watermark-logo-left {
        left: -14%;
        top: 6%;
        bottom: 0px;
        width: 63%;
        height: 14%;
    }

    .photography-highlights h1 {
        font-size: 36px;
    }

    .photography-highlights h2 {
        font-size: 36px;
    }

    .previous-rallies-main .carrera-france {
        margin-top: -60px;
    }

    .faq-contact h6 {
        font-size: 24px;
    }

    .video-graphy-highlight .sec-heading h3 {
        font-size: 36px;
    }

    .faq-main .large-logo {
        width: 61%;
        height: 16%;
    }

    .brochure .large-logo {
        width: 84%;
        height: 65%;
        top: 0%;
    }

    .our-team .large-logo {
        width: 86%;
        height: 26%;
        top: 3%;
    }

    .rally-reports .large-logo {
        top: 14%;
        width: 91%;
    }

    .counter-box .counter-btm-txt {
        margin: 22px 0 0;
    }

    .rally-event-top .col-sm-6 {
        margin: 0 auto;
    }

    .upcoming-previous-rallies {
        padding: 143px 0 0;
    }

    .requesting-form .nf-form-cont .one-half {
        width: 100%;
        margin-left: 0;
    }
}

@media(max-width: 767.98px) {
    .header {
        padding: 12px 12px;
    }

    .header-logo {
        width: 180px;
    }

    .header-logo img {
        height: 63px;
    }

    .rallies-main .header-logo img {
        height: 63px;
    }

    .sidebar-menu .sidepanel .closebtn {
        font-size: 22px;
    }

    .sidebar-menu .sidepanel a.closebtn i {
        font-size: 30px;
    }

    .sidebar-menu .navbar {
        padding: 50px 0px 50px 18px;
    }

    .sidebar-menu .dropdown-item {
        white-space: break-spaces;
    }

    .sidebar-menu .close-box {
        padding: 30px 147px 30px 30px;
    }

    .sidebar-menu .navbar-nav .nav-item .nav-link {
        font-size: 22px;
        padding-right: 60px;
    }

    .sidebar-menu .navbar-nav .dropdown-menu {
        padding-left: 279px;
    }

    .sidebar-menu .dropdown-item {
        font-size: 22px;
        width: 250px;
    }

    .rally-navigation-link {
        display: none;
    }

    .rally-nav-mobile {
        display: block;
        text-align: center;
    }

    .counter-box h6 {
        font-size: 24px;
    }

    .header-contact {
        padding: 30px 30px 0;
    }

    .header-contact-box {
        padding-bottom: 30px;
    }

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

    .epic-adventures {
        padding: 50px 0 0;
    }

    .sec-heading h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .sec-heading p {
        font-size: 18px;
    }

    .epic-adventures .sec-heading h2 {
        font-size: 28px;
    }

    .epic-adventures .sec-heading p {
        font-size: 24px;
    }

    .upcoming-rallies {
        padding: 20px 0px 60px 30px;
    }

    .upcoming-rallies .sec-heading h2 {
        font-size: 32px;
        margin-bottom: 60px;
    }

    .upcoming-rallies-cnt p {
        font-size: 18px;
        min-height: 98px;
    }

    .view-all-rallies {
        margin: 60px 0 0;
    }

    .featured-video {
        padding: 50px 0 0;
    }

    .featured-video .sec-heading h2 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .featured-video .sec-heading p {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .more-videos {
        padding: 60px 0;
    }

    .previous-rallies {
        padding: 80px 0 40px;
    }

    .previous-rallies .sec-heading h2 {
        font-size: 32px;
    }

    .previous-rallies .sec-heading p {
        font-size: 18px;
    }

    .previous-rallies-logo ul li {
        width: 25%;
    }

    .testimonial {
        padding: 60px 0;
        display: none;
    }

    .testimonial-box img {
        float: none;
        width: 150px;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .testimonial-cnt .client-name {
        font-size: 26px;
    }

    .testimonial .slick-next {
        right: 30px;
        top: 80%;
    }

    .testimonial .slick-prev {
        right: 105px;
        top: 80%;
    }

    .latest-news {
        padding: 50px 0 0;
    }

    .latest-news .sec-heading h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .watermark-logo-right {
        top: -20px;
        width: 50%;
        height: 42%;
    }

    .latest-news .sec-heading p {
        font-size: 18px;
    }

    .latest-news-list {
        padding: 30px 0px 60px 30px;
    }

    .latest-news-list .slick-initialized .slick-slide {
        width: 300px;
    }

    .latest-news-cnt {
        padding: 30px;
    }

    .never-rallied {
        padding: 80px 0;
    }

    .never-rallied .sec-heading h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .never-rallied .sec-heading p {
        font-size: 18px;
    }

    .never-rallied .thm-btn-1 {
        font-size: 16px;
        margin-right: 0px;
    }

    .social-channels {
        padding: 50px 0;
    }

    .social-channels .sec-heading h2 {
        font-size: 32px;
    }

    .rally-event-slider.rally-event .owl-carousel .item .slide-bg {
        min-height: 55vh;
    }

    .rally-navigation {
        top: 87px;
    }

    .rally-navigation-link ul li {
        margin-right: 30px;
    }

    .carrera-bavaria .sec-heading h3 {
        font-size: 36px;
    }

    .carrera-bavaria-count .container {
        max-width: 560px;
    }

    .carrera-bavaria-count {
        padding: 60px 0 30px;
    }

    .carrera-bavaria-list ul li {
        flex: 1 1 calc(50%);
    }
    .carrera-bavaria-list ul li:nth-last-child(3) {
        border-right: 1px solid #81aadf;
    }
    .carrera-bavaria-list ul li:nth-last-child(2),
    .carrera-bavaria-list ul li:nth-child(3) {
        border-right: 0;
    }
    .counter-box .counter-word {
        margin: 15px 0 0;
    }

    .carrera-bavaria-list ul li:first-child {
        margin-bottom: 0px;
    }

    .counter-box .counter {
        font-size: 32px;
    }

    .videos {
        padding: 170px 0 70px;
    }

    .videos .sec-heading h2 {
        font-size: 32px;
    }

    .photos {
        padding: 170px 0 70px;
    }

    .rally-results {
        padding: 170px 0;
    }

    .photos .sec-heading h2 {
        font-size: 32px;
    }

    .photos-btm-cnt {
        padding: 50px 0 0;
    }

    .rally-reports .sec-heading h2 {
        font-size: 32px;
    }

    .rally-event-map-cnt p {
        font-size: 18px;
    }

    .rally-event-video-cnt p {
        font-size: 18px;
    }

    .rally-results .sec-heading h2 {
        font-size: 32px;
    }

    .request-entry .sec-heading h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .entry-list {
        padding: 50px 0;
    }

    .entry-list .sec-heading h2 {
        font-size: 32px;
    }

    .entry-list table tbody tr td:nth-child(2) {
        min-width: 320px;
    }

    .brochure {
        padding: 170px 0 70px;
    }

    .brochure iframe {
        height: 450px;
    }

    .brochure .brochure-btn {
        margin: 40px 0 50px;
    }

    .w-10 {
        --bs-modal-width: 550px;
    }

    .custom-modal .requesting-cnt h2 {
        font-size: 28px;
    }

    .page-banner {
        min-height: 55vh;
    }

    .about {
        padding: 0;
    }

    .about-box-left {
        margin-bottom: 50px;
    }

    .about-box-left:before {
        top: 15px;
        width: calc(100% + 15px);
    }

    .about-left-cnt p {
        font-size: 18px;
    }

    .about-box-right {
        margin-bottom: 50px;
    }

    .about-box-right:before {
        top: 15px;
        left: -15px;
        width: calc(100% + 15px);
    }

    .about-right-cnt ul li {
        font-size: 18px;
    }

    .about-team-modal .w-15 {
        --bs-modal-width: 550px;
    }

    .about-team-modal .office-team-cnt {
        padding: 0 0px;
    }

    .about-team-modal .close {
        top: 20px;
        right: 20px;
    }

    .office-team-left:before {
        top: 15px;
        left: 15px;
    }

    .about-team-modal .office-team-cnt h6 {
        font-size: 24px;
    }

    .about-team-modal .office-team-cnt p {
        font-size: 16px;
    }

    .office-team-left {
        margin-bottom: 50px;
    }

    .our-team .gx-5 {
        --bs-gutter-x: 30px;
    }

    .our-team .col-xl-3 {
        margin-bottom: 30px;
    }

    .event-team .gx-5 {
        --bs-gutter-x: 30px;
    }

    .event-team .col-xl-3 {
        margin-bottom: 30px;
    }

    .our-founders .gx-5 {
        --bs-gutter-x: 30px;
    }

    .our-founders .col-xl-3 {
        margin-bottom: 30px;
    }

    .our-founders .sec-heading {
        margin-bottom: 30px;
    }

    .office-team-cnt h6 {
        font-size: 24px;
    }

    .about-right-cnt h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .our-team {
        padding: 130px 0 20px;
    }

    .our-team .sec-heading h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .our-team .sec-heading h4 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .faq .sec-heading h2 {
        font-size: 32px;
    }

    .event-team {
        padding: 50px 0 20px;
    }

    .event-team-box-cnt h6 {
        font-size: 24px;
    }

    .our-founders {
        padding: 50px 0 20px;
    }

    .faq {
        padding: 50px 0 35px;
    }

    .faq-main {
        padding: 50px 0 0;
    }

    .faq-box h3 {
        font-size: 32px;
    }

    .faq .sec-heading p {
        font-size: 18px;
    }

    /* .faq-main .faq-sec-view {
        padding: 50px 0;
    }

    .faq-main .faq-sec-view:nth-child(2n) {
        padding: 50px 0;
    } */

    .faq-box .accordion-button {
        font-size: 22px;
    }

    .faq-box .accordion-body {
        font-size: 18px;
    }

    .faq-box ul li {
        font-size: 18px;
    }

    .faq-rtg .faq-box .accordion .accordion-body .row {
        margin-bottom: 30px;
    }

    .faq-rtg {
        padding: 50px 0;
    }

    .faq-club {
        padding: 50px 0;
    }

    .faq-contact-main {
        padding-bottom: 50px;
    }

    .faq-contact h6 {
        font-size: 22px;
    }

    .epic-adventures .sec-heading h6 {
        font-size: 28px;
    }

    .upcoming-previous-rallies {
        padding: 120px 0 0;
    }

    .upcoming-previous-rallies .col-xl-3 {
        margin-bottom: 50px;
    }

    .upcoming-previous-rallies .sec-heading h2 {
        margin-bottom: 40px;
    }

    .rally-event-top {
        padding: 130px 0 0;
    }

    .rally-event-top-img img:nth-child(1) {
        display: none;
    }

    .rally-event-top-img img:nth-child(2) {
        display: block;
    }

    .rally-event-top-cnt h3 {
        font-size: 36px;
    }

    .footer {
        padding: 50px 0 0;
    }

    .footer-img {
        margin-top: -28px;
    }

    .awards-logo ul li {
        margin: 0 60px 30px 0;
    }

    .footer-content p {
        font-size: 18px;
    }

    .footer-copyright p {
        font-size: 18px;
    }

    .scroll-to-top {
        right: 30px;
    }

    .previous-ralli .upcoming-previous-rallies {
        padding: 130px 0 10px;
    }

    .previous-ralli .upcoming-previous-rallies .sec-heading h2 {
        margin-bottom: 20px;
    }

    .about-main {
        padding: 50px 0;
    }

    .why-rally {
        padding: 50px 0;
    }

    .why-rally-cnt h2 {
        font-size: 32px;
    }

    .why-rally-btn {
        display: block;
        text-align: center;
    }

    .why-rally-btn .thm-btn-1 {
        margin: 0 0 20px 0;
    }

    .about-main .large-logo {
        width: 100%;
        left: -56px;
        top: 0;
        bottom: 0;
    }

    .carrera-bavaria-count .large-logo {
        width: 100%;
        left: -142px;
        top: -38px;
        bottom: -57px;
    }

    .rally-event-p-top {
        padding: 120px 0 0 0;
        margin-top: -120px;
    }

    .entry-list {
        padding: 170px 0;
    }

    .request-entry {
        padding: 170px 0;
    }

    .completed-rally {
        text-align: center;
    }

    .completed-rally .d-flex {
        display: block !important;
    }

    .completed-rally h4 {
        font-size: 32px;
        margin: 30px 0 20px;
    }

    .completed-rally a {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .completed-rally-img {
        display: none;
    }

    .contact .large-logo {
        width: 100%;
        height: 46%;
        left: -22%;
    }

    .contact-btn .thm-btn-1 {
        min-width: 230px;
    }

    .contact-btn .thm-btn-1:last-child {
        margin-top: 20px;
    }

    .photography-highlights h1 {
        font-size: 32px;
    }

    .photography-highlights h2 {
        font-size: 32px;
    }

    .photography-highlights {
        font-size: 18px;
    }

    .carrera-bavaria-list ul li img {
        width: 44%;
    }

    .faq-contact p {
        font-size: 18px;
    }

    .faq-contact a {
        font-size: 20px;
    }

    .video-graphy-highlight {
        padding-top: 50px;
    }

    .video-graphy-highlight .sec-heading h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .video-graphy-highlight .vc_custom_1709136893161 {
        margin-bottom: 50px;
    }

    .never-rallied {
        margin-bottom: 50px;
    }

    .previous-ralli .upcoming-previous-rallies {
        padding: 137px 0 10px;
    }

    .previous-ralli .upcoming-previous-rallies .sec-heading {
        margin-bottom: 50px;
    }

    .epic-adventures .watermark-logo-left {
        top: 0%;
        height: 29%;
    }

    .faq-main .large-logo {
        width: 60%;
        height: 12%;
        right: -76px;
    }

    .brochure .large-logo {
        width: 80%;
        height: 50%;
        top: -2%;
        right: -108px;
    }

    .our-team .large-logo {
        width: 80%;
        height: 30%;
        top: 3%;
        right: -30px;
    }

    .rally-reports .large-logo {
        top: 13%;
        width: 100%;
        height: 43%;
    }

    .photos {
        padding: 144px 0;
    }

    .rally-reports {
        padding: 144px 0;
    }

    .rally-results {
        padding: 144px 0;
    }

    .request-entry {
        padding: 144px 0;
    }

    .entry-list {
        padding: 144px 0;
    }

    .brochure {
        padding: 144px 0 0;
    }

    .recce-report {
        padding: 144px 0;
    }

    .partners-logo ul li {
        width: 33.333333%;
    }

    .contact-form nf-fields-wrap nf-field {
        width: 100%;
    }

    .contact-form .submit-wrap .ninja-forms-field {
        width: 100%;
    }
}

@media(max-width: 575.98px) {
    .header {
        padding: 12px 0;
    }

    .header .navbar .header-social {
        display: block;
        padding: 24px 12px 24px;
    }

    .header-social {
        display: none;
    }

    .sidebar-menu {
        float: right;
    }

    .sidebar-menu .navbar {
        height: auto;
    }

    .sidebar-menu .openbtn i {
        margin-right: 8px;
    }

    .sidebar-menu .openbtn {
        font-size: 16px;
    }

    .header .col-12 {
        order: 1;
    }

    .header .col-8 {
        order: 2;
    }

    .header .col-4 {
        order: 3;
    }

    .thm-btn {
        font-size: 18px;
    }

    .thm-btn-1 {
        font-size: 18px;
    }

    .thm-btn-2 {
        font-size: 18px;
    }

    .sidebar-menu .navbar-nav .dropdown-menu {
        padding-left: 0px;
    }

    .sidebar-menu .navbar-nav .dropdown-menu {
        position: unset;
        padding: 20px 0 0;
        transform: translate(-0%, 0%);
    }

    .header-contact {
        padding: 24px 24px 0;
    }

    .header-logo {
        margin: unset;
    }

    .sidebar-menu .navbar {
        border-right: none;
        width: auto;
    }

    .sidebar-menu .navbar {
        padding: 24px 24px 0px 12px;
        min-height: 0px;
    }

    .sidebar-menu .navbar .dropdown-menu li:last-child {
        padding-bottom: 0;
    }

    .sidebar-menu .dropdown-item {
        padding: 0 0 0 15px;
    }

    .sidebar-menu .close-box {
        padding: 20px 0 20px 24px;
        border-right: 0;
        width: 100%;
    }

    .sidebar-menu .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        padding-right: 0;
    }

    .sidebar-menu .dropdown-item {
        font-size: 18px;
    }

    .sidebar-menu .dropdown-item {
        width: auto;
    }

    .epic-adventures {
        padding: 40px 0 0;
    }

    .epic-adventures .sec-heading p {
        font-size: 24px;
    }

    .sec-heading h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .sec-heading p {
        font-size: 16px;
    }

    .epic-adventures .sec-heading h6 {
        font-size: 26px;
    }

    .upcoming-rallies {
        padding: 20px 0px 50px 15px;
    }

    .upcoming-rallies .sec-heading h2 {
        font-size: 28px;
        margin-left: -15px;
        margin-bottom: 50px;
    }

    .upcoming-rallies-cnt p {
        font-size: 16px;
        min-height: 87px;
    }

    .upcoming-rallies .slick-next {
        right: 15px;
        top: 32%;
    }

    .upcoming-rallies .slick-prev {
        left: 15px;
        top: 32%;
    }

    .featured-video {
        padding: 40px 0 0;
    }

    .featured-video .sec-heading h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .featured-video .sec-heading p {
        font-size: 16px;
    }

    .more-videos {
        padding: 50px 0;
    }

    .previous-rallies {
        padding: 60px 0 20px;
    }

    .previous-rallies .sec-heading h2 {
        font-size: 28px;
    }

    .previous-rallies .sec-heading p {
        font-size: 16px;
    }

    .previous-rallies-logo {
        margin-top: 70px;
    }

    .previous-rallies-logo ul li {
        width: 33.33333333%;
        padding: 0 7px;
    }

    .testimonial {
        padding: 50px 0;
    }

    .testimonial-cnt h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .testimonial .slick-next {
        right: 12px;
        top: 91%;
    }

    .testimonial .slick-prev {
        right: 85px;
        top: 91%;
    }

    .testimonial-cnt .client-name {
        font-size: 22px;
    }

    .testimonial-cnt span {
        font-size: 18px;
    }

    .counter-box h6 {
        font-size: 18px;
    }

    .latest-news {
        padding: 40px 0 0;
    }

    .latest-news .sec-heading h2 {
        font-size: 28px;
    }

    .latest-news .sec-heading p {
        font-size: 16px;
    }

    .latest-news-list {
        padding: 20px 0px 50px 15px;
    }

    .latest-news-cnt h6 {
        font-size: 22px;
        min-height: 132px;
    }

    .latest-news-cnt {
        padding: 20px;
    }

    .latest-news-list .slick-prev {
        left: 15px;
    }

    .latest-news-list .slick-next {
        right: 15px;
    }

    .never-rallied {
        padding: 60px 0;
    }

    .never-rallied .sec-heading h2 {
        font-size: 28px;
    }

    .never-rallied .sec-heading p {
        font-size: 16px;
    }

    .social-channels {
        padding: 40px 0;
    }

    .social-channels .sec-heading h2 {
        font-size: 28px;
    }

    .carrera-bavaria .sec-heading h3 {
        font-size: 28px;
    }

    .carrera-bavaria .sec-heading p {
        font-size: 22px;
    }

    .carrera-bavaria-count .container {
        max-width: 100%;
    }

    .carrera-bavaria-count {
        padding: 50px 0 20px;
    }

    .carrera-bavaria-list ul li {
        width: 100%;
    }

    .videos .sec-heading h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .photos .sec-heading h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .photos-btm-cnt p {
        font-size: 22px;
    }

    .photos-btm-cnt {
        padding: 40px 0 0;
    }

    .rally-reports .sec-heading h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .rally-event-map-cnt p {
        font-size: 16px;
    }

    .rally-event-video-cnt p {
        font-size: 16px;
    }

    .rally-event-map-box iframe {
        height: 338px;
    }

    .request-entry .sec-heading h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .entry-list .sec-heading h2 {
        font-size: 28px;
    }

    .entry-list table tbody tr td:nth-child(2) {
        min-width: 260px;
    }

    .rally-event-map-cnt {
        padding: 30px;
    }

    .rally-event-video-cnt {
        padding: 0px 30px 30px 30px;
    }

    .rally-event-video-box:before {
        top: 15px;
        width: calc(100% + 15px);
    }

    .brochure iframe {
        height: 328px;
    }

    .custom-modal .modal-body {
        padding: 30px 20px 20px;
    }

    .custom-modal .requesting-cnt h2 {
        font-size: 28px;
    }

    .custom-modal .requesting-cnt p {
        font-size: 16px;
    }

    .requesting-form p {
        font-size: 16px;
    }

    .about-left-cnt {
        padding: 30px;
    }

    .about-left-cnt p {
        font-size: 16px;
    }

    .about-right-cnt {
        padding: 0px 30px 30px;
    }

    .about-right-cnt h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .about-right-cnt ul li {
        font-size: 16px;
    }

    .about-team-modal .modal-body {
        padding: 66px 35px 0px 20px;
    }

    .our-team .gx-5 {
        --bs-gutter-x: 0px;
    }

    .event-team {
        padding: 40px 0 10px;
    }

    .event-team .gx-5 {
        --bs-gutter-x: 0px;
    }

    .our-team .sec-heading h2 {
        font-size: 28px;
    }
    .our-team .sec-heading h4 {
        font-size: 24px;
    }

    

    .our-founders {
        padding: 40px 0 10px;
    }

    .our-founders .gx-5 {
        --bs-gutter-x: 0px;
    }

    .faq {
        padding: 40px 0 20px;
    }

    .faq .sec-heading h2 {
        font-size: 28px;
    }

    .faq .sec-heading p {
        font-size: 16px;
    }

    .faq-box h3 {
        font-size: 28px;
    }

    .faq-box .accordion-button {
        font-size: 20px;
    }

    .faq-box .accordion-button::after {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .faq-box .accordion-body {
        font-size: 16px;
    }

    .faq-box ul li {
        font-size: 16px;
    }

    .faq-main .faq-box .accordion .accordion-body .row img {
        margin-bottom: 15px;
    }

    .faq-rtg {
        padding: 40px 0;
    }

    .faq-club {
        padding: 40px 0;
    }

    .faq-contact h6 {
        font-size: 20px;
    }

    .faq-contact p {
        font-size: 16px;
    }

    .upcoming-previous-rallies .col-xl-3 {
        margin-bottom: 40px;
    }

    .upcoming-previous-rallies .sec-heading h2 {
        margin-bottom: 30px;
    }

    .rally-event-top {
        padding: 100px 0 0;
    }

    .rally-event-map-box {
        margin-top: 30px;
    }

    .rally-event-top-cnt h3 {
        font-size: 28px;
    }

    .rally-event-top-cnt p {
        font-size: 22px;
    }

    .recce-report .owl-carousel .owl-item img {
        height: 205px;
    }

    .footer-content h5 {
        font-size: 24px;
    }

    .footer-content p {
        font-size: 16px;
    }

    .footer-copyright p {
        font-size: 16px;
    }

    .scroll-to-top {
        right: 12px;
        width: 40px;
        height: 40px;
        bottom: 12px;
        font-size: 22px;
    }

    .scroll-to-top::after {
        line-height: 40px;
    }

    .awards-logo ul li {
        /*width: 28%;
        margin: 0 3%;
        text-align: center;*/
    }

    .about-banner {
        height: 40vh;
    }

    .about-btm-slider .owl-carousel .owl-item img {
        height: 205px;
    }

    .why-rally-cnt h2 {
        font-size: 28px;
    }

    .carrera-bavaria-count {
        overflow: hidden;
    }

    .carrera-bavaria-count .large-logo {
        width: 100%;
        left: -72px;
        top: 160px;
        bottom: 36%;
        height: 55%;
    }

    .rally-event-p-top {
        padding: 160px 0 0 0;
        margin-top: -160px;
    }

    .completed-rally h4 {
        font-size: 28px;
    }

    .contact {
        padding: 126px 0 40px;
    }

    .contact .large-logo {
        height: 26%;
        left: -21%;
    }

    .request-entry .sec-heading p {
        width: 90%;
    }

    .home-video {
        display: none;
    }

    .home-img-mobile {
        display: block;
    }

    .contact-btn .thm-btn-1 {
        min-width: 280px;
        margin-bottom: 20px;
    }

    .contact-btn .thm-btn-1:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .rally-results .sec-heading h2 {
        font-size: 28px;
    }

    .previous-ralli .watermark-logo-left {
        left: -16%;
        top: 2%;
        bottom: 0px;
        width: 82%;
        height: 4%;
    }

    .photography-highlights h1 {
        font-size: 28px;
    }

    .photography-highlights h2 {
        font-size: 28px;
    }

    .previous-rallies-main .carrera-france {
        margin-top: -45px;
    }

    .carrera-bavaria-list ul li img {
        width: 235px;
    }

    .faq-contact a {
        font-size: 18px;
    }

    .video-graphy-highlight .sec-heading h3 {
        font-size: 28px;
    }

    .epic-adventures .watermark-logo-left {
        top: -1%;
        width: 80%;
        height: 19%;
    }

    .faq-main .large-logo {
        width: 100%;
        height: 9%;
        right: -74px;
    }

    .brochure .large-logo {
        width: 100%;
        height: 85%;
        top: 0;
        right: -132px;
    }

    .our-team .large-logo {
        width: 87%;
        height: 9%;
        top: 73px;
        right: -75px;
    }

    .watermark-logo-right {
        top: 0px;
        width: 50%;
        height: 30%;
    }

    .partners-logo ul li {
        width: 50%;
    }

    .partners-logo ul li {
        margin-right: 0px;
    }

    .rally-reports .large-logo {
        top: 12%;
        width: 77%;
        height: 26%;
        right: -80px;
        transform: rotate(15deg);
    }

    .counter-box .counter-word {
        font-size: 18px;
        word-break: break-all;
    }

    .counter-box .counter-btm-txt {
        margin: 13px 0 0;
    }

    .rally-event-top .col-sm-6 {
        width: 50%;
    }
    .requesting-form .nf-form-fields-required {
        font-size: 16px;
    }
    .requesting-form .nf-field-label label {
        font-size: 16px;
    }
    .requesting-form a {
        font-size: 20px;
    }
}

@media(max-width:425px) {
    .rally-reports .large-logo {
        top: 8%;
        width: 89%;
        height: 30%;
        right: -80px;
    }

    .brochure .large-logo {
        width: 100%;
        height: 64%;
        top: 0;
        right: -90px;
    }
}

@media(max-width:375px) {
    .rally-reports .large-logo {
        top: 8%;
        width: 89%;
        height: 30%;
        right: -80px;
    }

    .brochure .large-logo {
        height: 56%;
    }
}

@media(max-width: 370px) {
    .request-entry .sec-heading p {
        width: 100%;
    }
}

@media(max-width: 340px) {
    .rally-reports .large-logo {
        top: 2%;
        width: 100%;
        height: 27%;
        right: -80px;
    }

    .brochure .large-logo {
        right: -60px;
        height: 51%;
    }
}

.sidebar-menu .mobile {
    display: none;
}

@media(max-width: 575.98px) {
    .sidebar-menu .web {
        display: none;
    }

    .sidebar-menu .navbar-nav .nav-item .mobile .nav-link {
        width: fit-content;
    }

    .sidebar-menu .mobile {
        display: block;
    }

    .sidebar-menu .mobile .nav-link {
        width: fit-content;
    }

    .sidebar-menu .mobile .nav-link.dropdown-toggle {
        float: right;
        margin-top: -25px;
    }
}