/* The animation code */
@keyframes example {
  0%   {transform: translate3d(0px, 0px, 0px) scale(1, 1);}
  25%  {transform: translate3d(0px, 0px, 0px) scale(1.05, 1.3);}
  50%  {transform: translate3d(0px, 0px, 0px) scale(1.07, 1.4);}
  100% {transform: translate3d(0px, 0px, 0px) scale(1, 1);}
}

/* The element to apply the animation to */
.bg-zoom {

    animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 15s;
    /* animation-direction: alternate-reverse; */
}
.vzlom-block{
    z-index: 105;
    position: relative;
    margin-top: 250px;
}
.input-block{
    margin-top: 20px;
    z-index: 105;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.vzl_btn{
    border: 1px solid #7cb908;
    outline: none;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    background-color: transparent;
    box-shadow: 0 3px 6px rgba(255,255,255,0.2);
    font-size: 18px;
    color: white;
}
.search{
    cursor: pointer;
}
.vzl_btn::placeholder{
    color: #7cb908;
}
.search-content{
    width: 700px; position: relative;
}
@media only screen and (max-width: 800px) {
    .search-content{
        width: 90%;
    }
    .header-discover-text{
        width: 90%;
    }

    .text-block{
        position: relative;
        max-width: 100%;
        display: flex;

    }
}
.dhide{
    display: none;
}
@media only screen and (max-width: 992px) {
    #navbarSupportedContent{
        background-color: #1e1c1c;
    }
    .dhide{
        display: flex
    }
}

.header-discover-text{
    text-align: center;
    width: 500px;
    font-size: 16px;
    color: white;
    margin-top: 20px;
}
.bg-white{
    background-color: white !important;
}
.bg-white:before {
    border-bottom-color: white !important;
}
.bg-white:after{
   border-top-color: white !important;
    
}

.bg-white i:before{
    border-bottom-color: white !important;
}

.bg-white i:after{
    border-bottom-color: white !important;
}
.fa-unlock{
    color: white !important;
    width: 0 !important;
    position: absolute !important;
    left: 15px !important;
}
.monthly_price_left {
    right: -70px;
}
.monthly_price_right {
    left: -70px;
}
.background1{
    background-image: url('../images/dark-abstract-1920X1080.jpeg');
}
.background2{
    background-image: url('../images/3d-abstract-red-and-black-background2.jpg');
}
.background3{
    background-image: url('../images/bg4.jpg');
}

.pr{
    position: relative;
}
.result-block{
    display: none;
    position: absolute;
    top:50px;
    width: 100%;
    background-color: #333;
    padding: 10px !important;
}
.data-block{
    display: none;
    position: absolute;
    top:50px;
    width: 100%;
    background-color: white;
    padding: 10px !important;
}
.br-5{
    border-radius: 5px;
}
.owl-carousel.owl-drag .owl-item>div{
    border-radius: 5px;
}
.form-control,.owl-prev,.owl-next{
    border-radius: 5px !important;
}
.soc-icon{
    cursor: pointer;
}
.result-block{
    background-color:#111110;
    flex-direction: column;
}
.textblock2_stars,.pers{
    color: #7cb908;
}
.d-fl{
    display: flex;
}
.w-mc{
    width: max-content;
}
.alias{
    color: #0a0d1d;
    font-weight: 600;
    font-size: 16px;
}
.vll{
    color: #7cb908;
    font-weight: 600;
    font-size: 16px;
}
.mt-20{
    margin-top: 20px;
}
.mt-50{
    margin-top: 50px;
}
.error-color{
    color: #a52323;
    font-weight: 600;
}
.vzlonm-item{
    border: 1px solid #7cb908;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    box-sizing: 0 3px 6px rgba(0,0,0,0.16);
    margin-bottom: 10px;
    
}
.w-100{
    width: 100%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}
.w-30{
    width: 30%;
}
.w-70{
    width: 70%;
}
.c-gray{
    color:#232121;
}
.c-green{
    color:#7cb908;
}
.fw-600{
    font-weight: 600;
}
.c-red{
    color: #cb2525;
}
.confirm{
    margin-left: 20px;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background-color: #7cb908;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.unconfirm{
    margin-left: 20px;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background-color: #cb2525;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

.ai-c{
    align-items: center;
}