.or-line::after,
.or-line::before {
    content: "";
    border-left: 1px solid #1e1e1e;
    height: calc(50% - 5.85em);
    left: 50%;
    margin-left: 0;
    position: absolute
}

.swiper {
    width: 100%
}

.swiper-slide {
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins, sans-serif
}

.swiper-slide img {
    border-radius: 25px;
    border: 1px solid #fff;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in {
    width: 24%
}

.header__logo img {
    margin-top: 12px
}

.bu {
    margin-left: -37px;
    margin-top: 5px
}

.S {
    margin-left: 12PX
}

button {
    font-size: 12px !important;
    padding: .5em 2em;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    background: #1e90ff;
    color: #fff;
    border-radius: 4px
}

button:hover {
    background: #020024;
    background: linear-gradient(90deg, #1e90ff 0, #00d4ff 100%)
}

button:active {
    transform: translate(0, .2em)
}

.marqueee span {
    color: #fff;
    text-align: center;
    font-weight: 400
}

.marqueee {
    width: 100%;
    background-color: transparent;
    padding: 5px;
    margin: 10px 0
}

#contact-us {
    height: 500px;
    width: 100%;
    background-image: url(img/bg5.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px 15px
}

.footer-up {
    margin-top: 0
}

.contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative
}

.app-contact,
.app-link {
    background-color: #1e1e1e;
    width: 40%;
    margin: 10px;
    padding: 40px;
    box-shadow: 10px 10px 10px #000;
    border: 1px solid #1b1919;
    border-radius: 5px
}

.app-link1,
.app-link2,
.app-link3 {
    margin: 20px 0
}

.or-line {
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.or-line::before {
    bottom: 55%
}

.or-line::after {
    bottom: 0;
    top: 55%
}

.app-link1 {
    background-color: transparent;
    background: #0088cce6;
    text-align: center;
    border-radius: 6px 6px 0 0
}

.app-link2 {
    justify-content: space-evenly
}

.app-link2-left,
.app-link2-right {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40%
}

.app-link2-left i,
.app-link2-right i {
    font-size: 25px;
    border: 1px solid #969696;
    padding: 5px 9px;
    margin: 5px;
    background-color: transparent;
    background: #0088cce6;
    border-radius: 8px
}

.cont-btn a,
input {
    display: block;
    padding: 10px
}

.app-link3 .link-logo {
    width: 92%;
    padding: 5px;
    margin: 10px auto;
    background: #47c756;
    text-align: center;
    border-radius: 41px;
    animation: .8s infinite blinks;
    border: 2px solid #fff;
    position: relative
}

@keyframes blinks {
    0% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

.app-link3 .link-logo img {
    width: 39px;
    height: 39px;
    position: absolute;
    left: -1%;
    top: -5%
}

.app-contact {
    background-color: rgba(0, 0, 0, .75);
    border: 1px solid #fff
}

.app-contact .contact-head {
    background-color: transparent;
    background: #0088cce6;
    text-align: center;
    border-radius: 3px
}

input {
    border: none;
    color: #fff;
    width: 100%;
    margin: 15px 0;
    background: 0 0;
    border-bottom: 1px solid #fff
}

input:focus {
    outline: goldenrod solid 2px;
    border: none
}

.cont-btn a {
    text-align: center;
    background-color: rgba(255, 255, 255, .12);
    border-radius: 25px
}

@media (max-width:700px) {

    .w-2,
    .w-8 {
        width: 100% !important
    }

    #contact-us {
        height: 100%
    }

    .contact-us {
        flex-direction: column
    }

    .app-contact,
    .app-link {
        width: 95%;
        padding: 10px
    }

    .app-link2-left,
    .app-link2-right {
        width: 52%
    }

    .or-line::before {
        height: calc(44% - 5.85em);
        left: 27%;
        bottom: 34.5%;
        transform: rotate(90deg)
    }

    .or-line::after {
        top: 36.2%;
        height: calc(45% - 6.85em);
        left: 72%;
        bottom: 35.5%;
        transform: rotate(90deg)
    }
}

@media (max-width:500px) {
    .or-line::after {
        top: 36.2%;
        height: calc(44% - 5.85em)
    }
}

.link-logo a {
    font-size: 24px
}