html
{
  overflow-x: hidden;
  scroll-behavior: smooth;
  color:#800020;
  transition: all 0.3s ease;
}
body
{
    background-color: #f0f8fe;
    height: relative;

}
.navMain {
    position: sticky;
    height: 100px;
    top: 0;
    display: block;
    z-index: 1000;
    background-color: transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
  }
  .navMob
   {
    position: fixed;
    width: 200px;
    height: relative;
    border-radius: 10px;
    top: 100px;
    display: block;
    z-index: 1000;
    margin-left: 100%;
    display: none;
    background-color: rgba(240, 248, 254, 0.8);
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  .navMob ul li
  {
    text-decoration: none;
    height: 30px;
    width: 100%;
    text-align: left;
    list-style: none;
    
  }
  .navMob ul li a
  {
    text-decoration: none;
    color: #800020;
  }
  

  .navMain img
  {
    height: 100px;
    float: left;
    margin-left: 20px;
  }
  .navMain ul
  {
    list-style-type: none;
    float: right;
  }
  .navMain ul li
  {
    display: inline-block;
    margin: 24px;
  }
  .navMain ul li a
  {
    text-decoration: none;
    color: #282828;
    transition: all 0.3s ease;
  }
  .navMain ul li a:hover
  {
    color:#800020;
  }
  .advertArea
  {
    
    width: 100%;
    height: 1000px;
    background-size: cover;
    margin-top: -10%;
    
    text-align: center;
    background-attachment: fixed;
    background-image: url(images/screen.webp);
  }

  .popUp
  {
    height: 350px;
    width: 600px;
    text-align: center;
    background: #f0f8fecc;
    border-radius: 20px;
    margin-left: 40%;
    top: 10%;
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
  }
  .popUp img
  {
    width: 80%;
    margin-top: 7%;
  }
  .popUp A button
  {
    width: 80%;
    height: 80px;
    border: solid 2px #800020;
    background-color: transparent;
    color: #800020;
    font-size: large;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .popUp A button:hover
  {
    color: #e5e5e0;
    background-color: #800020;
    border: solid 2px #e5e5e0;
  }
  .advertArea img
  {
    height: 60%;
    margin-top: 50px;
    margin-right: 20px;
    float: right;
    display: none;
  }
  #ABOUT
  {
    display: block;
    height: relative;
    width:100% ;
    text-align: center;
    background-color: transparent;

  }
  #ABOUT img
  {
    width: 50%;
  }
  #ABOUT .valuesContainer
  {
    width: 100%;
    background-color: transparent;
    height: 500px;
    text-align: center;
    display: block;
  }
  #ABOUT .valuesContainer .vision
  {
    width: 45%;
    height: 500px;
    float: left;
    text-align: center;
    background-color:transparent;

  }
  #ABOUT .valuesContainer .mission
  {
    width: 45%;
    height: 500px;
    float: right;
    text-align: center;
    background-color:transparent ;
    
  }
  #ABOUT .valuesContainer img
  {
    width: 40%;
  }
  #ABOUT a button
  {

    width: 20%;
    height: 40px;
    border: solid 2px #800020;
    background-color: transparent;
    color: #800020;
    font-size: large;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #ABOUT a button:hover
  {
    color: #e5e5e0;
    background-color: #800020;
    border: solid 2px #e5e5e0;
  }
  .servicesContainer
  {
    width: 90%;
    height: relative;
    justify-self: center;
    background-color: transparent;
    justify-content: center;
    display: block;
  }
  .service
  {
    width: 400px;
    height: 600px;
    margin: 70px;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    float: inline-start;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    
  }
  .service h2
  {
    margin-left: 10px;
  }
  .service img
  {
    width: 100%;
    transition: all 0.3s ease;
  }
  .service:hover img
  {
    transform: scale(1.1);
    overflow: hidden;
  }
  .service p
  {
    margin-left: 10px;
  }
  .service input
  {
    height: 50px;
    width: 90%;
    margin-left: 10px;
    border-radius: 10px;
    justify-self: center;
    border: solid 1px #800020;
    text-align: center;
  }
  .service .button
  {
    color: white;
    border: solid 1px #800020;
    width: 90%;
    background-color: #800020;
    cursor: pointer;
    justify-self: center;
    border-radius: 10px;
  }
  .service .button:hover
  {
    color:#800020;
    background-color: transparent;
    border:solid 1px #800020 ;
  }
  #CONTACT
  {
    width: 100%;
    height: 500px;
    display: inline;
    background-color: transparent;
  }
  #CONTACT fieldset 
  {
    width: 20%;
    margin-left: 0%;
    border: solid 1px #282828;
    border-radius: 10px;
    text-align: center;
    display: inline;
  }
  #CONTACT .fieldset
  {
    width: 40%;
  }  
    #CONTACT .input
    {
      height: 30px;
      width:90%;
      border-radius: 10px;

    }
  .button
  {

    width: 40%;
    height: 40px;
    border: solid 2px #800020;
    background-color: transparent;
    color: #800020;
    font-size: small;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .button:hover
  {
    color: #e5e5e0;
    background-color: #800020;
    border: solid 2px #e5e5e0;
  }
  #CONTACT .address
  {
    display: inline;
  }
  .footer
  {
    background-color: rgba(40, 40, 40,0.7);
    width: 100%;
    height: 200px;
    text-align: center;
    color: grey;

  }
  .footer a
  {
    margin-left: 20px;
    margin-right: 20px;
    color: grey;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
  }
  .footer a:hover
  {
    color: white;
    cursor: pointer;
  }
  @media screen and (max-width: 480px)
  {

    body{

    width: 100%;
    overflow-x: hidden;
       }
       .navMain
       {
        display: none;
       }
       .advertArea
       {
        width: 100%;
        height: 600px;
       }
       .advertArea .popUp
       {
        display: none;
       }
      .advertArea img
      {
        height: 60px;
        margin-top: 50px;
        margin-right: 20px;
        float: right;
        display: block;
      }
      
      .navMob
      {
        display: block;
        margin-left: 100%;
      }
      #ABOUT a button
      {
        width: 90%;
      }
      #CONTACT .fieldset
      {
        width: 70%;
      }
      #CONTACT fieldset
      {
        width: 70%;
      }
      .service
      {
        width: 100%;
        height: relative;
        margin-left: 0%;
      }

  
  
  }