@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0px;
    cursor: pointer;
    width: 100%;
}


/* .navbar background new{

    text-align: center;
    font-size: 15px;


} */

.nav-list {
    width: 70%;
    /* background-color: black; */
    display: flex;
    align-items: center;
}

.nav-list li {
    list-style: none;
    padding: 25px 30px;
    font-size: 17px;
}

.nav-list li a {
    text-decoration: none;
    color: white;
}

.nav-list li a:hover {
    color: aqua;
}

.rightNav {
    /* background-color: blueviolet; */
    width: 35%;
    text-align: right;
    padding: 0 23px;
}

#search {
    padding: 5px;
    font-size: 17px;
    border: 2px solid gray;
    border-radius: 9px;
}

.background {
    background: rgba(0, 0, 0, 0.7) url('../img/beach-g4d845f2d9_1920.jpg');
    background-size: cover;
    background-blend-mode: darken;
}

.firstSection {
    height: 100vh;
}

.box-main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    max-width: 50%;
    margin: auto;
    height: 80%;
}

.firstHalf {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondHalf {
    width: 30%;
}

.secondHalf img {
    width: 70%;
    border: 2px solid white;
    width: 79%;
    /* padding: 2px 2px; */
    border-radius: 18px;
    display: block;
    margin: auto;
}

.text-big {
    font-size: 30px;
    text-align: center;
}

.text-small {
    font-size: 17px;
}

.btn {
    padding: 8px 34px;
    margin: 7px 3px;
    border: 2px solid white;
    border-radius: 10px;
    background: none;
    color: chartreuse;
    cursor: pointer;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

.btn-sm {
    padding: 6px 10px;
    vertical-align: middle;
}

.btn-dark {
    color: black;
    border: 2px solid gray;
    margin: 0px 15px
}

.section {
    /* height: 350px; */
    padding-top: 6%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 83%;
    margin: auto;
    font-family: 'Ubuntu', sans-serif;
}

.section-left {
    flex-direction: row-reverse;
}

.paras {
    padding: 0px 65px;
}

.sectionSubTag {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.thumbnail img {
    width: 300px;
    border: 2px solid black;
    border-radius: 26px;
}

.contact {
    background-color: #f6f5f4;
    height: 650px;
}

.text-center {
    text-align: center;
    padding-top: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 35px;
}

.form {
    max-width: 62%;
    margin: 0px auto;
}

.form-input {
    margin: 12px 12px;
    padding: 5px 10px;
    width: 100%;
    font-size: 17px;
    border: 2px solid gray;
    border-radius: 6px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.text-footer {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    color: whitesmoke;
}


/* MAKING WEBSITE RESPONSIVE */

.burger {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
}

.line {
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
}