:root{
    --header-height: 3rem;
  
    /*===== Colors =====*/
    --first-color: #FFFF;
    --first-color-dark:#6963D9;
    --first-color-darken: #050823;
    --white-color: #6963D9;
    
    /*===== Font and typography =====*/
    --body-font: 'Poppins', sans-serif;
    --big-font-size: 2.5rem;
    --normal-font-size: .938rem;
    
    /*===== z index =====*/
    --z-fixed: 100;
  }
  *{
    margin:0;
    padding:0;
    border:0;
    outline:0;
  
    list-style:none;
    box-sizing:border-box;
    


}

body{
  margin: var(--header-height) 0 0 0;
  padding: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  font-weight: 500;
  overflow-x: hidden;
  max-width: 100%;
}
body::-webkit-scrollbar
{
    display: none;
}
html,element{
    scroll-behavior:smooth;
    overflow-x: hidden;
}
h1,p,ul{
  margin: 0;
}

ul{
  padding: 0;
  list-style: none;
}
a{
    text-decoration: none;
  }
  
  img{
    max-width: 100%;
    height: auto;
  }


.form {
    display: flex;
    flex-direction: column;
    gap: 26px;
   max-width: 350px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 6rem;
   
  }
  
  .title {
    font-size: 50px;
    color: royalblue;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  
  .title::before,.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: royalblue;
  }
  
  .title::before {
    width: 18px;
    height: 18px;
    background-color: royalblue;
  }
  
  .title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
  }
  
  .message, .signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
  }
  
  .signin {
    text-align: center;
  }
  
  .signin a {
    color: royalblue;
  }
  
  .signin a:hover {
    text-decoration: underline royalblue;
  }
  
  .flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  
  .form label {
    position: relative;
  }
  
  .form label .input {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
  }
  
  .form label .input + span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }

  .pack_img1
  {
    position: relative;
   right: 1.5rem;
    width: 18rem;
    top: 1rem;
  }

  
  .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .form label .input:focus + span,.form label .input:valid + span {
    top: 30px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .form label .input:valid + span {
    color: green;
  }
  
  .submit {
    border: none;
    outline: none;
    background-color: royalblue;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
  }
  
  .submit:hover {
    background-color: rgb(56, 90, 194);
  }
  
  @keyframes pulse {
    from {
      transform: scale(0.9);
      opacity: 1;
    }
  
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }



  .contact_wrapper
  {
    display: flex;
    justify-content: space-around;
   margin-top:2rem;


  }

  .contact_details
  {
   margin-top: 3rem;
   margin-left:-5rem;
  }

  .contact_mini h3{
    font-size: 1.3rem;
    font-weight: 400;
    color:#41B76D;
  }
  
 .contact_mini h1{
    font-size: 3.5rem;
    color: #050823;
 }

.contact_mini
{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top:10rem;
   

}
.contact_mini p{
    font-size: 1.2rem;
    font-weight: 400;
    color:#646E84 ;
}

.contact_icon
{
    display: flex;
    gap: 1.5rem;
}

.contact_icon_description
{
    display: flex;
    flex-direction: column;
    margin-top:5rem;
    gap: .5rem;
}

.contact_icon h2{
    color: #050823;
    font-size: 1.6rem;
}
.contact_icon img
{
    width: 2.5rem;
}

.contact_icon_description h3
{
    font-weight: 400;
    margin-left: 4rem;
}

.contact_icon_description a{
    font-size: 1.2rem;
   font-weight: 500;
   color: #646E84;
   margin-left:4rem ;
}

@media screen and (max-width: 768px)

{

    .contact_wrapper
  {
    display: flex;
    flex-direction: column;
   align-items: center;
    gap: 2rem;


  }

 
   



  

  



  


    
}

@media screen and (max-width: 640px)
{


    .contact
    {
        margin-top: -7rem;
    }


    .contact_wrapper
  {
    display: flex;
    flex-direction: column;
    margin-left: 7rem;

    
  
  


  }

  .form 
  {
    display: flex;
    flex-direction: column;
    margin-left:-6rem;
    margin-top: 2rem;
   
    
  }


}


@media screen and (max-width: 475px)

{

    .contact_wrapper
    {
      display: flex;
      flex-direction: column;
      margin-left:8rem;
  
      

    }

    .contact_icon_description h3

    {

        font-size: 4vw;
    }

    .contact_icon_description h2 a

    {

        font-size: 4vw;
    }

    



    

}



@media screen and (max-width: 375px)

{

    .contact_wrapper
    {
      display: flex;
      flex-direction: column;
      margin-left:7rem;
  
      

    }

  

    



    

}

@media screen and (max-width: 320px)

{

    .contact_wrapper
    {
      display: flex;
      flex-direction: column;
      margin-left:6.5rem;
  
      

    }


   

    



    

}


@media screen and (800px <=width <=1024px)

{



  

  .pack_img1 
  {
    display: none;
  }

  .Packages_wrapper 
  {
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
  }

  .pack_img2 
  {

    margin-top:3rem;
    width:50vw;
  }

  .contact_wrapper 
  {

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title 
  {

    font-size:5vw;
  }





}