*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: noto;
    src: url(NotoSerif_ExtraCondensed-BoldItalic.ttf);
}
body {
    width: 100%;
    height: 100%;
    font-family: noto;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay, .some {
    width: 100vw;
}
.some {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1; 
}
body img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#page1{
    width: 100%;
    height: 100vh;
    background-color:transparent;
}
#page1 button{
    position: relative;
    top: 80%;
    left: 40%;
    width: 100px;
    height: 40px;
    border-radius: 10px;background-color: green;
    border: none;
}
#page1 button:hover{
    background-color:rgb(109, 237, 109);
}

#page1 h1{
    position: absolute;
    top: 100px;
    left: 50%;
    line-height: 100px;
    color: #fff;
}

#page2{
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
}
.card {
    height: 100%; 
}

#cards button{
    background-color: rgb(86, 206, 236);
}
#cards button:hover{
    background-color: rgb(0, 156, 247);
}
.packages{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:30px;
}
.packages button{
    background-color: aqua;
}
.packages button:hover{
    background-color: rgba(0, 70, 247, 0.71);
}

#page3{
    width: 100%;
    min-height: 100vh;
    background-color: rgb(255, 255, 255);
}
#page3 h1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-item{
    height: 500px;
}
#page3 .slider{
    padding: 20px 50px;
}
.carousel-inner{
    height: 90%;
}
#iframeContainer {
    width: 95%;
    height: 100%;
}

#iframeContainer iframe {
    width: 95%;
    height: 100%;
    border: none;
    padding: 20px 30px;

}

#img img{
    width:90%;
    padding: 10px 10px;
}

#page4{
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    padding-top: 40px;
}
#page4 h1{
    text-align: center;
}
#page4 .box{
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.box1{
    width: 200px;
    height: 250px;
    margin-top: 10px;
}
.box2{
    width: 200px;
    height: 250px;
    margin-top: 10px;
}
.box3{
    width: 200px;
    height: 250px;
    margin-top: 10px;
}
.box4{
    width: 200px;
    height: 250px;
    margin-top: 10px;
}
.image{
    width: 200px;
    height: 250px;
    position: relative;
}
.box img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
}
.box h3{
    color: #fff;
}
.box p{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#page4 button{
    width: 120px;
    height: 40px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    background-color: aquamarine;
}
.display{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #2d38744c;
    opacity: 0;
    transition: .6s;
    background-color: rgba(0, 0, 0, 0.631);
    border-radius: 20px;
}
.display:hover{
    opacity: 1;
}

.features{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.feature{
    width: 250px;
    height: 250px;
    background-color: aliceblue;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    margin-bottom: 20px;
}
.feature-img{
    width: 100px;
    height: 100px;
    margin: 1px auto;
}
.feature img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.feature h2{
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
}
.feature a{
    text-align: center;
}
p{
    display: flex;
    text-align: center;
    justify-content: center;
}

#page5{
    width: 100%;
    min-height: 100vh;
    margin-top: 20px;
}
.ratings{
    background-color: rgb(227, 234, 234);
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}
.rec{
    width:400px;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 2px solid rgba(54, 53, 53, 0.334);
    margin-top: 10px;
}
.rec:hover{
    box-shadow: 5px 5px 20px 5px rgb(5, 5, 5);
}
.rec img{
    height: 200px;
    padding-bottom: 5px;
}
.rec h5{
    display: flex;
    color: green;
}
.rate{
    text-align: center;
    color: #000000;
}
.rate h6{
    font-size: 20px;
}


footer{
    width: 100%;
    min-height: 50vh;
    background-color: purple;
}
.row h1{
    color: black;
    padding-bottom: 10px;
    text-align: center;
}
.row h5{
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 2.5rem;
    padding-top: 20px;
}
.row img{
    width: 80%;
    height: 100%;
    padding:20px 0 0 20px;
}

.modal{
    position: relative;
    top: 40px;
    left: 27%;
    width: 40%;
}
.modal-content{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(210, 214, 214);
}
.close {
    color: #fa0000;
    font-size: 40px; 
    font-weight: bold;
}
form {
    display: flex;
    flex-direction: column;
    line-height: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type="submit"] {
    background-color: #43c347;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
}

input[type="submit"]:hover {
    background-color: #00fc0d;
}



@media (max-width:480px) {
    
    .card {
       padding-top: 30px; 
    }

    #iframeContainer iframe {
    width: 100%;
    padding-left: 50px;
    }
    #img img{
        padding-left:40px ;
    }
    
}