      /*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;
}

.header a{
    padding-left: 60px;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.header a:hover{
    color: skyblue;
}
/*Sight header end*/

/*banner start*/
.banner img{
            opacity: 0.7;
}

.banner {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner h1{
    font-weight: bold;
}

.banner a{
    color: white;
    font-size: 12px;
    letter-spacing: 0.2rem;
}
/*Banner end*/

/*about section start*/
.about{
    margin-top: 100px;
}

.about h1{
    font-weight: gray;
    opacity: 0.5;
    color: gray;
    padding-bottom: 15px;
    padding-top: 40px;
    padding-left: 30px;
    font-size: 60px;
}

.about span{
    color: teal;
    text-transform: uppercase;
    padding-bottom: 5px;
    float: left;
}

.about p{
    position: relative;
    right: -15px;
    padding-top: 15px;
}

.stats{
    margin-top: 50px;
    text-align: center;
    position: relative;
    left: -15px;
}

.stats p{
    background-color: teal;
    color: #ffffff;
    font-size: 10px;
    padding: 0px;
}

.stats h6{
    text-align: left;
    position: relative;
    right: -15px;
    color: gray;
}
/*about section end*/

/*Destination start*/
.destination{
    padding-top: 30px;
    text-align: center;
}

.destination h1{
    font-weight: bold;
    font-size: 35px;
}
/*Destination end*/

/*Counter Start*/
.counter{
    text-align: center;
    background-image:url(./sky-1824298_1920.jpg);
    color: white;
}

.counter h1{
    font-size: 100px;
    padding-top: 90px;
    padding-bottom: 90px;
}

.area h2{
    font-size: 25px;
    font-weight: lighter;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    top:70%;
    left: 50%;
}

/*counter 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*/
