:root {
    --bs-primary: #ffd400;
  /*  --bs-secondary: #3f3f3f;*/
    --bs-secondary: #0056b3;

}
body{
   background-color: var(--bs-secondary);
    color: white;
}
.bg-darken{
    background-color: var(--bs-secondary);
    color: white;
}
.btn-yellow{
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
#navbarNav{

    color: #fff;
}
#currencyDropdown li a{

    color: #000000 !important;
}
#navbarNav li a{
    color: #fff;
    font-size: 1.3em;
    margin-left: 20px;
    padding-top: 18px;
    text-transform: capitalize;
}
.dropdown span{
    color: #fff;
}
.hero-section {
    background-image: url('/images/Sidi-Bou-Said.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 105px);
    margin-top: -80px;
    margin: auto;
    overflow: hidden;
}
.hero-section2 {
    background-image: url('/images/Stafftax-household-staff-blogs-4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 105px);
    margin-top: -80px;
    margin: auto;
    overflow: hidden;
}
.logo{
    width: 210px;
}
.booking-form{
    background-color: #fff;
    border-radius: 10px;
    color: #000000;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: var(--bs-secondary);
}
input:checked + .slider:before {
    transform: translateX(22px);
}
.transfer-details-sidebar{
    color: #000000;
}
#langDropdown,#currencyToggle{
    border : 1px solid #FFFFFF;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #d0cfcb;
}
.text-shad{
    text-shadow: 2px 2px #212121;
}