
/*Panel Start*/
.panel{
    background-color: white;
    display: block;
    box-sizing: border-box;
    padding:10px;
}

.panel img{
    padding-left: 50px;
    width: 188;
    height: 19;
}

.panel i{
    color: rgb(117, 230, 245);
    font-size: 20px;
    padding-left: 10px;
    position: relative;
    bottom: -11px;
}
.panel b{
    padding-left: 10px;
    position: relative;
    bottom: -10px;
    padding-right: 20px;
    font-weight: lighter;
}

.panel button{
    border: 2px solid skyblue;
    color: black;
    background-color: white;
    height: 1cm;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 20px;
}

.panel button:hover{
    background-color: black;
    color: white;
}
/*panel end*/

/*sight header start*/
.header{
    text-align: center;
    background-color: #162e44;
    padding-bottom: 15px;
    padding-top: 15px;
}
.fixed-top{
background: #000;
color: #fff;
padding: 1rem 0rem;
}

.header a{
    padding-left: 60px;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.header a:hover{
    color: skyblue;
}
/*Sight header end*/

/*slider start*/
.slider img{
    height: 500px;
}

.slider p{
    text-transform: uppercase;
    font-weight: bold;
}

.slider h1{
    font-weight: 800;
    font-size: 50px;
}

.slider button{
    border: 2px solid skyblue;
    border-radius: 0px;
    color: white;
    height: 1.5cm;
    width: 4cm;
    background-color: unset;
}
/*slider End*/

/*image section start*/
.image img{
    position: relative;
    top: -40px;
}

.image a{
    color: black;
}
/*image section end*/

/*about start*/
.about{
    margin-top: 200px;
}

.about h1{
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 40px;
}

.about span{
    color: gray;
}

.get{
    background-color: aqua;
    color: white;
    height: 1.5cm;
    width: 4cm;
    border: 0px;
    position: relative;
    left: -20px;
}

.more{
    color: black;
    height: 1.5cm;
    width: 4cm;
    border: 2px solid black;
    margin-left: 10px;
    background-color: white;
}

.about p{
    position: relative;
    left: -20px;
}
/*about end*/

/*Services start*/
.services h1{
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 200px;
}

.services h6{
    font-weight: bold;
    font-size: 20px;
    padding-left: 50px;
}

.content{
    color: gray;
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
}

.content p{
    padding-left: 50px;
    padding-right: 0px;
}
/*Services end*/

/*hot tours start*/
.tour h1{
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 200px;
}

.tour-locat{
    border: 1px solid gray;
}

.tour img{
    position: relative;
    left: -15px;
}

.product-price{
    background-color: aqua;
    float: right;
    padding:20px;
    position: relative;
    right: -15px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}


.tour h5{
    font-weight: lighter;
}

.tour p{
    color: gray;
    padding-top: 20px;
    text-align: justify;
    font-size: 18px;
}

.tour button{
    color: black;
    border: 2px solid black;
    height: 1.5cm;
    width: 4cm;
}

.tour button:hover{
    background-color: aqua;
    color: white;
    border:0px;
}
/*Our tour end*/

/*Testimonial start*/
.testimonial{
    padding-top: 200px;
    background-color: whitesmoke;
}

.testimonial h1{
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
}

.id{
    background-color: white;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 100px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}

.testimonial img{
    border-radius: 50px;
    height: 100px;
    width: 100px;
    position: relative;
    top: -50px;
    border: 10px solid white;
}

.testimonial h6{
    font-weight: bold;
    font-size: 18px;
}

.testimonial h5{
    color: aqua;
}

.id:hover>img{
    border: 3px solid aqua;
}
/*testimonial end*/

/*Booking Section start*/
.backgrount-area {
    position: relative;
}
.fixed-bg-2 {
    background: url(./mountains-1587287_1920.jpg) no-repeat fixed top center / cover;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}

.banner-content h1{
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    color: white;
}

.banner-content h2{
    color: white;
    text-align: center;
}

.banner-content p{
    color:#ffffff;
    text-align: center;
}

.banner-content button{
    background-color: aqua;
    height: 1.2cm;
    width: 4cm;
    border: 0px;
    color: white;
    margin-top: 20px;
}
/*Booking end*/

/*Comments start*/
.comments{
    padding-top: 100px;
    text-align: center;
    background-color: whitesmoke;
    padding-bottom: 100px;
}

.comments h1{
    font-weight: bold;
    font-size: 50px;
}

.comments h6{
    color: aqua;
    font-size: 18px
}

.comments img{
    border-radius: 50px;
    height: 100px;
    width: 100px;
    border: 10px solid white;
    position: relative;
    top: -50px;
}

.comment-details{
    background-color: white;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.comment-details p{
    position: relative;
    top: -30px;
}
/*comment section end*/

/*Counter Start*/
.counter{
    text-align: center;
}

.counter h1{
    font-weight: bold;
    font-size: 50px;
    background-color: white;
    padding-top: 90px;
    padding-bottom: 90px;
}
.area{
    padding-top: 20px;
    padding-bottom: 10px;
    background-image: url(./bridge-53769_1920.jpg);
    margin-right: 90px;
    position: relative;
    right: -50px;
}
.area h2{
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    top:60%;
    left: 50%;
}
/*counter end*/

/*subscription start*/
.subscription{
    padding-top: 50px;
    text-align: center;
    color: white;
}

.dtl{
    background:fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(./roses-3321098_1920.jpg);
    text-align: center;
}

.dtl input{
    height: 1.5cm;
    width: 300px;
    background-color: unset;
    color: white;
    position: relative;
    right: -200px;
}

.dtl button{
    background-color: teal;
    color: white;
    height: 1.5cm;
    border: 0px;
    width: 4cm;
    position: relative;
    left: -230px;
}

.dtl button:hover{
    background-color: black;
}
/*Subscription section end*/

/*Blog section Start*/
.blog{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog h1{
        font-weight: bold;
        font-size: 50px;
}

.blog img{
    padding-left: 20px;
}

.text-area h2{
    font-weight: bold;
}

.text-area h6{
    color: aqua;
    font-weight: 600;
}

.text-area{
    position: relative;
    top: -150px;
    background-color: white;
    margin-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}
/*Blog Section end*/

/*Sight Footer Start*/
.footer{
    background-color: rgb(22, 46, 68);
    color: white;
    padding-top: 50px;
}

.footer h6{
    color: white;
    font-weight: 500;
    padding-bottom: 15px;
    font-size: 20px;
}

.footer i{
    color: teal;
    font-size: 20px;
}

.footer p{
    color: gray;
    font-size: 13px;
}

.footer li{
    position: relative;
    left: -20px;
}

.footer button{
    background-color: teal;
    color: white;
    border: 0px;
    height: 1.5cm;
    width: 4cm;
    position: relative;
    right: -20px;
}
/*Sight footer start*/
