/* === Banner start === */
.banner_img_wrap {
    width: 100%;
    height: 100%;
}

.banner_img_wrap img {
    width: 100%;
    height: auto;
}

.home_banner_slider .arrow__wrap {
    position: absolute;
    left: min(max(3.75rem, 5.938vw), 7.125rem);
    bottom: min(max(3.5rem, 5.625vw), 6.75rem);
}

.home_banner_slider .arrow__wrap {
    z-index: 1;
    column-gap: min(max(0.75rem, 0.781vw), 0.9375rem);
}

.banner_video_inner video {
    width: 100%;
    height: min(max(32.8125rem, 54.479vw), 65.375rem);
}

.banner_content_wrap {
    width: 100%;
    max-width: min(max(35rem, 57.917vw), 69.5rem);
    position: absolute;
    top: min(max(6.5625rem, 10.677vw), 12.8125rem);
    left: min(max(4.0625rem, 6.458vw), 7.75rem);
}

.banner_img_wrap {
    position: relative;
}

.banner_img_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
}

.banner_video_inner {
    position: relative;
}

.banner_video_content {
    position: absolute;
    bottom: min(max(3.5rem, 5.625vw), 6.75rem);
    right: min(max(3.625rem, 5.885vw), 7.0625rem);
}

.banner_empty_line {
    width: 100%;
    max-width: min(max(3.5rem, 5.625vw), 6.75rem);
    height: 1px;
    background: var(--theme-red);
}

.banner_event_conetent {
    display: flex;
    align-items: center;
    column-gap: min(max(0.875rem, 1.042vw), 1.25rem);
}

.banner_video_conetnt_wrap {
    width: 100%;
    max-width: min(max(15rem, 24.323vw), 29.1875rem);
}
/* === Banner end === */


/* === About us start === */
.about_us__section {
    overflow: hidden;
}

.about_us_wrapper .content__area {
    margin-top: min(max(1.5625rem, 2.083vw), 2.5rem);
}

.about_us_wrapper .content__area .btn__wrap {
    margin-top: min(max(1.875rem, 2.5vw), 3rem);
}

.btn__wrap .primary_btn {
    color: var(--theme-white);
    background: var(--theme-gradient);
}

.counter__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: min(max(2.1875rem, 3.125vw), 3.75rem);
    overflow: hidden;
    width: 100%;
    max-width: min(max(19.375rem 31.667vw), 38rem);
}

.counter_num {
    line-height: 1.13;
    letter-spacing: -1.52px;
    color: var(--theme-gray);
}

.counter_container .content_wrap {
    color: var(--theme-black);
}

.counter_container {
    width: 100%;
    max-width: min(max(5rem, 7.813vw), 9.375rem);
}

.line-seprator {
    width: 1px;
    height: min(max(5rem, 8.229vw), 9.875rem);
    background: linear-gradient(360deg, rgba(205, 35, 39, 0.00) 0%, #CD2327 48.56%, rgba(205, 35, 39, 0.00) 100%);
}

.about_img_wrapper .img__wrap {
    width: 100%;
    padding: 0px min(max(1.5625rem, 2.083vw), 2.5rem);
    position: relative;
    z-index: 1;
}

.about_img_wrapper .img__wrap img {
    width: 100%;
}

.border_shape {
    position: absolute;
    right: 0px;
    bottom: clamp(-20px, -2vw, -33px);
    width: 100%;
    max-width: min(max(8.125rem, 13.333vw), 16rem);
    min-height: min(max(17.8125rem, 28.542vw), 34.25rem);
    border: 2px solid var(--theme-red);
    z-index: -1;
}

.about_us_bg_gradient {
    width: min(max(24.375rem, 40.156vw), 48.1875rem);
    height: min(max(24.375rem, 40.156vw), 48.1875rem);
    border-radius: min(max(24.375rem, 40.156vw), 48.1875rem);
    opacity: 0.5;
    background: rgba(35, 58, 205, 0.25);
    filter: blur(190px);
    position: absolute;
    bottom: clamp(-5rem, -10vw, -10.125rem);
    left: clamp(-7.5rem, -20vw, -20.875rem);
}

.about_us_bg_img {
    width: 100%;
    max-width: min(max(24.375rem, 40.104vw), 48.125rem);
    position: absolute;
    top: min(max(4.6875rem, 7.292vw), 8.75rem);
    right: 0px;
}

.about_us_bg_img img {
    width: 100%;
}
/* === About us end === */


/* === Services start === */
.services__section .section__header .sm_heading_tag {
    color: rgba(255, 255, 255, 0.70);
}

.services_inner {
    gap: min(max(3.75rem, 5.625vw), 6.75rem);
    margin-top: min(max(4.375rem, 6.25vw), 7.5rem);
}

.service_left {
    width: 100%;
    max-width: min(max(9.375rem, 14.896vw), 17.875rem);
}

.service_center {
    width: 100%;
    max-width: min(max(18.125rem, 28.958vw), 34.75rem);
    flex-shrink: 0;
}

.service_right {
    width: 100%;
    max-width: min(max(9.375rem, 14.896vw), 17.875rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: min(max(2.1875rem, 3.125vw), 3.75rem);
}

.service_small_card {
    position: relative;
    overflow: hidden;
}

.service_small_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 1;
}

.service_small_card .card_title {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 1;
    padding: min(max(1.25rem, 1.667vw), 2rem);
}

.service_content_slider .cnt__wrap {
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.6;
    margin-top: min(max(0.9375rem, 1.25vw), 1.5rem);
    margin-bottom: min(max(1.5625rem, 2.083vw), 2.5rem);
}

.service_left .arrow__wrap {
    margin-top: min(max(4.6875rem 7.188vw), 8.625rem);
    justify-content: center;
    column-gap: min(max(0.75rem, 0.781vw), 0.9375rem);
}

.service_small_card .img__wrap {
    width: 100%;
    min-height: min(max(9.375rem, 14.688vw), 17.625rem);
}

.service_small_card .img__wrap img {
    width: 100%;
    height: auto;
}

.service_center .img__wrap {
    width: 100%;
}

.service_center .img__wrap img {
    width: 100%;
    height: 100%;
}

/* Wrapper */
.services_triangle_top {
    position: absolute;
    top: 0px;
    left: 0px;
}

.services_triangle_bottom {
    position: absolute;
    bottom: min(max(0.9375rem, 1.354vw), 1.625rem);
    right: min(max(1.125rem, 1.458vw), 1.75rem);
}

.triangle_wrap {
    width: 152px;
    height: 157px;
    position: relative;
}

/* Main Background Triangle */
.big-triangle {
    position: absolute;
    top: 18px;
    left: min(max(1.125rem, 1.458vw), 1.75rem);
    width: 0px;
    height: 0px;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-bottom: 110px solid rgba(205, 35, 39, 0.30);
    transform: rotate(-15deg);
}

/* Common Small Triangle Style */
.small-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 38px solid var(--theme-red);
    animation: pulse 2s infinite ease-in-out;
}

/* Top Right Triangle */
.triangle-1 {
    top: 35px;
    right: 30px;
    transform: rotate(45deg);
    --rotate: 45deg;
    transform: rotate(var(--rotate));
}

/* Bottom Left Triangle */
.triangle-2 {
    bottom: 16px;
    left: 65px;
    transform: rotate(-18deg);
    animation-delay: 1s;
    --rotate: -18deg;
    transform: rotate(var(--rotate));
}

.services_triangle_bottom .big-triangle {
    transform: rotate(-90deg);
}

.services_triangle_bottom .triangle-1 {
    top: 58px;
    right: -6px;
    --rotate: 105deg;
}

.services_triangle_bottom .triangle-2 {
    bottom: 50px;
    left: 44px;
    --rotate: -90deg;
}

/* Triangle Zoom In Zoom Out Animation */
@keyframes pulse {

    0% {
        opacity: 1;
        transform: rotate(var(--rotate)) scale(1);
    }

    50% {
        opacity: .5;
        transform: rotate(var(--rotate)) scale(1.35);
    }

    100% {
        opacity: 1;
        transform: rotate(var(--rotate)) scale(1);
    }
}
/* === Services end === */


/* === Portfolio Start === */
.portfolio__section .portfolio_header_btn {
    justify-self: flex-end;
}

.portfolio__wrapper {
    margin-top: 43px;
    overflow: hidden;
}

.portfolio__slider {
    overflow: visible;
    position: relative;
}

.portfolio__slider .swiper-slide {
    opacity: .8;
    transition: all .4s ease;
    height: auto;
}

.portfolio__slider .swiper-slide-active {
    opacity: 1;
}

.portfolio__slider .single__item {
    position: relative;
    overflow: hidden;
}

.portfolio__slider .single__item::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 68.28%, #000 100%);
}

.portfolio__slider .img__wrap {
    width: 100%;
}

.portfolio__slider .img__wrap img {
    width: 100%;
}

.portfolio__slider .content__area {
    position: absolute;
    left: 45px;
    bottom: 30px;
    color: var(--theme-white);
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    opacity: 0;
}

.portfolio__slider .swiper-slide-active .content__area {
    opacity: 1;
}

.portfolio__slider .content__area .location {
    column-gap: 10px;
}

.portfolio__slider .content__area .location_name {
    color: rgba(255, 255, 255, 0.70);
}

.portfolio__slider .content__area .location_img {
    width: 100%;
    max-width: 18px;
}

.portfolio__slider .content__area .location_img img {
    width: 100%;
}

.portfolio__slider .single__item .content__area .cnt__wrap {
    color: rgba(255, 255, 255, 0.70);
    width: 100%;
    max-width: 1206px;
}

.arrow__wrap .prev_btn,
.arrow__wrap .next_btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--theme-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio_prev_btn {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 1;
}

.portfolio_next_btn {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 1;
}
/* === Portfolio End === */


/* === Blogs start === */
.blogs__wrapper {
    margin-top: 75px;
}

.blogs__section .blogs_header_btn {
    justify-self: flex-end;
}

.blogs__wrapper .item__wrap {
    height: 100%;
}

.blogs__wrapper .single__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.blogs__wrapper .single_item .img__wrap {
    width: 100%;
    overflow: hidden;
}

.blogs__wrapper .single_item .img__wrap img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.blogs__wrapper .single_item .img__wrap:hover img {
    transform: scale(1.1);
}

.blogs__wrapper .single_item .content_area .cnt__wrap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 35px;
    margin-bottom: 16px;
}
/* === Blogs end === */


/* === Get touch start === */
.get_touch_inner .heading {
    font-family: var(--theme-font-poppins);
    letter-spacing: -2.88px;
    margin-bottom: 48px;
}

/* Bg image css */
.get_touch__section .bg-left-img {
    width: 100%;
    max-width: 360px;
    position: absolute;
    bottom: 0px;
    left: 80px;
}

.get_touch__section .bg-left-img img {
    width: 100%;
}

.get_touch__section .bg-right-img {
    width: 100%;
    max-width: 360px;
    position: absolute;
    top: 0px;
    right: 20px;
}

.get_touch__section .bg-right-img img {
    width: 100%;
}
/* === Get touch end === */


/* === Sticky Social Bar Start === */
.sticky-social {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.sticky-social a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    overflow: hidden;
}

/* Icon First */
.sticky-social .icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-red);
    color: var(--theme-white);
    font-size: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    z-index: 2;
}

.sticky-social .text {
    background: var(--theme-red);
    color: var(--theme-white);
    height: 46px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    max-width: 0;
    opacity: 0;
    padding-left: 0;
    padding-right: 0;
    transition: all .4s ease;
}

/* Hover */
.sticky-social a:hover .text {
    max-width: 300px;
    opacity: 1;
    padding: 0 15px;
}

/* Mobile */
@media(max-width:767px) {

    .sticky-social .icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
    }

    .sticky-social .text {
        padding: 12px 16px;
        font-size: 13px;
    }

}
/* === Sticky Social Bar End === */


/* Whatsapp icon start */
.whatsapp_icon {
    position: fixed;
    bottom: 125px;
    right: 34px;
    z-index: 9;
}
/* Whatsapp icon end */