* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(bgimage.jpg);
    background-size: cover;
    background-color: red;
    color: white;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 45px;
    background-color: rgba(3, 195, 6, 0.651);
    width: auto;
    border: solid;
    border-radius: 2cap;
    border-top-color: blue;
    border-bottom-color: gold;
    border-left-color: red;
    border-right-color: blueviolet;
}

.navname {
    font-size: x-large;
    color: yellow;
}

nav ul {
    display: flex;
    cursor: pointer;
    font-size: large;
    /* justify-content: center; */
}

nav ul li {
    list-style: none;
    margin: 0 23px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

.home:hover {
    font-size: x-large;
    color: blue;
    font-weight: bolder;
    font-family: cursive;
}

.brt:hover {
    font-size: x-large;
    color: bisque;
    font-weight: bolder;
    font-family: cursive;
}

.Login:hover {
    font-size: x-large;
    color: yellow;
    font-weight: bolder;
    font-family: cursive;
}

.service:hover {
    font-size: x-large;
    color: blueviolet;
    font-weight: bolder;
    font-family: cursive;
}

.tcon:hover {
    font-size: x-large;
    color: brown;
    font-weight: bolder;
    font-family: cursive;
}

.contact:hover {
    font-size: x-large;
    color: greenyellow;
    font-weight: bolder;
    font-family: cursive;
}

.firstsection {
    display: flex;
    justify-content: space-around;
    margin: 23px 0;
    align-items: center;
    margin-top: 1%;
}

.firstsection div {
    width: 30%;
}

.leftsection {
    font-size: 2.6rem;
    color: red;
    width: 34px;
    margin-top: 1%;
}

.pv {
    font-size: xx-large;
    font-style: italic;
    color: rgb(0, 255, 55);
}


.coder {
    font-size: xx-large;
    font-style: italic;
    color: rgb(0, 174, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 800;
}

.rightsection img {
    width: 80%;
    margin: 50px 0;
    padding: 10px;
    border-radius: 20px;
    border: solid;
    border-color: blue;
    box-shadow: 5px 5px 20px 10px yellow;
    margin-left: 20%;
    margin-top: 20%;
}


.namecolour {
    /* color: rgba(0, 145, 255, 0.678); */
    color: rgb(255, 90, 90);
    font-family: cursive;
    font-style: italic;
    font-size: 50px;
}

.message {
    font-size: 30px;
    font-style: italic;
    margin-top: 10%;
    color: rgb(8, 202, 66);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.offer {
    background-color: rgba(255, 0, 0, 0.58);
    font-size: 20px;
    color: whitesmoke;
    border: solid;
    border-width: 2cap;
    /* margin-left: 3%; */
    text-align: center;
    /* width: 40%; */
    border-radius: 2cap;
    border-top-color: blue;
    border-bottom-color: gold;
    border-left-color: greenyellow;
    border-right-color: blueviolet;
}

h5 {
    font-size: 17px;
    color: rgb(121, 121, 121);
    margin-left: 2%;
    font-family: cursive;
    font-style: italic;
}

.search {
    /* margin-left: 1%; */
    width: 20%;
    border: solid;
    border-color: aqua;
    padding: 5px 10px;
    margin-left: 40%;
}

.btn-1 {
    border: solid;
    border-color: rgb(43, 0, 255);
    border-radius: 1cap;
    font-size: larger;
    color: red;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 0px 4px;
    cursor: pointer;
}

.btn-1:hover {
    font-size: smaller;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
}

.bookmessage {
    /* color: greenyellow; */
    background-color: rgba(0, 51, 255, 0.653);
    font-size: x-large;
    font-style: italic;
    font-family: cursive;
    font-weight: bolder;
    font-size: 20px;
    margin-left: 33%;
    border: solid;
    border-width: 2cap;
    text-align: center;
    width: 200px;
    padding: 10px 5px;
    border-top-color: greenyellow;
    border-bottom-color: brown;
    border-left-color: rgb(201, 3, 201);
    border-right-color: gold;
}

.bookbutton {
    text-decoration: none;
    margin-left: 6%;
    border: solid;
    border-color: aqua;
    color: red;
    background-color: #fff;
    font-family: cursive;
    font-size: large;
    cursor: pointer;
}

.bookbutton:hover {
    font-size: medium;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    background-color: greenyellow;
    color: red;
    border-color: yellow;
}

.footer {
    display: flex;
    padding: 2px 1px;
    justify-content: space-evenly;
    height: 60vh;
    background-color: rgba(7, 197, 0, 0.596);
}

footer ul li {
    list-style: none;
    margin: 0 23px;
    cursor: pointer;
}

footer ul li a {
    text-decoration: none;
    color: white;
    /* margin-top: 2%; */
    /* cursor: pointer; */
}

.footer-first h3 {
    margin-left: 20%;
    margin-top: 15%;
    font-size: xx-large;
    font-family: cursive;
    color: whitesmoke;
    font-style: italic;
}

.footer-third {
    margin-left: 15%;
    margin-top: 4%;
    font-size: large;
}

.footer-fourth {
    margin-right: 10%;
    margin-top: 4%;
    font-size: large;
}

footer .footer-rights {
    text-align: center;
    color: white;
    padding: 23px 0;
    margin-top: 20%;
    font-size: larger;
}


footer .footer-rights:hover {
    text-align: center;
    color: white;
    padding: 23px 0;
    font-size: x-large;
    cursor: pointer;
}

.facebook:hover {
    font-size: large;
    font-style: italic;
    color: rgb(0, 64, 255);
    font-family: cursive;
}

.instagram:hover {
    font-size: large;
    font-style: italic;
    color: #bf4a01;
    font-family: cursive;
}

.linkedin:hover {
    font-size: large;
    font-style: italic;
    color: rgba(29, 107, 231, 0.783);
    font-family: cursive;
}

.hometwo:hover {
    font-size: large;
    color: blue;
    font-weight: bolder;
    font-family: cursive;
}

.email:hover {
    font-size: large;
    font-weight: bolder;
    font-family: cursive;
    color: rgb(249, 3, 3);
}

.brt2:hover {
    font-size: large;
    color: yellow;
    font-weight: bolder;
    font-family: cursive;
}

.Contacttwo:hover {
    font-size: large;
    color: greenyellow;
    font-weight: bolder;
    font-family: cursive;
}

.tc:hover {
    font-size: large;
    color: rgb(177, 0, 177);
    font-weight: bolder;
    font-family: cursive;
}

.logout:hover {
    font-size: x-large;
    color: brown;
    font-weight: bolder;
    font-family: cursive;
}

.pngs {
    width: 25px;
    color: white;
}