body {
    background-color: white!important;
}
h1, h2, h3, h4, h5 {
    font-family:var(--font-b2);
}
h1{
    font-size: 36px;
    margin: 10px 0;
    line-height:45px;
}
h1 span {
    font-size:22px;
    color:#a1a1a1;
    font-family:var(--font-b1);
    display:block;
}
h2{
    margin-bottom: 15px;
    font-size:26px;
}
.img_list .tour_img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 5px;
}
.img_list .right_row img {
    height: 272.5px;
}
.tour_tab_wrap {
}
.tour_nav_tabs {
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    background-color: white;
    width: fit-content;
    position: relative;
    overflow: hidden;
}
.tour_nav_tabs .nav-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80px;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1), width 0.4s cubic-bezier(0.25, 1, 0.2, 1);
    z-index: 1;
    background-color: var(--primary);
}
.tour_nav_tabs .nav-item .nav-link  {
    border-radius: 50px;
    margin-right: 0;
    padding: 8px 16px;
    font-size: 18px;
    font-family: var(--font-b1);
    color: var(--bs-gray);
    cursor: pointer;
    transition: 0.3s all;
    position: relative;
    z-index: 2;
    text-align: center;
}
.tour_nav_tabs .nav-link.active, .tour_nav_tabs .nav-link {
    background-color: transparent;
}
.tour_nav_tabs .nav-link.active {
    color: var(--primary);
}
.content h4 {
    margin-top: 30px;
    font-size:20px;
}
.content h4:first-child {
    margin-top: 0;
}
.tur_dur {
    margin: 30px 0;
}
.content ul li{
    list-style: circle;
    line-height: 25px;
    margin-bottom: 15px;
}
.details_fill_box {
    background: var(--primary);
    padding: 80px 0;
    color: white;
    position: relative;
    overflow: hidden;
}
.details_fill_wrap {
    max-width: 600px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.details_fill_box .bg_txt {
    position: absolute;
    text-transform: uppercase;
    font-size: 13rem;
    font-family: var(--font-b2);
    opacity: 0.1;
    z-index: 0;
    color: #b9b9b9;
}
.details_fill_box .bg_txt.txt1 {
    right: -300px;
    bottom: -100px;
}
.details_fill_box .bg_txt.txt2 {
    left: 0;
    top: -60px;
}

.details_fill_box h3 {
    color: white;
    font-size: 32px;
    font-family: var(--font-b2);
}
.details_fill_box label {
    display: none;
    margin-bottom: 5px;
    font-size: 14px;
}
.details_fill_box .form-control {
    height: 55px;
    width: 100%;
    background-color: #00000040;
    border-color:var(--primary);
    backdrop-filter: blur(5px);
    color: white;
}
.details_fill_box .form-control::placeholder{
    color:#b4b4b4;
    font-family:var(--font-reg);
    font-size:14px;
}
.btn-message {
    background-color: white !important;
    border-color: white !important;
    color: var(--secondary) !important;
    width: 100%;
}
.btn-message:hover{
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--bs-white) !important;
}