/* @import url("https://fonts.googleapis.com/css2?family=Asap:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
body,
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 14px;
    font-weight: 400;
    /* font-family: "Asap", sans-serif; */
    /* font-family: "Hanken Grotesk", sans-serif; */
    font-family: "Overlock", cursive;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
}

.video-sections {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.video-sections .videobox {
    width: 28%;
}

.video-sections .videobox video {
    width: 100%;
    height: 102vh;
}

.video-sections .content {
    width: 46%;
    padding: 25px 50px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../img/background/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.video-sections .content .logoshow {
    text-align: center;
}

.video-sections .content .logoshow img {
    height: 15vh;
    width: auto;
}

.video-sections .content .social {
    margin-top: 50px;
}

.video-sections .content .social ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.video-sections .content .social ul li {
    margin: 0 7px;
}

.video-sections .content .social ul li a {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #000;
    transition: all 0.5s;
}

.video-sections .content .social ul li a i.fa.fa-phone {
    transform: rotate(90deg);
    font-size: 16px;
}

.video-sections .content .social ul li a:hover {
    background-color: transparent;
    color: #000;
}

.video-sections .content .cuiagcas {
    margin-top: 50px;
    text-align: center;
}

.video-sections .content .cuiagcas h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.video-sections .content .cuiagcas p {
    font-size: 18px;
}