@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Urbanist', sans-serif;
}

body {
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

.navbar{
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;    
}

.navbar-light .navbar-brand {
    color: #000000CC;    
}

.navbar .m-active {
    background-image: url(./images/menu-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000CC;
}

.navbar-light .navbar-nav .nav-link{
    padding-top: 22px;
    /* padding-bottom: 22px; */
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 8%;
}

.sm-menu{
   border-radius: 0px;
   border: 0px;
   top: 97%;
   background: #FFFFFF;
   border-radius: 30px;
}

.navbar-toggler{
   outline: none !important;
   border: none;
}

.megamenu-li {
   position: static;
}

.megamenu {
   position: absolute;
   width: 50%;
   left: 200px;
   right: 0;
   /* padding: 15px; */
}

.megamenu h6{
    margin-left: 21px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.megamenu a {
    text-decoration: none;
}

.menu_drop-left {
    padding: 30px;
}

.menu_drop-right {
    margin-bottom: -10px;
    margin-top: -10px;
}

.menu_drop-row .menu-item {
    cursor: pointer;
    transition: background-color 0.3s;
}       
        
.menu_drop-row .image-display {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
        
.menu_drop-row .image-container {
    position: relative;
    width: 100%;
    height: 270px;
}



/* .navbar-light .dmenu .sm-menu {
  display: none;
} */



/* .navbar-light .dmenu:hover .sm-menu {
  display: block;
  animation: slideDown 0.15s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
} */

/* .navbar-light .dmenu:not(:hover) .sm-menu {
  animation: slideUp 0.105s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-10px);
    opacity: 0;
  }
}  */

/* .navbar-light .dmenu:not(:hover) .sm-menu {
  animation: slideUp 0.15s ease-in-out 0.5s forwards;
} */

.navbar-light .dmenu {
  position: relative;
  display: inline-block;
}

.navbar-light .dmenu .sm-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 470px;
    background: white;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1000;
    margin-top: 0;
    padding-top: 5px;
}

.navbar-light .dmenu:hover .sm-menu,
.navbar-light .sm-menu:hover {
  display: block;
  animation: slideDown 0.15s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.menu_drop-row .col-md-5 {
    padding-left: 0px;
    padding-right: 0px;
}
        
.menu_drop-row .image {
     position: absolute;
        width: 100%;
        height: 100%;
    opacity: 0;
     transition: opacity 0.5s ease;
}
        
.menu_drop-row .image.active {
    opacity: 1;
}
        
.menu_drop-row #image1 {
    opacity: 1;
}

.dropdown-toggle::after {
    display: none;
}

.new-circle {
    margin-left: 50px;
    margin-top: -10px;
}

.new-circle button {
    border: none;
    outline: none;
    background-color: #000000;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.new-circle button i {
    margin-left: 5px;
}

.new-circle button:hover {
    background-color: #000000CC;
}

.home-banner {
    background-image: url(./images/banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 237px;
    padding-bottom: 179px;
    margin-bottom: 120px;
    text-align: center;
    border-radius: 50px;
}

.home-banner-box {
    width: 70%;
    margin: auto;
}

.home-banner-box-head {
    font-weight: 900;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px 0px #00000080;
    color: #FFFFFF;
    margin-bottom: 29px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.pry-btn a {
    text-decoration: none;
}

.pry-btn button {
    border: none;
    outline: none;
    background-color: #000000;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.pry-btn button i {
    margin-left: 5px;
}

.pry-btn button:hover {
    background-color: #000000CC;
}

.menu-item {
  display: inline-flex;
  align-items: center;
  overflow: hidden; 
  gap: 0; 
}

.star-icon {
  transform: translateX(-100%); 
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-size: 14px;
  margin-right: 0; 
  margin-top: -25px;
}

.menu-item h6 {
  transition: margin-left 0.3s ease-in-out;
  margin-left: 0; 
}

.menu-item:hover .star-icon {
  transform: translateX(0); 
  opacity: 1;
  margin-right: 5px; 
}

.menu-item:hover h6 {
  margin-left: 5px; 
}

.home-journey {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 338px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 62px;
}

.home-journey-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.home-journey-row {
    position: relative;
    margin-bottom: 30px;
}

.home-journey-row-info {
    position: absolute;
    bottom: 0px;    
    background-image: url(./images/j-bg.png);
    background-repeat: no-repeat;
    background-size: cover;    
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-journey-row-link {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.home-journey-row-info-text {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0%;
    text-align: center;
    line-height: 100%;
    padding: 10px;
}

.home-journey-bgL {
    position: absolute;
    top: 400px;
    left: 0;
}

.home-journey-bgR {
    position: absolute;
    top: 400px;
    right: 0;
}

.carder{
    overflow:hidden;
    cursor:pointer;
    border-radius: 20px;
}

.img_carder{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 20px;
}

.carder:hover .img_carder{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 20px;
}

.home-coach-right {
    padding-top: 250px;
}

.home-coach-right-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.home-coach-right-sub {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.home-coach-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.home-coach {
    position: relative;
    top: -250px;
    margin-bottom: -150px;
}

.home-vid-box {
    margin-bottom: 120px;
}

.home-success-row1 p {
    color: #FFFFFF;
}

.home-success-row2 p {
    color: #FFFFFF;
}

.home-success-row1 video {
    width: 100%; 
    height: 470px;
    object-fit: cover;
    border-radius: 20px;
}

.home-success-row2 video {
     width: 100%; 
    height: 470px;
    object-fit: cover;
    border-radius: 30px;
}

.video-container {
    width: 100%; 
    overflow: hidden; 
}
        
.video-container video {
    width: 100%; 
    height: 700px; 
    object-fit: cover;
    border-radius: 30px;
}

.home-merchant-left main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-merchant-left .carousel-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 64px;
  margin-block: auto;
  height: fit-content;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  border: none;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
  /* opacity: 0.5; */
  transition: opacity 100ms;
  outline: none;
  border: none;
}

.home-merchant-left .carousel-arrow:hover,
.carousel-arrow:focus {
  opacity: 0.5;
}

.home-merchant-left .carousel-arrow--prev {
  left: 20px;
}

.home-merchant-left .carousel-arrow--next {
  right: 20px;
}

.home-merchant-left .carousel-container {
  width: 100%;
  /* margin: 16px 48px; */
  overflow-x: auto;
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
  scroll-snap-type: x mandatory;
  flex-flow: row nowrap;
  scroll-behavior: smooth;
}

.home-merchant-left .carousel-container::-webkit-scrollbar {
  display: none;
}

.home-merchant-left .carousel-slide {
  flex: 1 0 40%;
  aspect-ratio: 1;
  flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
}

.home-merchant {
    margin-bottom: 120px;
}

.home-merchant-leftA {
    padding-top: 100px;
    padding-right: 30px;
}

.home-merchant-leftA p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

}

.home-merchant-left-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.home-success {
    background-color: #000000;
    padding-top: 87px;
    padding-bottom: 87px;
    position: relative;
    margin-bottom: 120px;
}

.home-success-bgL {
    position: absolute;
    top: 400px;
    left: 0;
}

.home-success-bgR {
    position: absolute;
    top: 400px;
    right: 0;
}

.home-success-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #FFFFFF;
}

.home-success-row1 {
    position: relative;
}

.home-success-row2 {
    position: relative;
    margin-top: 50px;
}

.home-success-row-link {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.home-success-row-link a {
    text-decoration: none;
}

.home-success-row-link a i {
    color: #FFFFFF;
}

.home-success-row-link a i:hover {
    opacity: 0.5;
}

.home-success-rows {
    margin-bottom: 50px;
}

.home-testimonial .card {
    background: linear-gradient(103.32deg, rgba(255, 255, 255, 0.1) 68.77%, rgba(255, 255, 255, 0.1) 68.77%);
    border-radius: 40px;
    margin-bottom: 30px;
}

.home-testimonial-right {
    background-color: #000000;
    padding: 60px 44px;
    border-radius: 40px;
    color: #FFFFFF;
}

.home-testimonial-right-icons i {
    color: #FF0000;
}

.home-testimonial-right-icons {
    margin-bottom: 30px;
}

.home-testimonial-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;

}

.home-testimonial-left-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-testimonial-left-info-name {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.home-testimonial-left {
    position: relative;
    height: 100%;
}

.home-testimonial-left-footer {
    position: absolute;
    bottom: 30px;
}

.home-testimonial-contrl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.faq-sect {
    margin-bottom: 120px;
}

.faq-sect-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.faq-sect-left {
    position: relative;
}

.faq-sect-left-info {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.faq-sect-left-info p {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.sec-btn button {
    border: none;
    outline: none;
    background-color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    border: 1px solid #FFFFFF;
}

.sec-btn button i {
    margin-left: 5px;
}

.sec-btn button:hover {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 30px;
    overflow: hidden; 
}

.accordion-item-header {
    /* padding: 20px; */
    padding-right: 100px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background-color: #000000;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
    color: #000000;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item-header.active {
    background-color: #F5F5F5;
    color: #000000;
}

.accordion-item-header.active::after {
    content: "\2212";
    color: #FFFFFF;
    background-color: #0D0C0CCC;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, background-color 0.3s ease;
    background-color: #000000;
}

.accordion-item-header.active + .accordion-item-body {
    background-color: #F5F5F5;
}

.accordion-item-body-content {
    padding: 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    transition: color 0.3s ease;
}

.accordion-item-header.active + .accordion-item-body .accordion-item-body-content {
    color: #000000;
}

.footer-seq {
    background-image: url(./images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 74px;
    padding-bottom: 20px;
    color: #FFFFFF;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.footer-nav-left {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    width: 50%;
}

.footer-nav-right button {
    border: none;
    outline: none;
    background-color: #FFFFFF;
    padding: 12px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.footer-nav-right button img {
    margin-left: 50px;
}

.footer-row1-field {
    background-color: #FFFFFF;
    padding: 12px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.footer-row1-field input {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
}

.footer-row1-field input::placeholder {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 14px;
    color: #000000B2;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer-row1-sub {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 14px;
}

.footer-row1-icons {
    display: flex;
    gap: 10px;
}

.footer-row1-icons a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.footer-row1-icons a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.footer-row1-field span button {
    outline: none;
    border: none;
    background-color: transparent;
}

.footer-row2-head {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 30px;
}

.footer-row2 {
    padding-top: 30px;
}

.footer-row2 a p {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.footer-row2 a {
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-contact-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 70px;
}

.about-banner {
    background-color: #000000;
    padding-top: 100px;
    color: #FFFFFF;
}

.about-banner-right {
    padding-top: 10px;
}

.about-banner-right-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-banner-right-sub {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.about-banner-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 33px;
}

.about-banner-left {
    padding-right: 50px;
}

.carder2{
    overflow:hidden;
    cursor:pointer;
}
.img_carder2{
    width:100%;
    transition:all 0.3s ease-in-out;
}
.carder2:hover .img_carder2{
    transform:scale(1.1);
    filter:brightness(0.7);
}

.what-drive-left {
    background-color: #000000CC;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-drive-left-info {
    width: 70%;
    margin: auto;
}

.what-drive .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.what-drive-left-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.what-drive-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.counter-section {
    margin-top: 120px;
    margin-bottom: 120px;
}

.counter-section-row {
    text-align: center;
}

.counter-section-head {
    font-weight: 900;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.counter-section-row p {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.inner-banner {
    background-image: url(./images/wedding-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin-bottom: 120px;
    position: relative;
    border-radius: 40px 40px 0px 0px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}



.inner-banner-info {
    font-weight: 900;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 0%;
    text-transform: uppercase;      
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1); 
    text-align: center;     
}

.inner-page-sub {
    margin-bottom: 120px;
}

.inner-page-sub p {
    width: 80%;
    margin: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.what-drive-left-sub {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.contact_page {
    background-color: #000000;
    padding-top: 160px;
    padding-bottom: 160px;
    color: #FFFFFF;
}

.contact_page-left-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 81px;
}

.contact_page-sub {
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact_page-left-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 23px;
}

.contact_page-left-contactL {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_page-left-contactL i {
    font-size: 20px;
}

.contact_page-left-contactR {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.contact_page-right {
    background-color: #FFFFFF0D;
    padding: 38px 57px;
    border-radius: 40px;
}

.contact_page-right-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.contact_page-right input {
    border: none;
    outline: none;
    background-color: #FFFFFF0D;
    padding: 14px;
    width: 100%;
    border-radius: 25px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.contact_page-right input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF80;
}

.contact_page-right textarea {
    border: none;
    outline: none;
    background-color: #FFFFFF0D;
    padding: 14px;
    width: 100%;
    border-radius: 25px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.contact_page-right textarea::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF80;
}

.contact_page-sub2 {
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 30px;
}

.contact-Map {
    margin-top: 70px;
}

.contact-Map iframe {
    border-radius: 40px;
}

.contact_page-left p {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.contact_page-right-sub {
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 48px;
}

.contact_page-right .form-select {
    border: none;
    outline: none;
    background-color: #FFFFFF0D;
    padding: 14px;
    width: 100%;
    border-radius: 25px;
    color: #FFFFFF80;
    margin-bottom: 15px;
}

.contact_page-right .form-select option {
    background-color: #000000;
}

.contact_page-right .calendar {
    box-shadow: 39.14px 39.14px 31.31px 0px #0000001A;
    background-color: #FFFFFF0D;
    color: #FFFFFF;
    border-radius: 20px;
}

.contact_page-right header {
  margin: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1.57px solid #BDBDBD;
}
.contact_page-right .header-display {
  display: flex;
  align-items: center;
}

.contact_page-right .header-display p {
  color: #FFFFFF;
  margin: 5px;
  font-size: 1.2rem;
  word-spacing: 0.5rem;
}

.contact_page-right pre {
  padding: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 1.2rem;
  color: #FFFFFF;
}

.time-selector {
    margin: 10px 0;
    padding: 5px;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #FFFFFF;
}

.time-selector option {
    background-color: #000000;
}
 /* .week {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .week > div {
    flex: 1;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
  } */

  select {
    margin-top: 5px;
    width: 100%;
  }

.days div:hover {
  background: #FFFFFF;
  color: rgb(25, 25, 201);
  cursor: pointer;
}
/* .week div {
    letter-spacing: 3%;
    text-transform: uppercase;
} */
.current-date {
  background-color: #000000;
  color: #FFFFFF;
}
.contact_page-right .display-selected {
  margin-bottom: 10px;
  padding: 20px 20px;
  text-align: center;
}

.wrap-check-43 *,
  .wrap-check-43 ::after,
  .wrap-check-43 ::before {
    box-sizing: border-box;
  }
  .wrap-check-43 .cbx {
    position: relative;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: 
#FFFFFF80;
    background-image: linear-gradient(#474749, #606062);
    box-shadow: inset 0 1px 1px 
rgba(255,255,255,0.15), inset 0 -1px 1px 
rgba(0,0,0,0.15);
    transition: all 0.15s ease;
  }
  .wrap-check-43 .cbx svg {
    position: absolute;
    top: 3px;
    left: 3px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: 
#fff;
    stroke-width: 2;
    stroke-dasharray: 17;
    stroke-dashoffset: 17;
    transform: translate3d(0, 0, 0);
  }
  .wrap-check-43 .cbx + span {
    float: left;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
  }
  .wrap-check-43 {
    user-select: none;
  }
  .wrap-check-43 label {
    display: inline-block;
    cursor: pointer;
  }
  .wrap-check-43 input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }
  .wrap-check-43 input[type="checkbox"]:checked + .cbx {
    background-color: 
#FFFFFF80;
  }
  .wrap-check-43 input[type="checkbox"]:checked + .cbx svg {
    stroke-dashoffset: 0;
    transition: all 0.15s ease;
  }

.merchant-banner {
    background-image: url(./images/merchant-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 40px;
}

.merchant-banner-head {
    font-weight: 900;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000;
}

.merchant-banner-head-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.merchant-Page {
    background-color: #000000;
}

.merchant-Page-body {
    background-color: #000000;
    padding-top: 120px;
    padding-bottom: 100px;
}

.merchant_row {
    position: relative;
    margin-bottom: 60px;
}

.merchant-details a {
    text-decoration: none;
}

.merchant_row-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    color: #FFFFFF;
    text-shadow: 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000, 0 0 50px #000000;
}

.merchant-details-body {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 153px;
    color: #FFFFFF;
}

.merchant-details-nav span {
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%
}

.merchant-details-nav span a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.merchant-details-nav {
    margin-bottom: 60px;
}

#mainImage {
    height: 700px; 
    width: 535px; 
}

.imgStyle {
    height: 100px; 
    width: 100px; 
}

.merchantThumb-left1 img {
    margin-bottom: 25px;
}

.merchantThumb-right-head {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.merchantThumb-right-icon i {
    color: #FF0000;
}

.merchantThumb-right-icon {
    margin-bottom: 30px;
}

.merchantThumb-right-price {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.merchantThumb-right-line {
    border: 1px solid #FFFFFF4D;
    margin-bottom: 40px;
}

.merchantThumb-right-sub {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.merchantThumb-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.merchantThumb-right-imp {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.merchantThumb-right-imp input {
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 15px 30px;
    width: 90px;
    color: #FFFFFF;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.merchantThumb-right-share {
    display: flex;
    gap: 20px;
    align-items: center;
}

.merchantThumb-left {
    margin-bottom: 50px;
}

video::-webkit-media-controls-current-time-display{
  display: none;
}

video::-webkit-media-controls-fullscreen-button{
  display:none;
}

video::-webkit-media-controls-time-remaining-display{
  display:none;
}

video::-webkit-media-controls-timeline {
  display: none;
}



 .day-dropdown {
            /* margin: 5px; */
        }
        .day-btn {
            min-width: 100px;
        }







/* MEDIA */
@media (max-width: 736px) {

    .navbar-light .dmenu .sm-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: auto;
        height: 250px;
        background: white;
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        z-index: 1000;
        margin-top: 0;
        padding-top: 5px;
    }

    .image-container img {
        display: none;
    }

    .home-success-row2 video {
        width: 100%; 
        height: 470px;
        object-fit: cover;
        border-radius: 30px;
    }

    .video-container {
        width: 100%; 
        overflow: hidden; 
        margin-bottom: 30px;
    }
            
    .video-container video {
        width: 100%; 
        height: 700px; 
        object-fit: cover;
        border-radius: 30px;
    }

     
    .wrap-check-43 label {
        display: flex;
        cursor: pointer;
    }

    .wrap-check-43 .cbx {
        position: relative;
        display: block;
        float: left;
        width: 38px;
        height: 18px;
        border-radius: 4px;
        background-color: 
    #FFFFFF80;
        background-image: linear-gradient(#474749, #606062);
        box-shadow: inset 0 1px 1px 
    rgba(255,255,255,0.15), inset 0 -1px 1px 
    rgba(0,0,0,0.15);
        transition: all 0.15s ease;
    }
        

    .wrap-check-43 .cbx + span {
        float: left;
        margin-left: 10px;
        font-weight: 400;
        font-size: 1fpx;
        line-height: 100%;
        letter-spacing: 0%;
        color: #FFFFFF;
    }

    .contact_page-right {
        background-color: #FFFFFF0D;
        padding: 20px;
        border-radius: 40px;
        margin-top: 40px;
    }

    .inner-banner {
        background-image: url(./images/wedding-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 400px;
        margin-bottom: 120px;
        position: relative;
        border-radius: 40px 40px 0px 0px;
        color: #FFFFFF;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inner-banner-info {
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        width: 90%;
        margin: auto;  
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                0px 8px 13px rgba(0,0,0,0.1),
                0px 18px 23px rgba(0,0,0,0.1);  
    }

    .counter-section-row {
        text-align: center;
        margin-bottom: 40px;
    }

    .about-banner {
        background-color: #000000;
        padding-top: 100px;
        padding-bottom: 50px;
        color: #FFFFFF;
    }

    .what-drive-left-info {
        width: 100%;
        margin: auto;
    }

    .what-drive-left {
        background-color: #000000CC;
        color: #FFFFFF;
        height: 100%;
        padding: 40px;
    }

    .about-banner-left {
        padding-right: 0px;
    }

    .footer-nav-left {
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        width: 100%;
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: left;
        align-items: flex-start;
        margin-bottom: 80px;
    }

    .faq-sect-left {
        margin-bottom: 30px;
    }

    .home-testimonial-right {
        background-color: #000000;
        padding: 20px;
        border-radius: 40px;
        color: #FFFFFF;
    }

    .home-testimonial-left {
        position: relative;
        height: 250px;
    }

    .home-success-row2 {
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .home-merchant-leftA {
        padding-top: 0px;
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .home-merchant-left .carousel-slide {
        flex: 1 0 100%;
    }

    .home-coach-right {
        padding-top: 50px;
    }

    .home-journey-row-link {
        position: absolute;
        right: 30px;
        top: 20px;
    }

    .home-banner {
        background-image: url(./images/banner-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 150px;
        padding-bottom: 150px;
        margin-bottom: 120px;
        text-align: center;
        border-radius: 50px;
    }

    .home-banner-box {
        width: 90%;
        margin: auto;
    }

    .home-banner-box-head {
        font-weight: 700;
        font-size: 50px;
        line-height: 62px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0px 4px 4px 0px #00000080;
        color: #FFFFFF;
        margin-bottom: 29px;
    }

    .megamenu {
        position: absolute;
        width: 100%;
        left: 200px;
        right: 0;
        padding: 15px;
    }

    .navbar .m-active {
        background-image: none;
    }

    .new-circle {
        margin-left: 0px;
        margin-top: 10px;
    }

    .navbar-light .navbar-nav .nav-link{
        padding-top: 10px;
        padding-bottom: 10px;
        transition: 0.3s;
        padding-left: 14px;
        padding-right: 14px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 8%;
    }
	
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


