* {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* width: 100%; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
    background: #E6E9F4 ; 
    
  }

  /* -----------------------------------------  */

  /* navbar  */ 
  
   
  .navbar {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #383745;
    color: white;
    position: fixed  !important;
    top: 0;
    width: 100%;
    padding: 15px 29px;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 10 !important;
  }
  
  .brand-title {
    margin: 0.5rem;
  }
  
  .brand-title a {
    text-decoration: none; 
    color: #969ba1; 
    font-size: 30px !important;
    
  }
  
  .navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  .navbar-links li {
    list-style: none;
    font-size: 1.3rem;
  }
  
  .navbar-links li a {
    text-decoration: none;
    color: #969ba1;
    padding: 1rem;
    display: block;
    font-family: "Poppins", sans-serif;
  }
  
  .navbar-links li a:hover {
    color: white;
  }
  
  .toggle-button {
    position: absolute;
    top: 1.8rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 21px;
  }
  
  .toggle-button .bar1 {
    height: 3px;
    width: 70%;
    border-radius: 20px;
    background-color: #bcbcbf;
  }
  
  .toggle-button .bar2 {
    height: 3px;
    width: 50%;
    border-radius: 20px;
    background-color: #bcbcbf;
    text-align: center;
  }
  
  .toggle-button .bar3 {
    height: 3px;
    width: 70%;
    border-radius: 20px;
    background-color: #bcbcbf;
  }
  
  .toggle-button .bar4 {
    height: 3px;
    width: 60%;
    border-radius: 20px;
    background-color: black;
  }


  /* End navbar  */ 


  /* ------------------------------------  */


  /* header  */
  
  header {
    font-size: 20px;
    padding: 100px 20px 0px 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #22202B;
    /* background: linear-gradient(120deg, #383745 50%, #22202B 50%); */
  }


  
  header h1{
    font-size: 40px !important;
    font-weight: 400;
    letter-spacing: 2px;
    color: #969ba1;
    text-shadow: 0 1px 0 rgb(194, 182, 182),

    0 1px 0 #868b90,
    0 1px 0 #868b90,
    0 2px 0 #868b90,
    0 3px 0 #868b90,
    0 4px 1px rgba(0,0,0,.1),
    0 0 4px rgba(0,0,0,.1),
    0 1px 2px rgba(0,0,0,.3),
    0 2px 4px rgba(0,0,0,.2),
    0 5px 7px rgba(0,0,0,.25),
    0 8px 6px rgba(0,0,0,.2),
    0 15px 15px rgba(0,0,0,.15);
    
  }
  
  header a {
  text-decoration: none;
  }

    
  header .header {
    /* width: 1000px; */
    /* height: 300px; */
    background: transparent;
    letter-spacing: 2px;
    /* color: #aa9c8c; */

  }


  /* End of header  */

  /* -----------------------------------------  */


  /* contact section  */
 

  .cont-data {
    width: 600px;
    /* margin-left: 100px; */
  }

  .cont-data img {
    width: 60%;
    margin-right: 150px;
    /* margin-left: 150px; */
  }

  .contact-us img {
    max-width: 100%;
  }
  
  .cont-data p{
    font-size: 20px;
    /* text-indent: 25px; */
    padding: 10px;
    color: 	#C8C8C8;
    /* margin-left: 100px; */

  }

  


  
  
  .cont-section {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    background: #22202B;
    /* padding-bottom: 100px;  */
    
  }
  
  
  
  .map-xarberd {
    width: 800px;
    /* margin-right: 100px; */
  }
  
  
  
  .map-xarberd img {
    width: 80%;
  }
  

  /* End contact section  */
  

  /* ----------------------------------------------------  */

 /* Contact form  */

  .neumorphic-form {
    margin: auto;
    margin-bottom: 150px;
    margin-top: 10%;
    position: relative;
    width: 650px;
    height: 750px;
    padding: 60px 25px 35px 25px;
    /* border-radius: 40px; */
    background: #ecf0f3;
    /* box-shadow: 13px 13px 20px #cbced1,
                -7px -7px 20px #ffffff; */
                box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
                /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
  }
  
  .neumorphic-form h3 {
    font-size: 30px;
    text-align: center;
    
  }
  
  
  .fields {
    width: 100%;
    padding: 25px 5px 5px 5px;
   
  }

 
  
  .fields input, textarea, #dropdown {
    border: none;
    outline:none;
    background: none;
    font-size: 16px;
    color: #5565B4;
    padding: 15px 10px 15px 10px;
  }
  
  .username, .email, .number, .comments, #dropdown {
    margin-bottom: 20px;
    
    border-radius: 10px;
    box-shadow: inset 6px 6px 6px #cbced1,
                inset -6px -6px 6px #ffffff;
  }
  
  #name, #email, #number, #textarea, #dropdown {
    width: 100%;
    
  }
  
  textarea {
    resize: none;
  }
  
  button {
    margin-top: 10px;
    outline: none;
    border:none;
    cursor: pointer;
    width:100%;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color:#5565B4;
    text-align: center;
    /* background: #afb2d9; */
    box-shadow: 3px 3px 8px #868b90,
                -3px -3px 8px #ffffff;
    /* transition: 0.5s; */
    /* background: #202124; */
    /* background-color: #8ab4f8; */
    background-color: #ecf0f3;
    /* backdrop-filter: blur(30px); */
    letter-spacing: 2px;
  }


  button:active,
button:hover{
  /* box-shadow: inset -6px -6px 9px 0px #eee, inset 6px 6px 9px 0px rgba(0, 0, 0, 0.4); */
  transition: .5s;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  color: #2a19be;
}

 
  label, input {
    vertical-align: middle;
    font-weight: 400;
  }
  

 /* End of Contact form  */


/* ----------------------------------------------------------------   */



  /* Up & Down buttons  */
  

  
  
  .arrows {
    position: fixed;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2%;
    bottom: 5%;
    position: fixed;
  }
  
  .arrows img {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background:  #f5f5f7;
    transition: 0.5s;
    margin: 5px 0;
    border-radius: 50%;
    border: 3px solid #648bfb
    ;
  }
  
  .arrows img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  /* End of Up & Down Buttons  */


  /* -----------------------------------------------------   */



  /* Footer  */

  .site-footer
  {
    background-color:#26272b;
    padding:45px 0 20px;
    font-size:16px;
    line-height:24px;
    color:#737373;
  }

  .row {
      display: flex;
      justify-content: space-evenly;
      padding: 20px;
     
  }

  .row .text-justify {
      max-width: 400px;
  }
  .site-footer hr
  {
    border-top-color:#bbb;
    opacity:0.2;
  }
  .site-footer hr.small
  {
    margin:20px 0
  }
  .site-footer h6
  {
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    margin-top:5px;
    letter-spacing:2px
  }
  .site-footer a
  {
    color:#737373;
  }
  .site-footer a:hover
  {
    color:#3366cc;
    text-decoration:none;
  }
  .footer-links
  {
    padding-left:0;
    list-style:none
  }
  .footer-links li
  {
    display:block
  }
  .footer-links a
  {
    color:#737373
  }
  .footer-links a:active,.footer-links a:focus,.footer-links a:hover
  {
    color:#3366cc;
    text-decoration:none;
  }
  .footer-links.inline li
  {
    display:inline-block
  }
  .site-footer .social-icons
  {
    text-align:right
  }
  .site-footer .social-icons a
  {
    width:40px;
    height:40px;
    line-height:40px;
    margin-left:6px;
    margin-right:0;
    border-radius:100%;
    background-color:#33353d;
  }
  .copyright-text
  {
    margin:0
  }
  @media (max-width:991px)

  
  {
    .header h2 {
        font-size: 16px;
    }

    main {
        font-size: 16px;
    }

    main img {
        width: 100% !important;
    }



    .row {
        flex-direction: column;
        text-align: center;
       
    }

    .about-text a {
        padding: 10px 30px;
        font-size: 16px;
        
    }
    
    .site-footer
    {
     
      font-size:12px;
     
    }

  }
  @media (max-width:767px)
  {
    .site-footer
    {
      padding-bottom:0
    }
    .site-footer .copyright-text,.site-footer .social-icons
    {
      text-align:center
    }
  }
  .social-icons
  {
    padding-left:0;
    margin-bottom:0;
    list-style:none
  }
  .social-icons li
  {
    display:inline-block;
    margin-bottom:4px
  }
  .social-icons li.title
  {
    margin-right:15px;
    text-transform:uppercase;
    color:#96a2b2;
    font-weight:700;
    font-size:13px
  }
  .social-icons a{
    background-color:#eceeef;
    color:#818a91;
    font-size:16px;
    display:inline-block;
    line-height:44px;
    width:44px;
    height:44px;
    text-align:center;
    margin-right:8px;
    border-radius:100%;
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear
  }
  .social-icons a:active,.social-icons a:focus,.social-icons a:hover
  {
    color:#fff;
    background-color:#29aafe
  }
  .social-icons.size-sm a
  {
    line-height:34px;
    height:34px;
    width:34px;
    font-size:14px
  }
  .social-icons a.facebook:hover
  {
    background-color:#3b5998
  }
  .social-icons a.twitter:hover
  {
    background-color:#00aced
  }
  .social-icons a.linkedin:hover
  {
    background-color:#007bb6
  }
  .social-icons a.dribbble:hover
  {
    background-color:#ea4c89
  }
  @media (max-width:767px)
  {
    .social-icons li.title
    {
      display:block;
      margin-right:0;
      font-weight:600
    }
  }
  
  
  /* hr {
    color: white !important;
    margin: 2rem 0;
  } */

  hr {
    margin: auto;
    width: 80%;
    border-top-color:#bbb;
  opacity:0.2;
}

  /* End of footer  */


  /* --------------------------------------------------------  */


  /* RESPONSIVE VERSION  */
  
  
  
  
  @media (max-width: 600px) {

    hr {
      width: 200px; 
      margin: auto;
    }

    .header h1 {
      font-size: 36px !important;
    }

    .navbar {
      flex-direction: column;
      align-items: flex-start;
    }

    .toggle-button {
      display: flex;
    }
        
    .navbar-links {
      display: none;
      width: 100%;
    }
    
  
    .navbar-links ul {
      width: 100%;
      flex-direction: column;
    }
  
    .navbar-links li {
      text-align: center;
    }
  
    .navbar-links li a {
      padding: 1rem 1rem;
    }
  
    .navbar-links.active {
      display: flex;
    }

    header {
     
      padding: 140px 20px 50px 20px;
     
      
    }
  
   

    .cont-data {
      width: 350px;
      padding: 5px;
    }

    .cont-data p{
      font-size: 18px;
    }  
 
  
    .cont-section {
      display: flex;
      margin: auto;
      flex-direction: column;
      
      
    }
    
  
    .map-xarberd  {
      width: 98%; 
     
    }
    
  
  
    .neumorphic-form {
   width: 90%;   
    }


    .footer2 {
      flex-direction: column;
      text-align: center;
    }
  
  }
  

  
  
  