/* Try us once and you'll work with for life. */

.cons::before {
    position: absolute;
    content: "Try us once and you'll work with for life.";
    width: 70%;
    height: auto;
    overflow: hidden;
    word-spacing: 3px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: black;
    padding: 10px 25px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: "League Spartan", sans-serif;
    left: 50%;
    font-size: 2.5rem;
    transform: translate(-50%, -110%);
}

.cons {
    width: 100%;
    height: 100%;
    margin: 80px auto;
    /* border: 2px solid black; */
    position: relative;
    /* height: auto; */
}

video {
    width: 40vw;
    border: none;
    outline: none;
    /* border: none; */
}

.cg1 {
    perspective: 1000px;
}

.cons::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #e6e7e8;
    position: absolute;
    top: 0;
    z-index: -2;
}

.ls1 {
    transition: all 1.7s ease-in-out;
    /* opacity: 0; */
    width: 25%;
}

.adds {
    transform: scale(1.2, 1.2);
}

.ls1 {
    transition: all 2s;
}

/* .ls1:hover{
    transform: scale(1.1,1.1) rotate(360deg);
    filter: drop-shadow(0px 0px 20px white);
  } */

.hr1 {
    width: 40%;
    height: 7px;
    border: 5px solid white;
    /* border-image: linear-gradient(180deg, white, black) 1;  */
    transform: translate(0px, -4px);
    margin: 0px auto 0px auto;
}

.c1s {
    /* background-color: #990000; */
    background-color: black;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
    padding: 5px;
}

.c1,
.c2,
.c3 {
    transition: all 1s;
    box-shadow: 0px 0px 6px #cccccc, 0px 0px 5px #cccccc;
    /* box-shadow: 5px 5px 6px #cccccc, 0px 0px 5px #cccccc ,  0px 0px 5px #cccccc ,  0px 0px 5px #cccccc; */
    background-color: white;
    /* max-width: 300px;
  min-width: 300px;  */
    max-width: 17vw;
    min-width: 17vw;
    margin: 0px 20px;
}

.c1 p,
.c2 p,
.c3 p {
    margin-top: 2%;
}

.foots {
    width: 90%;
    margin: 40px auto 0px auto;
}

.hrs {
    width: 15%;
    border-radius: 5px;
    color: black;
    border: 1px solid black;
    background-color: black;
    margin: 0px auto;
    opacity: 1;
}

.gotop {
    position: fixed;
    width: auto;
    left: 2%;
    bottom: 5px;
    height: auto;
    /* font-size: 3rem; */
    padding: 25px 15px;
    border: none;
    outline: none;
    z-index: 1;
    cursor: pointer;
    background-color: #990000;
    color: white;
    border-radius: 100%;
    transition: all 0.5s;
    cursor: pointer;
}

.gotop:hover {
    transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1630px) {
    .cons::before {
        height: auto;
        width: 70%;
        transform: translate(-50%, -120%);
        font-size: 2rem;
    }
    .c1,
    .c2,
    .c3 {
        height: auto;
    }
}

@media screen and (max-width: 1400px) {
    .c1,
    .c2,
    .c3 {
        max-width: 25vw;
        min-width: 25vw;
    }
}

@media screen and (max-width: 1100px) {
    .cons::before {
        height: auto;
        width: 70%;
        transform: translate(-50%, -130%);
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1000px) {
    .cons::before {
        height: auto;
        width: 70%;
        transform: translate(-50%, -150%);
        font-size: 1.3rem;
    }
    .c1,
    .c2,
    .c3 {
        margin: 0px 10px;
    }
    .c1 p,
    .c2 p,
    .c3 p {
        font-size: 15px;
    }
    .h4s {
        font-size: 20px;
    }
    video {
        width: 100%;
        height: auto;
    }
    .gps {
        font-size: 15px;
    }
    .gotop {
        padding: 20px 10px;
    }
    .c1,
    .c2,
    .c3 {
        height: auto;
    }
}

@media screen and (max-width: 770px) {
    .c1 p,
    .c2 p,
    .c3 p {
        font-size: 12px;
    }
    .cons::before {
        height: auto;
        width: 70%;
        transform: translate(-50%, -150%);
        font-size: 1rem;
    }
    .c1,
    .c2,
    .c3 {
        max-width: 30vw;
        min-width: 30vw;
        margin: 0px 5px;
    }
    .h4s {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .cons::before {
        width: 80%;
        font-size: 1rem;
        transform: translate(-50%, -160%);
    }
}

@media screen and (max-width: 600px) {
    .cons::before {
        /* padding: 5px 10px; */
        width: 80%;
        font-size: 0.9rem;
        transform: translate(-50%, -160%);
    }
    .navs {
        height: auto;
    }
    .c1,
    .c2,
    .c3 {
        height: auto;
    }
    .ls1 {
        width: 40%;
    }
}

@media screen and (max-width: 1430px) {
    .c1,
    .c2,
    .c3 {
        height: auto;
    }
}

@media screen and (max-width: 510px) {
    .cons::before {
        /* padding: 5px 10px; */
        transform: translate(-50%, -130%);
    }
}