

/*----------banner--------css----------*/

.carousel-caption{
    position: absolute !important;
    top: 29% !important;
}
.carousel-caption h5{
    font-size: 70px;
    color: #EDCB1A;
    font-weight: bold;
}
.carousel-caption p{
    font-size: 30px;
    color: #EDCB1A;
    font-weight: bold;
}
.carousel-caption button{
    border: 2px solid white;
    background: red !important;
    color:white !important;
}
.para1{
    padding: 20px 200px 0 200px;
    font-weight:500;
}
.daytours h1{
    margin-top: 10px;
    
}
.mainslider .indicators{
   background: transparent !important;
    display: block !important;
    width: 20px;
    height: 200px;
    margin: auto 0;
    top: 0 !important;
    left:50px;
}
.mainslider .indicators li{

    background: yellow !important;
    text-indent: 0;
    text-align: center;
    margin: 10px 0;
    width: 15px !important;
    height: 15px !important;
    border-radius: 0px;
    display: block !important;
    border: none;
}
.mainslider .indicators li.active{
    background: red !important;
}



@media(max-width:768px){
    .navbar{
       padding: 0 0px !important;
    }
}

/*---banner media queries----------*/

@media(max-width:768px){
.mainslider .indicators{
   background: transparent !important;
    display: block !important;
    width: 16px;
    height: 250px;
    margin: auto 0;
    top: 150px !important;
    left:20px;
}
.mainslider .indicators li{

    background: yellow !important;
    text-indent: 0;
    text-align: center;
    margin: 10px 0;
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px;
    display: block !important;
    border: none;
}
.carousel-caption{
    position: absolute !important;
    top: 14% !important;
}
.carousel-caption h5{
    font-size: 18px !important;
  
    font-weight: bold;
}
.carousel-caption p{
    font-size: 17px !important;
    font-weight: bold;
}
.para1{
    padding: 20px 20px 0 20px;
}

}

@media(max-width:1100px){
   
   .mainslider .carousel-item img{
       height:600px;
   }
    .carousel-caption{
        position: absolute !important;
        top: 35% !important;
    }
    .carousel-caption h5{
        font-size: 50px;
      
    }
    .carousel-caption p{
        font-size: 25px;
      
    }
    .para1{
        padding: 20px 0px 0 0px !important;
       
    }
    .daytours h1{
        margin-top: 20px;
        font-size: 18px !important;
    }
    .daytours p{
       
        margin: 0 20px;
        font-size:15px !important;
    }
    .booknow-btn{
        margin: 20px 0 10px 0;
    }
}

@media(max-width:768px){
   
   .mainslider .carousel-item img{
       height: 400px;
   }
}

@media(max-width:425px){
   
   .mainslider .carousel-item img{
       height:300px;
   }
}



/*----------banner--------css----------*/














/*---3 sections----*/

.threesec{
    margin:20px auto !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    text-align:center !important;
}
.threesec.bg-image p{
    font-weight:bold !important;
}
.threesec .col img{
    cursor:pointer;
}


@media(max-width:999px){
    .threesec{
     margin:20px 0 !important;
     flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    text-align:center !important;
}
.threesec .row{
    margin: 0 !important;
}
    .threesec .col img{
      width:250px !important;
      height:250px !important;
}
.threesec .col{
    margin:10px 0 !important;
}
.threesec .col button{
    position:relative;
    top:-10px;
}
   
}

@media(min-width:1024px) and (max-width:1450px){
     .threesec .col img{
      width:250px !important;
      height:250px !important;
}
.threesec{
     margin:20px auto !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    text-align:center !important;
}
.threesec .row{
    margin:auto !important;
}

}


@media(max-width:1024px){
     .threesec .col img{
      width:250px !important;
      height:250px !important;
}
.threesec{
     margin:20px auto !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    text-align:center !important;
}
.threesec .row{
    margin:auto !important;
}
}


/*-----tabs section-------*/



/*-----tabs section-------*/





.unlock{
    color: orange;
    text-align: center;
    margin: 100px 0 50px 0!important;
    padding: 0 10px;
}

.tabs{
    align-items: center;
    justify-content: center;
    margin: 20px 20px 0 0px;
    text-align: center;
    background: white;
    box-shadow: 0 0 0 10px whitesmoke;
    height:fit-content;
}
.nav-link{
    font-size: 15px !important;
}
.tabs .nav-item .active{
    border-bottom: 1px solid red !important;
}
.nav-tabs .nav-item .active::after{
    content: "";
    display: block;
    border-top: 10px solid orangered;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 20px;
    margin-bottom: -35px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.tab-content{
    padding: 20px 0;
}
.tab-pane{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tab-pane .row{
    display: flex;
}
.tab-pane .col{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}
.tab-pane .col .card-title{
    margin: 20px 0 10px 0;
    font-weight: bold;
}
.tab-pane .col img{
    width: 320px;
    height: 220px;        object-fit: contain;
}
.tab-pane .ourbuses-paraline{
    padding: 0 20px;
    margin-top: -10px;
    
}
.prices{
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.prices span{
    background-color: blue;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}




@media(max-width:1500px){
    .tab-pane .col img{
        width: 300px;
        height: 200px;
    }
   
}


@media(max-width:1340px){
    .tab-pane{
        flex-wrap: wrap !important;
    }
    .tab-pane .col{
        margin: 20px 0;
    }
    .tab-pane .col img{
        width: 300px;
        height: 200px;
    }
    .nav-item a{
        padding: 0;
        margin: 0;
    }
    .tabs{
        margin: 20px 0;
       }
       
       .tabs .nav-link{
        font-size: 10px !important;
        width: 100%;
        padding: 10px 0 !important;
        margin: 0 !important;
       }
       .tabs .nav-item{
        margin: 0 !important;
        padding: 10px 0 !important;
       }
       .nav-tabs .nav-item .active::after{
      margin-bottom: -30px;
    }
}

@media(max-width:730px){
   .tabs ul{
    flex-direction: column;
    padding: 10px 0 0 0;
   }
   .tabs .col{
    margin: 10px 0;
   }
   .tabs .nav-link{
    font-size: 16px !important;
   }
   .tab-pane{
    margin: 10px 0;
   }
  
}
@media(max-width:768px){
    .unlock{
        margin:20px 0 50px 0 !important;
    }
}

@media(max-width:1250px){
    .tabs,.tab-content{
        margin: 10px 0;
        padding: 0px 0 !important;
       }
       .tabs .row{
        margin: 0 auto !important;
       }
       #ex3-tabs-4 .card-title{
        font-size: 14px !important;
       }
}





/*-----tabs section-------*/






.block1{
    color: black !important;
}
.trips{
    color: black !important;
    text-align: center;
    font-size: 40px;
}

.prices{
padding:5px 0;
font-weight:bold;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
align-items:center;
justify-content:center;
display:flex;
text-align:center;
}
.prices span{
   background:blue;
   color:white;
padding:5px 10px;
border-radius:5px;
font-size:12px;
}



.timings-sec li{
    list-style-type:none;
    text-align:left !important;
}
.melbourn-packages-left ul li{
    font-size:17.5px !important;
}
.orange{
     font-size:25px !important;
}
.timings-sec .melbourn-packages-left{
    text-align:left !important;
}


@media(max-width:600px){
      .melbourn-packages-left ul{
    font-size:13px !important;
    text-align:left !important;
    align-items:left !important;
    justify-content:left !important;
    margin: 0 !important;
    padding:0 20px !Important;
}
}

@media(max-width:999px){
    .unlockline{
        padding:10px;
    }
    .timings-sec{
        flex-direction:column !important;
        align-items:center !important;
        justify-content:center !important;
        text-align:left !important;
        margin:0 auto !important;
    }
    .timing-sec ul{
       align-items:center !important;
        justify-content:center !important;
        text-align:left !important;
        margin:0 auto !important;
    }
    .melbourn-packages-left{
        margin:0  !important;
        width:100% !important;
        padding:0 !important;
        align-items:center !important;
        justify-content:center !important;
        text-align:center !important;
    }
    .melbourn.text-center{
        padding:0 !important;
         text-align: center !important;
         font-size:12px !important;
    }
    .melbourn .fa-check-circle{
        margin:0 !important;
    }
   
    .orange{
        font-size:20px !important;
    }
    .melbourn-packages-left ul li{
    font-size:14px !important;
   
}
.smallourday{
    font-size:14px !important;
}
}







.bgimage{
    background-image:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6),rgba(0,0,0,0.6)), 
     url("../images/l-37.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 500px;
    margin-top: 80px;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 0;
}


.subdiv{
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 15px solid white;
    padding: 30px 60px !important;
}
.bgimage p{
  color: white !important;
  font-weight: bold !important;
  font-size: 20px;
}
.explore-btn{
    border: 1px solid white !important;
    width: fit-content !important;
    font-weight: bold !important;
    color: white !important;
    font-size: 20px !important;
}
.upto{
    color: orange;
    font-weight: bold;
    font-size: 35px;
}
.advantage{
    font-weight: bold;
    color: aqua;
    font-size: 20px;
}




@media(min-width:1111px) and (max-width:1450px){
    .bgimage{
        margin-top: 50px;
        height: 600px;
    }
}

@media(max-width:1110px){
    .bgimage{
        margin-top:50px;
        height: 600px;
    }
    .subdiv{
        padding: 50px 0px;
        margin: 0 0px;
    }
    .bgimage p{
      font-size: 16px;
    }
    .explore-btn{
        font-size: 14px !important;
    }
    .upto{
        font-size: 30px;
    }
    .advantage{
        font-size: 16px;
    }
}
@media(max-width:600px){
   .bgimage{
        margin-top:50px;
        height: 600px;
    }
  .subdiv{
    padding: 50px 0px !important;
    margin:0 20px;
}

}

.btn-danger{
    transition:1s;
}
.btn-danger:hover{
    background:#1ab1ed !important;
}


/*-------melbourn-packages--------*/




.topatt .col-left{
    box-shadow:0 0 0 10px whitesmoke;
    padding: 0px 0px 20px 0px;
    background:white !important;
    margin:20px !important;
}



.melbourn .table-sm{
    margin: 10px 20px;
}
.melbourn .sublr-left ul{
    margin: 10px 20px;
}
.main-center .fa-exchange{
    margin: 0 20px;
    font-size: 16px;
    color: red;
}

.mainhead{
    color: red;
    font-size: 20px;
    text-align:center !important;
}
.main-center{
    margin: 20px 0;
}

.main-center p{
    font-weight: bold;
}
.main-center span{
    font-size: 15px !important;
    text-align:justify !important;
    padding:0 10px;
}
.sublr{
    margin-bottom:20px;
}
.sublr-left p{
   font-size: 16px;
}
.sublr-left ul li{
    font-size: 14px;
}
td,th{
    font-weight: bold;
    border: 0 !important;
    font-size: 13px;
    margin: 5px;
}


.adults p{
    color: blue;
    font-weight: bold;
}
.adults span{
    font-weight: bold;
    color: red;
}



@media(max-width:1210px){
    .sublr{
        flex-direction:column !important;
          align-items:center;
          justify-content:center;
          margin:auto;
          padding:0 10px !important;
    }
    .main-center span{
        padding:0 10px !important;
        font-size:14px !important;
    }
    .topatt{
         margin:20px 0 !important;
    }
}



@media(max-width:999px){
    .mainhead{
   
    text-align:left !important;
     }
    .sublr{
        flex-direction:column !important;
        margin:0;
        align-items:center;
        justify-content:center;
        text-align:left !important;
    }
    .main-center{
        text-align:justify !important;
        padding: 0 10px;
    }
    .main-center span{
        font-size:14px !important;
    }
    .melbourn table img{
        width:25px !important;
        height:25px !important;
    }
    td{
        font-size:12px !important;
    }
    .melbourn .col-left{
        align-items:center  !important;
        justify-content:center !important;
        text-align:center !important;
        margin:auto !important;
    }
    .colleftpic{
     height: 100% !important;
     }
     .topatt .col-left{
    box-shadow:0 0 0 10px whitesmoke;
    padding: 0px 0px 20px 0px;
    background:white !important;
    margin:20px 0 !important;
    }
      .col-md-4 .card-title{
    font-size:15px !important;
}
   .col-md-4  .card-text li{
       font-size:14px !important;
   }
    .topatt .row ,.topatt{
       
         margin:0 auto !important;
         align-items:center !important;
         justify-content:center !important;
    }
    .redsubhead{
        padding:0 30px !important;
    }

  
}

@media(max-width:775px){
    .topatt .row ,.topatt{
        flex-direction:column !important;
         margin:0 auto !important;
         align-items:center !important;
         justify-content:center !important;
    }
    .main-center,.mainhead{
       text-align:center !important;
    }
    
}


@media(max-width:650px){
    
     .main-center span{
        font-size:17px !important;
    }
}

@media(min-width:999px) and (max-width:1440px){

  .col-md-4 .card-title{
    font-size:12px !important;
}
   .col-md-4  .card-text li{
       font-size:12px !important;
   }
     .topatt .row ,.topatt{
       
         margin:0 auto !important;
         align-items:center !important;
         justify-content:center !important;
    }
  
}


@media(max-width:999px){
     .mainhead{
       font-size:16px !important;
   }
}








/*------melbourn-packages--------*/





/*-----------statue of liberty------*/





/*-----------Warm Experiences--------*/


.warm{
    margin: 50px auto 0px auto !important;
    justify-content: center !important;
    width:100% !important;
}

.warm .cards{
   display: flex !important;
   flex-wrap: wrap !important;
}
.warm .card{
    text-align:left !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: black;
    margin: 0px 5px 150px  5px;
    width: 280px !important;
    height: 280px !important;
}

.warm img{
    border-radius: 0 !important;
}
.yellowbg{
background: #0b0e6c;
    padding: 30px;
    color: #ffffff;
}

.warm button{
    font-weight: bold;    background-color: #0b0e6c;
}
.warm .card-title{
    font-size:14px !important;
}
.warm .card h2{
    font-size:16px !important;
}


/*

@media(max-width:1450px){
    .warm{
    margin: 50px 0 0 0 !important;
    justify-content: flex-start !important;
    width:100% !important;
}
.warm1{
    width:40% !important;
    margin:0 !important;
    padding:0 !important;
}
.warm2{
    width: 60% !important;
    margin:0 !important;
    padding:0 !important;
}
.warm .card{
    color: black;
    margin: 0px 5px 0px  5px !important;
    width: 300px !important;
    height: 420px !important;
}
}


@media(max-width:1216px){
    .warm{
        flex-direction:column !important;
        align-items:center !important;
        justify-content:center !important;
        margin:0 auto !important;
    }
    .warm .col-md-6{
        width:80% !important;
        height:100% !important;
    }
}

*/

@media(max-width:768px){
    .whymtbuller{
        margin:10px 0 20px 0px !Important;
    }
     .warm{
         margin: 0 auto !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        width:100% !important;
        padding:0 !important;
    }
   
    .warm .col-md-6,.cards{
          margin: 20px auto !important;
          justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
          height: 100% !important;
        width: 100% !important;
    }
   /*  .warm .col-md-6{
          margin: 20px  !important;
           text-align:center !important;
            height: 100% !important;
            width: 100% !important;
     }*/
     .warm .card{
          margin: 20px 20px 40px 20px !important;
           text-align:center !important;
            height: 100% !important;
            width: 100% !important;
     }
   .warm .card img{
         text-align:center !important;
            height: 100% !important;
            width: 100% !important;
             margin: 0 auto !important;
   }
     .warm .card-body{
          align-items: center !important;
        justify-content: center !important;
        text-align:center !important;
          margin: auto !important;
          width:100% !important;
    }
   
}

@media(max-width:600px){
       .warm .card{
          margin: 0px 0px !important;
       }
}


/*-----------Warm Experiences--------*/




/*------kangaroo----------*/

.kangaroo{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
    url("../images/l-16.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: fit-content !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:  auto !important;
    color: white !important;
    text-align: center !important;
    padding: 50px 0;
    width: 100vw;
}
.hech1{
    font-size: 45px !important;
}
.kangaroo p{
    font-size: 25px;
  
}
.kangaroo button{
    background: orange;
}


@media(max-width:768px){
    .kangaroo .hech1{
        font-size: 20px;
        margin: 10px 20px;
    }
   
    .kangaroo p{
        font-size: 16px;
        margin: 10px 20px;
    }
}




/*-------Top Ski Tour Packages--------*/

.toppackages{
    align-items: center;
    justify-content: center;
    margin: auto !important;
    text-align: center;
    background:whitesmoke;
}

.col-md-4{
    text-align: left;
    margin: 30px 0 !important;
    background: white;
    padding: 5px !important;
    box-shadow:0 0 0 10px whitesmoke;

}
.col-md-4 h5{
    margin-top: 20px;
    color: #066EC1;
    font-weight: bold;
}
.col-md-4 p{
    margin-left: 15px;  
    color: #066EC1;
}
.col-md-4 .card-body{
   padding:0 10px !important;
}
.col-md-4 .card-text{
   padding: 10px 5px !important;
}
.toppackages li{
    font-size:14px;
    list-style-type:none !important;
}
.toppackages .fa-check-circle{
    color:green;
    margin:0 10px;
    font-size:13px;
}



@media(max-width:1000px){
    .toppackages .row{
        flex-direction:column !important;
    }
    .toppackages .col-md-4{
        width:100% !important;
        height:100% !important;
    }
}







@media(max-width:1250px){
    .col-md-4 h5{
          font-size: 16px;
    }
    .col-md-4 p{
        margin-left: 20px;  
       font-size: 15px;
    }
    .col-md-4 li{
        font-size: 12px;
    }
    .toppackages li{
    font-size:16px;
    text-align:justify;
}
.toppackages .fa-check-circle{
    color:green;
    margin:0 2px !important;
    font-size:10px;
}

}



/*--------unlimited------*/


.unlimited{
    background-image:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6),rgba(0,0,0,0.6)),  url("../images/l-5.jpg");
    background-attachment: fixed;
    background-size: cover;
    height: fit-content;
    background-position: center;
    margin: 50px 0 0 0;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.left-right img{
    width: 280px !important;
    height: 100%;
}
.left{
    background: white;
    margin: 40px 20px;
}
.left-left{
   padding: 10px 12px;
   width: 400px;
   height:420px;
}
.left-left span{
    font-size: 12px;
}




@media(max-width:1450px){
   
    .left{
        background: white;
        margin: 40px 10px !important;
        width:100% !important;
        justify-content:space-between;
    }
    .left-left{
       padding: 20px 20px 20px 20px;
        width: 100% !important;
        height: 100% !important;
        margin:0 10px;
        height: 520px !important;
    }
    .left-left span{
        font-size:16px !important;
    }
    
  
}

@media(max-width:1360px){
    .left-left{
        height: 580px !important;
    }
}

@media(max-width:1320px){
    .unlimited{
        flex-direction:column;
    }
    .left{
        padding:0px 0 !important;
        justify-content:space-between !important;
        margin: 10px 0 !important;
        width:100% !important;
    }
    .left-left{
        width:80% !important;
        height:fit-content !important;
    }
    .left-right img{
       width: 320px !important;
       height: 100%;
}
   
    
}


@media(max-width:700px){
    .left{
        flex-direction: column;
        margin:10px 0 !important;
        width: 100% !important;
    }
    .left-left{
     text-align: center !important;
     align-items: center !important;
     justify-content: center !important;
     margin: 20px 0px -10px 0px !important;
     padding: 20px 20px 20px 20px !important;
      width: 100%  !important;
     height: 100% !important;
    }
    .left-right{
        margin: 0 !important;
         text-align: center !important;
     align-items: center !important;
     justify-content: center !important;
    }
    
    .left-right img{
        width: 100%  !important;
        height: 100%  !important;
        margin:auto !important;
    }
    .toppackages .fa-check-circle{

    margin:0 2px!important;
    font-size:10px !important;
}
    .unlimited{
        padding: 0 !important;
        margin: 10px auto !important;
    }
}

@media(max-width:425px){
    .left-right img{
        width: 280px !important;
        height: 400px !important;
    }
    .left-right{
        margin: 0 !important;
         text-align: center !important;
     align-items: center !important;
     justify-content: center !important;
    }
}



/*--------didntfind-------*/

.didntfind{
    background-image:linear-gradient(rgb(11 14 108 / 85%), rgb(38 44 106 / 90%), rgb(3 7 68 / 81%)), url(../images/girl.png) !important;
    background-position: center;
    background-size: cover;
    height: 400px !important;
    display: flex;
    padding: 50px 0;
    justify-content:center;
    align-items:center;
    width:100vw;
}

.didntleft{
    text-align:left;
  
  
}
.didntleft h2,.didntleft h5{
     color: yellow !important;
}

.subdidnt{
   display: flex !important;
    justify-content: center;
}



.didntleft .fa-phone-square{
    font-size:30px;
    color:red;
}
.didntleft1 {
    display: flex !important;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.didntleft p{
    color:white !important;
    font-size:20px !important;
}
.hech1{
    font-size: 20px !important;
        margin-bottom: 0px;
}




@media(max-width:1450px){
    .didntfind{
        padding: 60px 20px !important;
        height: fit-content !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 !important;
        text-align: center !important;
    }
    .subdidnt{
        flex-direction:column !important;
    }
    .subdidnt button{
        width:fit-content !important;
    }
  
}
@media(max-width:768px){
    
    .didntleft{
        margin:30px 0 !important;
    }
    .didntleft h1{
         margin:20px 0 !important;
    }
     .didntleft h2{
         font-size:18px !important;
    }
}


/*---------latest news-------*/

.latestnews{
    flex-wrap: wrap !important;
    margin-bottom: 0px !important;
}
.latestnews .col-md-4{
   text-align: left;
   margin: 50px 10px 50px 0;
   height: 600px !important;
}
.latestnews .col-md-4 img{
    height: 300px !important;
}
.latestnews .col-md-4 mt-3{
    font-size:18px !important;   
}
.latestnews .col-md-4 p{
    font-size:16px !important;   
}
.latestnews .card-title{
     font-size:18px !important;
}




@media(max-width:1440px){
    .latestnews .card-title{
     font-size:18px !important;
}

}

@media(max-width:1220px){
    .latestnews .card-title{
     font-size:18px !important;
}
.latestnews .col-md-4{
 
   height: 645px !important;
}
}


@media(max-width:999px){
  
.latestnews .col-md-4{
 
   height: 100% !important;
}
.latestnews .col-md-4 p{
    font-size:18px !important;   
}
}

@media(max-width:420px){
    .latest-heading{
        font-size:18px !important;
        margin:  40px 0 10px 0 !important;
    }
}















































