* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#google_translate_element{
    border: none;
    background-color: transparent;
}
.address-detail{
    padding-bottom: 10px !important;
}
a{
    cursor: pointer;
}
/* header */
.gap-a{
    display: flex;
    gap: 3px;
}
header{
    width: 100%;
    position: fixed;
    z-index: 999;
}
.side-bar{   
    display:none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    color: #000000;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);;
    box-shadow: -10px 0 10px rgba(0,0,0,0.1);
    
}
.thread i{
    font-size: 14px;
}
.no-scroll {
    overflow: hidden;
  }
.side-bar li{
    list-style-type: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
}
.side-bar a{
    width: 100%;
    color: white;
}
.navbar{
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)) 0px 0px no-repeat padding-box padding-box transparent;
}
.navbar.scrolled{
    background-color: rgba(0, 0, 0, 0.9);       
}
.top-rightbar ul{
    color: white;
}
.scrolled .top-rightbar a{
    color: #b49164;
}
.scrolled .top-rightbar a:hover{
    color: white;
}
.top-rightbar a{
   text-decoration: none;
   color: white;
}
.top-rightbar a:hover{
    color:#b49164;
 }

.container{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px;
}
.top-rightbar ul{
    display: flex;
    list-style: none;
}
.top-rightbar li{
    padding-right: 25px;
    font-size: 10.6px;
}
.dropdown-button{
    cursor: pointer;
    font-size: 9.6px;
    position: relative;
    cursor: pointer;
    border: none;
    background: transparent;
    color:#b49164;
}
.dropdown-button:hover{
    color: white;
}
.dropdown-menu{
    margin-left: -170px;
    overflow-y: scroll;
    cursor: pointer;
    margin-top: 20px;
    position: absolute;
    width: 210px;
    background-color: white;
    display: flex;
    text-align: left;
    flex-direction: column;    
    border-radius: 2px;
    display: none;
}
.dropdown-menu a{
    font-size: 14px;
    text-decoration: none;
    color: black;
    padding: 20px 10px;
}
.dropdown-menu li{
    list-style-type: none;
    padding: 10px;
    border-bottom: 0.1px solid black;
}
.dpup{
position: relative;
cursor: pointer;
}
.dpdw{
    cursor: pointer;
    margin-top: 35px;
    position: absolute;
    width: 150px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    border-radius: 12px;
    display: none;
   
}
.dpdw li a{
    text-decoration: none;
    padding: 10px;
    display: block;
    color: black;
}.logo{
    width: 110px;
    height: 60px;
    object-fit: cover;   
}
.ulclass li{
    text-decoration: none;
    list-style: none;
    color: white;
}
.scrolled .page-turner{
    color: #b49164;
}
.scrolled .page-turner:hover{
    color: white;
}
.page-turner:hover{
    color: #b49164;
}
.page-turner{
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.scrolled .logo{
    filter: drop-shadow(0px 1000px 0px #b49164);
    transform: translateY(-1000px);
}
.font{
    font-size: 12px;
}
.bottom-navbar{
    padding: 10px,0px;
    display: flex;
}
.btn1{
    font-size: 9.4px;
    background-color: #b49164;
    padding: 7px 16px;
    border: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 2rem;
    color: white;
}

/* hero images */
.header-bgimg{
    background-image: url(assets/21.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}
.wave-bg{
    background-image: url(assets/hero-wave-light.png);
    height: 220px;
    background-size: cover;
    position: absolute;
    bottom: -2px;
    background-repeat: no-repeat;
    width: 100%;
}
.wave-bg-main img{
    display: none;
    width: 100%;
    position: relative;
    top: 100px;
    height: 200px;
    transform: rotateY(180deg);
}
.wave-img2 img{
    position: absolute;
    top:0px;
}
.header-body-heading h1{
    font-size: 50px;
    color: white;
    padding-top: 200px;
}
/* hero images */

.contain{
    width: 85%;
    margin: auto;
}

.pack-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0px;
}
.package-box a{
    text-decoration: none;
    color: black;
}
.package-cards{
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 20px;
    border-radius: 12px;
}
.heading{
    text-align: center;
    font-size: 30px;
    padding: 80px 0px 40px;
}
.price-block{
    align-content: center;
    font-size: 17px;
}
.package-block h3{
    font-size: 20px;
    padding-bottom: 3px;
}
.package-block p{
    font-size: 14.4px;
}
.package-box a:hover{
    color: #b49164;
}
.package-btn{
    width: 24%;
    height: 50px;
    font-size: 20px;
    border: none;
    background-color: white;
    border-radius:12px ;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    font-weight: 600;
    align-items: center;
}
.package-btns{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}
.other{
    display: none;
}
.package-btn.active {
    background-color: #b49164; 
    color: white; 
}
.packages-detail{
    padding-bottom: 70px;
}
.hero-wave{
    position: relative;
}
.wave-img{
    position: absolute;
    top: 0px;
    z-index: -1;
}
.wave-contant{
    padding: 80px 0px;
    margin: auto;
}
.wave-contant h2{
    margin-bottom: 15px;
    font-size: 36px;
}
.wave-contant p{
    line-height: 20px;
}
.wave-img img{
    width: 100%;
}

/******* both bottom footers ********/
.about-lk a:hover{
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
    color: #b49164;
}
.about-lk a{
    text-decoration: none;
    color: #23282c;
    font-size: 12px;
    padding-bottom: 15px;   
}
.links-heading h3{
    font-size: 15px;
    padding-bottom: 20px;
}
.about-lk{
    display: flex;
    flex-direction: column;
}
.color-line{
    border: solid 1.6px #b49164;
    width: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.link-col{
    width: 16.6%;
}
.links-row{
    display: flex;
    gap: 15px;
    padding-bottom: 50px;
}
.upper-footer-container{
    width: 85%;
    margin: auto;
    padding-top: 55px;
    display: flex;
    border-bottom: 1px solid rgb(65, 65, 65);
    gap: 15px;
}
.divecho-con{
    width: 85%;
    margin: auto;
    color: white;
    text-align: center;
    padding: 10px 0px;
}
.about-links{
    padding-top: 50px;
}
.details{
    padding: 0px 5px;
    width: 25%;
    margin-bottom: 40px;
    border-right: 1px solid rgb(65, 65, 65);
}
.upper-footer{
    background-color: #0c0404;
}
.detail-logo img{
    padding-bottom: 15px;
    width: 110px;
    height: 60px;
    object-fit: cover;
}
.ad-detail p{
    font-size: 16px;
    color: white;
    line-height: 27px;
    padding-bottom: 30px;
}
.icon-detail i{
    color: white;
    font-size: 20px;
    padding-right: 15px;
}
.detail-logo h2{
    color: white;
    padding-bottom: 30px;
}
.ad-detail ul{
    list-style-type: none;
    line-height: 40px;
    color: white;
}

.email-detail{
    display: flex;
    justify-content: space-between;
    gap: 5PX;
}
.ad-detail a{
    text-decoration: none;
    color: white;
}
.email-detail input{
    padding-left: 10px;
    border-radius: 2rem;
    background-color: transparent;
    color: white;
    width: 70%;
}
.email-detail a{
    padding: 15px 0px;
    text-decoration: none;
    color: black;
    background-color: white;
    border-radius: 2rem;
    width: 30%;
    text-align: center;   
}
.bottom-footer{
    background-color: #0c0404;
    color: white;
    text-align: center;
    padding: 10px;
}
.source{
    color: #b49164 !important;
    text-decoration: none !important;
}
.line-fix{
    border: none;
}
/******* both bottom footers ********/


/* for header */

@media (min-width: 991px) {
    .dot{
        display: none;
    }
}
@media screen and (max-width: 991px){
    .tot{
        display: none;
    }
    .ulclass{
        justify-content: flex-end;   

    }
    .ulclass li:first-child{
        margin-right: auto;
    }
    /* .fill{
        margin-right: 30px;
    } */
    .hidden-nav{
        display: none;
    }
    .line{
        display: none;
    }
 
}

/* for header */

/*both bottom footers*/
@media screen and (max-width: 991px){
    .links-row{
        flex-wrap: wrap;
    }
    .link-col{
        width: 31.6%;
    }
    .upper-footer-container{
        flex-wrap: wrap;
    }
    .details{
        width: 47%;
    }
}
@media screen and (max-width: 768px){
    .link-col{
        width: 47.6%;
    }
    .details{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .link-col{
        width: 100%;
    }
    .color-line {
        display: flex;
        justify-self: center;
    }
    .links-heading{
        text-align: center;
    }
}
/*both bottom footers*/

/* hero images */
@media screen and (max-width: 991px){
    .header-bgimg {
        height: 550px;
    }
    .wave-bg {
        height: 240px;
    }
    .wave-bg-main img {
        top: 68px;
        height: 160px;
    }
    .line-fix-2{
        border: none;
    }
}
@media screen and (max-width: 768px){
    .wave-bg {
        height: 155px;
    }    
    .wave-bg-main img {
        top: 52px;
        height: 105px;
    }
    .package-btn {
        width: 100%;
    }
    .package-btns {
        flex-wrap: wrap;
        gap: 20px;
    }
    .details{
        margin-bottom: 0px;
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(65, 65, 65);
    }
}
@media screen and (max-width: 480px){
    .wave-bg {
        height: 110px;
    }
    .wave-bg-main img {
        top: 31px;
        height: 80px;
    }
    .header-bgimg {
        height: 500px;
    }
}
/* hero images */


@media screen and (max-width: 650px){
    .package-cards {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }


}


/* Customize package css */
.customize-package-main-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {

    /* lg:px-8 */
    .customize-package-main-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.customize-package-section-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.customize-package-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .customize-package-grid {
        max-width: 48rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.customize-package-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid transparent;
}

.customize-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-left-color: #b49164;
}

.customize-package-card-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.customize-package-card-description {
    color: #4b5563;
}

.customize-package-card-description.customize-package-semibold {
    font-weight: 600;
}

.customize-package-card-description.customize-package-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.customize-package-card-description.customize-package-mb-3 {
    margin-bottom: 0.75rem;
}

.customize-package-info-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    display: block;
}

.customize-package-info-list li:before {
    content: '\27A6';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1rem;
}

.customize-package-button-section {
    text-align: center;
    margin-top: 4rem;
}

.customize-package-button-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.customize-package-button {
    display: inline-block;
    background-color: #b49164;
    color: #ffffff;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    font-size: 1.25rem;
}

.customize-package-button:hover {
    transform: scale(1.05);
}