#contactus input,
#contactus textarea {
    background-color: rgb(255, 255, 255);
}
.contact{
    width: 26vw;
    position: sticky;
    top: 0%;
}
.contact h3{
    margin-bottom: 0%;
}
.conback h1{
  color: rgb(255, 255, 255);
}
.conback h2{
    color: rgb(250, 124, 124);
    font-size: 20px !important;
}
.conback h2:hover{
    cursor: pointer;
}
.conmain{
    display: flex;
    justify-content: space-between;
}
.producttour{
    width: 71%;
}
.producttourh2{
    width: fit-content;
    height: fit-content;
    font-family: sans-serif;
    padding: 10px 10px;
}
.producttourimage{
    width: 100%;
    height: 55vh;
    object-fit: cover;
}
.navbar{
    width: 100%;
    height: fit-content;
    border-bottom: 2.5px solid red;
}
.navbar ul{
    display: flex;
    width: 100%;
}
.navbar ul li{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    color:black;
    padding: 7px 10px;
    margin: 1%;
    font-weight: 100;
}
.navbar ul li:hover{
    background-color: rgb(18, 212, 93);
    color: white;
    cursor: pointer;
}
.product-container{
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: fit-content;
    padding: 1%;
}
.des{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    text-align: justify;
    color: rgb(59, 58, 58);
    margin-bottom: 1%;
}
.gal{
    font-size: 20px;
}
.bup{
    width: 100%;
    height: fit-content;
    margin-top: 1%;
    display: flex;
    justify-content: center;
}
.bup button{
    background-color: red;
    color: white;
    padding: 10px 10px;
    font-size: 15px;
    border: none;
    margin: 0.1%;
    width: 20%;
}
.bup button:hover{
    background-color: rgb(79, 216, 37);
    cursor: pointer;
}
.book{
    width: 100%;
    height: fit-content;
    background-color: white;
     margin-bottom: 0.7%;
     text-align: center;
}
.book h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: red;
    text-align: center;
}
.book p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: small;
    text-align: justify;
}
.book button{
    background-color: rgb(40, 95, 168);
    color: white;
    padding: 10px 10px;
    font-size: 15px;
    border: none;
    margin: 2.5%;
}
.book button:hover{
    background-color: rgb(194, 233, 21);
    cursor: pointer;
    color: black;
}
.gcon{
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: justify;
}
.sty{
    width: fit-content;
    height: fit-content;
    background-color: rgb(226, 101, 101);
}
.included{
    width: 100%;
    height: fit-content;
    margin: 2%;
}
.notincluded{
    width: 100%;
    height: fit-content;
    margin: 2%;
}
.incover{
    display: flex;
}
.activityse{
    width: 95vw;
    height: fit-content;
    background-color: white;
    margin: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.gr{
    background-color: green;
    color: white;
    text-align: center;
    padding: 2%;
}
.r{
    background-color: red;
    color: white;
    text-align: center;
    padding: 2%;
}
.gridcolume{
    width: 65vw;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.formar{
    width: fit-content;
    height: fit-content;
    margin: 9px auto;
    display: flex;
    align-items: center;
}
.not{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}
@media screen and (max-width:535px){
    .navbar ul li{
        font-size: 13px !important;
    }
}
@media screen and (max-width:500px){
    .navbar ul li{
        font-size: 12px !important;
    }
}
@media screen and (max-width:405px){
    .navbar ul li{
        font-size: 11px !important;
        padding: 6px !important;
    }
}
@media screen and (max-width:405px){
   .gridcolume{
    grid-template-columns: 1fr !important;
   }
}
@media screen and (max-width:345px){
    .navbar ul li{
        font-size: 10px !important;
    }
}
@media screen and (max-width:325px){
    .navbar ul li{
        font-size: 9px !important;
    }
}