*{
    margin: 0;
    padding: 0;
    font: inherit;
    font-family: sans-serif;
    transition:0.5s;
  }
  .container{
    --max-width:1110px;
    --padding:1rem;
  
    width: min(var(--max-width),100% - (var(--padding)*2));
    margin-inline: auto;
  }
  .even-columns{
    display: grid;
    gap: 1rem;
  
  }
  
  .image{
    height: 35em;
  }
  body{
    text-rendering: optimizeSpeed;
    line-height: 1.5;
  }
  header img{
    margin-top: 0.5em;
   height: 150px;
   width: 150px;
  }
  .primary-navigation{
    margin-top: -3.2em;
  }
   h3{
  
    font-size: 2.5em;
    font-weight:bolder;
    color: rgb(187, 132, 232)
   }
   h2{
    font-size: 2.12em;
    font-weight: 600;
   }
   h4{
    text-align: center;
    margin-top:0.5em ;
    font-size: 1.375em;
   
   }
   h1{
    font-size: 3.5em;
   font-weight: bold;
   color: rgb(53,24, 90);
   }
    b{
        
    color: rgb(53,24, 90)
   }
  
   header ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
   }
   nav ul li a{
    margin-top: -1.8em;
    font-size: 1.3em;
    text-decoration: none;
    display: flex;
    color: rgb(53,24, 90);
    padding: 0em 2.5em;
    
   }
  
 
   footer ul{
    display: flex;
    list-style: none;
    justify-content: center;
   }
   .social-media li a{
    display: flex;
    text-align: center;
    text-decoration: none;
    padding: 0em 2.5em;
    margin-top: 1em;
   }
  
  button{
   
    background-color: rgb(53,24, 90);
    color: white;
    height: 2.5em;
    width: 7.5em;
    border: none;
    border-radius: 1em;
    font-size: 1.2em;
  }
  .sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh; 
    width: 250px;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgb(139, 139, 139) ;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sidebar li{
     margin: 20px;
    justify-content: center;
     width: 100%;
  }

  .sidebar li a{
     text-decoration: none;
     padding: 0px 40px;
     height: 40px;
     display: flex;
     align-items: center;
     color: rgb(53,24, 90);
     font-size: 18px;
     transition: 1s;
  }
  .text li{
    font-weight: 600;
    color: rgb(53,24, 90);
    list-style: none;
    font-size: 1.5em;
    padding: 0.7em 0em;
  }
  
h5{
    font-size: 1.3em;
}


ul{
    list-style: none;
}
a{
    text-decoration: none;
}


   .details
   {
    padding: 2em 2em;
   }
   .details li{
    padding: 1em 2em;
   }
   .contact{
    text-align: center;
    align-content: start;
   }
   .contact form{
    
    margin-left: auto;
   
    display: flex;
    flex-direction: column;
    width: 25em;
   }
   
 .form .item{
 
border: 2px solid rgb(187, 132, 232);
border-radius: 0.3em;
padding: 1em 2.5em;
margin: 0.5em 0em;
 }
textarea{
    resize: none;
    
}
.btn{
    margin-left: 7em;
 }

 footer{
  background-color: #111;
}
.footerContainer{
  width: 95%;
  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;
}


.socialIcons img{
  height: 30px;
  width: 40px;
 }
.footerNav{
  margin: 30px 0;
}
.footerNav ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.footerNav ul li a{
  color:white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;

}

.footerBottom{
  background-color: #000;
  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;
}
.main-text{
  margin-top: 6em;
}
.contact-form{
  margin-top: 15em;
}
@media (max-width: 700px){
  .footerNav ul{
      flex-direction: column;
  } 
  .footerNav ul li{
      width:100%;
      text-align: center;
     
  }
  .socialIcons a{
      padding: 8px;
      margin: 4px;
  }
}
  @media(min-width: 70em){
    .even-columns{
      grid-auto-flow: column;
    
    }
  
    .menubutton{
      display: none;
  }
  }

  @media(max-width:25.75em){
.form{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}
.btn{
   margin-left: 6.5em;
}
    form{
        width: 40%;

    }
  }
  @media(max-width: 70em){
    .contact-form{
      margin-top: 0;
    }
    .main-text{
      margin-top: 0;
    }
    .btn{
        margin-left: 6.5em;
     }
    .details li{
        padding: 0.5em 1em;
       }
    input{
        width: 15em;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
   textarea{
    width: 15em;
   }
    .details
    {
     padding: 0em 0em;
    }
    .contact form{
    
        margin-left: auto;
       margin-right: auto;
        display: flex;
        flex-direction: column;
        width: 25em;
       }
    .form .item{
        border: 2px solid rgb(187, 132, 232);
        border-radius: 0.3em;
        padding: 0.5em 1.5em;
        margin: .5em 3em;
         }
   
    
    .menubutton{
      margin-top: -0.5em;
      margin-right: -3em;
      align-items: end;
    }
    .hideonmobile{
      display: none;
    }
    .container{
       
        margin-right:auto ;
        margin-left: auto;
        display: block;
      text-align: center;
    }
    .social-media li a{
      padding: 0.7em 1.5em;
      margin-top: 0.5em;
    }
    h3{
      font-size: 1.9em;
      font-weight:bolder;
      color: rgb(187, 132, 232)
     }
     h2{
      font-size: 1.5em;
      font-weight: 600;
     }
     h4{
      font-size: 1em;
      
     }
     h1{
      font-size: 2em;
     
     }
   .main2-list h1{
  font-size: 1.5em;
   }
   .main-2 h4{
    padding:0em 3em;
    color: rgb(53,24, 90);
  }
  .main-3 h1{
    font-size: 1.3em;
  }
  button{
    font-size: 1.2em;
  }
  }