 @import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body 
{
    margin: 0;
    padding: 0;
} 

.top-header 
{
    background-color: #ededed;
    padding: 7px 0 !important;
}
.list-tp
{
    list-style: none;
    gap: 20px;
}
.main-landing-page
{
    font-family: 'open sans',Arial, Helvetica, sans-serif !important;
}
.top-header
{
    font-size: 14px;
}
.phone-i 
{
    transform: rotate(90deg);
    position: relative;
    top: 3px;
}
.top-header ul li i 
{
    padding-right: 5px !important;
    
}
.left-content-indo a 
{
    font-size: 14px;
}
.left-content-indo a:hover,
.left-content-indo a:focus 
{
    color: #0f63e2;
    padding-left: 1px;
}
.top-header ul li
{
    cursor: pointer;
}
.register-i
{
    background-color: #e74d0a;
    padding: 4px 10px;
    color: white;   
}
.register-i:hover, 
.register-i:focus 
{
    cursor: pointer;
    background-color: #d04409;
}
.header-indo
{
    font-size: 15px;
    padding: 10px 0 !important;
    background-color: white;
    box-shadow: 0px 12px 25px -21px;
    z-index: 999;
}
.header-indo ul .nav-link
{
    color: black;
    font-weight: 600;
    height: 35px;
    padding: 5px;
    margin-right: 15px;
}
.header-indo ul .nav-link:hover{
    border-bottom: 3px solid;
    color: #c30c0f !important;
}

.header-indo .active a 
{
    border-bottom: 3px solid;
    color: #c30c0f !important; 
}


/* slider area css start */
.slider-aria img 
{
    height: 480px;
    object-fit: cover;
    width: 100%;
}
.cara-caption 
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px;
    background: #0000356e;
    width: 100%;
    height: 100%;
    padding-top: 130px;
    box-shadow: 0px 0px 15px -5px;
    display: flex;
}
.cara-caption h1 
{
    font-size: 40px;
    font-weight: bold;
    color: white;
}
.cara-caption p 
{
    color: white;
}
.cara-caption a 
{
    color: #c30c0f !important;
    background-color: white;
    padding: 3px;
    text-decoration: none;
    border-radius: 4px;
}
.login-f-indo 
{
    position: absolute;
    top: 100px;
   
}
.login-box-indo
{
    border-radius: 10px;
    padding: 30px;
    margin: auto;
    width: 380px;
    background-color: white;
}
.login-box-indo input
{
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 5px;
    border: none;
    border-bottom: 2px solid #e2e2e2a3;
    font-weight: 600;
    font-size: 15px;
    color: rgb(227, 227, 227) !important;
}
.login-box-indo input:focus-visible
{
    outline: none !important;
    border-color: #c30c0f;
}
.login-box-indo .check-c
{
    width: auto;
}
.rem 
{
    cursor: pointer;
}
.lgbtn 
{
    width: 100%;
    background-color: #0f63e2;
    padding: 2px 10px;
    border-radius: 10px;
    
}
.w-title 
{
    width: 60%;
    margin: auto;
    text-align: center;
}
/* slider area css end  */



/* indo sec start  */
.card-indo
{
    background: #ffff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: -2px 3px 10px -5px;
}
.card-indo img 
{
    border-radius: 10px ;
    height: 170px;
    object-fit: cover;
}
.card-indo-caption
{
    padding: 10px;
    padding-left: 2px;
}
.card-indo-caption p
{
    font-size: 14px;
    margin: 0
}


/* ----------------destination sec index page css start----------------  */
.desti-box
{
    background: white;
    box-shadow: 0px 0px 10px -5px;
    border-radius: 10px;
    padding: 20px;
}
/* .last-d-desti 
{
    width: 70%;
} */
.last-d-desti 
{
    font-size: 14px;
    text-anchor: justify;   
}
.s-details-box-s
{
    list-style: none;
    padding-left: 0;
}
.s-details-box
{
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}
.s-details-box-s h6 
{
    margin: 0;
}
.s-details-box-s
{
    margin: 0;
}
.desti-box img 
{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.listdest 
{
    list-style: none;
    padding: 0;
}
.desti-box
{
    cursor: pointer;
}
/* .desti-box:hover ,
.desti-box:focus
{
    background-color: rgb(235 235 235 / 40%);
} */
.select-btn 
{
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid grey;
    color: grey;
    height: 35px;
}
.select-btn:hover,
.select-btn:focus
{
    background-color: #c30c0f;
    color: white;
    border: none;
}



/* ----------------destination sec index page css end------------------- */

.selectindo 
{
    width: 90px !important;
}
.formdataindo
{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px;
    padding: 20px;
    margin: auto;

}
.formdataindo input ,
.formdataindo select 
{
    width: 200px;
    padding: 4px 12px ;
    border-radius: 5px;
    border-color: #d9d9d9;
    background: transparent;
}
.form-control:disabled, .form-control[readonly]
{
    background: transparent !important;
}
.formdataindo 
{
    gap: 20px;
}
.formdataindo p 
{
    font-weight: 600;
    color: #8d8d8d;
    margin: 0;
    margin-bottom: 4px;
    font-size: 12px;
}
.formdataindo input, .formdataindo select :focus-visible {
    outline: none;
    border-color: #eeeeee !important;
}
.formdataindo input:focus, .formdataindo select:focus
{
    border-color: #c30c0f !important;
}
/* .formdataindo select:not(:-internal-list-box) {
{

} */
:focus-visible {
    outline: none !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) 
{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    width: 200px;
    border-color: #e7e7e7; 
}
/* .desti-inpt select
{
    width: -webkit-fill-available !important;
} */
.formdataindo select 
{
    font-size: 14px !important;
}
.desti-inpt select
{
    font-size: 14px !important;
}
.yesnobtn p
{
    width: 40px;
    padding: 2px 5px;
    height: 30px;
    border: 1px solid #ad0a0d;
    color: #ad0a0d;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yesnobtn p:first-child
{
    border-right: none;
}
.yesnobtn p:hover, 
.yesnobtn p:focus-within
{
    background-color: green;
    color: white;
    border: none;
}
.active-green-btn
{
    background-color: green;
    color: white !important;
    border: none !important;
}


.day 
{
    align-items: center;
}
.day p:first-child
{
    border: none !important;
    margin-top: 5px;
    cursor: auto;
    width: auto !important;
  
}
.day p:first-child:hover 
{
    background-color: transparent;
}
.day p
{
    padding: 10px;
    border: 1px solid #ad0a0d;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 !important;
}
.day p:hover 
{
    background-color: #ad0a0d;
    color: white;
}
.fs-14 
{
    font-size: 14px !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
{
    border-color: #e7e7e7 !important;
}
.subbtn 
{
    margin-top: 25px;
    width: 180px;
    /* text-align: center; */
    /* justify-content: center; */
    /* display: flex; */
    /* align-items: center; */
    background: transparent;
    border: 1px solid #727272;
    border-radius: 4px;
    padding: 4px 7px;
}
.subbtn:hover 
{
    background-color: #ad0a0d;
    color: white;
    border: none;
}
/* .mhoteldetails select 
{
    margin-left: 0 !important;
} */
.minc 
{
    margin-left: 20px;
}
@media (max-width: 576px) {

    .w-title 
    {
        width: 90% !important;
    }
    .subbtn 
    {
        width: 100%;
    }
    .msetform 
    {
        background: white;
        padding: 15px;
        margin-top: 12px;
        padding-top: 1px;
        padding-bottom: 15px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px -5px;
    }
    .msetform p 
    {
        font-size: 13px !important;
        white-space: nowrap;
    }
    .msetform .d-flex 
    {
        flex-direction: column;
    }
    .msetform .d-flex  input 
    {
        margin: 0 !important;
        border-color: #c3c3c3 !important;
        background: white;
        border-radius: 10px !important;
        padding-left: 11px !important;
    }
    .msetform textarea 
    {
        width: 100% !important;
        border-color: grey !important;
        height: 60px;
    }
    .minc 
    {
        margin-left: 0 !important;
    }
    .txtm 
    {
        width: 100% !important;
        font-size: 14px !important;
    }
    .cara-caption 
    {
        padding: 10px !important;
        padding-top: 0;
    }
    .cara-caption h1
    {
        font-size: 20px;
    }
    .w-title
    {
        width: 100%;
    }
    .card-indo img 
    {
        width: 100%;
    }
    .desti-box 
    {
        flex-direction: column;
    }
    .desti-box img
    {
        width: 100%;
    }
    .s-details-box
    {
        margin-left: 0 !important;
    }
    .select-btn
    {
        padding: 5px 34px;
    }
    .minput1 
    {
        flex-flow: wrap;
    }
    .selectindo
    {
        width: 100% !important;
    }
    .formdataindo input, .formdataindo select
    {
        width: 90% !important;
    }
    .desti-inpt 
    {
        flex-flow: wrap;
    }
    .desti-inpt2 select
    {
        width: 47% !important;
    }
    .mhoteldetails .divm
    {
        flex-direction: column;
        align-items: start !important;
        gap: 5px !important;
    }
    .day {
        flex-direction: column;
        align-items: start;
        margin-left: 0 !important;
        width: 90% !important;
    }
    .day select 
    {
        justify-content: start !important;
        margin-left: 1rem;
    }
    .divm2 select  
    {
        width: 100% !important;
    }
    .card-indo 
    {
        margin-bottom: 20px;
    }
    
}












































