@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

a {
  cursor: pointer;
}

.container-fluid {
  padding: 0 !important;
}

.title-heading {
  color: #c48837;
  font-size: 55px;
  font-weight: 600;
  width: 100%;
  margin-top: 13px;
  text-align: center;
  text-transform: uppercase;
}

/* universal heading styling */
.welcome-heading,
.welcome-heading .inside {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.welcome-heading .inside {
  color: transparent !important;
  -webkit-text-stroke: 2px #fff;
}

.welcome-para {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

/* universal btn starts here */
.subscription {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 28px 36px;
  margin-top: 50px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border: 0;
  border-radius: 100px;
}

/* univeral creataccount btn  */

.btn-contest-box .create-contest {
  padding: 14px 31px;
  background: #000;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  gap: 12px;
  float: right !important;
}

/* univeral creataccount btn  */

.subscription-button {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 44px;
  margin-top: 25px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border: 1px solid transparent;
  border-radius: 100px;
}

@media (max-width: 650px) {
  .header .upper-content {
    flex-direction: row;
    gap: 15px;
  }

  .header .upper-content .right {
    flex-direction: row;
    gap: 10px;
  }

  .header .upper-content .left {
    width: 37% !important;
    /* width: 72% !important; */
  }

  #serach .input-box {
    display: block !important;
    width: 100% !important;
  }

  #serach .search-btn {
    height: 29px !important;
    width: 35px !important;
  }

  #serach {
    margin: 0 !important;
    width: 96%;
  }
}

.header .upper .upper-content .left {
  /* width: 22%; */
  width: 31%;
  /* width: 70%; */
}

.header .upper .upper-content .left .search-location .section-box {
  border: 1px solid #c38435;
  border-radius: 46px;
  padding: 6px;
  padding-left: 20px;
  padding-right: 45px;
}

.header .upper .upper-content .left .search-location .section-box.w-100 .input-section {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.header .upper .upper-content .left .search-location .section-box .search-button {
  background: transparent;
  left: 12px;
}

/* universal btn ends here */

/*universal headind styling  */

/* *********************** */
/* header ends here */
/* header search starts here */
#serach .search-btn {
  height: 30px;
  width: 30px;
  background: transparent;
  border-radius: 100%;

  border: 1px solid #c48535;
}

.input-search:focus-visible {
  outline: none;
}

#serach .display-block {
  display: block !important;
}

#serach {
  gap: 14px;
  margin-right: 14px;
}

#serach .input-box {
  padding: 3px 5px;
  border: 1px solid #c48535;
  border-radius: 26px;
  padding-left: 8px !important;
  display: none;
}

#serach .input-box .input-search {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
}

/* header search starts here */

.black {
  background: black;
  padding: 0;
}

.header .upper {
  padding: 15px 0;
}

.header .upper .icon {
  width: 28px;
  height: 28px;
  padding: 7px 0px;
  border-radius: 20px;
  background: #eaeef4;
  margin-right: 7px;
}

.header .upper .icon:last-child {
  margin-right: 0;
}

.header .upper .icon:hover {
  background: #c07f32;
}

.header .upper .icon:hover .icon-link i {
  color: #fff !important;
}

.header .upper-content .right .login {
  padding: 4px 20px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border: 0;
  border-radius: 100px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.header .upper-content .right .login:hover,
.header .buy-btn:hover {
  color: white;
  background: black;
  border: 1px solid #c38435;
}

.header .upper-content .right .register {
  margin-left: 8px;
}

.header .upper-content .right .register {
  margin-left: 8px;
  background: transparent;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 33px;
  border-radius: 100px;
  border: 1px solid #c38435;
}

.header .upper-content .right .register:hover {
  color: #000;

  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
}

.header .break hr {
  background: rgba(255, 255, 255, 0.5);
}

.header .lower {
  padding-bottom: 17px;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .logo-pic.h-auto.w-100 {
  height: 56px !important;
}

@media (max-width: 600px) {
  .header .logo-pic.h-auto.w-100 {
    height: 56px !important;
    padding-bottom: 10px;
  }
}

.navbar-nav .nav-link {
  padding: 0;
  color: #fff !important;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.navbar-nav .nav-link.active {
  color: #e3be56 !important;
}

.header .nav-bar {
  height: 100%;
  padding-top: 15px !important;
}

.header .nav-item {
  display: flex;
  align-items: center;
}

.header #navbarNav {
  justify-content: flex-end;
}

.header .buy-btn {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 22px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border: 1px solid transparent;
  border-radius: 100px;
  margin-left: 16px;
}

.header .buy-btn {
  width: 200px;
  margin: 0;
  margin-top: 0px;
}

.navbar-nav .nav-link {
  line-height: 25px;
}

.header .upper .upper-content .left .search-location .section-box.w-100 .input-section:focus-within {
  outline: 0 !important;
}

@media (max-width: 1100px) {
  .header .buy-btn {
    font-size: 15px;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .header .logo {
    z-index: 21;
    top: 9px !important;
    position: relative;
  }

  .navbar-expand-lg {
    /*   position: absolute;
    left: 0;
    width: 100%;
    background: #000 !important;
    padding: 21px !important; */
    /*  top: 62px; */
    z-index: 20;
    position: absolute;
    left: 0;
    width: 100%;
    background: #000 !important;
    padding: 17px !important;

    top: 78px;
    padding-top: 8px !important;
    padding-left: 45px !important;
    padding-right: 23px !important;
  }

  .header .upper .upper-content .left {
    width: auto;
  }

  .header .upper .upper-content .left .search-location .section-box.w-100 .input-section {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header .buy-btn {
    margin-top: 10px;
  }

  .header .lower .logo {
    top: 0 !important;
    justify-content: flex-start !important;

    z-index: 30;
  }
}

@media (max-width: 767px) {
  .header .upper .upper-content .left {
    width: auto;
  }
}

@media (max-width: 705px) {
  .header .logo {
    z-index: 1;
    top: 0px !important;
  }
}

@media (max-width: 650px) {
  .navbar-expand-lg {
    top: 70px;
  }
}

@media (min-width: 310px) and (max-width: 460px) {
  .header .lower .logo {
    width: 190px;
    top: -5px !important;
  }
}

@media (max-width: 310px) {
  .header .lower .logo {
    width: 72%;
    top: 8px !important;
  }
}

@media (max-width: 464px) {
  .header .logo {
    top: 17px !important;
  }
}

@media (max-width: 700px) {
  #serach .input-box {
    width: 60%;
  }
}

/* header ends here */

/* event section box first senction starts here */

.event-box .bg-box .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
  background-size: cover;
}

.event-box .content-box {
  padding: 110px 0;
}

.event-box .padding-bottom {
  padding-bottom: 155px !important;
}

.event-box .content-box .strip {
  border-radius: 3px;
  background: #e7c055;

  padding: 6px;
  gap: 15px;
}

.event-box .content-box .left-box {
  display: flex;
}

.event-box .content-box .strip .strip-text svg {
  margin-right: 6px;
}

.automotive-text .line-one {
  color: #fff;
  font-size: 65px;
  font-weight: 800;
  width: 67%;
  margin-top: 13px;
}

.automotive-text {
  color: #fff;
  font-size: 65px;
  font-weight: 800;
  width: 67%;
  margin-top: 13px;
}

.automotive-text .line-one .inside-text {
  font-size: 70px;

  font-weight: 800;

  color: transparent;
  -webkit-text-stroke: 2px #e8c65b;
}

.automotive-text .line-two {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: 51%;
}

.subscription {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 28px 36px;
  margin-top: 50px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border: 1px solid transparent;
  border-radius: 100px;
}

/* event section box first senction ends here here */

/* section-2 starts */

.section-two.contest .bg-2 {
  padding: 67px 0;
  background-size: cover;

  background-repeat: no-repeat;
}

.section-two.contest .bg-2 .container {
  padding: 0;
}

.heading-text,
.heading-text .inside {
  color: #000;
  font-size: 50px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.section-two.contest .content-area .text h4 .inside {
  color: transparent !important;
  -webkit-text-stroke: 2px black;
}

.section-two.contest .content-area .text .para p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 67%;
}

/* slider starts here */
.section-two.contest .slider .content {
  gap: 28px;
  padding-top: 39px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}

.choose-us .slider .content .card {
  width: 23.5% !important;
  height: 100%;
}

.section-two.contest .slider .content .card .card-title {
  min-height: 64px !important;
}

@media (max-width: 767px) {
  .section-two.contest .slider .content .card .card-title {
    min-height: 0px !important;
  }
}

.section-two.contest .slider .content .card {
  width: 31.15%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

@media (max-width: 1000px) {
  .section-two.contest .slider .content .card {
    width: 47%;
  }
}

.section-two.contest.section-four.new-event .bg-2 {
  background-image: unset !important;
  background: #eff1f6;
  background-image: none;
  padding-bottom: 95px;
}

/* @media(max-width:1000px){
  .section-two.contest .slider .content .card {
    width: 45%;
  }
  .section-two.contest .slider .content .card:nth-child(2n){
    margin-right: 0;
  }
  .section-two.contest .slider .content .card:nth-child(3n){
    margin-right: 30px !important;
  }
}


.section-two.contest .slider .content .card {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 36px;
} */

.image-box .class-inside-date {
  padding: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-left: 13px;
  padding-right: 22px;
  bottom: 0;
  border-radius: 0px 40px 40px 0px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-two.contest .slider .content .card:nth-child(3n) {
  margin-right: 0;
}

.section-two.contest .slider .content .card .card-body {
  padding: 25px 20px;

  padding-bottom: 135px;
}

.section-two.contest .slider .content .card .image-box {
  border-radius: 10px 10px 0px 0px;
  height: 250px;
}

.section-two.contest .slider .content .card .image-box img {
  border-radius: 10px 10px 0px 0px;
}

.section-two.contest .slider .content .card .image-box img {
  height: 100% !important;
  object-fit: contain !important;
  object-position: top;
  background: #0000001c;
}

.section-two.contest .slider .content .card .card-title {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  /* min-height: 81px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.section-two.contest .slider .content .card .card-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 100px;
}

@media (max-width: 767px) {
  .section-two.contest .slider .content .card .card-text {
    min-height: 10px;
    height: auto !important;
  }
}

.section-two.contest .slider .content .card .card-text::first-letter {
  text-transform: capitalize;
}

.section-two.contest .slider .content .card .link-btn .btn {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%) border-box;
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 11px 35px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.section-two.contest .slider .content .card .link-btn .btn:focus {
  box-shadow: none !important;
}

.section-two.contest .slider .content .card .link-btn.text-center {
  position: absolute;
  bottom: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.section-two.contest .slider .content .card:hover {
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25) !important;
}

.section-two.contest .slider .content .card:hover .card-body .card-title {
  color: #c07f32;
}

.section-two.contest .slider .content .card .link-btn .btn:hover {
  background: linear-gradient(180deg, #c68a38 0%, #e8c55a 47.92%, #e4b446 100%);
}

.btn-view-box .view-all {
  margin-top: 57px;
  padding: 15px 39px;
  background: #000;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  gap: 12px;
  cursor: pointer;
}

@media (min-width: 994px) and (max-width: 1090px) {
  .section-two.contest .slider .content .card .card-title {
    min-height: 115px;
  }
}

/* slider ends here */
/* section-2 starts */

/* section 3 starts*/
.section-three .bg {
  background: black;
  padding: 160px 0;
  /*  padding-bottom: 110px; */
}

.section-three .bg .text-container .welcome-heading {
  width: 80%;
  margin-bottom: 35px;
}

.section-three .bg .text-container .welcome-para {
  width: 95%;
}

.sub-btn-box .subscription {
  margin-top: 25px;
  padding: 25px 51px;
  font-size: 20px;
}

.section-three .left-pos-image {
  top: 28px;
  left: -69px;
  z-index: -1;
}

.section-three .image-box {
  padding-left: 35px;
  width: 100%;
  height: 500px;
}

.section-three .image-box .frame {
  left: 50px;
  width: 89%;
  top: 18px;
  height: 93%;
  z-index: 3;
}

.section-three .image-box .dote {
  top: -19px;
  left: -12px;
  z-index: -1;
}

/* section 3 ends */

/* section4 starts here */
.section-four .slider .content .card .card-body {
  padding-bottom: 35px !important;
}

.section-four .slider .content .card .card-body .strip-text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.section-four .slider .content .card .card-body .strip {
  gap: 10px;
}

.section-four .slider .content .card .card-body .strip-text svg {
  margin-right: 5px;
  height: 15px;
  width: 15px;
}

.btn-view-box .view-all:hover,
.btn-contest-box .create-contest:hover {
  background: linear-gradient(180deg,
      #c68a38 0%,
      #e8c55a 47.92%,
      #e4b446 100%) !important;
  color: black !important;
}

.btn-view-box .view-all:hover .fa-solid.fa-arrow-right {
  color: black !important;
}

/* section 4 ends here */

/* section 5 start here */
.section-five h4 {
  color: #fff !important;
}

.section-five h4::first-letter {
  text-transform: capitalize;
}

.section-five .bg-2 {
  padding: 127px 0 !important;
  padding-bottom: 65px !important;
}

.section-five .bg-2 .auto-vehical {
  margin-top: 33px;
}

.section-five .content-area h4 .inside {
  -webkit-text-stroke: 2px white !important;
}

.section-five .content-area .text .para p {
  color: #fff !important;
}

.section-Vehicles p {
  color: #fff;
  text-align: left;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section-two.contest.section-five .Autonomous-Vehicles {
  margin-bottom: 30px;
}

.section-two.contest.section-five .btn-view-box-section .view-all {
  margin-top: 25px !important;
}

.Autonomous-Vehicles {
  display: flex;
  justify-content: center;
  align-content: center;
  vertical-align: middle;
  border: 1px solid red;
  padding: 23px;
}

.Autonomous-Vehicles {
  display: flex;
  justify-content: center;
  align-content: center;
  /*  background: linear-gradient(#000, #000) padding-box, linear-gradient(180deg, #C07F32 0%, #E8C65B 51.04%, #E2AF41 100%) border-box;
  border: 1px solid transparent; */
  padding: 23px 28px;
  border-radius: 10px;
  border: 1px solid #c07f32;
}

.btn-view-box-section .view-all {
  background: linear-gradient(180deg, #c68a38 0%, #e8c55a 47.92%, #e4b446 100%);
  color: black;
  margin-top: 57px;
  padding: 17px 35px;
  font-size: 20px;
  border-radius: 100px;
  font-weight: 600;
  text-transform: capitalize;
  gap: 12px;
  border: 1px solid transparent;
  margin-top: 76px !important;
}

.btn-view-box-section .view-all:hover {
  color: white;
  background: black;
  border: 1px solid #c38435;
}

.btn-view-box-section .view-all:hover i {
  color: #fff !important;
}

.btn-view-box-section .view-all i {
  color: #000 !important;
}

.strip-text-one {
  color: #e6bc4f !important;
  justify-content: center !important;
  align-items: center !important;
  margin-right: 30px;
}

.section-two.contest.section-five .Autonomous-Vehicles .item {
  gap: 33px;
}

.strip-text-one .svg-box {
  border: 1px solid #e6bc4f;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  padding: 6px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* section 5 ends here */

/* section 6 start here */
.section-three.contest .content-area .text h4 {
  color: #000 !important;
}

.section-three.contest .content-area .text h4 .inside {
  color: transparent !important;
  -webkit-text-stroke: 2px black !important;
}

.section-three.contest .content-area .text .para p {
  color: rgba(0, 0, 0, 0.8) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 60%;
  padding-bottom: 50px;
}

.text-center-card-header h5 {
  text-align: center;
}

.text-center-card-header.p-3 {
  padding: 0.75rem 1.25rem !important;
  margin-bottom: 0;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border-radius: 10px 10px 0px 0px;
}

.card-body {
  flex: 1 1 auto;
  padding: 0;
}

.text-center-card-header h5 {
  text-align: center;
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.list-group-section {
  position: relative;
  display: block;
  padding: 0 28px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.free-plan {
  border-bottom: 1px solid #eaeef3;
  margin: 0 20px;
  text-align: center;
  margin-bottom: 20px;
}

.card-section {
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.free-plan .h2 {
  color: #c18133;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.btn-outline-primary-section {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%) border-box;
  border: 1px solid transparent;
  border-radius: 40px !important;
  padding: 13px 0px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 13px;
  width: 100%;
}

.section-six .card-body.btn-box .btn {
  margin: 30px 0;
}

.section-six .bg-2 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.btn-outline-primary-section:hover {
  background: linear-gradient(180deg, #c68a38 0%, #e8c55a 47.92%, #e4b446 100%);
}

.free-plan-section img {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 100px;
  width: 112px;
  height: 112px;
  margin-top: 20px;
  margin-bottom: 24px;
  padding: 14px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.card-section {
  background-color: #f7f9ff;
  border-radius: 10px;
}

.free-plan p {
  color: #000;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}

.free-plan {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.card-section.h-100.shadow-lg {
  border: 1px solid #c6c7cc;
}

.card-section.h-100.shadow-lg.pricing:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.card-section.h-100.shadow-lg.pricing {
  box-shadow: 0 0 0 0 !important;
}

.section-six .text-center-card-header.p-3 {
  padding: 16px !important;
}

.section-six .card-title-plan {
  margin-bottom: 0;
}

/* section 6 ends here */

/* section 7 start here */
.car-section h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-top: 42px;
}

.car-section .inside {
  color: transparent !important;
  -webkit-text-stroke: 1px white !important;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.car-section p {
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 6px;
}

.text.car-section.car-hub-section {
  padding-left: 70px;
}

li.list-get-the {
  float: left;
  margin-right: 20px;
  padding-top: 6px;
  padding-bottom: 60px;
}

.content-area .bg-2 {
  background-repeat: no-repeat;
}

li.list-car-hub {
  margin-top: -100px;
  list-style: none;
}

.container.p-5 {
  padding-bottom: 100px !important;
}

.content-area .bg-2 {
  background-size: cover;
  margin-bottom: 36px !important;
  padding-bottom: 2px;
  width: 100%;
}

.section-mobile-up .content-area .bg-2 {
  border-radius: 10px;
}

.p-5 {
  padding: 0 !important;
}

.container.p-5 {
  padding-top: 50px;
}

.section-mobile-up .bg-2 {
  margin-top: 3%;
}

/* section 7 ends here */

/**************************testimonial--------------------------*/
.testimonials-sec h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}

.testimonials-sec .sub-head {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px !important;
}

.testimonials-sec .sub-head p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px !important;
}

.testimonial-body p {
  color: #3b3837;
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.36px;
}

.testimonial-bottom p {
  color: #c18133;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.5%;
  letter-spacing: 0.34px;
}

.testimonial-bottom span {
  color: #3b3837;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.5%;
  letter-spacing: 0.26px;
  display: block;
  text-align: left;
}

.testimonial-body img {
  width: 52.103px;
  height: 52.103px;
  margin-right: 13px;
}

.under-bn {
  background: #fff;
  box-shadow: 0px 4px 88px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 35px 10px 35px;
  height: 100%;
  min-height: 288px;
  border-radius: 10px;
}

.testimonials-sec {
  /*  background-image: url(../assets/img/testimonial-bg.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 160px;
}

.container-fluid.testimonial {
  margin-top: 67px;
}

/**************************testimonial--------------------------*/

/**************************footer--------------------------*/
.footer .header .upper .upper-content .left {
  width: 100% !important;
}

.footer-section.text-left {
  color: #fff;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
}

.text-footer h3 {
  color: #e6bc4f;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

p.footer-sub-head {
  line-height: 24px;
}

a.nav-link {
  color: #f6f6f6;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

li.nav-text {
  list-style: none;
}

.nav-link:focus,
.nav-link:hover {
  color: #e6bc4f;
}

ul.footer-list-unstyled.links {
  padding-top: 20px;
}

.footer-box .bg-2 {
  padding-top: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-box .col-md-2 .footer.text-footer ul {
  padding-left: 0;
}

.footer-box .col-md-2 .footer.text-footer ul a.nav-link {
  padding-left: 0;
}

.footer-box .col-md-2 .footer.text-footer {
  padding-left: 40px;
}

.footer-box .last-section {
  padding-top: 35px;
}

.footer-box .last-section .footer-line {
  margin: 0;
  border: 0.5px solid #d4d4d454;
  opacity: 1;
  display: block;
}

.footer-box .last-section .year {
  padding: 25px 0;
}

.footer-box .last-section .year .left {
  color: #f3f3f3;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer-box .last-section .year .right {
  color: #d4d4d4;
  text-align: right;
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer-box .last-section .year .right .term {
  padding-right: 12px;
  border-right: 1px solid #d4d4d4;
  text-decoration: none;
  color: inherit !important;
}

.footer-box .last-section .year .right .policy {
  padding-left: 12px;
  text-decoration: none;
  color: inherit !important;
}

@media (max-width: 650px) {
  .footer-box .last-section .year {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start !important;
    padding-bottom: 0 !important;
  }

  .footer-box .bg-2 {
    padding-bottom: 30px !important;
  }
}

/**************************footer--------------------------*/

/***************************secion-mobile up *************************/
.section-mobile-up .col-md-5 li.list-car-hub img {
  width: 100%;
  max-height: 474px;
}

.section-mobile-up .col-md-5 li.list-car-hub {
  position: absolute;
  bottom: -0;
  width: 100%;
}

.section-mobile-up .col-md-5 {
  position: relative;
}

.car-image {
  min-width: 131px;
  min-height: 134px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
}

.section-six .p-5 .card-body {
  padding: 0 12px;
}

.section-six .bg-2 {
  padding-top: 86px;
  padding-bottom: 117px;
}

.heading-text,
.heading-text .inside {
  color: #000;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-mobile-up .text.car-section.car-hub-section .heading-text,
.section-mobile-up .text.car-section.car-hub-section .inside {
  text-transform: capitalize;
}

.heading-text .inside {
  color: transparent !important;
  -webkit-text-stroke: 2px black !important;
}

.text.car-section.car-hub-section .heading-text .inside {
  -webkit-text-stroke: 1px #fff !important;
}

.subscription-button:hover {
  background: black;
  color: #fff !important;
  border: 1px solid #c38435;
}

.subscription:hover {
  color: white;
  background: black;
  border: 1px solid #c38435;
}

button {
  -webkit-transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/* ***************************all media query starts here*********************************** */

/* have to do in style .css */

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
    padding: 0;
  }
}

/* @media (max-width: 1400px) {
  .container {
    max-width: 95%;
    padding: 0;
  }
} */

@media (max-width: 576px) {
  .container {
    padding: 0 16px !important;
    width: 100%;
    margin: 0 auto;
  }
}

/* @media (min-width: 1200px){
.container {
  max-width: 1100px;
}
} */
/*  @media (min-width: 1200px ) and (max-width:1300px){
  .container{
   padding: 0 16px;
  }
}
 */

/* style.css ends */

/* for nav bar  starts */

@media (max-width: 1000px) {
  .navbar-toggler {
    background: linear-gradient(180deg,
        #c07f32 0%,
        #e8c65b 51.04%,
        #e2af41 100%);
  }

  .nav-bar .nav-box {
    justify-content: flex-end;
  }

  /* for section one */
  .automotive-text .line-one,
  .automotive-text .line-two {
    width: 100%;
  }

  .automotive-text .sub-btn-box {
    text-align: center;
  }

  .para p {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .header .logo {
    width: 50%;
  }

  .bg-2,
  .bg {
    padding: 60px 0 !important;
  }

  .section-two.contest.section-five .Autonomous-Vehicles .item {
    gap: 0;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }

  .event-box .content-box {
    padding: 70px 0;
  }

  .welcome-heading,
  .welcome-heading .inside {
    font-size: 45px !important;
  }

  .header .lower .row {
    padding: 0 16px;
  }

  .header .nav-bar {
    width: 50%;
  }

  /* section one */
  .automotive-text .line-one,
  .automotive-text {
    font-size: 45px;
  }

  .automotive-text .line-one .inside-text {
    font-size: 50px;
  }

  /* 
  .section-two.contest .slider .content .card .image-box {
    height: auto !important;
  } */

  /* .section-two.contest .slider .content {
    display: block !important;
  } */

  .section-two.contest .slider .content .card {
    width: 100% !important;
  }

  .section-four .slider .content .card .card-body .strip-text {
    margin: 0 auto;
  }

  .card {
    margin-bottom: 50px;
  }

  .section-Vehicles p {
    text-align: center;
  }

  .Autonomous-Vehicles .strip {
    justify-content: center !important;
    gap: 25px;
    display: block !important;
  }

  .Autonomous-Vehicles .strip .strip-text-one {
    margin-right: 0px;
  }

  .container.p-5 {
    padding-bottom: 0px !important;
  }

  .text.car-section.car-hub-section {
    padding: 0 12px !important;
  }

  .car-section h4 {
    text-align: center;
  }

  .car-section p {
    text-align: center;
  }

  .section-three .sub-btn-box .subscription {
    margin-bottom: 70px;
  }

  .section-three .bg {
    padding: 90px 0;
  }

  li.list-car-hub {
    margin-top: 0;
    text-align: center;
  }

  ul.culture-app {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .testimonials-sec {
    padding-bottom: 0px;
    padding-top: 0;
  }

  p.footer-sub-head {
    margin-bottom: 60px;
  }

  .footer-box .col-md-2 .footer.text-footer {
    padding-left: 0;
  }

  .footer-box .bg-2 {
    background-size: cover !important;
  }

  .header .logo {
    align-items: flex-start;
  }

  .content-area .bg-2 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .section-mobile-up .col-md-5 li.list-car-hub {
    position: unset;
  }

  .section-three .left-pos-image {
    left: 0;
    width: 100%;
  }

  .section-three .left-pos-image img.left-pos {
    width: 100%;
  }

  .btn-view-box .view-all {
    margin-top: 0;
  }

  .schedule-section {
    padding-bottom: 10px;
  }

  .section-mobile-up .bg-2 {
    margin-top: 19% !important;
    height: auto !important;
  }

  .section-three .bg .text-container .welcome-heading,
  .section-three .bg .text-container .welcome-para {
    width: 100%;
    text-align: center;
  }

  .sub-btn-box {
    text-align: center;
  }

  .section-three .image-box {
    padding-left: 0;
  }

  .Autonomous-Vehicles .text .strip.d-flex.justify-content-start.align-items-center {
    margin-top: 30px;
  }

  .section-five .Autonomous-Vehicles h4 {
    text-align: center;
    margin: 25px 0;
  }

  .para p,
  .welcome-para {
    width: 100% !important;
  }

  .card .card-text.text-center {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .event-box .strip {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }

  .testimonials-sec h3 {
    font-size: 30px;
  }

  .section-two.contest .content-area .text .para p {
    width: 100%;
  }

  .btn-view-box .view-all {
    margin-top: 0;
  }

  .section-three .image-box .frame {
    left: 19px;
    top: 16px;
    height: 83%;
  }

  .section-three .image-box {
    padding-left: 0;
  }

  .col-md-2 img {
    padding-bottom: 20px;
  }

  .section-three .bg {
    padding: 90px 0;
  }

  .section-three .image-box {
    height: auto;
  }

  .content-area .bg-2 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .list-car-hub img {
    width: 100% !important;
  }

  li.list-get-the img {
    width: 100%;
  }

  li.list-get-the {
    list-style: none;
  }

  ul.culture-app {
    padding: 0;
  }

  .testimonial-bottom span {
    text-align: left;
  }

  .free-plan-section img {
    margin-bottom: 20px;
  }

  .lates-button button {
    text-align: center;
    margin: 0 auto;
  }

  .subscription,
  .subscription-button {
    font-size: 16px !important;
  }

  .schedule-section {
    padding-bottom: 10px;
  }

  .section-mobile-up .bg-2 {
    margin-top: 0px !important;
  }
}

@media (max-width: 430px) {
  .event-box .strip {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 455px) {

  .automotive-text .line-one .inside-text,
  .automotive-text .line-one,
  .heading-text,
  .inside,
  .automotive-text .line-one .inside-text,
  .automotive-text .line-one,
  .home-page .heading-text,
  .home-page .inside,
  .welcome-heading,
  .welcome-heading .inside,
  .heading-text,
  .heading-text .inside {
    font-size: 33px !important;
  }
}

/* media for 300px */

@media (max-width: 315px) {

  .automotive-text .line-one .inside-text,
  .automotive-text .line-one,
  .home-page .heading-text,
  .home-page .inside,
  .welcome-heading,
  .welcome-heading .inside,
  .heading-text,
  .heading-text .inside {
    font-size: 32px !important;
  }
}

/* media for 1100px */

@media (max-width: 1120px) {
  .footer-box .col-md-2 .footer.text-footer .upper-content .left {
    flex-wrap: wrap;
  }

  .footer-box .col-md-2 .footer.text-footer .upper-content .left .icon {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/* media for 1300px */

@media (max-width: 1300px) {
  .section-three .image-box .frame {
    width: 87.5%;
  }

  .section-four .slider .content .card .card-body .strip {
    flex-direction: column;
  }
}

@media (min-width: 1300px) {
  .section-four .slider .content .card .card-body .strip-text {
    justify-content: flex-start !important;
    text-align: left;
    width: 100%;
    font-size: 13px;
  }
}

/* media for 500px */

@media (max-width: 500px) {

  .heading-text,
  .inside {
    font-size: 45px;
  }
}

/* ****************component css ************************* */

/* ******************faq******************* */

.section-two.contest.faq-section {
  background-color: #f7f9ff;
  padding-top: 80px !important;
}

body {
  background: #fafafa;
}

.accordion {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;

  margin: 50px auto;
  padding: 0 0px;
}

.accordion h1 {
  font-size: 32px;
  text-align: center;
}

.accordion-item {
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  background: #fff;
  margin-bottom: 17px;
}

.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 22px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 16px 20px;
  box-sizing: border-box;
  align-items: center;
  color: #000 !important;
  color: #c07f32;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  border-radius: 5px;

  background: #fff;
}

@media (max-width: 767px) {
  .accordion-item .accordion-item-title {
    font-size: 18px;
  }

  .accordion-item .accordion-item-desc {
    font-size: 15px !important;
  }
}

.accordion-item .accordion-item-desc {
  display: none;
  padding: 0px 20px 20px;
  box-sizing: border-box;
  color: rgba(13, 13, 13, 0.7);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
  display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
  content: "-";
  font-size: 30px;
  color: #c07f32;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
  content: "+";
  font-size: 30px;
}

.accordion-item:first-child {
  margin-top: 0;
}

.accordion-item .icon {
  margin-left: 14px;
}

.container-fluid.section-choose {
  padding-bottom: 30px;
}

.culture-app .bg-2 {
  margin-top: 19% !important;
  height: 379px !important;
}

.accordion-item .icon:after {
  content: "+";
  font-size: 30px;
  color: #c07f32;
}

.accordion-item .accordion-item-title.open-accordian {
  border-bottom: 0 !important;
  border-radius: 4px 4px 0 0 !important;
  color: #c07f32 !important;
}

/* ******************faq* ends***************** */

/* for join event css */

.contest-page .black {
  background: black;
  padding: 0;
}

.contest-page .lambo-box .frame {
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.section-two .image-box .frame {
  left: 18px;
  width: 94.5%;
  top: 14px;
  height: 94%;
  z-index: 3;
}

.text-box h3 {
  color: #c07f32;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.an-evening {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  opacity: 90%;
}

.an-evening::first-letter {
  text-transform: capitalize;
}

p.an-evening {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

p.an-evening-para {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.lambo-box .bg {
  padding: 110px 0;
}

.map-icon img {
  padding-right: 10px;
  padding-top: 10px;
}

.north-harond h4.canada {
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 0;
}

.north-harond p.Canada {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

@media (max-width: 600px) {
  .map-section-box {
    flex-direction: column;
  }
}

/* ******************join events endss ***************** */

/* ***************************8edit contset design starts here**************************** */

.edit-contest .contest-section-main .heading-text {
  color: rgba(0, 0, 0, 0.9);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.edit-contest .contest-section-main .bg-2 {
  padding: 75px 0;
}

/* form styling starts here */

.form-box {
  padding: 95px 0;

  padding-bottom: 0px;
}

.add-profile .profie-img {
  width: 146px;
  height: 146px;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  object-fit: cover;
}

.add-profile .input-image .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 146px;
  height: 146px;
  border-radius: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.add-profile .cam-img {
  position: absolute;
  bottom: -18px;
  right: 7px;
  width: 68px;
  height: 68px;
  fill: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.11));
}

.edit-profile-pic {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.input-image-box {
  gap: 40px;
  height: 100%;
}

.form-sec .all-inputs {
  margin-top: 30px;
}

.form-sec .all-inputs .input-box {
  margin-bottom: 18px;
  gap: 5px;
}

.form-sec .all-inputs .input-box.location {
  position: relative;
}

.form-sec .all-inputs .input-box.location::after {
  /*  content: url(/assets/img/location-arrow.svg);*/
  position: absolute;
  bottom: 11px;
  right: 10px;
}

.form-sec .all-inputs .input-box .cross-link {
  top: 12px;
  right: 19px;
}

.payment-btn .sub-btn-box .subscription,
.btns-save .subscription,
.btns-save .cancel-btn {
  padding: 0 !important;
  width: 201px;
  height: 55px;
}

.form-sec .all-inputs .input-box .input::placeholder {
  color: #000000d0 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 600px) {
  .form-sec .all-inputs .input-box .input::placeholder {
    color: #00000077 !important;
  }
}

.form-sec .all-inputs .input-box .label .inner-label {
  color: rgba(0, 0, 0, 0.3);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.form-sec .all-inputs .input-box .input {
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-weight: 500 !important;
  color: #000000d4 !important;
}

.add-gallery .gallery-line .profie-img,
.add-gallery .gallery-line .file {
  width: 72px;
  height: 72px;
}

.add-gallery .gallery-line .cam-img {
  bottom: -17px;
  right: -6px;
}

.add-gallery .gallery-line .cam-img {
  width: 38.192px;
  height: 38.192px;
}

.gallery-line {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 16px 22px;
}

.gallery-line .gallery-another-pic {
  width: 77px;
  height: 77px;
  border-radius: 100px;
  object-fit: cover;
  border: 1px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pics-row {
  gap: 10px;
  padding-left: 20px;
  flex-wrap: wrap;
}

.video-upload .view-all {
  margin-top: 7px;
  padding: 13px 40px;
}

.video-upload .btn-view-box {
  flex-direction: column;
}

.video-upload .btn-view-box p {
  margin-bottom: 0;
}

.time-limit,
.time-limit.alert-price {
  color: #000;
  font-weight: 500;
  line-height: 35px;
}

.time-limit.alert-price {
  color: #ff0101;
}

.btns-save {
  margin-top: 42px;
  gap: 20px;
}

.btns-save .subscription,
.btns-save .cancel-btn {
  margin: 0;
  padding: 15px 75px;
}

.btns-save .subscription:hover {
  background: black;
  color: #fff;
}

/* form styling ends here */

/* side image style starts here */

.car-side-img-box {
  position: absolute;
  right: 0;
  top: 311px;
  width: 47%;
  height: 74%;
}

/* side image style ends here */

/* media query starts here */

/* @media (max-width:1190px){
.gallery-line .gallery-another-pic {
  width: 70px;
  height: 70px;
}
} */

@media (max-width: 1090px) {

  /* .add-profile.gallery-line .row {
  flex-direction: column;
  align-items: center !important;
  gap: 25px;
} */
  .add-profile.gallery-line .row .col-md-10 {
    width: 100%;
  }

  .add-profile.gallery-line .row .col-md-10 .pics-row {
    padding: 0;
    gap: 5px;
    justify-content: center !important;
  }

  .add-profile.gallery-line .row .col-md-2 {
    width: 100%;
  }

  .add-profile.gallery-line .row .col-md-2 .input-image-box {
    justify-content: center !important;
  }
}

@media (max-width: 930px) {
  .btns-save {
    flex-direction: column;
    align-items: center !important;
    width: 100%;
  }

  .video-upload .btn-view-box {
    width: 100%;
  }

  .edit-profile-pic {
    font-size: 22px;
  }

  .input-image-box {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .car-side-img-box {
    display: none;
  }

  .input-image-box {
    justify-content: center !important;
  }

  .add-profile.gallery-line .row .pics-row {
    justify-content: center !important;
  }
}

@media (max-width: 500px) {

  .add-gallery .gallery-line .profie-img,
  .add-gallery .gallery-line .cam-img {
    padding-bottom: 0 !important;
  }
}

/* ***************************8edit contset ends here *******************************8*/

/* *****************************************************************************************
**to share********************* */

/* **********blurb-starts */
.organizer {
  margin-top: 25px;
}

.blurb-haeding {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.blurb .list-group-section.we-use {
  padding: 0 0;
  color: #000000cf;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  display: flex;
  align-items: flex-start;
  text-transform: capitalize;
}

.blurb .we-use img {
  padding-right: 13px;
}

.blurb .list-group-section.we-use img {
  padding: 0;
  margin-right: 13px;
  width: 24px;
  height: 24px;
  margin-top: 6px;
}

/******* blurb ends ****** */

/*******************8 michel section ************88 */

/* ***********************************michel section */

.micheal-section-container .bg-2.micheal-Steel {
  padding: 45px 0;
}

.bg-2.micheal-Steel {
  background-color: #000;
}

.map-micheal-section-box {
  border-radius: 10px;
  background: #1b1b1b;
}

.map-micheal-section-box h4.canada.barbells {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  text-align: left;
}

.map-micheal-section-box p.Canada.barbells {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: start;
}

.map-micheal-section-box .view .btn {
  background: linear-gradient(#1b1b1b, #1b1b1b) padding-box,
    linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%) border-box;
  border: 1px solid transparent;
  border-radius: 40px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 18px;
}

.map-micheal-section-box .view .btn {
  color: #fff;
}

.map-micheal-section-box .view .btn:hover {
  background: linear-gradient(180deg, #c68a38 0%, #e8c55a 47.92%, #e4b446 100%);
  color: #000 !important;
}

.map-micheal-section-box .link-btn.text-left.view {
  text-align: start;
}

.map-micheal-section-box p.Canada.barbells-section {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 0;
}

.map-micheal-section-box .subscription-button.section {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding: 16px 75px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border: 0;
  border-radius: 100px;
  margin-top: 0;
}

.map-micheal-section-box {
  padding: 20px;
}

.michal-style .map-section {
  gap: 21px;
}

.map-micheal-section-box {
  border-radius: 10px;
  background: #1b1b1b;

  height: 100%;
  text-align: center;
}

.michal-style .side-image {
  width: 82px;
  height: 82px;
  border-radius: 100px;
  padding: 0 !important;
}

.micheal-section-container .bg-2.micheal-Steel .map-micheal-section-box .link-btn .subscription {
  padding: 0;
  margin: 0;
  width: 170px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
}

@media (min-width: 767px) and (max-width: 870px) {
  .map-micheal-section-box .view .btn {
    font-size: 8px !important;
  }
}

/* @media (min-width:767px) and (max-width: 1299px) {
  .micheal-section-container .bg-2.micheal-Steel .text-container {
    width: 33% !important;
  }
} */
@media (max-width: 767px) {
  .micheal-section-container .bg-2.micheal-Steel .text-container {
    width: 100% !important;
  }
}

/* @media (min-width: 1300px) {
  .car-club-single .micheal-section-container .bg-2.micheal-Steel .text-container {
    width: 25% !important;
  }
} */

@media (max-width: 1290px) {
  .micheal-section-container .bg-2.micheal-Steel .text-container {
    margin-bottom: 20px;
  }
}

.map-micheal-section-box .map-icon.steel.people .micheal-section {
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.map-micheal-section-box .people .micheal-section {
  position: absolute;
}

.map-micheal-section-box .people .micheal-img-1 {
  left: 0;
  z-index: 1;
}

.map-micheal-section-box .people .micheal-img-2 {
  left: 59px;
  z-index: 2;
}

.map-micheal-section-box .people .micheal-img-3 {
  left: 118px;
  z-index: 3;
}

.map-micheal-section-box .people .micheal-img-4 {
  left: 177px;
  z-index: 4;
}

.map-micheal-section-box .people .micheal-img-5 {
  left: 236px;
  z-index: 5;
}

.map-micheal-section-box .people .micheal-img-6 {
  left: 295px;
  z-index: 6;
}

.map-micheal-section-box.image-box .section-mic {
  bottom: 0px;
  left: 0;
  right: 0;
}

.map-micheal-section-box.image-box .section-mic p.Canada.barbells {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 1200px) {
  .map-micheal-section-box .map-icon.steel.people .micheal-section {
    width: 50px;
    height: 50px;
    top: 20px;
  }

  .map-micheal-section-box .people .micheal-img-2 {
    left: 40px;
  }

  .map-micheal-section-box .people .micheal-img-3 {
    left: 80px;
  }

  .map-micheal-section-box .people .micheal-img-4 {
    left: 120px;
  }

  .map-micheal-section-box .people .micheal-img-5 {
    left: 155px;
  }

  .map-micheal-section-box .people .micheal-img-6 {
    left: 190px;
  }
}

@media (max-width: 870px) {
  .map-micheal-section-box .view .btn {
    font-size: 10px;
  }

  .map-micheal-section-box .subscription-button.section {
    padding: 7px 66px;
  }

  .map-micheal-section-box p.Canada.barbells-section {
    font-size: 15px;
  }

  .map-micheal-section-box.image-box .section-mic p.Canada.barbells {
    font-size: 16px;
  }

  .map-micheal-section-box .map-icon.steel.people .micheal-section {
    width: 40px;
    height: 40px;
    top: 30px;
  }

  .map-micheal-section-box .people .micheal-img-2 {
    left: 28px;
  }

  .map-micheal-section-box .people .micheal-img-3 {
    left: 56px;
  }

  .map-micheal-section-box .people .micheal-img-4 {
    left: 86px;
  }

  .map-micheal-section-box .people .micheal-img-5 {
    left: 112px;
  }

  .map-micheal-section-box .people .micheal-img-6 {
    left: 142px;
  }
}

@media (max-width: 767px) {
  .micheal-section-container .micheal-Steel .row.justify-content-center {
    gap: 35px;
  }

  .michal-style .map-section {
    justify-content: center;
  }

  .michal-style .map-section .col-md-4.text-container {
    min-height: 125px;
  }

  .map-micheal-section-box .map-icon.steel.people .micheal-section {
    position: unset;
    width: 60px;
    height: 60px;
  }

  .map-micheal-section-box .map-icon.steel.people {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
  }

  .map-micheal-section-box.image-box .section-mic {
    position: unset !important;
  }
}

/* *******************************************************88 */

/* ********google map section *****************88*/
.google-map-section .bg .row .col-md-12 {
  padding: 0;
}

.google-map-section .bg {
  padding-top: 45px;
  padding-bottom: 62px !important;
}

.google-map-section .an-evening.location-section.car-vid {
  color: rgba(0, 0, 0, 0.9);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 0;
  margin-bottom: 40px !important;
}

.google-map-section .map-all-section {
  width: 100%;
  height: 444px;
  position: relative;
  max-height: 444px;
}

@media (max-width: 500px) {
  .google-map-section .map-all-section {
    width: 100%;
    height: 250px;
  }
}

.google-map-section .google-map {
  filter: brightness(84%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.google-map-section .map-all-section:after {
  content: "";
  position: absolute;
  z-index: 99999;
  left: 50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 45px;
  color: red;
  top: 40%;
  /*  background: url(./assets/img/mdi_map-marker-outline.svg);*/
  background-repeat: no-repeat;
  height: 70px;
}

/* **************google map section ***********************/

/* *****************for gallery starts here ******************/

.gallery-section .gal-heading {
  color: rgba(255, 255, 255, 0.9);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 0;
  padding-bottom: 0px;
  margin-bottom: 40px !important;
}

.gallery-section .bg-img {
  padding-top: 50px;
  padding-bottom: 70px;
  height: auto !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gallery-section .gallery .content {
  gap: 25px;
  width: 100% !important;
}

.gallery-section .slider.gallery .card.gallery-img {
  width: 32%;
  height: 300px;
  border-radius: 10px !important;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .gallery-section .slider.gallery .card.gallery-img .card-img-top {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
    border-radius: 12px;
  }

  .gallery-section .gallery .content {
    display: block !important;
  }

  .gallery-section .slider.gallery .card.gallery-img {
    width: 100%;
  }

  .gallery-section .bg-img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/********************** for gallery ends here ********************/

/* subscription-plan-box  starts*/

.subscription-plan .col-md-6 {
  padding: 0;
  width: 100% !important;
}

.subscription-plan .left-col {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #f9faf5;
  width: 100%;
  height: 100%;
}

.subscription-plan .left-col .list .border-box {
  border-bottom: 1px solid #00000024;
}

@media (min-width: 767px) {
  .subscription-plan .left-col .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .list .border-box:nth-child(2n) {
    /* border-left: 1px solid #00000024; */
    padding-left: 15px;
  }

  .list .border-box:nth-child(1n) {
    border-right: 1px solid #00000024;
  }
}

.subscription-plan .left-col .inner-box .body {
  padding-top: 0 !important;
}

.subscription-plan .left-col .inner-box .heading {
  padding: 20px;
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
  background: #000;
}

.subscription-plan .left-col .inner-box .heading .heading-text-colr.text-center {
  color: #c07f32;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.subscription-plan .left-col .inner-box .body .list-item .count {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  margin-right: 20px;
}

.subscription-plan .left-col .inner-box .body .list-item {
  padding: 17px 21px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.subscription-plan .left-col .inner-box .body .list-item .left-side,
.subscription-plan .left-col .inner-box .body .list-item .right-side {
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.subscription-plan .left-col .inner-box .body {
  padding-top: 15px;
}

.subscription-plan .left-col .inner-box .body .list .list-item:last-child {
  border-bottom: 0 !important;
}

.subscription-plan .right-col .inner {
  padding: 40px;
  padding-bottom: 40px;
  padding-bottom: 30px;
  border-radius: 10px;
}

.subscription-plan .right-col .inner .upper h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.subscription-plan .right-col .inner .upper p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 6px;
}

.subscription-plan .right-col .inner .upper {
  margin-bottom: 18px;
}

.subscription-plan .right-col .inner .micheal-steel-section .micheal-section.side-image {
  width: 142px;
  height: 142px;
  border-radius: 100%;
  object-fit: cover;
}

.subscription-plan .right-col .inner .lower h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.subscription-plan .right-col .inner .lower ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 2px;
}

.subscription-plan .right-col .inner .lower ul li {
  padding: 1px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.subscription-plan .right-col .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 95.5%;
}

.subscription-plan .right-col .right .btn-view-box .view-all {
  margin-top: 0;
  padding: 8px 26px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.subscription-plan .right-col .right {
  width: 44%;
}

.subscription-plan .right-col .right h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.subscription-plan .container .row {
  padding-top: 42px;
  padding-bottom: 44px;
}

@media (max-width: 1000px) {

  /* .subscription-plan .col-md-6 .right-col .inner {
    flex-direction: column;
  }
  .subscription-plan .col-md-6 .right-col .inner .left {
    width: 100%;
    margin-bottom: 12px;
  }
  .subscription-plan .col-md-6 .right-col .right {
    width: 100%;
  } */
  .subscription-plan .right-col .right .btn-view-box .view-all {
    padding: 8px 19px;

    font-size: 11px;
  }
}

@media (max-width: 850px) {
  .subscription-plan .right-col .right .btn-view-box .view-all {
    padding: 8px 19px;

    font-size: 10px;
  }
}

@media (max-width: 530px) {
  .subscription-plan .right-col .inner {
    flex-direction: column;
  }

  .subscription-plan .right-col .inner .left {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }

  .subscription-plan .right-col .right {
    width: 100%;
  }

  .subscription-plan .bg {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .subscription-plan .container .row {
    gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subscription-plan .left-col,
  .subscription-plan .right-col .bg {
    width: 100%;
  }
}

/* subscription-plan-box ends */

/* featre story home starts  */
.story-month .bg {
  padding: 82px 0;
}

.story-month .bg .text .para p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 60%;
}

.story-month .bg .area {
  padding-top: 60px;
}

.story-month .bg .area .text-container .text-box .who-para,
.story-month .bg .area .text-container .text-box {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.story-month .bg .area .col-md-6 .image-box .image-car {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.42);
  object-fit: cover;
}

.story-month .bg .area .col-md-6 .image-box {
  width: 99%;
}

@media (max-width: 767px) {
  .story-month .bg .row.area {
    gap: 35px;
  }

  .story-month .bg .row.area .image-box {
    max-height: 300px;
    min-height: 309px;
  }
}

/* feature story home ends */

/* pop-up-modal starts here */
.modal-background {
  background: #00000057;
}

.modal-pop-up .modal-dialog {
  justify-content: center;
}

.modal-pop-up .modal-content {
  width: 95%;
  border-radius: 10px;
  background: #fff;
}

.modal-pop-up .modal-header {
  border: 0;
  padding: 15px;
  padding-bottom: 0;
}

.modal-pop-up .modal-body {
  padding: 28px;
  padding-top: 0;
}

/* .modal-pop-up  .modal-body  .upper img.online {
  width: 231px;
  height: 197px;
} */
.modal-pop-up .modal-body .upper .data {
  margin-top: 30px;
}

.modal-pop-up .modal-body .upper .data h4,
.modal-pop-up .modal-body .upper .data p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.modal-pop-up .modal-body .upper .data h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.modal-pop-up .modal-body .lower-blurb {
  margin-top: 25px;
  padding: 0 35px;
}

.modal-pop-up .modal-body .lower-blurb .blurb .list-group-section.we-use {
  color: #1d1d1d;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 11px;
  gap: 11px;
}

.modal-pop-up .modal-body .lower-blurb .blurb .list-group-section.we-use img {
  margin-top: 0;
}

.modal-pop-up .modal-body .payment-box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #f9faf5;
  margin-top: 40px;
  gap: 35px;
}

.modal-pop-up .modal-body .payment-box .inpput-box .checkbox {
  width: 30px;
  height: 30px;
  accent-color: #c07f32;
}

.modal-pop-up .modal-body .payment-box .right h4,
.modal-pop-up .modal-body .payment-box .right p.red,
.modal-pop-up .modal-body .payment-box .right p.red .inside-red {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.modal-pop-up .modal-body .payment-box .right p.red {
  color: #f20505;

  font-size: 22px;
  margin-bottom: 0;
}

.modal-pop-up .modal-body .payment-box .right p.red .inside-red {
  font-weight: 500;
  color: #f20505;
}

.modal-pop-up .modal-content .btns-save {
  margin-top: 35px;
}

.modal-pop-up .modal-content .btns-save .sub-btn-box .subscription {
  padding: 15px 10px;
}

#thank-you .modal-body .upper .data h4 {
  font-size: 28px;
  margin-bottom: 7px;
}

#thank-you .modal-body .upper .data p {
  font-size: 16px;
  font-weight: 500;
  width: 83%;
  line-height: 23px;
}

@media (max-width: 460px) {
  .modal-pop-up .modal-body .lower-blurb {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* pop-up modal ends here */

/* sign-up-css starts here */

.sign-up .content-area {
  background: #000;
}

.sign-up .content-area .right-image {
  position: absolute;
  right: 0;
  width: 50%;
}

.sign-up .content-area .right-image .car {
  object-fit: cover;
}

.sign-up .content-area .left-box .left-box-area {
  /*   padding: 150px 85px; */
}

.sign-up .content-area .left-box .left-box-area .create-acount {
  padding-top: 40px;
}

.sign-up .content-area .left-box .left-box-area .create-acount .create {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.sign-up .content-area .left-box {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 85px;
}

.sign-up .content-area .left-box .all-inputs {
  padding-top: 43px;
}

.sign-up .content-area .left-box .all-inputs .form-input {
  margin-bottom: 30px;
}

.sign-up .content-area .left-box .all-inputs .form-input .input {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;

  font-size: 18px;

  font-weight: 400;
  line-height: normal;
  padding: 14px 11px;
}

.sign-up .content-area .left-box .all-inputs .form-input .input::placeholder {
  color: #ffffff73;

  font-size: 18px;

  font-weight: 500;
}

.sign-up .content-area .left-box .all-inputs .form-check .form-check-label {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

.sign-up .content-area .left-box .all-inputs .form-check .form-check-input {
  width: 22px;
  height: 22px;
  border-radius: 2px !important;
  border: 1px solid #febf00;
  margin-right: 6px !important;
  margin-top: 0;
  background-color: transparent;
}

.sign-up .content-area .left-box .all-inputs .form-check-input:checked {
  background-color: #febf00 !important;
  border-radius: 2px !important;
  border: 1px solid #febf00;
}

.sign-up .content-area .left-box .all-inputs .form-check-input:focus {
  border-radius: 2px !important;
  border: 1px solid #febf00;

  box-shadow: none;
}

.sign-up .content-area .left-box .all-inputs .form-check {
  margin-bottom: 32px !important;
}

.sign-up .content-area .left-box .sign-up-btn-box .sign-up-btn {
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  padding: 11px;
  color: #000;

  font-size: 20px;

  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.sign-up .content-area .left-box .login-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}

.sign-up .content-area .left-box .login-text a {
  text-decoration: none;
  color: #c07f32;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.sign-up .content-area .right-image .text-box-parent .inside-text {
  padding: 70px;
  gap: 0px !important;
  /* display: block !important; */
}

.sign-up .content-area .right-image .text-box-parent .inside-text .heading {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.sign-up .content-area .right-image .text-box-parent .inside-text .other-insides {
  color: #e8c65b;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.sign-up .content-area .right-image .text-box-parent .inside-text .para {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;
}

.sign-up .content-area .left-box .all-inputs .form-input .input:focus {
  box-shadow: none;
  outline: none;
}

.sign-up .content-area .left-box .all-inputs .form-input .hide-btn {
  position: absolute;
  right: 12px;
  top: 14px;
}

@media (min-width: 1100px) {
  .sign-up .content-area .left-box .left-box-area {
    width: 578px !important;
  }
}

.sign-up .content-area .left-box {
  position: unset;
}

.sign-up .content-area {
  background: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  height: 100% !important;
  min-height: 100vh;
}

.sign-up .content-area .left-box {
  padding: 85px 40px;
}

@media (max-width: 767px) {
  .sign-up .content-area {
    /*      background-image: url("/assets/img/sign-up-side-car.png");*/
    display: block;
    background-position: center;
    background-repeat: no-repeat;
  }

  .sign-up .content-area .right-image,
  .sign-up .content-area .left-box {
    width: 100%;
  }

  .sign-up .content-area .right-image {
    display: none;
  }
}

/* sign-up css ends here */

/* for inside text font  */

.inside-text,
.heading-text .inside,
.welcome-heading .inside {
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
}

.heading-text .inside {
  font-family: "Open Sans", sans-serif;
  font-weight: 900 !important;
}

/* for inside text font  */

/* search-boxs-feature style starts here */

.search-section .container-fluid.bg-box {
  background: #fff;
  padding: 56px 0 !important;
}

.search-section .container-fluid.bg-box .bg-img {
  background: #f7f9ff;
  padding: 25px 0;
}

.search-section .container-fluid.bg-box .bg-img .search-boxs .search-input {
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #c78b38;
  width: 32%;
}

.search-section .container-fluid.bg-box .bg-img .search-boxs .search-input .input {
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.79);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.search-section .container-fluid.bg-box .bg-img .search-boxs .search-input select.input {
  -webkit-appearance: none;
  cursor: pointer;
}

.search-section .container-fluid.bg-box .bg-img .search-boxs .search-input .search-drop-img {
  pointer-events: none;
}

.search-section .container-fluid.bg-box .bg-img .search-boxs .search-input .input::placeholder {
  color: rgba(0, 0, 0, 0.7) !important;

  font-size: 14px;

  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.search-section .container-fluid.bg-box .bg-img .search-boxs .search-input .input:focus-within {
  border: 0;
  outline: none !important;
}

.search-section .container-fluid.bg-box .bg-img .search-boxs .search-input .search-btn {
  border: 0;
  background: transparent;
  top: 14px;
  right: 18px;
}

.search-section .container-fluid.bg-box .bg-img .search-boxs {
  gap: 25px;
}

@media (max-width: 767px) {
  .search-section .container-fluid.bg-box .bg-img .search-boxs {
    flex-direction: column;
  }

  .search-section .container-fluid.bg-box .bg-img .search-boxs .search-input {
    width: 100%;
  }
}

/* search boxes feature ends here */

@media (max-width: 1000px) {
  .row {
    margin: 0 !important;
  }
}

.fade:not(.show) {
  opacity: 1;
}

/* video section starts here */

/* car-video-starts */

/* car video starts  */
.car-video {
  padding-top: 67px;
  padding-bottom: 73px;
}

.car-video .an-evening.location-section.car-vid {
  color: rgba(0, 0, 0, 0.9);
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 0;
  margin-bottom: 30px !important;
}

.car-video iframe.video-section {
  filter: brightness(84%);
  border-radius: 10px;
  height: 513px;
  width: 100%;
}

/* car video section ends */

/* car-video-ends */

/* video section ends here */

.form-contest {
  padding: 23px 27px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding-bottom: 90px;
}

.form-sec .add-date.w-100::after {
  content: url(../../assets/img/calender.png);
  position: absolute;
  right: 5px;
  bottom: 7px;
}

.form-sec .all-inputs .gap-13 {
  gap: 13px !important;
}

.form-sec .time-box::after {
  content: url(../../assets/img/time-input.svg);
  position: absolute;
  right: 9px;
  bottom: 3px;
  background: white;
  z-index: 2;
}

.form-sec .sub-input-box .cancel-btn {
  margin-top: 13px;
  padding: 4px 14px;
  line-height: 30px;
}

.form-sec .input-box.add-gallery {
  margin-top: 41px;
}

.form-sec .btns-save {
  margin-top: 80px;
}

@media (max-width: 1090px) {
  .add-profile.gallery-line .row {
    flex-direction: row;

    gap: 0;
  }
}

@media (max-width: 767px) {
  .add-profile.gallery-line .row {
    flex-direction: column;
    justify-content: center;

    gap: 25px;
  }

  .pics-row {
    padding-left: 0px;
    justify-content: center !important;
  }

  .input-image-box {
    justify-content: center !important;
  }

  .form-sec .all-inputs .input-box {
    flex-direction: column !important;
    width: 100% !important;
  }

  .form-box {
    padding-top: 50px;
  }
}

/* ************edit car buy sell bio starts here *****************8*/
.edit-car-buy-sell .contest-section-main .bg-2 {
  background-position: top center;
}

.edit-car-buy-sell .section-two.contest .content-area .text .para p {
  width: 57%;
}

.edit-car-buy-sell .form-box {
  padding-top: 51px;
}

.edit-car-buy-sell .form-box .loaction-box::after {
  content: url(../../assets/img/location-arrow.svg);
  position: absolute;
  bottom: 11px;
  right: 10px;
}

.edit-car-buy-sell .form-sec .all-inputs .video-upload {
  padding-top: 60px;
}

.edit-car-buy-sell .time-limit.alert-price {
  margin-bottom: 0;
  color: #ff3d00;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin-left: 20px;
}

.edit-car-buy-sell .time-limit {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 500;
}

.edit-car-buy-sell .form-sec .btns-save {
  margin-top: 30px;
}

.edit-car-buy-sell .form-contest {
  padding-bottom: 67px;
}

@media (max-width: 930px) {
  .btns-save {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .btns-save {
    flex-direction: column;
    align-items: center !important;
    width: 100%;
  }

  .video-upload-box .label {
    width: 100%;
    text-align: center;
  }

  .edit-car-buy-sell .form-sec .all-inputs .video-upload {
    padding-top: 30px;
  }

  .add-profile .input-image-box {
    flex-direction: column-reverse;
    gap: 20px !important;
    width: 100%;
  }

  .edit-car-buy-sell #serach {
    width: 100% !important;
  }
}

/* .edit-profile-pic {
  margin-left: 40px;
} */

.edit-car-buy-sell #serach {
  width: 31%;
  margin: 0;
}

.edit-car-buy-sell #serach .input-box {
  width: 100%;
  padding: 15px 20px !important;
}

.edit-car-buy-sell #serach .input-box .input-search {
  color: #000000b2;
}

.form-sec .all-inputs .input-box .label,
.form-sec .all-inputs .input-box .input {
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  background: transparent;
}

/* for spinner starts here */
.spinner-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #00000070;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  justify-content: center;
}

.spinner-box .spinner-border.spinner-border-lg.ml-4 {
  height: 75px;
  width: 75px;
  border-color: #c07f32;
  border-right-color: rgb(192, 127, 50);
  border-right-color: transparent;
  border-width: 7px;
}

/* for spiiner ends here */

app-home app-event .section-two.contest .slider .content .card .card-text {
  min-height: 0 !important;
}

/* for crousal */
.owl-nav {
  display: block !important;
}

.owl-nav {
  position: absolute;
  top: -93px;
  right: 0;
  display: flex !important;
  gap: 16px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  height: 36px;
  width: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;
  border-radius: 4px !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: transparent !important;
  border: 1px solid #c07f32;
}

.owl-nav .owl-prev::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(90deg);
  height: 100%;
  width: 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d3a044;
  /* transition: all 0.5s ease; */
}

/* .owl-nav .owl-next {
  background: #c07f32 !important;
  border: 1px solid transparent;
} */

.owl-nav .owl-next::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(270deg);
  height: 100%;
  width: 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d3a044 !important;
  /* transition: all 0.5s ease; */

}

.owl-nav .owl-next:active::after,
.owl-nav .owl-prev:active::after {
  color: #fff !important;
}

/* for google search input style */
app-google-places input {
  color: #000 !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  background: transparent;
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

/* for google search input style */

.sell-btn:hover {
  background: linear-gradient(180deg, #c68a38 0%, #e8c55a 47.92%, #e4b446 100%);
  color: black;
}

/* for validation */
.invalid-feedback {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.input-box {
  position: relative;
}

.add-profile .input-image-box .input-image .invalid-feedback {
  bottom: -32px;
}

.add-profile .input-image-box .input-image .invalid-feedback.invalid-imag-size div {
  font-size: 9px;
}

.add-profile .invalid-feedback {
  bottom: -30px;
}

/* for validation */

.list-group.list-group-flush {
  list-style: none;
}

/* my-profile buttons */

.my-edit-btns .btn {
  background: #000 !important;
  color: #fff !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 9px 25px !important;
  border-radius: 40px !important;
  border: 1px solid transparent !important;
}

.my-edit-btns {
  margin-top: 20px;
  justify-content: flex-end !important;
  gap: 27px;
}

.my-edit-btns .btn:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

.my-edit-btns .btn:hover i {
  color: #000 !important;
}

@media (max-width: 500px) {
  .my-edit-btns {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 20px;
  }
}

/* one signal design */
#onesignal-popover-container.slide-down,
#onesignal-slidedown-container.slide-down {
  top: 34px;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog {
  border-radius: 10px;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog {
  border-radius: 10px;
  background: #fff !important;
  padding: 15px;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog #normal-slidedown .slidedown-body-message {
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog #normal-slidedown {
  background-color: #f9faf5;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #00000036;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog #normal-slidedown #slidedown-footer button {
  padding: 7px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog #normal-slidedown #slidedown-footer #onesignal-slidedown-allow-button {
  background: black;
  color: #fff;
}

/* #onesignal-slidedown-container #onesignal-slidedown-dialog #normal-slidedown #slidedown-footer #onesignal-slidedown-allow-button:hover {
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  color: #000 !important;
} */

#onesignal-slidedown-container #onesignal-slidedown-dialog #normal-slidedown #slidedown-footer #onesignal-slidedown-cancel-button {
  background: linear-gradient(180deg,
      #c07f32 0%,
      #e8c65b 51.04%,
      #e2af41 100%) !important;
  color: black !important;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog #normal-slidedown #slidedown-footer #onesignal-slidedown-cancel-button:hover,
#onesignal-slidedown-container #onesignal-slidedown-dialog #normal-slidedown #slidedown-footer #onesignal-slidedown-allow-button:hover {
  background: #fff !important;
  border-color: black;
  color: black !important;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog #slidedown-body .slidedown-body-icon {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog #slidedown-body {
  display: flex;
  margin-bottom: 13px;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog #slidedown-body .slidedown-body-icon img {
  height: 100%;
  width: 100%;
}

/* one signal design */

/* my profile buttons */

.organizer .label {
  font-size: 24px !important;
}

.chexkbox-box .inner-check-box {
  padding: 20px 8px;
  padding-bottom: 20px;
  padding-bottom: 20px;
  padding-bottom: 12px;
  background: #f9faf5;
}

.chexkbox-box .inner-check-box .after-box {
  margin-bottom: 1px;
  gap: 10px;
}

app-my-gallery {
  width: 100%;
}

.logo-box.text-center .logo {
  height: 62px;
  width: 170px;
}

/* for classified video upload */
.input-box.video-upload {
  gap: 30px !important;
}

.video-upload-box .video-player {
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  max-height: 400px;
}

.video-upload-box .video-box button {
  position: absolute;
  top: -25px;
  right: -21px;
  height: 50px;
  width: 50px;
  background: transparent;
  border: 0;
}

.video-upload-box .video-box button img {
  height: 100%;
  width: 100%;
}

/* .pac-container.pac-logo {
  width: 250px !important;
  left: 75px !important;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px 0 !important; 
  top: 50px !important;
}
.pac-logo::after{
  display: none !important;
} */
@media (max-width: 1400px) {
  /* .pac-container.pac-logo {
   
    left: 30px !important;
  } */
}

@media (max-width: 610px) {

  /* .pac-container.pac-logo {
    width: 180px !important;
  } */
  .about-text p {
    font-size: 40px !important;
  }
}

/* for classified video upload */

/* video section */
.car-video .video.video-section-car .video-section {
  height: 100% !important;
  max-height: 500px;
  width: 100% !important;
  min-height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.car-video .video.video-section-car,
.car-video .video-main {
  max-height: 500px;
  width: 100%;
  min-height: 300px;
  background: gray;
  border-radius: 10px;
}

@media (max-width: 600px) {

  .car-video .video.video-section-car .video-section,
  .car-video .video-main {
    height: 100% !important;
    max-height: 250px;
    min-height: 250px !important;
  }

  .car-video .video.video-section-car {
    max-height: 250px;
    min-height: 250px;
  }

  .an-evening {
    color: #000;
    font-size: 31px;
  }

  p.an-evening {
    color: #000;
    font-size: 15px !important;
    line-height: 30px;
  }

  .gallery-section .gal-heading {
    color: rgba(255, 255, 255, 0.9) !important;
  }

  /* .heading-text .inside {
    font-size: 30px !important;
  } */
}

/* video section */

.first-name.w-100 {
  position: relative;
}

.profile-image-box-edit-position .profile-pic-img {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 5px solid white;
  background: white;
}

.profile-image-box-edit-position {
  position: absolute;
  top: -144px;
}

.profile-image-box-edit-position-row {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .profile-image-box-edit-position {
    position: absolute;
    top: -130px;
  }
}

@media (max-width: 500px) {
  .profile-image-box-edit-position {
    top: -105px;
    text-align: center;
  }

  .profile-image-box-edit-position-row {
    padding-top: 40px;
  }

  .profile-image-box-edit-position .profile-pic-img {
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 767px) {
  .btn-contest-box {
    padding-right: 24px;
  }
}

.section-two.contest .slider .content .card .card-title {
  padding-top: 9px;
  transition: all 0.5s ease;
}

.status-badge {
  position: absolute;
  right: 9px;
  top: 5px;
  padding: 3px 10px;
  border-radius: 19px;
  border: 1px solid transparent !important;
  font-size: 13px;
  font-weight: 500;
}

.Pending {
  background: #f2c167;
}

.Approved {
  background: green;
  color: #fff;
  border-color: transparent !important;
}

.REJECTED {
  background: red;
  color: #fff;
  border-color: transparent !important;
}

/* for event link  */
.map-micheal-section-box.social-link-box .canada.barbells {
  color: #e4bf57 !important;
}

.map-micheal-section-box.social-link-box .link-social {
  font-size: 16px;
  color: #fff;
  gap: 10px;
  text-decoration: none;
  line-height: 26px;
  text-align: left;
  margin-bottom: 5px;
  word-break: break-all;
}

.google-map-section.blurb-location .an-evening.location-section.car-vid {
  margin-bottom: 0 !important;
}

.google-map-section.blurb-location .blurb.organizer {
  margin-top: 15px;
  margin-bottom: 25px;
}

.add-member-main .car-club-member .listed-member {
  height: 300px;
  overflow-y: scroll;
}

/* add member */
@media (max-width: 402px) {
  .add-member-main .car-club-member .listed-member {
    top: 119px !important;
  }
}

.add-member-main .listed-member {
  padding: 14px 0;
}

.add-member-main .listed-member .namediv {
  align-items: center;
  justify-content: flex-start !important;
  padding: 6px 15px;
  min-height: 58px;
}

.add-member-main .listed-member .namediv img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 14px;
}

.add-member-main .listed-member .namediv .\'nameTag {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

/* my resume */
@media (min-width: 767px) {
  .subscription-plan.my-resume.resume-box .col-md-6 {
    width: 50% !important;
  }

  .subscription-plan.my-resume.resume-box .list {
    display: block;
  }
}

@media (max-width: 767px) {
  .my-resume.resume-box .row {
    justify-content: center !important;
  }

  .my-resume.resume-box .row .col-md-6.pe-4 {
    padding: 0 !important;
  }
}

/* for modal social link */

.social-body-service .canada.barbells.text-center {
  font-size: 30px;
  margin-bottom: 50px;
}

.social-body-service {
  padding: 20px 90px !important;
  padding-bottom: 100px;
  min-height: 274px;
}

.social-body-service {
  background: #000;
}

.social-body-service .link-social {
  font-size: 18px !important;
  line-height: 21px !important;
  align-items: flex-start !important;
  font-weight: 500 !important;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .social-body-service {
    padding: 20px 50px !important;
  }
}

@media (max-width: 600px) {
  .social-body-service {
    padding: 20px !important;
  }

  .paid-sub-popup .modal-body .data.text-center h4 {
    font-size: 25px;
  }

  .paid-sub-popup .modal-body .data.text-center p {
    font-size: 14px;
  }
}

@media (max-width: 1450px) {
  .sign-up .content-area .left-box {
    padding: 35px 40px;
    padding-bottom: 25px;
  }

  .sign-up .content-area .left-box .all-inputs {
    padding-top: 35px;
  }

  .sign-up .content-area .left-box .left-box-area .create-acount {
    padding-top: 35px;
  }

  .sign-up .content-area .left-box .create-acount .all-inputs .form-check {
    margin-bottom: 25px !important;
  }

  .social-icon {
    margin-top: 28px !important;
  }

  .seperator {
    margin-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .sign-up .content-area .left-box {
    padding: 60px 40px;
  }

  .sign-up .content-area .left-box .login-text {
    margin-top: 25px !important;
  }

  .seperator {
    margin-top: 25px !important;
  }

  .seperator::before,
  .seperator::after {
    width: 29% !important;
  }
}

.PaymentModal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.PaymentModal .modal-body .card-box {
  width: 95%;
  margin: 13px 0;
  margin-bottom: 13px;
  padding: 8px 11px;
  margin-bottom: 23px;
}

.notification-bell .nofiction-list .items .dropdown-item .text-box .date p {
  font-size: 11px;
}

.notification-bell .nofiction-list .items .dropdown-item .text-box ::ng-deeep .date p {
  font-size: 11px;
}

.modal-backdrop {
  background-color: #00000094;
}

.PaymentModal .input-box .promo-btn {
  width: 80px !important;
}

.rejection-reason {
  font-size: 14px;
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
  position: absolute;
  top: -116px;
  right: 1px;
  background: #fb0404eb;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 700;
  padding: 10px;
  line-height: 27px;
}

.rejection-reason .rejection-reson-box {
  display: inline-block;
  padding: 4px 8px;
  background: #fff;
  border-radius: 5px;
  color: red;
}

/* .rejection-reason::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 22px;
  font-size: 24px;
} */
@media (max-width: 1080px) {
  .rejection-reason {
    width: 70%;
    top: -128px;
  }
}

@media (max-width: 767px) {
  .rejection-reason {
    font-size: 12px;
    position: unset;
    width: 100%;
    padding-left: 10px;
  }

  .rejection-reason .rejection-reson-box {
    margin-bottom: 0;
    font-size: 12px;
  }

  .rejection-reason {
    padding-left: 10px;
    line-height: 20px;
  }

  /* .rejection-reason::before {
    left: -5px;
  } */
}

.add-profile .invalid-imag-size {
  width: 230px !important;
  display: block !important;
  left: 0;
}

.add-profile .invalid-imag-size div {
  font-size: 14px !important;
  width: 430px;
}

input::-webkit-credentials-auto-fill-button {
  display: none !important;
  opacity: 0;
}

.inner-check-box .after-box input {
  width: 18px;
  height: 18px;
}

.inner-check-box .after-box {
  align-items: center !important;
}

.card-section {
  padding-bottom: 121px;
}

.card-section .btn-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.card-section .btn-box .btn {
  margin: 0 !important;
}

mat-snack-bar-container .mat-mdc-simple-snack-bar {
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);

  /* background: black; */
  border-radius: 5px;
}

mat-snack-bar-container .mdc-snackbar__surface {
  padding-right: 0;
}

mat-snack-bar-container {
  background: transparent;
  border-radius: 5px;
}

mat-snack-bar-container .mdc-snackbar__surface {
  border: 0;
  outline: 0;
  background: transparent;
}

mat-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label {
  font-size: 15px;
  font-weight: 500;
  color: #000000d6;
  /* color: #E8C459; */
}

mat-snack-bar-container .mat-mdc-snack-bar-action .mdc-button__label {
  font-size: 18px;
  font-weight: 600;
  /* color: #E8C459; */
  color: #000000d6;
}

mat-snack-bar-container .mat-mdc-snack-bar-action .mdc-button__label::after {
  content: "";
  height: 37px;
  position: absolute;
  width: 1px;
  /* background: #E8C459; */
  top: -6px;
  left: -14px;
  background: #000000d6;
}

mat-snack-bar-container.error-snackbar .mat-mdc-simple-snack-bar {
  background: red;
}

mat-snack-bar-container.error-snackbar .mat-mdc-snack-bar-label.mdc-snackbar__label {
  color: #fff;
}

mat-snack-bar-container.error-snackbar .mat-mdc-snack-bar-actions .mdc-button__label {
  color: #fff;
}

mat-snack-bar-container.error-snackbar .mat-mdc-snack-bar-action .mdc-button__label::after {
  background: #fff;
}

@media (max-width: 600px) {
  .mat-mdc-snack-bar-container {
    width: auto;
    margin-bottom: 35px;
    max-width: 70% !important;
  }

  .mat-mdc-snack-bar-handset {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 767px) {
  .section-two.lambo-box .text-container .map-section-box .map-section {
    width: 50%;
  }
}

.section-two.lambo-box .text-container h4.an-evening.heading-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section-two.lambo-box .text-container p.an-evening {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media (max-width: 500px) {
  .add-profile .invalid-imag-size div {
    font-size: 13px !important;
    width: 100%;
  }

  .add-profile .invalid-imag-size {
    bottom: -47px !important;
  }

  .form-sec .all-inputs {
    margin-top: 51px;
  }
}

.input-date-mat-box {
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  background: transparent;
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-weight: 500 !important;
  width: 100% !important;
}

::ng-deep ngx-material-timepicker-container ::ng-deep ngx-material-timepicker-content .timepicker__header.ng-tns-c2461858124-6 {
  background-color: #c48837;
}

/* ngx-material-timepicker-container ::ng-deep  .timepicker__main-content .timepicker__actions ngx-material-timepicker-button .timepicker-button span {
  color: #c48837;
} */

.phone-numeber-box .iti {
  width: 100% !important;
}

.phone-numeber-box input {
  padding-left: 120px !important;
}

.phone-numeber-box .iti__country-container .iti__selected-country .iti__selected-country-primary {
  width: 100% !important;
  justify-content: flex-end !important;
}

.phone-numeber-box .iti__country-container .iti__selected-country {
  min-width: 89px !important;
  background: #9b9b9b2b;
  font-size: 60px;
  position: relative;
  padding: 0 10px;
}

.phone-numeber-box label {
  background-color: red;
}

#verify_mail .modal-dialog.modal-dialog-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

#verify_mail .modal-content {
  max-width: 300px;
}

#verify_mail .modal-content .modal-body {
  display: flex;

  flex-direction: column;

  gap: 20px;

  justify-content: center;

  align-items: center;
}

#verify_mail .modal-content .modal-body .fas.fa-check-circle {
  font-size: 52px;
  color: green;
}

#verify_mail .modal-content .modal-body .text {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 2px;
}

#verify_mail .modal-content .modal-body .btn.btn_ok {
  padding: 0;
  min-width: 100px;
  height: 35px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border-radius: 103px;
  font-weight: 600;
  border: 1px solid transparent;
}

#verify_mail .modal-content .modal-body .btn.btn_ok:hover {
  color: white;
  background: black;
  border: 1px solid #c38435;
}

.culture-app .list-get-the {
  list-style: none;
}

.phone-numeber-box label {
  background-color: red;
}

.doc_error div {
  font-size: 13px;
}

.doc_error {
  bottom: -35px;
}

#verify_mail .modal-dialog.modal-dialog-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

#verify_mail .modal-content {
  max-width: 100%;
  padding: 24px 0;
}

#verify_mail .modal-content .modal-body {
  display: flex;

  flex-direction: column;

  gap: 20px;

  justify-content: center;

  align-items: center;
}

#verify_mail .modal-content .modal-body .fas.fa-check-circle {
  font-size: 52px;
  color: green;
}

#verify_mail .modal-content .modal-body .text {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 2px;
}

#verify_mail .modal-content .modal-body .btn.btn_ok {
  padding: 0;
  min-width: 100px;
  height: 35px;
  background: linear-gradient(180deg, #c07f32 0%, #e8c65b 51.04%, #e2af41 100%);
  border-radius: 103px;
  font-weight: 600;
}

.error_container {
  color: #dc3545;
  font-size: 16px;
  margin-top: 1px;
}