@font-face {font-family: "BF Portik W00 Regular";
    src: url("../fonts/portik/9cda674686dfe8e3e8ed5ac5dd8b98f2.eot"); /* IE9*/
    src: url("../fonts/portik/9cda674686dfe8e3e8ed5ac5dd8b98f2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/portik/9cda674686dfe8e3e8ed5ac5dd8b98f2.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/portik/9cda674686dfe8e3e8ed5ac5dd8b98f2.woff") format("woff"), /* chrome、firefox */
    url("../fonts/portik/9cda674686dfe8e3e8ed5ac5dd8b98f2.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/portik/9cda674686dfe8e3e8ed5ac5dd8b98f2.svg#BF Portik W00 Regular") format("svg"); /* iOS 4.1- */
  }

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    background-color: #fff;
}

.waves{
    margin-top: -38%;
}

svg path{
    animation: pathAnim 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

svg path:nth-child(2){
    animation-delay: 1s;
}
svg path:nth-child(3){
    animation-delay: 3s;
}
svg path:nth-child(4){
    animation-play-state: paused;
}

@keyframes pathAnim {
    0%{
        d: path("M0,192 C220,100,440,100,660,192 C880,290,1100,290,1320,192 L1320 500 L0 500")
    }

    25%{
        d: path("M0,100 C220,100,440,292,660,292 C880,292,1100,100,1320,100 L1320 500 L0 500")
    }

    50%{
        d: path("M0,192 C220,290,440,290,660,192 C880,100,1100,100,1320,192 L1320 500 L0 500")
    }

    75%{
        d: path("M0,292 C220,292,440,100,660,100 C880,100,1100,292,1320,292 L1320 500 L0 500")
    }

    100%{
        d: path("M0,192 C220,100,440,100,660,192 C880,290,1100,290,1320,192 L1320 500 L0 500")
    }
}

h1, h2, h3, h4, h5 {
    font-family:"BF Portik W00 Regular" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.row {
    --bs-gutter-x: 0rem!important;
}

img{
    max-width: 10%;
    justify-content: center;
}

.form-holder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 100vh;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.form-content .form-items {
    border: 3px solid #000;
    background-color: #fff;
    padding: 40px;
    display: inline-block;
    width: 100%;
    min-width: 10%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow:0 0 20px #555;
}

.form-content h3 {
    color: #000;
    text-align: left;
    font-size: 28px;
    margin-bottom: 5px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #000;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}


.form-content label, .was-validated .form-check-input:invalid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
    color: #000;
}

.form-content input[type=text], .form-content input[type=file], .form-content input[type=number], .form-content input[type=email], .form-content select {
    font-family:"BF Portik W00 Regular" !important;
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 2px solid #000;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
    
}

.form-content input::placeholder, select {
    font-family:"BF Portik W00 Regular" !important;
    text-transform: uppercase;
    color: #aaa;
  }


.btn-primary{
    font-family:"BF Portik W00 Regular" !important;
    font-size: 25px;
    text-transform: uppercase;
    background-color: #fff;
    outline: none;
    border:  2px solid #000 !important;
    box-shadow: none;
    color: #000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #000;
    outline: none !important;
    border:  2px solid #000 !important;
    box-shadow: none;
    color: #fff;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.mv-up{
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback{
    color: #ff606e;
}

.valid-feedback{
   color: #2acc80;
}

.footer {
    font-family:"BF Portik W00 Regular" !important;
    width: 100%;
    background-color: #2e83b0;
}

.footer a:link, a:visited, a:active {
    color: #fff;
}

.footer a:hover {
    color: #6a4e3e;
    font-weight: 700;
}

#codesend{display: none;}
#mess{font-size: 1.5em;font-weight: 700;background-color: #FBC4C4;}