* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body {
    font-family: serif !important;

}

:root {
    scroll-behavior: smooth;
}

/*---------------------- custome classes made by me ----------------------*/
.button-color {
    background: linear-gradient(to bottom, rgb(225, 245, 255), rgb(255, 124, 31));
    border: 1px solid rgb(95, 95, 140) !important;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border: none;

}


/* ----------------------------------------------------- Header section Start -------------------------------------------------- */
.header {
    /* height: 100vh; */
    /* padding: 120px 0px; */
    background: url(../Img/home_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.navigation {
    background: linear-gradient(to right, rgb(255 134 48) 0, #ffeadb 100%);
    z-index: 999;

}

.navbar a {
    font-family: 'Bacasime Antique', serif;

}

.navbar ul a {
    color: rgb(0, 0, 0) !important;
    font-size: 1.2rem; 
    font-weight: bold;

}

.navbar ul a:hover {
    color: rgb(55, 55, 55) !important;
}


/* responsive navbar */

.phone-navigation {
    background: linear-gradient(to right, #ff680ff0 0, rgb(251 147 55 / 93%) 100%);
    position: fixed;
    bottom: 0px;
    left: 0%;
    width: 100%;
    /* height: 90px; */
    display: none;
    z-index: 999;
    border-radius: 10px !important;
}


.phone-navigation i {
    font-size: 3rem !important;
    border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 15px;
    background: #ffffff;
    color: rgb(0, 0, 0) !important;
}

.phone-navigation a div {
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
}



.navbar-nav li {
    text-align: left !important;
    float: right !important;
}


.header-content {
    padding: 60px 0px;
}

.header-content .left-side p {
    text-align: justify;
}

/* ----------------------------------------------------- Header section End ---------------------------------------------------- */



/* ------------------------------------------- form-section start ----------------------------------------- */


.first-nav .travel-ico,
.second-nav button {
    background: linear-gradient(to bottom, #ff3f50 0, #ffb203 100%) !important;
    color: #ffffff !important;
    border-radius: 10px !important;

}

/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: linear-gradient(to right, rgb(255 150 80) 0, #fbbb76 100%) !important;
    border: 2px solid rgb(79, 79, 79);
    border-radius: 10px;
}


.main-form label {
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 1rem;
}


/* ------------------------------------------- form-section end ----------------------------------------- */


/* ----------------------------------------------------- About section Start -------------------------------------------------- */
.about-section .left-side h1 {
    font-family: cursive;
    font-size: 2rem;
}

.about-section .left-side p {
    background: #fdeee4;
    text-align: justify;
    padding: 5px;
    font-family: serif;

}


/* ----------------------------------------------------- partner section Start -------------------------------------------------- */
.partner-section {
    background: url(../Img/partner_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.partner-section .partner-item {
    background: linear-gradient(to left, rgb(255, 139, 24) 0%, rgb(248, 174, 143) 50%);
    border-radius: 20px 0px;
    height: 100%;
    border: 1px solid black;
}

.partner-section .partner-item h1 {
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

.partner-item:hover {
    transform: translateY(-10px);
    cursor: pointer;
    transition: all 0.3s;

}

 
.partner-item h1 {
    background-color: #882f2f;
    color: rgb(255, 108, 54);
    font-size: 1.3rem;
    font-weight: bold;
}

.partner-item p {
    color: rgb(66, 66, 66);
    font-size: 0.9rem;
    text-align: justify;
}
 
/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(to right, rgb(255 143 27), rgb(255, 152, 143));
}




