* {
  margin: 0;
  padding: 0;
}

.logo {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 35%;
  border-radius: 50px;
  margin: 5px;
}

.navbar {
  display: flex;
  position: sticky;
  top: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.nav-list {
  width: 70%;
  /* background-color: rgb(8, 8, 0); */
  display: flex;
  align-items: center;
}

.nav-list li {
  list-style: none;
  padding: 21px 11px;
}

.nav-list li a {
  text-decoration: none;
  color: rgb(247, 240, 240);
  font-family: sans-serif;
  font-size: 20px;
}

.nav-list li a:hover {
  color: rgb(231, 35, 35);
}

.rightNav {
  width: 30%;
  text-align: right;
  padding: 0px 23px;
}

#search {
  padding: 5px;
  font-size: 15px;
  border: 2px solid #020202;
  border-radius: 30px;
}

.background {
  background: rgba(92, 70, 70, 0.7) url(/img/lap.jfif);
  background-size: cover;
  background-blend-mode: darken;
}
.firstSection {
  height: 53vh;
}
.box-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  max-width: 50%;
  margin: auto;
  height: 93%;
}

.firstHalf {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.secondHalf {
  width: 30%;
}

.secondHalf img {
  display: block;
  /* margin: auto; */
  border-radius: 35px;
  border: 4px solid black;
  width: 164px;
  margin-left: 40px;
}

.textBig {
  font-size: 32px;
}
.textSmall {
  font-size: 18px;
}

.btn {
  padding: 8px 11px;
  margin: 7px 3px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  cursor: pointer;
  font-family: sans-serif;
}

.btn-sm {
  padding: 6px 11px;
  border-radius: 15px;
  background: none;
  color: white;
  font-family: sans-serif;
  font-size: 14px;
}

.btn-dark {
  color: black;
  border: 2px solid black;
  margin: auto;
  display: block;
  font-family: sans-serif;
  font-weight: bold;
}

.section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 85%;
  margin: auto;
  margin-top: 1px;
  padding: 10px;
}
.color {
  background-color: rgb(204 204 204);
}

.left {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 85%;
  margin: auto;
  margin-top: 31px;
}
.sectionTag {
  padding: 11px 0;
}
.sectionSubTag {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.paras {
  padding: -1px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica
Neue", sans-serif;
}

.thumbnail img {
  width: 301px;
  height: 231;
  margin: 20px;
  /* border: 2px solid rgb(185, 185, 185); */
  border-radius: 40px;
  margin-top: 34px;
}

.contact {
  /* background-color: darkgrey; */
  background-color:rgb(204 204 204);
  height: 70vh;
}

.text-center {
  text-align: center;
  padding-top: 20px;
  font-family: cursive;
  font-size: 31px;
}

.form {
  margin: 0 auto;
  max-width: 400px;
}
.form-input {
  width: 100%;
  font-size: 22px;
  border-radius: 15px;
  border: 2px solid black;
  margin: 15px 0px;
  padding: 8px 20px;
  font-family: sans-serif;
}
.text-footer {
  text-align: center;
  padding: 20px 0;
  font-family: sans-serif;
  font-size: 21px;
  color: white;
}

.burger {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 15%;
}
.line {
  width: 33px;
  height: 4px;
  background-color: white;
  margin: 3px 3px;
}
