

  body{
    font-family: 'Ubuntu', serif;
    font-weight: 100;
  }



h1{
    padding-top: 90px;
    text-align: left;    
    font-weight: 800;
    color: white;
}

h2{
    text-align: center;
}

h3{
    padding-top: 20px;
    text-align: left;
    font-size: 22px;
    font-weight: 100;
    color: white;
    
    
}

a{
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.navbar{
    box-shadow: 0 12px 20px rgba(0,0,0,0.4);
}

section{
    padding-top: 100px;
    padding-bottom: 60px;
    z-index: 2;
}

.bg-cover{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

.n_logo{
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hidden{
    opacity: 0;
    filter: blur(0);
    transform: translateX(-100%);
    transition: all 1s;
}

.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
    
}

.semi_intro_desc{
    padding-top: 20px;
    text-align: left;
}

.semi_intro_title{
    padding-bottom: 40px;
}

.semi_intro_ifr{
    float: right;
}

.img_dest{
    width: 100%;
}

.dest .dest_img{
    position: relative;
}

.dest .dest_img .icon{

    width: 70px;
    height: 70px;
    background:darkcyan;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    position: absolute;
    bottom: -35px;
    color: white;
    left: 50%;
    transform: translateX(-50%);
}

.dest .dest_img .ficon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background:rgb(30, 196, 251);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);   
}

#ADVENTURES{

    
        padding: 7% 15%;
        background-color: #033b6d;
        color: aliceblue;
   
}

.contact_heading{
    padding-bottom: 40px;
}

.contact_img{

    border-radius: 50%;


}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}