@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/fancybox.min.css);
@import url(../css/aos.css);
@import url(../css/default.css);


:root {
    --font-family-poppins:  "Sora", sans-serif;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
        --color-b9b7b7: #b9b7b7;
        --color-26282a: #26282a;
                --color-E2C479: #E2C479;



    --font-style-normal: normal;
    --font-size-10: 10px;
    --font-size-12: 12px;
    --font-size-14: 14px;

    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-20: 20px;

    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-30: 30px;

    --font-size-32: 32px;
    --font-size-45: 45px;

    --font-size-50: 50px;
    --font-size-60: 60px;
    --font-size-75: 75px;
    --character-spacing-0: 0px;
    --line-height-15: 15px;
    --line-height-16: 16px;
    --line-height-17: 17px;
    --line-height-18: 18px;
    --line-height-22: 22px;
    --line-height-25: 25px;
    --line-height-40: 40px;

    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
    --gradient-green1: linear-gradient(to right, #00ff88, #1C8223);
    --gradient-green2: linear-gradient(90deg, rgba(2, 37, 18, 1) 0%, rgba(0, 17, 9, 1) 100%);
    --gradient-green3: linear-gradient(180deg, rgba(2, 37, 18, 1) 0%, rgba(0, 17, 9, 1) 100%);
    --gradient-grey: linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(110, 110, 110, 1) 100%);


}

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

body {
    font-family: var(--font-family-poppins);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-18);
    line-height: var(--line-height-25);
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    background-color: var(--color-000000);
}

.clr {
    width: 100%;
    float: left;
}

.img {
    width: 100%;
}

.svg {
    object-fit: contain;
    object-position: center center;
}

a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    color: var(--color-ffffff) !important;    background-color: transparent;
}
.form-control {
    background-color: transparent;
    padding: 1rem;
    margin-bottom: 2.5rem;
            color: var(--color-ffffff);

}
.input-group input:focus {
   
    color: var(--color-ffffff) !important;
}
.input-group-text {
   
    height: 58px;
}
textarea.form-control:focus {
    color: var(--color-ffffff) !important;
    background-color: transparent;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-f19f1f);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--color-f19f1f);
}

.navbar-expand-xl .navbar-nav {
    flex-direction: row;
    align-items: center;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--color-f19f1f);
    text-decoration: none;
    background-color: transparent;
}

li {
    list-style: none;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

.common-btn {
    background-image: linear-gradient(90deg, #E2C479, #AF9146);
    border-radius: 40px;
    box-sizing: border-box;
    color: var(--color-ffffff);
    display: inline-flex
;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 2px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
    background-color: var(--color-000000);
    height: 4rem;
    width: 19rem;
}

.common-btn:hover {
	color: #fff;
}

.common-btn span {
	align-items: center;
    background-color: var(--color-000000);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
    	color: #E2C479;
}

.common-btn:hover span {
	background: transparent;
        	color: var(--color-000000);

}



.btn-anim::before {
  -webkit-animation: shine 5s ease-in-out infinite;
          animation: shine 5s ease-in-out infinite;
          position: absolute;
          content: '';
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}
.book-btn {
    background-image: linear-gradient(90deg, #E2C479, #AF9146);
    border-radius: 40px;
    box-sizing: border-box;
    color: var(--color-ffffff);
    display: inline-flex
;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 2px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
    background-color: var(--color-000000);
    height: 2.5rem;
    width: 8rem;
    font-size: 1rem;
}

.book-btn:hover {
	color: #fff;
}

.book-btn span {
    align-items: center;
    background-color: var(--color-000000);
    border-radius: 40px;
    display: flex
;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    font-size: 0.8rem;
    color: #AF9146;
}

.book-btn:hover span {
	background: transparent;
     color: #000000;
}
.section-bg{
background-image: url(../images/section-bg.png);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-space{
    padding-top: 5rem;
        padding-bottom: 5rem;

}
.input-group-append {
  cursor: pointer;
}
.section-banner-bg {
    padding: 3rem 2rem;
    height: 100%;
}
.logo {
    width: 250px;
    margin: auto;
    margin-bottom: 3em;
}


footer{
color: var(--color-ffffff);
position: relative;
}

.footer a:hover{
color: var(--color-E2C479);
}
.footer-left a{
color: var(--color-ffffff);

}.footer-left a:hover{
color: var(--color-E2C479);
}
.footer-right a:hover{
color: var(--color-E2C479);
}
footer h6{
    text-transform: uppercase;
}
.social-link i{
    margin-left: 1rem;
            overflow: hidden;
    display: inline-flex
;
    /* padding: 1rem; */
    text-transform: uppercase;
    background: linear-gradient(90deg, #E2C479, #AF9146);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}
.copyright {
    font-size: var(--font-size-14);
    color: var(--color-b9b7b7);
    
}
.copyright p{
        margin-bottom: 0;

}
.help-links a{
font-size: var(--font-size-14);
color: var(--color-b9b7b7);
}
.help-links a:hover {
    text-decoration: underline;
    color: var(--color-E2C479) !important;
}
footer a{
    color: var(--color-ffffff);

}
.footer-left{
    text-align: left;
}
.footer-right{
    text-align: right;
}
footer h3{
    font-size: var(--font-size-32);
}
footer h6{
    font-size: var(--font-size-16);
}
/* Base style for pagination bullets */
.swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 2px;
    background: var(--color-2c3558);
    margin: 0 4px;
    opacity: 1;
    transition: background 0.3s;
}

/* Active bullet */
.swiper-pagination-bullet-active {
    background: var(--color-2c3558);
    /* active color */
    opacity: 0.5;
}

#driverdetails .modal-content {
    background-color: #000000b5;
    color: var(--color-ffffff);
    padding: 3rem;
}


 .modal-body {
   padding: 0;
}
.btn-close {
    position: absolute;
    /* color: #fff !important; */
    right: -40px;
    top: -40px;
    filter: invert(1);
    padding: 1em;
}
.driver-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: ease all 0.5s;
}
.driver-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-close {
    position: absolute;
    /* color: #fff !important; */
    right: -40px;
    top: -40px;
    filter: invert(1);
    padding: 1em;
}
.driver-box {
    border: 1px solid #b9b7b74d;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: ease all 0.5s;
}
.driver-box:hover img{
    transform: scale(1.09);
}

.driver-details {
    padding:1rem;
    height: 100%;
    background-color: var(--color-26282a);
    position: relative;
}
.driver-details h4{
    margin-bottom: 0;
}
.driver-details h4 small {
    color: var(--color-E2C479);
    font-size: 12px;
}
.driver-details i {
    background: linear-gradient(90deg, #E2C479, #AF9146);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.driver-details i.fa-phone {
    background: linear-gradient(90deg, #E2C479, #AF9146);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 1.2rem;
}


#cardetails .modal-content {
    background-color: #000000b5;
    color: var(--color-ffffff);
    padding: 3rem;
}
.cardetails{
    padding: 1rem;
}
.car-box {
    background-color: var(--color-26282a);
    padding: 2rem;
    border-radius: 0.5rem;
}
.car-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.car-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}
.car-details{
padding-left:2rem;
}

/* END SOCIAL STYLE */

.form-section {

    position: relative;
    background-color: var(--color-021c0f);
}

.form-section h2 {
    position: absolute;
    bottom: 23%;
    z-index: 9;
}

.form-section::before {
    background-color: #f2f2f2;
    top: 0;
    position: absolute;
    content: '';
    height: 300px;
    width: 100%;
}

.form-section::after {
    background-image: url(../images/form-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 85%;
    background-repeat: repeat;
    /* background-position: center; */
    z-index: 0;
    position: absolute;
    content: '';
    top: 4px;
    margin-top: 3%;
}

.form-section h4 {
    color: var(--color-021c0f)
}

.form-section h3 {
    display: flex;
    align-items: flex-start;
    height: 75%;
    padding-bottom: 0;
    z-index: 9;
    position: relative;
    flex-direction: column;
    text-align: left;
}

/* contact page */
.form-contact {
    border-radius: 1rem;
    border: transparent;
    z-index: 1;
    position: relative;
    background-color: var(--color-000000);
    border: 0.15rem solid var(--color-021c0f);
    /* height: 131%; */
    margin-top: -4%;
    /* padding-top: 5rem; */
    width: 100%;
    margin: 0 auto;
        color: var(--color-ffffff);

}

form label {
    font-size: 0.875rem;
    color: var(--color-ffffff);
    cursor: pointer;
}

form label,
form input {
    float: left;
    clear: both;
}
/* Default placeholder style */
::placeholder {
  color: #999;
  opacity: 1; /* Ensures full visibility */
}

/* Chrome, Safari, Edge */
::-webkit-input-placeholder {
  color: #999;
}

/* Firefox */
::-moz-placeholder {
  color: #999;
}

/* IE 10-11 */
:-ms-input-placeholder {
  color: #999;
}

/* Old Edge */
::-ms-input-placeholder {
  color: #999;
}

form input {
    padding: 1rem;
    width: 100%;
    outline: none;
    border: 1px solid var(--color-b9b7b7);
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    /* border: transparent; */
    color: var(--color-b9b7b7);
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.875rem;
    /* padding-top: 0; */
    border-radius: 0.5rem;
    background-color: var(--color-000000);
    margin-bottom:3rem;
}

form textarea {
        background-color: var(--color-000000);

    border-radius: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.938rem;
    color: var(--color-ffffff);
    width: 100%;
    outline: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border: transparent;
    border: 1px solid #bbb;
    /* margin-bottom: 1.875rem; */
    height: 90px;
}

form textarea::placeholder {
    color: #747474 !important;
}

form input[type="text"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="date"]:focus, form input[type="message"]:focus, form input[type="time"]:focus {
    border-color: var(--color-e2c479);
    color: var(--color-ffffff) !important;
    outline: none;
    background-color: transparent;
}

input[type="submit"] {
    padding: 0.938rem 3.125rem;
    width: auto;
    background: #1abc9c;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    float: right;
    clear: right;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

form textarea::placeholder {
    color: var(--color-000000);
}

input[type="submit"]:hover {
    opacity: 0.8;
}

input[type="submit"]:active {
    opacity: 0.4;
}

/* ===================== */

    /* Intro video full screen */
    /* Fullscreen video */

      body.intro-active {
    overflow: hidden;
  }
   
  #intro-video {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1000;
    background: #000;
    transition: opacity 1s ease;
  }



  #main-content {
    display: none; /* hidden until intro ends */
    opacity: 0;
    transition: opacity 1s ease;
  }

  #main-content.show {
    display: block;
    opacity: 1;
  }

    .driver-btn {
      margin-top: 30px;
      padding: 12px 28px;
      border: 1px solid #e2c44f;
      border-radius: 30px;
      background: transparent;
      color: #e2c44f;
      cursor: pointer;
      transition: 0.3s;
    }

    .driver-btn:hover {
      background: #e2c44f;
      color: #000;
    }

    /* Skip button */
    #skip-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #e2c44f;
      cursor: pointer;
      z-index: 10000;
      display: none;
      background-color: transparent;
      border: transparent;
      font-size: var(--font-size-14);
    }

    #skip-btn:hover {
      background: #e2c44f;
      color: #000;
    }

/* Contactpage */
/* footer */

.footer {
    width: 100%;
    background-color: var(--color-021c0f);
    position: relative;
    overflow: visible;
    font-size: var(--font-size-14);

}

.top-footer h6 {
    color: var(--color-2c3558);
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: var(--font-size-18);
}

.top-footer .title {

    color: var(--color-f19f1f);
    margin-bottom: 30px;
    text-transform: uppercase;
}

.top-footer p {
    color: var(--color-ffffff);

}

.top-footer a {
    color: var(--color-ffffff);

}

.top-footer h4 {
    color: var(--color-2c3558);
    font-size: var(--font-size-18);
}

img.footer-bg {
    content: "";
    position: absolute;
    background: url(../images/footer-top.png) center no-repeat;
    background-size: cover;
    top: -120px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.addres-section {
    padding-right: 10rem;
}


.footer-box p {
    color: #fff;
    padding-right: 30px;
    margin-bottom: 30px;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    float: left;
    margin-right: 18px;
}

.footer-social ul li i {
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.footer-social ul li i:hover {
    color: var(--color-ff7800);
}

.footer-heading {
    font-size: var(--font-size-16);
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--color-56e8f5);
}

.footer-menu ul li a:hover i {
    color: var(--color-5c5e49);
}

.footer-menu ul li a:hover {
    color: var(--color-ff7800);
}

.footer-menu ul li i {
    font-size: var(--font-size-16);
    margin-right: 10px;
    color: #fff;
    transition: 0.5s;
}

.footer-menu ul li a {
    width: fit-content;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: var(--font-size-16);
    margin-bottom: 1rem;
    font-weight: var(--font-weight-Regular);
}

.footer-menu ul li a:hover {
    margin-left: 8px;
}

.footer-logo img {
    margin-bottom: 2rem;
}

.footer-social {
    margin-top: 40px;
}

ul.footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
    align-items: flex-start;
}

ul.footer-contact li p {
    margin: 0;
    color: var(--color-2c3558);
}

ul.footer-contact li a {
    margin: 0;
    color: var(--color-ffffff);
    font-size: var(--font-size-16);
    line-height: normal;
}

ul.footer-contact li a:hover {
    color: var(--color-ff7800);
}

ul.footer-contact li i {
    color: var(--color-ffffff);
    top: 4px;
    position: relative;
    font-size: var(--font-size-16);

}

.details {
    display: flex;
    flex-direction: column;
}

/* copy-right  */

.copy-right {
    background-color: var(--color-000000);
    padding: 2rem 0;
}

.copy-right p,
.copy-right p a {
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    margin-bottom: 0;
}



.copy-right p a {
    color: var(--color-2c3558);
}

.copy-right p a:hover {
    color: var(--color-ff7800);

}


.scrollbar {
    /* margin-left: 30px; */
    float: left;
    height: 100px;
    width: 100%;
    /* background: #F5F5F5; */
    overflow-y: scroll;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
}



.force-overflow
{
	min-height: 200px;
}


#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #171717;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #232323;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #ffffff;
}

#formdetails .modal-content {
    background-color: #000000d6;
    color: var(--color-ffffff);
    padding: 3rem;
}
    
.back-btn{
        font-size: 12px;
    background: transparent;
    margin-bottom: 1rem;
        color: var(--color-ffffff);
        text-decoration: underline;

}
.form-check-input[type=radio] {
    border-radius: 50%;
    border: 2px solid #ccc;
    width: 0rem !important;
    padding: 0.5rem;
    margin-right: 1rem;
    background-color: transparent;
}
.form-check input{
          margin-bottom: 0 !important;

}
.form label {
    font-size: 0.875rem;
    color: var(--color-ffffff);
    cursor: pointer;
    top: 2px;
    position: relative;
}
.back-btn:hover{
    
        color: var(--color-E2C479);
        text-decoration: underline;

}
#joinus fieldset{
        margin-bottom: 0.5rem;

}
#joinus .form-label {
    margin-bottom: 0.5rem;
    display: block;
}

#joinus .form-control {
    margin-bottom: 2.5rem;
}

#joinus form{
     margin-bottom: .5rem;
    font-size: 16px;
    font-weight: 400;
}
#joinus .form-control{
        color: #ffffff;
}
.form-check {
    display:flex;
}

#joinus .modal-content {
    background-color: #000000fc;
    color: var(--color-ffffff);
    padding: 3rem;
}

#privacy .modal-content {
    background-color: #000000fc;
    color: var(--color-ffffff);
    padding: 3rem;
}
#privacy p{
    font-size:14px;
}
#privacy li{
    font-size:14px;
    list-style-type: disc;
        margin-left: 1rem;
}
#privacy a{
        color: var(--color-ffffff);
        text-decoration:underline;

}

#terms .modal-content {
    background-color: rgba(0, 0, 0, 0.99);
    color: var(--color-ffffff);
    padding: 3rem;
}
#terms p{
    font-size:14px;
}
#terms li{
    font-size:14px;
    list-style-type: disc;
        margin-left: 1rem;
}
#terms a{
        color: var(--color-ffffff);
        text-decoration:underline;

}
