.hero {
    height: 220px;
    position: relative;
    width: 100vw;
    background-image: url("../img/Untitled-3.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.hero video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.about-us {
    height: 100%;
    position: relative;
    background-color: #353535;
    overflow: hidden;
}

.us img {
    margin-bottom: 1rem;
    height: 300px !important;
    display: none;
}

.about-us .bg {
  height: 70vh;
  position: relative;
}

.about-us .bg2 {
  position: relative;
  bottom: 3rem;
  overflow: hidden;
  height: 120%;
}

.about-us .bg1 {
  position: relative;
  top: 0rem;
  width: 120%;
  overflow: hidden;
}

.about-us .bg img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.about {
    height: 100vh;
    position: relative;
    background-color: #353535;
}

.about-us h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.about-us p {
    font-size: 16px;
    color: #FFF;
    width: 100%;
    margin-bottom: 2rem;
}

.red1 {
    background-color: #ED2939;
    width: 80px;
    height: 320px;
    position: absolute;
    left: 54vw;
    top: 4.61rem;
}

.red2 {
    background-color: #ED2939;
    width: 73px;
    height: 320px;
    position: absolute;
    right: 21.5vw;
    top: 11.61rem;
}

.us {
    /*position: absolute;*/
    bottom: 4rem;
    left: 2.5rem;
    z-index: 9;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding: 5rem;
}

.us a {
    background-color: #000;
    font-size: 14px;
    padding: .2rem 1rem;
    border-radius: 4px;
    color: #FFF;
    width: 140px;
    text-wrap: nowrap;
    opacity: 0.5;
}

.us a:hover {
    opacity: 1;
    transition: all .5s;
    background-color: #ED2939;
}

.img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 55vw;
    height: 500px;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
}

.img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 450px;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    transform: scaleX(-1);
}

.solgan {
    background-image: url("../img/girl-pic-02.webp");
    background-attachment: fixed;
    width: 100vw;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solgan h1 {
    font-size: 45px;
    color: #FFF;
    position: relative;
    z-index: 1;
}

.solgan h1:before {
    border-top: 0.5rem solid #ED2939;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

.media-center {
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.card {
    border: none;
    padding: 0;
}

.card-body {
    padding: 0;
}

.card-body img {
    width: 500px;
    height: 400px;
    border-radius: 9px;
    background-size: cover;
    background-position: center;
}

.card-footer {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.see .btn a.button {
    display: flex !important;
    white-space: nowrap;
}

.logoMarqueeSection {
    padding-top: 15px;
    padding-bottom: 15px;
}

#logoMarqueeSection {
  max-width: 1920px!important;
  margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    /* padding-left: 5rem;
    padding-right: 5rem; */
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

.marqueelogo {
    height: 75px;
    width: 75px;
}

div.marquee>span>img {
    opacity: .5;
    transition: ease-in-out .3s;
}

div.marquee>span>img:hover {
    opacity: 1;
    transition: ease-in-out .3s;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  flex;
  white-space: nowrap;
}

.marquee {
    display:  flex;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  flex;
    white-space: nowrap;
    padding-right: 2.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.demo-wrapper {
  overflow: hidden;
}

.wrapper {
  display: flex;
}

.project {
    /*height: 100vh;*/
    background-image: url("../img/Untitled-7.webp");
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    background-size: cover;
    padding: 20vh 0;
}

.project .pro {
    /*height: 80vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-color: #0f0f0f91;
    border-radius: 16px;
    padding: 2rem;
    width: 50%;
}

.project .pro img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project .pro h2 {
    font-size: 36px;
    font-weight: bold;
    color: #e74c3c;
    text-transform: capitalize;
}

.project .pro p {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 1rem;
    /*text-transform: lowercase;*/
}

.media {
    height: 100%;
    padding: 3rem 0rem;
}

.media h2 {
    font-size: 36px;
    font-weight: normal;
    color: #000;
}

.card {
    border-radius: 0;
    transition: all .3s;
    margin-bottom: 2rem;
    border-radius: 6px;
    /* box-shadow: 5px 5px 50px #6E6E6E; */
}

.card-body {
    padding: 1rem;
}

.card:hover {
    box-shadow: 4px 15px 19px #6e6e6e6c;
    transition: all .3s;
}

.card img {
    width: 100%;
    height: 250px;
    background-size: cover;
    /* border-radius: 12px 12px 0 0px; */
    object-fit: cover;
}

.media .card p {
    font-size: 14px;
    color: #000;
    text-align: right;
}

.media .card h5 {
    font-size: 16px;
    font-weight: bold;
    color: #ED2939;
    margin-top: 1.5rem;
    text-align: right;
    width: 100%;
}

.card h5 span {
    font-size: 14px;
    color: #b3b3b3;
}

.media .card h3 {
    font-size: 16px;
    font-weight: bold;
    color: #ED2939;
    margin-top: 1.5rem;
    text-align: right;
    width: 100%;
}

.card h3 span {
    font-size: 14px;
    color: #b3b3b3;
}


.media .card a {
    font-size: 14px;
    color: #ED2939;
    transition: all .3s;
    text-align: center;
}

.read a {
    text-decoration: none;
    font-size: 18px;
    color: #ED2939;
    border: 1px solid #ED2939;
    padding: 0.5rem 2rem;
    border-radius: 6px;
    transition: all .3s;
}

.read a:hover {
    text-decoration-line: line-through;
    transition: all .3s;
    background-color: #ED2939;
    color: #FFF;
}

.logo-text {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin: 0;
}

.text {
    position: relative;
}

.text span {
    font-size: 18px;
    position: relative;
    top: 2.4rem;
    right: 4.4rem;
    font-weight: bold;
    color: #ED2939;
}


.header .hero {
    display: none;
        transition: all .5s;
}

.header-parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
        transition: all .5s;
}

.header-parallax::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /*z-index: 10;*/
}

.header-parallax img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .El__wrapper {
        width: 3750px;
    }
}

@media (max-width: 768px) {
    .about-us p {
        width: 100%;
    }

    .solgan {
        background-attachment: unset;
    }

    .us img {
        margin-bottom: 1rem;
        height: 300px !important;
        display: block;
    }

    .project {
        height: 100%;
        padding: 1rem;
    }

    .project .pro {
        height: 100%;
    }

    .pro img {
        margin-bottom: 5rem;
    }

    .solgan h1 {
        font-size: 22px;
    }

    .solgan h1:before {
        border-top: 0.5rem solid #ED2939;
    }

    .media h2 {
        font-size: 22px;
    }

    .bg1 {
        display: none;
    }

    .bg2 {
        display: none;
    }

    .about-us {
        height: 100% !important;
    }

    .about-us .bg {
        height: 100% !important;
    }

    .about-us .us {
        position: unset;
        padding: 1.5rem;
        /* margin-top: 5rem; */
    }

    .header .hero {
        display: block;
        transition: all .5s;
    }

    .header-parallax {
        display: none;
        transition: all .5s;
    }

    .project .pro img {
        width: 250px;
    }

}
