html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.hedr6part {
    
    font-family: "Monument Extended";
    text-transform: uppercase;
    font-size: 100px;
    z-index: -1;
    text-align: center;
}

.cntact54hed {
    width: 100%;
    height: 100vh;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../php/images/top-stepper1.jpg') no-repeat;
    animation: cubic-bezier(0.97, 0.01, 0.36, 0.99) 2.8s;
    animation-fill-mode: forwards;
    background-position: center;
        background-size: cover;
}

.te2xt_wrp {
    color: white;
    position: absolute;
}

.text {
    font-family: "Monument Extended";
    font-weight: lighter;
    font-size: 54px;
}

.text-1,
.text-3,
.text-4,
.text-8,
.text-9,
.text-11 {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #ffffff;
}


.text-5,
.text-6,
.text-7,
.text-10 {
	color: #e4ff00;
}

@keyframes blink {
    0% {
        opacity: 0%;
    }
    1% {
        opacity: 100%;
    }
    99% {
        opacity: 100%;
    }
    100% {
        opacity: 0;
    }
}



.text-2 {
    animation: blink 0.8s infinite 0.8s, blink 0.8s infinite 2.1s;
    opacity: 0;
}

.text-3 {
    animation: blink 0.8s infinite 0.7s, blink 0.8s infinite 2.2s;
    opacity: 0;
}

.text-4 {
    animation: blink 0.8s infinite 0.6s, blink 0.8s infinite 2.3s;
    opacity: 0;
}

.text-5 {
    animation: blink 0.8s infinite 0.5s, blink 0.8s infinite 2.4s;
    opacity: 0;
}

.text-6 {
    animation: blink 0.8s infinite 0.4s, blink 0.8s infinite 2.5s, slide-out 1s infinite 3.2s;
    opacity: 0;
}

.text-7 {
    animation: blink 0.8s infinite 0.5s, blink 0.8s infinite 2.4s;
    opacity: 0;
}

.text-8 {
    animation: blink 0.8s infinite 0.6s, blink 0.8s infinite 2.3s;
    opacity: 0;
}

.text-9 {
    animation: blink 0.8s infinite 0.7s, blink 0.8s infinite 2.2s;
    opacity: 0;
}

.text-10 {
    animation: blink 0.8s infinite 0.8s, blink 0.8s infinite 2.1s;
    opacity: 0;
}

.text-11 {
    animation: blink 0.8s infinite 0.9s, blink 0.8s infinite 2s;
    opacity: 0;
}

@keyframes slide-out {
    0% {
        opacity: 0%;
    }
    1% {
        opacity: 100%;
    }

    19% {
        opacity: 100%;
    }
    20% {
        opacity: 0%;
    }

    39% {
        opacity: 0%;
    }
    40% {
        opacity: 100%;
    }

    59% {
        opacity: 100%;
    }
    60% {
        opacity: 0%;
    }

    79% {
        opacity: 0%;
    }
    80% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}

@keyframes slide-out-container {
    0% {
        height: 100vh;
    }

    40% {
        height: 100vh;
    }

    100% {
        height: 0%;
    }
}

@media (max-width: 990px) {
    .hedr6part {
        font-size: 24px;
    }

    .text {
        font-size: 24px;
    }
    .cntact54hed {
    height: 50vh;}
}

@media (max-width: 500px){
    .col-6{
        width: 100% !important;
    }
}


.margin-box{
    margin: 60px 0;
}
.heding-zag{
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-zone {
  font-size: 20px;
  font-weight: normal;
  text-shadow: 1px 1px white,
               1px 1px #777;
  color: #333;
  transition: all 1s;
  }
.text-zone:hover {
    text-shadow: 1px 1px white,
                 1px 1px tomato;
    color: #e91e63;
    }
.tit7le-txt {
  background: #ff81009c repeating-linear-gradient(90deg,
    rgba(255,255,255,.01), rgba(255,255,255,.01) 5px,
    rgba(255,255,255,0) 5px, rgba(255,255,255,0) 10px);
  font-family: Georgia;
  font-size: 20px;
  font-weight: normal;
  text-shadow: -1px -1px #000,
               0 1px 0 #444;
  color: #ff0000;
  transition: all 1s;
  }
.tit7le-txt:hover {
    color: #1A1A1A;
    }
.pri9ce {
 background: #ff81009c repeating-linear-gradient(90deg,
    rgba(255,255,255,.01), rgba(255,255,255,.01) 5px,
    rgba(255,255,255,0) 5px, rgba(255,255,255,0) 10px);
  font-family: Georgia;   
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  transition: all 1s;
  }
.pri9ce:hover {
    color: #8653ea;
    }
.box-prei8m{
    padding: 15px;
}

.height-img-s{
    max-height: 530px;
    max-width: 530px;
}
.modall6it{
    display: flex;
    align-items: center;
    justify-content: center;
}


.stl99cookis {
   display: block;
    background-color: #f9f3c8;
    position: fixed;
    z-index: 185;
    text-align: center;
    padding: 15px;
    right: 0;
    border-radius: 31px;
    border: 3px solid #ceffce;
    color: #5d1eff;
    width: 35%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
  }
.btn-primary {
  display: inline-block;
  padding: 13px 35px;
  border-radius: 50px;
  background-color: #4caf50 !important;
  border: 2px solid #4caf50;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  color: #fff;
}

@media only screen and (max-width: 767px) {
.stl99cookis{
  width: 55%;
}
}

@media only screen and (max-width: 460px) {
.stl99cookis{
  width: 65%;
}
}

@media only screen and (max-width: 400px) {
.stl99cookis{
  width: 70%;
}
}

.copyri42gh a {
  color: #4B3049;

}