* {
    margin: 0;
    padding: 0;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


body {
    margin: 0;
    padding: 0;
    background: url(../images/background_texture.jpg);
    font-family: "Poppins", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.active {
    color: #EA1D3C !important;
}

.logo a img {
    width: 100px;
    height: 100%;
    object-fit: contain;
    clip-path: inset(0 0 40% 0);
    transition: clip-path 0.3s ease-in-out;
}

.logo a:hover img {
    clip-path: inset(0 0 0 0);
}

.home_header_section{
    padding: 50px 0 0px 0!important;
    background-color: #fff;
}

/* .container_padding{
    padding: 2px;
} */

.header_section {
    padding: 50px 0 20px 0;
}

.header_section .navigation {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header_section .navigation .menu {
    display: flex;
    align-items: center;
}

.header_section .navigation .menu a {
    color: #000;
    text-transform: uppercase;
    margin: 0 30px;
    font-weight: 500;
}

.header_section .navigation .menu a:hover {
    color: #EA1D3C;
}

.social_icons i {
    background-color: #000;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    text-align: center;
}

.social_icons a {
    margin: 0 6px !important;
}

.social_icons i:hover {
    background-color: #EA1D3C;
}

.video_section{
    background-color: #fff;
}

.banner_video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_video video {
    width: 900px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.banner_video img {
    width: 1000px;
    margin: 0 auto;
    display: block;
    object-fit: none;
}

/*when add video uncomment this code*/

.banner_video .overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

/*when add video uncomment this code*/

.banner_points ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.banner_points ul li {
    display: flex;
    align-items: baseline;
    margin: 0 10px;
}

.banner_points ul li img {
    margin: 0 10px;
}

.banner_points p {
    font-weight: 600;
}

.sub_title {
    color: #EA1D3C !important;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0 !important;
}

.title {
    color: #1D1D1D;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.welcome_section {
    padding: 80px 0;
}

.welcome_section p {
    text-align: center;
    color: #00000090;
    line-height: 30px;
    width: 72%;
    margin: 0 auto;
    margin-top: 20px;
}

.services_section {
    padding-bottom: 140px;
}

.services_section p {
    font-weight: 500;
    margin-top: 10px;
    font-size: 20px;
    margin-left: 20px;
}

.services_section .services {
    margin-top: 60px;
}

.services_section .services img {
    object-fit: cover;
}

.latest_projects {
    padding: 100px 0;
    background-color: #000;
}

.latest_projects .title {
    color: #fff;
}

.latest_projects .home-demo {
    margin-top: 50px;
}

.project_button_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.project_button_div img {
    width: 35px;
    transition: transform 0.2s ease-in-out;
}

.project_button_div:hover img {
    transform: scale(0.7);
}


.project_button_div a {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}

.gallery .item::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0;
    background:
        url(../images/butterfly_plus.svg) no-repeat center center,
        linear-gradient(to bottom, #ff000078, black);
    background-size: 80px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery .item::after {
    content: attr(data-caption);
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3sease-in-out;
    font-weight: 500;
}

.gallery .item:hover::before,
.gallery .item:hover::after {
    opacity: 1;
}

.about_section {
    padding: 100px 0 80px 0;
}

.about_content {
    margin-top: 30px;
}

.about_section .about_content p {
    color: #00000090;
    padding: 0 50px;
    line-height: 30px;
}

.red_image {
    position: relative;
}

@keyframes popup {

    0%,
    50% {
        transform: translate(-50%, -50%) scale(1);
    }

    51% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.white_butterfly {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 216px;
    height: auto;
    z-index: 10;
    animation: popup 2s infinite steps(1);
}

.footer_section {
    padding: 80px 0 40px 0;
}

.footer_logo img {
    width: 90px;
    margin: 0 auto;
    display: block;
}

.footer_section p {
    color: #00000090;
    line-height: 24px;
}

.footer_section a {
    color: #00000090;
    line-height: 24px;
}

.footer_section address {
    color: #00000090;
    line-height: 24px;
}

.gallery .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery .item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.desktop_none {
    display: none;
}

.mobile_none {
    display: block;
}

.work_section {
    padding-top: 50px;
}

.work_content {
    margin-top: 60px;
}

.margin_top {
    margin-top: 24px;
}

.gallery .work_img::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0;
    background:
        url(../images/butterfly_plus.svg) no-repeat center center,
        linear-gradient(to bottom, #ff000078, black);
    background-size: 80px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery .work_img::after {
    content: attr(data-caption);
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3sease-in-out;
    font-weight: 500;
}

.gallery .work_img:hover::before,
.gallery .work_img:hover::after {
    opacity: 1;
}

.gallery .work_img {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery .work_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.work_button_div {
    display: flex;
    align-items: center;
    margin-top: -46px;
}

.work_button_div img {
    width: 24px;
    transition: transform 0.2s ease-in-out;
}

.work_button_div:hover img {
    transform: scale(0.7);
}


.work_button_div a {
    color: #000;
    font-weight: 600;
    margin-left: 10px;
}

.latest_projects {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #000;
    padding: 100px 0;
}

.latest_projects .carousel-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap; 
}

.latest_projects .owl-carousel {
    display: flex;
    flex-wrap: nowrap;
    width: max-content; 
}

.latest_projects .owl-stage {
    display: flex;
    width: max-content; 
    animation: scroll 40s linear infinite; 
}

.latest_projects .owl-item {
    flex: 0 0 auto;
    width: auto;
    margin-right: 10px;
}

@keyframes scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0); 
    }
}


.padding_left_zero {
    padding-left: 0;
}

.padding_right_zero {
    padding-right: 0;
}

.menu-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
}

.menu-popup.show {
    opacity: 1;
    visibility: visible;
}


.menu-content {
    background: #EA1D3C;
    padding: 20px;
    width: 100%;
    position: relative;
    color: #fff;
    height: 100%;
    z-index: 9 !important;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.nav-link {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}

.nav_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div_center {
    display: flex;
    justify-content: center;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.float:hover{
    background-color: #EA1D3C;
}

.float img {
    transform: rotate(270deg);
    width: 24px;
    object-fit: contain;
}

.gradient_background{
    background-image: linear-gradient(#fff, #ffffff26);
}