*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}
body{
    background: white;
}
.homecontainer{
    height:500px;
    width: 100%;
    position:relative;
    display: flex;
}
.homecontainer img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    object-position: center;
}
.homecontainer .header{
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color:dodgerblue;
}
.homecontainer .header .navcont{
    position: absolute;
    height: 40px;
    background-color:white;
    width: 100%;
    top: 0px;
    z-index: 2;
}
.homecontainer .header .navcont .logo{
    height: 40px;
    width: 40px;
    display: flex;
    position: relative;
    border-radius: 50%;
}
.homecontainer .header .navcont .compname{
    position: absolute;
    left: 45px;
    bottom: 0px;
    font-weight: bold;
    color:black;
    font-size: 22px;
    cursor: pointer;
}
.homecontainer .header .navcont menu{
    position: absolute;
    display: none;
    right: 10px;
    top: 10px;
    font-size: 16px;
}
.homecontainer .header .navcont menu i{
    font-size: 26px;
}
.homecontainer .header .navcont .logo img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.homecontainer .header .navcont .navbar{
    height: 100%;
    position: absolute;
    width: 50%;
    display: flex;
    justify-content: space-between;
    top: 0px;
    right: 20px;
    align-items:flex-end;
    font-weight: bold;
    font-size:12px;
}
.homecontainer .header .navcont .navbar a{
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.homecontainer .header .navcont .navbar a.active{
    color: red;
}
.homecontainer .header img.describer{
    height: 260px;
    width: 220px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.homecontainer .header .phonecontact{
    z-index: 1;
    color: gold;
    right: calc(50% - 90px);
    font-size: 22px;
    position: absolute;
    top: 15%;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    background-color:transparent;
    width: 180px;
}
.homecontainer .header .loginbtn{
    z-index: 1;
    color:black;
    padding: 5px 5px;
    min-width: 120px;
    background-color: yellow;
    font-size: 22px;
    position: absolute;
    top: 15%;
    right: 2px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
}
.homecontainer .header .registerbtn{
    z-index: 1;
    color:black;
    padding: 5px 5px;
    min-width: 120px;
    background-color: yellow;
    font-size: 22px;
    position: absolute;
    top: 25%;
    right: 2px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
}
.homecontainer .header .bookbtn{
    z-index: 1;
    color:black;
    padding: 8px 8px;
    min-width: 120px;
    background-color: yellow;
    font-size: 18px;
    position: absolute;
    bottom: 5%;
    left: 2px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
}
.homecontainer .header .btns{
    border-radius: 10px;
}

.homecontainer .header .compmotto{
    z-index: 1;
    color:white;
    font-weight: bold;
    text-transform:none;
    position: absolute;
    left: 20px;
    font-size: 60px;
}
.homecontainer .header .slogan{
    z-index: 1;
    color:white;
    left: 20px;
    font-size:22px;
    position: absolute;
    top: 55%;
    text-transform:none;
}
.container{
    position: relative;
    width: 100%;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
    justify-content: center;
}
.container .ourabouts{
    position: relative;
    padding: 12px 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgb(2, 83, 75);
    margin: 0 auto;
}
.container .ourabouts h1{
    font-size: 22px;
    color: white;
}
.container .ourabouts span{
    color: white;
    font-weight: lighter;

}
.container .ourabouts li{
    color: white;
    padding: 5px 5px;
    font-weight: lighter;
}
.others{
    position: relative;
    width: 100%;
    padding: 20px;
    background-color: dodgerblue;
}
.services{
    position: relative;
    width: 100%;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    max-height: 400px;
    overflow-y: scroll;
    justify-content: center;
    background-color: rgb(138, 211, 28);
}
.services::-webkit-scrollbar{
    width: 0px;
}
.services .service{
    position: relative;
    padding:20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    background-color:white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}
h2#service-heading{
    padding: 12px 20px;
}
.msgform{
    position: relative;
    width: 100%;
    padding:20px;
    background-color: dodgerblue;
}
.msgform form{
    position: relative;
    max-width: 600px;
    padding: 20px;
    margin:0 auto;
    background-color: white;
    border-radius: 10px;
}
form label{
    font-weight: bold;
    font-size: 14px;
}
form h3{
    font-size: 28px;
    text-align: center;
}
form input, 
form textarea,
form select{
    width: 100%;
    padding: 12px 20px;
    border: none;
    outline: none;
    background-color: #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}
form textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 220px;
    min-height: 80px;
}
form button{
    width: 100%;
    padding: 12px 20px;
    color: white;
    font-weight: bold;
    border: none;
    outline: none;
    background-color: dodgerblue;
}









@media only screen and (max-width : 600px) {
    .homecontainer .header .navcont .saloname{
        font-size: 20px;
    }
    .homecontainer .header .navcont menu{
        display: block;
        position:absolute;
        z-index: 1;
        font-size: 33px;
        font-weight: bold;
        top: 4px;
    }
    .homecontainer .header .navcont .navbar{
        height:260px;
        position: absolute;
        width: 200px;;
        justify-content: center;
        top: 40px;
        background-color:white;
        right: 0px;
        display:none;
        align-items:center;
        font-weight: bold;
        z-index: 2;
        text-transform: uppercase;
        font-size:12px;
    }
    .homecontainer .header .navcont .navbar a{
        color: black;
        text-decoration: none;
        height: 40px;
        position: relative;
        justify-content: center;
        display: flex;
        float: left;
        align-items: center;
        text-align: center;
        padding: 5px;
        width: 200px;
        background-color:transparent;
    }
    .homecontainer .header .navcont .navbar a.active{
        background-color: rgba(0, 0, 0, 0.06);
    }
    .homecontainer .header .stafflogin{
        z-index: 1;
        color: gold;
        font-size: 22px;
        position: absolute;
        top: 15%;
        right: 2px;
        text-transform: uppercase;
        justify-content: flex-end;
        align-items: flex-end;
        font-weight: bold;
        cursor: pointer;
        background-color:transparent;
        width: 90px;
    }


    .homecontainer .header .compname{
        font-size: 50px;
    }
    .homecontainer .header .compmotto{
        font-size: 50px;
    }
    .homecontainer .header .slogan{
        font-size: 18px;
        top: 60%;
    }
    .homecontainer .header img.describer{
        height: 180px;
        width: 160px;
    }
}