@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary: #ED1C24;
    --secondary: #0A3050;
}

body {
    font-family: "Inter", sans-serif;
}

p,
span,
li {
    font-family: "Inter", sans-serif;
    font-size: 20px;
}

.container-fluid {
    padding: 0px 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    color: #0A3050;
}

.overflow-x {
    overflow-x: hidden;
}

.bg-theme {
    background-color: #0A3050;
}

.sec_title {
    font-size: 52px;
    font-weight: 400;
    line-height: 55px;
}

/* menu */

/* ----- */

.brand img {
    width: 85%;
    height: auto;
}

#menu-bar .brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;

}

.page-header {
    background-color: #fff;
    z-index: 999;
    position: absolute;
    top: 0;
    width: 100%;

    /* border-bottom: 1px solid #ffa7a9; */
}

/* a.brand img {
    width: 250px;
} */

#nav-bar .brand img {
    height: 45px;
}

#menu-bar .navbar {
    z-index: 999999;
    position: static;
}

#menu-bar .header {
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    z-index: 99999;
}


.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* height: 4rem; */
    padding: 13px 0px;
    margin: 0 auto;

}

.left-area {
    display: flex;
    justify-content: right;
}

.navbar .menu {
    margin-top: 0;
    margin-bottom: 0;
}


#menu-bar .menu-item {
    display: inline-block;
    margin-left: 30px;
    /* position: relative; */
}

#menu-bar .menu-item a {
    text-decoration: none;
}


#menu-bar .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    font-size: 17px;
    /* font-weight: 600; */
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #000;
    transition: all 0.3s ease-in-out;
}

#menu-bar .menu-link a {
    text-decoration: none;
    color: #000;
}

#menu-bar .menu-link>i.fas {
    font-size: 16px;
    margin-left: 4px;
    color: inherit;
}

#menu-bar .menu-link:hover {
    outline: none;
    color: var(--primary);
}

#menu-bar .menu-link:hover a {
    outline: none;
    color: var(--primary);
}

.header-btns {
    display: inline-block;
    gap: 7px;
}


#menu-bar .submenu-link {
    font-size: 17px;
    font-weight: 600;
    line-height: inherit;
    cursor: pointer;
    color: #1b1f22;
}

#menu-bar .submenu-link i {
    font-size: 14px;
    margin-left: 10px;
}

#menu-bar .submenu-item .submenu-desc {
    font-size: 15px;
    color: #3d4751;
}

#menu-bar .submenu-item:hover .submenu-link,
#menu-bar .submenu-item:hover .submenu-desc {
    color: var(--colorPink);
}

/* #menu-bar .submenu {
    position: absolute;
    top: 83px;
    right: 20%;
    width: auto;
    height: auto;
    padding: 15px 50px 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
   
    box-shadow: 0px 2px 3px 3px #00000014;
    border-radius: 20px;
} */

#menu-bar .about-submenu {
    position: absolute;
    top: 83px;
    right: 25% !important;
    width: auto;
    height: auto;
    padding: 15px 50px 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    /* border-top: 2px solid #e1e1e1; */
    box-shadow: 0px 2px 3px 3px #00000014;
    border-radius: 20px;
}

#menu-bar .platform-submenu {
    position: absolute;
    top: 83px;
    right: 15% !important;
    width: auto;
    height: auto;
    padding: 15px 50px 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    /* border-top: 2px solid #e1e1e1; */
    box-shadow: 0px 2px 3px 3px #00000014;
    border-radius: 20px;
}


#menu-bar .resources-submenu {
    position: absolute;
    top: 83px;
    right: 5% !important;
    width: auto;
    height: auto;
    padding: 15px 50px 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    /* border-top: 2px solid #e1e1e1; */
    box-shadow: 0px 2px 3px 3px #00000014;
    border-radius: 20px;
}


#menu-bar .noHover:hover .submenu-link,
#menu-bar .noHover:hover .submenu-desc {
    color: #000;
}

#menu-bar .submenu-item {
    display: block;
    margin-top: 0;
    padding: 5px 0px;
    color: #3d4751;
    text-decoration: none;
    list-style: none;
    transition: .4s all;
}

#menu-bar .submenu-item:hover {
    color: var(--first-color);
}

#menu-bar .submenu-item i {
    font-size: 11px;
    margin-right: 5px;
    color: #b306de6f;
    transition: .4s all;
}

#menu-bar .submenu-item:hover i {
    color: #b306de;
}

/* #menu-bar .submenu-item:hover {
    background-color: var(--colorPink);
    color: #fff;
} */

/* #menu-bar .submenu-item:hover .submenu-link {
    color: #fff;
} */


.menu-drop::after {
    content: "\21AA";
    position: absolute;
    right: 20px;
    display: none;
}


.close {
    position: absolute;
    top: 16px;
    right: 5%;
    display: none;
    z-index: 99999;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid var(--colorPurple);
    padding: 3px 17px;
    border-radius: 3px;
}

.close i {
    font-size: 14px;
}

.brand-nav img {
    height: 50px;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
    display: none;
}




#menu-bar .burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

#menu-bar .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.5px;
    opacity: 1;
    border: none;
    outline: none;
    background: #fff;
}

#menu-bar .burger-line:nth-child(1) {
    top: 0px;
    width: 80%;
}

#menu-bar .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 100%;
}

#menu-bar .burger-line:nth-child(3) {
    top: 1rem;
    width: 70%;
}


#menu-bar .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}


.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    opacity: 1;
    animation: slideDown 0.3s ease-out;
    z-index: 999;
    width: 100%;
    top: 0;
}

.page-header .logo-img {
    height: 40px;
    filter: brightness(0) invert(1);

}

.page-header.is-sticky a.brand img {
    filter: brightness(1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.page-header.is-sticky #menu-bar .menu-link {
    color: #1F243C;
}

.page-header.is-sticky #menu-bar .menu-link a {
    text-decoration: none;
    color: #1F243C;
}

/* .page-header.is-sticky #menu-bar .submenu {
    background-color: var(--colorPurple);
    color: #fff;
} */

/* .page-header.is-sticky #menu-bar .submenu-item:hover {
    background-color: var(--colorPink);
    color: #fff !important;
    transition: .2s all;
} */

/* .page-header.is-sticky #menu-bar .submenu-item:hover .submenu-link {
    color: #fff !important;
} */

.page-header.is-sticky #menu-bar .burger-line {
    background: #1F243C;
}



@media only screen and (max-width: 992px) {

    .page-header {
        overflow-x: hidden;
    }

    .wrapper {
        display: flex;
        width: 100%;
        justify-content: inherit;
        /* background-color: #EE4466; */
        padding: 10px 0;
    }

    a.brand img {
        width: 90%;
    }

    .mbl-header {
        display: flex;
        justify-content: space-between;
    }

    #menu-bar .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 90%;
        height: 100%;
        z-index: 99999;
        opacity: 0;
        overflow-y: scroll;
        visibility: hidden;
        background-color: #f7f7f7;
        transition: all 0.5s ease;
    }

    #menu-bar .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }

    #menu-bar .navbar.active .submenu .submenu-link {
        padding: 8px 0;
    }

    .left-area {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        /* background-color: #212529; */
    }


    .header-btns {
        display: none;
    }

    /* .page-header {
        background-color: #EE4466;
    } */

    .page-header .container {
        max-width: 100%;
    }

    #menu-bar .menu {
        width: 100%;
        height: 100%;
        padding: 1rem 0;
    }

    #menu-bar .menu-item {
        display: block;
        margin: 0 auto;
    }

    #menu-bar .menu-link {
        justify-content: space-between;
        padding: 2px 20px 20px 20px;
    }

    .wrapper {
        margin: 0 auto;
        row-gap: 0rem;
    }

    #menu-bar .menu-link:hover {
        outline: none;
        color: var(--colorPink);
    }

    #menu-bar .burger {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 15px;
    }

    #menu-bar .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;

    }

    .page-header.is-sticky #menu-bar .menu-link {
        color: #1F243C;
    }

    .page-header.is-sticky #menu-bar .menu-link a {
        text-decoration: none;
        color: #1F243C;
    }

    .page-header.is-sticky #menu-bar .submenu {
        background-color: transparent;
    }

    .page-header.is-sticky #menu-bar .submenu-item:hover {
        width: 86.5% !important;
    }

    #menu-bar .submenu-item:hover {
        width: 86.5% !important;
    }

    #menu-bar .submenu {
        position: relative;
        top: -0.5rem;
        left: .5rem;
        width: 96%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        border-top: 1px solid #e1e1e1;
        color: #1F243C;
        opacity: 1;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        /* visibility: visible; */
        transform: translateY(0px);
        box-shadow: none;
        background: #fff !important;
        border-radius: 0px !important;
    }

    #menu-bar .menu-item.menu-dropdown.active .submenu {
        visibility: visible;
        visibility: visible;
        backface-visibility: hidden;

    }

    #menu-bar .submenu-link {
        color: #1F243C;
        font-weight: bold;
    }

    .close {
        display: block;
        background-color: #fff;
    }

    .close i {
        color: var(--colorPurple) !important;
    }

    .menu-link i {
        display: none;
    }

    #menu-bar .submenu-item {
        padding: 10px 10px 5px 10px;
    }

    .menu-drop::after {
        content: "\f078";
        font-family: "Font Awesome 5 pro";
        font-weight: 600;
        position: absolute;
        right: 20px;
        display: block;
    }

    .brand-nav img {
        display: block;
    }

    #menu-bar .burger-line {
        background-color: #1F243C
    }
}


@media only screen and (min-width: 993px) {
    #menu-bar .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible !important;
        transform: translateY(0);
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .left-area {
        display: flex;
        justify-content: left;
    }

    #menu-bar .menu-item {
        margin-left: 15px;
    }

    #menu-bar .menu-link>i.fas {
        font-size: 16px;
        margin-left: 0px;
        color: inherit;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .phone {
        display: none;
    }

    .right-area {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}


@media screen and (min-width: 1599px) and (max-width:3200px) {
    .container-fluid {
        width: 1600px !important;
    }
}

.header-btns {
    background: var(--secondary);
    padding: 8px 24px;
    display: flex;
    align-items: center;
    margin-left: 60px;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    transition: .4s all;
}

.header-btns:hover {
    color: #fff;
    background-color: var(--primary);
}


.header-btns i {
    transition: .4s all;
}

.header-btns:hover i {
    margin-left: 6px;
}

.theme_btn {
    background: var(--secondary);
    padding: 10px 30px;
    display: inline-block;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    transition: .4s all;
}


.theme_btn:hover {
    color: #fff;
    background-color: var(--primary);
}

.theme_btn i {
    transition: .4s all;
    margin-left: 4px;
}

.theme_btn:hover i {
    margin-left: 6px;
}

.submenu_subItem {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.submenu_subItem h5 {
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.submenu_subItem h5 a {
    color: #000;
}

.submenu_subItem a:hover {
    font-size: 17px;
    color: var(--primary);
    font-weight: 400;
}

.header-service-content h4 {
    font-size: 22px;
    color: #1b1f22;
    font-weight: 600;
    line-height: 1;
}

.header-service-content p {
    color: #3d4751;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 6px;
}

/* -----------Banner------------- */


/* banner css  */


.banner {
    position: relative;
    height: 100vh;
    /* background-color: #ffe0e0; */
    background-color: #fff;
}

/* .overlay{
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: #000;
} */
/* .video_banner {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100vh;
    width: 100%;
}

.video_banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: relative;
} */

/* .banner_content {
    padding-top: 35%;
} */

.banner_content h1 {
    font-size: 38px;
    color: #0A3050;
    font-weight: 400;
}

.banner_content h1 span {
    font-size: 70px;
    color: #ED1C24;
    font-weight: 500;
}

.banner_video video {
    height: 100%;
    width: 100%;
    object-fit: contain;
    backface-visibility: hidden;
}

/* .banner_marquee {
    width: 45%;
    position: absolute;
    bottom: 10%;
    right: 0;
    overflow-y: hidden;
    padding: 10px 0;
    border-left: 1px solid var(--primary);
} */


/* client logo scroll  */

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: transparent;
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 0px 0;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 24s linear infinite;
    animation: scroll 24s linear infinite;
    display: flex;
    width: calc(250px * 14);
}



/* .about_sec */

.about_sec h2 {
    color: #0A3050;
    font-weight: 300;
}

.about_sec p {
    font-size: 20px;
    color: #424242;
}

.about_sec {
    position: relative;
}

.about_sec .row {
    display: flex;
}

.about_sec .content-container {
    flex: 1;
    overflow: hidden;
}

.about_sec .content-inner {
    padding-right: 50px;
}

.about_sec img {
    max-width: 100%;
}

/* .open_source {
    position: relative;
}

.open_source p {
    font-size: 30px;
    color: #0A3050;
    text-align: center;
}

.open_source .open_source_img {
    position: absolute;
    top: -38%;
    left: 1%;
    width: 15%;
    transform-origin: center center;
} */

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

.open_source p {
    font-size: 32px;
    color: #0A3050;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease;
    /* margin: 10% 0 0 0; */
}

.open_source_2 p {
    margin: 10% 0 0 0;
}

.open_source .open_source_img {
    position: absolute;
    top: -20%;
    left: 5%;
    width: 15%;
    transition: all 0.5s ease;
}

/* .process */

.process {
    display: flex;
    width: 100%;
}

.process_1 {
    width: 30%;
    border: 1px solid #e1e1e1;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .4s all;
    z-index: 1;
}

.process_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: #0A3050;
    transition: .4s all;
    z-index: -1;
}

.process_1:hover::before {
    height: 51%;
}

.process_1::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #0A3050;
    transition: .4s all;
    z-index: -1;
}

.process_1:hover::after {
    height: 50%;
}

.process_1:hover p,
.process_2:hover p {
    color: #fff;
}

.process_1 p,
.process_2 p {
    font-size: 26px;
    color: #0A3050;
    font-weight: 500;
    text-align: center;
}

.process_2 {
    width: 60%;
    border: 1px solid #e1e1e1;
    height: 200px;
    border-right: none;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .4s all;
    z-index: 1;
}

.process_2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0A3050;
    transition: .4s all;
    z-index: -1;
}

.process_2:hover::before {
    width: 50%;
}

.process_2::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #0A3050;
    transition: .4s all;
    z-index: -1;
}

.process_2:hover::after {
    width: 50%;
}

/* 
.solution_images{
    position: relative;
}
.solution_content h2{
    font-size: 28px;
    font-weight: 300;
    color: #0A3050;
    margin-bottom: 20px;
    display: flex;
    gap: 14px;
}
.solution_content span{
    width: 95%;
}
.solution_content p{
    font-size: 18px;
    color: #424242;
    padding-left: 30px;
}
.second_image, .third_image{
    position: absolute;
    left: 0;
    opacity: 0;
}

.s_cont_1, .s_cont_2, .s_cont_3{
    margin-top: 10%;
} */


.solution_images {
    position: relative;
    /* height: 400px; */

}

/* .second_image, .third_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.s_cont_2, .s_cont_3 {
    opacity: 0;
    transform: translateY(20px);
    transition: .4s;
    background-color: #fff;
} */
.solution_content {
    position: relative;
}

/* .s_cont_1{
    position: absolute;
    top: 0;
}
.s_cont_2, .s_cont_3{
    position: absolute;
    top: 0;
    opacity: 0;
} */
.s_cont_1 {
    margin-top: 7%;
}

.solution_content h2 {
    font-size: 28px;
    font-weight: 300;
    color: #0A3050;
    margin-bottom: 10px;
    display: flex;
    gap: 14px;
}

.solution_content h2 span {
    font-size: 28px;
    font-weight: 300;
    color: #0A3050;
    margin-bottom: 10px;
}

.solution_content span {
    width: 95%;
}

.solution_content p {
    font-size: 18px;
    color: #424242;
    padding-left: 30px;
    transition: .4s all;
}

/* Join_us  */

.Join_us {
    background-color: #0A3050;
}

.Join_us h2 {
    font-size: 38px;
}

.Join_us p {
    font-weight: 300;
}

.card-secs {
    background-color: #ffffff;
    overflow: hidden;
    transform-origin: top;
    position: sticky;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    text-align: center;
    justify-content: center;
    padding: 6rem 4rem;
}

.card__pin:nth-child(1) {
    position: relative;
    margin-bottom: 50px;
    transform: rotate(-6deg);

}

.first-h4 {
    transform: rotate(5deg);
}

.first_btn {
    transform: rotate(5deg);
}


.second_card {

    background-color: #fff !important;
}

.second_btn {
    transform: rotate(4deg);
}

/* .card__pin:nth-child(2) h4, .card__pin:nth-child(2) .theme_btn{
    transform: rotate(3deg);
} */

.second-h4 {
    transform: rotate(4deg);
}

.card__pin:nth-child(3) {
    transform: rotate(0deg);
}


.card__pin:nth-child(4) {
    background: #fff;
    color: #000;

}


.card-secs h4 {
    font-weight: 300;
    font-size: 30px;
    color: #0A3050;
    text-align: center;

}

.card__pin.lastCard {
    margin-bottom: 100px;
    /* Adjust this value as needed */
}











/* Molecule_sec  */


.Molecule_sec p {
    font-size: 18px;
    color: #424242;
}

.why-choose ul {
    padding-left: 15px;
}

.why-choose h2 {
    font-weight: 500;
}

.why-choose ul li {
    margin-bottom: 15px;
    color: #424242;
    font-size: 18px;
}

.why-choose img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}





/* faq  */
.FAQ h2 {
    font-weight: 500;
}

.accordion__item {
    margin: 15px 10px;
    /* border-radius: 50px; */
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
}

.accordion__heading {
    margin-bottom: 1rem;
    padding: 0 1.4rem;
    font-weight: 400;
}

.accordion__btn {
    display: flex;
    /* border-radius: 50px; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    border: none;
    outline: 0;
    color: #000;
    font-size: 20px;
    text-align: left;
    cursor: pointer;
    transition: 0.5s all;
}

.accordion__btn .accordion__caption {
    color: #0A3050;
    font-weight: 300;
    font-size: 25px;
}


.accordion__item--active .accordion__btn {
    color: var(--colorOrange);
    background: transparent;
}

.accordion__icon {
    transition: 0.3s ease-in-out;
    opacity: 0.9;
    height: 35px;
    width: 35px;
    /* background-color: #0A3050; */
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion__icon i {
    font-size: 20px;
    color: #0A3050;
}

.accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    /* background: #f2f2f2; */
    color: #000;
    transform: translateX(16px);
    transition: max-height 0.5s, opacity 0.5s, transform 0.5s;
}

.accordion__content p {
    padding: 20px 30px 0;
    text-align: left;
    color: #000;
    font-size: 17px;
}

.accordion__item--active .accordion__content {
    opacity: 1;
    transform: translateX(0);
    max-height: 300vh;

}




/* footer */

footer {
    background-color: #0A3050;
    padding: 60px 0px 10px 0px;
    border-bottom: 1px solid #fff;
}

.info_sec h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 32px;
}

.info_sec a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

.info_sec p {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.quick_links ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}

.quick_links ul li {
    list-style: none;
}

.quick_links ul li a {
    text-decoration: none;
    color: #fff;
}

.copyright_sec {
    padding-top: 20px;
    background-color: #0A3050;
}

.copyright_sec p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.privacy_text a {
    text-decoration: none;
    text-align: end;
    color: #fff;
    display: block;
}











.agent-productivity {
    position: relative;
    /* background-image: linear-gradient(180deg, rgba(255, 240, 240, 0.5) 0%, rgba(255, 240, 240, 0.5) 100%);  */
    /* padding: 3% 0 0% 0; */
}

.bubble_2 {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 40%;
    right: 10%;
    background-color: #ed1c235c;

    border-radius: 100%;
    z-index: -1;
    filter: blur(90px);
}

.bubble_3 {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 15%;
    right: 30%;
    background-color: #0a315065;
    border-radius: 100%;
    z-index: -1;
    filter: blur(80px);
}

.agent-productivity h2 {
    font-weight: 600;
}

.agent-productivity .agent-bg {
    position: absolute;
    top: 0%;
    right: -12%;
    width: 60%;
    z-index: -1;
}

.quackie-app {
    position: relative;
    border-radius: 78.13px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.596) 0%, rgba(255, 255, 255, 0.596) 100%);
    padding: 8% 0 8% 0;
}

.quackie-app .chat-panel {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(60%, 26%);
}

.chat-1 {
    width: 75%;
}

.quackie-app .chat-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translate(18%, 133%);
    width: 25%;
}

.quackie-app .quackie-select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translate(250%, 158%);
    width: 28%;
}


.Investment-app {
    position: relative;
}

.Investment-1 {
    width: 75%;
    object-fit: cover;
}

.Investment-app .Investment-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translate(-3%, -4%);
    width: 42%;
}

.Investment-app .Investment-select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translate(143%, 205%);
    width: 40%;
}






.great-support {
    position: relative;
    /* background-image: linear-gradient(180deg, rgba(255, 240, 240, 0.5) 0%, rgba(255, 255, 255, 0.32) 100%); */
}

/* .great_support_1 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 240, 240, 0.5) 100%);
} */


.bubble_4 {
    height: 250px;
    width: 250px;
    position: absolute;
    top: 35%;
    left: 10%;
    background-color: #ed1c235c;
    border-radius: 100%;
    z-index: -1;
    filter: blur(90px);
}

.bubble_5 {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 15%;
    left: 26%;
    background-color: #0a315065;
    border-radius: 100%;
    z-index: -1;
    filter: blur(80px);
}

.great-support h2 {
    font-weight: 600;
}

.great-support .all-in-one-bg {
    position: absolute;
    top: -10%;
    left: -24%;
    width: 63%;
    z-index: -1;
}

.great-support .social-handle-sec {
    position: relative;
    /* height: 60vh; */
    border-radius: 78.13px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.32) 100%);
    /* padding: 3% 0 0% 0; */
}



.rounded_element {
    position: absolute;
    top: 2%;
    left: 0;
    width: 80%;
    animation: rotate-center 100s linear infinite both;
    z-index: -1;
}


@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.chat-2 {
    width: auto;
}


.great-support .select-channels {
    position: absolute;
    top: 0;
    left: 0;
}

.great-support .insta-post {
    position: absolute;
    top: 0;
    right: 0;
}

.chat-3 {
    width: 70%;
}

.Molecule-bg {
    position: absolute;
    top: -18%;
    right: -17%;
    width: 65%;
    z-index: -1;
}


/* .Answer_question {
    position: relative;
    background-color: rgba(236, 236, 236, 0.6);
} */
.Answer_question_2 {
    padding-top: 15%;
    padding-bottom: 10%;
}

.left_sec ul {
    padding-left: 0;
}

.left_sec ul li {
    list-style: none;
    font-size: 19px;
    border-radius: 100px;
    padding: 20px 30px;
    /* font-weight: 600; */
    margin-bottom: 20px;
    transition: .4s all;
    box-shadow: 7px 0px 7px -24px rgba(0, 0, 0, 0.23);
    background-color: #fff;

    /* background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: #ff9696;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)); */
}

/* .left_sec ul li:hover {
    transform: translateY(-10px);
} */

.right_sec ul {
    padding-left: 0;
}

.right_sec ul li {
    list-style: none;
    font-size: 19px;
    /* font-weight: 600; */
    border-radius: 100px;
    padding: 20px 30px;
    margin-bottom: 20px;
    transition: .4s all;
    box-shadow: 7px 0px 7px -24px rgba(0, 0, 0, 0.355);
    background-color: #fff;
    position: relative;
    transition: .4s all;
}

/* .right_sec ul li:hover {
    transform: translateY(-10px);
    transition: .4s all;
} */
/* 
.right_sec ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #0A3050;
    border-radius: 100%;
    z-index: -1;
    transition: .4s all;
    filter: blur(3px);
}

.right_sec ul li:hover::before {
    filter: blur(0px);
}

.right_sec ul li:nth-child(3)::before, .right_sec ul li:nth-child(4)::before{
    content: "";
    position: absolute;
    top: 10px;
} */


/* .bubble {
    height: 200px;
    width: 300px;
    position: absolute;
    top: 30%;
    left: 0;
    background-color: #ed1c23ae;
    border-radius: 100%;
    z-index: -1;
    filter: blur(100px);
} */

.bubble {
    height: 500px;
    width: 80%;
    position: absolute;
    top: 35%;
    left: 10%;
    bottom: -15%;
    background-image: url(./image/Ellipse-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: linear-gradient(to bottom, rgba(237, 28, 35, 0.682), #ff0008cb 100%);
    */
    /*background-color: rgba(237, 28, 35, 0.682);
    */
    border-radius: 100%;
    z-index: -1;
    filter: blur(120px);
    -webkit-filter: blur(120px);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}


.elipsis_1 {
    position: absolute;
    top: 5%;
    left: 0%;
    border-radius: 100%;
    z-index: -1;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    animation: animName_1 4s alternate-reverse infinite;
    -webkit-animation: animName_1 4s alternate-reverse infinite;
}

.elipsis_2 {
    position: absolute;
    top: 5%;
    left: 25%;
    border-radius: 100%;
    z-index: -1;
    filter: blur(160px);
    -webkit-filter: blur(160px);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    animation: animName s4 alternate infinite;
    -webkit-animation: animName s4 alternate infinite;
}

@keyframes animName {
    0% {
        left: 0%;
    }

    100% {
        right: 20%;
    }
}

@keyframes animName_1 {
    0% {
        right: 0%;
    }

    100% {
        left: 30%;
    }
}


/* .home-hero_sun-layer {
    background-image: none;
    max-width: 1440px;
    position: absolute;
    top: auto;
    bottom: 14%;
    left: auto;
    right: auto;
    transform: scale(1.05);
} */



.banner_title {
    font-size: 42px;
    color: #0A3050;
    font-weight: 400 !important;
    line-height: 1.3;
}

.banner-txt-sec {
    margin-top: 10px !important;
    width: 100%;
    font-size: 20px;
    /* color: #0A3050; */
}

.new-spanplife-banner ul li {
    font-size: 20px;
    list-style: circle;
    color: #fff;
    margin-bottom: 5px;
}

/* .banner-btn-sec{
        background-color: var(--secondary);
        border: none;
        padding: 10px 50px;
        border-radius: 50px;
        margin-top: 30px;
    }

    .banner-btn-sec a{
        color: #fff;
        text-decoration: none;
    } */

.sub_title {
    font-size: 24px;
    font-weight: 300;
    color: var(--primary);
}


.banner-btn-sec {
    display: flex;
    /* justify-content: center; */
    margin-top: 20px;
}

a {
    cursor: pointer !important;
}

.animated-button {
    text-decoration: none;
}

.banner-btn-sec .animated-button {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 55px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    /* background-color: var(--secondary); */
    background-color: #fff;
    border-radius: 100px;
    font-weight: 500;
    color: #0A3050;
    /* box-shadow: 0 0 0 2px #ffffff; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-btn-sec .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #0A3050;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-btn-sec .animated-button .arr-1 {
    right: 16px;
}

.banner-btn-sec .animated-button .arr-2 {
    left: -25%;
}

.banner-btn-sec .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #ed1c24;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-btn-sec .animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-btn-sec .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #fff;
    background-color: #ed1c24;
    /* border-radius: 12px; */
}



.banner-btn-sec .animated-button:hover .arr-1 {
    right: -25%;
}

.banner-btn-sec .animated-button:hover .arr-2 {
    left: 16px;
}

.banner-btn-sec .animated-button:hover .text {
    transform: translateX(12px);
}

.banner-btn-sec .animated-button:hover svg {
    fill: #fff;
}

.banner-btn-sec .animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
}

.banner-btn-sec .animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}




/*------------- Second sec -------------------*/

.img-card-sec {
    /* padding: 160px 0px 60px 0px; */
    text-align: center;
}

.img-card-sec .img-card-sec-heading h1 {
    font-size: 52px;
    font-weight: 400;
}

.img-card-sec .img-card-sec-heading p {
    /* width: 70%; */
    margin: auto;
    margin-top: 10px !important;

}


.img-card-sec-row {
    background-color: #F4F4F4;
    padding: 25px 10px;
    border-radius: 10px;
    margin: 40px 5px 5px 5px;

}

.img-card-sec-internal {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: start;
    height: 100%;
}

.img-card-sec-logo {
    align-items: center;
}

.img-card-sec-logo img {
    width: 100%;
    /* margin-bottom: 10px; */
}

.img-card-sec-logo h3 {
    color: var(--primary);
    font-weight: 500;
    font-size: 25px;
}

.img-card-sec-desc p {
    font-size: 15px;
    margin-top: 15px;
    min-height: 140px;
}


.img-card-sec-photo img {
    width: 100%;
    object-fit: cover;
}


.img-card-sec-btn {
    margin-bottom: 35px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}



.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 30px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: var(--secondary);
    border-radius: 100px;
    font-weight: 400;
    color: #fff;
    /* box-shadow: 0 0 0 2px #ffffff; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: #fff;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #ed1c24;
    ;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #fff;
    background-color: #ed1c24;
    /* border-radius: 12px; */
}



.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 16px;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: #fff;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}


.img-card-sec-list ul {
    list-style-type: none;
    padding: 0px;
    font-size: 15px;
    text-align: left;
    margin-top: 25px;
}

.img-card-sec-list ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.img-card-sec-list ul li i {
    margin-top: 4px;
}


/* ---------------------------- */
/* ------------4th setion--------------- */
/* ---------------------------- */


.img-bx-sec {
    text-align: center;
}

.img-bx-sec .img-bx-sec-heading h2 {
    font-size: 52px;
    font-weight: 400;
}

.img-bx-sec .img-bx-sec-heading p {
    width: 60%;
    margin: auto;
    margin-top: 30px !important;

}


.img-bx-sec-internal {
    /* padding: 20px; */
}

.img-bx-sec-photo {
    width: 100%;
    margin: auto;
    height: 400px;
}

.img-bx-sec-photo img {
    border-radius: 15px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.img-bx-desc h3 {
    font-size: 35px;
    margin-top: 20px;
    text-align: justify;
}




/* ---------------------------- */
/* ------------5th setion--------------- */
/* ---------------------------- */



.dna-vid-sec {
    background-color: #F4F4F4;
}

.dna-vid-sec .dna-vid-sec-heading h1 {
    font-size: 51px;
    font-weight: 400;
    line-height: 1.3;
}



/* ---------------------------- */
/* ------------6th setion--------------- */
/* ---------------------------- */

.h-form-sec {
    padding: 60px 0px 60px 0px;
    text-align: center;
}

.h-form-sec .h-form-sec-heading h1 {
    font-size: 52px;
    font-weight: 400;
}

.h-form-sec .h-form-sec-heading p {
    width: 60%;
    margin: auto;
    margin-top: 30px !important;

}


.input-container {
    position: relative;
    margin: 50px auto;
    width: 100%;
}

.input-container input[type="text"],.input-container input[type="email"] {
    font-size: 20px;
    width: 100%;
    border: none;
    border-bottom: 3px solid #ccc;
    padding: 5px 0;
    background-color: transparent;
    outline: none;
}

.input-container .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 17px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.input-container input[type="text"]:focus~.label,
.input-container input[type="text"]:valid~.label,
.input-container input[type="email"]:focus~.label,
.input-container input[type="email"]:valid~.label {
    top: -20px;
    font-size: 16px;
    color: #333;
}

.input-container .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #333;
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.input-container input[type="text"]:focus~.underline,
.input-container input[type="text"]:valid~.underline,
.input-container input[type="email"]:focus~.underline,
.input-container input[type="email"]:valid~.underline {
    transform: scaleX(1);
}



/* newsletter */

.newsletter {
    background-color: #0A3050;
}

.newsletter h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.newsletter .input-container {
    position: relative;
    width: 78%;
    margin: 70px 0 0 0;
}

.input_group {
    display: flex;
    gap: 40px;
}


.input_group .input-container .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 17px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.input_group .input-container input[type="text"] {
    color: #fff;
    font-weight: 300;
}

.input_group .input-container input[type="text"]:focus~.label,
.input_group .input-container input[type="text"]:valid~.label {
    top: -20px;
    font-size: 16px;
    color: #fff;
}

.input_group .input-container .underline {
    position: absolute;
    bottom: 0.4px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primary);
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.input_group .input-container input[type="text"]:focus~.underline,
.input_group .input-container input[type="text"]:valid~.underline {
    transform: scaleX(1);
}






.banner-btn-sec_1 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}



.banner-btn-sec_1 .animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 70px;
    padding: 7px 55px;
    border: 2px solid var(--primary);
    font-size: 16px;
    background-color: var(--secondary);
    border-radius: 100px;
    font-weight: 400;
    color: #fff;
    /* box-shadow: 0 0 0 2px #ffffff; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-btn-sec_1 .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #fff;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-btn-sec_1 .animated-button .arr-1 {
    right: 16px;
}

.banner-btn-sec_1 .animated-button .arr-2 {
    left: -25%;
}

.banner-btn-sec_1 .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #ed1c24;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-btn-sec_1 .animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-btn-sec_1 .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #fff;
    background-color: #ed1c24;
    /* border-radius: 12px; */
}



.banner-btn-sec_1 .animated-button:hover .arr-1 {
    right: -25%;
}

.banner-btn-sec_1 .animated-button:hover .arr-2 {
    left: 16px;
}

.banner-btn-sec_1 .animated-button:hover .text {
    transform: translateX(12px);
}

.banner-btn-sec_1 .animated-button:hover svg {
    fill: #fff;
}

.banner-btn-sec_1 .animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
}

.banner-btn-sec_1 .animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}






.sec_padding {
    padding: 70px 0;
}

/* @keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation: fadeInUp 0.8s ease-out forwards;
} */

/* .slides_sec {
    margin-top: 7%;
} */

.swiper {
    width: 100%;
    /* height: 600px; */
    border-radius: 10px;
}

.swiper-slide {
    /* background: #f0f0f0; */
    /* height: 600px; */
    width: 100%;
    padding: 50px 20px;
    position: relative;
}

.swiper-slide ul {
    padding-left: 0;
    display: flex;
    gap: 20px;
}

.swiper-slide ul li {
    list-style: none;
    width: 33.3%;
    /* opacity: 0;  */
}

.swiper-slide ul li .Slide_icon {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: start;
}

.swiper-slide ul li h6 {
    font-size: 18px;
    font-weight: 600;
    color: #0A3050;
    min-height: 42px;
}


.swiper-slide ul li .Slide_icon svg {
    height: 45px;
    width: 45px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0A3050;
    border-radius: 5px;
}

.swiper-slide ul li .Slide_icon img {
    height: 45px;
    width: 45px;
    padding: 6px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0A3050;
    border-radius: 5px;
}

.swiper-slide ul li p {
    color: #0A3050;
    font-size: 19px;
}

.swiper-slide h2 {
    font-size: 52px;
    font-weight: 400;
    color: #0A3050;
    padding-top: 13%;
}

.swiper-slide-2 {
    font-size: 52px;
    font-weight: 400;
    color: #0A3050;
    padding-top: 13%;
    text-align: end;
}

.Slider_gif_1 {
    /* position: absolute;
    top: 150px;
    right: 0; */
    width: 100%;
}

.Slider_gif {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
}

.swiper-pagination-bullet {
    height: 13px !important;
    width: 13px !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--primary) !important;
    transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
}


@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .banner_title {
        font-size: 37px;
        color: #0A3050;
        font-weight: 400 !important;
        line-height: 1.3;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .banner_title {
        font-size: 35px;
        color: #0A3050;
        font-weight: 400 !important;
        line-height: 1.3;
    }
}


.imgOwl {
    width: 100%;
    margin: 0 auto;
    height: 550px;
    position: relative;
    transition: all 0.4s linear;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.imgOwl img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* ------------------3rd time work------------------------ */

.new-spanplife-banner {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("image/12815.webp"); */
    background-image: url('image/new-snaplife-home-pg-banner.webp');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 12%;
    padding-bottom: 10%;
    margin-top: 95px;

}

.new-spanplife-banner .banner_title {
    color: #fff;
    font-size: 70px;
    line-height: 78px;
    width: 70%;
    font-weight: 500 !important;
}

.new-spanplife-banner .banner-txt-sec {
    color: #fff;
    font-size: 25px;
    width: 50%;
}

/* --------------- */


.snaplife-second-sec-vid {
    padding: 70px 0;
}

.snaplife-swiper-slide {
    padding: 0px !important;
}




/*  */

.snap-numbers-sec {
    padding: 80px 0px 80px 0px;
    background-color: var(--secondary);
}

.numbers-internal-sec {
    margin: 25px;
}

.snap-numbers-sec p {
    color: #fff;
    font-size: 20px;
}

.snap-numbers-sec h3 {
    color: #fff;
    font-size: 72px;
}

.snap-numbers-sec hr {
    height: 2px;
    background-color: #fff;
    border: none;
}


.slides_sec {
    background-color: #F4F4F4;
}



/*  */

.snaplife-new-footer-internal h4 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}

.snaplife-new-footer-internal ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.snaplife-new-footer-internal ul li {
    margin-bottom: 12px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
}

.snaplife-new-footer-internal ul li a {
    text-decoration: none;
    color: #fff;
}

.snaplife-new-footer-internal ul li i {
    margin-right: 10px;
    font-size: 16px;
    margin-top: 3px;
}

.snaplife-new-footer-internal hr {
    height: 3px;
    background-color: #fff;
    opacity: 1;
    width: 50%;
}

.snaplife-footer-contact-sec li {
    font-weight: 200 !important;
    font-size: 17px !important;
}

/* .snaplife-footer-logo-txt{
    border-right: 2px solid #fff;
} */


/*  */

.snaplife-newsletter-form h4 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
}

.snaplife-newsletter-form .input_group {
    display: block;
}

.snaplife-newsletter-form input {
    border-bottom: none !important;
}


/*  */

.snaplife-video-sec-internal img {
    border-radius: 30px;
    height: 385px;
    width: 100%;
    object-fit: cover;
}


.snaplife-video-sec {
    padding: 70px 0px;
    background-color: var(--secondary);
}

.snaplife-video-txt-internal {
    /* border-bottom: 1px solid #fff; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.snaplife-video-txt-internal h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

.snaplife-video-txt-internal p {
    color: #fff;
    font-weight: 300;
}

.snaplife-video-txt-internal i {
    color: #fff;
    font-size: 50px;
    transform: rotate(320deg);
}


/*  */

.img-card-sec-btn .animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 40px;
    background-color: #fff;
    border: 3px solid #0a3050 !important;
    border-radius: 100px;
    font-weight: 500;
    color: #0a3050;
    /* box-shadow: 0 0 0 2px #ffffff; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.img-card-sec-btn .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #0a3050;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.img-card-sec-btn .animated-button:hover svg {
    fill: #fff;
}

.img-card-sec-btn .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #fff !important;
    background-color: #ed1c24 !important;
    /* border-radius: 12px; */
    border: 3px solid #ed1c24 !important;
}

/*  */


.form-btn-sec .animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 40px;
    background-color: #fff;
    border: 3px solid #0a3050 !important;
    border-radius: 100px;
    font-weight: 500;
    color: #0a3050;
    /* box-shadow: 0 0 0 2px #ffffff; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.form-btn-sec .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #0a3050;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.form-btn-sec .animated-button:hover svg {
    fill: #fff;
}

.form-btn-sec .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #fff !important;
    background-color: #ed1c24 !important;
    /* border-radius: 12px; */
    border: 1px solid #ed1c24 !important;
}

/* ---- */

.vid-sec {
    height: 425px;
    width: 100%;
}

.vid-sec iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.vid-sec video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/*  */

.snaplife-footer-logo-txt img {
    width: 30%;
}

.snaplife-footer-logo-txt p {
    font-size: 22px;
    color: #fff;
    margin-top: 35px;
}

.footer-first-links-sec {
    padding-bottom: 30px;
}

.brk-line {
    height: 1px;
    background-color: #fff;
    border: none;
    opacity: 1;
}

.footer-second-links-sec {
    padding-top: 20px;
}

.footer-second-link-inter ul {
    list-style: none;
    padding: 0px;
    display: flex;
    color: #fff;
    gap: 20px;
    font-weight: 300;
}

.footer-second-link-inter ul li a {
    text-decoration: none;
    color: #fff;

}

.footer-social-media-link {
    display: flex;
    justify-content: flex-end;
    gap: 35px;
    font-size: 25px;
    color: #fff;
}

.snaplife-copy-r-txt p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 15px;
}

.fot-acc {
    display: flex;
    justify-content: flex-end;
}

.fot-acc img {
    width: 7%;
    height: auto;
    object-fit: cover;
}

.snap-life-benift-sec {
    padding-top: 40px !important;
}


/* Breadcrumb */


.new-spanplife-about-banner {
    /* background-image: url('./assets/image/ab-baner.webp'); */
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 8%;
    padding-bottom: 10%;
    margin-top: 95px;
}

/* .new-spanplife-about-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #16436f;
    mix-blend-mode: multiply;
    top: 0px;
    right: 0px;
    opacity: 0.6;
    z-index: 1;
}

.new-spanplife-about-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(22, 67, 111, 0.9), rgba(100, 100, 100, 0.20) 100%);
    mix-blend-mode: multiply;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
} */

.new-spanplife-about-banner h2 {
    font-size: 58px;
    color: #fff;
    font-weight: 600 !important;
}

.bread-crumb {
    display: flex;
    list-style: none;
    gap: 20px;
    margin-left: 32px;
    top: 120px;
    position: relative;
}

.bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Saira', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-right: 30px;
}

.bread-crumb li a {
    text-decoration: none;
    color: #fff;
}

.bread-crumb li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 10px;
    right: -20px;
    border-radius: 50%;
    border: 3px solid #10b1b4;
}

.pad-70 {
    padding-left: 70px;
}

.forMbl {
    display: none;
}


#menu-bar .submenu.active {
    max-height: max-content;
    visibility: visible !important;
}


.menu-link.active+.submenu {
    max-height: max-content;
    visibility: visible !important;
}

@media screen and (max-width: 768px) {

    p,
    li,
    span {
        font-size: 16px;
    }

    .container-fluid {
        padding: 0px 10px;
    }

    br {
        display: none;
    }
    .sec_title{
        font-size: 34px;
        line-height: 1.2;
    }
    .sec_padding {
        padding: 50px 0;
    }

    #menu-bar .brand {
        width: 70%;
    }


    .new-spanplife-banner .banner_title {
        font-size: 50px;
        line-height: 1.3;
        width: 100%;
    }

    .new-spanplife-banner .banner-txt-sec {
        color: #fff;
        font-size: 22px;
        width: 100%;
    }

    .new-spanplife-banner {
        background-image: url('image/new-snaplife-home-pg-banner.webp');
        height: 100%;
        background-position: 65%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 70px;
    }

    .img-card-sec .img-card-sec-heading h1 {
        font-size: 34px;
        font-weight: 400;
    }

    .vid-sec {
        height: 300px;
        width: 100%;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .vid-sec iframe {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .pad-70 {
        padding-left: 15px;
        margin-top: 30px;
    }

    .fordesktop {
        display: none;
    }

    .forMbl {
        display: block;
        margin-bottom: 20px;
    }

    .swiper-slide {
        width: 100%;
        padding: 20px 10px 0 10px;
        position: relative;
    }

    .snaplife-video-txt-internal h4 {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
    }

    .swiper-slide ul {
        flex-direction: column;
    }

    .swiper-slide ul li {
        list-style: none;
        width: 100%;
    }

    .swiper-slide ul li h6 {
        font-size: 20px;
        font-weight: 600;
        color: #0A3050;
        min-height: auto;
    }

    .swiper-slide h2 {
        font-size: 30px;
        font-weight: 400;
        color: #0A3050;
        padding-top: 3%;
    }

    .Slider_gif {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .numbers-internal-sec {
        margin: 20px 15px;
    }

    .snap-numbers-sec h3 {
        color: #fff;
        font-size: 45px;
    }

    .snap-numbers-sec {
        padding: 50px 0px;
        background-color: var(--secondary);
    }

    .h-form-sec .h-form-sec-heading h1 {
        font-size: 35px;
        font-weight: 400;
    }

    .input-container {
        position: relative;
        margin: 15px auto;
        width: 100%;
    }

    .input-container .label {
        font-size: 16px;
        text-align: left;
    }

    .input-container input[type="text"] {
        font-size: 20px;
        width: 100%;
        border: none;
        border-bottom: 3px solid #ccc;
        padding: 12px 0;
        background-color: transparent;
        outline: none;
    }

    .snaplife-footer-logo-txt img {
        width: 20%;
    }

    .snaplife-footer-logo-txt p {
        font-size: 18px;
        color: #fff;
        margin-top: 24px;
        margin-bottom: 30px;
    }

    .snaplife-new-footer-internal h4 {
        color: #fff;
        font-weight: 500;
        font-size: 24px;
        margin-top: 20px;
    }

    .snaplife-new-footer-internal ul li {
        margin-bottom: 12px;
        display: flex;
        font-size: 16px;
        font-weight: 500;
    }

    .footer-first-links-sec {
        padding-bottom: 10px;
    }

    .footer-social-media-link {
        display: flex;
        justify-content: start;
        gap: 35px;
        font-size: 25px;
        color: #fff;
    }

    .bread-crumb {
        display: flex;
        list-style: none;
        gap: 0px;
        margin-left: 0px;
        top: 0px;
        position: relative;
        padding-left: 0;
    }
    .new-spanplife-about-banner h2 {
        font-size: 32px;
        color: #fff;
        font-weight: 600 !important;
    }

 
    
}




@media only screen and (min-width: 1300px) and (max-width: 1440px) {
    .snap-numbers-sec h3 {
        color: #fff;
        font-size: 65px;
    }

    .numbers-internal-sec {
        margin: 15px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
    .snap-numbers-sec h3 {
        color: #fff;
        font-size: 60px;
    }

    .numbers-internal-sec {
        margin: 15px;
    }
}