@import "../../css2-1.html";

* {
    box-sizing: border-box;
    font-size: 1rem;
    margin: 0;
    padding: 0
}

.anima {
    -webkit-animation: size_set 1s;
    animation: size_set 1s;
    position: relative
}

@-webkit-keyframes size_set {
    0% {
        top: -34px
    }
    to {
        top: 0
    }
}

@keyframes size_set {
    0% {
        top: -34px
    }
    to {
        top: 0
    }
}

.border_bottom {
    border-bottom: 3px solid #278893;
    position: relative;
    transition: .4s ease
}

.border_z {
    width: 0
}

.border_h {
    width: 100%
}

.image_width {
    border-radius: 8px;
    border-top: none;
    margin: auto;
    width: 75%
}

.fontf {
    font-family: "noto serif devanagari", serif
}

.fonts {
    line-height: 1.8rem
}

.showMoreReview {
    background-color: #625d5d;
    border: none;
    border-radius: 11px;
    color: #fff;
    outline: none;
    padding: 14px 0 9px;
    width: 100%
}

.blinkForm {
    -webkit-animation: fo 1.7s ease-in infinite alternate;
    animation: fo 1.7s ease-in infinite alternate;
    color: red
}

@-webkit-keyframes fo {
    0%, to {
        scale: 80%
    }
    50% {
        scale: 100%
    }
}

@keyframes fo {
    0%, to {
        scale: 80%
    }
    50% {
        scale: 100%
    }
}

.setCallNumber {
    color: #010101;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(5%, -81%);
    transform: translate(5%, -81%)
}

.img_clip {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 100%, 0 100%);
    clip-path: polygon(0 3%, 100% 3%, 100% 100%, 0 100%)
}

.content_data {
    background-color: #f0f0f0;
    border: 2px solid #d0d0d0;
    border-radius: 11px;
    font-weight: 700;
    margin: 7px 4px;
    padding: 9px 0;
    z-index: 10000
}

ul {
    margin-bottom: 0
}

body {
    background: #000;
    font-weight: 500;
    line-height: 1.5;
    min-width: 320px;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    width: 100%
}

.arrow-3 {
    -webkit-animation: k3 1s linear infinite alternate;
    animation: k3 1s linear infinite alternate;
    background: red;
    border-radius: 50%;
    color: #e1c231;
    font-size: 1.5rem
}

@-webkit-keyframes k3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes k3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.arrow-4 {
    -webkit-animation: k4 1s linear infinite alternate;
    animation: k4 1s linear infinite alternate;
    background: red;
    border-radius: 50%;
    color: #e1c231;
    font-size: 1.5rem
}

@-webkit-keyframes k4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@keyframes k4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.main {
    border-bottom: 2px solid red;
    border-top: 2px solid red;
    font-size: 1.2rem
}

.main, .mains {
    font-weight: 700;
    padding: .3rem 0;
    text-align: center
}

.mains {
    border-bottom: 1px solid #1c1616;
    border-top: 1px solid #131010;
    font-size: 1rem;
    margin: 1rem 0
}

.xxxx {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.input_main {
    border: none;
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 4px 8px
}

input:focus {
    outline: none
}

.tt {
    bottom: 0;
    transition: .7s ease-in
}

.tt, .xx {
    text-align: center;
    width: 100%
}

.xx {
    bottom: -20%;
    transition: .7s ease
}

.xy {
    position: relative
}

.xy span {
    border-right: 1px solid #2a2a2a;
    font-weight: 700;
    padding: .37rem .2rem;
    position: absolute;
    -webkit-transform: translate(-330%, 90%);
    transform: translate(-330%, 90%)
}

.cur_rev {
    background-color: #191919;
    border-radius: 6px;
    color: #fff;
    font-size: 1.3rem;
    padding-bottom: 9px;
    padding-top: 14px
}

.form_sss {
    background: #07d5ad;
    background: linear-gradient(0deg, #07d5ad, #14d9de);
    border-radius: 11px;
    color: #fff;
    font-family: sans-serif
}

.txt_sdw {
    color: red;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(79, 79, 79, .816)
}

.form_btn {
    background: #8d07d5;
    background: linear-gradient(90deg, #8d07d5, #115995);
    color: #fff
}

@media (max-width: 768px) {
    .image_width {
        width: 100%
    }
}