@import url('../plugins/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

:root {
    --orange-color : #FBAE03;
    --grey-color : #EDEDED;
    --black-color : #2C3636;
    --black-light : #7B8484;
    --blue-color : #338AED;
    --blue-dark:#17346B;
    --red-color : #FC0D1B;
    --white-color : #fff;
    --orange-dark : #FC6520;
    --orange-light: #FECD2F;
    --orange-mix : #FFB208;
    --blue-light:#76CAF4;
    --bs-btn-color: #17346B !important;
    --bs-link-color:#17346B !important;  

}

* {
    font-family: 'Poppins', sans-serif;
}

body {
    overflow: auto !important;
}

#main {
    /* position: relative; */
    min-height: 55vh;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.logo {
    width: 220px !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.header {
    background-color: var(--white-color) !important;
    /*border-bottom: 2px solid var(--orange-dark);*/
    border-bottom: 2px solid #17346B !important;

}

nav ul {
    text-transform: uppercase;
    
}

nav ul li a {
    color: var(--black-light) !important;
    /* font-weight: bolder !important; */
}

.form-card  {
    background-color: var(--orange-color);
    color: var(--white-color) !important;
}

.form-card input, .form-card select, .form-card #r_plan_div button {
    background-color: var(--orange-color);
    border: 0;
    border-bottom: 1px solid var(--white-color) !important;
    border-radius: 0;
    font-size: 12px;
}

.form-card select {
    padding: 0;
    margin-left: 0.2em !important;
}

.form-card input[type="checkbox"] {
    border: 1px solid var(--white-color) !important;
    border-radius: 0;
    font-size: 12px;
}

.form-card input:focus {
    background-color: var(--orange-color);
    color: var(--white-color);
    border: 1px solid var(--white-color) !important;
    font-weight: bold;
}

.form-card input::placeholder {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: bold;
}

.form-card i {
    color: var(--black-color);
    font-size: 12px;
    font-weight: bold;
    
}

.form-card .tags {
    text-align: center;
    margin: 0.4em;
}

#index-form .heading{
    color: var(--white-color);
    font-family: 'Patrick Hand' !important;
}

.main-heading {
    color: var(--black-color);
    font-weight: bold;
    text-transform: uppercase;
}

.sub-heading {
    color: var(--black-color);
    font-weight: light;
    text-transform: uppercase;
}

.sub-para {
    color: var(--black-light);
    text-align: left;
    font-weight: 400;
}

.font-size-extra-small {
    font-size: 12px;
}

.font-size-xs {
    font-size: 14px;
}

.font-size-md {
    font-size: 16px;
}

.font-size-lg {
    font-size: 18px;
}

.font-size-xl {
    font-size: 22px;
}

.radius-none {
    border-radius: 0;
}

.border-none {
    border : 0;
}

.link-btn {
    text-transform: uppercase;
}

.grey-background {
    background-color: var(--grey-color);
}

.card-home {
    border: 0;
    border-bottom: 3px solid grey;
    padding: 1rem 0;
    border-radius: 0;
}

.float{
    display: flex;
    justify-content: center;
    align-items: center;
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:var(--orange-color);
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    font-size: 30px;
    padding: 1rem;
}

.float:hover, .float-icon:hover {
    color: var(--white-color);
}

.float-icon {
    line-height: 0 !important;
}

.btn-blue {
    background-color: var(--blue-color) !important;
}


.info-card {
    border: 0;
    width: 80%;
}

.info-card .form-label, .info-card .form-check-label {
    color: var(--orange-dark);
    font-size: 12px;
}

.info-card input, .info-card select, .info-card #r_plan_div button {
    background-color: inherit;
    border: 0 !important;
    border-bottom: 1px solid var(--orange-dark) !important;
    border-radius: 0 !important;
}

.info-card , .info-card input, .input-group span, .info-card input[type="date"], .form-card input[type="date"], .info-card select,  .info-card #r_plan_div button {
    font-size: 10px;
}

.info-card input[type="checkbox"] {
    border: 1px solid var(--orange-dark) !important;
    border-radius: 0;
    font-size: 12px;
}

.info-card input::placeholder, select option {
    font-size: 12px;
}

.stepper .row .active {
    background-color: var(--orange-light);
}

.stepper .icon {
    height: 16px;
    width: 16px;
    background-color: var(--black-color);
    border-radius: 50%;
    color: var(--orange-light);
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
}

.border-seperator {
    border: 1px solid var(--orange-dark);
    width: 100%;
}

.form-amenities{
    border: 1px solid var(--orange-dark);
    padding: 0.5em;
}

.amenities .tags {
    margin-right: 0.5em;
    background-color: var(--blue-color);
    padding: 0.2em;
    color: var(--white-color);
}

.list-card {
    border: 1px solid var(--orange-dark);
    border-left: 5px solid var(--orange-dark) !important;
    border-radius: 0;
    margin-top: 1em;
}

.car-rates{
    color: var(--red-color);
    font-weight: bold;
}

.company-logo {
    width: 80px;
}

.side-borders {
    /* border-right: 2px solid var(--black-light); */
    border-left: 2px solid var(--black-light);
}

.text-red {
    color: #FC481E;
}

.filter-tags {
    border: 1px solid var(--black-light);
    border-radius: 50px;
    padding: 0.5em;
    font-size: 12px;
    margin: 0.5em;
    cursor: pointer;
}

.filter-tags:hover, .filter-tags-active {
    background-color: var(--black-color);
    color: var(--white-color) !important;

}

.dark-input {
    margin-top: 20%;
}

.dark-input .form-label {
    font-size: 12px;
}

.dark-input .heading {
    color: var(--blue-color);
}

.dark-input input, .dark-input select, .dark-input textarea    {
    border: 0 !important;
    border-bottom: 2px solid var(--black-color) !important;
    border-radius: 0 !important;
    padding: 0;

}

.dark-input input::placeholder {
    font-size: 12px;
    color: var(--blue-color);
    font-weight: bold;
}


.orange-input .form-label {
    font-size: 12px;
    color: var(--orange-dark);
}

.orange-input .heading {
    color: var(--blue-color);
}

.orange-input input, .orange-input select, .orange-input textarea    {
    border: 0 !important;
    border-bottom: 2px solid var(--orange-dark) !important;
    border-radius: 0 !important;
    padding: 0;

}

.orange-input input::placeholder {
    font-size: 12px;
    /* font-weight: bold; */
}

.profile .active {
    background-color: var(--orange-dark); 
    color: #fff;
    padding: 0.3em;
    font-weight: bold;
}

.past.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    color: var(--red-color) !important;
}

.rental-plan {
    border: 1px solid var(--orange-color);
    margin-right: 0.1px;
}

.rental-plan .selected {
    background-color: var(--black-color);
    color: var(--white-color);
}



.color-orange {
    color: var(--orange-dark);
}

.orange-divider {
    border: 1px solid var(--orange-dark);
}

.tt-dropdown-menu {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 12px;
    padding: 0 0.2em;
    width: 100%;
    left: 4px !important;
    height: 100px;
}

.typeahead, .tt-query, .tt-hint{
    height: 19px;
}

.tt-suggestion:hover{
    background-color: var(--orange-dark);
    color: #fff;
}



#r_plan_div button {
    width: 100%;
    text-align: left;
}

#r_plan_div .caret {
    position: absolute;
    right: 0px;
    margin-top: 8px;
}

#rplan-options {
    width: 100%;
    max-height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px;
}

#rplan-options > li {
    width: 278px;
}

#rplan-options > li >a {
    text-decoration: none;
    /* border-bottom: 1px solid #efefef; */
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

#pc-options{
    width: 100%;
    max-height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px;
}

#pc-options > li {
    width: 278px;
}

#pc-options > li >a {
    text-decoration: none;
    /* border-bottom: 1px solid #efefef; */
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

/* CDP */
#cdp-options{
    width: 100%;
    max-height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px;
}

#cdp-options > li {
    width: 278px;
}

#cdp-options > li >a {
    text-decoration: none;
    /* border-bottom: 1px solid #efefef; */
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
/* End CDP */

.coupon-card {
    position: relative;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    cursor: pointer;
}

.coupon-left {
    background-color: var(--orange-mix);
}

.coupon-left h1 {
    font-size: 1.25rem;
}

.coupon-left h5 {
    font-size: 1rem;
}

.coupon-left .coupon-rate{
    font-size: 35px;
}

.circle-1, .circle-2 {
    position: absolute;
    background: #FAFAFA;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    

}

.circle-1 {
    left: -25px;
    -moz-box-shadow:    inset  -2px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset  -2px 0px rgba(0,0,0,0.15);
     box-shadow:         inset  -2px 0px rgba(0,0,0,0.15);
}

.circle-2 {
    right: -25px;
    -moz-box-shadow:    inset 2px  0px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 2px  0px rgba(0,0,0,0.15);
    box-shadow:         inset 2px  0px rgba(0,0,0,0.15);
}

.coupon-right img {
    width: 130px;
}

.coupon-right h6 {
    font-size: 8px;
    font-weight: bold;
}

.coupon-right .redeem-btn {
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    background: var(--orange-dark);
    border-radius: 50px;
    padding: 0.2em 2em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.coupon-points {
    font-size: 22px;
}

#points-header{
    background: linear-gradient(to right, red, yellow);
    color: var(--white-color);
    width: 300px;
    /* text-align: center; */
    font-weight: bold;
}

#footer ul{
    margin-top: 0.5rem;
 }

 #footer ul li {
    margin: 1rem 0;
 }

 #footer .footer-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 2px solid rgba(220,220,220,0.8);
 }

 #footer .footer-flex .footer-flex-chlid{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    width: 20%;
 }

 #footer .social-tab{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
 }

 #footer .social-icon i{
    display: inline-block;
    border: 1px solid var(--grey-color) !important;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 16px;
 }

 #footer .social-icon i:hover{
   background-color: var(--blue-color);
   color: var(--white-color);
 }



@media screen and (max-width: 992px) {
    .logo {
        width: 150px !important;
    }

    .info-card {
        width: 100%;
    }

    .side-borders {
        /* border-right: 2px solid var(--black-light); */
        border-bottom: 2px solid var(--black-light);
        border-left: 0 !important;
        
    }

    .filter-tags {
        font-size: 8px;
      
    }

    .stepper h6, .stepper i, .stepper .icon {
        font-size: 9px;
    }

    .font-size-extra-small {
        font-size: 8px;
    }
    
    .font-size-xs {
        font-size: 10px;
    }
    
    .font-size-md {
        font-size: 12px;
    }
    
    .font-size-lg {
        font-size: 14px;
    }
    
    .font-size-xl {
        font-size: 20px;
    }

    .margin-sm {
        margin: 0.8em 0;
    }

    .coupon-left h1 {
        font-size: 1rem;
    }
    
    .coupon-left h5 {
        font-size: 0.85rem;
    }

    .coupon-left .coupon-rate{
        font-size: 25px;
    }

    .coupon-right img {
        width: 100px;
    }
    
    .coupon-right h6 {
        font-size: 6px;
    }
    
    .coupon-right .redeem-btn {
        font-size: 16px;
        
    }

    .coupon-right .coupon-points {
        font-size: 18px;
    }

    #index-form .heading{
       font-size: 16px;
    }

    .form-card .points, .form-card input[type="checkbox"] {
        font-size: 10px;
    }
}


@media screen and (min-width: 993px) and (max-width:1400px) {
    .font-size-extra-small {
        font-size: 10px;
    }
    
    .font-size-xs {
        font-size: 12px;
    }
    
    .font-size-md {
        font-size: 14px;
    }
    
    .font-size-lg {
        font-size: 16px;
    }
    
    .font-size-xl {
        font-size: 20px;
    }

    .coupon-left h1 {
        font-size: 1.5rem;
    }
    
    .coupon-left h5 {
        font-size: 1rem;
    }

    .coupon-left .coupon-rate{
        font-size: 35px;
    }

    .coupon-right img {
        width: 120px;
    }
    
    .coupon-right h6 {
        font-size: 8px;
    }
    
    .coupon-right .redeem-btn {
        font-size: 18px;
        
    }

    .coupon-right .coupon-points {
        font-size: 16px;
    }

    .btn-dark-blue{
        --bs-btn-color: #fff;
        --bs-btn-bg: var(--blue-dark);
       --bs-btn-border-color: var(--blue-dark);
       --bs-btn-hover-color: #fff;
       --bs-btn-hover-bg: #000000;
       --bs-btn-hover-border-color: #000000;
       --bs-btn-focus-shadow-rgb: 225,83,97;
       --bs-btn-active-color: #fff;
       --bs-btn-active-bg: #2395DC;
       --bs-btn-active-border-color: var(--blue-light);
       --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       --bs-btn-disabled-color: #fff;
       --bs-btn-disabled-bg: var(--blue-dark);
       --bs-btn-disabled-border-color: var(--blue-dark);
     }
     
     .ui-widget-header {
         border: 1px solid var(--blue-dark);
         background: var(--blue-dark) url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
         color: #ffffff;
         font-weight: bold;
       }
     .blue-color{
         color: var(--blue-color);
     }
     
     .dark-blue-color{
         color: var(--blue-dark);
     }
	
	.nav-item  a:hover{
		background-color: #000000;
		color: var(--white-color) !important;
	 }
     
    
}



