
body, h1, h2, form {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: Montserrat,Verdana;
    background-color: #000;
  }
  
  /* #contact {
    padding: 50px;
  } */
  
  .containery {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(130,180,255);
background: linear-gradient(279deg, rgba(130,180,255,1) 10%, rgb(255, 255, 255) 100%);
    height: 100vh;
  }
  .containery{
    height: 80vh;
    width: 100%;
  }
  .contact_wrapper {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .contact_col-left {
    width:60%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    color: #000;
    gap: 3.8vh
  }
  .contact_col-left h1 {
    width: 100%;
    text-align: start;
    color: #000;
      -webkit-text-stroke: 1px #F8F8F8;
      text-shadow: 0px 2px 4px #8EC5FC;
    font-size: 2vw;
    font-weight: 900;
  }
  .contact_col-left h2{
    font-size: 3vw;
      font-weight: 600;
      transform-origin: left;
      color: #030303;
  }
  .contact_col-left p{
    font-size: 1.5vw;
      font-weight: 400;
      transform-origin: left;
      color: #141313;
  }
  .contact_col-left button{
    border: 2px solid #007bff;
   background-color: #007bff4d;
   color: #f1f1f1;
   cursor: pointer;
   font-size: 20px;
   font-weight: 500;
    padding:  20px 50px;
  }
  .contact_col-rigth {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: column;
  }
  .contact_col-rigth img{
    height: 50vh;
    width: 100%;
  }
  .above-footer{
    height: 60vh;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .above-footer-left {
    margin-left: 10%;
    width: 40%; 
  }
  
  .above-footer-left h2 {
    font-size: 3vw;
    font-weight: 700;
    color: white;
    line-height: 4vw;
    border-left: none;
     padding: 0px;
  }
  
  .above-footer-left p {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 150%;
  }
  
  .above-footer-right {
    width: 24%;
  }
  
  .above-footer-right button {
    width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #007bff; 
  color: #fff; 
  text-align: center;
  font-size: medium;
  line-height: 50px; 
  border: none;
  cursor: pointer;
  }
  
  .above-footer-right button:hover {
    background-color: #EDBFFF;
  }
  .locate-us{
    height: 350px;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
  .locate{
    border: 2px solid #007bff;
  background-color: #007bff4d;
  width: 80%;
  height: 300px;
  padding: 40px;
  }
  .locate h1{
    font-size: 40px;
    color: #fff;
  }
  .addresses{
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: 30px;
  }
  .stamps{
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap: 8px;
  }
  .stamp-img img{
    height: 125px;
    width: 95px;
  }
  .stamp-add{
    display: block;
    height: 125px;
    width: 150px;
  }
  .stamp-add h3{
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
  }
  .stamp-add p{
    margin-top: 5px;
    font-size: 0.85rem;
    font-weight: 100;
  }
  .moving{
    width: 100%;
    height: 120vh;
    /* background-color: hsl(346deg, 17%, 70%, 1); */
    background-color: black;
    display: flex;
  }
  
  footer{
    /* height: 100vh; */
    padding: 0 50px ;
    width: 100%;
    background-color: #111;
  }
  footer .container{
    background-color: #111;
  }
  footer .row{
    display: flex;
    justify-content: space-between;
    padding: 40px 100px;
  }
  .footer-col ul{
    list-style: none;
  }
  .footer-col h4{
    color: white;
    margin-bottom: 25px;
    font-size: 22px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
  }
  .footer-col h4::before{
    content: '';
    width: 70px;
    height: 2px;
    position: absolute;
    background-color: #007bff;
    bottom: -10px;
  }
  .footer-col ul li {
   padding: 10px 0;
  }
  .footer-col ul li a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.7;
    transition: 0.5s;
  } 
  .footer-col ul li a:hover{
    opacity: 1;
  }
  .row hr{
    opacity: 0.7;
  }
  .row .socailIcons i{
    display: inline-block;
    color: white;
    font-size: 20px;
    margin: 0 15px;
    transition: 0.5s;
  }
  .row .socailIcons i:hover{
    color: #007bff;
  }
  .row .col p{
    margin-bottom: 10px;
  }
  .latest{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    flex-direction: column;
    gap: 40px;
  }
 .last{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
 }
 .last p{
    font-size: 20px;
 }
 .last h3{
    font-size: 32px;
    color: #72a5dd;
    font-weight: 600;
 }
 .last h4{
    font-size: 27px;
    color: #0e141a;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
 }
