html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

main {
  min-height: 78vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(0.97);
    transform-origin: 0 0;
  }
}

.ddmg-sig {
  background-color: #2e2f30;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dcdcdc;
}

@keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
}
@keyframes rotated-style2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-10px, 10px) rotate(10deg);
    transform: translate(-10px, 10px) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(5px, -5px) rotate(25deg);
    transform: translate(5px, -5px) rotate(25deg);
  }
  75% {
    -webkit-transform: translate(15px, -5px) rotate(15deg);
    transform: translate(15px, -5px) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid red;
}
@media (min-width: 768px) {
  .img-banner {
    padding-top: 165px;
    padding-bottom: 65px;
  }
}

h1 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1382px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
.page-header-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 377px;
  content: "";
  background-image: -ms-linear-gradient(0deg, #eef0f6 0%, rgba(238, 240, 246, 0) 100%);
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}
.page-header__inner h2 {
  font-size: 40px;
  color: var(--brote-base);
  font-weight: 700;
  line-height: 50px;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}
.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: 0 0 5px #000;
}
.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: 0 0 5px #000;
}
.thm-breadcrumb li:hover a {
  color: #eee;
}
.thm-breadcrumb li + li {
  margin-left: 4px;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}
.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}
.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 147px 0 40px 0;
  }
}
.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.become-member-bg {
  background: url("../../images/become-member-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 45%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 35%;
  }
}

.parallax1 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/parallax-one.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 112px 0;
  background-position: 0 166px;
}
@media (min-width: 768px) {
  .parallax1 {
    margin-top: 138px;
  }
}
@media (min-width: 1200px) {
  .parallax1 {
    margin-top: 88px;
  }
}

.navbar {
  position: relative;
  width: 100%;
  background-color: #000;
  z-index: 9;
}
@media (min-width: 768px) {
  .navbar {
    position: absolute;
    background-color: #000;
  }
}
@media (min-width: 1024px) {
  .navbar {
    position: absolute;
    background-color: #00000069;
  }
}
.navbar .container {
  max-width: 1300px;
}
.navbar .nav-item .nav-link {
  font-weight: 500;
  font-size: 19px;
  padding: 10px 15px !important;
  color: #ffffff;
  text-shadow: 0 0 5px #000;
  text-transform: uppercase;
}
.navbar .nav-item .nav-link.is-active {
  text-decoration: underline;
  text-decoration-color: #A60B1D;
  text-decoration-thickness: 3px;
}
@media (min-width: 768px) {
  .navbar .nav-item .nav-link {
    font-size: 17px;
    padding: 10px 6px !important;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-item .nav-link {
    font-size: 13px;
    padding: 10px 6px !important;
  }
}
@media (min-width: 1080px) {
  .navbar .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 6px !important;
  }
}
@media (min-width: 1194px) {
  .navbar .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 6px !important;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item .nav-link {
    font-size: 19px;
    padding: 10px 6px !important;
  }
}
@media (min-width: 1280px) {
  .navbar .nav-item .nav-link {
    font-size: 18px;
    padding: 10px 6px !important;
  }
}
@media (min-width: 768px) {
  .navbar .nav-item .nav-link img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-item .nav-link img {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .navbar .nav-item .nav-link img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item .nav-link img {
    width: 95%;
  }
}
@media (min-width: 1366px) {
  .navbar .nav-item .nav-link img {
    width: 95%;
  }
}
@media (min-width: 1700px) {
  .navbar .nav-item .nav-link img {
    width: 80%;
  }
}
.navbar .dropdown .dropdown-menu {
  background-color: #004B6E;
  border-radius: 0;
}
.navbar .dropdown .dropdown-menu a {
  text-shadow: none;
}

.main-slide .carousel-item img {
  width: 100%;
}

.carousel {
  padding: 0;
  overflow: hidden;
}
.carousel .carousel-indicators {
  z-index: 1;
}
.carousel span {
  position: absolute;
  bottom: -50px;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.7);
  animation: animate 4s linear infinite;
}
.carousel span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.25) translate(-70%, -70%);
  background: radial-gradient(#fff, transparent);
  border-radius: 50%;
}
@keyframes animate {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  60%, 99% {
    opacity: 1;
  }
  100% {
    transform: translateY(-1200%);
    opacity: 0;
  }
}
.carousel .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .carousel .slider-text {
    padding-left: 75px;
    margin-top: -270px;
    text-align: left;
    width: 65%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .carousel .slider-text {
    padding-left: 125px;
    margin-top: -250px;
  }
}
@media (min-width: 1200px) {
  .carousel .slider-text {
    margin-top: -390px;
    padding-left: 305px;
  }
}
@media (min-width: 1366px) {
  .carousel .slider-text {
    margin-top: -280px;
    padding-left: 185px;
  }
}
@media (min-width: 1800px) {
  .carousel .slider-text {
    margin-top: -350px;
    padding-left: 185px;
  }
}
.carousel .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #000;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .carousel .slider-text h1 {
    font-size: 35px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .carousel .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .carousel .slider-text h1 {
    font-size: 46px;
  }
}
.carousel .slider-text p {
  color: #000;
  font-weight: 40;
  margin-bottom: 40px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .carousel .slider-text p {
    color: #fff;
  }
}
.carousel .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .carousel .overlay {
    height: 338px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .carousel .overlay {
    height: 478px;
  }
}
@media (min-width: 1200px) {
  .carousel .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item img {
  animation: zoom 25s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.welcome-section {
  background: #000;
}
.welcome-section .container {
  padding: 55px 15px 0px 15px;
}
.welcome-section h2 {
  font-size: 20px;
  text-align: center;
  color: white;
  font-family: "Audiowide", cursive;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 2;
}
@media (min-width: 768px) {
  .welcome-section h2 {
    font-size: 33px;
  }
}
.welcome-section .cars-graphic img {
  position: relative;
  left: 20%;
  bottom: -46%;
  width: 60%;
}
@media (min-width: 768px) {
  .welcome-section .cars-graphic img {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .welcome-section .cars-graphic img {
    width: 70%;
  }
}

.feature-area {
  background: white;
  background-image: url(../../images/focus-area-bg.png);
  background-size: cover;
  padding: 220px 0px 120px;
}
.feature-area .container-fluid {
  padding: 0 165px;
}
@media (min-width: 768px) {
  .feature-area .container-fluid {
    padding: 0 55px;
  }
}
@media (min-width: 1080px) {
  .feature-area .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 1194) {
  .feature-area .container-fluid {
    padding: 0 65px;
  }
}
@media (min-width: 1200px) {
  .feature-area .container-fluid {
    padding: 0 25px;
  }
}
@media (min-width: 1366px) {
  .feature-area .container-fluid {
    padding: 0 75px;
  }
}
@media (min-width: 1700px) {
  .feature-area .container-fluid {
    padding: 0 165px;
  }
}
.feature-area .container-fluid a:hover {
  text-decoration: none;
}
.feature-area .single-feature {
  position: relative;
}
.feature-area .single-feature img {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  max-width: 290px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .feature-area .single-feature img {
    max-width: 320px;
  }
}
@media (min-width: 1024px) {
  .feature-area .single-feature img {
    max-width: 203px;
  }
}
@media (min-width: 1200px) {
  .feature-area .single-feature img {
    max-width: 100%;
  }
}
.feature-area .single-feature:hover img {
  -webkit-transform: translate(0px, 82%);
  transform: translate(0px, 82%);
}
.feature-area .single-feature:hover .feature-info {
  -webkit-transform: translate(25px, -82%);
  transform: translate(25px, -82%);
  background-color: #a60b1d;
}
.feature-area .single-feature .feature-info {
  background-color: #004B6E;
  padding: 20px 31px;
  justify-content: center;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  max-width: 260px;
  -webkit-transform: translate(25px, -70px);
  transform: translate(25px, -70px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .feature-area .single-feature .feature-info {
    max-width: 190px;
    -webkit-transform: translate(7px, -10px);
    transform: translate(7px, -10px);
    padding: 20px 20px;
  }
}
@media (min-width: 1024px) {
  .feature-area .single-feature .feature-info {
    max-width: 190px;
    -webkit-transform: translate(7px, -10px);
    transform: translate(7px, -10px);
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  .feature-area .single-feature .feature-info {
    max-width: 320px;
    -webkit-transform: translate(7px, -42px);
    transform: translate(7px, -42px);
    padding: 20px 20px;
  }
}
.feature-area .single-feature .feature-info .feature-txt {
  color: #fff;
}
.feature-area .single-feature .feature-info .feature-txt h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Audiowide", cursive;
}
@media (min-width: 1024px) {
  .feature-area .single-feature .feature-info .feature-txt h3 {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .feature-area .single-feature .feature-info .feature-txt h3 {
    font-size: 24px;
  }
}
.feature-area .single-feature .feature-info .icon-wrapper i {
  font-size: 50px;
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}
@media (min-width: 1024px) {
  .feature-area .single-feature .feature-info .icon-wrapper i {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .feature-area .single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
  }
}

.gauto-promo-area {
  position: relative;
  background: url(../../images/join_bg.jpg) no-repeat;
  background-attachment: inherit;
  background-size: auto;
  background-position: -170px 105px;
  z-index: 1;
}
@media (min-width: 768px) {
  .gauto-promo-area {
    background-position: 0 244px;
  }
}
@media (min-width: 1024px) {
  .gauto-promo-area {
    background-position: 0 -246px;
  }
}
@media (min-width: 1080px) {
  .gauto-promo-area {
    background-position: right;
    background-attachment: inherit;
  }
}
@media (min-width: 1200px) {
  .gauto-promo-area {
    background-position: right;
  }
}
.gauto-promo-area:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  z-index: -1;
}
.gauto-promo-area .container-fluid {
  padding: 0 15px;
}
@media (min-width: 1080px) {
  .gauto-promo-area .container-fluid {
    padding: 0 65px;
  }
}
@media (min-width: 1200px) {
  .gauto-promo-area .container-fluid {
    padding: 0 65px;
  }
}
.gauto-promo-area h1 {
  color: #fff;
  font-family: "Audiowide", cursive;
}
.gauto-promo-area h2 {
  font-size: 22px;
  color: #fff;
}
.gauto-promo-area p {
  color: #fff;
}
.gauto-promo-area p small {
  color: #fff;
  font-size: 17px;
  text-decoration: underline;
}

.events-home {
  overflow-y: clip;
}

.promo-box-right {
  padding: 72px 0;
}
.promo-box-right h3 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.col-lg-7 {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-lg-7 {
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .col-lg-7 {
    padding-right: 215px;
  }
}
@media (min-width: 1080px) {
  .col-lg-7 {
    padding-right: 35px;
  }
}
@media (min-width: 1200px) {
  .col-lg-7 {
    padding-right: 195px;
  }
}

.promo-box-left {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 50px;
}
.promo-box-left:after {
  position: absolute;
  background: #A60B1D none repeat scroll 0 0;
  content: "";
  top: 0;
  right: -5%;
  width: 2030px;
  height: 102%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  z-index: -1;
}
@media (min-width: 375px) {
  .promo-box-left:after {
    right: -4%;
  }
}
@media (min-width: 768px) {
  .promo-box-left:after {
    right: -2%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@media (min-width: 1024px) {
  .promo-box-left:after {
    right: -52%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    height: 132%;
  }
}
@media (min-width: 1080px) {
  .promo-box-left:after {
    right: -2%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@media (min-width: 1200px) {
  .promo-box-left:after {
    right: -13%;
    -webkit-transform: skewX(38deg);
    transform: skewX(38deg);
    width: 150%;
    height: 136%;
  }
}
.promo-box-left:before {
  position: absolute;
  background: #fff none repeat scroll 0 0;
  content: "";
  top: 0;
  right: -19%;
  width: 46px;
  height: 102%;
  -webkit-transform: skewX(38deg);
  transform: skewX(38deg);
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .promo-box-left:before {
    display: none;
  }
}
@media (min-width: 1080px) {
  .promo-box-left:before {
    right: -53%;
  }
}
@media (min-width: 1200px) {
  .promo-box-left:before {
    right: -17%;
    display: block;
    height: 132%;
  }
}

.quote-news-container h2 {
  font-family: "Sulphur Point", sans-serif;
  font-size: 42px;
}
@media (min-width: 768px) {
  .quote-news-container h2 {
    font-size: 44px;
  }
}
.quote-news-container .div1 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/sponsor_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  padding: 15px;
}
@media (min-width: 768px) {
  .quote-news-container .div1 {
    padding: 60px;
  }
}
@media (min-width: 1024px) {
  .quote-news-container .div1 {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .quote-news-container .div1 {
    background-attachment: fixed;
    background-position: -465px center;
  }
}
.quote-news-container .div1 h2 {
  color: #fff;
  text-shadow: 0 0 9px #000;
}
.quote-news-container .div2 {
  background-color: #ffffff;
  background: url(../../images/car_month_bg.png) no-repeat;
  background-size: cover;
  padding: 20px;
  color: #004B6E;
}
@media (min-width: 1024px) {
  .quote-news-container .div2 {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .quote-news-container .div2 {
    padding: 60px;
  }
}
.quote-news-container .div2 p {
  color: #000000;
}
.quote-news-container .div2 .test-box {
  margin-bottom: 45px;
}
.quote-news-container .div2 .test-box:last-child {
  margin-bottom: 15px;
}
.quote-news-container .div2 img {
  margin: 0 auto;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .quote-news-container .div2 img {
    float: right;
    width: 55%;
    margin-left: 10px;
  }
}

.car-month h2 {
  font-size: 25px;
}
.car-month img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .car-month img {
    float: right;
    width: 50%;
    margin-left: 10px;
    margin-bottom: 0px;
  }
}
.car-month .card {
  background: #eee;
}
.car-month .card-header {
  background-color: aliceblue;
}
.car-month .card-body {
  background: #eee;
}

footer {
  background-color: #000000;
  color: #ffffff;
}
footer .footer-top {
  padding: 60px 0;
}
@media (min-width: 320px) {
  footer {
    text-align: center;
  }
}
footer img {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  footer img {
    width: 80%;
  }
}
footer .address {
  font-size: 16px;
}
@media (min-width: 768px) {
  footer .address {
    margin-top: 21px;
  }
}
@media (min-width: 1200px) {
  footer .address {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
}
footer ul {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer ul {
    columns: 4;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  footer ul {
    columns: 3;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer ul {
    columns: 4;
    text-align: left;
  }
}
footer ul a {
  color: #ffffff;
}
footer ul a:hover {
  color: #ffffff;
}
footer .slogan {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
}
@media (min-width: 768px) {
  footer .slogan {
    font-size: 12px;
  }
}
footer .slogan img {
  width: 25%;
}
@media (min-width: 768px) {
  footer .slogan img {
    width: 28%;
  }
}
@media (min-width: 320px) {
  footer .slogan {
    text-align: center;
  }
}

.bottom-footer {
  background-color: #081e2d;
  padding: 5px 0;
}
.bottom-footer p {
  margin-bottom: 0;
  color: #dedede;
}

.history-page .card {
  background-color: #eee;
}
.history-page .history-imgs {
  overflow: hidden;
  height: 200px;
}
.history-page .history-imgs img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.single-upcoming-events-box {
  margin-bottom: 30px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.single-upcoming-events-box .events-box {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box {
    display: flex;
  }
}
.single-upcoming-events-box .events-box .events-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.single-upcoming-events-box .events-box .events-content .content {
  padding: 30px;
}
.single-upcoming-events-box .events-box .events-content .content h2 {
  font-size: 23px;
  font-weight: 600;
}
.single-upcoming-events-box .events-box .events-content .content h2 a {
  display: inline-block;
  color: #004B6E;
}
.single-upcoming-events-box .events-box .events-content .content .location {
  display: block;
  color: #A60B1D;
  margin-top: 15px;
}
.single-upcoming-events-box .events-box .events-content .content .location i {
  color: #004B6E;
  margin-right: 2px;
}
.single-upcoming-events-box .events-box .events-date {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-date {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.single-upcoming-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  background-color: #004B6E;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
.single-upcoming-events-box .events-box .events-date .date .d-date {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 55px 0;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-date .date .d-date {
    padding: 0;
  }
}
.single-upcoming-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.single-upcoming-events-box .events-box .events-date .date span::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 4px;
  background: #ffffff;
  width: 1px;
  height: 30px;
  transform: rotate(40deg);
}
.single-upcoming-events-box .events-box .events-date .date h3 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
}
.single-upcoming-events-box .events-box .events-date .date i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
}

.events-detail-page h3 {
  font-size: 22px;
  color: #004B6E;
}
.events-detail-page span {
  margin-right: 15px;
}
.events-detail-page .card {
  background-color: aliceblue;
}
.events-detail-page .map iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .events-detail-page .map iframe {
    margin-bottom: 40px;
  }
}
.events-detail-page .meeting-gal {
  height: auto;
}
@media (min-width: 768px) {
  .events-detail-page .meeting-gal {
    overflow: hidden;
    height: 200px;
  }
  .events-detail-page .meeting-gal img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
.events-detail-page .member-meeting .cruise-gal, .events-detail-page .cruise-event .cruise-gal {
  height: auto;
}
@media (min-width: 768px) {
  .events-detail-page .member-meeting .cruise-gal, .events-detail-page .cruise-event .cruise-gal {
    overflow: hidden;
    height: 200px;
  }
  .events-detail-page .member-meeting .cruise-gal img, .events-detail-page .cruise-event .cruise-gal img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .events-detail-page .member-meeting .map iframe, .events-detail-page .cruise-event .map iframe {
    width: 40%;
    float: right;
  }
}

.vehicle-signup-page {
  background: white;
  background-image: url(../../images/focus-area-bg.png);
  background-size: cover;
  padding: 6% 0;
}
.vehicle-signup-page .card {
  background-color: #f0f8ffc4;
}

.cruise-signup .card {
  background-color: #eee;
}

.photo-gallery-page .card {
  background-color: aliceblue;
}
.photo-gallery-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-gallery-page .cat-topic a {
  color: #000;
  background-color: #009EE8;
  border: 1px solid #004B6E;
  padding: 6px 9px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  border-radius: 0px;
  font-size: 16px;
}
.photo-gallery-page .cat-topic a:hover {
  text-decoration: none;
}
.photo-gallery-page .cat-topic a.active-topic {
  background-color: #004B6E;
  border: 1px solid #004B6E;
  color: #fff;
  white-space: normal;
  border-radius: 0px;
}
.photo-gallery-page .gallery-img {
  overflow: hidden;
  height: 200px;
}
.photo-gallery-page .gallery-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.photo-gallery-page .gallery-vid {
  overflow: hidden;
  height: 200px;
}
.photo-gallery-page .gallery-vid iframe {
  width: 100%;
  height: 200px;
}

.become-member-box {
  padding-top: 42px;
}
.become-member-box .member-title {
  color: #eee;
  font-size: 32px;
}
@media (min-width: 768px) {
  .become-member-box {
    padding-top: 232px;
  }
}
@media (min-width: 1024px) {
  .become-member-box {
    padding-top: 192px;
  }
}
@media (min-width: 1200px) {
  .become-member-box {
    padding-top: 252px;
  }
}
.become-member-box .card {
  background-color: #000000a1;
}
.become-member-box .card h2 {
  color: #fff;
  font-size: 22px;
}
.become-member-box .form-group input, .become-member-box .form-group select {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.become-member-box .form-group input::placeholder, .become-member-box .form-group select::placeholder {
  color: #fff;
}
.become-member-box .form-group input:focus, .become-member-box .form-group select:focus {
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.become-member-box label {
  color: #fff;
  margin-bottom: 0;
}
.become-member-box .btn-main {
  font-size: 20px;
}

.links-page a {
  font-size: 22px;
  color: #004B6E;
}
.links-page .card {
  background-color: aliceblue;
}

.our_services .services_image {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0px;
}
.our_services .services_image .image-box {
  align-items: center;
  justify-content: center;
  display: flex;
}
.our_services .services_image .image-box img {
  margin-right: 10px;
}
.our_services .service_heading {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 20px 20px;
  text-align: center;
}
.our_services .service_heading h2 {
  margin: 0;
}
.our_services h3 {
  font-size: 24px;
}
.our_services ul {
  justify-content: center;
  display: flex;
}
@media (min-width: 768px) {
  .our_services ul {
    justify-content: left;
    display: block;
  }
}
.our_services ul li {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
}
.our_services ul li i {
  font-size: 33px;
  margin-right: 10px;
}

.member-car-gallery .card {
  background-color: #eee;
}
.member-car-gallery .car-gallery-photo {
  overflow: hidden;
  height: 200px;
}
.member-car-gallery .car-gallery-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.member-car-info img {
  margin: 0 auto;
}

.member-edit .card {
  background: #eee;
}
.member-edit .card h2 {
  font-size: 22px;
}

.member-profile-photo .btn-primary {
  background: #004b6e;
  border: 1px solid #004b6e;
}
.member-profile-photo .btn-primary:hover {
  background: #004b6ec0;
}

.member-profiles .card {
  background: #eee;
}
.member-profiles img {
  margin: 0 auto;
}
.member-profiles h2 {
  font-size: 22px;
}

.contact-us-page {
  background: url(../../images/contact-page-bg.png) no-repeat;
  background-size: cover;
}
.contact-us-page .card {
  background: #004B6E;
}
.contact-us-page .card .form-group input {
  background: transparent;
  color: #e4e4e4;
}
.contact-us-page .card .form-group input:focus {
  background: #fff;
  color: #545454;
}
.contact-us-page .card textarea {
  background: transparent;
  color: #e4e4e4;
}
.contact-us-page .card textarea:focus {
  background: #fff;
  color: #545454;
}
.contact-us-page .card .hidden-field .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.contact-us-page .card .hidden-field input {
  z-index: -1;
  position: relative;
}

.sponsors-page .card {
  background: aliceblue;
}
.sponsors-page .sponsor-photo {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .sponsors-page .sponsor-photo {
    height: 240px;
  }
}
@media (min-width: 1024px) {
  .sponsors-page .sponsor-photo {
    height: 200px;
  }
}
.sponsors-page .sponsor-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
.sponsors-page h2 {
  font-size: 25px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.sponsors-detail-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .sponsors-detail-page img {
    float: right;
    margin-left: 10px;
    width: 25%;
  }
}

.main-login-page .card {
  background: aliceblue;
}

.member-home-page {
  background: url(../../images/focus-area-bg.png) no-repeat;
  background-size: cover;
}
.member-home-page .main-card {
  background-color: #ffffffbd;
}
.member-home-page .card-two {
  background-color: #eee;
}
.member-home-page .renew-member {
  background: #000000;
  color: #fff;
}
.member-home-page .renew-member:hover {
  background: #A60B1D;
  color: #fff;
}
.member-home-page .signup {
  background: #004B6E;
  border: 1px solid #004B6E;
}

.member-renewal-page {
  background: url(../../images/renewal-bg.png) no-repeat;
}
.member-renewal-page .card {
  border: none;
  background: linear-gradient(#f0f8ffc9, #fff);
}
.member-renewal-page h2 {
  font-size: 32px;
}
.member-renewal-page h3 {
  font-size: 22px;
}

.add-car-page .card {
  background: aliceblue;
}

.edit-car-page .car-info:nth-of-type(even) {
  background-color: #ededed;
}
.edit-car-page .car-info:nth-of-type(odd) {
  background-color: aliceblue;
}
.edit-car-page .car-info a {
  color: #004B6E;
}

.edit-car-detail-page .card {
  background: aliceblue;
}

.delete-car-page .car-info:nth-of-type(even) {
  background-color: #ededed;
}
.delete-car-page .car-info:nth-of-type(odd) {
  background-color: aliceblue;
}
.delete-car-page .car-info a {
  color: #004B6E;
}
.delete-car-page .delete-btn {
  background: #b40707;
  border: 1px solid #b40707;
  color: #fff;
}

.add-car-photo-page .car-info:nth-of-type(even) {
  background-color: #ededed;
}
.add-car-photo-page .car-info:nth-of-type(odd) {
  background-color: aliceblue;
}
.add-car-photo-page .car-info a {
  color: #004B6E;
}

.add-photo-form-page .card, .edit-photo-form-page .card {
  background: aliceblue;
}

.edit-car-photo-page .car-info:nth-of-type(even), .edit-photo-list-page .car-info:nth-of-type(even), .delete-car-photo-page .car-info:nth-of-type(even) {
  background-color: #ededed;
}
.edit-car-photo-page .car-info:nth-of-type(odd), .edit-photo-list-page .car-info:nth-of-type(odd), .delete-car-photo-page .car-info:nth-of-type(odd) {
  background-color: aliceblue;
}
.edit-car-photo-page .car-info a, .edit-photo-list-page .car-info a, .delete-car-photo-page .car-info a {
  color: #004B6E;
}

.delete-car-photo-page .mobile-view, .member-delete-gallery-photo .mobile-view {
  background: #eee;
}
.delete-car-photo-page .sort, .delete-car-photo-page .caption, .delete-car-photo-page .photo, .member-delete-gallery-photo .sort, .member-delete-gallery-photo .caption, .member-delete-gallery-photo .photo {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.delete-car-photo-page .sort h2, .member-delete-gallery-photo .sort h2 {
  font-size: 22px;
}
.delete-car-photo-page .photo img, .member-delete-gallery-photo .photo img {
  display: block;
  margin: 0 auto;
}

.member-add-gal-photo .member-gallery-photo:nth-of-type(even), .member-edit-photo-cat .member-gallery-photo:nth-of-type(even), .member-delete-gallery-photo .member-gallery-photo:nth-of-type(even) {
  background-color: #ededed;
}
.member-add-gal-photo .member-gallery-photo:nth-of-type(odd), .member-edit-photo-cat .member-gallery-photo:nth-of-type(odd), .member-delete-gallery-photo .member-gallery-photo:nth-of-type(odd) {
  background-color: aliceblue;
}
.member-add-gal-photo .member-gallery-photo a, .member-edit-photo-cat .member-gallery-photo a, .member-delete-gallery-photo .member-gallery-photo a {
  color: #004B6E;
}

.member-add-photo-form .card, .member-edit-photo-item .card {
  background: aliceblue;
}

.forgot-password-page, .reset-password {
  background: url(../../images/forgot-bg.jpg);
}
.forgot-password-page .card, .reset-password .card {
  background: aliceblue;
}

.member-email-signup {
  background: url(../../images/member-signup-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.member-email-signup .member-signup-box {
  padding-top: 32px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .member-email-signup .member-signup-box {
    padding-top: 152px;
    padding-bottom: 185px;
  }
}
@media (min-width: 1024px) {
  .member-email-signup .member-signup-box {
    padding-top: 152px;
    padding-bottom: 55px;
  }
}
.member-email-signup .card {
  background: #ffffffd6;
}

.member-gallery .card {
  background: #eee;
}
.member-gallery .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.member-gallery .cat-topic a {
  color: #fff;
  background-color: #A60B1D;
  border: 2px solid #A60B1D;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
}
.member-gallery .cat-topic a:hover {
  text-decoration: none;
}
.member-gallery .cat-topic a.active-topic {
  background-color: #004B6E;
  border: 2px solid #004B6E;
  color: #fff;
}
.member-gallery .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.member-gallery .cat-topic-single {
  background: #004B6E;
  padding: 20px;
  display: inline-block;
}
.member-gallery .cat-topic-single h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}

#market-place-card {
  background-color: #F0F0F0;
}

#market-place-main-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

#market-place-main-img img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.market-place-price {
  float: right;
  color: #000;
  padding-top: 10px;
  font-size: 20px;
}

#market-detail-container {
  background-color: #F0F0F0;
  border-radius: 5px;
  border: solid 1px #cdcdcd;
  padding: 20px;
}

#market-detail-container #gallery-img {
  height: 150px;
  width: 100%;
  overflow: hidden;
}
#market-detail-container #gallery-img img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.member-home, .submit-btn, .link-pdf, .return-btn, .btn-prim, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  cursor: pointer;
}
.member-home:focus, .submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-prim:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .member-home, .submit-btn, .link-pdf, .return-btn, .btn-prim, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #004B6E;
  background: #004B6E;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-main:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  text-decoration: underline;
}

.btn-prim {
  border: 1px solid #000;
  background: #00A1EC;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-prim:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #004B6E;
  background: #004B6E;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: aliceblue;
  border: 1px solid #000;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #009FEA;
  background: #009FEA;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #004B6E;
  border: 1px solid #004B6E;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #A60B1D;
  background: #A60B1D;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #0090D4;
  border: 1px solid #0090D4;
  color: #000 !important;
  text-decoration: underline;
}

.member-home {
  border: 1px solid #004B6E;
  background: #004B6E;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.member-home:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  text-decoration: underline;
}

.events-home button {
  background: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 170px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
}
.events-home button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: #141414;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.events-home button:hover {
  color: #fff;
}
.events-home button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.events-home button span {
  display: inline-block;
  transform: skew(21deg);
}

.join .btn-29 {
  -webkit-tap-highlight-color: transparent;
  background-color: #004B6E;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  border-radius: 36px;
  --tilt: 30px;
  border-width: 1px;
  display: grid;
  padding: 0.6rem 2rem;
  place-content: center;
}
.join .btn-29:disabled {
  cursor: default;
}
.join .btn-29:-moz-focusring {
  outline: auto;
}
.join .btn-29 svg {
  display: block;
}
.join .btn-29 [hidden] {
  display: none;
}
.join .btn-29,
.join .btn-29 .text-container {
  overflow: hidden;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.join .btn-29 .text,
.join .btn-29 .text-container .text {
  display: block;
  font-weight: 900;
  position: relative;
}
.join .btn-29:hover .text,
.join .btn-29 .text-container:hover .text {
  -webkit-animation: move-right-alternate 0.3s ease forwards;
  animation: move-right-alternate 0.3s ease forwards;
  color: #fff;
}
@-webkit-keyframes move-right-alternate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80%);
  }
  51% {
    transform: translateX(-80%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes move-right-alternate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80%);
  }
  51% {
    transform: translateX(-80%);
  }
  to {
    transform: translateX(0);
  }
}
.join .btn-29:before {
  -webkit-animation: move-out 0.3s ease;
  animation: move-out 0.3s ease;
  background: #000;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  content: "";
  height: 100%;
  left: calc(-100% - var(--tilt));
  position: absolute;
  top: 0;
  width: calc(100% + var(--tilt));
}
.join .btn-29:hover:before {
  -webkit-animation: move-in 0.6s ease forwards;
  animation: move-in 0.6s ease forwards;
}
@-webkit-keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}

.sponsor {
  /**************SVG****************/
  /* SVG animations */
}
.sponsor .wrapper {
  display: flex;
  justify-content: center;
}
.sponsor .cta {
  display: flex;
  padding: 5px 35px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: white;
  background: #004B6E;
  transition: 1s;
  box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg);
}
.sponsor .cta .text {
  display: flex;
  align-items: center;
}
.sponsor .cta svg {
  width: 49px;
}
.sponsor .cta:focus {
  outline: none;
}
.sponsor .cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #0090D4;
}
.sponsor .cta span:nth-child(2) {
  transition: 0.5s;
  margin-right: 0px;
}
.sponsor .cta:hover span:nth-child(2) {
  transition: 0.5s;
  margin-right: 45px;
}
.sponsor span {
  transform: skewX(15deg);
}
.sponsor span:nth-child(2) {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}
.sponsor path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}
.sponsor path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}
.sponsor .cta:hover path.three {
  animation: color_anim 1s infinite 0.2s;
}
.sponsor .cta:hover path.one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}
.sponsor .cta:hover path.two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}
@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #0090D4;
  }
  100% {
    fill: white;
  }
}

/*# sourceMappingURL=design.css.map */
