*{
  margin: 0;
  padding: 0;
}
body{
  /* background-image: url(12.webp); */
  src:url(1.png);
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  align-items: center;
    font-family: Arial, sans-serif;
    /* background-color: #f9f9f9; */
}
form {
    align-items: center;
    border: 1px solid black;
    /* background: #fff; */
    padding: 30px;
    border-radius: 23px;
    box-shadow: 0 4px 10px rgb(255, 162, 0);
    max-width: 300px;
  
    margin-left: 45px;
  
}
h1 {
    text-align: center;
    color: #333;
}
.form-group {
    align-items: center;
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-group input, 
.form-group select, 
.form-group textarea {
    width: 100%;
    padding: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 20px;
    font-size: 14px;
}
.form-group input[type="checkbox"], 
.form-group input[type="radio"] {
    width: auto;
}
.form-group small {
    color: #666;
    font-size: 12px;
}
.form-group .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.form-group .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 200px;
    background-color: #333;
    /* color: #fff; */
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    margin-left: -100px;
    transition: opacity 0.3s;
}
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.form-group .error-message {
    color: red;
    font-size: 12px;
}
button {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 30px;
    background-color: #ffffff;
    /* color: white; */
    font-size: 16px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    
}
button:hover {
    font: black ;
    background-color: #d2985759;
}
nav{
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav li{
  height: 50px;
}
nav ul li{
  padding: 10px 30px;
}
nav a{
  height: 100%;
  padding: 0 35px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}
nav a:hover{
  background-color: #d2985759;
  transition: 0.2;
}

.contact-right{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.sidebar{
  position: fixed;
  top: 0; 
  right: 0;
  height: 50vh;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar li{
  width: 100%;
}
.sidebar a{
  width: 100%;
}
.menu-button{
  display: none;
}
@media(max-width: 800px){
  .hideOnMobile{
    display: none;
  }
  .menu-button{
    display: block;
  }
}
@media(max-width: 350px){
  .sidebar{
    width: 100%;
  }
  form{
    margin-top: 100px;
    margin-left: 10px;
    align-items: center;
    display: flex;
  }
}

.footerNav ul{
  flex-direction: column;
} 
.footerNav ul li{
  width:100%;
  text-align: center;
  margin: 10px;
}
.socialIcons a{
  padding: 8px;
  margin: 4px;
}


.image img{
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 10px solid hsl(33, 100%, 52%);
}


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
footer{
  background-color: #d2985759;
  margin-bottom: auto;
}
.footerContainer{
  width: 100%;
  padding: 70px 30px 20px ;
}
.socialIcons{
  display: flex;
  justify-content: center;
}
.socialIcons a{
  text-decoration: none;
  padding:  10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}
.socialIcons a i{
  font-size: 2em;
  color: black;
  opacity: 0,9;
}
/* Hover affect on social media icon */
.socialIcons a:hover{
  background-color: #111;
  transition: 0.5s;
}
.socialIcons a:hover i{
  color: white;
  transition: 0.5s;
}
.footerNav{
  margin: 30px 0;
  
}
.footerNav ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
  font: #ffffff;
  
}
.footerNav ul li a{
  color:white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;


}

.footerNav ul li small{
  color: #ffffff;
} 
.footerNav ul li a:hover{
  opacity: 1;
}
.footerBottom{
  background-color:#d2985759;
  padding: 20px;
  text-align: center;
}
.footerBottom p{
  color: white;
}
.designer{
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}
@media (max-width: 700px){
  .footerNav ul{
      flex-direction: column;
  } 
  .footerNav ul li{
      width:100%;
      text-align: center;
      margin: 10px;
  }
  .socialIcons a{
      padding: 8px;
      margin: 4px;
  }
}

.photos{
  background-size: cover;
  background-color: #d2985759;
}

@media (max-width:350px){
    .photos{
      width: 125vh;
    } 
  }

.home-link{
  margin-right: 900px;
}

.logos{
  width: 100%;

}
/* @media(max-width:350px){
  .footerContainer{

  }
} */