body {
  font-family: 'Proxima Nova Rg';
  background-color: #000;
 
}
 
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bg_parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bg_parallax p {
color: #fff;
font-size: 33px;
letter-spacing: 85px;
text-shadow: 0 0 3px #000, 0 0 5px #000;

 }

 .bg_parallax .container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 
 }

 .btn-close{
  position: absolute;
  right: 25px;
 }

 .form-control{
  background: #dadada;
  border: 0;
  line-height:2.7;
  border-radius: 14px;
  padding-left:20px;
  font-size: 18px;
 }

 .btn-primary{
  background-color: #515b81;
  border-radius: 14px;
  font-size: 18px;
  padding: 10px 35px;
 }
 .btn-primary:hover{
  background-color: #000;
   
 }
 .modal-content{
 border-radius: 30px;
 }

 .write{
  cursor: pointer;
 }

@media (max-width: 1439px){
  .bg_parallax p {
 
    letter-spacing: 75px; 
    
     }
  }

  @media (max-width: 1279px){
    .bg_parallax p {
   
      letter-spacing:25px; 
      
       }
    }
  
@media (max-width: 767px){
  .bg_parallax p {
 
    letter-spacing: 2px; 
    
     }

     .bg_parallax  {
      background-position: center;
      background-image: url(../images/bg2.jpg);
 
     }

  }
