* {
    margin: 0;
    padding: 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 */


.bg-image {
    background: url(./images/Perhentian-Islands.jpg);
    height: 550px;
    width: 100%;
    background-position: center;
    background-size: cover;
    cursor: pointer;

}

.bgone {
    margin-top: 180px;
    margin-left: 50px;
}

.btn {
    background-color: white;
    color: #000;
    font-weight: 500;
}

.btn:hover {
    background-color: #116976;
    color: aliceblue;
}
.heading{
    font-size: 40px;
}



/* cards */

.bg{
    background-color: #116976;
}
.container {
    padding: 50px 0;

}

.wrapper {
    padding: 10px 10%;
    margin-top: -50px;

}

.card-area {
    display: grid;
    margin-top: 0px;
    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;

}

.overlay {
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(transparent, #1c1c1c 60%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 50px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s;
    overflow: hidden;
}
.overlay .h4{
    margin-top: 40%;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;

}
.overlay p{
    color: #fff;
    /* font-size: 13px; */
}
.overlay .btn{
    margin-top: 12px;
    /* margin-left: 0%; */
    font-size: 14px;
    /* padding: 15px; */
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    color: #054ea1;
    background: #fff;
    text-align: center;
    padding: 5px 25px;
}
.card:hover img{
    transform: scale(1.2);
}
.card:hover .overlay{
    height: 100%;
}
/* a:hover{
    background-color: #116976;
    color: #fff;
} */
.pic{
    border-radius: 20px;
}
.pic1{
    border-radius: 20px;
}
.pic2{
    border-radius: 20px;
}


/* HEADING SIDE TEXT CSS */


.heading1{
font-weight: bolder;
color: #116976;

}
.p1{
    font-weight: 400;
    color: #000;
}
#icon{
    font-size: large;
    font-weight: bolder;
    background-color: #116976;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    margin-right: 10px;
}
#icons{
    font-size: large;
    font-weight: bolder;
    background-color: #116976;
    color: #fff;
    border-radius: 10px;
    padding: 8px;
    margin-right: 10px;
}
.bg1{
    background-color: aqua;
}

.p2{
    color: #000;
    font-size: 17px;
}
.p3{
    font-weight: 400;
}
.p4{
    font-weight: 600;
}
.p5{
    font-size: 17px;
}
.p6{
    margin-left: 40px;
    color: #116976;
}
.p7{
    margin-top: -45px;
}

.card:hover{
    background-color: #116976;
    color: #fff;
}
/* .card:hover .icon, .card:hover .card-text{
    color: #fff;
} */
.card{
    transition: all 0.5s;
}
#icon1{
    font-size: 30px;
}




/* LAST CARDS */


.containers{
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 100px 50px;
    margin-top: -100px;
}

.containers .cards{
    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 .cards:hover{
    height: 400px;
}
.containers .cards .icons{
    position: absolute;
    top: 20px;
    color: #fff;
    width: 80px;
    font-size: 50px;
    height: 80px;
    background: #116976;
    border-radius: 20px;
    transition: 0.5s;
    overflow: hidden;
}
.containers .cards:hover .icons{
    top: -60px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}
.containers .cards .content{
    position: absolute;
    top: 200px;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
    height: 35px;
    transition: 0.5s;
    text-align: center;
    

}
.p4{
    color: #000;
}
.non{
    color: #116976;
}

.containers .cards:hover .content{
    top: 130px;
    height: 250px;
    color: #000;
    
}
.containers .cards .contents .h2{
    font-size: 1.5em;
    font-weight: 700;
}
.head{
    color: #116976;
    font-weight: bolder;
}
.head2{
    margin-top: -50px;
    color: #116976;
}


/* FIRST CARD COPY */

.container {
    padding: 50px 0;

}

.wrapper2 {
    padding: 10px 10%;
    margin-top: -50px;

}

.card-area2 {
    display: grid;
    margin-top: 0px;
    grid-gap: 150px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}

.card2 {
    position: relative;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.card2 img {
    height: 350px;
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: transform 0.5s;

}

.overlay2 {
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(transparent, #1c1c1c 60%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 50px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s;
    overflow: hidden;
}
.overlay2 .h4{
    margin-top: 50%;
    margin-bottom: 70px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;

}
.overlay2 p{
    color: #fff;
}
.overlay2 a{
    margin-top: -30px;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    color: #054ea1;
    background: #fff;
    text-align: center;
    padding: 5px 25px;
}
.card2:hover img{
    transform: scale(1.2);
}
.card2:hover .overlay2{
    height: 100%;
}
/* a:hover{
    background-color: #116976;
    color: #fff;
} */
.pic{
    border-radius: 20px;
}
.pic1{
    border-radius: 20px;
}
.pic2{
    border-radius: 20px;
}






/* DUSRA PAGE KI CSS */





.bg-image1 {
    background: url(./image/222ZPNMZGVEWRNSFIZXWKXMAMI.avif);
    height: 550px;
    width: 100%;
    background-position: center;
    background-size: cover;
    cursor: pointer;

}
.bgone1 {
    margin-top: 160px;
    margin-left: 50px;
}

.btn {
    background-color: white;
    color: #000;
    font-weight: 500;
}

.btn:hover {
    background-color: #116976;
    color: aliceblue;
}
.heading{
    font-size: 50px;
}
.inner-img{
    transition: 0.3s;
}
.inner-img:hover{
    transform: scale(1.05);
}

/* second page card css */


/* 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 */