root {
  --box-color: #ff0000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background: #f1fffe;
}

.global-container {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Navbar */

#navbar {
  background-color: #212529;
  padding-right: 5px;
}

#navbar .container-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-container {
  background-color: #fff;
  display: block;
  left: 0;
  width: 100%;
  min-width: 200px;
  width: auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%);
}
.logo-container img {
  width: 7rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

#navbar .heading-first {
  color: #fff;
  font-size: 28px;
}

.heading-second {
  display: none;
  color: black;
  font-size: 34px;
  padding: 1.5rem 0;
  margin: 0 auto;
}
.button-comp {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.break {
  height: 3rem;
  border: gray 1px solid;
  margin-left: 5px;
  margin-right: 5px;
  justify-self: flex-end;
}

ul {
  display: flex;
}

li {
  list-style: none;
  display: inline-block;
}

li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 1rem;
}

li a:hover {
  color: pink;
}

.page-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "net net"
    "rule greet";
  grid-gap: 1.5rem;
}
.photo-greet {
  grid-area: greet;
}
.house-r {
  grid-area: rule;
}
.wifi {
  grid-area: net;
}

.photo-greet {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0;
  padding: 1rem;
  position: relative;

  margin: 0;
}

.circle {
  width: 220px;
  height: 130px;
  background: url(../images/manualimag/Valeri.png) no-repeat center center/cover;
  border-radius: 50%;
  float: right;
  shape-outside: circle();
  margin: 20px 20px 20px 20px;
  clear: right;
}

.photo-greet h3 {
  font-size: 1.6rem;
  color: black;
  text-align: center;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.photo-greet p {
  color: black;
}

.photo-greet .par-greet {
  font-size: 1.2rem;
  margin-bottom: 3.5rem;
}

.photo-greet .bests-p {
  font-size: 0.9rem;
  text-align: left;
  position: absolute;
  bottom: 1%;
  left: 2%;
}

/* WIFI Box */
.wifi {
  display: flex;
  justify-content: space-around;
  gap: 0;
  align-items: center;
  padding: 25px;
  margin: 0;
  background: #fff;
  border-radius: 10px;
  color: #333;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}

.wifi-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  text-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.break-w {
  width: 16rem;
  height: 0;
  border: 2px #333 solid;
  border-radius: 35%;
}

.wifi-info h4 {
  font-size: 2rem;
  color: #333;
  padding: 0;
  margin: 0;
}
.wifi-info h5 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  color: black;
}

.wifi img {
  padding: 0;
  margin: 0;
  width: 15rem;
}
.wifi a {
  color: #130194;
}

.copy-text {
  position: absolute;
  left: 66%;
  bottom: 5px;
  color: rgb(249, 99, 124);
  background-color: black;
  border-radius: 20px;
  padding: 3px 9px;
  font-size: 26px;
  display: none;
}

/* House Rules */
.house-r {
  background-color: #fff;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* padding: 0.5rem 1rem; */
  /* padding-bottom: 2rem; */
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.house-r h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.rule-elm h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

.rule-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}

.rule-elm {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.rule-elm img {
  width: 2rem;
  height: 2rem;
}
/* Section 2 */
.container-2 {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 1.5rem;
}

.boil {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0.6rem 0.6rem;
  justify-content: space-around;
  height: 100%;

  align-items: center;
}

.boil img {
  width: 95%;
  border-radius: 10px;
}

.boil p {
  font-size: 20px;
  text-align: center;
  padding: 0.5rem 0rem;
  color: black;
}
