:root {
  --bodyC: #F8F6F0;
  --headerC: linear-gradient(135deg, rgb(145, 109, 179), rgb(253, 229, 236));
  --Buttons: linear-gradient(135deg, purple, #333);
  --theOwnerC: #F5F5F5;
  --casete: #49413F;
  --participantsC: linear-gradient(165deg, black, #333);
  --inviteDetailsC: linear-gradient(135deg, #000, #333);;
}

body {
  font-family: Arial, sans-serif;
  background: -webkit-linear-gradient(-65deg, rgb(228, 133, 134) 50%, rgb(252, 186, 173) 50%);
  margin: 0;
  padding: 0;
  height: 100vh;
  position: relative;
  background-image: url('../img/colaj.jpg');
  background-size: cover;
  /* background-position: top center; */
  background-position: top center;
  background-attachment: fixed;
}

header{
  background: var(--headerC);
  display: flex;
  justify-content: end;
  height: 50px;
  align-items: center;
  z-index: 109;
  position: relative;
}

.account_not_connected{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.paragraph0{
  margin: 0px;
}

.splitScreen{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px;
}

h1 {
  font-size: 24px;
}

.container {
margin: auto auto;
background-color: rgba(253, 229, 236, 0.9);
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
text-align: center;
padding: 20px;
width: 320px;
/* height: 300px; */
}



.tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tab {
  flex-grow: 1;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

.tab.active {
  background-color: #007bff;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.register_div{
margin-bottom: 13px;
height: 162px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.tab-content  .email,
.tab-content  .confirmPassword {
  width: 90%;
  padding: 10px;
  margin: 0px 0;
  border: 1px solid #ccc;
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tab-content  .userName,
.tab-content  .password {
  width: 90%;
  padding: 10px;
  margin: 0px 0;
  border: 1px solid #ccc;
  border-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 7px;
}


button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}

.switch {
    margin-top: 10px;
}

.switch a {
    text-decoration: none;
    color: #007bff;
}

.switch a:hover {
    text-decoration: underline;
}



p {
  margin: 0px;
}

.container_about{
  /* margin: 20px 0; */
  /* background: red; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: rgb(255,255,255);
  background: linear-gradient(188deg, rgba(255,255,255,0) 5%, rgba(0, 0, 0, 0.9) 50%, rgba(255,255,255,0) 95%);
  border-radius: 30%;
}






section{
  /* background: blue; */
  margin: 30px 0;
  width: 100%;
  
  display: flex;
  flex-direction: row;

}
.section1{
  justify-content: baseline;
}
.section2{
  justify-content: end;
}

.hostItem{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.host_img{
  width: 300px;
  border-radius: 5px;
  opacity: 0.95;
  box-shadow: 0 0 50px rgb(0, 0, 0);
  border-top-left-radius: 40%;
  border-bottom-right-radius: 40%;
}

.div_text{
  max-width: 410px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text1{
  word-wrap: break-word;
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  font-weight: bold;
  border-radius: 3px 15px 9px;
}

.div_text h3{
  word-wrap: break-word;
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 3px 15px 9px;
}

.text2{
  word-wrap: break-word;
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  font-weight: bold;
  border-radius: 20px 3px 20px 9px;
}


@media screen and (max-width: 788px) {

}
@media screen and (min-width: 450px) {
  .container_about{
    padding: 30px;
  }
}