* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
   font-family: Nunito;
}

/* navbar */
.top{
   height: 100px; 
   width: 100%;
   background-color: #ffffff;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.top-icon i{
   color:#116976 !important;
   font-size: 18px;
   margin-top: 15px;
   margin-left: 10px;
}

.top-iconinfo i{
   color:#808080 ;
   margin-top: 15px;
   margin-left: 10px;
   font-size: 18px;
}

.top-iconinfo p{
   color:#808080 !important;
   margin-top: 15px;
   margin-left: 5px;
}


header{
   font-size: 15px ;

}


/* .navbar-sticky{
   position: sticky;
   top: 0%;
   z-index: 1000;
 
} */
.navbar{    
   background-color: #fff;
   height: 100px;
   margin: 30px 130px;
   border-radius: none;
   padding: 8px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   margin-top: 50px;
   
}

.navbar-brand img{
   width: 200px;
   height: 100px;
}
.nav-link i{
   color: #00A6B4;
}
.offcanvas-title img{
   width: 200px;
   height: 100px;
}

.navbar-toggler{
   border: none;
   font-size: 20px;
}

.navbar-toggler:focus , .btn-close:focus{
   box-shadow: none;
   outline: none;
}

.nav-link{
   color: #776666;
   font-weight: 500;
   position: relative;
}

.nav-link:hover , .nav-link:active{
   color: #000;
}

.dropdown-item:hover , .dropdown-item:active {
   background: none;
   color: #116976;
   text-decoration: none;
   transition: 0.3s ease-in-out;
}
.dropdown-menu{
   margin-top: 7px;
}

.bg-light{
   
   margin: 0px;
   transition: 0.5s margin;
   position:sticky;
   top: 0%;

}
/* Navbar */









/* Background work start */

.background {
   background: url(./images/best-hawaii-beaches.jpg);
   height: 500px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;

}

.text {

   margin-left: 65px;
   margin-top: 70px;
   font-size: 20px;

}

.text2 {
   margin-top: 00px;
   margin-left: 60px;
   font-size: 40px;

}

.text3 {
   margin-left: 62px;

}

.btn {
   color: black;
   background-color: white;
   margin-left: 60px;
}

.btn:hover {
   background-color: #116976;
   color: black;
}

/* Background work end */



/* North Beaches Cards start*/

.container {
   padding: 50px 0;
}

.wrapper {
   padding: 10px 10%;

}

.card_area {
   display: grid;
   margin-top: -50px;
   grid-gap: 30px;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card {
   position: relative;
   border-radius: 10px;
   box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
   overflow: hidden;

}

.card img {
   height: 350px;
   width: 100%;
   display: block;
   border-radius: 10px;
   transition: transform 0.5s;

}

.headingnorth {
   color: #116976;
   font-size: 40px;
   font-weight: bolder;
}



.overlay {
   height: 0;
   width: 100%;
   position: absolute;
   display: flex;
   overflow: hidden;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   left: 0;
   bottom: 0;
   border-radius: 10px;
   background: linear-gradient(transparent, #1c1c1c 60%);
   padding: 0 50px;
   text-align: center;
   font-size: 14px;
   transition: height 0.5s;
}

.overlay p .h4 {
   margin-top: 55%;
   margin-bottom: 5px;
   font-size: 20px;
   font-weight: 200;
   letter-spacing: 2px;
   color: white;
}

.overlay p {
   color: white;
}


.overlay .btn {
   margin-top: 10px;
   font-size: 14px;
   text-decoration: none;
   font-weight: 500;
   color: #054ea1;
   background: #fff;
   border-radius: 50px;
   text-align: center;
   padding: 5px 15px;
   margin-left: 0;
}

.btn:hover {
   background-color: #116976;
   color: azure;
}

.card:hover img {
   transform: scale(1.2);
}

.card:hover .overlay {
   height: 100%;
}

/* North Beaches Cards end*/


/*  Capture Moment start */
.h2 {
   font-weight: bolder;
   color: #116976;
   font-size: 40px;
}

/*  Capture Moment end */

/* Explore Journey Work start */
.h3 {
   font-weight: bolder;
   color: #116976;
   font-size: 30px;
}

/* Explore Journey Work end */

/* Text Image Work start */

.icon1 {
   font-size: large;
   background-color: #116976;
   color: #fff;
   padding: 5px;
   border-radius: 5px;
}

.safe {
   margin-left: 40px;
   margin-top: -32px;
   font-size: 22px;
   font-weight: 700;
   color: #116976;
}

.icon2 {
   font-size: large;
   background-color: #116976;
   color: #fff;
   padding: 5px;
   border-radius: 10px;
}

.afford {
   margin-left: 40px;
   margin-top: -30px;
   font-weight: 700;
   font-size: 22px;
   color: #116976;
}

.icon3 {
   font-size: 20px;
   background-color: #116976;
   color: #fff;
   padding: 7px;
   border-radius: 10px;
}

.comfort {
   margin-left: 40px;
   margin-top: -30px;
   font-weight: 700;
   font-size: 22px;
   color: #116976;
}



.icon4 {
   font-size: 22px;
   margin-left: 12px;
   background-color: #116976;
   color: #fff;
   padding: 5px;
   border-radius: 10px;
}

.icon5 {
   font-size: large;
   margin-left: 10px;
   background-color: #116976;
   color: #fff;
   padding: 7px;
   border-radius: 10px;
}

.icon6 {
   font-size: large;
   margin-left: 10px;
   background-color: #116976;
   color: #fff;
   padding: 7px;
   border-radius: 10px;
}

/* Text Image Work end */

.vacation {
   font-weight: 700;
   font-size: 35px;
   color: #116976;
}

/* Vacations Cards start*/

.containers {
   position: relative;
   display: flex;
   justify-content: center;
   text-align: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 100px 50px;
   padding: 100px 50px;

}

.containers .cardss {
   position: relative;
   width: 350px;
   display: flex;
   height: 300px;
   justify-content: center;
   align-items: flex-start;
   border-radius: 20px;
   transition: 0.5s;
   box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);

}

.containers .cardss:hover {
   height: 400px;
}

.containers .cardss .iconss {
   position: absolute;
   top: 20px;
   color: #fff;
   width: 80px;
   font-size: 50px;
   height: 80px;
   background: #116976;
   border-radius: 20px;
   transition: 0.5s;
   overflow: hidden;
}


.containers .cardss:hover .iconss {
   top: -60px;
   scale: 0.75;
   box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.containers .cardss .content {
   position: absolute;
   top: 200px;
   width: 100%;
   padding: 0 30px;
   overflow: hidden;
   height: 35px;
   transition: 0.5s;
   text-align: center;

}



.containers .cardss:hover .content {
   top: 130px;
   height: 250px;
   color: #000;
}

/* Vacations Cards end*/



/* cards between text start*/

.container {
   padding: 50px 0;
}

.wrapper1 {
   padding: 10px 10%;

}

.card_area1 {
   display: grid;
   margin-top: 0px;
   grid-gap: 50px;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card1 {
   position: relative;
   border-radius: 10px;
   box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
   overflow: hidden;

}

.card1 img {
   height: 350px;
   width: 100%;
   display: block;
   border-radius: 10px;
   transition: transform 0.5s;

}

.headingnorth {
   color: #116976;
}

.overlay1 {
   height: 0;
   width: 100%;
   position: absolute;
   display: flex;
   overflow: hidden;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   left: 0;
   bottom: 0;
   border-radius: 10px;
   background: linear-gradient(transparent, #1c1c1c 60%);
   padding: 0 50px;
   text-align: center;
   font-size: 14px;
   transition: height 0.5s;
}

.overlay1 p .h4 {
   margin-top: 70%;
   margin-bottom: 70px;
   font-size: 20px;
   font-weight: 200;
   letter-spacing: 2px;
   color: white;
}

.overlay1 p {
   color: white;
}


.overlay1 .btn {
   margin-top: 10px;
   font-size: 14px;
   text-decoration: none;
   font-weight: 500;
   color: #054ea1;
   background: #fff;
   border-radius: 50px;
   text-align: center;
   padding: 5px 15px;
   margin-left: 0;
}

.btn:hover {
   background-color: #116976;
   color: azure;
}

.card1:hover img {
   transform: scale(1.2);
}

.card1:hover .overlay1 {
   height: 100%;
}

/* cards between text end */

.margin {
   margin-left: 10px;
}

.margin2 {
   margin-left: 15px;
}

.bus {
   color: #116976;
   font-size: 25px;
}

.margin3 {
   margin-left: 10px;
   font-weight: 500;
}

.margin4 {
   margin-left: 10px;
}



.earth {
   margin-left: 50px;
   margin-top: -32px;
   font-size: 22px;
   font-weight: 700;
   color: #116976;

}

.human {
   margin-left: 50px;
   margin-top: -32px;
   font-size: 22px;
   font-weight: 700;
   color: #116976;
}

.rain {
   margin-left: 50px;
   margin-top: -32px;
   font-size: 22px;
   font-weight: 700;
   color: #116976;
}

.bolder {
   font-weight: 500;
}

/* South Page Css Start */
.background1 {
   background: url(./southimages/1296x864.jpg);
   height: 500px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;

}
.southheading{
   font-size: 40px;
   font-weight: bolder;
   color: #116976;
}
.inner-img{
   transition: 0.3s;
}
.inner-img:hover {
   transform: scale(1.05);
}





/* footer */

footer{
   background-color:#ffffff;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   
}

footer p{
   color:  #000000;
}

footer h3{
   color:#000000 ;
}

footer .footer-links a{
   color: #000000;
   text-decoration: none;
}

footer .footer-links a:hover{
   color: #116976;
   text-decoration: underline;
}


footer .footer-links a i{
   color: #116976;
   padding:    0px 10px;
}

.footer-btn {
   background-color: #116976;
   color: #ffffff;
   padding: 5px 10px;
   border-radius: 5px;
   text-align: center;
   text-decoration: none;
   margin: 2px;
}

.footer-btn:hover{
   background-color: #ffffff;
   color: #116976;
   text-decoration: none;
}


.footer-btnn {
   background-color: #116976;
   color: #ffffff;
   padding: 5px 10px;
   border-radius: 5px;
   text-align: center;
   text-decoration: none;
   margin: 2px;
}
.footer-btnn:hover{
   background-color: #2092a3;
   color: #ffffff;
   text-decoration: none;
}




.contact-links i{
   color: #116976;
   margin-right:10px;   
}




.footer-last{
   background-color: #116976;
   color: #ffffff;
}

.footer-last a {
   color: #55e8ff;
   
   text-decoration: none;
}

.footer-last a:hover {
   
   text-decoration:underline;
}


.input-group .form-control::placeholder{
   color: #116976;
}

/* footer */









/* bottom to top button */


.scroll-to-top {
   position: fixed;
   bottom: 20px;
   right: 20px;
   display: none;
   background-color: #116976;
   color: white;
   border: none;
   border-radius: 10px;
   padding: 10px 15px;
   cursor: pointer;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   transition: opacity 0.3s;
}

.scroll-to-top:hover {
   background-color: #177786;
}

/* bottom to top button */